25 SUBROUTINE speps(I,M,EPS,EPSTOP,ENN1,ELONN1,EON,EONTOP)
26 REAL EPS((M+1)*((I+1)*M+2)/2),EPSTOP(M+1)
27 REAL ENN1((M+1)*((I+1)*M+2)/2),ELONN1((M+1)*((I+1)*M+2)/2)
28 REAL EON((M+1)*((I+1)*M+2)/2),EONTOP(M+1)
29 parameter(rerth=6.3712e6,ra2=1./rerth**2)
32 k=l*(2*m+(i-1)*(l-1))/2+l+1
40 k=l*(2*m+(i-1)*(l-1))/2+n+1
41 eps(k)=sqrt(float(n**2-l**2)/float(4*n**2-1))
43 elonn1(k)=rerth*l/(n*(n+1))
49 epstop(l+1)=sqrt(float(n**2-l**2)/float(4*n**2-1))
50 eontop(l+1)=rerth/n*epstop(l+1)
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...