From b9c71c3c151662d51334c5ec66fd6136b733cfad Mon Sep 17 00:00:00 2001 From: Fabian Neumann Date: Wed, 7 Feb 2024 17:53:10 +0100 Subject: [PATCH] add logs to plot_*_network rules --- rules/postprocess.smk | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/rules/postprocess.smk b/rules/postprocess.smk index 2e90d233..18d65c16 100644 --- a/rules/postprocess.smk +++ b/rules/postprocess.smk @@ -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