hydromodpy.spatial.mesh.gmsh_grid.planar_forcing_discretization#
Forcing discretization helpers for 2-D Gmsh planar meshes.
This module reuses the structured-grid forcing bridge by exposing Gmsh cell
centroids as a degenerate (n_cells, 1) pseudo-grid. That keeps temporal
aggregation, unit conversion, and interpolation behavior aligned with the
existing structured MODFLOW path while producing one scalar per planar cell.
Functions
|
Discretize gridded forcing fields to one value per Gmsh cell. |
|
Interpolate located point forcings to one value per Gmsh cell. |