hydromodpy.project.dispatch.workflow#
Workflow dispatch adapters that bind launchers to Project.
Wires user-facing entry points (run_simulation, run_overview,
run_calibration, run_comparison, run_testbed) to the matching
workflow launchers. Lives under hydromodpy.project.dispatch because
it depends on hydromodpy.project.Project; the lower
hydromodpy.workflow package stays independent from that facade.
Functions
|
Dispatch to the adapter for a resolved workflow name. |
|
Run a parameter calibration campaign from a TOML file. |
|
Run a comparison workflow from a TOML file. |
|
Generate a watershed identity card from a TOML file. |
|
Execute a single simulation from a TOML file. |
|
Run a site-selection workflow from a TOML file. |
|
Run a method-testbed workflow from a TOML file. |
Classes
|
Testbed runner provider backed by public workflow adapters. |