hydromodpy.spatial.domain.cases.review_cases#

Sequential launcher for all domain/cases TOML configurations.

This script runs every discovered domain-case config one after another and, by default, keeps figures in blocking mode so each window must be closed before moving to the next case.

Run with:

python -m hydromodpy.spatial.domain.cases.review_cases

Functions

available_case_review_names()

list_case_reviews(*[, printer])

main([argv])

resolve_case_review_specs([case_names])

run_case_reviews([case_names, output_dir, ...])

Classes

CaseReviewSpec(name, description, config_path)

Describe one domain-case configuration available for visual review.