perfect foresight: store configs in results dir

This commit is contained in:
Fabian 2024-03-19 11:26:36 +01:00
parent 82ac7df318
commit 86a6c3223d

View File

@ -110,7 +110,8 @@ rule solve_sector_network_perfect:
output:
network=RESULTS
+ "postnetworks/elec_s{simpl}_{clusters}_l{ll}_{opts}_{sector_opts}_brownfield_all_years.nc",
config="configs/config.elec_s{simpl}_{clusters}_l{ll}_{opts}_{sector_opts}_brownfield_all_years.yaml",
config=RESULTS
+ "configs/config.elec_s{simpl}_{clusters}_l{ll}_{opts}_{sector_opts}_brownfield_all_years.yaml",
threads: solver_threads
resources:
mem_mb=config_provider("solving", "mem"),