hydromodpy.results.zarr_store.simulation_zarr#
SimulationZarr: per-simulation Zarr v2 store (CF-1.11 + ACDD-1.3 + UGRID-1.0).
Thin facade over four single-concern modules:
hydromodpy.results.zarr_store.zarr_schema— layout contract and schema-version enforcement.hydromodpy.results.zarr_store.zarr_writer— everywrite_*and the CF-attribute composition.hydromodpy.results.zarr_store.zarr_reader— everyread_*and the root-attribute readers.hydromodpy.results.zarr_store.zarr_finalizer— write lock,consolidate_metadata,pack_to_zip,close.
Refer to reports_db/03_zarr_stores.md and
reports_db/99_target_architecture.md §5 for the layout contract.
Classes
|
Per-simulation Zarr v2 store. |