HydroMT-DELWAQ: DELWAQ plugin for HydroMT#

Latest PyPI version Conda-Forge Latest developers docs Stable docs last release codecov License binder

HydroMT (Hydro Model Tools) is an open-source Python package that facilitates the process of building and analyzing 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 analyze model results once the simulation has finished.

This plugin provides an implementation of the model API for DELWAQ including:

  • demission: emission models, D-Emission (also referred to as EM in this documentation), that predicts the quantity (fluxes) of substances being released from sources of pollutants to the surface waters (mass/time).

  • delwaq fate and transport models, D-Water Quality (also referred to as WQ in this documentation), that predicts the fate and transport of substances in the surface waters (concentrations in mass / volume).

Getting Started

User Guide

D-Water Quality model components

D-Emissions model components

https://deltares.github.io/hydromt/latest/user_guide/models/model_build.html

https://deltares.github.io/hydromt/latest/user_guide/data_catalog/data_prepare_cat.html

API

What’s new