PHGCUT Subroutine

public subroutine PHGCUT(CXMN, FELD, WSAVE, IFAX, Z, MNAUF, MMAX, MAUF, MANF, MAXL, MAXB, MLEVEL)

Carries out the transformation of a field variable from the phase space into the physical space on spherical coordinates. It is possible to specify a section of the Earth. This subroutine is slower thatn PHGRPH.

Arguments

Type IntentOptional AttributesName
real :: CXMN
real :: FELD(MAXL,MAXB,MLEVEL)
real :: WSAVE
integer :: IFAX(10)
real :: Z(0:((MMAX+3)*(MMAX+4))/2,MAXB)
integer :: MNAUF
integer :: MMAX
integer :: MAUF
integer :: MANF
integer :: MAXL
integer :: MAXB
integer :: MLEVEL

Calls

proc~~phgcut~~CallsGraph proc~phgcut PHGCUT proc~phsymcut PHSYMCUT proc~phgcut->proc~phsymcut proc~phgpns PHGPNS proc~phgcut->proc~phgpns proc~rfourtr RFOURTR proc~phsymcut->proc~rfourtr proc~phgpns->proc~rfourtr fft99 fft99 proc~rfourtr->fft99

Called by

proc~~phgcut~~CalledByGraph proc~phgcut PHGCUT program~calc_etadot calc_etadot program~calc_etadot->proc~phgcut

Contents

None