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_html_output/Computation/div.html

    r290 r321  
    8888 
    8989      <div id="file_comments"> 
    90  compute the horizontal divergence of a vectors field 
     90 compute the horizontal divergence of a vectors field located on Arakawa C-grid. 
    9191</div> 
    9292 
     
    109109         
    110110          <p class="header"> 
    111             <span class="result">result = </span>div(<span class="result"><a href="#_div_param_uu">uu</a>, <a href="#_div_param_vv">vv</a></span>, <a href="#_div_keyword_DIREC">DIREC</a>=<span class="result">scalar string</span>)</p> 
     111            <span class="result">result = </span>div(<span class="result"><a href="#_div_param_uu">uu</a>, <a href="#_div_param_vv">vv</a></span>, <a href="#_div_keyword_DIREC">DIREC</a>=<span class="result">scalar string</span>, <a href="#_div_keyword_MILLION">MILLION</a>=<span class="result">scalar: 0 or 1</span>, <a href="#_div_keyword__EXTRA">_EXTRA</a>=<span class="result">_EXTRA</span>)</p> 
    112112         
    113113          <div class="comments"> 
     
    115115 
    116116          <h3>Return value</h3><div class="preformat"> 
    117  the divergence of the input data (with the same size) 
     117 the divergence of the input data (with the same size) located at T 
     118point (see restrictions). 
    118119</div> 
    119120 
     
    134135         
    135136          <div class="comments"> 
    136  Matrix representing the zonal coordinates (U point) of a field of vectors 
     137 Matrix representing the zonal coordinates (at U point) of a field of vectors 
    137138 A 2D (xy), 3D (xyz or yt) or a structure readable by <a href="..//ToBeReviewed/LECTURE/litchamp.html">litchamp</a> and containing 
    138139 a 2D (xy), 3D (xyz or yt) array (4D case is not coded yet). 
     
    152153         
    153154          <div class="comments"> 
    154  Matrix representing the meridional coordinates (V point) of a field of vectors 
     155 Matrix representing the meridional coordinates (at V point) of a field of vectors 
    155156 A 2D (xy), 3D (xyz or yt) or a structure readable by <a href="..//ToBeReviewed/LECTURE/litchamp.html">litchamp</a> and containing 
    156157 a 2D (xy), 3D (xyz or yt) array (4D case is not coded yet). 
     
    182183</div> 
    183184             
     185            <h4 id="_div_keyword_MILLION">MILLION&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     186               
     187               
     188               
     189               
     190               
     191              <span class="attr">type:</span> <span class="value">scalar: 0 or 1</span> 
     192              <span class="attr">default:</span> <span class="value">0</span> 
     193               
     194            </h4> 
     195         
     196            <div class="comments"> 
     197 Activate to multiply returned array by 1.e6 
     198 </div> 
     199             
     200            <h4 id="_div_keyword__EXTRA">_EXTRA&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     201               
     202               
     203               
     204               
     205               
     206               
     207               
     208               
     209            </h4> 
     210         
     211            <div class="comments"> 
     212 Used to declare that this routine accepts inherited keywords 
     213</div> 
     214             
    184215           
    185216 
     
    191222           
    192223          <h4>Version</h4><div class="preformat"> 
    193  $Id: div.pro 268 2007-08-24 14:07:01Z pinsard $ 
     224 $Id: div.pro 314 2007-12-03 14:12:28Z smasson $ 
    194225</div> 
    195226          <h4>History</h4><div class="preformat"> 
     
    236267          <h3>Statistics</h3> 
    237268          <table class="statistics"> 
    238             <tr><td>McCabe cyclic</td><td>          49</td></tr> 
     269            <tr><td>McCabe cyclic</td><td>          55</td></tr> 
    239270            <tr><td>McCabe essential</td><td>           1</td></tr> 
    240271            <tr><td>McCabe modular design</td><td>           1</td></tr> 
Note: See TracChangeset for help on using the changeset viewer.