pastas.recharge.Linear.simulate =============================== .. py:method:: 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. :param prec: array with the precipitation and evapotranspiration values. These arrays must be of the same length and at the same time steps. :type prec: array_like :param evap: array with the precipitation and evapotranspiration values. These arrays must be of the same length and at the same time steps. :type evap: array_like :param p: array_like object with the values as floats representing the model parameters. :type p: array_like :returns: **recharge** -- array with the recharge series. :rtype: array_like .. !! processed by numpydoc !!