Skip to content

Commit f00ecaa

Browse files
committed
correctly export H2 Store
1 parent 509d7b1 commit f00ecaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/pypsa-de/export_ariadne_variables.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1026,7 +1026,7 @@ def _get_capacities(n, region, cap_func, cap_string="Capacity|"):
10261026
capacities_h2.get("H2 Electrolysis", 0) + var[cap_string + "Hydrogen|Gas"]
10271027
)
10281028

1029-
var[cap_string + "Hydrogen|Reservoir"] = storage_capacities.get("H2", 0)
1029+
var[cap_string + "Hydrogen|Reservoir"] = storage_capacities.get("H2 Store", 0)
10301030

10311031
capacities_gas = (
10321032
cap_func(

0 commit comments

Comments
 (0)