From fdd49b2809b5256d100dec6166bdaef95c6aa940 Mon Sep 17 00:00:00 2001 From: Fabian Neumann Date: Thu, 16 Mar 2023 12:14:08 +0100 Subject: [PATCH] docs: complete instructions for sector-coupling tutorial2 --- doc/tutorial_sector.rst | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/doc/tutorial_sector.rst b/doc/tutorial_sector.rst index 66aae4b0..69fec610 100644 --- a/doc/tutorial_sector.rst +++ b/doc/tutorial_sector.rst @@ -284,14 +284,11 @@ Myopic Foresight Scenarios Configuration ------------- -In the myopic foresight mode, +To activate the myopic foresight mode, set -.. literalinclude:: ../test/config.myopic.yaml - :language: yaml - :start-at: industry: - :end-before: solving: +.. code:: yaml -Documentation for all options will be added successively to :ref:`config`. + foresight: myopic Scenarios can be defined like for electricity-only studies, but with additional wildcard options. For the myopic foresight mode, the ``{planning_horizons}`` wildcard @@ -304,6 +301,16 @@ defines the sequence of investment horizons. For allowed wildcard values, refer to :ref:`wildcards`. +In the myopic foresight mode, you can tweak for instance exogenously given transition paths, like the one for +the share of primary steel production we change below: + +.. literalinclude:: ../test/config.myopic.yaml + :language: yaml + :start-at: industry: + :end-before: solving: + +Documentation for all options will be added successively to :ref:`config`. + Execution ---------