Update build_renewable_profiles

Add solar-hsat to Onshore technologies
This commit is contained in:
Parisra 2024-04-25 11:30:42 +02:00 committed by GitHub
parent 91de7a891d
commit b9cb82cc3b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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/"