prepare_sector_network: add floating wind to update cost function
This commit is contained in:
parent
72af49a78d
commit
ad38016f6d
@ -456,7 +456,7 @@ def update_wind_solar_costs(n, costs):
|
||||
clustermaps = busmap_s.map(busmap)
|
||||
|
||||
# code adapted from pypsa-eur/scripts/add_electricity.py
|
||||
for connection in ["dc", "ac"]:
|
||||
for connection in ["dc", "ac", "float"]:
|
||||
tech = "offwind-" + connection
|
||||
if tech not in n.generators.carrier.values:
|
||||
continue
|
||||
|
Loading…
Reference in New Issue
Block a user