Snakefile: load data is weather-year dependent

This commit is contained in:
Fabian Neumann 2022-06-15 14:15:00 +02:00
parent 95b01735c8
commit 0b27e40710

View File

@ -240,7 +240,7 @@ rule add_electricity:
powerplants='resources/powerplants.csv',
hydro_capacities='data/bundle/hydro_capacities.csv',
geth_hydro_capacities='data/geth2015_hydro_capacities.csv',
load='resources/load.csv',
load='resources/load{weather_year}.csv',
nuts3_shapes='resources/nuts3_shapes.geojson',
**{f"profile_{tech}": "resources/profile{weather_year}_" + f"{tech}.nc"
for tech in config['renewable']}