40 SUBROUTINE w3ft08(FLN,GN,PLN,EPS,FL,WORK,TRIGS)
43 COMPLEX FLN( 31 , 31 )
56 drad = 2.5 * pi / 180.0
60 colra = (lat - 1) * drad
61 CALL w3fa12(pln,colra, 30 ,eps)
69 fl(l) = fl(l) + cmplx(pln(i,l) * real(fln(i,l)) ,
70 & pln(i,l) * aimag(fln(i,l)) )
75 CALL w3ft12(fl,work,gn(1,latn),trigs)
subroutine w3fa12(pln, colrad, jcap, eps)
Subroutine computes legendre polynomials at a given latitude.
subroutine w3ft08(fln, gn, pln, eps, fl, work, trigs)
Computes 2.5 x 2.5 n.
subroutine w3ft12(coef, work, grid, trigs)
Fast fourier to compute 145 grid values at desired latitude from 31 complex fourier coefficients.