[mesh_input] MeshInputConfig#
TOML section: [mesh_input]
Pydantic model: MeshInputConfig defined in hydromodpy.core.config_kit.mesh_input.
External pre-existing mesh declared in [mesh_input].
Either mesh_path or bundle_dir must be provided. Paths are stored
as Path instances; relative paths are resolved by the call site (the
simulation launcher resolves them against the TOML directory).
Fields#
mesh_path
Path | None default = None user source
Path to the external planar mesh file (typically a
.msh). Required whenbundle_diris not provided. Relative paths are resolved against the TOML directory.
bundle_dir
Path | None default = None user source
Path to the solver-exchange mesh bundle directory associated with the external mesh. Required when
mesh_pathis not provided. Relative paths are resolved against the TOML directory.
Starter TOML snippet#
Cases using this section#
Validation gallery cases that reference fields from this section: