NCEPLIBS-w3emc 2.12.0
|
Computes 2.5x2.5 n. More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine | w3ft39 (vln, gn, pln, fl, work, trigs, rcos) |
Computes 2.5 x 2.5 n. | |
subroutine w3ft39 | ( | complex, dimension( 32 , 31 ) | vln, |
real, dimension(145,37) | gn, | ||
real, dimension( 32, 31, 37 ) | pln, | ||
complex, dimension( 31 ) | fl, | ||
real, dimension(144) | work, | ||
real, dimension(216) | trigs, | ||
real, dimension(37) | rcos | ||
) |
Computes 2.5 x 2.5 n.
hemi. grid of 145 x 37 points from spectral coefficients in a rhomboidal 30 resolution representing a vector field.
Date | Programmer | Comment |
---|---|---|
1993-07-23 | Ralph Jones | New version of w3ft09(), takes out w3fa12() |
makes pln 3 dimensions, pln is computed one time in main program, trades memory for more speed. w3fa12() used 70% of cpu time.
[in] | VLN | 992 complex coeff. |
[in] | PLN | (32,31,37) real space with legendre polynomials computed by w3fa12(). |
[in] | FL | 31 complex space for fourier coeff. |
[in] | WORK | 144 work space for subr. w3ft12() |
[in] | TRIGS | 216 precomputed trig funcs. used in w3ft12, computed by w3fa13(). |
[in] | RCOS | 37 reciprocal cosine latitudes of 2.5 x 2.5 grid must be computed before first call to w3ft11 using sr w3fa13(). |
[out] | GN | (145,37) grid values. 5365 point grid is type 29 or 1d o.n. 84 |