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

    r138 r142  
    696696      </div> 
    697697 
    698       <div id="file_comments"></div> 
     698      <div id="file_comments"> 
     699 calculation of the divergence of a 2d field 
     700</div> 
    699701 
    700702       
     
    711713        <div class="routine_details" id="_div"> 
    712714 
    713           <h2><a class="top" href="#container">top</a>div </h2> 
     715          <h2><a class="top" href="#container">top</a>div <span class="categories"> 
     716 Calculation on matrixes 
     717</span></h2> 
    714718         
    715719          <p class="header"> 
     
    717721         
    718722          <div class="comments"> 
    719  NAME:div 
    720  
    721  PURPOSE:calcule la divergence d'un champ 2D 
    722  
    723  CATEGORY:calcule sur les matrices 
    724  
    725  CALLING SEQUENCE:res=div(u,v) 
    726  
    727  INPUTS: 
    728        u et v deux matrices representant les coordonnes d''un 
    729        champ de vecteur 
    730  
    731  KEYWORD PARAMETERS: 
    732  
    733  OUTPUTS:res: une matrice 2d 
    734  
    735  COMMON BLOCKS: 
    736         common.pro 
    737  
    738  SIDE EFFECTS: 
    739  
    740  RESTRICTIONS: 
    741  les matrices u et v peuvent de 2 a 4 dimensions. 
    742  attention pour distinger les differents configurations de u et v 
    743  (xy, xyz, xyt, xyzt), on regarde la variable du common  
    744         -time qui contient le calendrier en jour julien d''IDL auquel 
    745         se rapportent u et v ansi que la variable  
    746         -jpt qui est le nombre de pas de temps a considerer ds time. 
    747  les tableaux u et v sont decoupes sur le meme domaine 
    748  geographique. A cause du decalage des grilles T, U, V et F il est 
    749  possiible que ces 2 tableaux n''aient pas la meme taille et se 
    750  repportent a des indices differents. Si tel est le cas les tableaux 
    751  sont redecoupes sur les indices qu'ils ont en commun et le dommaine 
    752  est redefinit pour qu'il colle a ces indices communs. 
    753  pour eviter ces redecoupes utiliser le mot cles /memeindice ds 
    754  domdef.pro 
    755  
    756  les points sur le bord du dessin sont mis a !values.f_nan 
    757  
    758  EXAMPLE: 
    759 </div> 
    760  
    761            
     723</div> 
     724 
     725          <h3>Return value</h3><div class="preformat"> RES 
     726 A 2d matrix 
     727</div> 
    762728 
    763729           
     
    776742            </h4> 
    777743         
    778           <div class="comments"></div> 
     744          <div class="comments">  
     745 Matrix representing coordinates of a field of vectors 
     746</div> 
    779747             
    780748            <h4 id="_div_param_vv">vv&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    789757            </h4> 
    790758         
    791           <div class="comments"></div> 
     759          <div class="comments">  
     760 Matrix representing coordinates of a field of vectors 
     761</div> 
    792762             
    793763 
     
    797767 
    798768           
    799            
    800            
    801            
    802            
    803            
    804            
    805            
    806            
    807            
    808            
    809            
    810          
    811            
    812            
    813            
    814            
     769          <h3>Version history</h3> 
     770           
     771          <h4>Version</h4><div class="preformat"> 
     772 $Id$ 
     773</div> 
     774          <h4>History</h4><div class="preformat"></div> 
     775           
     776           
     777          <h3>Known issues</h3> 
     778           
     779           
     780           
     781          <h4>Restrictions</h4><div class="preformat"> 
     782 U and V matrixes can be 2 or 4d. 
     783 Beware, to discern differents configuration of U and V (xy, xyz, xyt, xyzt),  
     784 we look at the variable of the common  
     785        -time which contain the calendar in IDL julian days to which U and  
     786 V refered to, in the same way as the variable  
     787        -jpt which is the number of time's step to consider in time. 
     788 U and V arrays ae cut in the same geographic domain. Because of the gap of  
     789 T, U, V and F grids, it is possible that these two arrays hase not the same  
     790 size and refered to different indexes. In this case, arrays are recut on  
     791 common indexesand the domain is redifined to match with these common  
     792 indexes. To avoid these recuts, use the keyword /memeindice in domdef.pro 
     793 
     794 
     795 Points on the drawing edge are at !values.f_nan  
     796 
     797</div> 
     798         
     799          <h3>Other attributes</h3> 
     800           
     801           
     802          <h4>Uses routines</h4><div class="preformat"> 
     803 common.pro 
     804</div> 
    815805           
    816806           
Note: See TracChangeset for help on using the changeset viewer.