pastas.stressmodels.RechargeModel.get_stress ============================================ .. py:method:: pastas.stressmodels.RechargeModel.get_stress(p: pastas.typing.ArrayLike | None = None, tmin: pandas.Timestamp | str | None = None, tmax: pandas.Timestamp | str | None = None, freq: str | None = None, istress: int | None = None, **kwargs) -> pandas.Series Method to obtain the recharge stress calculated by the model. :param p: array_like object with the values as floats representing the model parameters. :type p: array_like, optional :param tmin: A string or pandas.Timestamp with the start date for the period (E.g. '1980-01-01 00:00:00'). Strings are converted to pandas.Timestamp internally. :type tmin: pandas.Timestamp or str, optional :param tmax: A string or pandas.Timestamp with the end date for the period (E.g. '2020-01-01 00:00:00'). Strings are converted to pandas.Timestamp internally. :type tmax: pandas.Timestamp or str, optional :param freq: :type freq: string, optional :param istress: Return one of the stresses used for the recharge calculation. 0 for precipitation, 1 for evaporation and 2 for temperature. :type istress: int, optional :param kwargs: :returns: **stress** -- When no istress is selected, this return the estimated recharge flux that is convolved with a response function on the simulate method. :rtype: pandas.Series .. !! processed by numpydoc !!