NCEPLIBS-w3emc 2.12.0
Loading...
Searching...
No Matches
w3fa11.f File Reference

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.
 

Detailed Description

Computes coefficients for use in w3fa12.

Author
Joe Sela
Date
1980-10-28

Definition in file w3fa11.f.

Function/Subroutine Documentation

◆ w3fa11()

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:

  • Joe Sela 1980-10-28
  • Ralph Jones 1984-06-01 0change to ibm vs fortran.
  • Ralph Jones 1993-04-12 0changes for cray, double precision to real.
Parameters
[out]EPSReal coefficients used in computing legendre polynomials. dimension of eps is (jcap+2)*(jcap+1)
[in]JCAPZonal wave number thirty, etc.
Author
Joe Sela
Date
1980-10-28

Definition at line 20 of file w3fa11.f.