Ignore:
Timestamp:
08/29/06 14:59:46 (18 years ago)
Author:
navarro
Message:

header improvements : type of parameters and keywords, default values, spell checking + idldoc assistant (IDL online_help)

File:
1 edited

Legend:

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

    r157 r163  
    773773           
    774774          <h4>Version</h4><div class="preformat"> 
    775  $Id: div.pro 142 2006-07-21 12:47:49Z navarro $ 
     775 $Id: div.pro 157 2006-08-21 09:01:50Z navarro $ 
    776776</div> 
    777777          <h4>History</h4><div class="preformat"> 
     
    779779                      Creation : printemps 1998 
    780780                      Sebastien Masson (smasson@lodyc.jussieu.fr) 
    781                       adaptation pour marcher avec un domaine reduit 
     781                      adaptation to work with a reduce domain 
    782782                      12/1/2000; 
    783783</div> 
     
    789789           
    790790          <h4>Restrictions</h4><div class="preformat"> 
    791  U and V matrixes can be 2 or 4d. 
    792  Beware, to discern differents configuration of U and V (xy, xyz, xyt, xyzt),  
     791 U and V matrices can be 2 or 4d. 
     792 Beware, to discern different configuration of U and V (xy, xyz, xyt, xyzt),  
    793793 we look at the variable of the common  
    794794        -time which contain the calendar in IDL julian days to which U and  
    795795 V refered to, in the same way as the variable  
    796796        -jpt which is the number of time's step to consider in time. 
    797  U and V arrays ae cut in the same geographic domain. Because of the gap of  
    798  T, U, V and F grids, it is possible that these two arrays hase not the same  
    799  size and refered to different indexes. In this case, arrays are recut on  
    800  common indexesand the domain is redifined to match with these common  
    801  indexes. To avoid these recuts, use the keyword /memeindice in domdef.pro 
     797 U and V arrays are cut in the same geographic domain. Because of the gap of  
     798 T, U, V and F grids, it is possible that these two arrays has not the same  
     799 size and refered to different indexes. In this case, arrays are re-cut on  
     800 common indexes and the domain is redefined to match with these common  
     801 indexes. To avoid these re-cuts, use the keyword /memeindice in domdef.pro 
    802802 
    803803 
     
    816816           
    817817         
     818          <h3>Statistics</h3> 
     819          <table class="statistics"> 
     820            <tr><td>McCabe cyclic</td><td>          54</td></tr> 
     821            <tr><td>McCabe essential</td><td>           5</td></tr> 
     822            <tr><td>McCabe modular design</td><td>           1</td></tr> 
     823          </table> 
    818824           
    819825         
Note: See TracChangeset for help on using the changeset viewer.