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/read_oasis.pro

    r44 r106  
    33;------------------------------------------------------------ 
    44;+ 
    5 ; NAME:read_oasis 
     5; @file_comments read the f77 unformated files used in Oasis (version < 2.5)  
    66; 
    7 ; PURPOSE:read the f77 unformated files used in Oasis (version < 2.5)  
     7; @categories reading 
    88; 
    9 ; CATEGORY:reading 
     9;        @param filename {in}{required} the filename 
     10;        @param varname {in}{required} the name of the variable to be read 
     11;        @param jpi {in}{required} 
     12;        @param jpj {in}{required}  
     13;        the size of the 2d array to be read 
    1014; 
    11 ; CALLING SEQUENCE: z2d=read_oasis(filename, varname, jpi, jpj) 
    12 ;  
    13 ; INPUTS: 
    14 ;        filename:the filename 
    15 ;        varname: the name of the variable to be read 
    16 ;        jpi and jpj the size of the 2d array to be read 
     15; @keyword /I2 ++ param ou mot clef 
     16; @keyword /I4 
     17; @keyword /I8 
     18; @keyword /R4 
     19; to change the defaut format (R8) of the data to be read. 
    1720; 
    18 ; KEYWORD PARAMETERS: 
    19 ;        /I2, /I4, /I8, /R4: to change the defaut format (R8) of the data to  
    20 ;        be read. 
     21; @returns a 2d array 
    2122; 
    22 ; OUTPUTS:a 2d array 
    23 ; 
    24 ; COMMON BLOCKS: 
    25 ; 
    26 ; SIDE EFFECTS: 
    27 ; 
    28 ; RESTRICTIONS: 
    29 ; 
    30 ; EXAMPLE: 
     23; @examples 
    3124; IDL> a=read_oasis('grids_orca_t106','a106.lon',320,160) 
    3225; IDL> m=read_oasis('masks_orca_t106','or1t.msk',182,149,/i4) 
     
    3427; see also IDL> scanoasis,'grids_orca_t106' 
    3528; 
    36 ; MODIFICATION HISTORY:Sebastien Masson (smasson@lodyc.jussieu.fr) 
     29; @history Sebastien Masson (smasson\@lodyc.jussieu.fr) 
    3730;                      July 01, 2002 
    3831;- 
Note: See TracChangeset for help on using the changeset viewer.