Symbol Description Uses
LAI 34



File Line number Procedure Code
./verification/fizhi-cs-aqualev10/code/update_earth_exports.F 224 SIBALB
      INTEGER I, LAI
./verification/fizhi-cs-aqualev10/code/update_earth_exports.F 645 SIBALB
	  LAI = 1 + MAX(0, INT((ALA-BLAI)/DLAI) )
./verification/fizhi-cs-aqualev10/code/update_earth_exports.F 646 SIBALB
	  DX = (ALA - (BLAI+(LAI-1)*DLAI)) * (ONE/DLAI)
./verification/fizhi-cs-aqualev10/code/update_earth_exports.F 649 SIBALB
	  ALPHA = COEFF (ALVDR (1, 1, ITYP (I)), NLAI, LAI ,DX, DY)
./verification/fizhi-cs-aqualev10/code/update_earth_exports.F 650 SIBALB
	  BETA  = COEFF (BTVDR (1, 1, ITYP (I)), NLAI, LAI ,DX, DY)
./verification/fizhi-cs-aqualev10/code/update_earth_exports.F 651 SIBALB
	  GAMMA = COEFF (GMVDR (1, 1, ITYP (I)), NLAI, LAI ,DX, DY)
./verification/fizhi-cs-aqualev10/code/update_earth_exports.F 657 SIBALB
	  ALPHA = COEFF (ALIDR (1, 1, ITYP (I)), NLAI, LAI ,DX, DY)
./verification/fizhi-cs-aqualev10/code/update_earth_exports.F 658 SIBALB
	  BETA  = COEFF (BTIDR (1, 1, ITYP (I)), NLAI, LAI ,DX, DY)
./verification/fizhi-cs-aqualev10/code/update_earth_exports.F 659 SIBALB
	  GAMMA = COEFF (GMIDR (1, 1, ITYP (I)), NLAI, LAI ,DX, DY)
./verification/fizhi-cs-aqualev10/code/update_earth_exports.F 678 SIBALB
      FUNCTION COEFF(TABLE, NTABL, LAI ,DX, DY)
./verification/fizhi-cs-aqualev10/code/update_earth_exports.F 680 SIBALB
      INTEGER NTABL, LAI
./verification/fizhi-cs-aqualev10/code/update_earth_exports.F 684 SIBALB
      COEFF = (TABLE(LAI,  1)
./verification/fizhi-cs-aqualev10/code/update_earth_exports.F 685 SIBALB
     *      + (TABLE(LAI  ,2) - TABLE(LAI  ,1)) * DY ) * (1.0-DX)
./verification/fizhi-cs-aqualev10/code/update_earth_exports.F 686 SIBALB
     *      + (TABLE(LAI+1,1)
./verification/fizhi-cs-aqualev10/code/update_earth_exports.F 687 SIBALB
     *      + (TABLE(LAI+1,2) - TABLE(LAI+1,1)) * DY ) * DX
./pkg/fizhi/update_earth_exports.F 224 SIBALB
      INTEGER I, LAI
./pkg/fizhi/update_earth_exports.F 645 SIBALB
	  LAI = 1 + MAX(0, INT((ALA-BLAI)/DLAI) )
./pkg/fizhi/update_earth_exports.F 646 SIBALB
	  DX = (ALA - (BLAI+(LAI-1)*DLAI)) * (ONE/DLAI)
./pkg/fizhi/update_earth_exports.F 649 SIBALB
	  ALPHA = COEFF (ALVDR (1, 1, ITYP (I)), NLAI, LAI ,DX, DY)
./pkg/fizhi/update_earth_exports.F 650 SIBALB
	  BETA  = COEFF (BTVDR (1, 1, ITYP (I)), NLAI, LAI ,DX, DY)
./pkg/fizhi/update_earth_exports.F 651 SIBALB
	  GAMMA = COEFF (GMVDR (1, 1, ITYP (I)), NLAI, LAI ,DX, DY)
./pkg/fizhi/update_earth_exports.F 657 SIBALB
	  ALPHA = COEFF (ALIDR (1, 1, ITYP (I)), NLAI, LAI ,DX, DY)
./pkg/fizhi/update_earth_exports.F 658 SIBALB
	  BETA  = COEFF (BTIDR (1, 1, ITYP (I)), NLAI, LAI ,DX, DY)
./pkg/fizhi/update_earth_exports.F 659 SIBALB
	  GAMMA = COEFF (GMIDR (1, 1, ITYP (I)), NLAI, LAI ,DX, DY)
./pkg/fizhi/update_earth_exports.F 678 SIBALB
      FUNCTION COEFF(TABLE, NTABL, LAI ,DX, DY)
./pkg/fizhi/update_earth_exports.F 680 SIBALB
      INTEGER NTABL, LAI
./pkg/fizhi/update_earth_exports.F 684 SIBALB
      COEFF = (TABLE(LAI,  1)
./pkg/fizhi/update_earth_exports.F 685 SIBALB
     *      + (TABLE(LAI  ,2) - TABLE(LAI  ,1)) * DY ) * (1.0-DX)
./pkg/fizhi/update_earth_exports.F 686 SIBALB
     *      + (TABLE(LAI+1,1)
./pkg/fizhi/update_earth_exports.F 687 SIBALB
     *      + (TABLE(LAI+1,2) - TABLE(LAI+1,1)) * DY ) * DX