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) |
Variables | |
real(c_float), parameter | near_zero = 1.0e-9_c_float |
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 18 of file actual_et__thornthwaite_mather.F90.
real (c_float), parameter actual_et__thornthwaite_mather::near_zero = 1.0e-9_c_float |
Definition at line 14 of file actual_et__thornthwaite_mather.F90.