hydromodpy.results.catalog.writes_zarr#

Zarr write concern for SimulationCatalog.

Field/time/CRS/mesh and geographic raster writes are forwarded to the per-simulation SimulationZarr handle opened through LifecycleMixin.open_zarr. Methods early-return when self._persistence.save_zarr is False so a single switch governs the Zarr sink.

Classes

WritesMixinZarr()

Zarr-backed write operations for the catalog facade.