pastas.check.response_memory_vs_warmup#

pastas.check.response_memory_vs_warmup(ml: pastas.model.Model, cutoff: float = 0.95, names: list[str] | str | None = None)#

Check if response function memory is shorter than warmup.

Parameters:
  • ml (pastas.Model) – Pastas model instance.

  • cutoff (float, optional) – Cutoff value for the length of the response function. Default is 0.95, which means that the response function is cutoff at the time the step response is at 95% of the gain.

  • names (list or str, optional) – List of stressmodel names to check the memory for. Default is None, which means all stressmodels are checked.

Returns:

df – DataFrame with the results of the check.

Return type:

pandas.DataFrame