38 SUBROUTINE w3ft10(FLN,GN,PLN,EPS,FL,WORK,TRIGS)
41 COMPLEX FLN( 31 , 31 )
54 drad = 2.5 * pi / 180.0
57 colra = (lat-1) * drad
58 CALL w3fa12(pln,colra, 30 ,eps)
66 fl(l) = fl(l)+cmplx(pln(i,l) * real(fln(i,l)) ,
67 & pln(i,l) * aimag(fln(i,l)) )
70 fl(l) = fl(l)-cmplx(pln(i,l) * real(fln(i,l)) ,
71 & pln(i,l) * aimag(fln(i,l)) )
72 fl(l) = fl(l)+cmplx(pln(i+1,l) * real(fln(i+1,l)),
73 & pln(i+1,l) * aimag(fln(i+1,l)))
78 CALL w3ft12(fl,work,gn(1,lat ),trigs)
subroutine w3fa12(pln, colrad, jcap, eps)
Subroutine computes legendre polynomials at a given latitude.
subroutine w3ft10(fln, gn, pln, eps, fl, work, trigs)
Computes 2.5 x 2.5 s.
subroutine w3ft12(coef, work, grid, trigs)
Fast fourier to compute 145 grid values at desired latitude from 31 complex fourier coefficients.