Symbol Description Uses
DLAI 6



File Line number Procedure Code
./pkg/fizhi/update_earth_exports.F 219 SIBALB
      _RL EPSLN, BLAI, DLAI
./pkg/fizhi/update_earth_exports.F 224 SIBALB
      PARAMETER (DLAI = 0.5)
./pkg/fizhi/update_earth_exports.F 226 SIBALB
      PARAMETER (ALATRM = BLAI + (NLAI - 1) * DLAI - EPSLN)
./pkg/fizhi/update_earth_exports.F 656 SIBALB
          LAI = 1 + MAX(0, INT((ALA-BLAI)/DLAI) )
./pkg/fizhi/update_earth_exports.F 657 SIBALB
          DX = (ALA - (BLAI+(LAI-1)*DLAI)) * (ONE/DLAI)