Ignore:
Timestamp:
04/06/07 10:35:17 (17 years ago)
Author:
pinsard
Message:

improvements/corrections of some *.pro headers + replace some message by some report

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/idldoc_assistant_output/Computation/div.html

    r234 r242  
    7979 
    8080 
    81     <h3>Return value</h3> RES 
     81    <h3>Return value</h3> 
    8282 the divergence of the input data (with the same size) 
    8383 
     
    102102 Matrix representing the zonal coordinates (U point) of a field of vectors 
    103103 A 2D (xy), 3D (xyz or yt) or a structure readable by litchamp and containing 
    104  a 2D (xy), 3D (xyz or yt) array (4d case is not coded yet). 
     104 a 2D (xy), 3D (xyz or yt) array (4D case is not coded yet). 
    105105 note that the dimension of the array must suit the domain dimension. 
    106106 
     
    122122 Matrix representing the meridional coordinates (V point) of a field of vectors 
    123123 A 2D (xy), 3D (xyz or yt) or a structure readable by litchamp and containing 
    124  a 2D (xy), 3D (xyz or yt) array (4d case is not coded yet). 
     124 a 2D (xy), 3D (xyz or yt) array (4D case is not coded yet). 
    125125 note that the dimension of the array must suit the domain dimension. 
    126126 
     
    145145 
    146146     
    147  Use if you want to call moyenne or grossemoyenne after the div computation 
     147 Use if you want to call <a href="..//ToBeReviewed/CALCULS/moyenne.html">moyenne</a> or 
     148 <a href="..//ToBeReviewed/CALCULS/grossemoyenne.html">grossemoyenne</a> after the div computation 
    148149 (stupid ?) with a mean done in the DIREC direction 
    149150 
     
    158159     
    159160    <h4>Version</h4> 
    160  $Id: div.pro 231 2007-03-19 17:15:51Z pinsard $ 
     161 $Id: div.pro 238 2007-03-27 13:43:18Z pinsard $ 
    161162 
    162163    <h4>History</h4> 
     
    171172     
    172173    <h4>Todo items</h4> 
    173  code the 4d case 
     174 code the 4D case 
     175 
    174176    <h4>Restrictions</h4> 
    175177 
    176178 - Works only for Arakawa C-grid. 
    177179 - UU must be on U grid, VV must be on V grid 
    178  - 4d case is not coded yet 
     180 - 4D case is not coded yet 
    179181 - the common variable jpt is used to differ xyz (jpt=1) and xyt (jpt=1) cases. 
    180182 - U and V arrays are cut in the same geographic domain. Because of the shift between 
    181183   T, U, V and F grids, it is possible that these two arrays do not have the same 
    182184   size and refer to different indexes. In this case, arrays are re-cut on 
    183    common indexes. To avoid these re-cuts, use the keyword /memeindice in  
    184  <a href=".//../../ToBeReviewed/GRILLE/domdef.html">domdef</a> 
     185   common indexes. To avoid these re-cuts, use the keyword /memeindice in 
     186 <a href="..//ToBeReviewed/GRILLE/domdef.html">domdef</a> 
    185187 - When computing the divergence, we update, vargrid, varname, varunits and the 
    186188   grid position parameters (firstxt, lastxt, nxt, firstyt, lastyt, nyt). 
     
    192194     
    193195    <h4>Uses routines</h4> 
    194  cm_4cal, cm_4data, cm_4mmesh 
     196 cm_4cal 
     197 cm_4data 
     198 cm_4mmesh 
    195199 
    196200     
Note: See TracChangeset for help on using the changeset viewer.