NCEPLIBS-w3emc 2.12.0
|
Convert (145,37) to (65,65) s. More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine | w3ft06 (alola, apola, w1, w2, linear) |
Convert a southern hemisphere 2.5 degree lat.,lon. | |
subroutine w3ft06 | ( | real, dimension(145,37) | alola, |
real, dimension(4225) | apola, | ||
real, dimension(4225) | w1, | ||
real, dimension(4225) | w2, | ||
linear | |||
) |
Convert a southern hemisphere 2.5 degree lat.,lon.
145 by 37 grid to a polar stereographic 65 by 65 grid. The polar stereographic map projection is true at 60 deg. s.; The mesh length is 381 km. and the oriention is 260 deg. w.(100e).
Date | Programmer | Comment |
---|---|---|
1984-06-18 | Ralph Jones | Initial. |
1991-07-30 | Ralph Jones | Convert to cray cft77 fortran. |
1992-05-02 | Ralph Jones | Add save. |
[in] | ALOLA | 145*37 deg 2.5 lat,lon grid s. hemi. 5365 point grid is type 30 or 1e hex o.n. 84. |
[in] | LINEAR | 1 linear interpolation , ne.1 biquadratic. |
[out] | APOLA | 65*65 grid of southern hemi. 4225 point grid is type 28 or 1c hex o.n. 84. |
[out] | W1 | 65*65 scratch field. |
[out] | W2 | 65*65 scratch field. FT06F001 Error message |