Symbol Description Uses
DLAT 8



File Line number Procedure Code
./pkg/sphere/sphere.F 158 SHC2GRID
      REAL    DLAT, ANGLE, XLAT1, XLAT2
./pkg/sphere/sphere.F 170 SHC2GRID
      DLAT  = 180.0/FLOAT(NLAT)
./pkg/sphere/sphere.F 176 SHC2GRID
         XLAT2 =-90.0 + FLOAT(LATS)*DLAT
./pkg/sphere/sphere.F 177 SHC2GRID
         XLAT1 = XLAT2-DLAT
./pkg/sphere/sphere.F 212 SHC4GRID
      REAL    DLAT, ANGLE, XLAT1, XLAT2
./pkg/sphere/sphere.F 233 SHC4GRID
      DLAT  = 180.0/FLOAT(NLAT)
./pkg/sphere/sphere.F 243 SHC4GRID
         XLAT2 =-90.0 + FLOAT(LATS)*DLAT
./pkg/sphere/sphere.F 244 SHC4GRID
         XLAT1 = XLAT2-DLAT