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_assistant_output/ToBeReviewed/CALCULS/depth2floatlevel.html

    r338 r402  
    6262 
    6363     
    64  Rather comparable to depth2level but here, the calculated level is in float. 
     64 Rather comparable to <a href="../..//ToBeReviewed/CALCULS/depth2level.html">depth2level</a> but here, the calculated level  
     65 is in float. 
    6566 For example, the level 5.4 correspond to a depth equal 
    6667 to gdep[5]+.4*(gdep[6]-gdep[5]) 
     
    130131 
    131132    <h3>Examples</h3><pre> 
    132     IDL> a=(jpk-1)/(1.*jpi*jpj)*findgen(jpi,jpj) 
    133     IDL> plt, 1e6*(a-floatlevel2depth(depth2floatlevel(a))),/nocontour 
     133 
     134   IDL> a=(jpk-1)/(1.*jpi*jpj)*findgen(jpi,jpj) 
     135   IDL> plt, 1e6*(a-floatlevel2depth(depth2floatlevel(a))),/nocontour 
    134136 
    135137  ->champ nul a 1e-6 pres 
     
    138140     
    139141    <h4>Version</h4> 
    140  $Id: depth2floatlevel.pro 327 2007-12-13 16:22:35Z pinsard $ 
     142 $Id: depth2floatlevel.pro 371 2008-08-07 09:32:02Z pinsard $ 
    141143 
    142144    <h4>History</h4> 
     
    158160     
    159161    <h4>Uses routines</h4> 
    160  common.pro 
     162 <a href="../..//Obsolete/common.html">common</a> 
    161163 
    162164     
Note: See TracChangeset for help on using the changeset viewer.