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/Grid/computegrid.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%; 
     
    703703       or a suitable mix... 
    704704 
    705  glamt  
    706  glamf  
    707  gphit  
    708  gphif  
    709  e1t  
    710  e2t  
     705 glamt 
     706 glamf 
     707 gphit 
     708 gphit 
     709 e1t 
     710 e2t 
    711711 horizontal parameters 
    712712 
     
    722722 e2f {in} 
    723723 horizontal parameters if FULLCGRID keyword is defined 
    724        
    725  gdept  
    726  gdepw  
    727  e3t  
    728  e3w  
     724 
     725 gdept 
     726 gdepw 
     727 e3t 
     728 e3w 
    729729 verticals parameters 
    730730 
    731  tmask  
     731 tmask 
    732732 masks 
    733733 
     
    737737 fmaskredy {in} 
    738738 masks if FULLCGRID keyword is defined 
    739   
     739 
    740740 triangles_list 
    741741 triangulation 
     
    821821            </h4> 
    822822         
    823           <div class="comments"> scalar or vector: y direction step,  
     823          <div class="comments"> scalar or vector: y direction step, 
    824824             could be > 0 (south to north) or < 0 (north to south) 
    825825             if vector ny is not used</div> 
     
    836836            </h4> 
    837837         
    838           <div class="comments"> scalar, number of points in x direction </div> 
     838          <div class="comments"> scalar, number of points in x direction</div> 
    839839             
    840840            <h4 id="_computegrid_param_nyin">nyin&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    870870            </h4> 
    871871         
    872             <div class="comments"> to specify longitude1 with a 1 or 2 dimension array, in  
     872            <div class="comments"> to specify longitude1 with a 1 or 2 dimension array, in 
    873873       this case startx, stepx and nx are not used but could be 
    874874       necessary if the y axis is not defined with yaxis. It must be 
     
    888888            </h4> 
    889889         
    890             <div class="comments"> to specify latitudes with a 1 or 2 dimension array, in  
     890            <div class="comments"> to specify latitudes with a 1 or 2 dimension array, in 
    891891       this case starty, stepy and ny are not used but starty and 
    892892       stepy could be necessary if the x axis is not defined with xaxis. 
     
    939939       we must have lon2 > lon1 and lon2 - lon1 le 360 
    940940       key_shift will be defined automaticaly computed according to 
    941        glamboundary by using the FIRST LINE of glamt but  
    942        key_shift will /= 0 only if key_periodic = 1  
     941       glamboundary by using the FIRST LINE of glamt but 
     942       key_shift will /= 0 only if key_periodic = 1 
    943943</div> 
    944944             
     
    980980            </h4> 
    981981         
    982             <div class="comments"> </div> 
     982            <div class="comments"></div> 
    983983             
    984984            <h4 id="_computegrid_keyword_YMAXMESH">YMAXMESH&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    10061006            </h4> 
    10071007         
    1008             <div class="comments">  
     1008            <div class="comments"> 
    10091009       to define the common variables i[xyz]minmesh 
    10101010       used to define the grid only in a zoomed part of the original 
     
    10261026       to define the common variables i[xyz]maxmesh 
    10271027       used to define the grid only in a zoomed part of the original 
    1028        grid. max value is jp[ijk]glo-1.  
    1029        if [XYZ]MAXMESH is negative, then we define i[xyz]maxmesh as  
     1028       grid. max value is jp[ijk]glo-1. 
     1029       if [XYZ]MAXMESH is negative, then we define i[xyz]maxmesh as 
    10301030       jp[ijk]glo - 1 + [XYZ]MAXMESH instead of [XYZ]MAXMESH     
    10311031</div> 
     
    10451045       key_onearth (to specify if the data are on earth -> use longitude 
    10461046       /latitude etc...). By default, key_onearth = 1. 
    1047        note that ONEARTH = 0 forces PERIODIC = 0, SHIFT = 0,  
     1047       note that ONEARTH = 0 forces PERIODIC = 0, SHIFT = 0, 
    10481048       and is cancelling GLAMBOUNDARY 
    10491049</div> 
     
    10621062            <div class="comments"> = 0 or 1 to force the manual definition of 
    10631063       key_periodic. By default, key_periodic is automaticaly 
    1064        computed by using the first line of glamt.  
     1064       computed by using the first line of glamt. 
    10651065</div> 
    10661066             
     
    10771077         
    10781078            <div class="comments"> force PERIODIC = 0, SHIFT = 0, STRIDE = [1, 1, 1] and 
    1079        suppress the automatic redefinition of the domain in case of  
     1079       suppress the automatic redefinition of the domain in case of 
    10801080       x periodicity overlap, y periodicity overlap (ORCA type only) 
    10811081       and mask border to 0. 
     
    10961096       default, key_shift is automaticaly computed according to 
    10971097       glamboundary (when defined) by using the FIRST LINE of glamt. if 
    1098        key_periodic=0 then in any case key_shift = 0.  
     1098       key_periodic=0 then in any case key_shift = 0. 
    10991099</div> 
    11001100             
     
    11431143            </h4> 
    11441144         
    1145             <div class="comments"> activate to specify that the horizontal grid should  
     1145            <div class="comments"> activate to specify that the horizontal grid should 
    11461146       be simply defined by using the index of the points 
    11471147          (xaxis = findgen(nx) and yaxis = findgen(ny)) 
     
    11991199          <h3>Version history</h3> 
    12001200           
    1201           <h4>Version</h4><div class="value"> $Id: computegrid.pro 118 2006-06-27 15:47:06Z pinsard $ 
    1202 </div> 
    1203           <h4>History</h4><div class="value"> Sebastien Masson (smasson@lodyc.jussieu.fr) 
     1201          <h4>Version</h4><div class="preformat"> $Id: computegrid.pro 134 2006-07-07 10:19:08Z navarro $ 
     1202</div> 
     1203          <h4>History</h4><div class="preformat"> Sebastien Masson (smasson@lodyc.jussieu.fr) 
    12041204                      2000-04-20 
    12051205  Sept 2004, several bug fixs to suit C grid type... 
     
    12121212           
    12131213           
    1214           <h4>Restrictions</h4><div class="value"> if the grid has x/y periodicity orverlap and/or if 
     1214          <h4>Restrictions</h4><div class="preformat"> if the grid has x/y periodicity orverlap and/or if 
    12151215    the mask has 0 everywhere at the border (like a close sea) and 
    12161216    if (we did not activate /plain and xminmesh, xmaxmesh, yminmesh, 
     
    12261226           
    12271227           
    1228           <h4>Uses routines</h4><div class="value"> cm_4mesh cm_4data cm_4cal 
     1228          <h4>Uses routines</h4><div class="preformat"> cm_4mesh cm_4data cm_4cal 
    12291229</div> 
    12301230           
Note: See TracChangeset for help on using the changeset viewer.