hydromodpy.solver.modflow_nwt.nwt.postprocess#

  • Copyright (C) 2023-2025 Alexandre Gauvain, Ronan Abhervé, Jean-Raynald de Dreuzy

  • This program and the accompanying materials are made available under the

  • terms of the Eclipse Public License 2.0 which is available at

  • http://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0

  • which is available at https://www.apache.org/licenses/LICENSE-2.0.

  • SPDX-License-Identifier: EPL-2.0 OR Apache-2.0

Module attributes

NODATA

Sentinel value used for inactive / out-of-domain cells.

Functions

compute_groundwater_flux(cbb, kstpkper, ...)

Compute the groundwater flux magnitude at the top layer.

compute_groundwater_storage(wt_elev, zbot, ...)

Estimate volumetric groundwater storage per cell.

compute_outflow_drain(drain_data, ...)

Map drain-package outflow onto the 2-D model grid (vectorised).

compute_outlet_discharge_east_side_m3_s(...)

Sum east-side constant-head outflow from one MODFLOW-NWT budget record.

compute_seepage_areas(wt_elev, dem, dem_mask)

Identify seepage areas where the water table is at or above the DEM.

compute_watertable_depth(wt_elev, dem, dem_mask)

Compute the depth to the water table (DEM - water table elevation).

compute_watertable_elevation(head, nlay)

Extract the water table elevation from the 3-D head array.