SimulationOutput#

class hydromodpy.calibration.SimulationOutput(sim_id, stations, times, values, metadata=<factory>)[source]#

Bases: object

Simulated values aligned with an ObservationSet.

The payload is intentionally small: a simulation id, station ids, a time axis, and one vector per station. Metadata can carry backend-specific details without changing the objective Protocol.

Parameters: