[workflow] WorkflowConfig#

TOML section: [workflow]

Pydantic model: WorkflowConfig defined in hydromodpy.config.hydromodpy_config.

Source on GitHub

Workflow selector configuration.

Show fields:

Fields#

mode

Literal[‘simulation’, ‘calibration’, ‘overview’, ‘comparison’, ‘testbed’, ‘site_selection’] required user source

Workflow mode dispatched by hmp run.

Starter TOML snippet#

Click to expand a copy-pasteable [workflow] TOML skeleton

Copy this block into your project.toml and uncomment the lines you want to set. Sub-tables ([parent.subfield]) appear in the order Pydantic expects them.

[workflow]
# mode = ""  # REQUIRED

Entity-relationship diagram#

ER diagram for WorkflowConfig

Click to zoom and pan. Press Esc or click outside to close.