add logs to plot_*_network rules

This commit is contained in:
Fabian Neumann 2024-02-07 17:53:10 +01:00
parent 560e2854b7
commit b9c71c3c15

View File

@ -41,6 +41,11 @@ if config["foresight"] != "perfect":
threads: 2 threads: 2
resources: resources:
mem_mb=10000, mem_mb=10000,
log:
(
LOGS
+ "plot_power_network/elec_s{simpl}_{clusters}_l{ll}_{opts}_{sector_opts}_{planning_horizons}.log"
)
benchmark: benchmark:
( (
BENCHMARKS BENCHMARKS
@ -65,6 +70,11 @@ if config["foresight"] != "perfect":
threads: 2 threads: 2
resources: resources:
mem_mb=10000, mem_mb=10000,
log:
(
LOGS
+ "plot_hydrogen_network/elec_s{simpl}_{clusters}_l{ll}_{opts}_{sector_opts}_{planning_horizons}.log"
)
benchmark: benchmark:
( (
BENCHMARKS BENCHMARKS
@ -88,6 +98,11 @@ if config["foresight"] != "perfect":
threads: 2 threads: 2
resources: resources:
mem_mb=10000, mem_mb=10000,
log:
(
LOGS
+ "plot_gas_network/elec_s{simpl}_{clusters}_l{ll}_{opts}_{sector_opts}_{planning_horizons}.log"
)
benchmark: benchmark:
( (
BENCHMARKS BENCHMARKS