Ignore:
Timestamp:
07/23/09 11:18:49 (15 years ago)
Author:
smasson
Message:

update documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/idldoc_html_output/ReadWrite/ncdf_gettime.html

    r363 r402  
    110110         
    111111          <p class="header"> 
    112             <span class="result">result = </span>ncdf_gettime(<span class="result"><a href="#_ncdf_gettime_param_filename">filename</a>, <a href="#_ncdf_gettime_param_cdfid">cdfid</a></span>, <a href="#_ncdf_gettime_keyword_TIMEVAR">TIMEVAR</a>=<span class="result">string</span>, <a href="#_ncdf_gettime_keyword_CALLER">CALLER</a>=<span class="result">scalar</span>, <a href="#_ncdf_gettime_keyword_ERR">ERR</a>=<span class="result">ERR</span>, <a href="#_ncdf_gettime_keyword__EXTRA">_EXTRA</a>=<span class="result">_EXTRA</span>)</p> 
     112            <span class="result">result = </span>ncdf_gettime(<span class="result"><a href="#_ncdf_gettime_param_filename">filename</a>[, <a href="#_ncdf_gettime_param_cdfid">cdfid</a>]</span>, <a href="#_ncdf_gettime_keyword_CALTYPE">CALTYPE</a>=<span class="result">CALTYPE</span>, <a href="#_ncdf_gettime_keyword_TIMEVAR">TIMEVAR</a>=<span class="result">string</span>, <a href="#_ncdf_gettime_keyword_CALLER">CALLER</a>=<span class="result">string</span>, <a href="#_ncdf_gettime_keyword_ERR">ERR</a>=<span class="result">ERR</span>, <a href="#_ncdf_gettime_keyword__EXTRA">_EXTRA</a>=<span class="result">_EXTRA</span>)</p> 
    113113         
    114114          <div class="comments"> 
     
    143143              <span class="attr">in</span> 
    144144               
    145                
    146               <span class="attr">required</span> 
     145              <span class="attr">optional</span> 
     146               
    147147               
    148148              <span class="attr">type:</span> <span class="value">scalar</span> 
     
    152152         
    153153          <div class="comments"> 
    154  the ID of the ncdf_file, which is already open 
     154 the ID of the ncdf_file, if the file is already open.  
     155 if not provided, ncdf_gettime open the file defined by filename 
    155156</div> 
    156157             
     
    161162 
    162163            <h3>Keywords</h3> 
     164             
     165            <h4 id="_ncdf_gettime_keyword_CALTYPE">CALTYPE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     166               
     167               
     168               
     169               
     170               
     171               
     172               
     173               
     174            </h4> 
     175         
     176            <div class="comments"> 
     177 Used to specify (or orverwrite) the type of calendar that should be 
     178 used. We accept only 'noleap', '360d', 'greg' and 'gregorian'. By 
     179 default, we use the type of calendar defied in the attibute 
     180 calendar. if not, we define it as gregorian. 
     181</div> 
    163182             
    164183            <h4 id="_ncdf_gettime_keyword_TIMEVAR">TIMEVAR&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    186205              <span class="attr">required</span> 
    187206               
    188               <span class="attr">type:</span> <span class="value">scalar</span> 
     207              <span class="attr">type:</span> <span class="value">string</span> 
    189208               
    190209               
     
    193212            <div class="comments"> 
    194213 Used to specify the error messages. Give the name of the calling 
    195  procedure. It can be only 'read_ncdf' or 'scanfile'. 
     214 procedure. It can be only '<a href="..//ToBeReviewed/LECTURE/read_ncdf.html">read_ncdf</a>' or '<a href="..//ToBeReviewed/WIDGET/AUTOUR_de_XXX/scanfile.html">scanfile</a>'. 
     215 
    196216</div> 
    197217             
     
    233253           
    234254          <h4>Version</h4><div class="preformat"> 
    235  $Id: ncdf_gettime.pro 358 2008-04-28 09:41:14Z pinsard $</div> 
     255 $Id: ncdf_gettime.pro 401 2009-07-23 08:48:16Z smasson $</div> 
    236256          <h4>History</h4><div class="preformat"> 
    237257 August 2007: Sebastien Masson (smasson@lodyc.jussieu.fr) 
     
    264284          <h3>Statistics</h3> 
    265285          <table class="statistics"> 
    266             <tr><td>McCabe cyclic</td><td>          39</td></tr> 
     286            <tr><td>McCabe cyclic</td><td>          51</td></tr> 
    267287            <tr><td>McCabe essential</td><td>           1</td></tr> 
    268288            <tr><td>McCabe modular design</td><td>           1</td></tr> 
Note: See TracChangeset for help on using the changeset viewer.