pastas.check.get_checks_literature#
- pastas.check.get_checks_literature(author: Literal['brakenhoff_2022', 'zaadnoordijk_2019'], recharge_model_name: str | None = None) list[str | collections.abc.Callable | dict]#
Get predefined checklists based on literature.
Notes
These checklists are not exhaustive and were developed to address specific research questions and hydrogeological contexts. They are provided as reference implementations but may not be universally applicable across all modeling scenarios.
The Brakenhoff et al. (2022) checklist was specifically designed to assess models for quantifying the impact of groundwater pumping on heads.
The Zaadnoordijk et al. (2019) checklist was developed for checking linear recharge models across diverse hydrogeological settings throughout the Netherlands. This checklist requires the recharge model name to retrieve the corresponding parameters. Applicability is limited to recharge models with the Gamma or Exponential response functions. Checks contain duplicate checks with different thresholds for the different check levels (MODOK, REGIMEOK, NWARN).
- Parameters:
- Returns:
checks – Checklist based on Brakenhoff et al. (2022) or Zaadnoordijk et al. (2019).
- Return type: