D-Emission 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 sources (.yml) file should be prepared.

D-Emissions model setup methods#

An overview of the available D-Emissions model setup components is provided in the table below. When using HydroMT from the command line only the setup components are exposed. Click on a specific method see its documentation.

Method

Explanation

setup_config()

Update config with a dictionary

setup_basemaps()

This component sets the model schematization using the hydromodel region and resolution.

setup_monitoring()

This component sets the monitoring points and areas.

setup_hydrology_forcing()

This component prepares the hydrological fluxes.

setup_climate_forcing()

This component prepares the climate forcing (eg for temperature modelling).

setup_emission_raster()

This component generates emission related data from a raster data source.

setup_emission_vector()

This component generates emission related data from a vector data source.

setup_emission_mapping()

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

setup_roads()

This component sets 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_config() and write_config() for the config attribute.

DemissionModel attribute

D-Emissions model

config

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

grid

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.