Symbol Description Uses
DY 12



File Line number Procedure Code
./pkg/fizhi/update_earth_exports.F 243 SIBALB
      _RL FAC,GAMMA,BETA,ALPHA,DX,DY,ALA,GRN (2),SNWALB(4,NTYPS)
./pkg/fizhi/update_earth_exports.F 658 SIBALB
          DY = (VGRN(I)- GRN(1)) * (ONE/(GRN(2) - GRN(1)))
./pkg/fizhi/update_earth_exports.F 660 SIBALB
          ALPHA = COEFF (ALVDR (1, 1, ITYP (I)), NLAI, LAI ,DX, DY)
./pkg/fizhi/update_earth_exports.F 661 SIBALB
          BETA  = COEFF (BTVDR (1, 1, ITYP (I)), NLAI, LAI ,DX, DY)
./pkg/fizhi/update_earth_exports.F 662 SIBALB
          GAMMA = COEFF (GMVDR (1, 1, ITYP (I)), NLAI, LAI ,DX, DY)
./pkg/fizhi/update_earth_exports.F 668 SIBALB
          ALPHA = COEFF (ALIDR (1, 1, ITYP (I)), NLAI, LAI ,DX, DY)
./pkg/fizhi/update_earth_exports.F 669 SIBALB
          BETA  = COEFF (BTIDR (1, 1, ITYP (I)), NLAI, LAI ,DX, DY)
./pkg/fizhi/update_earth_exports.F 670 SIBALB
          GAMMA = COEFF (GMIDR (1, 1, ITYP (I)), NLAI, LAI ,DX, DY)
./pkg/fizhi/update_earth_exports.F 689 SIBALB
      FUNCTION COEFF(TABLE, NTABL, LAI ,DX, DY)
./pkg/fizhi/update_earth_exports.F 693 SIBALB
      _RL TABLE (NTABL, 2), DX, DY
./pkg/fizhi/update_earth_exports.F 696 SIBALB
     &      + (TABLE(LAI  ,2) - TABLE(LAI  ,1)) * DY ) * (1.0-DX)
./pkg/fizhi/update_earth_exports.F 698 SIBALB
     &      + (TABLE(LAI+1,2) - TABLE(LAI+1,1)) * DY ) * DX