PHGRACUT Subroutine

public subroutine PHGRACUT(XMN, XLAM, XPHI, GWSAVE, IFAX, P, H, MAUF, MNAUF, NI, NJ, MANF, NK)

Uses

  • proc~~phgracut~~UsesGraph proc~phgracut PHGRACUT module~phtogr PHTOGR proc~phgracut->module~phtogr

Calculated the gradient of a scalar from the field of the scalar XMN in phase space. Returns the fields of the components of the horizontal gradient XLAM,XPHI on the Gaussian grid

Arguments

Type IntentOptional AttributesName
real :: XMN(0:(MNAUF+1)*(MNAUF+2)-1,NK)
real :: XLAM(NI,NJ,NK)
real :: XPHI(NI,NJ,NK)
real :: GWSAVE(4*MAUF+15)
integer :: IFAX(10)
real :: P(0:(MNAUF+3)*(MNAUF+4)/2,NJ)
real :: H(0:(MNAUF+2)*(MNAUF+3)/2)
integer :: MAUF
integer :: MNAUF
integer :: NI
integer :: NJ
integer :: MANF
integer :: NK

Calls

proc~~phgracut~~CallsGraph proc~phgracut PHGRACUT proc~rfourtr RFOURTR proc~phgracut->proc~rfourtr fft99 fft99 proc~rfourtr->fft99

Contents

None