File |
Line number |
Procedure |
Code |
./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 |
682 |
SIBALB |
_RL TABLE (NTABL, 2), DX, DY |
./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 |
678 |
SIBALB |
FUNCTION COEFF(TABLE, NTABL, LAI ,DX, DY) |
./pkg/fizhi/update_earth_exports.F |
682 |
SIBALB |
_RL TABLE (NTABL, 2), DX, DY |
./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 |