Ignore:
Timestamp:
07/12/06 11:52:09 (18 years ago)
Author:
smasson
Message:

update documentation and .idlwave_catalog

File:
1 edited

Legend:

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

    r111 r138  
    328328table.variables td.image { width: 64px; } 
    329329 
    330 div#file_comments {  
     330div#file_comments { white-space: pre;  
    331331  margin: 2em; 
    332332  font-size: 80%; 
     
    696696      </div> 
    697697 
    698       <div id="file_comments"> get the time axis fom a netcdf_file and transforms it in 
    699  julian days of IDL. 
    700  
    701  the keyword parameters of ncdf_varget 
     698      <div id="file_comments"> 
     699 get the time axis from a netcdf_file and transforms it in 
     700 Julian days of IDL. 
    702701</div> 
    703702 
     
    719718         
    720719          <p class="header"> 
    721             <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> 
     720            <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> 
    722721         
    723722          <div class="comments"></div> 
    724723 
    725           <h3>Return value</h3><div class="value"> a long array of IDL julian days 
     724          <h3>Return value</h3><div class="preformat"> 
     725 a long array of IDL Julian days 
    726726</div> 
    727727 
     
    741741            </h4> 
    742742         
    743           <div class="comments"> the ID of the ncdf_file, which is already open</div> 
     743          <div class="comments"> 
     744 the ID of the ncdf_file, which is already open 
     745</div> 
    744746             
    745747            <h4 id="_ncdf_timeget_param_timeid">timeid&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    754756            </h4> 
    755757         
    756           <div class="comments"> the ID or the name of the variable which describe the calendar 
     758          <div class="comments"> 
     759 the ID or the name of the variable which describe the calendar 
    757760</div> 
    758761             
     
    775778            </h4> 
    776779         
    777             <div class="comments"> active to obtain the date as a longinterger with 
    778         the format YearYearYearYearMonthMonthDayDay 
     780            <div class="comments"> 
     781 active to obtain the date as a long integer with 
     782 the format YearYearYearYearMonthMonthDayDay 
    779783</div> 
    780784             
    781             <h4 id="_ncdf_timeget_keyword__extra">_extra&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     785            <h4 id="_ncdf_timeget_keyword__EXTRA">_EXTRA&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    782786               
    783787               
     
    790794            </h4> 
    791795         
    792             <div class="comments"></div> 
     796            <div class="comments"> 
     797 the keyword parameters of ncdf_varget 
     798</div> 
    793799             
    794800           
     
    797803          <h3>Version history</h3> 
    798804           
    799            
    800           <h4>History</h4><div class="value"> Sebastien Masson (smasson@lodyc.jussieu.fr) 
     805          <h4>Version</h4><div class="preformat"> $Id: ncdf_timeget.pro 136 2006-07-10 15:20:19Z pinsard $</div> 
     806          <h4>History</h4><div class="preformat"> Sebastien Masson (smasson@lodyc.jussieu.fr) 
    801807                      June 2001</div> 
    802808           
     
    806812           
    807813           
    808           <h4>Restrictions</h4><div class="value"> the calendar variable must have the units attribute 
    809  following the syntaxe bellow: 
     814          <h4>Restrictions</h4><div class="preformat"> 
     815 the calendar variable must have the units attribute 
     816 following the syntax bellow: 
    810817 
    811818 time_counter:units = "seconds since 0001-01-01 00:00:00" ; 
Note: See TracChangeset for help on using the changeset viewer.