Skip to content

Commit

Permalink
rename to SOEC
Browse files Browse the repository at this point in the history
  • Loading branch information
yerbol-akhmetov committed Dec 7, 2024
1 parent f71bb79 commit 3bdf5ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config.default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ sector:
set_color_shares: false
blue_share: 0.40
pink_share: 0.05
production: ["H2 Electrolysis", "SMR", "SMR CC"] # ["Alkaline electrolyzer", "PEM electrolyzer", "SOEC electrolyzer", "Solid biomass steam reforming", "Biomass gasification", "Biomass gasification CC", "Natural gas steam reforming", "Natural gas steam reforming CC", "Coal gasification", "Coal gasification CC", "Heavy oil partial oxidation"]
production: ["H2 Electrolysis", "SMR", "SMR CC"] # ["Alkaline electrolyzer", "PEM electrolyzer", "SOEC", "Solid biomass steam reforming", "Biomass gasification", "Biomass gasification CC", "Natural gas steam reforming", "Natural gas steam reforming CC", "Coal gasification", "Coal gasification CC", "Heavy oil partial oxidation"]

coal:
spatial_coal: true
Expand Down
6 changes: 3 additions & 3 deletions scripts/prepare_sector_network.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ def add_hydrogen(n, costs):
"H2 Electrolysis",
"Alkaline electrolyzer",
"PEM electrolyzer",
"SOEC electrolyzer",
"SOEC",
"Solid biomass steam reforming",
"Biomass gasification",
"Biomass gasification CC",
Expand All @@ -225,7 +225,7 @@ def add_hydrogen(n, costs):
"H2 Electrolysis": {"bus1": spatial.nodes + " grid H2"},
"Alkaline electrolyzer": {"bus1": spatial.nodes + " grid H2"},
"PEM electrolyzer": {"bus1": spatial.nodes + " grid H2"},
"SOEC electrolyzer": {"bus1": spatial.nodes + " grid H2"},
"SOEC": {"bus1": spatial.nodes + " grid H2"},
"Solid biomass steam reforming": {
"bus0": spatial.biomass.nodes,
"bus1": spatial.nodes + " grid H2",
Expand Down Expand Up @@ -367,7 +367,7 @@ def add_hydrogen(n, costs):
"H2 Electrolysis",
"Alkaline electrolyzer",
"PEM electrolyzer",
"SOEC electrolyzer",
"SOEC",
]:
# H2 production technology name in costs file
costs_name = "electrolysis" if h2_tech == "H2 Electrolysis" else h2_tech
Expand Down

0 comments on commit 3bdf5ff

Please sign in to comment.