DPLGND Subroutine

public subroutine DPLGND(MNAUF, Z, DZ)

Calculates the derivatives of the normalised associated Legendre function from P00(X) to PLL(X) and writes them into the field DZ. Order is P00(X),P01(X),P11(X),P02(X),P12(X),P22(X),..PLL(X)

Arguments

Type IntentOptional AttributesName
integer :: MNAUF
real :: Z
real :: DZ

Contents

None