Fix typo in snakemake input
This commit is contained in:
parent
1c9845afff
commit
db9f234fad
@ -455,7 +455,7 @@ def update_wind_solar_costs(n, costs):
|
|||||||
tech = "offwind-" + connection
|
tech = "offwind-" + connection
|
||||||
if tech not in n.generators.carrier.values:
|
if tech not in n.generators.carrier.values:
|
||||||
continue
|
continue
|
||||||
profile = snakemake.input["profile_offwind_" + connection]
|
profile = snakemake.input["profile_offwind-" + connection]
|
||||||
with xr.open_dataset(profile) as ds:
|
with xr.open_dataset(profile) as ds:
|
||||||
|
|
||||||
# if-statement for compatibility with old profiles
|
# if-statement for compatibility with old profiles
|
||||||
|
Loading…
Reference in New Issue
Block a user