Ignore:
Timestamp:
07/21/06 14:47:49 (18 years ago)
Author:
navarro
Message:

english and nicer header (2a)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/CALCULS/depth2level.html

    r138 r142  
    696696      </div> 
    697697 
    698       <div id="file_comments"></div> 
     698      <div id="file_comments">  
     699 Allows to pass from a 2d depth array to a corresponding 2d level array. 
     700</div> 
    699701 
    700702       
     
    711713        <div class="routine_details" id="_depth2level"> 
    712714 
    713           <h2><a class="top" href="#container">top</a>depth2level </h2> 
     715          <h2><a class="top" href="#container">top</a>depth2level <span class="categories"> 
     716 Without loop 
     717</span></h2> 
    714718         
    715719          <p class="header"> 
     
    717721         
    718722          <div class="comments"> 
    719  NAME: depth2level 
    720  
    721  PURPOSE: permet de passer d''un tableau 2d de profondeur au tableau 
    722  2d correspondant de niveaux. 
    723  
    724  CATEGORY: SANS BOUCLE 
    725  
    726  CALLING SEQUENCE: res=depth2level(depth2d) 
    727  
    728  INPUTS: depth2d tableau 2d de profondeur (ou une structure repondant 
    729  aux criteres de litchamp) 
    730  
    731  KEYWORD PARAMETERS: 
    732  
    733       /UPPER: (active par defaut) on selectionne le niveau 
    734       directement au dessus de la profondeur 
    735  
    736       /LOWER: on selectionne le niveau directement au dessous de la 
    737       profondeur  
    738  
    739       /CLOSER: on selectionne le niveau le plus proche de la 
    740       profondeur  
    741  
    742       /NOMASK: pour ne pas masquer les points terres 
    743  
    744  OUTPUTS: un tableau 2d contenant les valeurs des niveaux. 
    745  
    746  COMMON BLOCKS:common.pro 
    747  
    748  SIDE EFFECTS:pour les profondeurs hors des valeurs de gdep, la 
    749  valeur !values.f_nan est retournee. 
    750  Si la profondeur est superieur a celle du fond, on retourne 
    751  jpk-1dans le cas upper, et !values.f_nan ds le cas lower. 
    752  
    753  RESTRICTIONS: 
    754  
    755  EXAMPLE: 
    756 </div> 
    757  
    758            
     723</div> 
     724 
     725          <h3>Return value</h3><div class="preformat">  
     726 It is a 2d array containing level's values. 
     727</div> 
    759728 
    760729           
     
    773742            </h4> 
    774743         
    775           <div class="comments"></div> 
     744          <div class="comments">  
     745 2d depth array (or a structure respecting litchamp critrions) 
     746</div> 
    776747             
    777748 
     
    793764            </h4> 
    794765         
     766            <div class="comments"> 
     767 We select the level just below the depth  
     768</div> 
     769             
     770            <h4 id="_depth2level_keyword_UPPER">UPPER&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     771               
     772               
     773               
     774               
     775               
     776               
     777               
     778               
     779            </h4> 
     780         
     781            <div class="comments"> 
     782 (activated by default) We select the level just above the depth 
     783</div> 
     784             
     785            <h4 id="_depth2level_keyword_CLOSER">CLOSER&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     786               
     787               
     788               
     789               
     790               
     791               
     792               
     793               
     794            </h4> 
     795         
     796            <div class="comments">  
     797 We select the depth's closer level  
     798</div> 
     799             
     800            <h4 id="_depth2level_keyword_NOMASK">NOMASK&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     801               
     802               
     803               
     804               
     805               
     806               
     807               
     808               
     809            </h4> 
     810         
     811            <div class="comments">  
     812 To do not mask land points 
     813</div> 
     814             
     815            <h4 id="_depth2level_keyword__extra">_extra&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     816               
     817               
     818               
     819               
     820               
     821               
     822               
     823               
     824            </h4> 
     825         
    795826            <div class="comments"></div> 
    796827             
    797             <h4 id="_depth2level_keyword_UPPER">UPPER&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    798                
    799                
    800                
    801                
    802                
    803                
    804                
    805                
    806             </h4> 
    807          
    808             <div class="comments"></div> 
    809              
    810             <h4 id="_depth2level_keyword_CLOSER">CLOSER&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    811                
    812                
    813                
    814                
    815                
    816                
    817                
    818                
    819             </h4> 
    820          
    821             <div class="comments"></div> 
    822              
    823             <h4 id="_depth2level_keyword_NOMASK">NOMASK&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    824                
    825                
    826                
    827                
    828                
    829                
    830                
    831                
    832             </h4> 
    833          
    834             <div class="comments"></div> 
    835              
    836             <h4 id="_depth2level_keyword__extra">_extra&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    837                
    838                
    839                
    840                
    841                
    842                
    843                
    844                
    845             </h4> 
    846          
    847             <div class="comments"></div> 
    848              
    849            
    850  
    851            
    852            
    853            
    854            
    855            
    856            
    857            
    858            
    859            
    860            
    861            
    862            
    863          
    864            
    865            
    866            
    867            
     828           
     829 
     830           
     831          <h3>Version history</h3> 
     832           
     833          <h4>Version</h4><div class="preformat"> 
     834 $Id$</div> 
     835          <h4>History</h4><div class="preformat"></div> 
     836           
     837           
     838          <h3>Known issues</h3> 
     839           
     840           
     841           
     842          <h4>Restrictions</h4><div class="preformat">  
     843 For depthes out of gdep's values, the value !values.f_nan is sent back. 
     844 if the depth is superior to this one of the bottom, we send back jpk-1 in  
     845 the upper case, and !values.f_nan in the lower case. 
     846</div> 
     847         
     848          <h3>Other attributes</h3> 
     849           
     850           
     851          <h4>Uses routines</h4><div class="preformat"> 
     852 common.pro 
     853</div> 
    868854           
    869855           
Note: See TracChangeset for help on using the changeset viewer.