Ignore:
Timestamp:
06/27/06 17:47:06 (18 years ago)
Author:
pinsard
Message:

add $ in Calendar, Grid, Interpolation, Obsolete and Postscript *.pro files, add svn:keywords Id to all these files, some improvements in header

File:
1 edited

Legend:

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

    r111 r118  
    696696      </div> 
    697697 
    698       <div id="file_comments">  
     698      <div id="file_comments"> 
    699699   1) extract from a NetCDF file the longitude, latidude, and their dimensions 
    700       and make sure it is 1D or 2D arrays  
    701     
    702    or 2) given longitude and latitude arrays get their dimensions and make sure  
    703       they are 1D or 2D arrays  
     700      and make sure it is 1D or 2D arrays 
     701 
     702   or 2) given longitude and latitude arrays get their dimensions and make 
     703  sure they are 1D or 2D arrays 
    704704</div> 
    705705 
     
    743743            </h4> 
    744744         
    745           <div class="comments">  the name of the netcdf file 
    746   1d or 2D arrays defining longitudes and latitudes.  
     745          <div class="comments"> the name of the netcdf file 
     746 1d or 2D arrays defining longitudes and latitudes. 
    747747 the variable that will contain the longitudes</div> 
    748748             
     
    758758            </h4> 
    759759         
    760           <div class="comments">  the name of the variable that contains the longitude in the NetCDF file 
    761   1d or 2D arrays defining longitudes and latitudes.  
    762     Note that these arrays are also outputs and can therefore be modified.  
     760          <div class="comments"> the name of the variable that contains the longitude in the NetCDF file 
     761 1d or 2D arrays defining longitudes and latitudes. 
     762    Note that these arrays are also outputs and can therefore be modified. 
    763763 
    764764 the variable that will contain the latitudes</div> 
     
    775775            </h4> 
    776776         
    777           <div class="comments">  the name of the variable that contains the latitude in the NetCDF file 
     777          <div class="comments"> the name of the variable that contains the latitude in the NetCDF file 
    778778 the number of points in the longitudinal direction</div> 
    779779             
     
    807807    arrays or 2D arrays (jpi,jpj). Note that of  n_dimensions = 1, then the 
    808808    grid must be regular (each longitudes must be the same for all latitudes 
    809     and each latitudes should be the sae for all longitudes).  
     809    and each latitudes should be the sae for all longitudes). 
    810810</div> 
    811811             
     
    849849          <div class="comments"> 1 or 2 to specify if lon and lat should be 1D (jpi or jpj) 
    850850 
    851  or  
    852  
    853  2) </div> 
     851 or 
     852 
     853 2)</div> 
    854854             
    855855 
     
    871871            </h4> 
    872872         
    873             <div class="comments"></div> 
    874              
    875            
    876  
    877           <h3>Examples</h3><div class="value">  
    878   
     873            <div class="comments"> use double precision to perform the computation 
     874</div> 
     875             
     876           
     877 
     878          <h3>Examples</h3><div class="value"> 
     879 
    879880 1) get_gridparams, file, lonname, latname, lon, lat, jpi, jpj, n_dimensions 
    880881 
    881  or  
     882 or 
    882883 
    883884 2) get_gridparams, lon, lat, jpi, jpj, n_dimensions 
    884885 
    885  1)  
    886    
    887   
    888  1) ncdf_get_gridparams, 'coordinates_ORCA_R05.nc', 'glamt', 'gphit' $ 
     886 1) 
     887 
     888 
     889 1) IDL> ncdf_get_gridparams, 'coordinates_ORCA_R05.nc', 'glamt', 'gphit' $ 
    889890            , olon, olat, jpio, jpjo, 2 
    890891 
    891  2) ncdf_get_gridparams, olon, olat, jpio, jpjo, 2 
     892 2) IDL> ncdf_get_gridparams, olon, olat, jpio, jpjo, 2 
    892893</div> 
    893894          <h3>Version history</h3> 
    894895           
    895            
     896          <h4>Version</h4><div class="value"> $Id$ 
     897</div> 
    896898          <h4>History</h4><div class="value"> 
    897   November 2005: Sebastien Masson (smasson@lodyc.jussieu.fr)  
    898  </div> 
     899  November 2005: Sebastien Masson (smasson@lodyc.jussieu.fr) 
     900</div> 
    899901           
    900902           
Note: See TracChangeset for help on using the changeset viewer.