From 3e9c07b5e9985d6ea25406c9c870348dfdbd5c58 Mon Sep 17 00:00:00 2001 From: Fabian Neumann Date: Mon, 6 Mar 2023 16:50:41 +0100 Subject: [PATCH] add missing cutout input --- Snakefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Snakefile b/Snakefile index e04a71d3..5480074e 100644 --- a/Snakefile +++ b/Snakefile @@ -686,7 +686,8 @@ rule build_simplified_population_layouts: pop_layout_total="resources/" + RDIR + "pop_layout_total.nc", pop_layout_urban="resources/" + RDIR + "pop_layout_urban.nc", pop_layout_rural="resources/" + RDIR + "pop_layout_rural.nc", - regions_onshore='resources/' + RDIR + 'regions_onshore_elec_s{simpl}.geojson' + regions_onshore='resources/' + RDIR + 'regions_onshore_elec_s{simpl}.geojson', + cutout="cutouts/" + CDIR + config["atlite"]["default_cutout"] + ".nc", output: clustered_pop_layout="resources/" + RDIR + "pop_layout_elec_s{simpl}.csv" resources: mem_mb=10000