Ignore:
Timestamp:
06/29/06 16:59:33 (18 years ago)
Author:
pinsard
Message:

correction of some *.pro using aspell list; introduction of default idldoc syntax

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/idldoc_html_output/Grid/ncdf_meshread.html

    r119 r121  
    734734               
    735735               
    736                
     736              <span class="attr">default:</span> <span class="value">meshmask.nc</span> 
    737737               
    738738            </h4> 
    739739         
    740           <div class="comments"> the name of the meshmask file to read. Default is 
    741     meshmask.nc. if this name does not contain any / and if 
     740          <div class="comments">  
     741    the name of the meshmask file to read.  
     742    if this name does not contain any "/" and if 
    742743    iodirectory keyword is not specify, then the common variable 
    743744    iodir will be use to define the mesh file path. 
     
    762763            </h4> 
    763764         
    764             <div class="comments"> a 2 elements vector, {lon1,lon2], the longitute 
     765            <div class="comments"> a 2 elements vector, [lon1,lon2], the longitude 
    765766    boundaries that should be used to visualize the data. 
    766767      lon2 > lon1 
     
    843844            </h4> 
    844845         
    845             <div class="comments">  to force the manual definition of key_shift. By 
    846     debault, key_shift is automaticaly computed according to the 
     846            <div class="comments"> to force the manual definition of key_shift. By 
     847    default, key_shift is automaticaly computed according to the 
    847848    glamboundary (when defined) by using the first line of glamt. if 
    848     key_periodic=0 then in any case key_shift = 0.  
     849    key_periodic=0 then in any case key_shift = 0. 
    849850</div> 
    850851             
     
    856857               
    857858               
    858                
     859              <span class="attr">default:</span> <span class="value">key_stride</span> 
    859860               
    860861            </h4> 
    861862         
    862             <div class="comments"> a 3 elements vector to specify the stride in x, y, z 
    863     direction. Default definition is key_stride. The resulting value 
    864     will be stored in the common (cm_4mesh) variable key_stride 
    865  
     863            <div class="comments">  
     864    a 3 elements vector to specify the stride in x, y, z direction.  
     865    The resulting value will be stored in the common (cm_4mesh) variable  
     866    key_stride 
    866867</div> 
    867868             
     
    893894         
    894895            <div class="comments"> used to pass your keywords to the created function. 
    895  
    896896</div> 
    897897             
     
    900900          <h3>Examples</h3><div class="value"> 
    901901 IDL> ncdf_meshread [,' filename'] 
    902  </div> 
     902</div> 
    903903          <h3>Version history</h3> 
    904904           
     
    911911 of key_shift, ...) 
    912912 Oct. 2004, Sebastien Masson: add PERIODIC and SHIFT 
    913  Aug. 2005, Sebastien Masson: some cleaning + english  
     913 Aug. 2005, Sebastien Masson: some cleaning + english 
    914914</div> 
    915915           
     
    919919           
    920920           
    921           <h4>Restrictions</h4><div class="value"> define and/or use common variables from  
     921          <h4>Restrictions</h4><div class="value"> define and/or use common variables from 
    922922               cm_4mesh, cm_4data, cm_4cal 
    923923 
     
    926926  ixminmesh,ixmaxmesh,iyminmesh,iymaxmesh,izminmesh,izmaxmesh must 
    927927  be defined febore calling ncdf_meshread. if some of those value 
    928   are equal to -1 they will be automatically defined  
     928  are equal to -1 they will be automatically defined 
    929929</div> 
    930930         
Note: See TracChangeset for help on using the changeset viewer.