[observation] ObservationConfig#
TOML section: [observation]
Pydantic model: ObservationConfig defined in hydromodpy.simulation.planning.observation_config.
Configuration for [observation]: points sampled during the run.
Example#
[observation]
variables = ["head", "watertable_depth"]
[[observation.points]]
id = "piezo_amont"
x = 395100.0
y = 6824925.0
depth = 12.5
Show fields:
Fields#
points
in TOML:
[[observation.points]]
list[ObservationPointConfig] factory user source
Observation points sampled once the run has produced its fields.
variables
list[str] factory user source
Variables sampled at every point that does not name its own. Virtual fields (watertable_depth, seepage_mask …) are accepted.