| File |
Line number |
Procedure |
Code |
|
./pkg/fizhi/update_earth_exports.F |
682 |
SIBALB |
FUNCTION COEFF(TABLE, NTABL, LAI ,DX, DY) |
|
./pkg/fizhi/update_earth_exports.F |
686 |
SIBALB |
_RL TABLE (NTABL, 2), DX, DY |
|
./pkg/fizhi/update_earth_exports.F |
688 |
SIBALB |
COEFF = (TABLE(LAI, 1) |
|
./pkg/fizhi/update_earth_exports.F |
689 |
SIBALB |
& + (TABLE(LAI ,2) - TABLE(LAI ,1)) * DY ) * (1.0-DX) |
|
./pkg/fizhi/update_earth_exports.F |
690 |
SIBALB |
& + (TABLE(LAI+1,1) |
|
./pkg/fizhi/update_earth_exports.F |
691 |
SIBALB |
& + (TABLE(LAI+1,2) - TABLE(LAI+1,1)) * DY ) * DX |