Ignore:
Timestamp:
08/29/06 14:59:46 (18 years ago)
Author:
navarro
Message:

header improvements : type of parameters and keywords, default values, spell checking + idldoc assistant (IDL online_help)

File:
1 edited

Legend:

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

    r157 r163  
    1010; Reading 
    1111; 
    12 ; @param var {in}{required} 
     12; @param VAR {in}{required} 
    1313; the variable name 
    1414; 
    15 ; @param date1 {in}{required} 
     15; @param DATE1 {in}{required} 
    1616; date of the beginning (yyyymmdd if TIMESTEP is not activate) 
    1717; 
    18 ; @param date2 {in}{optional} 
     18; @param DATE2 {in}{optional} 
    1919; last date. Optional, if not specified date2=date1 
    2020; 
     
    2929;--------------- 
    3030; 
    31 ; @keyword BOX 
    32 ; A 4 or 6 elements 1d array, [lon1,lon2,lat1,lat2, depth1, 
    33 ; depth2], that specifies the area where data must be read 
     31; @keyword BOX {type=A 4 or 6 elements 1d array, [lon1,lon2,lat1,lat2, depth1, depth2]} 
     32; It specifies the area where data must be read 
    3433; 
    3534; @keyword EVERYTHING 
Note: See TracChangeset for help on using the changeset viewer.