Skip to content

Commit

Permalink
add hydrogen and storage parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
robertpietzcker committed Oct 21, 2024
1 parent d21b58a commit 8d0ae54
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 3 deletions.
3 changes: 1 addition & 2 deletions definitions/variable/tag_storage_types.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
# in a variable-definition yaml file

# This list is intended for use as input energy storage system to the power sector
# it only accounts for storage options which are not "generating" energy , meaning that it
# does not include hydro
# It does include Pumped Hydro - when analyzing variables, make sure to check for reporting overlap with hydro variables

- Storage Type:
- Battery:
Expand Down
30 changes: 29 additions & 1 deletion definitions/variable/technology/technologies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -322,8 +322,20 @@
description: Efficiency of producing hydrogen from electricity
unit: "%"
skip-region-aggregation: true
- Efficiency|Electricity|{Electricity Input}:
description: Efficiency of producing electricity from {Electricity Input}
unit: "%"
skip-region-aggregation: true
- Lifetime|Electricity|{Electricity Input}:
description: Planned technical lifetime of operation for {Electricity Input}
description: Planned average technical lifetime of operation for a {Electricity Input} power plant
unit: years
skip-region-aggregation: true
- Lifetime|Hydrogen|Electricity:
description: Planned average technical lifetime of hydrogen electrolyzer
unit: years
skip-region-aggregation: true
- Lifetime|Electricity|Storage|{Storage Types}:
description: Planned average technical lifetime of operation for {Electricity Input}
unit: years
skip-region-aggregation: true
- Capital Cost|Electricity|{Electricity Input}:
Expand All @@ -334,6 +346,14 @@
description: Capital cost for {Storage Type}
unit: [EUR_2020/kW, USD_2010/kW]
skip-region-aggregation: true
- Capital Cost|Electricity|Storage|Power|{Storage Type}:
description: Capital cost per conversion capacity for {Storage Type}
unit: [EUR_2020/kW, USD_2010/kW]
skip-region-aggregation: true
- Capital Cost|Electricity|Storage|Reservoir|{Storage Type}:
description: Capital cost per reservoir capacity for {Storage Type}
unit: [EUR_2020/kWh, USD_2010/kWh]
skip-region-aggregation: true
- Capital Cost|Hydrogen|Electricity:
description: Capital cost for hydrogen production from electricity
unit: [EUR_2020/kW, USD_2010/kW]
Expand Down Expand Up @@ -366,6 +386,14 @@
description: Fixed O&M cost for {Electricity Input}
unit: [EUR_2020/kW/yr, USD_2010/kW/yr]
skip-region-aggregation: true
- Fixed Cost|Electricity|Storage|{Storage Type}:
description: Fixed O&M cost for {Storage Type}
unit: [EUR_2020/kW/yr, USD_2010/kW/yr]
skip-region-aggregation: true
- Fixed Cost|Hydrogen|Electricity:
description: Fixed O&M cost for hydrogen electrolyzer
unit: [EUR_2020/kW/yr, USD_2010/kW/yr]
skip-region-aggregation: true
- Fixed Cost|Heat|Residential and Commercial|{Fuel}:
description: Fixed O&M for {Fuel}
unit: [EUR_2020/kW/yr, USD_2010/kW/yr]
Expand Down

0 comments on commit 8d0ae54

Please sign in to comment.