Ignore:
Timestamp:
03/27/07 15:43:18 (17 years ago)
Author:
pinsard
Message:

improvements/corrections of some *.pro headers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Interpolation/get_gridparams.pro

    r236 r238  
    2222; IDL> get_gridparams, lon, lat, jpi, jpj, n_dimensions 
    2323; 
    24 ; 1) 
    2524; @param in1 {in}{required} 
    2625; Case 1: the name of the netcdf file 
     
    4645; Case 2: 1 or 2 to specify if lon and lat should be 1D (jpi or jpj) 
    4746; arrays or 2D arrays (jpi,jpj). Note that of  n_dimensions = 1, then the 
    48 ; grid must be regular (each longitudes must be the same for all latitudes 
    49 ; and each latitudes should be the same for all longitudes). 
     47; grid must be regular (each longitude must be the same for all latitudes 
     48; and each latitude should be the same for all longitudes). 
    5049; 
    5150; @param in6 {out} 
     
    7978;                  file, lonname, latname, lon, lat, jpi, jpj, n_dimensions 
    8079;                   lon,   lat,   jpi,     jpj, n_dimensions 
    81 ; 
    8280; 
    8381  compile_opt idl2, strictarrsubs 
Note: See TracChangeset for help on using the changeset viewer.