hydromodpy.results.virtual_fields#

On-the-fly derived fields computed from stored primary variables.

The store only persists primary variables (head, budget spatial fields, topography). Derived quantities like watertable_elevation and seepage_mask are computed transparently by query_field() when not found in Zarr.

Functions

compute_virtual_field(store, sim_id, ...)

Compute a virtual field on-the-fly, or return None if unknown.