hydromodpy.spatial.domain.cases.run_domain_case#

Domain case runner from a single HydroModPy TOML configuration.

This module exposes:

  • run_domain_case_from_toml to build Workspace, geographic context, and Domain.

  • plot_domain_summary to export a quick validation PNG (top, vertical scalar maps, catchment zones, and optional geology classes).

  • a CLI entrypoint (main) for local runs and smoke checks.

Run with:

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

Functions

main([argv])

CLI entrypoint used by python .../run_domain_case.py.

plot_domain_summary(domain, output_dir, *[, ...])

Save a quick domain validation figure and return its path.

run_domain_case_from_toml(config_toml, *[, ...])

Build the domain stack from one global TOML file.