Skip to content

Commit

Permalink
adjustments electrical clustering for eGon100RE
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosEpia committed Sep 11, 2024
1 parent 04c456e commit 4f4b720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etrago/cluster/electrical.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,14 +158,14 @@ def find_de_closest(network, bus_ne):
(network2.buses["carrier"] != "AC")
& (network2.buses["carrier"] != "CH4")
& (network2.buses["carrier"] != "H2_grid")
& (network2.buses["carrier"] != "H2")
& (network2.buses["carrier"] != "rural_heat_store")
& (network2.buses["carrier"] != "central_heat")
& (network2.buses["carrier"] != "central_heat_store")
]
map_carrier = {
"H2_saltcavern": "power_to_H2",
"dsm": "dsm",
"Li ion": "BEV charger",
"Li_ion": "BEV_charger",
"rural_heat": "rural_heat_pump",
}
Expand Down

0 comments on commit 4f4b720

Please sign in to comment.