17 SUBROUTINE spwget(IROMB,MAXWV,EPS,EPSTOP,ENN1,ELONN1,EON,EONTOP)
18 REAL EPS((MAXWV+1)*((IROMB+1)*MAXWV+2)/2),EPSTOP(MAXWV+1)
19 REAL ENN1((MAXWV+1)*((IROMB+1)*MAXWV+2)/2)
20 REAL ELONN1((MAXWV+1)*((IROMB+1)*MAXWV+2)/2)
21 REAL EON((MAXWV+1)*((IROMB+1)*MAXWV+2)/2),EONTOP(MAXWV+1)
23 mx=(maxwv+1)*((iromb+1)*maxwv+2)/2
25 CALL speps(iromb,maxwv,eps,epstop,enn1,elonn1,eon,eontop)
subroutine speps(I, M, EPS, EPSTOP, ENN1, ELONN1, EON, EONTOP)
Computes constant fields indexed in the spectral domain in "IBM ORDER" (Zonal wavenumber is the slowe...
subroutine spwget(IROMB, MAXWV, EPS, EPSTOP, ENN1, ELONN1, EON, EONTOP)
This subprogram gets wave-space constants.