D-Emissions model components#

The HydroMT-DELWAQ plugin helps you preparing or updating several components of a D-Emissions 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-Emissions (demission) 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-Emissions model setup methods#

An overview of the available D-Emissions 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

setup_config()

Update config with a dictionary

setup_basemaps()

Set the model schematization using the hydromodel region and resolution.

setup_monitoring()

Set the monitoring points and areas.

setup_hydrology_forcing()

Prepare the hydrological fluxes.

setup_climate_forcing()

Prepare the climate forcing (eg for temperature modelling).

setup_emission_raster()

Generate emission related data from a raster data source.

setup_emission_vector()

Generate emission related data from a vector data source.

setup_emission_mapping()

Generate several emission related data based on a table and distributed over related regions (eg administrative boundaries).

setup_roads()

Set roads network and statistics.

D-Emissions model components#

The following table provides an overview of which DemissionModel attribute contains which D-Emissions in- and output files. The files are read and written with the associated read- and write- methods, i.e. read() and write() for the config attribute.

DemissionModel components

D-Emissions files

config

several config/*.inc files linked to emission.inp

staticdata

several static binary data for emission calculation in staticdata/*.dat

geoms

geometries from the geoms folder (basins.geojson, monareas.geojson etc.)

forcing

hydrology.bin

hydromaps

additional hydromodel/*.tif files with information on the coupled hydrology/hydrodynamic model.

geometry

geometry of the D-Emissions segments (area, fraction paved, unpaved and open water) saved in the config folder.