D-Water Quality model components#
The HydroMT-delwaq plugin helps you preparing or updating several components of a D-Water Quality model such as emission information or forcing. The main interactions are available from the HydroMT Command Line Interface and allow you to configure HydroMT in order to build or update D-Water Quality (WQ) models.
When building or updating a model from command line a model region, a model setup configuration (.yml file) with model components and options and, optionally, a data catalog (.yml) file should be prepared.
D-Water Quality model setup methods#
An overview of the available D-Water Quality model setup methods is provided in the table below. When using HydroMT from the command line only the setup methods are exposed. Click on a specific method see its documentation.
Method |
Explanation |
|---|---|
Update config with a dictionary |
|
Set the model schematization using the hydromodel region and resolution. |
|
Set the monitoring points and areas. |
|
Prepare the hydrological fluxes. |
|
Prepare the sediment emission fluxes. |
|
Prepare the climate forcing (eg for temperature modelling). |
|
Generate gridded staticdata from a raster data source. |
D-Water Quality model components#
The following table provides an overview of which DelwaqModel
attribute contains which D-Water Quality in- and output files. The files are read and written with the associated
read- and write- methods, i.e. read_config()
and write_config() for the
config attribute.
|
D-Water Quality files |
|---|---|
|
several config/*.inc files linked to delwaq.inp |
|
several static binary data for fate and transport calculation in staticdata/*.dat |
|
geometries from the geoms folder (basins.geojson, monareas.geojson etc.) |
|
flow.dat, volume.dat, sediment.dat, climate.dat |
|
additional hydromodel/*.tif files with information on the coupled hydrology/hydrodynamic model. |
|
pointer file pointer.poi and linked information. |