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

    r138 r142  
    696696      </div> 
    697697 
    698       <div id="file_comments"></div> 
     698      <div id="file_comments">  
     699 Rather comparable to level2depth. It is the invert funcion of depth2floatlevel 
     700</div> 
    699701 
    700702       
     
    711713        <div class="routine_details" id="_floatlevel2depth"> 
    712714 
    713           <h2><a class="top" href="#container">top</a>floatlevel2depth </h2> 
     715          <h2><a class="top" href="#container">top</a>floatlevel2depth <span class="categories"> 
     716 Without loop 
     717</span></h2> 
    714718         
    715719          <p class="header"> 
     
    717721         
    718722          <div class="comments"> 
    719  NAME:floatlevel2depth 
    720  
    721  PURPOSE: assez comparable a level2depth. C'est la fonction inverse 
    722  de depth2floatlevel 
    723  
    724  CATEGORY:SANS BOUCLE 
    725  
    726  CALLING SEQUENCE:res=floatlevel2depth(niveau) 
    727   
    728  INPUTS: tableau 2d de niveaux seuil (ou une structure repondant aux 
    729  criteres de litchamp) 
    730  
    731  KEYWORD PARAMETERS: 
    732        /NOMASK: pour ne pas masquer les points terres 
    733  
    734  OUTPUTS: un tableau 2d contenant des profondeurs 
    735  
    736  COMMON BLOCKS:common.pro 
    737  
    738  SIDE EFFECTS: 
    739  
    740  RESTRICTIONS: 
    741  
    742  EXAMPLE: 
    743  
    744     IDL> a=gdept[jpk-1]/(1.*jpi*jpj)*findgen(jpi,jpj) 
    745     IDL> plt, 1e6*(a-floatlevel2depth(depth2floatlevel(a))),/nocontour 
    746  
    747   ->champ nul a 1e-6 pres 
    748 </div> 
    749  
    750            
     723</div> 
     724 
     725          <h3>Return value</h3><div class="preformat"> 
     726 2d array containing depthes 
     727</div> 
    751728 
    752729           
     
    765742            </h4> 
    766743         
    767           <div class="comments"></div> 
     744          <div class="comments"> 
     745 2d array of sill levels (or a structure respecting litchamp criterions) 
     746</div> 
    768747             
    769748 
     
    785764            </h4> 
    786765         
    787             <div class="comments"></div> 
     766            <div class="comments"> 
     767 To do not mask land points 
     768</div> 
    788769             
    789770           
    790771 
    791            
    792            
    793            
    794            
    795            
    796            
    797            
    798            
    799            
    800            
    801            
    802            
    803          
    804            
    805            
    806            
    807            
     772          <h3>Examples</h3><div class="preformat"> 
     773    IDL> a=gdept[jpk-1]/(1.*jpi*jpj)*findgen(jpi,jpj) 
     774    IDL> plt, 1e6*(a-floatlevel2depth(depth2floatlevel(a))),/nocontour 
     775 
     776  ->null field at 1e-6 pres 
     777</div> 
     778          <h3>Version history</h3> 
     779           
     780          <h4>Version</h4><div class="preformat"> 
     781 $Id$ 
     782</div> 
     783          <h4>History</h4><div class="preformat"></div> 
     784           
     785           
     786           
     787           
     788           
     789           
     790           
     791         
     792          <h3>Other attributes</h3> 
     793           
     794           
     795          <h4>Uses routines</h4><div class="preformat"> 
     796 common.pro 
     797</div> 
    808798           
    809799           
Note: See TracChangeset for help on using the changeset viewer.