hydromodpy.workflow.steps.export#

Export step - save run artifacts, finalize the store, clean scratch.

Functions

step_cleanup_scratch(ctx, *[, keep_solver_files])

Remove .solver_scratch/ unless keep_solver_files is True.

step_finalize_store(ctx, *[, wall_seconds, ...])

Finalize the simulation in the store and close it.

step_save_run_artifacts(ctx, wall_seconds)

Save optional run artifacts.

Classes

ExportStep()

Save artefacts, finalize and close the catalog.