Symbol Description Uses
XLAT 7



File Line number Procedure Code
./pkg/fizhi/update_chemistry_exports.F 333 INTERP_OZ
      slope(i) = ( XLAT(I)        -ozlats(jlat-1) )
./pkg/sphere/sphere.F 315 SHC2ZONE
      REAL    A, B, E, F, Q, DA, DB, XLAT
./pkg/sphere/sphere.F 321 SHC2ZONE
      XLAT = 0.5*(XLAT1+XLAT2)
./pkg/sphere/sphere.F 325 SHC2ZONE
      SLAT = SIN(XLAT*DEG2RAD)
./pkg/sphere/sphere.F 402 SHC4ZONE
      REAL    XLAT, SIN0, SIN1, SIN2, SCALE
./pkg/sphere/sphere.F 416 SHC4ZONE
      XLAT  = 0.5*(XLAT1+XLAT2)
./pkg/sphere/sphere.F 418 SHC4ZONE
         SIN0  = SIN(XLAT *DEG2RAD)