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/Documentation/idldoc_html_output/ToBeReviewed/LECTURE/read_ncdf.html

    r157 r163  
    701701      <div id="file_comments"> 
    702702 Reading function for the file net_cdf. 
    703  This program is less universal than ncdf_lec (it appeal to declarated  
     703 This program is less universal than ncdf_lec (it appeal to declared  
    704704 variables in common.pro) but it is very easier to be used. It considerate 
    705705 the declaration of the different zooms which have been defined 
    706706 (ixminmesh...premierx...), the declaration of the variable key_shift... 
    707707 To put it in a nutshell, the result of read_ncdf can be directly used in plt... 
    708  This is also this program which is used by default inour reading widgets.   
     708 This is also this program which is used by default in our reading widgets.   
    709709</div> 
    710710 
     
    727727         
    728728          <p class="header"> 
    729             <span class="result">result = </span>read_ncdf(<span class="result"><a href="#_read_ncdf_param_name">name</a>, <a href="#_read_ncdf_param_beginning">beginning</a>, <a href="#_read_ncdf_param_ending">ending</a>, <a href="#_read_ncdf_param_compatibility">compatibility</a></span>, <a href="#_read_ncdf_keyword_BOXZOOM">BOXZOOM</a>=<span class="result">BOXZOOM</span>, <a href="#_read_ncdf_keyword_FILENAME">FILENAME</a>=<span class="result">FILENAME</span>, <a href="#_read_ncdf_keyword_PARENTIN">PARENTIN</a>=<span class="result">PARENTIN</span>, <a href="#_read_ncdf_keyword_TIMESTEP">TIMESTEP</a>=<span class="result">TIMESTEP</span>, <a href="#_read_ncdf_keyword_TIMEVAR">TIMEVAR</a>=<span class="result">TIMEVAR</span>, <a href="#_read_ncdf_keyword_TOUT">TOUT</a>=<span class="result">TOUT</span>, <a href="#_read_ncdf_keyword_NOSTRUCT">NOSTRUCT</a>=<span class="result">NOSTRUCT</span>, <a href="#_read_ncdf_keyword_CONT_NOFILL">CONT_NOFILL</a>=<span class="result">CONT_NOFILL</span>, <a href="#_read_ncdf_keyword_INIT">INIT</a>=<span class="result">INIT</span>, <a href="#_read_ncdf_keyword_GRID">GRID</a>=<span class="result">GRID</span>, <a href="#_read_ncdf_keyword_FBASE2TBASE">FBASE2TBASE</a>=<span class="result">FBASE2TBASE</span>, <a href="#_read_ncdf_keyword__EXTRA">_EXTRA</a>=<span class="result">_EXTRA</span>)</p> 
     729            <span class="result">result = </span>read_ncdf(<span class="result"><a href="#_read_ncdf_param_name">name</a>, <a href="#_read_ncdf_param_beginning">beginning</a>, <a href="#_read_ncdf_param_ending">ending</a>, <a href="#_read_ncdf_param_compatibility">compatibility</a></span>, <a href="#_read_ncdf_keyword_BOXZOOM">BOXZOOM</a>=<span class="result">BOXZOOM</span>, <a href="#_read_ncdf_keyword_FILENAME">FILENAME</a>=<span class="result">string</span>, <a href="#_read_ncdf_keyword_PARENTIN">PARENTIN</a>=<span class="result">PARENTIN</span>, <a href="#_read_ncdf_keyword_TIMESTEP">TIMESTEP</a>=<span class="result">TIMESTEP</span>, <a href="#_read_ncdf_keyword_TIMEVAR">TIMEVAR</a>=<span class="result">string</span>, <a href="#_read_ncdf_keyword_TOUT">TOUT</a>=<span class="result">TOUT</span>, <a href="#_read_ncdf_keyword_NOSTRUCT">NOSTRUCT</a>=<span class="result">NOSTRUCT</span>, <a href="#_read_ncdf_keyword_CONT_NOFILL">CONT_NOFILL</a>=<span class="result">CONT_NOFILL</span>, <a href="#_read_ncdf_keyword_INIT">INIT</a>=<span class="result">INIT</span>, <a href="#_read_ncdf_keyword_GRID">GRID</a>=<span class="result">GRID</span>, <a href="#_read_ncdf_keyword_FBASE2TBASE">FBASE2TBASE</a>=<span class="result">FBASE2TBASE</span>, <a href="#_read_ncdf_keyword__EXTRA">_EXTRA</a>=<span class="result">_EXTRA</span>)</p> 
    730730         
    731731          <div class="comments"></div> 
    732732 
    733733          <h3>Return value</h3><div class="preformat"> 
    734  Structure readable by litchamp.pro or an array if NOSRUCT is activated. 
     734 Structure readable by litchamp.pro or an array if NOSTRUCT is activated. 
    735735 </div> 
    736736 
     
    745745              <span class="attr">required</span> 
    746746               
    747                
     747              <span class="attr">type:</span> <span class="value">string</span> 
    748748               
    749749               
     
    751751         
    752752          <div class="comments"> 
    753  It is a string defining the field to be read. 
     753 It define the field to be read. 
    754754</div> 
    755755             
     
    771771  which are included between these two dates. 
    772772  - 2 indexes which define between which and which time step we have  
    773   to extract the telporal dimension. 
     773  to extract the temporal dimension. 
    774774</div> 
    775775             
     
    833833               
    834834               
    835                
     835              <span class="attr">type:</span> <span class="value">string</span> 
    836836               
    837837               
     
    839839         
    840840            <div class="comments"> 
    841  It is a string containing the file's name. 
     841 It contains he file's name. 
    842842 </div> 
    843843             
     
    877877               
    878878               
    879                
     879              <span class="attr">type:</span> <span class="value">string</span> 
    880880               
    881881               
     
    883883         
    884884            <div class="comments"> 
    885  It is a string which define the name of the variable that 
    886  contains the time axis. This keyword can be usefull if there 
    887  is no unlimited dimension or if the time axis selected by defaut 
     885 It define the name of the variable that 
     886 contains the time axis. This keyword can be useful if there 
     887 is no unlimited dimension or if the time axis selected by default 
    888888 (the first 1D array with unlimited dimension) is not the good one. 
    889889</div> 
     
    919919            <div class="comments"> 
    920920 We activate it if we do not want that read_ncdf send back a structure  
    921  but only the array refering to the field. 
     921 but only the array referring to the field. 
    922922 </div> 
    923923             
     
    963963         
    964964            <div class="comments"> 
    965  ='[UTVWF]' to specify the type of grid. Defaut is (1) 
     965 ='[UTVWF]' to specify the type of grid. Default is (1) 
    966966 based on the name of the file if the file ends by 
    967967 GRID[._][TUVFW].NC (not case sensible) or (2) T if case (1) 
     
    10031003           
    10041004          <h4>Version</h4><div class="preformat"> 
    1005  $Id: read_ncdf.pro 150 2006-08-09 10:12:54Z navarro $ </div> 
     1005 $Id: read_ncdf.pro 157 2006-08-21 09:01:50Z navarro $ </div> 
    10061006          <h4>History</h4><div class="preformat"> 
    10071007 Sebastien Masson (smasson@lodyc.jussieu.fr) 
     
    10281028           
    10291029         
     1030          <h3>Statistics</h3> 
     1031          <table class="statistics"> 
     1032            <tr><td>McCabe cyclic</td><td>         116</td></tr> 
     1033            <tr><td>McCabe essential</td><td>           1</td></tr> 
     1034            <tr><td>McCabe modular design</td><td>           1</td></tr> 
     1035          </table> 
    10301036           
    10311037         
Note: See TracChangeset for help on using the changeset viewer.