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_fields_on_planar_mesh(*, ...[, ...])

Discretize gridded forcing fields to one value per Gmsh cell.

discretize_points_on_planar_mesh(*, ...[, ...])

Interpolate located point forcings to one value per Gmsh cell.