72 & KWSKIP,KGSKIP,NISKIP,NJSKIP,
73 & TRUE,XMESH,ORIENT,WAVE,XN,YN,XS,YS)
75 REAL WAVE(*),XN(*),YN(*),XS(*),YS(*)
76 REAL EPS((MAXWV+1)*((IROMB+1)*MAXWV+2)/2),EPSTOP(MAXWV+1)
77 REAL ENN1((MAXWV+1)*((IROMB+1)*MAXWV+2)/2)
78 REAL ELONN1((MAXWV+1)*((IROMB+1)*MAXWV+2)/2)
79 REAL EON((MAXWV+1)*((IROMB+1)*MAXWV+2)/2),EONTOP(MAXWV+1)
80 REAL WD((MAXWV+1)*((IROMB+1)*MAXWV+2)/2*2+1,KMAX)
81 REAL WZ((MAXWV+1)*((IROMB+1)*MAXWV+2)/2*2+1,KMAX)
84 CALL spwget(iromb,maxwv,eps,epstop,enn1,elonn1,eon,eontop)
85 mx=(maxwv+1)*((iromb+1)*maxwv+2)/2
94 CALL splaplac(iromb,maxwv,enn1,wave(kws+1),wd(1,k),1)
97 CALL sptgpsv(iromb,maxwv,kmax,nps,mdim,kgskip,niskip,njskip,
98 & true,xmesh,orient,wd,wz,xn,yn,xs,ys)
subroutine splaplac(I, M, ENN1, Q, QD2, IDIR)
Computes the laplacian or the inverse laplacian of a scalar field in spectral space.
subroutine sptgpsd(IROMB, MAXWV, KMAX, NPS, KWSKIP, KGSKIP, NISKIP, NJSKIP, TRUE, XMESH, ORIENT, WAVE, XN, YN, XS, YS)
This subprogram performs a spherical transform from spectral coefficients of scalar fields to gradien...
subroutine sptgpsv(IROMB, MAXWV, KMAX, NPS, KWSKIP, KGSKIP, NISKIP, NJSKIP, TRUE, XMESH, ORIENT, WAVED, WAVEZ, UN, VN, US, VS)
This subprogram performs a spherical transform from spectral coefficients of divergences and curls to...
subroutine spwget(IROMB, MAXWV, EPS, EPSTOP, ENN1, ELONN1, EON, EONTOP)
This subprogram gets wave-space constants.