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

    r157 r163  
    773773           
    774774          <h4>Version</h4><div class="preformat"> 
    775  $Id: curl.pro 150 2006-08-09 10:12:54Z navarro $ 
     775 $Id: curl.pro 157 2006-08-21 09:01:50Z navarro $ 
    776776</div> 
    777777          <h4>History</h4><div class="preformat">  
    778778 Guillaume Roullet (grlod@ipsl.jussieu.fr) 
    779779  
    780                       Sebastien Masson (smasson@lodyc.jussieu.fr) 
    781                       adaptation pour marcher avec un domaine reduit 
    782  
    783                       21/5/1999: missing values at !values.f_nan 
    784 periodicite  
     780 Sebastien Masson (smasson@lodyc.jussieu.fr) 
     781 adaptation to work with a reduce domain 
     782 21/5/1999: missing values at !values.f_nan 
    785783 </div> 
    786784           
     
    791789           
    792790          <h4>Restrictions</h4><div class="preformat"> 
    793  U and V matrixes can be 2 or 4d. 
    794  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),  
    795793 we look at the variable of the common  
    796794        -time which contain the calendar in IDL julian days to which U and  
     
    798796        -jpt which is the number of time's step to consider in time. 
    799797 U and V arrays ae cut in the same geographic domain. Because of the gap of  
    800  T, U, V and F grids, it is possible that these two arrays hase not the same  
    801  size and refered to different indexes. In this case, arrays are recut on  
    802  common indexesand the domain is redifined to match with these common  
    803  indexes. To avoid these recuts, use the keyword /memeindice in domdef.pro 
     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 
    804802 
    805803 
     
    817815           
    818816         
     817          <h3>Statistics</h3> 
     818          <table class="statistics"> 
     819            <tr><td>McCabe cyclic</td><td>          59</td></tr> 
     820            <tr><td>McCabe essential</td><td>           1</td></tr> 
     821            <tr><td>McCabe modular design</td><td>           1</td></tr> 
     822          </table> 
    819823           
    820824         
Note: See TracChangeset for help on using the changeset viewer.