Ignore:
Timestamp:
07/23/09 11:18:49 (15 years ago)
Author:
smasson
Message:

update documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/idldoc_html_output/Grid/computegrid.html

    r338 r402  
    731731           
    732732          <h4>Version</h4><div class="preformat"> 
    733  $Id: computegrid.pro 327 2007-12-13 16:22:35Z pinsard $ 
     733 $Id: computegrid.pro 399 2009-07-02 08:38:54Z smasson $ 
    734734</div> 
    735735          <h4>History</h4><div class="preformat"> 
    736736 Sebastien Masson (smasson@lodyc.jussieu.fr) 
    737737                      2000-04-20 
    738   Sept 2004, several bug fix to suit C grid type... 
    739   Aug 2005, rewritte almost everything... 
     738 Sept 2004, several bug fix to suit C grid type... 
     739 Aug 2005, rewritte almost everything... 
    740740</div> 
    741741           
     
    747747          <h4>Restrictions</h4><div class="preformat"> 
    748748 if the grid has x/y periodicity overlap and/or if 
    749     the mask has 0 everywhere at the border (like a closed sea) and 
    750     if (we did not activate /plain and xminmesh, xmaxmesh, yminmesh, 
    751     ymaxmesh keywords are defined to their default values), we redefine 
    752     xminmesh, xmaxmesh, yminmesh, ymaxmesh in order to reove the 
    753     overlapping part and/or to open the domain (avoid it be forced 
    754     to use cell_fill = 1). 
     749 the mask has 0 everywhere at the border (like a closed sea) and 
     750 if (we did not activate /plain and xminmesh, xmaxmesh, yminmesh, 
     751 ymaxmesh keywords are defined to their default values), we redefine 
     752 xminmesh, xmaxmesh, yminmesh, ymaxmesh in order to reove the 
     753 overlapping part and/or to open the domain (avoid it be forced 
     754 to use cell_fill = 1). 
    755755 
    756756 FUV points definition is not exact if the grid is irregular 
     
    761761           
    762762          <h4>Uses routines</h4><div class="preformat"> 
    763  cm_4mesh 
    764  cm_4data 
    765  cm_4cal 
     763 <a href="..//Commons/cm_4mesh.html">cm_4mesh</a> 
     764 <a href="..//Commons/cm_4data.html">cm_4data</a> 
     765 <a href="..//Commons/cm_4cal.html">cm_4cal</a> 
    766766 
    767767</div> 
     
    772772          <h3>Statistics</h3> 
    773773          <table class="statistics"> 
    774             <tr><td>McCabe cyclic</td><td>         227</td></tr> 
     774            <tr><td>McCabe cyclic</td><td>         241</td></tr> 
    775775            <tr><td>McCabe essential</td><td>           1</td></tr> 
    776776            <tr><td>McCabe modular design</td><td>           1</td></tr> 
Note: See TracChangeset for help on using the changeset viewer.