From 8622398cebca13296064a0fb598934035d80da29 Mon Sep 17 00:00:00 2001 From: Fabian Hofmann Date: Fri, 4 Aug 2023 12:23:02 +0200 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Fabian Neumann --- doc/validation.rst | 2 +- rules/postprocess.smk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/validation.rst b/doc/validation.rst index cc64495b..7049e3de 100644 --- a/doc/validation.rst +++ b/doc/validation.rst @@ -7,7 +7,7 @@ Validation ########################################## -The PyPSA-Eur model workflow provides a built-in mechanism for validation. This allows users to contrast the outcomes of network optimization against the historical performance of the European power system. The snakemake rule ``validate_elec_networks`` enables this by generating comparative figures that encapsulate key data points such as dispatch carrier, cross-border flows, and market prices per price zone. +The PyPSA-Eur model workflow provides a built-in mechanism for validation. This allows users to contrast the outcomes of network optimization against the historical behaviour of the European power system. The snakemake rule ``validate_elec_networks`` enables this by generating comparative figures that encapsulate key data points such as dispatch carrier, cross-border flows, and market prices per price zone. These comparisons utilize data from the 2019 ENTSO-E Transparency Platform. To enable this, an ENTSO-E API key must be inserted into the ``config.yaml`` file. Detailed steps for this process can be found in the user guide `here `_. diff --git a/rules/postprocess.smk b/rules/postprocess.smk index 05a05f50..da9ac10b 100644 --- a/rules/postprocess.smk +++ b/rules/postprocess.smk @@ -143,7 +143,7 @@ STATISTICS_BARPLOTS = [ ] -rule plot_statistics: +rule plot_elec_statistics: params: plotting=config["plotting"], barplots=STATISTICS_BARPLOTS,