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 |
|---|---|
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 climate forcing (eg for temperature modelling). |
|
Generate emission related data from a raster data source. |
|
Generate emission related data from a vector data source. |
|
Generate several emission related data based on a table and distributed over related regions (eg administrative boundaries). |
|
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.
|
D-Emissions files |
|---|---|
|
several config/*.inc files linked to emission.inp |
|
several static binary data for emission calculation in staticdata/*.dat |
|
geometries from the geoms folder (basins.geojson, monareas.geojson etc.) |
|
hydrology.bin |
|
additional hydromodel/*.tif files with information on the coupled hydrology/hydrodynamic model. |
|
geometry of the D-Emissions segments (area, fraction paved, unpaved and open water) saved in the config folder. |