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

    r138 r142  
    696696      </div> 
    697697 
    698       <div id="file_comments"></div> 
     698      <div id="file_comments">  
     699 We want, from a 3d matrix, to extract a 2d (x,y) array whose each element  
     700 has been extract from a level specified by the 2d level array (typically,  
     701 we want to obtain the salinity along an isopycn we have repered by its level). 
     702 level2index is a function who give, in function of level, a 2d indexes array  
     703 which will allow to extract the 2d array from the 3d array... 
     704</div> 
    699705 
    700706       
     
    711717        <div class="routine_details" id="_level2index"> 
    712718 
    713           <h2><a class="top" href="#container">top</a>level2index </h2> 
     719          <h2><a class="top" href="#container">top</a>level2index <span class="categories"> 
     720 without loop 
     721</span></h2> 
    714722         
    715723          <p class="header"> 
     
    717725         
    718726          <div class="comments"> 
    719  NAME:level2index 
    720  
    721  PURPOSE: on veut ds une matrice 3d extraire un tableau 2d (x,y) dont 
    722  chacun des elements a ete extrait a un niveau specifie par le 
    723  tableau 2d level (typiquement, on veut obtenir la salinite le long 
    724  d''une isopycne que l''on a reperee par son niveau). 
    725  level2index est une fonction qui donne en fonction de level un 
    726  tableau 2d d'indice qui permettra d''extraire le tableau 2d du 
    727  tableau 3d... 
    728  
    729  CATEGORY: SANS BOUCLE 
    730  
    731  CALLING SEQUENCE: index=level2index(level) 
    732   
    733  INPUTS:level: un tableau 2d de niveaux 
    734  
    735  KEYWORD PARAMETERS: 
    736  
    737  OUTPUTS: untableau 2d d''indices 
    738  
    739  COMMON BLOCKS: 
    740  
    741  SIDE EFFECTS: 
    742  
    743  RESTRICTIONS: 
    744  
    745  EXAMPLE: 
    746727</div> 
    747728 
    748            
     729          <h3>Return value</h3><div class="preformat"> 
     730 a 2d indexes array 
     731</div> 
    749732 
    750733           
     
    753736             
    754737            <h4 id="_level2index_param_level">level&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     738              <span class="attr">in</span> 
    755739               
    756740               
    757                
    758                
     741              <span class="attr">required</span> 
    759742               
    760743               
     
    763746            </h4> 
    764747         
    765           <div class="comments"></div> 
     748          <div class="comments"> 
     749 A 2d level array 
     750</div> 
    766751             
    767752 
     
    771756 
    772757           
    773            
    774            
    775            
    776            
     758          <h3>Version history</h3> 
     759           
     760          <h4>Version</h4><div class="preformat"> 
     761 $Id$ 
     762</div> 
     763          <h4>History</h4><div class="preformat"></div> 
    777764           
    778765           
Note: See TracChangeset for help on using the changeset viewer.