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

    r138 r142  
    696696      </div> 
    697697 
    698       <div id="file_comments"></div> 
     698      <div id="file_comments"> 
     699 Rather comparable to depth2level but here, the calculated level is in float.  
     700 For example, the level 5.4 correspond to a depth equal  
     701 to gdep[5]+.4*(gdep[6]-gdep[5]) 
     702</div> 
    699703 
    700704       
     
    711715        <div class="routine_details" id="_depth2floatlevel"> 
    712716 
    713           <h2><a class="top" href="#container">top</a>depth2floatlevel </h2> 
     717          <h2><a class="top" href="#container">top</a>depth2floatlevel <span class="categories">  
     718 Without loop. 
     719</span></h2> 
    714720         
    715721          <p class="header"> 
    716722            <span class="result">result = </span>depth2floatlevel(<span class="result"><a href="#_depth2floatlevel_param_tab">tab</a></span>, <a href="#_depth2floatlevel_keyword_NOMASK">NOMASK</a>=<span class="result">NOMASK</span>)</p> 
    717723         
    718           <div class="comments"> 
    719  NAME:depth2floatlevel 
    720  
    721  PURPOSE: assez comparable a depth2level mais ici le niveau calcule 
    722  est en float. Par ex le niveau 5.4 correspond a une profondeur egale 
    723  a gdep[5]+.4*(gdep[6]-gdep[5]) 
    724  
    725  CATEGORY: SANS BOUCLE 
    726  
    727  CALLING SEQUENCE:res=depth2floatlevel(depth2d) 
    728   
    729  INPUTS: depth2d tableau 2d de profondeur (ou une structure repondant 
    730  aux criteres de litchamp) 
    731  
    732  KEYWORD PARAMETERS:  
    733        /NOMASK: pour ne pas masquer les points terres 
    734  
    735  OUTPUTS: un tableau 2d de float contenant les valeurs des niveaux. 
    736  
    737  COMMON BLOCKS:common.pro 
    738  
    739  SIDE EFFECTS:accepte les vcaleurs a !values.f_nan et masque les 
    740  points terres a valmask. 
    741  
    742  RESTRICTIONS: 
    743  
    744  EXAMPLE: 
    745  
    746     IDL> a=(jpk-1)/(1.*jpi*jpj)*findgen(jpi,jpj) 
    747     IDL> plt, 1e6*(a-floatlevel2depth(depth2floatlevel(a))),/nocontour 
    748  
    749   ->champ nul a 1e-6 pres 
    750 </div> 
    751  
    752            
     724          <div class="comments"></div> 
     725 
     726          <h3>Return value</h3><div class="preformat"> 
     727 An 2d array of float containing levels's values. 
     728</div> 
    753729 
    754730           
     
    757733             
    758734            <h4 id="_depth2floatlevel_param_tab">tab&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    759                
    760                
    761                
    762                
     735              <span class="attr">in</span> 
     736               
     737               
     738              <span class="attr">required</span> 
    763739               
    764740               
     
    767743            </h4> 
    768744         
    769           <div class="comments"></div> 
     745          <div class="comments"> 
     746 2d depth array (or a structure respecting litchamp criterions) 
     747</div> 
    770748             
    771749 
     
    787765            </h4> 
    788766         
    789             <div class="comments"></div> 
     767            <div class="comments"> 
     768 To do not mask land points 
     769</div> 
    790770             
    791771           
    792772 
    793            
    794            
    795            
    796            
    797            
    798            
    799            
    800            
    801            
    802            
    803            
    804            
    805          
    806            
    807            
    808            
    809            
     773          <h3>Examples</h3><div class="preformat"> 
     774    IDL> a=(jpk-1)/(1.*jpi*jpj)*findgen(jpi,jpj) 
     775    IDL> plt, 1e6*(a-floatlevel2depth(depth2floatlevel(a))),/nocontour 
     776 
     777  ->champ nul a 1e-6 pres 
     778</div> 
     779          <h3>Version history</h3> 
     780           
     781          <h4>Version</h4><div class="preformat"> 
     782 $Id$ 
     783</div> 
     784          <h4>History</h4><div class="preformat"> </div> 
     785           
     786           
     787          <h3>Known issues</h3> 
     788           
     789           
     790           
     791          <h4>Restrictions</h4><div class="preformat"> 
     792 Accept values at !values.f_nan and mask land points at valmask. 
     793</div> 
     794         
     795          <h3>Other attributes</h3> 
     796           
     797           
     798          <h4>Uses routines</h4><div class="preformat"> 
     799 common.pro 
     800</div> 
    810801           
    811802           
Note: See TracChangeset for help on using the changeset viewer.