Update build_renewable_profiles
Add solar-hsat to Onshore technologies
This commit is contained in:
parent
91de7a891d
commit
b9cb82cc3b
@ -301,7 +301,7 @@ rule build_renewable_profiles:
|
|||||||
offshore_shapes=resources("offshore_shapes.geojson"),
|
offshore_shapes=resources("offshore_shapes.geojson"),
|
||||||
regions=lambda w: (
|
regions=lambda w: (
|
||||||
resources("regions_onshore.geojson")
|
resources("regions_onshore.geojson")
|
||||||
if w.technology in ("onwind", "solar")
|
if w.technology in ("onwind", "solar", "solar-hsat")
|
||||||
else resources("regions_offshore.geojson")
|
else resources("regions_offshore.geojson")
|
||||||
),
|
),
|
||||||
cutout=lambda w: "cutouts/"
|
cutout=lambda w: "cutouts/"
|
||||||
|
Loading…
Reference in New Issue
Block a user