Soil Water Balance (SWB2)
|
Contains a single module, et_hargreaves, which calculates potential evapotranspiration by means of the Hargreaves-Samani (1985) method. More...
Go to the source code of this file.
Modules | |
module | et__hargreaves_samani |
Calculates potential evapotranspiration by means of the Hargreaves-Samani (1985) method. |
Functions/Subroutines | |
subroutine | et__hargreaves_samani::et_hargreaves_initialize () |
impure elemental real(c_double) function | et__hargreaves_samani::et_hargreaves_calculate (idayofyear, inumdaysinyear, flatitude, ftmin, ftmax) |
elemental real(c_double) function | et__hargreaves_samani::et0_hargreaves (rra, rtminf, rtmaxf) |
Variables | |
real(c_double) | et__hargreaves_samani::et_slope |
real(c_double) | et__hargreaves_samani::et_exponent |
real(c_double) | et__hargreaves_samani::et_constant |
Contains a single module, et_hargreaves, which calculates potential evapotranspiration by means of the Hargreaves-Samani (1985) method.
Definition in file et__hargreaves_samani.F90.