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

    r338 r402  
    8888 
    8989      <div id="file_comments"> 
    90  Rather comparable to depth2level but here, the calculated level is in float. 
     90 Rather comparable to <a href="../..//ToBeReviewed/CALCULS/depth2level.html">depth2level</a> but here, the calculated level  
     91 is in float. 
    9192 For example, the level 5.4 correspond to a depth equal 
    9293 to gdep[5]+.4*(gdep[6]-gdep[5]) 
     
    164165 
    165166          <h3>Examples</h3><div class="preformat"> 
    166     IDL> a=(jpk-1)/(1.*jpi*jpj)*findgen(jpi,jpj) 
    167     IDL> plt, 1e6*(a-floatlevel2depth(depth2floatlevel(a))),/nocontour 
     167 
     168   IDL> a=(jpk-1)/(1.*jpi*jpj)*findgen(jpi,jpj) 
     169   IDL> plt, 1e6*(a-floatlevel2depth(depth2floatlevel(a))),/nocontour 
    168170 
    169171  ->champ nul a 1e-6 pres 
     
    172174           
    173175          <h4>Version</h4><div class="preformat"> 
    174  $Id: depth2floatlevel.pro 327 2007-12-13 16:22:35Z pinsard $ 
     176 $Id: depth2floatlevel.pro 371 2008-08-07 09:32:02Z pinsard $ 
    175177</div> 
    176178          <h4>History</h4><div class="preformat"> 
     
    192194           
    193195          <h4>Uses routines</h4><div class="preformat"> 
    194  common.pro 
     196 <a href="../..//Obsolete/common.html">common</a> 
    195197</div> 
    196198           
Note: See TracChangeset for help on using the changeset viewer.