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,