hydromodpy.simulation.adapters#
Adapters that bind generic simulation runs to concrete solver APIs.
The single SolverAdapter Protocol consumed by the simulation
runner lives in hydromodpy.solver.base.protocol. Adapter classes
are stored in the canonical registry at
hydromodpy.solver.base.registry. Simulation reaches that registry
through hydromodpy.core.contracts.solver_registry so it stays
free of any direct solver import at module-load time.
Modules
Display runs are workflow steps, not solver registry adapters. |
|
Post-processing runs are workflow steps, not solver registry adapters. |
|
Generic helpers shared by transport-family solver adapters. |