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/get_gridparams.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%; 
     
    697697 
    698698      <div id="file_comments"> 
    699    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  
    703    2) given longitude and latitude arrays get their dimensions and make 
    704   sure they are 1D or 2D arrays 
     699 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 
     703 2) given longitude and latitude arrays get their dimensions and make 
     704 sure they are 1D or 2D arrays 
    705705</div> 
    706706 
     
    744744            </h4> 
    745745         
    746           <div class="comments"> the name of the netcdf file 
     746          <div class="comments"> 
     747 the name of the netcdf file 
     748 
     749 
    747750 1d or 2D arrays defining longitudes and latitudes. 
    748  the variable that will contain the longitudes</div> 
     751 
     752 
     753 the variable that will contain the longitudes 
     754</div> 
    749755             
    750756            <h4 id="_get_gridparams_param_in2">in2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    759765            </h4> 
    760766         
    761           <div class="comments"> the name of the variable that contains the longitude in the NetCDF file 
     767          <div class="comments"> 
     768 the name of the variable that contains the longitude in the NetCDF file 
     769 
     770 
    762771 1d or 2D arrays defining longitudes and latitudes. 
    763     Note that these arrays are also outputs and can therefore be modified. 
    764  
    765  the variable that will contain the latitudes</div> 
     772 Note that these arrays are also outputs and can therefore be modified. 
     773 
     774 
     775 the variable that will contain the latitudes 
     776</div> 
    766777             
    767778            <h4 id="_get_gridparams_param_in3">in3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    776787            </h4> 
    777788         
    778           <div class="comments"> the name of the variable that contains the latitude in the NetCDF file 
    779  the number of points in the longitudinal direction</div> 
     789          <div class="comments"> 
     790 the name of the variable that contains the latitude in the NetCDF file 
     791 
     792 
     793 the number of points in the longitudinal direction 
     794</div> 
    780795             
    781796            <h4 id="_get_gridparams_param_in4">in4&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    790805            </h4> 
    791806         
    792           <div class="comments"> the number of points in the longitudinal direction 
    793  the number of points in the latitudinal direction</div> 
     807          <div class="comments"> 
     808 the number of points in the longitudinal direction 
     809 
     810 
     811 the number of points in the latitudinal direction 
     812</div> 
    794813             
    795814            <h4 id="_get_gridparams_param_in5">in5&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    804823            </h4> 
    805824         
    806           <div class="comments"> the number of points in the latitudinal direction 
     825          <div class="comments"> 
     826 the number of points in the latitudinal direction 
     827 
     828 
    807829 1 or 2 to specify if lon and lat should be 1D (jpi or jpj) 
    808     arrays or 2D arrays (jpi,jpj). Note that of  n_dimensions = 1, then the 
    809     grid must be regular (each longitudes must be the same for all latitudes 
    810     and each latitudes should be the sae for all longitudes). 
     830 arrays or 2D arrays (jpi,jpj). Note that of  n_dimensions = 1, then the 
     831 grid must be regular (each longitudes must be the same for all latitudes 
     832 and each latitudes should be the sae for all longitudes). 
    811833</div> 
    812834             
     
    822844            </h4> 
    823845         
    824           <div class="comments"> the variable that will contain the longitudes</div> 
     846          <div class="comments"> 
     847 the variable that will contain the longitudes 
     848</div> 
    825849             
    826850            <h4 id="_get_gridparams_param_in7">in7&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    835859            </h4> 
    836860         
    837           <div class="comments"> the variable that will contain the latitudes</div> 
     861          <div class="comments"> 
     862 the variable that will contain the latitudes 
     863</div> 
    838864             
    839865            <h4 id="_get_gridparams_param_in8">in8&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    848874            </h4> 
    849875         
    850           <div class="comments"> 1 or 2 to specify if lon and lat should be 1D (jpi or jpj) 
     876          <div class="comments"> 
     877 1 or 2 to specify if lon and lat should be 1D (jpi or jpj) 
    851878 
    852879 or 
     
    872899            </h4> 
    873900         
    874             <div class="comments"> use double precision to perform the computation 
    875 </div> 
    876              
    877            
    878  
    879           <h3>Examples</h3><div class="value"> 
    880  
    881  1)  
     901            <div class="comments"> 
     902 use double precision to perform the computation 
     903</div> 
     904             
     905           
     906 
     907          <h3>Examples</h3><div class="preformat"> 
     908 
     909 1) 
    882910 IDL> get_gridparams, file, lonname, latname, lon, lat, jpi, jpj, n_dimensions 
    883911 
    884912 or 
    885913 
    886  2)  
     914 2) 
    887915 IDL> get_gridparams, lon, lat, jpi, jpj, n_dimensions 
    888916 
     
    897925          <h3>Version history</h3> 
    898926           
    899           <h4>Version</h4><div class="value"> $Id: get_gridparams.pro 118 2006-06-27 15:47:06Z pinsard $ 
    900 </div> 
    901           <h4>History</h4><div class="value"> 
     927          <h4>Version</h4><div class="preformat"> $Id: get_gridparams.pro 136 2006-07-10 15:20:19Z pinsard $ 
     928</div> 
     929          <h4>History</h4><div class="preformat"> 
    902930  November 2005: Sebastien Masson (smasson@lodyc.jussieu.fr) 
    903931</div> 
Note: See TracChangeset for help on using the changeset viewer.