GRPHSUB Subroutine

public subroutine GRPHSUB(L, IND, CXMN, FELD, WSAVE, IFAX, Z, W, MLAT, MNAUF, MAXL, MAXB, MLEVEL)

Carries out the transformation from the phase space into the physical space on spherical coordinates

Arguments

Type IntentOptional AttributesName
integer :: L
integer :: IND(MAXB)
real :: CXMN(0:(MNAUF+1)*(MNAUF+2)-1,MLEVEL)
real :: FELD(MAXL,MLEVEL)
real :: WSAVE(8*MAXB+15,MAXB/2)
integer :: IFAX(10,MAXB)
real :: Z(MAXB/2,0:((MNAUF+3)*(MNAUF+4))/2)
real :: W(MAXB)
integer :: MLAT(MAXB)
integer :: MNAUF
integer :: MAXL
integer :: MAXB
integer :: MLEVEL

Called by

proc~~grphsub~~CalledByGraph proc~grphsub GRPHSUB proc~grph213 GRPH213 proc~grph213->proc~grphsub program~calc_etadot calc_etadot program~calc_etadot->proc~grph213

Contents

None