Linear#

class Linear[source]#

Linear model for precipitation excess according to von Asmuth et al. [2002].

Notes

The precipitation excess is calculated as:

\[R = P - f * E\]

Methods#

__init__

get_init_parameters

Method to obtain the initial parameters.

get_water_balance

simulate

Simulate the precipitation excess flux.

to_dict

Method to export the recharge model object.