pastas.rfunc.Polder.get_t#
- Polder.get_t(p, dt, cutoff, maxtmax=None, warn=True)#
Internal method to determine the times at which to evaluate the step response, from t=0.
- Parameters
p (array_like) – array_like object with the values as floats representing the model parameters.
dt (float) – timestep as a multiple of one day.
cutoff (float) – proportion after which the step function is cut off.
maxtmax (float, optional) – The maximum time of the response, usually set to the simulation length.
warn (bool, optional) – only used for HantushWellModel, whether to warn when r is set to 1.0 for calculations.
- Returns
t – Array with the times.
- Return type
array_like