Ignore:
Timestamp:
07/10/06 17:20:19 (18 years ago)
Author:
pinsard
Message:

some improvements and corrections in some .pro file according to
aspell and idldoc log file

File:
1 edited

Legend:

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

    r134 r136  
    22; 
    33; @file_comments 
    4 ;   1) extract from a NetCDF file the longitude, latidude, and their dimensions 
    5 ;      and make sure it is 1D or 2D arrays 
    6 ; 
    7 ;   or 
    8 ;   2) given longitude and latitude arrays get their dimensions and make 
    9 ;  sure they are 1D or 2D arrays 
     4; 1) extract from a NetCDF file the longitude, latidude, and their dimensions 
     5; and make sure it is 1D or 2D arrays 
     6; 
     7; or 
     8; 2) given longitude and latitude arrays get their dimensions and make 
     9; sure they are 1D or 2D arrays 
    1010; 
    1111; @categories interpolation 
     
    2222; 
    2323; 1) 
    24 ; @param in1 {in}{required} the name of the netcdf file 
    25 ; @param in2 {in}{required} the name of the variable that contains the longitude in the NetCDF file 
    26 ; @param in3 {in}{required} the name of the variable that contains the latitude in the NetCDF file 
    27 ; @param in4 {out} the number of points in the longitudinal direction 
    28 ; @param in5 {out} the number of points in the latitudinal direction 
    29 ; @param in6 {out} the variable that will contain the longitudes 
    30 ; @param in7 {out} the variable that will contain the latitudes 
    31 ; @param in8 {out} 1 or 2 to specify if lon and lat should be 1D (jpi or jpj) 
     24; @param in1 {in}{required} 
     25; the name of the netcdf file 
     26; 
     27; @param in2 {in}{required} 
     28; the name of the variable that contains the longitude in the NetCDF file 
     29; 
     30; @param in3 {in}{required} 
     31; the name of the variable that contains the latitude in the NetCDF file 
     32; 
     33; @param in4 {out} 
     34; the number of points in the longitudinal direction 
     35; 
     36; @param in5 {out} 
     37; the number of points in the latitudinal direction 
     38; 
     39; @param in6 {out} 
     40; the variable that will contain the longitudes 
     41; 
     42; @param in7 {out} 
     43; the variable that will contain the latitudes 
     44; 
     45; @param in8 {out} 
     46; 1 or 2 to specify if lon and lat should be 1D (jpi or jpj) 
    3247; 
    3348; or 
    3449; 
    3550; 2) 
    36 ; @param in1 {in}{required} 1d or 2D arrays defining longitudes and latitudes. 
    37 ; @param in2 {in}{required} 1d or 2D arrays defining longitudes and latitudes. 
    38 ;    Note that these arrays are also outputs and can therefore be modified. 
    39  
    40 ; @param in1 {out} the variable that will contain the longitudes 
    41 ; @param in2 {out} the variable that will contain the latitudes 
    42 ; @param in3 {in} the number of points in the longitudinal direction 
    43 ; @param in4 {in} the number of points in the latitudinal direction 
    44 ; @param in5 {in} 1 or 2 to specify if lon and lat should be 1D (jpi or jpj) 
    45 ;    arrays or 2D arrays (jpi,jpj). Note that of  n_dimensions = 1, then the 
    46 ;    grid must be regular (each longitudes must be the same for all latitudes 
    47 ;    and each latitudes should be the sae for all longitudes). 
    48 ; 
    49 ; @keyword DOUBLE use double precision to perform the computation 
     51; @param in1 {in}{required} 
     52; 1d or 2D arrays defining longitudes and latitudes. 
     53; 
     54; @param in2 {in}{required} 
     55; 1d or 2D arrays defining longitudes and latitudes. 
     56; Note that these arrays are also outputs and can therefore be modified. 
     57; 
     58; @param in1 {out} 
     59; the variable that will contain the longitudes 
     60; 
     61; @param in2 {out} 
     62; the variable that will contain the latitudes 
     63; 
     64; @param in3 {in} 
     65; the number of points in the longitudinal direction 
     66; 
     67; @param in4 {in} 
     68; the number of points in the latitudinal direction 
     69; 
     70; @param in5 {in} 
     71; 1 or 2 to specify if lon and lat should be 1D (jpi or jpj) 
     72; arrays or 2D arrays (jpi,jpj). Note that of  n_dimensions = 1, then the 
     73; grid must be regular (each longitudes must be the same for all latitudes 
     74; and each latitudes should be the sae for all longitudes). 
     75; 
     76; @keyword DOUBLE 
     77; use double precision to perform the computation 
    5078; 
    5179; @examples 
Note: See TracChangeset for help on using the changeset viewer.