ModLegendre_legendre_poly Function

private function ModLegendre_legendre_poly(this, j) result(poly)

Compute associated Legendre polynomials at given latitude.

Arguments

Type IntentOptional AttributesName
class(ModLegendre_t), intent(in) :: this
integer, intent(in) :: j

The latitude index to compute the polynomials at

Return Value real(kind=p) (mx,nx)

The Legendre polynomials


Calls

proc~~modlegendre_legendre_poly~~CallsGraph proc~modlegendre_legendre_poly ModLegendre_legendre_poly float float proc~modlegendre_legendre_poly->float

Contents

None