Skip to content

Commit

Permalink
Update Readme and Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkvdb committed Feb 22, 2023
1 parent 2e07730 commit ca83865
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Release 3.x.x
-------------
- Added `separate_point_sources` output config option to configure wheter point sources should be output separately for chimere grids
- Added `scenario` model config option that causes to first search for input files with the `_scenario` suffix
- Support scaling of the emissions throug the scaling input file
- Support automatic scaling of the point sources when they exceed the reported total emissions

Release 3.0.0
-------------
- Complete rewrite of E-MAP as a command line tool
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ This section configures the model run
- `report_year` the report year of the emission data of the model run
- `spatial_pattern_exceptions` path to an xlsx file in which exceptions for spatial patterns are configured. These exceptions overrule the standard rules for spatial patterns.
- `included_pollutants` List of pollutants to include in the model run, this setting is optional, if it is not present all the configured pollutants will be included in the run.
- `scenario` First search for input files with the `_scenario` suffix before using the default input files, allows easy creation of scenarios with modified input files
- `point_source_rescale_threshold` The threshold for allowing automatic rescaling of point sources when they exceed the reported total emissions [0 - 100]

### Output section
This section configures the output of the model
Expand All @@ -89,6 +91,7 @@ This section configures the output of the model
- "SNAP"
- `create_country_rasters` set this option to true to generate geotiffs containing the emissions for the individual countries for each pollutant and each sector
- `create_grid_rasters` set this option to true to generate geotiffs for the configured grid for each pollutant and each sector
- `separate_point_sources` configure wheter point sources should be output separately for chimere grids (default = true)

### Options section
Additional options
Expand Down

0 comments on commit ca83865

Please sign in to comment.