Symbol Description Uses
SHCERROR 5



File Line number Procedure Code
./pkg/sphere/sphere.F 165 SHC2GRID
      IF(NLON.GT.NLONLMT) CALL SHCERROR('NLON.GT.NLONLMT',1)
./pkg/sphere/sphere.F 166 SHC2GRID
      IF(NLON.LT.LMAX*2 ) CALL SHCERROR('NLON.LT.LMAX*2 ',1)
./pkg/sphere/sphere.F 221 SHC4GRID
         CALL SHCERROR('NLON.GT.NLONLMT',1)
./pkg/sphere/sphere.F 228 SHC4GRID
         CALL SHCERROR('NLON.LT.LMAX*2',1)
./pkg/sphere/sphere.F 622 SHCERROR
      subroutine SHCERROR( errstring, ierr )