|
Soil Water Balance (SWB2)
|
Calculate actual ET by means of an approximation to the Thornthwaite-Mather soil-moisture-retention tables. More...
Functions/Subroutines | |
| elemental subroutine | calculate_actual_et_thornthwaite_mather (actual_et, soil_storage, soil_storage_max, infiltration, crop_etc) |
Calculate actual ET by means of an approximation to the Thornthwaite-Mather soil-moisture-retention tables.
| elemental subroutine actual_et__thornthwaite_mather::calculate_actual_et_thornthwaite_mather | ( | real (c_double), intent(inout) | actual_et, |
| real (c_double), intent(in) | soil_storage, | ||
| real (c_float), intent(in) | soil_storage_max, | ||
| real (c_float), intent(in) | infiltration, | ||
| real (c_float), intent(in) | crop_etc ) |
Definition at line 17 of file actual_et__thornthwaite_mather.F90.