ProcessRun#
- class hydromodpy.simulation.ProcessRun(id, process_id, process_type, solver, backend=None, depends_on=<factory>)[source]#
Bases:
objectOne concrete execution unit produced by the planner.
A single declarative
[[simulation.process]]entry can expand to severalProcessRunobjects when multiple solvers are listed.depends_onstores resolved run identifiers, so the runner can retrieve the exact upstream model instance that must already exist.- Parameters: