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

Berechnung des Gradienten eines Skalars aus dem Feld des Skalars XMN im Phasenraum. Zurueckgegeben werden die Felder der Komponenten des horizontalen Gradienten XLAM,XPHI auf dem Gauss'schen Gitter.

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