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

    r200 r234  
    8787      </div> 
    8888 
    89       <div id="file_comments">  
     89      <div id="file_comments"> 
    9090 Allows to pass from a 2d depth array to a corresponding 2d level array. 
    9191</div> 
     
    109109         
    110110          <p class="header"> 
    111             <span class="result">result = </span>depth2level(<span class="result"><a href="#_depth2level_param_tab">tab</a></span>, <a href="#_depth2level_keyword_LOWER">LOWER</a>=<span class="result">LOWER</span>, <a href="#_depth2level_keyword_UPPER">UPPER</a>=<span class="result">UPPER</span>, <a href="#_depth2level_keyword_CLOSER">CLOSER</a>=<span class="result">CLOSER</span>, <a href="#_depth2level_keyword_NOMASK">NOMASK</a>=<span class="result">NOMASK</span>, <a href="#_depth2level_keyword__extra">_extra</a>=<span class="result">_extra</span>)</p> 
     111            <span class="result">result = </span>depth2level(<span class="result"><a href="#_depth2level_param_tab">tab</a></span>, <a href="#_depth2level_keyword_LOWER">LOWER</a>=<span class="result">LOWER</span>, <a href="#_depth2level_keyword_UPPER">UPPER</a>=<span class="result">UPPER</span>, <a href="#_depth2level_keyword_CLOSER">CLOSER</a>=<span class="result">CLOSER</span>, <a href="#_depth2level_keyword_NOMASK">NOMASK</a>=<span class="result">NOMASK</span>, <a href="#_depth2level_keyword__EXTRA">_EXTRA</a>=<span class="result">_EXTRA</span>)</p> 
    112112         
    113113          <div class="comments"> 
    114114</div> 
    115115 
    116           <h3>Return value</h3><div class="preformat">  
     116          <h3>Return value</h3><div class="preformat"> 
    117117 It is a 2d array containing level's values. 
    118118</div> 
     
    134134         
    135135          <div class="comments"> 
    136  2d depth array (or a structure respecting litchamp critrions) 
     136 2d depth array (or a structure respecting litchamp criterions) 
    137137</div> 
    138138             
     
    156156         
    157157            <div class="comments"> 
    158  We select the level just below the depth  
     158 We select the level just below the depth 
    159159</div> 
    160160             
     
    185185            </h4> 
    186186         
    187             <div class="comments">  
    188  We select the depth's closer level  
     187            <div class="comments"> 
     188 We select the depth's closer level 
    189189</div> 
    190190             
     
    200200            </h4> 
    201201         
    202             <div class="comments">  
     202            <div class="comments"> 
    203203 To do not mask land points 
    204204</div> 
    205205             
    206             <h4 id="_depth2level_keyword__extra">_extra&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     206            <h4 id="_depth2level_keyword__EXTRA">_EXTRA&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    207207               
    208208               
     
    223223           
    224224          <h4>Version</h4><div class="preformat"> 
    225  $Id: depth2level.pro 163 2006-08-29 12:59:46Z navarro $</div> 
     225 $Id: depth2level.pro 232 2007-03-20 16:59:36Z pinsard $</div> 
    226226          <h4>History</h4><div class="preformat"> 
    227227 Sebastien Masson (smasson@lodyc.jussieu.fr) 
     
    235235           
    236236           
    237           <h4>Restrictions</h4><div class="preformat">  
     237          <h4>Restrictions</h4><div class="preformat"> 
    238238 For depths out of gdep's values, the value !values.f_nan is sent back. 
    239  if the depth is superior to this one of the bottom, we send back jpk-1 in  
     239 if the depth is superior to this one of the bottom, we send back jpk-1 in 
    240240 the upper case, and !values.f_nan in the lower case. 
    241241</div> 
Note: See TracChangeset for help on using the changeset viewer.