Skip to content

Commit

Permalink
Release 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkvdb committed May 12, 2023
1 parent 844c450 commit e2ef4c7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.19)

project(e-map
VERSION 3.0.0
VERSION 3.1.0
LANGUAGES CXX
)

Expand Down
5 changes: 3 additions & 2 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
Release 3.x.x
Release 3.1.0
-------------
- 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, for point sources the scnario name is check as infix: emap_{scenario}_{pollutant}_{year}_*.csv
- Support scaling of the emissions throug the scaling input file
- Support scaling of the emissions through the scaling input file
- Support automatic scaling of the point sources when they exceed the reported total emissions
- Addition scaling information in the run summary

Release 3.0.0
-------------
Expand Down
2 changes: 1 addition & 1 deletion cli/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ int main(int argc, char** argv)
fmt::print("{}\n", fmt::streamed(cli));
return EXIT_SUCCESS;
} else if (options.showVersion) {
fmt::print("E-MAP {} ({})", EMAP_VERSION, EMAP_COMMIT_HASH);
fmt::print("E-MAP {} ({})\n", EMAP_VERSION, EMAP_COMMIT_HASH);
return EXIT_SUCCESS;
}
}
Expand Down

0 comments on commit e2ef4c7

Please sign in to comment.