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/Grid/micromeshmask.pro

    r155 r157  
    1 ;------------------------------------------------------ 
    21;+ 
    32; 
    4 ; @hidden 
    5 ; @categories netcdf 
     3; @file_comments  
     4; Reduce the size of the NetCDF meshmask created by OPA by 
     5; using bit (and not byte) format for the masks and the float format 
     6; for the other fields. 
     7; 
     8; @categories  
     9; For OPA 
     10; 
    611; @param inid {in}{required} 
    712; @param outid {in}{required} 
    813; @param inname {in}{required} 
    9 ; @param outname {in}{optional}{default=inname} 
     14; @param outname {in}{optional} 
     15; 
     16; @history 
     17;      July 2004 Sebastien Masson (smasson\@lodyc.jussieu.fr) 
     18; 
     19; @version  
     20; $Id$ 
    1021; 
    1122;- 
     23;------------------------------------------------------ 
    1224;------------------------------------------------------ 
    1325PRO ncdf_transfer, inid, outid, inname, outname 
     
    2032  RETURN 
    2133END 
    22 ;------------------------------------------------------ 
    2334; 
    2435;+ 
    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 
    3036; 
    3137; @param ncfilein {in}{required} 
     
    4753; IDL> micromeshmask, 'meshmask_ORCA_R05.nc',iodir=meshdir 
    4854; 
    49 ; @history 
    50 ;      July 2004 Sebastien Masson (smasson\@lodyc.jussieu.fr) 
    51 ; 
    52 ; @version $Id$ 
    53 ; 
    5455;- 
    55 ;------------------------------------------------------ 
    5656PRO micromeshmask, ncfilein, ncfileout, IODIR = iodir 
    5757; 
Note: See TracChangeset for help on using the changeset viewer.