hydromodpy.results.run_array#

Array / xarray provider bound to a single Run.

Routes the heavy field-array readers (dataset, to_xarray_batch) off the Run facade so the latter stays a slim orchestrator. Each Run instance owns one RunArrayProvider exposed as run.array.

Functions

lookup_zarr_path(root, zarr_path)

Resolve a registry zarr_path against a Zarr root, returning None if absent.

Classes

RunArrayProvider(run)

Field-array readers (UGRID / xarray) bound to a single Run.