NCEPLIBS-w3emc 2.12.0
|
Computes coefficients for use in w3fa12. More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine | w3fa11 (eps, jcap) |
Subroutine computes double precision coefficients used in generating legendre polynomials in subr. | |
subroutine w3fa11 | ( | real, dimension(*) | eps, |
jcap | |||
) |
Subroutine computes double precision coefficients used in generating legendre polynomials in subr.
w3fa12. on a cray double precision is changed to real, dsqrt to sqrt.
Program history log:
[out] | EPS | Real coefficients used in computing legendre polynomials. dimension of eps is (jcap+2)*(jcap+1) |
[in] | JCAP | Zonal wave number thirty, etc. |