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

    r234 r242  
    7979 
    8080 
    81     <h3>Return value</h3> RES 
     81    <h3>Return value</h3> 
    8282 the vertical component of the curl 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). 
    105  note that the dimension of the array must suit the domain dimension. 
     104 a 2D (xy), 3D (xyz or yt) array (4D case is not coded yet). 
     105 Note that the dimension of the array must suit the domain dimension. 
    106106 
    107107     
     
    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). 
    125  note that the dimension of the array must suit the domain dimension. 
     124 a 2D (xy), 3D (xyz or yt) array (4D case is not coded yet). 
     125 Note that the dimension of the array must suit the domain dimension. 
    126126 
    127127     
     
    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 with a mean done in the DIREC direction 
    149150 
     
    158159     
    159160    <h4>Version</h4> 
    160  $Id: curl.pro 231 2007-03-19 17:15:51Z pinsard $ 
     161 $Id: curl.pro 238 2007-03-27 13:43:18Z pinsard $ 
    161162 
    162163    <h4>History</h4> 
     
    172173     
    173174    <h4>Todo items</h4> 
    174  code the 4d case 
     175 code the 4D case 
     176 
    175177    <h4>Restrictions</h4> 
    176178 
    177179 - Works only for Arakawa C-grid. 
    178180 - UU must be on U grid, VV must be on V grid 
    179  - 4d case is not coded yet 
     181 - 4D case is not coded yet 
    180182 - the common variable jpt is used to differ xyz (jpt=1) and xyt (jpt=1) cases. 
    181183 - U and V arrays are cut in the same geographic domain. Because of the shift between 
     
    183185   size and refer to different indexes. In this case, arrays are re-cut on 
    184186   common indexes. To avoid these re-cuts, use the keyword /memeindice in 
    185  <a href=".//../../ToBeReviewed/GRILLE/domdef.html">domdef</a> 
     187 <a href="..//ToBeReviewed/GRILLE/domdef.html">domdef</a> 
    186188 - When computing the divergence, we update, vargrid, varname, varunits and the 
    187189   grid position parameters (firstxf, lastxf, nxf, firstyf, lastyf, nyf). 
     
    193195     
    194196    <h4>Uses routines</h4> 
    195  cm_4cal, cm_4data, cm_4mmesh 
     197 cm_4cal 
     198 cm_4data 
     199 cm_4mmesh 
    196200 
    197201     
Note: See TracChangeset for help on using the changeset viewer.