NCEPLIBS-w3emc 2.12.0
Loading...
Searching...
No Matches
w3ft02.f File Reference

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.
 

Detailed Description

Interpolate precipitation to specific point.

Author
Robert Hirano
Date
1979-08-05

Definition in file w3ft02.f.

Function/Subroutine Documentation

◆ w3ft02()

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().

Program History Log:

Date Programmer Comment
1979-08-05 Robert Hirano Initial.
1996-06-23 Farley Converted to cray fortran 77
Parameters
[in]RAINReal*4 grid field of (forecast) precipitation.
[in]IMAXInteger*4 i-dimension of rain field.
[in]JMAXInteger *4 j-dimension of rain field.
[in]PIReal*4 i-coordinate of interpolation point.
[in]PJReal*4 j-coordinate of interpolation point.
[out]AMOUNTReal*4 amount of precip interpolated to pi,pj.
Author
Robert Hirano
Date
1979-08-05

Definition at line 24 of file w3ft02.f.