FlexModel

class FlexModel[source]

Recharge to the groundwater calculate according to [collenteur_2020].

Notes

Note that the preferred unit of the precipitation and evaporation is mm/d.

The water balance for the unsaturated zone reservoir is written as:

\[\frac{dS}{dt} = P_e - E_a - R\]

where the recharge is calculated as:

\[R = K_s \left( \frac{S}{S_u}\right) ^\gamma\]

For a detailed description of the recharge model and parameters we refer to Collenteur et al. (in review).

References

collenteur_2020

Collenteur, R.A., Bakker, M., Klammler, G., & Birk, S. (in Review) Estimating groundwater recharge from groundwater levels using non-linear transfer function noise models and comparison to lysimeter data. https://doi.org/10.5194/hess-2020-392

Methods

__init__

Initialize self.

get_init_parameters

Method to obtain the initial parameters.

get_recharge

Internal method used for the recharge calculation.

get_water_balance

simulate

Simulate the recharge flux.