NCEPLIBS-w3emc 2.12.0
|
Convert (145,37) to (65,65) n. More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine | w3ft05 (alola, apola, w1, w2, linear) |
Convert a northern hemisphere 2.5 degree lat.,lon. | |
subroutine w3ft05 | ( | real, dimension(145,37) | alola, |
real, dimension(4225) | apola, | ||
real, dimension(4225) | w1, | ||
real, dimension(4225) | w2, | ||
linear | |||
) |
Convert a northern 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. n. , The mesh length is 381 km. and the oriention is 80 deg. w.
Date | Programmer | Comment |
---|---|---|
1985-04-08 | Ralph Jones | Initial. |
1991-07-30 | Ralph Jones | convert to cray cft77 fortran. |
1992-05-02 | Ralph Jones | add save. |
[in] | ALOLA | 145*37 grid 2.5 lat,lon grid n. hemi. 5365 point grid is type 29 or 1d hex o.n. 84 |
[in] | LINEAR | 1 linear interpolation , ne.1 biquadratic |
[out] | APOLA | 65*65 grid of northern hemi. 4225 point grid is type 27 or 1b hex o.n. 84 |
[out] | W1 | 65*65 scratch field |
[out] | W2 | 65*65 scratch field |