SimulationPlan#
- class hydromodpy.simulation.SimulationPlan(name, description, runs=<factory>)[source]#
Bases:
objectResolved execution schedule ready for runtime orchestration.
runsis intentionally ordered: the runner executes it sequentially without re-sorting or topological reconstruction.- Parameters:
name (
str)description (
str)runs (
tuple[ProcessRun,...])