Ignore:
Timestamp:
05/11/06 12:35:53 (18 years ago)
Author:
smasson
Message:

debug + new xxx

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Interpolation/get_gridparams.pro

    r59 r69  
    66;      and make sure it is 1D or 2D arrays  
    77;    
    8 ;   or 2) given longitude and latidude arrays get their dimensions and make sure  
     8;   or 2) given longitude and latitude arrays get their dimensions and make sure  
    99;      they are 1D or 2D arrays  
    1010; 
     
    1313; CALLING SEQUENCE: 
    1414;  
    15 ; 1) ncdf_get_gridparams, file, lonname, latname, lon, lat, jpi, jpj, n_dimensions 
     15; 1) get_gridparams, file, lonname, latname, lon, lat, jpi, jpj, n_dimensions 
    1616; 
    1717; or  
    1818; 
    19 ; 2) ncdf_get_gridparams, lon, lat, jpi, jpj, n_dimensions 
     19; 2) get_gridparams, lon, lat, jpi, jpj, n_dimensions 
    2020; 
    2121; INPUTS: 
     
    2929; 
    3030; 2) lon and lat: 1d or 2D arrays defining longitudes and latitudes.  
    31 ;    Note that these arrays are also outpust and can therefore be modified.  
     31;    Note that these arrays are also outputs and can therefore be modified.  
    3232 
    3333; KEYWORD PARAMETERS: none 
     
    3535; OUTPUTS: 
    3636;  lon the variable that will contain the longitudes 
    37 ;  lat the variable that will contain the latidutes 
     37;  lat the variable that will contain the latitudes 
    3838;  jpi the number of points in the longitudinal direction 
    3939;  jpj the number of points in the latitudinal direction 
Note: See TracChangeset for help on using the changeset viewer.