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

    r363 r402  
    6363     
    6464 Reading function for the file net_cdf. 
    65  This program is less universal than ncdf_lec (it appeal to declared 
    66  variables in common.pro) but it is very easier to be used. It considerate 
     65 This program is less universal than <a href="../..//ToBeReviewed/LECTURE/ncdf_lec.html">ncdf_lec</a> (it appeal to  
     66 declared variables in <a href="../..//Obsolete/common.html">common</a>) but it is very easier to be used.  
     67 It considerate 
    6768 the declaration of the different zooms which have been defined 
    6869 (ixminmesh...premierx...), the declaration of the variable key_shift... 
    69  To put it in a nutshell, the result of read_ncdf can be directly used in plt... 
     70 To put it in a nutshell, the result of read_ncdf can be directly used in  
     71 <a href="../..//ToBeReviewed/PLOTS/DESSINE/plt.html">plt</a> ... 
     72 
    7073 This is also this program which is used by default in our reading widgets. 
    7174 
     
    8689 
    8790    <h3>Return value</h3> 
    88  Structure readable by <a href="../..//ToBeReviewed/LECTURE/litchamp.html">litchamp</a> or an array if NOSTRUCT is activated. 
     91 Structure readable by <a href="../..//ToBeReviewed/LECTURE/litchamp.html">litchamp</a> or an array if NOSTRUCT is  
     92 activated. 
     93 
    8994 
    9095     
     
    124129 Relative with the time axis. 
    125130 These can be 
    126   - 2 date of the  type yyyymmdd and in this case, we select dates 
     131  - 2 dates of the type yyyymmdd and in this case, we select data 
    127132  which are included between these two dates. 
    128   - 2 indexes which define between which and which time step we have 
     133  - 2 indexes which define between which and which time steps we have 
    129134  to extract the temporal dimension. 
    130135 
     
    230235 
    231236     
    232  Specify that BEGINNING and ENDING refer to indexes of the time axis and not to dates 
     237 Specify that BEGINNING and ENDING refer to indexes of the time axis and not  
     238 to dates 
    233239 
    234240     
     
    246252 
    247253     
    248  put 1 to apply add_offset ad scale factor on data before looking for 
     254 put 1 to apply add_offset and scale factor on data before looking for 
    249255 missing values 
    250256 
     
    312318 
    313319     
    314  To call automatically <a href="../..//ToBeReviewed/INIT/initncdf.html">initncdf</a> with filename as input argument  
    315  and thus ; redefine all the grid parameters 
     320 To call automatically <a href="../..//ToBeReviewed/INIT/initncdf.html">initncdf</a> with filename as input argument 
     321 and thus redefine all the grid parameters 
    316322 
    317323     
     
    348354 
    349355     
    350  For ROMS outputs. Use by read_ncdf itself to access auxilliary data (h and zeta). 
     356 For ROMS outputs. Use by read_ncdf itself to access auxilliary data  
     357 (h and zeta). 
    351358 
    352359     
     
    366373 a string used to specify the direction along which we want to make 
    367374 spatial and/or temporal mean. It could be: 'x' 'y' 'z' 't' 'xy' 'xz' 
    368  'yz' 'xyz' 'xt' 'yt' 'zt' 'xyt' 'xzt' 'yzt' or 'xyzt'  
     375 'yz' 'xyz' 'xt' 'yt' 'zt' 'xyt' 'xzt' 'yzt' or 'xyzt' 
    369376 
    370377     
     
    441448     
    442449    <h4>Version</h4> 
    443  $Id: read_ncdf.pro 337 2008-03-20 22:04:33Z smasson $ 
     450 $Id: read_ncdf.pro 399 2009-07-02 08:38:54Z smasson $ 
    444451 
    445452    <h4>History</h4> 
     
    461468     
    462469    <h4>Uses routines</h4> 
    463  common.pro 
     470 <a href="../..//Obsolete/common.html">common</a> 
    464471 
    465472     
Note: See TracChangeset for help on using the changeset viewer.