An open-source Python package that facilitates the process of building and analysing spatial geoscientific models with a focus on water system models. It does so by automating the workflow to go from raw data to a complete model instance which is ready to run and to analyse model results once the simulation has finished. This plugin provides an implementation of the model API for the WFLOW model.
Setting up distributed hydrological models typically requires many (manual) steps to process input data and might therefore be time consuming and hard to reproduce. Especially improving models based on global-local geospatial datasets, which are rapidly becoming available at increasingly high resolutions, might be challenging. HydroMT-Wflow aims to make the Wflow model building and updating processes fast, modular and reproducible and to facilitate the analysis of the model results.
The HydroMT-Wflow plugin can be used as a command line application, which provides commands to build, update and clip a Wflow model with a single line, or from Python to exploit its rich interface. You can learn more about how to use HydroMT-Wflow in its online documentation. For a smooth installation experience, we recommend installing HydroMT-Wflow and its dependencies from conda-forge in a clean environment, see the installation guide.