hydromodpy.analysis.comparison.runtime.series#

TimeSlice / VariableSeries dataclasses and Zarr store loaders.

Functions

load_variable_series(*, run_folder, variable)

Load one variable series from the DuckDB+Zarr result store.

mask_depth_series_from_head_nodata(*, ...[, ...])

Mask watertable_depth where the companion head series carries nodata.

Classes

TimeSlice(time_key, time_index, values[, ...])

One variable payload at one simulation time index.

VariableSeries(variable_name, source_path, ...)

Loaded postprocess variable series.