Ignore:
Timestamp:
07/06/06 15:46:17 (18 years ago)
Author:
pinsard
Message:

improvements of Grid/*.pro header

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Grid/smallmeshmask.pro

    r121 r124  
    3232; fields. 
    3333; 
    34 ;    @keyword IODIR to define the files path. 
    35 ;      @param ncfilein {in}{required} 
    36 ;      1) the name of the meshmask file to be reduced. In that case, 
    37 ;      there is only one meshmask file 
    38 ; 
    39 ;      OR 
    40 ; 
    41 ;      2) the xxx part in the names: xxx.mesh_hgr.nc xxx.mesh_zgr.nc 
    42 ;      xxx.mask.nc. In that case, the meshmask is split into 3 files. 
    43 ; 
    44 ;      @param ncfileout {in}{optional}{default=smallmeshmask.nc}  
    45 ;      the name of the reduced meshmask file.  
     34; @keyword IODIR to define the files path. 
     35; @param ncfilein {in}{required} 
     36; 1) the name of the meshmask file to be reduced. In that case, 
     37; there is only one meshmask file 
     38; 
     39; OR 
     40; 
     41; 2) the xxx part in the names: xxx.mesh_hgr.nc xxx.mesh_zgr.nc 
     42; xxx.mask.nc. In that case, the meshmask is split into 3 files. 
     43; 
     44; @param ncfileout {in}{optional}{default=smallmeshmask.nc}  
     45; the name of the reduced meshmask file.  
    4646; 
    4747; @examples 
    48 ;    IDL> meshdir='/d1fes2-raid2/smasson/DATA/ORCA05/' 
    49 ;    IDL> smallmeshmask, 'meshmask_ORCA_R05.nc',iodir=meshdir 
     48; IDL> meshdir='/d1fes2-raid2/smasson/DATA/ORCA05/' 
     49; IDL> smallmeshmask, 'meshmask_ORCA_R05.nc',iodir=meshdir 
    5050; 
    5151; @categories for OPA meshmask files 
Note: See TracChangeset for help on using the changeset viewer.