generated from iiasa/scse-workflow-template
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a first list of macro-economy variables (#57)
Co-authored-by: Daniel Huppmann <[email protected]>
- Loading branch information
1 parent
fe40d01
commit 86b357e
Showing
8 changed files
with
72 additions
and
3 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,5 @@ | ||
- Consumption: | ||
description: total consumption of all goods, by all consumers in a region | ||
unit: billion USD_2010/yr | ||
tier: 1 | ||
min: 0 |
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,6 +1,25 @@ | ||
- GDP|MER: | ||
definition: GDP converted to USD at market exchange rate (MER) | ||
unit: billion USD_2010/yr | ||
tier: 1 | ||
- GDP|PPP: | ||
definition: GDP converted to USD using purchasing power parity (PPP) | ||
unit: billion USD_2010/yr | ||
tier: 1 | ||
- Value Added|{Economic Sectors}: | ||
description: Value added by the {Economic Sectors} | ||
unit: billion USD_2010/yr | ||
tier: {Economic Sectors} | ||
navigate: Value Added|Commercial | ||
- Capital Formation: | ||
description: net additions to the physical capital stock | ||
unit: billion USD_2010/yr | ||
tier: 1 | ||
- Expenditure|Government: | ||
description: total government expenditure | ||
unit: billion USD_2010/yr | ||
tier: 1 | ||
- Expenditure|Household: | ||
description: Total household expenditure | ||
unit: billion USD_2010/yr | ||
tier: 1 |
10 changes: 10 additions & 0 deletions
10
definitions/variable/macro-economy/macroeconomic_other.yaml
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,10 @@ | ||
- Price|Carbon: | ||
description: Price of carbon | ||
unit: USD_2010/t CO2 | ||
tier: 1 | ||
drop_negative_weights: false | ||
weight: Emissions|CO2 | ||
- Revenue|Government: | ||
description: Government revenue | ||
unit: billion USD_2010/yr | ||
tier: 1 |
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,10 @@ | ||
- Economic Sectors: | ||
- Agriculture: | ||
description: the aggregated agricultural sectors (ISIC Rev.4 A) | ||
tier: 1 | ||
- Industry: | ||
description: the aggregated industrial sector (ISIC Rev.4 B-F) | ||
tier: 1 | ||
- Services: | ||
description: the aggregated services sector (ISIC Rev.4 G-X) | ||
tier: 1 |
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,10 @@ | ||
- Trade|Export [Value]: | ||
description: total exports measured in monetary quantities | ||
unit: billion USD_2010/yr | ||
tier: 1 | ||
min: 0 | ||
- Trade|Import [Value]: | ||
description: total imports measured in monetary quantities | ||
unit: billion USD_2010/yr | ||
tier: 1 | ||
min: 0 |
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,18 +1,29 @@ | ||
- Population: | ||
definition: Total population | ||
unit: million | ||
tier: 1 | ||
- Population|{Labor Force}: | ||
definition: Inhabitants which are {Labor Force} | ||
unit: million | ||
tier: 1 | ||
min: 0 | ||
- Population|Urban: | ||
definition: Total population living in urban areas | ||
unit: million | ||
tier: 2 | ||
- Population|{Gender}: | ||
definition: Total {Gender} population | ||
unit: million | ||
tier: 2 | ||
- Population|{Gender}|{Age}: | ||
definition: Total {Gender} population {Age} | ||
unit: million | ||
tier: 3 | ||
- Population|{Gender}|{Age}|{Education}: | ||
definition: Total {Gender} population {Age} with {Education} | ||
unit: million | ||
tier: 3 | ||
- Mean Years of Education|{Gender}|{Age}: | ||
definition: Mean years of formal education of the {Gender} population {Age} | ||
unit: years | ||
tier: 3 |
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,7 @@ | ||
- Labor Force: | ||
- Not Active: | ||
definition: not at the age of working (not part of the active population / labor force) | ||
- Employment: | ||
definition: at the age of working (part of the active population / labor force) and employed | ||
- Unemployment: | ||
definition: at the age of working (part of the active population / labor force) and unemployed |
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