generated from iiasa/scse-workflow-template
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use latest common-definitions and add European regions (#1)
- Loading branch information
1 parent
2854dc9
commit 964a4da
Showing
6 changed files
with
99 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
# This file was created using the script `data/write-countries.py` | ||
# DO NOT ALTER THIS FILE MANUALLY! | ||
|
||
# List of countries | ||
- Countries: | ||
- Albania | ||
- Austria | ||
- Belarus | ||
- Belgium | ||
- Bosnia and Herzegovina | ||
- Bulgaria | ||
- Croatia | ||
- Cyprus | ||
- Czechia | ||
- Denmark | ||
- Estonia | ||
- Finland | ||
- France | ||
- Germany | ||
- Greece | ||
- Hungary | ||
- Iceland | ||
- Ireland | ||
- Italy | ||
- Kosovo | ||
- Latvia | ||
- Liechtenstein | ||
- Lithuania | ||
- Luxembourg | ||
- Malta | ||
- Moldova | ||
- Monaco | ||
- Montenegro | ||
- Netherlands | ||
- North Macedonia | ||
- Norway | ||
- Poland | ||
- Portugal | ||
- Romania | ||
- Russian Federation | ||
- Serbia | ||
- Slovakia | ||
- Slovenia | ||
- Spain | ||
- Sweden | ||
- Switzerland | ||
- Turkey | ||
- Ukraine | ||
- United Kingdom |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
- European Regions: | ||
|
||
# generic definitions of Europe | ||
- Europe (excl. Turkey) | ||
- Europe (incl. Turkey) | ||
|
||
# definitions of European regions and groups of countries | ||
- EU27 & UK: | ||
description: European Union and the United Kingdom (formerly EU28) | ||
countries: [ | ||
Austria, Belgium, Bulgaria, Croatia, Cyprus, Czechia, Denmark, Estonia, Finland, | ||
France, Germany, Greece, Hungary, Ireland, Italy, Latvia, Lithuania, Luxembourg, | ||
Malta, Netherlands, Poland, Portugal, Romania, Slovakia, Slovenia, Spain, | ||
Sweden, United Kingdom | ||
] | ||
- EU27: | ||
countries: [ | ||
Austria, Belgium, Bulgaria, Croatia, Cyprus, Czechia, Denmark, Estonia, Finland, | ||
France, Germany, Greece, Hungary, Ireland, Italy, Latvia, Lithuania, Luxembourg, | ||
Malta, Netherlands, Poland, Portugal, Romania, Slovakia, Slovenia, Spain, Sweden | ||
] | ||
- EU27 (excl. Malta & Cyprus): | ||
countries: [ | ||
Austria, Belgium, Bulgaria, Croatia, Czechia, Denmark, Estonia, Finland, France, | ||
Germany, Greece, Hungary, Ireland, Italy, Latvia, Lithuania, Luxembourg, | ||
Netherlands, Poland, Portugal, Romania, Slovakia, Slovenia, Spain, Sweden | ||
] | ||
- EFTA: | ||
description: European Free Trade Association | ||
countries: [Iceland, Liechtenstein, Norway, Switzerland] | ||
source: https://en.wikipedia.org/wiki/European_Free_Trade_Association | ||
- Non-EU-Balkans: | ||
countries: [ | ||
Albania, Bosnia and Herzegovina, Montenegro, North Macedonia, Serbia, Kosovo | ||
] |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
- Emissions|CO2: | ||
description: Total net emissions of carbon dioxide (CO2) | ||
unit: Mt CO2/yr | ||
# This file provides variables with different units compared to "common-definitions" | ||
- Price|Carbon: | ||
description: Price of carbon | ||
unit: EUR_2020/t CO2 | ||
tier: 1 | ||
drop_negative_weights: false | ||
weight: Emissions|CO2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,12 @@ | ||
dimensions: | ||
- variable | ||
- region | ||
repositories: | ||
common-definitions: | ||
url: https://github.com/IAMconsortium/common-definitions.git/ | ||
definitions: | ||
variable: | ||
repository: common-definitions | ||
region: | ||
repository: common-definitions | ||
repository: | ||
name: common-definitions | ||
exclude: | ||
- name: Price|Carbon |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
pyam-iamc >= 2.1 # the `pyam` package is released on pypi under this name | ||
nomenclature-iamc >= 0.16 | ||
nomenclature-iamc >= 0.21 |