hydromodpy.spatial.field.core.field_spatial_weighted_discretization#

Concrete discretization based on per-zone cell fractions.

This implementation corresponds to the current workflow: - each key (zone/material) has one per-cell weight/fraction array, - FieldParam aggregates values with a weighted average.

Classes

WeightedAverageFieldDiscretization(mesh, ...)

Weighted-average discretization with per-zone fractions on mesh cells.