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

update documentation

Location:
trunk/SRC/Documentation/idldoc_html_output/Grid
Files:
14 edited

Legend:

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

    r338 r402  
    163163 
    164164          <h3>Examples</h3><div class="preformat"> 
    165  IDL> a = changemsk(tmask[*,*,0]) 
     165 
     166   IDL> a = changemsk(tmask[*,*,0]) 
     167 
    166168  to add ocean points 
    167  IDL> a = 1 - changemsk(1 - tmask[*,*,0]) 
     169   IDL> a = 1 - changemsk(1 - tmask[*,*,0]) 
    168170</div> 
    169171          <h3>Version history</h3> 
    170172           
    171173          <h4>Version</h4><div class="preformat"> 
    172  $Id: changemsk.pro 327 2007-12-13 16:22:35Z pinsard $ 
     174 $Id: changemsk.pro 371 2008-08-07 09:32:02Z pinsard $ 
    173175</div> 
    174176          <h4>History</h4><div class="preformat"> 
  • 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> 
  • trunk/SRC/Documentation/idldoc_html_output/Grid/micromeshmask.html

    r338 r402  
    201201           
    202202          <h4>Version</h4><div class="preformat"> 
    203  $Id: micromeshmask.pro 327 2007-12-13 16:22:35Z pinsard $ 
     203 $Id: micromeshmask.pro 394 2009-02-26 13:58:03Z smasson $ 
    204204</div> 
    205205          <h4>History</h4><div class="preformat"> 
     
    310310 
    311311          <h3>Examples</h3><div class="preformat"> 
    312  IDL> meshdir='/d1fes2-raid2/smasson/DATA/ORCA05/' 
    313  IDL> micromeshmask, 'meshmask_ORCA_R05.nc',iodir=meshdir 
     312 
     313   IDL> meshdir='/d1fes2-raid2/smasson/DATA/ORCA05/' 
     314   IDL> micromeshmask, 'meshmask_ORCA_R05.nc',iodir=meshdir 
    314315</div> 
    315316           
  • trunk/SRC/Documentation/idldoc_html_output/Grid/n128gaussian.html

    r338 r402  
    124124 
    125125          <h3>Examples</h3><div class="preformat"> 
    126  IDL> lat=n128gaussian() 
     126 
     127   IDL> lat=n128gaussian() 
    127128</div> 
    128129          <h3>Version history</h3> 
    129130           
    130131          <h4>Version</h4><div class="preformat"> 
    131  $Id: n128gaussian.pro 325 2007-12-06 10:04:53Z pinsard $ 
     132 $Id: n128gaussian.pro 371 2008-08-07 09:32:02Z pinsard $ 
    132133</div> 
    133134          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/Grid/n160gaussian.html

    r338 r402  
    124124 
    125125          <h3>Examples</h3><div class="preformat"> 
    126  IDL> lat=n160gaussian() 
     126 
     127   IDL> lat=n160gaussian() 
    127128</div> 
    128129          <h3>Version history</h3> 
    129130           
    130131          <h4>Version</h4><div class="preformat"> 
    131  $Id: n160gaussian.pro 325 2007-12-06 10:04:53Z pinsard $ 
     132 $Id: n160gaussian.pro 371 2008-08-07 09:32:02Z pinsard $ 
    132133</div> 
    133134          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/Grid/n256gaussian.html

    r338 r402  
    124124 
    125125          <h3>Examples</h3><div class="preformat"> 
    126  IDL> lat=n256gaussian() 
     126 
     127   IDL> lat=n256gaussian() 
    127128</div> 
    128129          <h3>Version history</h3> 
    129130           
    130131          <h4>Version</h4><div class="preformat"> 
    131  $Id: n256gaussian.pro 325 2007-12-06 10:04:53Z pinsard $ 
     132 $Id: n256gaussian.pro 371 2008-08-07 09:32:02Z pinsard $ 
    132133</div> 
    133134          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/Grid/n48gaussian.html

    r338 r402  
    124124 
    125125          <h3>Examples</h3><div class="preformat"> 
    126  IDL> lat=n48gaussian() 
     126 
     127   IDL> lat=n48gaussian() 
    127128</div> 
    128129          <h3>Version history</h3> 
    129130           
    130131          <h4>Version</h4><div class="preformat"> 
    131  $Id: n48gaussian.pro 325 2007-12-06 10:04:53Z pinsard $ 
     132 $Id: n48gaussian.pro 371 2008-08-07 09:32:02Z pinsard $ 
    132133</div> 
    133134          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/Grid/n80gaussian.html

    r338 r402  
    124124 
    125125          <h3>Examples</h3><div class="preformat"> 
    126  IDL> lat=n80gaussian() 
     126 
     127   IDL> lat=n80gaussian() 
    127128</div> 
    128129          <h3>Version history</h3> 
    129130           
    130131          <h4>Version</h4><div class="preformat"> 
    131  $Id: n80gaussian.pro 325 2007-12-06 10:04:53Z pinsard $ 
     132 $Id: n80gaussian.pro 371 2008-08-07 09:32:02Z pinsard $ 
    132133</div> 
    133134          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/Grid/ncdf_meshread.html

    r363 r402  
    298298 
    299299          <h3>Examples</h3><div class="preformat"> 
    300  IDL> ncdf_meshread [,' filename'] 
     300 
     301   IDL> ncdf_meshread [,' filename'] 
    301302</div> 
    302303          <h3>Version history</h3> 
    303304           
    304305          <h4>Version</h4><div class="preformat"> 
    305  $Id: ncdf_meshread.pro 359 2008-06-05 13:06:39Z smasson $ 
     306 $Id: ncdf_meshread.pro 371 2008-08-07 09:32:02Z pinsard $ 
    306307</div> 
    307308          <h4>History</h4><div class="preformat"> 
     
    330331           
    331332          <h4>Uses routines</h4><div class="preformat"> 
    332  cm_4mesh 
    333  cm_4data 
    334  cm_4cal 
     333 <a href="..//Commons/cm_4mesh.html">cm_4mesh</a> 
     334 <a href="..//Commons/cm_4data.html">cm_4data</a> 
     335 <a href="..//Commons/cm_4cal.html">cm_4cal</a> 
    335336</div> 
    336337           
  • trunk/SRC/Documentation/idldoc_html_output/Grid/ncdf_meshroms.html

    r338 r402  
    299299 
    300300          <h3>Examples</h3><div class="preformat"> 
    301  IDL> ncdf_meshroms [,' filename'] 
     301 
     302   IDL> ncdf_meshroms [,' filename'] 
    302303</div> 
    303304          <h3>Version history</h3> 
    304305           
    305306          <h4>Version</h4><div class="preformat"> 
    306  $Id: ncdf_meshroms.pro 327 2007-12-13 16:22:35Z pinsard $ 
     307 $Id: ncdf_meshroms.pro 371 2008-08-07 09:32:02Z pinsard $ 
    307308</div> 
    308309          <h4>History</h4><div class="preformat"> 
     
    336337           
    337338          <h4>Uses routines</h4><div class="preformat"> 
    338  cm_4mesh 
    339  cm_4data 
    340  cm_4cal 
     339 <a href="..//Commons/cm_4mesh.html">cm_4mesh</a> 
     340 <a href="..//Commons/cm_4data.html">cm_4data</a> 
     341 <a href="..//Commons/cm_4cal.html">cm_4cal</a> 
    341342</div> 
    342343           
  • trunk/SRC/Documentation/idldoc_html_output/Grid/restoreboxparam.html

    r338 r402  
    140140 
    141141          <h3>Examples</h3><div class="preformat"> 
    142  IDL> restoreboxparam, filename 
     142 
     143   IDL> restoreboxparam, filename 
    143144</div> 
    144145          <h3>Version history</h3> 
    145146           
    146147          <h4>Version</h4><div class="preformat"> 
    147  $Id: restoreboxparam.pro 325 2007-12-06 10:04:53Z pinsard $ 
     148 $Id: restoreboxparam.pro 388 2008-12-09 09:36:41Z smasson $ 
    148149</div> 
    149150          <h4>History</h4><div class="preformat"> 
     
    166167           
    167168          <h4>Uses routines</h4><div class="preformat"> 
    168  cm_4mesh (and cm_demomode_used if we are in demo mode) 
     169 <a href="..//Commons/cm_4mesh.html">cm_4mesh</a> (and <a href="..//Commons/cm_demomode.html">cm_demomode</a> if we are in demo mode) 
    169170</div> 
    170171           
  • trunk/SRC/Documentation/idldoc_html_output/Grid/romsdepth.html

    r338 r402  
    127127           
    128128          <h4>Version</h4><div class="preformat"> 
    129  $Id: romsdepth.pro 325 2007-12-06 10:04:53Z pinsard $ 
     129 $Id: romsdepth.pro 370 2008-08-07 07:59:15Z pinsard $ 
    130130</div> 
    131131          <h4>History</h4><div class="preformat"> 
     
    139139           
    140140          <h4>Restrictions</h4><div class="preformat"> 
    141  common variable (cm_4mesh) romszinfos must be correctly defined 
     141 common variable (<a href="..//Commons/cm_4mesh.html">cm_4mesh</a>) romszinfos must be correctly defined 
    142142</div> 
    143143         
     
    146146           
    147147          <h4>Uses routines</h4><div class="preformat"> 
    148  cm_4mesh 
    149  cm_4data 
     148 <a href="..//Commons/cm_4mesh.html">cm_4mesh</a> 
     149 <a href="..//Commons/cm_4data.html">cm_4data</a> 
    150150</div> 
    151151           
  • trunk/SRC/Documentation/idldoc_html_output/Grid/saveboxparam.html

    r338 r402  
    141141 
    142142          <h3>Examples</h3><div class="preformat"> 
    143  IDL> saveboxparam, filename 
     143 
     144   IDL> saveboxparam, filename 
    144145</div> 
    145146          <h3>Version history</h3> 
    146147           
    147148          <h4>Version</h4><div class="preformat"> 
    148  $Id: saveboxparam.pro 325 2007-12-06 10:04:53Z pinsard $ 
     149 $Id: saveboxparam.pro 388 2008-12-09 09:36:41Z smasson $ 
    149150</div> 
    150151          <h4>History</h4><div class="preformat"> 
     
    167168           
    168169          <h4>Uses routines</h4><div class="preformat"> 
    169  cm_4mesh (and cm_demomode_used if we are in demo mode) 
     170 <a href="..//Commons/cm_4mesh.html">cm_4mesh</a> (and <a href="..//Commons/cm_demomode.html">cm_demomode</a> if we are in demo mode) 
    170171</div> 
    171172           
  • trunk/SRC/Documentation/idldoc_html_output/Grid/smallmeshmask.html

    r338 r402  
    201201           
    202202          <h4>Version</h4><div class="preformat"> 
    203  $Id: smallmeshmask.pro 327 2007-12-13 16:22:35Z pinsard $ 
     203 $Id: smallmeshmask.pro 371 2008-08-07 09:32:02Z pinsard $ 
    204204</div> 
    205205          <h4>History</h4><div class="preformat"> 
     
    312312 
    313313          <h3>Examples</h3><div class="preformat"> 
    314  IDL> meshdir='/d1fes2-raid2/smasson/DATA/ORCA05/' 
    315  IDL> smallmeshmask, 'meshmask_ORCA_R05.nc',iodir=meshdir 
     314 
     315   IDL> meshdir='/d1fes2-raid2/smasson/DATA/ORCA05/' 
     316   IDL> smallmeshmask, 'meshmask_ORCA_R05.nc',iodir=meshdir 
    316317</div> 
    317318          <h3>Version history</h3> 
    318319           
    319320          <h4>Version</h4><div class="preformat"> 
    320  $Id: smallmeshmask.pro 327 2007-12-13 16:22:35Z pinsard $ 
     321 $Id: smallmeshmask.pro 371 2008-08-07 09:32:02Z pinsard $ 
    321322</div> 
    322323          <h4>History</h4><div class="preformat"> 
Note: See TracChangeset for help on using the changeset viewer.