Skip to content

Commit

Permalink
Add H2_underground to seasonal storages
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaraBuettner committed Feb 19, 2025
1 parent 5066441 commit b91bfaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etrago/execute/market_optimization.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ def optimize_with_rolling_horizon(
# Select seasonal stores
seasonal_stores = n.stores.index[
n.stores.carrier.isin(
["central_heat_store", "H2_overground", "CH4"]
["central_heat_store", "H2_overground", "CH4", "H2_underground"]
)
]

Expand Down

0 comments on commit b91bfaa

Please sign in to comment.