Ignore:
Timestamp:
06/27/06 17:47:06 (18 years ago)
Author:
pinsard
Message:

add $ in Calendar, Grid, Interpolation, Obsolete and Postscript *.pro files, add svn:keywords Id to all these files, some improvements in header

File:
1 edited

Legend:

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

    • Property svn:keywords set to Id
    r114 r118  
    1111; IDL> ncdf_meshread [,' filename'] 
    1212;  
    13 ;    @param filename {in}{optional} the name of the meshmask file to read. Default is 
     13; @param filename {in}{optional} the name of the meshmask file to read. Default is 
    1414;    meshmask.nc. if this name does not contain any / and if 
    1515;    iodirectory keyword is not specify, then the common variable 
    1616;    iodir will be use to define the mesh file path. 
    1717; 
    18 ;    @keyword GLAMBOUNDARY a 2 elements vector, {lon1,lon2], the longitute 
     18; @keyword GLAMBOUNDARY a 2 elements vector, {lon1,lon2], the longitute 
    1919;    boundaries that should be used to visualize the data. 
    2020;      lon2 > lon1 
     
    2222;    key_shift will be automaticaly defined according to GLAMBOUNDARY. 
    2323; 
    24 ;    @keyword /CHECKDAT Suppressed. Use micromeshmask.pro to create an 
     24; @keyword /CHECKDAT Suppressed. Use micromeshmask.pro to create an 
    2525;    appropriate meshmask. 
    2626; 
    27 ;    @keyword ONEARTH = 0 or 1 to force the manual definition of 
     27; @keyword ONEARTH = 0 or 1 to force the manual definition of 
    2828;    key_onearth (to specify if the data are on earth -> use longitude 
    2929;    /latitude etc...). By default, key_onearth = 1. 
     
    3131;    cancelling GLAMBOUNDARY 
    3232; 
    33 ;    @keyword PERIODIC = 0 or 1 to force the manual definition of 
     33; @keyword GETDIMENSIONS 
     34; 
     35; @keyword PERIODIC = 0 or 1 to force the manual definition of 
    3436;    key_periodic. By default, key_periodic is automaticaly 
    3537;    computed by using the first line of glamt. 
    3638; 
    37 ;    @keyword SHIFT  to force the manual definition of key_shift. By 
     39; @keyword SHIFT  to force the manual definition of key_shift. By 
    3840;    debault, key_shift is automaticaly computed according to the 
    3941;    glamboundary (when defined) by using the first line of glamt. if 
    4042;    key_periodic=0 then in any case key_shift = 0.  
    4143; 
    42 ;    @keyword STRCALLING a string containing the calling command used to call 
     44; @keyword STRCALLING a string containing the calling command used to call 
    4345;    computegrid (this is used by xxx.pro) 
    4446; 
    45 ;    @keyword STRIDE a 3 elements vector to specify the stride in x, y, z 
     47; @keyword STRIDE a 3 elements vector to specify the stride in x, y, z 
    4648;    direction. Default definition is key_stride. The resulting value 
    4749;    will be stored in the common (cm_4mesh) variable key_stride 
     50; 
     51; 
     52; @keyword _EXTRA used to pass your keywords to the created function. 
     53; 
    4854; 
    4955; @uses cm_4mesh cm_4data cm_4cal 
     
    6571; Oct. 2004, Sebastien Masson: add PERIODIC and SHIFT 
    6672; Aug. 2005, Sebastien Masson: some cleaning + english  
     73; 
     74; @version $Id$ 
     75; 
    6776;- 
    6877;------------------------------------------------------------ 
Note: See TracChangeset for help on using the changeset viewer.