Ignore:
Timestamp:
07/12/06 11:52:09 (18 years ago)
Author:
smasson
Message:

update documentation and .idlwave_catalog

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/idldoc_html_output/Interpolation/angle.html

    r121 r138  
    328328table.variables td.image { width: 64px; } 
    329329 
    330 div#file_comments {  
     330div#file_comments { white-space: pre;  
    331331  margin: 2em; 
    332332  font-size: 80%; 
     
    696696      </div> 
    697697 
    698       <div id="file_comments"> north stereographic polar projection 
     698      <div id="file_comments"> 
     699 north stereographic polar projection 
    699700 
    700701 Compute angles between grid lines and direction of the North 
     
    736737          <div class="comments"></div> 
    737738 
    738           <h3>Return value</h3><div class="value"> 
    739        gsinu,gcosu : sinus and cosinus of the angle  
    740        gsinv,gcosv   between north-south direction  
     739          <h3>Return value</h3><div class="preformat"> 
     740       gsinu,gcosu : sinus and cosinus of the angle 
     741       gsinv,gcosv   between north-south direction 
    741742       gsint,gcost   and the j-direction of the mesh 
    742743</div> 
     
    771772            </h4> 
    772773         
    773           <div class="comments">  
     774          <div class="comments"> 
    774775</div> 
    775776             
     
    792793            </h4> 
    793794         
    794             <div class="comments"> use double precision (default is float) 
     795            <div class="comments"> 
     796 use double precision (default is float) 
    795797</div> 
    796798             
     
    800802          <h3>Version history</h3> 
    801803           
    802           <h4>Version</h4><div class="value"> $Id: angle.pro 118 2006-06-27 15:47:06Z pinsard $ 
    803 </div> 
    804           <h4>History</h4><div class="value"> 
    805    -------------- 
     804          <h4>Version</h4><div class="preformat"> $Id: angle.pro 136 2006-07-10 15:20:19Z pinsard $ 
     805</div> 
     806          <h4>History</h4><div class="preformat"> 
    806807       Original :  96-07 (O. Marti) 
    807808                   98-06 (G. Madec) 
    808        Feb 2005: IDL adaptation S. Masson  
     809       Feb 2005: IDL adaptation S. Masson 
    809810</div> 
    810811           
     
    814815           
    815816           
    816           <h4>Restrictions</h4><div class="value"> to compute the lateral boundary conditions, we assume 
    817  that:  
     817          <h4>Restrictions</h4><div class="preformat"> 
     818 to compute the lateral boundary conditions, we assume that: 
    818819     (1) the first line is similar to the second line 
    819        =>    gcosu[*, 0] = gcosu[*, 1]  
    820        =>    gsinu[*, 0] = gsinu[*, 1]  
     820       =>    gcosu[*, 0] = gcosu[*, 1] 
     821       =>    gsinu[*, 0] = gsinu[*, 1] 
    821822     (2) the grid follows OPA x periodicity rule, first column is 
    822823     equal to the next to last column 
Note: See TracChangeset for help on using the changeset viewer.