Fix input listing in Snakefile
This commit is contained in:
parent
d35d3c3c21
commit
e1e18a50e7
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user