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

    r234 r242  
    114114</div> 
    115115 
    116           <h3>Return value</h3><div class="preformat"> RES 
     116          <h3>Return value</h3><div class="preformat"> 
    117117 the vertical component of the curl of the input data (with the same size) 
    118118</div> 
     
    136136 Matrix representing the zonal coordinates (U point) of a field of vectors 
    137137 A 2D (xy), 3D (xyz or yt) or a structure readable by litchamp and containing 
    138  a 2D (xy), 3D (xyz or yt) array (4d case is not coded yet). 
    139  note that the dimension of the array must suit the domain dimension. 
     138 a 2D (xy), 3D (xyz or yt) array (4D case is not coded yet). 
     139 Note that the dimension of the array must suit the domain dimension. 
    140140</div> 
    141141             
     
    154154 Matrix representing the meridional coordinates (V point) of a field of vectors 
    155155 A 2D (xy), 3D (xyz or yt) or a structure readable by litchamp and containing 
    156  a 2D (xy), 3D (xyz or yt) array (4d case is not coded yet). 
    157  note that the dimension of the array must suit the domain dimension. 
     156 a 2D (xy), 3D (xyz or yt) array (4D case is not coded yet). 
     157 Note that the dimension of the array must suit the domain dimension. 
    158158</div> 
    159159             
     
    177177         
    178178            <div class="comments"> 
    179  Use if you want to call moyenne or grossemoyenne after the div computation 
     179 Use if you want to call <a href="..//ToBeReviewed/CALCULS/moyenne.html">moyenne</a> or 
     180 <a href="..//ToBeReviewed/CALCULS/grossemoyenne.html">grossemoyenne</a> after the div computation 
    180181 with a mean done in the DIREC direction 
    181182</div> 
     
    190191           
    191192          <h4>Version</h4><div class="preformat"> 
    192  $Id: curl.pro 231 2007-03-19 17:15:51Z pinsard $ 
     193 $Id: curl.pro 238 2007-03-27 13:43:18Z pinsard $ 
    193194</div> 
    194195          <h4>History</h4><div class="preformat"> 
     
    204205           
    205206          <h4>Todo items</h4><div class="preformat"> 
    206  code the 4d case</div> 
     207 code the 4D case 
     208</div> 
    207209          <h4>Restrictions</h4><div class="preformat"> 
    208210 
    209211 - Works only for Arakawa C-grid. 
    210212 - UU must be on U grid, VV must be on V grid 
    211  - 4d case is not coded yet 
     213 - 4D case is not coded yet 
    212214 - the common variable jpt is used to differ xyz (jpt=1) and xyt (jpt=1) cases. 
    213215 - U and V arrays are cut in the same geographic domain. Because of the shift between 
     
    215217   size and refer to different indexes. In this case, arrays are re-cut on 
    216218   common indexes. To avoid these re-cuts, use the keyword /memeindice in 
    217  <a href=".//../../ToBeReviewed/GRILLE/domdef.html">domdef</a> 
     219 <a href="..//ToBeReviewed/GRILLE/domdef.html">domdef</a> 
    218220 - When computing the divergence, we update, vargrid, varname, varunits and the 
    219221   grid position parameters (firstxf, lastxf, nxf, firstyf, lastyf, nyf). 
     
    225227           
    226228          <h4>Uses routines</h4><div class="preformat"> 
    227  cm_4cal, cm_4data, cm_4mmesh 
     229 cm_4cal 
     230 cm_4data 
     231 cm_4mmesh 
    228232</div> 
    229233           
Note: See TracChangeset for help on using the changeset viewer.