Merge pull request #280 from PyPSA/FabianHofmann-patch-1

Fix input listing in Snakefile
This commit is contained in:
Fabian Hofmann 2022-11-16 12:23:36 +01:00 committed by GitHub
commit 24d6ca16ed
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: