Ignore:
Timestamp:
08/29/06 14:59:46 (18 years ago)
Author:
navarro
Message:

header improvements : type of parameters and keywords, default values, spell checking + idldoc assistant (IDL online_help)

File:
1 edited

Legend:

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

    r157 r163  
    2222;      lon2 > lon1 
    2323;      lon2 - lon1 le 360 
    24 ;    key_shift will be automaticaly defined according to GLAMBOUNDARY. 
     24;    key_shift will be automatically defined according to GLAMBOUNDARY. 
    2525; 
    2626; @keyword CHECKDAT Suppressed. Use micromeshmask.pro to create an 
    2727;    appropriate meshmask. 
    2828; 
    29 ; @keyword ONEARTH = 0 or 1 to force the manual definition of 
     29; @keyword ONEARTH {default=key_onearth=1} 
     30;    = 0 or 1 to force the manual definition of 
    3031;    key_onearth (to specify if the data are on earth -> use longitude 
    31 ;    /latitude etc...). By default, key_onearth = 1. 
     32;    /latitude etc...). 
    3233;    note that ONEARTH = 0 forces PERIODIC = 0, SHIFT = 0 and is 
    3334;    cancelling GLAMBOUNDARY 
     
    3839;    defined in jpiglo, jpjglo, jpkglo (cm_4mesh common variables) 
    3940; 
    40 ; @keyword PERIODIC = 0 or 1 to force the manual definition of 
    41 ;    key_periodic. By default, key_periodic is automaticaly 
    42 ;    computed by using the first line of glamt. 
    43 ; 
    44 ; @keyword SHIFT to force the manual definition of key_shift. By 
    45 ;    default, key_shift is automaticaly computed according to the 
     41; @keyword PERIODIC {default=key_periodic is automatically 
     42;    computed by using the first line of glamt} 
     43;    = 0 or 1 to force the manual definition of 
     44;    key_periodic. 
     45; 
     46; @keyword SHIFT {default= key_shift is automatically computed according to the glamboundary} 
     47;    to force the manual definition of key_shift. By 
     48;    default, key_shift is automatically computed according to the 
    4649;    glamboundary (when defined) by using the first line of glamt. if 
    4750;    key_periodic=0 then in any case key_shift = 0. 
    4851; 
    49 ; @keyword STRCALLING a string containing the calling command used to call 
     52; @keyword STRCALLING {type=string} 
     53;    a string containing the calling command used to call 
    5054;    computegrid (this is used by xxx.pro) 
    5155; 
     
    6569; 
    6670;  ixminmesh,ixmaxmesh,iyminmesh,iymaxmesh,izminmesh,izmaxmesh must 
    67 ;  be defined febore calling ncdf_meshread. if some of those value 
     71;  be defined before calling ncdf_meshread. if some of those value 
    6872;  are equal to -1 they will be automatically defined 
    6973; 
Note: See TracChangeset for help on using the changeset viewer.