Skip to content

Commit

Permalink
Use correct name for urban central heat bus in Germany
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaraBuettner committed Sep 25, 2024
1 parent cc6aedb commit 176e967
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/egon/data/datasets/pypsaeur/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1478,8 +1478,8 @@ def geothermal_district_heating(network):

network.add(
"Generator",
f"DE1 0 urban central geo thermal {i}",
bus="DE1 0 urban central heat",
f"DE0 0 urban central geo thermal {i}",
bus="DE0 0 urban central heat",
carrier="urban central geo thermal",
p_nom_extendable=True,
p_nom_max=row["potential [MW]"],
Expand Down

0 comments on commit 176e967

Please sign in to comment.