pastas.stressmodels.TarsoModel.get_stress#
- TarsoModel.get_stress(p=None, tmin=None, tmax=None, freq=None, istress=None, **kwargs)#
Method to obtain the recharge stress calculated by the model.
- Parameters
p (array_like, optional) – array_like object with the values as floats representing the model parameters.
tmin (string, optional) –
tmax (string, optional) –
freq (string, optional) –
istress (int, optional) – Return one of the stresses used for the recharge calculation. 0 for precipitation, 1 for evaporation and 2 for temperature.
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.
- Return type