Snakefile: add powerplants to results-dir

This commit is contained in:
Fabian Neumann 2022-04-08 13:20:43 +02:00
parent 40c882f0e9
commit 881c822437

View File

@ -221,7 +221,7 @@ rule add_electricity:
base_network='networks/base.nc',
tech_costs=COSTS,
regions="resources/regions_onshore.geojson",
powerplants='resources/powerplants.csv',
powerplants=RDIR + '/resources/powerplants.csv',
hydro_capacities='data/bundle/hydro_capacities.csv',
geth_hydro_capacities='data/geth2015_hydro_capacities.csv',
load='resources/load.csv',