add logs to plot_*_network rules
This commit is contained in:
parent
560e2854b7
commit
b9c71c3c15
@ -41,6 +41,11 @@ if config["foresight"] != "perfect":
|
||||
threads: 2
|
||||
resources:
|
||||
mem_mb=10000,
|
||||
log:
|
||||
(
|
||||
LOGS
|
||||
+ "plot_power_network/elec_s{simpl}_{clusters}_l{ll}_{opts}_{sector_opts}_{planning_horizons}.log"
|
||||
)
|
||||
benchmark:
|
||||
(
|
||||
BENCHMARKS
|
||||
@ -65,6 +70,11 @@ if config["foresight"] != "perfect":
|
||||
threads: 2
|
||||
resources:
|
||||
mem_mb=10000,
|
||||
log:
|
||||
(
|
||||
LOGS
|
||||
+ "plot_hydrogen_network/elec_s{simpl}_{clusters}_l{ll}_{opts}_{sector_opts}_{planning_horizons}.log"
|
||||
)
|
||||
benchmark:
|
||||
(
|
||||
BENCHMARKS
|
||||
@ -88,6 +98,11 @@ if config["foresight"] != "perfect":
|
||||
threads: 2
|
||||
resources:
|
||||
mem_mb=10000,
|
||||
log:
|
||||
(
|
||||
LOGS
|
||||
+ "plot_gas_network/elec_s{simpl}_{clusters}_l{ll}_{opts}_{sector_opts}_{planning_horizons}.log"
|
||||
)
|
||||
benchmark:
|
||||
(
|
||||
BENCHMARKS
|
||||
|
Loading…
Reference in New Issue
Block a user