hydromodpy.solver.modflow6.postprocess_ops#
MODFLOW 6 post-processing helpers: unstructured accumulation and native mesh exports.
Functions
|
Accumulate one per-cell source field along a downhill mesh graph. |
|
Return one budget term, or None when the term is absent from the file. |
|
Return cell-to-cell adjacency for one unstructured planar mesh. |
|
Return total positive east-side CHD outflow [m3/s] for one stress period. |
|
Return east-boundary cell ids for one DISV topological layer. |
|
Write native mesh exports (NPZ, CSV, VTU, PNG) for cell-based outputs. |
|
Normalize time-indexed cell datasets to stacked (ntime, ncpl) arrays. |
|
Return True when one native mesh export format is enabled. |
|
Open one MF6 cell-budget file with a small precision fallback chain. |
|
Reshape flat (ncpl,) to (nrow, ncol) for raster export (structured only). |