Ignore:
Timestamp:
03/21/07 10:14:37 (17 years ago)
Author:
pinsard
Message:

new idldoc html and assistant outputs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/INIT/initncdf.html

    r200 r234  
    7373      <h2>initncdf  <font size="-1" color="#006633"> 
    7474 Grid 
    75  </font></h2> 
    76  
    77       <p><font face="Courier">initncdf<i>, <a href="#_initncdf_keyword_ncfilein">ncfilein</a></i>, <a href="#_initncdf_keyword_XAXISNAME">XAXISNAME</a>=<i>scalar string</i>, <a href="#_initncdf_keyword_YAXISNAME">YAXISNAME</a>=<i>scalar string</i>, <a href="#_initncdf_keyword_ZAXISNAME">ZAXISNAME</a>=<i>scalar string</i>, <a href="#_initncdf_keyword_MASKNAME">MASKNAME</a>=<i>string</i>, <a href="#_initncdf_keyword_INVMASK">INVMASK</a>=<i>scalar: 0 or 1</i>, <a href="#_initncdf_keyword_USEASMASK">USEASMASK</a>=<i>scalar string</i>, <a href="#_initncdf_keyword_MISSING_VALUE">MISSING_VALUE</a>=<i>scalar</i>, <a href="#_initncdf_keyword_START1">START1</a>=<i>scalar: 0 or 1</i>, <a href="#_initncdf_keyword_XYINDEX">XYINDEX</a>=<i>scalar: 0 or 1</i>, <a href="#_initncdf_keyword_ZINDEX">ZINDEX</a>=<i>scalar: 0 or 1</i>, <a href="#_initncdf_keyword__EXTRA">_EXTRA</a>=<i>_EXTRA</i></font></p> 
     75</font></h2> 
     76 
     77      <p><font face="Courier">initncdf<i>, <a href="#_initncdf_keyword_ncfilein">ncfilein</a></i>, <a href="#_initncdf_keyword_ZAXISNAME">ZAXISNAME</a>=<i>scalar string</i>, <a href="#_initncdf_keyword_MASKNAME">MASKNAME</a>=<i>string</i>, <a href="#_initncdf_keyword_INVMASK">INVMASK</a>=<i>scalar: 0 or 1</i>, <a href="#_initncdf_keyword_USEASMASK">USEASMASK</a>=<i>scalar string</i>, <a href="#_initncdf_keyword_MISSING_VALUE">MISSING_VALUE</a>=<i>scalar</i>, <a href="#_initncdf_keyword_START1">START1</a>=<i>scalar: 0 or 1</i>, <a href="#_initncdf_keyword_XYINDEX">XYINDEX</a>=<i>scalar: 0 or 1</i>, <a href="#_initncdf_keyword_ZINDEX">ZINDEX</a>=<i>scalar: 0 or 1</i>, <a href="#_initncdf_keyword__EXTRA">_EXTRA</a>=<i>_EXTRA</i></font></p> 
    7878 
    7979     
     
    108108 
    109109     
    110     <a name="#_initncdf_keyword_XAXISNAME"></a> 
    111     <h4>XAXISNAME&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    112        
    113        
    114        
    115        
    116        
    117       <font size="-1" color="#006633">type:</font> <font size="-1" color="#006633"><i>scalar string</i></font> 
    118       <font size="-1" color="#006633">default:</font> <font size="-1" color="#006633"><i>'x', 'longitude', 'nav_lon', 'lon', 'lon_rho' or 'NbLongitudes'</i></font> 
    119        
    120     </h4> 
    121  
    122      
    123  A string giving the name of the variable in the file  
    124  that contains the [xyz]axis.  
    125        
    126      
    127     <a name="#_initncdf_keyword_YAXISNAME"></a> 
    128     <h4>YAXISNAME&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    129        
    130        
    131        
    132        
    133        
    134       <font size="-1" color="#006633">type:</font> <font size="-1" color="#006633"><i>scalar string</i></font> 
    135       <font size="-1" color="#006633">default:</font> <font size="-1" color="#006633"><i>'y', 'latitude', 'nav_lat','lat', 'lat_rho' or 'NbLatitudes'</i></font> 
    136        
    137     </h4> 
    138  
    139      
    140  A string giving the name of the variable in the file  
    141  that contains the [xyz]axis.  
    142  
    143      
    144110    <a name="#_initncdf_keyword_ZAXISNAME"></a> 
    145111    <h4>ZAXISNAME&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    155121 
    156122     
    157  A string giving the name of the variable in the file  
    158  that contains the [xyz]axis.  
     123 A string giving the name of the variable in the file 
     124 that contains the [xyz]axis. 
    159125 
    160126     
     
    172138 
    173139     
    174  A string giving the name of the variable in the file  
     140 A string giving the name of the variable in the file 
    175141 that contains the land/sea mask 
    176142 
     
    205171 
    206172     
    207  A string giving the name of the variable in the file  
     173 A string giving the name of the variable in the file 
    208174 that will be used to build the land/sea mask. In this case the 
    209175 mask is based on the first record (if record dimension 
     
    246212     
    247213 Index the axis from 1 instead of 0 when using 
    248  /xyindex and/or zindex 
     214 /xyindex and/or /zindex 
    249215 
    250216     
     
    263229     
    264230 To define the x/y axis with index instead of using 
    265  the values contained in X/YAXISNAME.  
    266  x/yaxis = keyword_set(start1) + findgen(jpi/jpj)  
     231 the values contained in X/YAXISNAME. 
     232 x/yaxis = keyword_set(start1) + findgen(jpi/jpj) 
    267233 this forces key_onearth = 0 
    268234 
     
    282248     
    283249 To define the z axis with index instead of using 
    284  the values contained in ZAXISNAME.  
    285  zaxis = keyword_set(start1) + findgen(jpk)  
    286   
     250 the values contained in ZAXISNAME. 
     251 zaxis = keyword_set(start1) + findgen(jpk) 
     252 
    287253     
    288254    <a name="#_initncdf_keyword__EXTRA"></a> 
     
    299265 
    300266     
    301  Used to pass keywords to computegrid 
    302  
    303      
    304      
    305  
    306     <h3>Examples</h3> 
    307   IDL> initncdf,'toto.nc',glam=[-180,180] 
    308  
    309     <h3>Version history</h3> 
     267 Used to pass keywords to <a href=".//../../../Grid/computegrid.html">computegrid</a> and  
     268 <a href=".//../../../ReadWrite/ncdf_getaxis.html">ncdf_getaxis</a> 
     269 
     270     
     271     
     272 
     273    <h3>Examples</h3><pre> 
     274 IDL> initncdf,'toto.nc',glam=[-180,180] 
     275 
     276    </pre><h3>Version history</h3> 
    310277     
    311278    <h4>Version</h4> 
    312  $Id: initncdf.pro 192 2006-09-22 09:37:08Z smasson $ 
     279 $Id: initncdf.pro 232 2007-03-20 16:59:36Z pinsard $ 
    313280 
    314281    <h4>History</h4> 
     
    323290     
    324291    <h4>Restrictions</h4> 
    325  Change the grid parameters (see computegrid) 
    326  
    327  
    328  the file must contain an x and an y axis. (1 ou 2 dimentional array) 
     292 Change the grid parameters (see <a href=".//../../../Grid/computegrid.html">computegrid</a>) 
     293 
     294 
     295 the file must contain an x and an y axis. (1 ou 2 dimensional array) 
    329296 
    330297 
Note: See TracChangeset for help on using the changeset viewer.