Ignore:
Timestamp:
12/03/07 16:41:25 (17 years ago)
Author:
smasson
Message:

update documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/idldoc_assistant_output/ReadWrite/idl-NetCDF/ncdf_listvars.html

    r249 r321  
    6262 
    6363     
    64  
     64 give back the liste of variables included in a NetCDF file 
    6565 
    6666 
     
    7070      <a name="#_ncdf_listvars"></a> 
    7171 
    72       <h2>ncdf_listvars  <font size="-1" color="#006633"> 
    73  
     72      <h2>ncdf_listvars  <font size="-1" color="#006633">  
     73 NetCDF 
    7474</font></h2> 
    7575 
    76       <p><font face="Courier"><i>result = </i>ncdf_listvars(<i><a href="#_ncdf_listvars_keyword_ncid">ncid</a></i>)</font></p> 
     76      <p><font face="Courier"><i>result = </i>ncdf_listvars(<i><a href="#_ncdf_listvars_keyword_input">input</a></i>)</font></p> 
    7777 
    7878     
    7979 
    8080    <h3>Return value</h3> 
    81  
     81 a vector string containing the name of the variables 
    8282 
    8383 
     
    8686     
    8787 
    88     <a name="#_ncdf_listvars_keyword_ncid"></a> 
    89     <h4>ncid&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     88    <a name="#_ncdf_listvars_keyword_input"></a> 
     89    <h4>input&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     90      <font size="-1" color="#006633">in</font> 
    9091       
    9192       
     93      <font size="-1" color="#006633">required</font> 
    9294       
    93        
    94        
    95        
     95      <font size="-1" color="#006633">type:</font> <font size="-1" color="#006633"><i>salar string or long integer</i></font> 
    9696       
    9797       
    9898    </h4> 
    9999 
    100      
    101   
     100      
     101 the name of the file or its Id (defined by a previus call to 
     102 ncdf_open or ncdf_create) 
     103 Note that if input corresponds to the file name, ncdf_listvars will 
     104 open and close the file automatically. 
    102105 
    103106     
     
    107110 
    108111    <h3>Examples</h3><pre> 
    109   
     112 IDL> varnames = ncdf_listvars('toto.nc') 
     113   or 
     114 IDL> i=ncdf_open('toto.nc') 
     115 IDL> varnames = ncdf_listvars(id) 
    110116  
    111117    </pre><h3>Version history</h3> 
    112118     
    113119    <h4>Version</h4> 
    114  $Id: ncdf_listvars.pro 157 2006-08-21 09:01:50Z navarro $ 
     120 $Id: ncdf_listvars.pro 308 2007-11-05 10:20:28Z smasson $ 
    115121 
    116122    <h4>History</h4> 
     
    119125     
    120126 
    121     <h3>Known issues</h3> 
    122127     
    123128     
    124129     
    125     <h4>Restrictions</h4> 
    126  
    127  
     130     
     131     
    128132 
    129133     
Note: See TracChangeset for help on using the changeset viewer.