NCEPLIBS-w3emc 2.12.0
|
Computes 2.5 x 2.5 n. More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine | w3ft21 (fln, gn, pln, eps, fl, work, trigs, l1, l2, i2) |
Computes 2.5 x 2.5 n. | |
subroutine w3ft21 | ( | complex, dimension (31,31) | fln, |
real, dimension (145,37) | gn, | ||
real, dimension (32,31) | pln, | ||
real, dimension (992) | eps, | ||
complex, dimension (31) | fl, | ||
real, dimension (144) | work, | ||
real, dimension (216) | trigs, | ||
l1, | |||
l2, | |||
i2 | |||
) |
Computes 2.5 x 2.5 n.
hemi. grid of 145 x 37 points from spectral coefficients in a rhomboidal 30 resolution representing a scalar field. Special version of w3ft08() which gives programmer more control of how many waves are summed and how many points in each wave. A programmer can simulate 24-mode, 12-mode, etc.
Date | Programmer | Comment |
---|---|---|
1981-11-19 | Ralph Jones | Initial. |
1984-06-01 | Ralph Jones | Change to ibm vs fortran. |
[in] | FLN | 961 complex coeff. |
[in] | PLN | 992 real space for legendre polynomials |
[in] | EPS | 992 real space for coeffs. used in computing pln. |
[in] | FL | 31 complex space for fourier coeff. |
[in] | WORK | 144 real work space for subr. w3ft12() |
[in] | TRIGS | 216 precomputed trig funcs, used in w3ft12(), computed by w3fa13() |
[in] | L1 | Starting wave number |
[in] | L2 | Ending wave number |
[in] | I2 | Mode of spectral coefficients |
[out] | GN | (145,37) grid values. 5365 point grid is type 29 or 1d hex o.n. 84 |