NCEPLIBS-w3emc 2.12.0
|
Computes 2.5 x 2.5 s. More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine | w3ft10 (fln, gn, pln, eps, fl, work, trigs) |
Computes 2.5 x 2.5 s. | |
subroutine w3ft10 | ( | 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 | ||
) |
Computes 2.5 x 2.5 s.
hemi. grid of 145 x 37 points from spectral coefficients in a rhomboidal 30 resolution representing a scaler field.
Date | Programmer | Comment |
---|---|---|
1980-10-21 | Joe Sela | Initial. |
1984-06-28 | Ralph Jones | Change to ibm vs fortran. |
1989-01-25 | Ralph Jones | Change to microsoft fortran 4.10. |
1990-06-12 | Ralph Jones | Change to sun fortran 1.3. |
1991-03-30 | Ralph Jones | Convert to silicongraphics fortran. |
1993-03-29 | Ralph Jones | Add save statement. |
1993-07-22 | Ralph Jones | Change double precision to real for cray. |
[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() |
[out] | GN | (145,37) grid values. 5365 point grid is type 30 or 1e o.n. 84 |