Symbol Description Uses
LMAX 81



File Line number Procedure Code
./pkg/sphere/sphere.F 425 SHC4ZONE
      CALL HELMHOLTZ(LMAX,SIN0,P)
./pkg/sphere/sphere.F 428 SHC4ZONE
      DO M = 0,LMAX
./pkg/sphere/sphere.F 443 SHC4ZONE
         DO L = M,LMAX-1,2
./pkg/sphere/sphere.F 452 SHC4ZONE
         IF(MOD(LMAX-M,2).NE.1) THEN
./pkg/sphere/sphere.F 454 SHC4ZONE
            K = LMAX*LMAX+LMAX+1
./pkg/sphere/sphere.F 531 HELMHOLTZ
      SUBROUTINE HELMHOLTZ(LMAX,S,P)
./pkg/sphere/sphere.F 537 HELMHOLTZ
      INTEGER LMAX        ! INPUT  max. degree.
./pkg/sphere/sphere.F 557 HELMHOLTZ
      IF(LMAX.NE.LMAXOLD) THEN
./pkg/sphere/sphere.F 559 HELMHOLTZ
         DO L = 1,LMAX
./pkg/sphere/sphere.F 562 HELMHOLTZ
            Y(L+LMAX) = SNGL(DSQRT(DBLE(FLOAT(L+LMAX))))
./pkg/sphere/sphere.F 563 HELMHOLTZ
            ISECT(L) = L*LMAX-L*(L-3)/2+1
./pkg/sphere/sphere.F 565 HELMHOLTZ
         CALL RECUR_Z(Z,LMAX)
./pkg/sphere/sphere.F 566 HELMHOLTZ
         LMAXOLD = LMAX
./pkg/sphere/sphere.F 572 HELMHOLTZ
         DO M = 1,LMAX
./pkg/sphere/sphere.F 578 HELMHOLTZ
         DO M = 0,LMAX-N
./pkg/sphere/sphere.F 585 HELMHOLTZ
         DO N = 2,LMAX
./pkg/sphere/sphere.F 586 HELMHOLTZ
            DO M = 0,LMAX-N
./pkg/sphere/sphere.F 599 RECUR_Z
      SUBROUTINE RECUR_Z(Z,LMAX)
./pkg/sphere/sphere.F 605 RECUR_Z
      INTEGER LMAX
./pkg/sphere/sphere.F 606 RECUR_Z
      REAL    Z(LMAX)
./pkg/sphere/sphere.F 612 RECUR_Z
      DO L = 1,LMAX