Skip to content

Commit

Permalink
restore h2 comment
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorb1 committed Apr 23, 2024
1 parent 6c8c930 commit 2881ec4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions workflow/scripts/add_electricity.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,12 +194,12 @@ def costs_for_storage(store, link1, link2=None, max_hours=1.0):
costs.loc["battery inverter"],
max_hours=max_hours["battery"],
)
# costs.loc["H2"] = costs_for_storage(
# costs.loc["hydrogen storage underground"],
# costs.loc["fuel cell"],
# costs.loc["electrolysis"],
# max_hours=max_hours["H2"],
# )
costs.loc["H2"] = costs_for_storage(
costs.loc["hydrogen storage underground"],
costs.loc["fuel cell"],
costs.loc["electrolysis"],
max_hours=max_hours["H2"],
)

for attr in ("marginal_cost", "capital_cost"):
overwrites = config.get(attr)
Expand Down

0 comments on commit 2881ec4

Please sign in to comment.