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 ---------