Symbol Description Uses
SHCERROR 5



File Line number Procedure Code
./pkg/sphere/sphere.F 167 SHC2GRID
      IF(NLON.GT.NLONLMT) CALL SHCERROR('NLON.GT.NLONLMT',1)
./pkg/sphere/sphere.F 168 SHC2GRID
      IF(NLON.LT.LMAX*2 ) CALL SHCERROR('NLON.LT.LMAX*2 ',1)
./pkg/sphere/sphere.F 223 SHC4GRID
         CALL SHCERROR('NLON.GT.NLONLMT',1)
./pkg/sphere/sphere.F 230 SHC4GRID
         CALL SHCERROR('NLON.LT.LMAX*2',1)
./pkg/sphere/sphere.F 624 SHCERROR
      subroutine SHCERROR( errstring, ierr )