Skip to content

Commit 4e5c3e0

Browse files
committed
Add lowflex scenario to gas clustering
1 parent 4e66bdc commit 4e5c3e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etrago/cluster/gas.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ def gas_postprocessing(etrago, busmap, medoid_idx=None, apply_on="grid_model"):
391391
else:
392392
network = etrago.pre_market_model
393393

394-
if ("H2_grid" in network.buses.carrier.unique()) & (scn in ["eGon2035"]):
394+
if ("H2_grid" in network.buses.carrier.unique()) & (scn in ["eGon2035", "eGon2035_lowflex"]):
395395
busmap = get_h2_clusters(etrago, busmap)
396396

397397
# Add all other buses to busmap

0 commit comments

Comments
 (0)