pastas.recharge.Linear.simulate#
- Linear.simulate(prec, evap, p, **kwargs)[source]#
Simulate the precipitation excess flux.
- Parameters:
prec (array_like) – array with the precipitation and evapotranspiration values. These arrays must be of the same length and at the same time steps.
evap (array_like) – array with the precipitation and evapotranspiration values. These arrays must be of the same length and at the same time steps.
p (array_like) – array_like object with the values as floats representing the model parameters.
- Returns:
recharge – array with the recharge series.
- Return type:
array_like