pastas.recharge.Linear#

class pastas.recharge.Linear#

Linear recharge model using scaled precipitation excess.

According to von Asmuth et al. [2002].

Notes

The precipitation excess is calculated as:

\[R = P - f * E\]
property nparam: int#

Number of parameters of the Linear recharge model.

Methods#

get_init_parameters(→ pandas.DataFrame)

Get initial parameters and bounds for the Linear recharge model.

simulate(→ pastas.typing.ArrayLike)

Simulate the precipitation excess flux.

get_water_balance(→ pandas.DataFrame)

Get the water balance for the linear recharge model.

to_dict(→ dict[str, Any])

Export the recharge model object to a dictionary.