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

    r363 r402  
    8989      <div id="file_comments"> 
    9090 Reading function for the file net_cdf. 
    91  This program is less universal than ncdf_lec (it appeal to declared 
    92  variables in common.pro) but it is very easier to be used. It considerate 
     91 This program is less universal than <a href="../..//ToBeReviewed/LECTURE/ncdf_lec.html">ncdf_lec</a> (it appeal to  
     92 declared variables in <a href="../..//Obsolete/common.html">common</a>) but it is very easier to be used.  
     93 It considerate 
    9394 the declaration of the different zooms which have been defined 
    9495 (ixminmesh...premierx...), the declaration of the variable key_shift... 
    95  To put it in a nutshell, the result of read_ncdf can be directly used in plt... 
     96 To put it in a nutshell, the result of read_ncdf can be directly used in  
     97 <a href="../..//ToBeReviewed/PLOTS/DESSINE/plt.html">plt</a> ... 
     98 
    9699 This is also this program which is used by default in our reading widgets. 
    97100</div> 
     
    121124 
    122125          <h3>Return value</h3><div class="preformat"> 
    123  Structure readable by <a href="../..//ToBeReviewed/LECTURE/litchamp.html">litchamp</a> or an array if NOSTRUCT is activated.</div> 
     126 Structure readable by <a href="../..//ToBeReviewed/LECTURE/litchamp.html">litchamp</a> or an array if NOSTRUCT is  
     127 activated. 
     128</div> 
    124129 
    125130           
     
    156161 Relative with the time axis. 
    157162 These can be 
    158   - 2 date of the  type yyyymmdd and in this case, we select dates 
     163  - 2 dates of the type yyyymmdd and in this case, we select data 
    159164  which are included between these two dates. 
    160   - 2 indexes which define between which and which time step we have 
     165  - 2 indexes which define between which and which time steps we have 
    161166  to extract the temporal dimension. 
    162167</div> 
     
    255260         
    256261            <div class="comments"> 
    257  Specify that BEGINNING and ENDING refer to indexes of the time axis and not to dates 
     262 Specify that BEGINNING and ENDING refer to indexes of the time axis and not  
     263 to dates 
    258264</div> 
    259265             
     
    270276         
    271277            <div class="comments"> 
    272  put 1 to apply add_offset ad scale factor on data before looking for 
     278 put 1 to apply add_offset and scale factor on data before looking for 
    273279 missing values 
    274280</div> 
     
    332338         
    333339            <div class="comments"> 
    334  To call automatically <a href="../..//ToBeReviewed/INIT/initncdf.html">initncdf</a> with filename as input argument  
    335  and thus ; redefine all the grid parameters 
     340 To call automatically <a href="../..//ToBeReviewed/INIT/initncdf.html">initncdf</a> with filename as input argument 
     341 and thus redefine all the grid parameters 
    336342</div> 
    337343             
     
    366372         
    367373            <div class="comments"> 
    368  For ROMS outputs. Use by read_ncdf itself to access auxilliary data (h and zeta). 
     374 For ROMS outputs. Use by read_ncdf itself to access auxilliary data  
     375 (h and zeta). 
    369376</div> 
    370377             
     
    383390 a string used to specify the direction along which we want to make 
    384391 spatial and/or temporal mean. It could be: 'x' 'y' 'z' 't' 'xy' 'xz' 
    385  'yz' 'xyz' 'xt' 'yt' 'zt' 'xyt' 'xzt' 'yzt' or 'xyzt'  
     392 'yz' 'xyz' 'xt' 'yt' 'zt' 'xyt' 'xzt' 'yzt' or 'xyzt' 
    386393</div> 
    387394             
     
    454461           
    455462          <h4>Version</h4><div class="preformat"> 
    456  $Id: read_ncdf.pro 337 2008-03-20 22:04:33Z smasson $ 
     463 $Id: read_ncdf.pro 399 2009-07-02 08:38:54Z smasson $ 
    457464</div> 
    458465          <h4>History</h4><div class="preformat"> 
     
    474481           
    475482          <h4>Uses routines</h4><div class="preformat"> 
    476  common.pro 
     483 <a href="../..//Obsolete/common.html">common</a> 
    477484</div> 
    478485           
Note: See TracChangeset for help on using the changeset viewer.