Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add variables required for ECEMF parameter-input comparison #312

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions definitions/variable/energy/energy-primary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,12 @@
- Primary Energy|Wind:
description: Primary energy consumption from wind energy
unit: EJ/yr
- Primary Energy|Wind|Onshore:
description: Primary energy consumption from onshore wind energy
unit: EJ/yr
- Primary Energy|Wind|Offshore:
description: Primary energy consumption from offshore wind energy
unit: EJ/yr
- Primary Energy|Other:
description: Total primary energy consumption
unit: EJ/yr
Expand Down
12 changes: 12 additions & 0 deletions definitions/variable/technology/technologies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@
description: Total installed heat generation capacity for the industrial sector
from {Fuel}
unit: GW
- Efficiency|Hydrogen|Electricity:
description: Efficiency of producing hydrogen from electricity
unit: "%"
skip-region-aggregation: true
- Lifetime|Electricity|Nuclear:
description: Planned technical lifetime of operation for a nuclear power plant
unit: years
skip-region-aggregation: true
- Capital Cost|Electricity|{Electricity Input}:
description: Capital cost for {Electricity Input}
unit: [EUR_2020/kW, USD_2010/kW]
Expand All @@ -33,6 +41,10 @@
description: Capital cost for {Storage Type}
unit: [EUR_2020/kW, USD_2010/kW]
skip-region-aggregation: true
- Capital Cost|Hydrogen|Electricity:
description: Capital cost for hydrogen production from electricity
unit: [EUR_2020/kW, USD_2010/kW]
skip-region-aggregation: true
- Capital Cost|Heat|Residential and Commercial|{Fuel}:
description: Capital cost for {Fuel}
unit: [EUR_2020/kW, USD_2010/kW]
Expand Down