NCEPLIBS-w3emc 2.12.0
|
General interpolator between nmc flds. More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine | w3ft32 (field, mapin, data, mapout, interp, ier) |
Interpolate scalar quantity from any given nmc field (in office note 84) to any other field. | |
subroutine w3ft32 | ( | real, dimension(*) | field, |
mapin, | |||
real, dimension(*) | data, | ||
mapout, | |||
interp, | |||
ier | |||
) |
Interpolate scalar quantity from any given nmc field (in office note 84) to any other field.
Can do bilinearly or biquadratically. Will not rotate wind components. Input and output fields are real*4 unpacked
Date | Programmer | Comment --—|---------—|-----— 1974-06-15 | John Stackpole | 1987-07-15 | Bill Cavanaugh | Add grid type 100, 101 to tables. 1990-08-08 | John. Stackpole | Correct rotation error wrt 100, 101 1990-08-31 | Ralph Jones | Change name from polate to w3ft32 1993-01-26 | Dennis Keyser | Added grid types 87, 105, 106, 107 to tables (as both input and output).
[in] | FIELD | REAL*4 Two dimensional array. |
[in] | MAPIN | INTEGER*4 Nmc map number (k) for given input field. |
[in] | MAPOUT | INTEGER*4 Nmc map number (k) for wanted output field. |
[in] | INTERP | INTEGER*4 Set interpolation method:
|
[out] | DATA | REAL*4 Array to hold output map (unpacked). |
[out] | IER | INTEGER*4 Completion condition flag |
Return conditions: