pastas.recharge.RechargeBase#

class pastas.recharge.RechargeBase#

Base class for classes that calculate the recharge.

property nparam: int#
Abstractmethod:

Number of parameters of the recharge model.

Methods#

get_init_parameters(→ pandas.DataFrame)

Get initial parameters and bounds for the recharge model.

simulate(...)

Simulate recharge from precipitation and evaporation inputs.

to_dict()

Method to export the recharge model object.