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/INIT/initncdf.html

    r338 r402  
    6363     
    6464 Initfile for Netcdf file. define all the grid parameters through 
    65  an appropriate call to computegid 
     65 an appropriate call to <a href="../..//Grid/computegrid.html">computegrid</a> 
    6666 
    6767 
     
    199199 
    200200    <h3>Examples</h3><pre> 
    201  IDL> initncdf,'toto.nc',glam=[-180,180] 
     201 
     202   IDL> initncdf,'toto.nc',glam=[-180,180] 
    202203 
    203204    </pre><h3>Version history</h3> 
    204205     
    205206    <h4>Version</h4> 
    206  $Id: initncdf.pro 327 2007-12-13 16:22:35Z pinsard $ 
     207 $Id: initncdf.pro 371 2008-08-07 09:32:02Z pinsard $ 
    207208 
    208209    <h4>History</h4> 
     
    219220 Change the grid parameters (see <a href="../..//Grid/computegrid.html">computegrid</a>) 
    220221 
    221  
    222222 the file must contain an x and an y axis. (1 ou 2 dimensional array) 
    223223 
     
    227227     
    228228    <h4>Uses routines</h4> 
    229  common.pro 
     229 <a href="../..//Obsolete/common.html">common</a> 
    230230 
    231231     
Note: See TracChangeset for help on using the changeset viewer.