Update rule: determine_availability_matrix

Add solar-hsat as an Onshore technology
This commit is contained in:
Parisra 2024-04-25 11:28:33 +02:00 committed by GitHub
parent 94e45168f8
commit 91de7a891d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -233,7 +233,7 @@ rule determine_availability_matrix_MD_UA:
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/"