add missing cutout input

This commit is contained in:
Fabian Neumann 2023-03-06 16:50:41 +01:00
parent 67468c118f
commit 3e9c07b5e9

View File

@ -686,7 +686,8 @@ rule build_simplified_population_layouts:
pop_layout_total="resources/" + RDIR + "pop_layout_total.nc", pop_layout_total="resources/" + RDIR + "pop_layout_total.nc",
pop_layout_urban="resources/" + RDIR + "pop_layout_urban.nc", pop_layout_urban="resources/" + RDIR + "pop_layout_urban.nc",
pop_layout_rural="resources/" + RDIR + "pop_layout_rural.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: output:
clustered_pop_layout="resources/" + RDIR + "pop_layout_elec_s{simpl}.csv" clustered_pop_layout="resources/" + RDIR + "pop_layout_elec_s{simpl}.csv"
resources: mem_mb=10000 resources: mem_mb=10000