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

    r200 r234  
    6161    </dl> 
    6262 
    63       
     63     
    6464 Allows to pass from a 2d depth array to a corresponding 2d level array. 
    6565 
     
    7474</font></h2> 
    7575 
    76       <p><font face="Courier"><i>result = </i>depth2level(<i><a href="#_depth2level_keyword_tab">tab</a></i>, <a href="#_depth2level_keyword_LOWER">LOWER</a>=<i>LOWER</i>, <a href="#_depth2level_keyword_UPPER">UPPER</a>=<i>UPPER</i>, <a href="#_depth2level_keyword_CLOSER">CLOSER</a>=<i>CLOSER</i>, <a href="#_depth2level_keyword_NOMASK">NOMASK</a>=<i>NOMASK</i>, <a href="#_depth2level_keyword__extra">_extra</a>=<i>_extra</i>)</font></p> 
    77  
    78      
    79  
    80  
    81     <h3>Return value</h3>  
     76      <p><font face="Courier"><i>result = </i>depth2level(<i><a href="#_depth2level_keyword_tab">tab</a></i>, <a href="#_depth2level_keyword_LOWER">LOWER</a>=<i>LOWER</i>, <a href="#_depth2level_keyword_UPPER">UPPER</a>=<i>UPPER</i>, <a href="#_depth2level_keyword_CLOSER">CLOSER</a>=<i>CLOSER</i>, <a href="#_depth2level_keyword_NOMASK">NOMASK</a>=<i>NOMASK</i>, <a href="#_depth2level_keyword__EXTRA">_EXTRA</a>=<i>_EXTRA</i>)</font></p> 
     77 
     78     
     79 
     80 
     81    <h3>Return value</h3> 
    8282 It is a 2d array containing level's values. 
    8383 
     
    100100 
    101101     
    102  2d depth array (or a structure respecting litchamp critrions) 
     102 2d depth array (or a structure respecting litchamp criterions) 
    103103 
    104104     
     
    122122 
    123123     
    124  We select the level just below the depth  
     124 We select the level just below the depth 
    125125 
    126126     
     
    153153    </h4> 
    154154 
    155       
    156  We select the depth's closer level  
     155     
     156 We select the depth's closer level 
    157157 
    158158     
     
    169169    </h4> 
    170170 
    171       
     171     
    172172 To do not mask land points 
    173173 
    174174     
    175     <a name="#_depth2level_keyword__extra"></a> 
    176     <h4>_extra&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    177        
    178        
    179        
    180        
    181        
    182        
    183        
    184        
    185     </h4> 
    186  
    187      
    188      
    189      
    190  
    191      
    192     <h3>Version history</h3> 
     175    <a name="#_depth2level_keyword__EXTRA"></a> 
     176    <h4>_EXTRA&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     177       
     178       
     179       
     180       
     181       
     182       
     183       
     184       
     185    </h4> 
     186 
     187     
     188     
     189     
     190 
     191     
     192    </pre><h3>Version history</h3> 
    193193     
    194194    <h4>Version</h4> 
    195  $Id: depth2level.pro 163 2006-08-29 12:59:46Z navarro $ 
     195 $Id: depth2level.pro 232 2007-03-20 16:59:36Z pinsard $ 
    196196    <h4>History</h4> 
    197197 Sebastien Masson (smasson@lodyc.jussieu.fr) 
     
    205205     
    206206     
    207     <h4>Restrictions</h4>  
     207    <h4>Restrictions</h4> 
    208208 For depths out of gdep's values, the value !values.f_nan is sent back. 
    209  if the depth is superior to this one of the bottom, we send back jpk-1 in  
     209 if the depth is superior to this one of the bottom, we send back jpk-1 in 
    210210 the upper case, and !values.f_nan in the lower case. 
    211211 
Note: See TracChangeset for help on using the changeset viewer.