Ignore:
Timestamp:
06/12/06 16:49:30 (18 years ago)
Author:
pinsard
Message:

start to modify headers of ReadWrite? *.pro files for better idldoc output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/ReadWrite/ncdf_timeget.pro

    r44 r106  
    33;------------------------------------------------------------ 
    44;+ 
    5 ; NAME: ncdf_timeget 
    6 ; 
    7 ; PURPOSE: get the time axis fom a netcdf_file and transforms it in 
     5; @file_comments get the time axis fom a netcdf_file and transforms it in 
    86; julian days of IDL. 
    97; 
    10 ; CATEGORY: reading ncdf_file 
     8; @categories reading ncdf_file 
    119; 
    12 ; CALLING SEQUENCE: time = ncdf_timeget(cdfid, timeid) 
    13 ;  
    14 ; INPUTS:cdfid: the ID of the ncdf_file, which is already open 
    15 ;        timeid: the ID or the name of the variable which describe the calendar 
     10; @param cdfid {in}{required} the ID of the ncdf_file, which is already open 
     11; @param timeid {in}{required} the ID or the name of the variable which describe the calendar 
    1612; 
    17 ; KEYWORD PARAMETERS: 
    18 ;        /YYYYMMDD: active to obtain the date as a longinterger with 
     13; @keyword /YYYYMMDD active to obtain the date as a longinterger with 
    1914;        the format YearYearYearYearMonthMonthDayDay 
    2015; 
    21 ;       the keyword parameters of ncdf_varget 
     16; @file_comments the keyword parameters of ncdf_varget 
    2217; 
    23 ; OUTPUTS:a long array of IDL julian days 
     18; @returns a long array of IDL julian days 
    2419; 
    25 ; COMMON BLOCKS: 
    26 ; 
    27 ; SIDE EFFECTS: 
    28 ; 
    29 ; RESTRICTIONS: the calendar variable must have the units attribute 
    30 ; folowing the syntaxe bellow: 
     20; @restrictions the calendar variable must have the units attribute 
     21; following the syntaxe bellow: 
    3122; 
    3223; time_counter:units = "seconds since 0001-01-01 00:00:00" ; 
     
    3627; time_counter:units = "years since 1979-01-01 00:00:00" ; 
    3728; 
    38 ; EXAMPLE: 
    39 ; 
    40 ; MODIFICATION HISTORY:Sebastien Masson (smasson@lodyc.jussieu.fr) 
     29; @history Sebastien Masson (smasson\@lodyc.jussieu.fr) 
    4130;                      June 2001 
    4231;- 
Note: See TracChangeset for help on using the changeset viewer.