NCEPLIBS-w3emc 2.12.0
|
Interpolate precipitation to specific point. More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine | w3ft02 (rain, imax, jmax, pi, pj, amount) |
Interpolate, using a fancy non-linear method, gridded quantitative precipitation forecasts to a specific interior point. | |
subroutine w3ft02 | ( | real, dimension(imax,jmax) | rain, |
imax, | |||
jmax, | |||
pi, | |||
pj, | |||
amount | |||
) |
Interpolate, using a fancy non-linear method, gridded quantitative precipitation forecasts to a specific interior point.
One point (e.g. an observation station) per call to w3ft02().
Date | Programmer | Comment |
---|---|---|
1979-08-05 | Robert Hirano | Initial. |
1996-06-23 | Farley | Converted to cray fortran 77 |
[in] | RAIN | Real*4 grid field of (forecast) precipitation. |
[in] | IMAX | Integer*4 i-dimension of rain field. |
[in] | JMAX | Integer *4 j-dimension of rain field. |
[in] | PI | Real*4 i-coordinate of interpolation point. |
[in] | PJ | Real*4 j-coordinate of interpolation point. |
[out] | AMOUNT | Real*4 amount of precip interpolated to pi,pj. |