Ignore:
Timestamp:
04/06/07 10:35:17 (17 years ago)
Author:
pinsard
Message:

improvements/corrections of some *.pro headers + replace some message by some report

File:
1 edited

Legend:

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

    r234 r242  
    6666 
    6767 or 
    68  2) given longitude and latitude arrays get their dimensions and make 
     68 2) given longitude and latitude arrays, get their dimensions and make 
    6969 sure they are 1D or 2D arrays 
    7070 
     
    104104     
    105105 Case 1: the name of the netcdf file 
    106  Case 2: 1d or 2D arrays defining longitudes and latitudes. 
     106 Case 2: 1d or 2d arrays defining longitudes and latitudes. 
    107107 Out: the variable that will contain the longitudes 
    108108 
     
    123123     
    124124 Case 1: the name of the variable that contains the longitude in the NetCDF file 
    125  Case 2: 1d or 2D arrays defining longitudes and latitudes. 
     125 Case 2: 1d or 2d arrays defining longitudes and latitudes. 
    126126         Note that these arrays are also outputs and can therefore be modified. 
    127127 Out: the variable that will contain the latitudes 
     
    181181 Case 2: 1 or 2 to specify if lon and lat should be 1D (jpi or jpj) 
    182182 arrays or 2D arrays (jpi,jpj). Note that of  n_dimensions = 1, then the 
    183  grid must be regular (each longitudes must be the same for all latitudes 
    184  and each latitudes should be the same for all longitudes). 
     183 grid must be regular (each longitude must be the same for all latitudes 
     184 and each latitude should be the same for all longitudes). 
    185185 
    186186     
     
    270270 IDL> get_gridparams, lon, lat, jpi, jpj, n_dimensions 
    271271 
    272  1) 
    273272 
    274273 
     
    281280     
    282281    <h4>Version</h4> 
    283  $Id: get_gridparams.pro 231 2007-03-19 17:15:51Z pinsard $ 
     282 $Id: get_gridparams.pro 238 2007-03-27 13:43:18Z pinsard $ 
    284283 
    285284    <h4>History</h4> 
Note: See TracChangeset for help on using the changeset viewer.