;+ ; NAME: ; SEASON_NAME ; ; PURPOSE: ; This function returns the initials of the months contained in a given ; season. ; ; CATEGORY: ; Calendar ; ; CALLING SEQUENCE: ; Result = season_name( Season [, Len_season] ) ; ; INPUTS: ; Season: The index (January=0,...) value of the middle month of ; the season. 0=January, ..., 11=December ; ; OPTIONAL INPUTS: ; Len_season: The number of months in a season. The default value is ; "3". If Len_Season is even the extra month is added at the end. ; ; USES: ; - ; ; PROCEDURE: ; This function builds the season's lettered abbreviation. ; ; EXAMPLE: ; Get the lettered abbreviation for the summer months. ; result = season_name( 6, 3 ) ; Result = 'JJA' ; ; MODIFICATION HISTORY: ; Written by: Daithi A. Stone (stoned@csag.uct.ac.za), 2000-08-30 ; Modified: DAS, 2010-01-05 (Allowed input outside-24