NCEPLIBS-w3emc 2.12.0
|
Computes legendre polynomials at a given latitude. More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine | w3fa12 (pln, colrad, jcap, eps) |
Subroutine computes legendre polynomials at a given latitude. | |
subroutine w3fa12 | ( | real, dimension(*) | pln, |
real | colrad, | ||
jcap, | |||
real, dimension(*) | eps | ||
) |
Subroutine computes legendre polynomials at a given latitude.
Program history log:
[out] | PLN | Real locations contain legendre polynomials, size is (jcap+2)*(jcap+1) |
[in] | COLRAD | Colatitude in radians of desired point. |
[in] | JCAP | For rhomboiadal truncation of zonal wave |
[in] | EPS | Coeff. used in recursion equation. Dimension of eps is (jcap+2)*(jcap+1) |