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/read_oasis.html

    r121 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"> read the f77 unformated files used in Oasis (version < 2.5)  
     698      <div id="file_comments"> 
     699 read the f77 unformatted files used in Oasis (version < 2.5) 
    699700</div> 
    700701 
     
    720721          <div class="comments"></div> 
    721722 
    722           <h3>Return value</h3><div class="value"> a 2d array 
     723          <h3>Return value</h3><div class="preformat"> a 2d array 
    723724</div> 
    724725 
     
    738739            </h4> 
    739740         
    740           <div class="comments"> the filename</div> 
     741          <div class="comments">  
     742 the filename 
     743</div> 
    741744             
    742745            <h4 id="_read_oasis_param_varname">varname&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    751754            </h4> 
    752755         
    753           <div class="comments"> the name of the variable to be read</div> 
     756          <div class="comments">  
     757 the name of the variable to be read 
     758</div> 
    754759             
    755760            <h4 id="_read_oasis_param_jpi">jpi&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    764769            </h4> 
    765770         
    766           <div class="comments"></div> 
     771          <div class="comments"> 
     772</div> 
    767773             
    768774            <h4 id="_read_oasis_param_jpj">jpj&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    777783            </h4> 
    778784         
    779           <div class="comments">  
    780         the size of the 2d array to be read 
     785          <div class="comments"> 
     786 the size of the 2d array to be read 
    781787</div> 
    782788             
     
    844850           
    845851 
    846           <h3>Examples</h3><div class="value"> 
     852          <h3>Examples</h3><div class="preformat"> 
    847853 IDL> a=read_oasis('grids_orca_t106','a106.lon',320,160) 
    848854 IDL> m=read_oasis('masks_orca_t106','or1t.msk',182,149,/i4) 
     
    852858          <h3>Version history</h3> 
    853859           
    854            
    855           <h4>History</h4><div class="value"> Sebastien Masson (smasson@lodyc.jussieu.fr) 
     860          <h4>Version</h4><div class="preformat"> $Id: read_oasis.pro 136 2006-07-10 15:20:19Z pinsard $</div> 
     861          <h4>History</h4><div class="preformat"> Sebastien Masson (smasson@lodyc.jussieu.fr) 
    856862                      July 01, 2002</div> 
    857863           
Note: See TracChangeset for help on using the changeset viewer.