Ignore:
Timestamp:
06/27/06 17:47:06 (18 years ago)
Author:
pinsard
Message:

add $ in Calendar, Grid, Interpolation, Obsolete and Postscript *.pro files, add svn:keywords Id to all these files, some improvements in header

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/idldoc_html_output/Grid/micromeshmask.html

    r111 r118  
    697697 
    698698      <div id="file_comments"> reduce the size of the NetCDF meshmask created by OPA by 
    699  using bit (and not byte) format for the masks and the foat format 
    700  for the other fields.  
     699 using bit (and not byte) format for the masks and the float format 
     700 for the other fields. 
    701701</div> 
    702702 
     
    713713        <dl> 
    714714           
    715           <dt><p><a href="#_ncdf_transfer">ncdf_transfer<span class="result">, inid, outid, inname, outname</span></a></p><dt> 
     715          <dt><p><a href="#_ncdf_transfer">ncdf_transfer<span class="result">, inid, outid, inname[, outname]</span></a></p><dt> 
    716716          <dd> </dd>     
    717717           
    718           <dt><p><a href="#_micromeshmask">micromeshmask<span class="result">, ncfilein, ncfileout</span>, IODIR=<span class="result">IODIR</span></a></p><dt> 
    719           <dd></dd>      
     718          <dt><p><a href="#_micromeshmask">micromeshmask<span class="result">, ncfilein[, ncfileout]</span>, IODIR=<span class="result">IODIR</span></a></p><dt> 
     719          <dd> </dd>     
    720720                 
    721721        </dl> 
     
    732732         
    733733          <p class="header"> 
    734             ncdf_transfer<span class="result">, <a href="#_ncdf_transfer_param_inid">inid</a>, <a href="#_ncdf_transfer_param_outid">outid</a>, <a href="#_ncdf_transfer_param_inname">inname</a>, <a href="#_ncdf_transfer_param_outname">outname</a></span></p> 
     734            ncdf_transfer<span class="result">, <a href="#_ncdf_transfer_param_inid">inid</a>, <a href="#_ncdf_transfer_param_outid">outid</a>, <a href="#_ncdf_transfer_param_inname">inname</a>[, <a href="#_ncdf_transfer_param_outname">outname</a>]</span></p> 
    735735         
    736736          <div class="comments"> 
     
    744744             
    745745            <h4 id="_ncdf_transfer_param_inid">inid&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    746                
    747                
    748                
    749                
     746              <span class="attr">in</span> 
     747               
     748               
     749              <span class="attr">required</span> 
    750750               
    751751               
     
    757757             
    758758            <h4 id="_ncdf_transfer_param_outid">outid&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    759                
    760                
    761                
    762                
     759              <span class="attr">in</span> 
     760               
     761               
     762              <span class="attr">required</span> 
    763763               
    764764               
     
    770770             
    771771            <h4 id="_ncdf_transfer_param_inname">inname&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    772                
    773                
    774                
    775                
     772              <span class="attr">in</span> 
     773               
     774               
     775              <span class="attr">required</span> 
    776776               
    777777               
     
    783783             
    784784            <h4 id="_ncdf_transfer_param_outname">outname&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    785                
    786                
    787                
     785              <span class="attr">in</span> 
     786               
     787              <span class="attr">optional</span> 
    788788               
    789789               
     
    793793            </h4> 
    794794         
    795           <div class="comments"></div> 
     795          <div class="comments"> 
     796</div> 
    796797             
    797798 
     
    800801           
    801802 
    802           <h3>Examples</h3><div class="value">  
    803  IDL> reducencmeshmask, ncfilein[, ncfileout] 
    804  
    805   
    806     IDL> meshdir='/d1fes2-raid2/smasson/DATA/ORCA05/' 
    807     IDL> micromeshmask, 'meshmask_ORCA_R05.nc',iodir=meshdir 
    808 </div> 
     803           
    809804          <h3>Version history</h3> 
    810805           
    811            
     806          <h4>Version</h4><div class="value"> $Id$ 
     807</div> 
    812808          <h4>History</h4><div class="value"> 
    813       July 2004 Sebastien Masson (smasson@lodyc.jussieu.fr)</div> 
     809      July 2004 Sebastien Masson (smasson@lodyc.jussieu.fr) 
     810</div> 
    814811           
    815812           
     
    838835         
    839836          <p class="header"> 
    840             micromeshmask<span class="result">, <a href="#_micromeshmask_param_ncfilein">ncfilein</a>, <a href="#_micromeshmask_param_ncfileout">ncfileout</a></span>, <a href="#_micromeshmask_keyword_IODIR">IODIR</a>=<span class="result">IODIR</span></p> 
    841          
    842           <div class="comments"></div> 
     837            micromeshmask<span class="result">, <a href="#_micromeshmask_param_ncfilein">ncfilein</a>[, <a href="#_micromeshmask_param_ncfileout">ncfileout</a>]</span>, <a href="#_micromeshmask_keyword_IODIR">IODIR</a>=<span class="result">IODIR</span></p> 
     838         
     839          <div class="comments"> 
     840</div> 
    843841 
    844842           
     
    872870              <span class="attr">in</span> 
    873871               
    874                
    875               <span class="attr">required</span> 
     872              <span class="attr">optional</span> 
     873               
    876874               
    877875               
     
    880878            </h4> 
    881879         
    882           <div class="comments"> the name of the uniq reduced meshmask file. default 
    883      definition is micromeshmask.nc 
     880          <div class="comments"> the name of the uniq reduced meshmask file. 
     881 default definition is micromeshmask.nc 
    884882</div> 
    885883             
     
    902900            </h4> 
    903901         
    904             <div class="comments"> to define the files path.</div> 
     902            <div class="comments"> to define the files path. 
     903</div> 
    905904             
    906905           
    907906 
    908            
     907          <h3>Examples</h3><div class="value"> 
     908 IDL> meshdir='/d1fes2-raid2/smasson/DATA/ORCA05/' 
     909 IDL> micromeshmask, 'meshmask_ORCA_R05.nc',iodir=meshdir 
     910</div> 
    909911           
    910912           
Note: See TracChangeset for help on using the changeset viewer.