topfromirr interpolation
Return value
2D array: the interpolated data
Parameters
method
in
required
datain
in
required
lonin
in
required
latin
in
required
mskin
in
required
lonout
in
required
latout
in
required
mskout
in
required
Keywords
WEIG
ADDR
Examples
dataout = fromirr(method, datain [, lonin, latin, mskin, lonout, latout, mskout])
tncep = fromirr('bilinear', topa, glamt, gphit, tmask[*,*,0], lonout, latout, mskout)
or
t1ncep = fromirr('bilinear', topa, glamt, gphit, tmask[*,*,0], lonout, latout, mskout $
, WEIG = a, ADDR = b)
help, a, b
t2ncep = fromirr('bilinear', topa, WEIG = a, ADDR = b)
Version history
History
June 2006: Sebastien Masson (smasson@lodyc.jussieu.fr)
Known issues
Restrictions
We supposed the data are located on a sphere, with a periodicity along
the longitude.
Note that the input data can contain the same cells several times
(like ORCA grid near the north pole boundary)