Ignore:
Timestamp:
03/21/07 10:14:37 (17 years ago)
Author:
pinsard
Message:

new idldoc html and assistant outputs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/CALCULS/floatlevel2depth.html

    r200 r234  
    6161    </dl> 
    6262 
    63       
    64  Rather comparable to level2depth. It is the invert function of depth2floatlevel 
     63     
     64 Rather comparable to <a href=".//level2depth.html">level2depth</a>. 
     65 It is the invert function of <a href=".//depth2floatlevel.html">depth2floatlevel</a>. 
    6566 
    6667 
     
    8081 
    8182    <h3>Return value</h3> 
    82  2d array containing depthes 
     83 2d array containing depths 
    8384 
    8485 
     
    127128     
    128129 
    129     <h3>Examples</h3> 
     130    <h3>Examples</h3><pre> 
    130131    IDL> a=gdept[jpk-1]/(1.*jpi*jpj)*findgen(jpi,jpj) 
    131132    IDL> plt, 1e6*(a-floatlevel2depth(depth2floatlevel(a))),/nocontour 
     
    133134  ->null field at 1e-6 pres 
    134135 
    135     <h3>Version history</h3> 
     136    </pre><h3>Version history</h3> 
    136137     
    137138    <h4>Version</h4> 
    138  $Id: floatlevel2depth.pro 163 2006-08-29 12:59:46Z navarro $ 
     139 $Id: floatlevel2depth.pro 232 2007-03-20 16:59:36Z pinsard $ 
    139140 
    140141    <h4>History</h4> 
Note: See TracChangeset for help on using the changeset viewer.