hydromodpy.spatial.mesh.cartesian_grid.sgrid_fieldparam_discretization#

Core discretization primitives for planar-to-3D extrusion of FieldParam on one SGrid.

Design note#

The mesh adapter used here is intentionally planar (2D XY support), and the 3D result is produced by extrusion: - spatial support is discretized on 2D cells when heterogeneous mapping is used, - values are then evaluated on all SGrid layers using layer-center depths.

As a result: - values_3d is the main solver-ready output, - values_2d provides one planar reference map on the same support.

Functions

discretize_fieldparam_on_sgrid(*[, ...])

Discretize one FieldParam on one structured solver grid.

Classes

SGridFieldParamDiscretizationResult(...)

Result bundle for one discretization run.