From 8cfe97524749f1d37d16543792115a8e28a19bd4 Mon Sep 17 00:00:00 2001 From: Fabian Hofmann Date: Tue, 13 Sep 2022 14:50:16 +0200 Subject: [PATCH] Update doc/configuration.rst Co-authored-by: Fabian Neumann --- doc/configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/configuration.rst b/doc/configuration.rst index b59454cd..ea5df67e 100644 --- a/doc/configuration.rst +++ b/doc/configuration.rst @@ -35,7 +35,7 @@ It is common conduct to analyse energy system optimisation models for **multiple e.g. assessing their sensitivity towards changing the temporal and/or geographical resolution or investigating how investment changes as more ambitious greenhouse-gas emission reduction targets are applied. -The ``run`` section is used for running and storing scenarios with different configurations which are not covered by :ref:`wildcards`. It determines the path at which resources, networks and results are stored. Therefore the user can run different configurations within the same directory. If a run with a non empty name should use the default cutouts, set ``dedicated_cutouts`` to `false`. +The ``run`` section is used for running and storing scenarios with different configurations which are not covered by :ref:`wildcards`. It determines the path at which resources, networks and results are stored. Therefore the user can run different configurations within the same directory. If a run with a non-empty name should use cutouts shared across runs, set ``shared_cutouts`` to `true`. .. literalinclude:: ../config.default.yaml :language: yaml