Soil Water Balance (SWB2)
Loading...
Searching...
No Matches
actual_et__fao56.F90 File Reference

Contains module actual_et__fao56. The module calculates actual evapotranspiration by means of the SINGLE CROP COEFFICIENT procedure outlined in the FAO56 publication. See https://www.fao.org/3/x0490e/x0490e0b.htm for details. More...

Go to the source code of this file.

Modules

module  actual_et__fao56
 Calculates actual evapotranspiration by means of the SINGLE CROP COEFFICIENT procedure outlined in the FAO56 publication. See https://www.fao.org/3/x0490e/x0490e0b.htm for details.

Functions/Subroutines

subroutine actual_et__fao56::initialize_actual_et_fao56 ()
elemental real(c_float) function actual_et__fao56::adjust_depletion_fraction_p (p_table_22, reference_et0)
 Adjust the depletion fraction based on current reference ET0.
elemental subroutine actual_et__fao56::calculate_actual_et_fao56 (actual_et, adjusted_depletion_fraction_p, soil_storage, depletion_fraction_p, soil_storage_max, infiltration, crop_etc)

Variables

real(c_float), dimension(:), allocatable actual_et__fao56::depletion_fraction
real(c_float), parameter actual_et__fao56::near_zero = 3.0_c_float * tiny( 0.0_c_float )

Detailed Description

Contains module actual_et__fao56. The module calculates actual evapotranspiration by means of the SINGLE CROP COEFFICIENT procedure outlined in the FAO56 publication. See https://www.fao.org/3/x0490e/x0490e0b.htm for details.

Definition in file actual_et__fao56.F90.