Ignore:
Timestamp:
08/21/06 11:01:50 (18 years ago)
Author:
navarro
Message:

header improvements + xxx doc

File:
1 edited

Legend:

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

    r150 r157  
    77; from the grads control file even if there is multiple data files. 
    88; 
    9 ; @categories reading function 
     9; @categories  
     10; Reading 
    1011; 
    1112; @param var {in}{required} 
     
    2122; the grads control file name: 'xxxx.ctl' 
    2223; 
    23 ; @file_comments 
    24 ; keyword GLAMBOUNDARY (via computegrid.pro) a 2 elements vector, 
    25 ; {lon1,lon2], giving the longitude boundaries that should be 
    26 ; used to visualize the data. 
    27 ;         lon2 > lon1 
    28 ;         lon2 - lon1 eq 360 
    29 ; key_shift will be automatically defined according to GLAMBOUNDARY. 
    30 ; 
    3124; @keyword TIMESTEP 
    3225; to specify that the dates are time steps instead of true calendar. 
    33 ; 
    34 ; @file_comments 
    35 ; keyword IODIRECTORY 
    36 ; a string giving the name of iodirectory 
    37 ; (see isafile.pro for all possibilities). 
    38 ; default value is common variable iodir 
    3926; 
    4027;--------------- 
     
    4229;--------------- 
    4330; 
    44 ;       BOX a 4 or 6 elements 1d array, [lon1,lon2,lat1,lat2, depth1, 
    45 ;       depth2], that specifies the area where data must be read 
    46 ; 
    47 ;       EVERYTHING 
    48 ; 
    49 ;       NOSTRUCTURE 
     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 
     34; 
     35; @keyword EVERYTHING 
     36; 
     37; 
     38; @keyword NOSTRUCT 
     39; 
     40; 
     41; @keyword _EXTRA 
     42; Used to pass your keywords 
    5043; 
    5144; @returns 
    5245; an array 
    5346; 
    54 ; @uses common 
     47; @uses  
     48; common 
    5549; 
    5650; @restriction 
     
    6660; IDL> plt, a 
    6761; 
    68 ; @history Sebastien Masson (smasson\@lodyc.jussieu.fr) 
    69 ; 
    70 ; @version $Id$ 
     62; @history  
     63; Sebastien Masson (smasson\@lodyc.jussieu.fr) 
     64; 
     65; @version 
     66; $Id$ 
    7167; 
    7268;- 
Note: See TracChangeset for help on using the changeset viewer.