RunContext#

class hydromodpy.simulation.RunContext(plan, run, state, dependency_models=())[source]#

Bases: object

Resolved runtime context passed to one solver adapter.

By the time an adapter receives this object, the planner has already fixed the run order and the runner has already resolved the concrete upstream models referenced by run.depends_on.

Parameters: