Ignore:
Timestamp:
08/11/06 16:32:05 (18 years ago)
Author:
smasson
Message:

some light header cleaning...

File:
1 edited

Legend:

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

    r134 r155  
     1;------------------------------------------------------ 
    12;+ 
    23; 
    3 ; @file_comments reduce the size of the NetCDF meshmask created by OPA by 
    4 ; using bit (and not byte) format for the masks and the float format 
    5 ; for the other fields. 
    6 ; 
    7 ; @categories for OPA meshmask files 
    8 ; 
     4; @hidden 
     5; @categories netcdf 
    96; @param inid {in}{required} 
    107; @param outid {in}{required} 
    118; @param inname {in}{required} 
    12 ; @param outname {in}{optional} 
    13 ; 
    14 ; @history 
    15 ;      July 2004 Sebastien Masson (smasson\@lodyc.jussieu.fr) 
    16 ; 
    17 ; @version $Id$ 
     9; @param outname {in}{optional}{default=inname} 
    1810; 
    1911;- 
    20 ;------------------------------------------------------ 
    2112;------------------------------------------------------ 
    2213PRO ncdf_transfer, inid, outid, inname, outname 
     
    2920  RETURN 
    3021END 
     22;------------------------------------------------------ 
    3123; 
    3224;+ 
     25; @file_comments reduce the size of the NetCDF meshmask created by OPA by 
     26; using bit (and not byte) format for the masks and the float format 
     27; for the other variables 
     28; 
     29; @categories for OPA meshmask files 
    3330; 
    3431; @param ncfilein {in}{required} 
     
    5047; IDL> micromeshmask, 'meshmask_ORCA_R05.nc',iodir=meshdir 
    5148; 
     49; @history 
     50;      July 2004 Sebastien Masson (smasson\@lodyc.jussieu.fr) 
     51; 
     52; @version $Id$ 
     53; 
    5254;- 
     55;------------------------------------------------------ 
    5356PRO micromeshmask, ncfilein, ncfileout, IODIR = iodir 
    5457; 
Note: See TracChangeset for help on using the changeset viewer.