pastas.check.get_checks_literature ================================== .. py:function:: 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. .. rubric:: 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). :param author: Author of the checklist to retrieve. Must be one of ["brakenhoff_2022", "zaadnoordijk_2019"]. :type author: str :param recharge_model: Name of the recharge model. Required for "zaadnoordijk_2019" checklist to obtain parameters related to the recharge model. :type recharge_model: str, optional :returns: **checks** -- Checklist based on Brakenhoff et al. (2022) or Zaadnoordijk et al. (2019). :rtype: list .. !! processed by numpydoc !!