hydromodpy.solver.modflow6.common.forcing_discretization#

Shared discretization helpers for heterogeneous MODFLOW forcing sources.

Functions

broadcast_to_stress_periods(values, *, nper)

Expand a steady scalar or constant array to a per-stress-period dict.

discretize_spatially_distributed_source(...)

Discretize one heterogeneous source onto the current solver support.

has_spatially_distributed_source(load_result)

Return whether one forcing source exposes gridded fields or located points.

stress_period_axes(nper)

Return the list of stress-period indices [0, ..., nper-1].