hydromodpy.results.derived#
Pure-function derivations of secondary fields from primary outputs.
The functions here turn primary fields (head, surface elevation, drain budget) into the quantities needed by figures and exports - water-table elevation, depth, seepage masks, fluxes. They never read the catalog directly: callers pass in numpy or xarray arrays and receive arrays back.
This keeps display code free of physics: a figure asks for a derived field already computed; the catalog or the extractor is responsible for invoking these helpers when ingesting solver output.
Functions
|
Convert a per-cell budget flux (m³/d) into a unit flux (m/d). |
|
Boolean cells where the water table reaches or exceeds the surface. |
|
Depth from surface to water table, clipped to ≥ 0. |
|
Water-table elevation - head at the uppermost saturated layer. |