From b9cb82cc3bc8608939f611a32d1b242126f61e85 Mon Sep 17 00:00:00 2001 From: Parisra <102019906+Parisra@users.noreply.github.com> Date: Thu, 25 Apr 2024 11:30:42 +0200 Subject: [PATCH] Update build_renewable_profiles Add solar-hsat to Onshore technologies --- rules/build_electricity.smk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/build_electricity.smk b/rules/build_electricity.smk index fac383d9..afe0db8e 100644 --- a/rules/build_electricity.smk +++ b/rules/build_electricity.smk @@ -301,7 +301,7 @@ rule build_renewable_profiles: 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/"