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