Ignore:
Timestamp:
01/12/07 12:00:06 (17 years ago)
Author:
smasson
Message:

add extrapsmooth + light bugfix in compute_fromirr_bilinear_weigaddr + improve some headers

File:
1 edited

Legend:

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

    r163 r202  
    2020; a 2D array defining the latitude of the input data. 
    2121; 
    22 ; @param mskin {in}{optional}{type=2d array} 
     22; @param mskin {in}{optional}{type=2d array or -1} 
    2323; a 2D array, the land-sea mask of the input data (1 on ocean, 0 on land) 
     24; put -1 if input data are not masked 
    2425; 
    2526; @param lonout {in}{optional}{type=1d or 2d array} 
     
    2930; 1D or 2D array defining the latitude of the output data. 
    3031; 
    31 ; @param mskout {in}{required}{type=2d array} 
     32; @param mskout {in}{required}{type=2d array or -1} 
    3233; a 2D array, the land-sea mask of the output data (1 on ocean, 0 on land) 
     34; put -1 if output data are not masked 
    3335; 
    3436; @keyword WEIG {type=2d array} 
Note: See TracChangeset for help on using the changeset viewer.