hydromodpy.workflow.steps.prepare_solver.prepare#
Concern 1 of PrepareSolverStep: persistence helpers.
Hosts the helpers that write inputs to disk before the solver runs:
parameter writes via
step_persist_params()mesh persistence via
step_persist_mesh()geographic raster persistence via
step_persist_geographic()provenance fingerprints via
step_write_provenance()forcings persistence via
step_persist_forcings()
The functions stay free-standing so notebook helpers and the orchestrator prepared-run path keep importing them by name.
Functions
|
Persist input forcings into the Zarr |
|
Persist the geographic rasters (DEM, watershed masks) into the Zarr. |
|
Write mesh topology into the simulation's Zarr. |
|
Write hydraulic parameters from a Flow object into the catalog. |
|
Record provenance fingerprints for each loaded data variable. |