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

    r290 r321  
    6262 
    6363     
    64  compute the horizontal divergence of a vectors field 
     64 compute the horizontal divergence of a vectors field located on Arakawa C-grid. 
    6565 
    6666 
     
    7474</font></h2> 
    7575 
    76       <p><font face="Courier"><i>result = </i>div(<i><a href="#_div_keyword_uu">uu</a>, <a href="#_div_keyword_vv">vv</a></i>, <a href="#_div_keyword_DIREC">DIREC</a>=<i>scalar string</i>)</font></p> 
     76      <p><font face="Courier"><i>result = </i>div(<i><a href="#_div_keyword_uu">uu</a>, <a href="#_div_keyword_vv">vv</a></i>, <a href="#_div_keyword_DIREC">DIREC</a>=<i>scalar string</i>, <a href="#_div_keyword_MILLION">MILLION</a>=<i>scalar: 0 or 1</i>, <a href="#_div_keyword__EXTRA">_EXTRA</a>=<i>_EXTRA</i>)</font></p> 
    7777 
    7878     
     
    8080 
    8181    <h3>Return value</h3> 
    82  the divergence of the input data (with the same size) 
     82 the divergence of the input data (with the same size) located at T 
     83point (see restrictions). 
    8384 
    8485 
     
    100101 
    101102     
    102  Matrix representing the zonal coordinates (U point) of a field of vectors 
     103 Matrix representing the zonal coordinates (at U point) of a field of vectors 
    103104 A 2D (xy), 3D (xyz or yt) or a structure readable by <a href="..//ToBeReviewed/LECTURE/litchamp.html">litchamp</a> and containing 
    104105 a 2D (xy), 3D (xyz or yt) array (4D case is not coded yet). 
     
    120121 
    121122     
    122  Matrix representing the meridional coordinates (V point) of a field of vectors 
     123 Matrix representing the meridional coordinates (at V point) of a field of vectors 
    123124 A 2D (xy), 3D (xyz or yt) or a structure readable by <a href="..//ToBeReviewed/LECTURE/litchamp.html">litchamp</a> and containing 
    124125 a 2D (xy), 3D (xyz or yt) array (4D case is not coded yet). 
     
    150151 
    151152     
     153    <a name="#_div_keyword_MILLION"></a> 
     154    <h4>MILLION&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     155       
     156       
     157       
     158       
     159       
     160      <font size="-1" color="#006633">type:</font> <font size="-1" color="#006633"><i>scalar: 0 or 1</i></font> 
     161      <font size="-1" color="#006633">default:</font> <font size="-1" color="#006633"><i>0</i></font> 
     162       
     163    </h4> 
     164 
     165     
     166 Activate to multiply returned array by 1.e6 
     167  
     168     
     169    <a name="#_div_keyword__EXTRA"></a> 
     170    <h4>_EXTRA&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     171       
     172       
     173       
     174       
     175       
     176       
     177       
     178       
     179    </h4> 
     180 
     181     
     182 Used to declare that this routine accepts inherited keywords 
     183 
     184     
    152185     
    153186 
     
    159192     
    160193    <h4>Version</h4> 
    161  $Id: div.pro 268 2007-08-24 14:07:01Z pinsard $ 
     194 $Id: div.pro 314 2007-12-03 14:12:28Z smasson $ 
    162195 
    163196    <h4>History</h4> 
Note: See TracChangeset for help on using the changeset viewer.