Ignore:
Timestamp:
06/12/06 16:49:30 (18 years ago)
Author:
pinsard
Message:

start to modify headers of ReadWrite? *.pro files for better idldoc output

File:
1 edited

Legend:

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

    r104 r106  
    8787      </div> 
    8888 
    89       <div id="file_comments"></div> 
     89      <div id="file_comments"> get the time axis fom a netcdf_file and transforms it in 
     90 julian days of IDL. 
     91 
     92 the keyword parameters of ncdf_varget 
     93</div> 
    9094 
    9195       
     
    102106        <div class="routine_details" id="_ncdf_timeget"> 
    103107 
    104           <h2><a class="top" href="#container">top</a>ncdf_timeget </h2> 
     108          <h2><a class="top" href="#container">top</a>ncdf_timeget <span class="categories"> reading ncdf_file 
     109</span></h2> 
    105110         
    106111          <p class="header"> 
    107112            <span class="result">result = </span>ncdf_timeget(<span class="result"><a href="#_ncdf_timeget_param_cdfid">cdfid</a>, <a href="#_ncdf_timeget_param_timeid">timeid</a></span>, <a href="#_ncdf_timeget_keyword_YYYYMMDD">YYYYMMDD</a>=<span class="result">YYYYMMDD</span>, <a href="#_ncdf_timeget_keyword__extra">_extra</a>=<span class="result">_extra</span>)</p> 
    108113         
    109           <div class="comments"> 
    110  NAME: ncdf_timeget 
    111  
    112  PURPOSE: get the time axis fom a netcdf_file and transforms it in 
    113  julian days of IDL. 
    114  
    115  CATEGORY: reading ncdf_file 
    116  
    117  CALLING SEQUENCE: time = ncdf_timeget(cdfid, timeid) 
    118   
    119  INPUTS:cdfid: the ID of the ncdf_file, which is already open 
    120         timeid: the ID or the name of the variable which describe the calendar 
    121  
    122  KEYWORD PARAMETERS: 
    123         /YYYYMMDD: active to obtain the date as a longinterger with 
     114          <div class="comments"></div> 
     115 
     116          <h3>Return value</h3><div class="value"> a long array of IDL julian days 
     117</div> 
     118 
     119           
     120            <h3>Parameters</h3> 
     121         
     122             
     123            <h4 id="_ncdf_timeget_param_cdfid">cdfid&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     124              <span class="attr">in</span> 
     125               
     126               
     127              <span class="attr">required</span> 
     128               
     129               
     130               
     131               
     132            </h4> 
     133         
     134          <div class="comments"> the ID of the ncdf_file, which is already open</div> 
     135             
     136            <h4 id="_ncdf_timeget_param_timeid">timeid&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     137              <span class="attr">in</span> 
     138               
     139               
     140              <span class="attr">required</span> 
     141               
     142               
     143               
     144               
     145            </h4> 
     146         
     147          <div class="comments"> the ID or the name of the variable which describe the calendar 
     148</div> 
     149             
     150 
     151           
     152 
     153           
     154 
     155            <h3>Keywords</h3> 
     156             
     157            <h4 id="_ncdf_timeget_keyword_YYYYMMDD">YYYYMMDD&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     158               
     159               
     160               
     161               
     162               
     163               
     164               
     165               
     166            </h4> 
     167         
     168            <div class="comments"> active to obtain the date as a longinterger with 
    124169        the format YearYearYearYearMonthMonthDayDay 
    125  
    126         the keyword parameters of ncdf_varget 
    127  
    128  OUTPUTS:a long array of IDL julian days 
    129  
    130  COMMON BLOCKS: 
    131  
    132  SIDE EFFECTS: 
    133  
    134  RESTRICTIONS: the calendar variable must have the units attribute 
    135  folowing the syntaxe bellow: 
     170</div> 
     171             
     172            <h4 id="_ncdf_timeget_keyword__extra">_extra&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     173               
     174               
     175               
     176               
     177               
     178               
     179               
     180               
     181            </h4> 
     182         
     183            <div class="comments"></div> 
     184             
     185           
     186 
     187           
     188          <h3>Version history</h3> 
     189           
     190           
     191          <h4>History</h4><div class="value"> Sebastien Masson (smasson@lodyc.jussieu.fr) 
     192                      June 2001</div> 
     193           
     194           
     195          <h3>Known issues</h3> 
     196           
     197           
     198           
     199          <h4>Restrictions</h4><div class="value"> the calendar variable must have the units attribute 
     200 following the syntaxe bellow: 
    136201 
    137202 time_counter:units = "seconds since 0001-01-01 00:00:00" ; 
     
    140205 time_counter:units = "months since 1979-01-01 00:00:00" ; 
    141206 time_counter:units = "years since 1979-01-01 00:00:00" ; 
    142  
    143  EXAMPLE: 
    144 </div> 
    145  
    146            
    147  
    148            
    149             <h3>Parameters</h3> 
    150          
    151              
    152             <h4 id="_ncdf_timeget_param_cdfid">cdfid&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    153                
    154                
    155                
    156                
    157                
    158                
    159                
    160                
    161             </h4> 
    162          
    163           <div class="comments"></div> 
    164              
    165             <h4 id="_ncdf_timeget_param_timeid">timeid&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    166                
    167                
    168                
    169                
    170                
    171                
    172                
    173                
    174             </h4> 
    175          
    176           <div class="comments"></div> 
    177              
    178  
    179            
    180  
    181            
    182  
    183             <h3>Keywords</h3> 
    184              
    185             <h4 id="_ncdf_timeget_keyword_YYYYMMDD">YYYYMMDD&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    186                
    187                
    188                
    189                
    190                
    191                
    192                
    193                
    194             </h4> 
    195          
    196             <div class="comments"></div> 
    197              
    198             <h4 id="_ncdf_timeget_keyword__extra">_extra&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    199                
    200                
    201                
    202                
    203                
    204                
    205                
    206                
    207             </h4> 
    208          
    209             <div class="comments"></div> 
    210              
    211            
    212  
    213            
    214            
    215            
    216            
    217            
    218            
    219            
    220            
    221            
    222            
    223            
    224            
     207</div> 
    225208         
    226209           
Note: See TracChangeset for help on using the changeset viewer.