Fix input listing in Snakefile

This commit is contained in:
Fabian Hofmann 2022-11-16 12:18:58 +01:00 committed by GitHub
parent d35d3c3c21
commit e1e18a50e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -598,8 +598,8 @@ if config["foresight"] == "overnight":
overrides="data/override_component_attrs",
network=RDIR + "/prenetworks/elec_s{simpl}_{clusters}_lv{lv}_{opts}_{sector_opts}_{planning_horizons}.nc",
costs=CDIR + "costs_{}.csv".format(config['costs']['year']),
config=SDIR + '/configs/config.yaml'
env=SDIR + '/configs/environment.yaml'
config=SDIR + '/configs/config.yaml',
env=SDIR + '/configs/environment.yaml',
output: RDIR + "/postnetworks/elec_s{simpl}_{clusters}_lv{lv}_{opts}_{sector_opts}_{planning_horizons}.nc"
shadow: "shallow"
log: