pastas.recharge.Linear.simulate#

pastas.recharge.Linear.simulate(prec: pastas.typing.ArrayLike, evap: pastas.typing.ArrayLike, p: pastas.typing.ArrayLike, **kwargs) pastas.typing.ArrayLike#

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