PLGNFA Subroutine

public subroutine PLGNFA(LL, X, Z)

Calculates all normalised associated Legendre functions from P00(X) to PLL(X) and writes them into the field Z. The polynomials have indices as with ECMWF, i.e. P00,P10,P11,P20,P21,P22,... Otherwise, this subroutine is analogous to PLGNDN

Arguments

Type IntentOptional AttributesName
integer :: LL
real :: X
real :: Z

Contents

None