From 78f5a940f7498cc5b5468701abdd4c8958e35d9b Mon Sep 17 00:00:00 2001 From: Fabian Neumann Date: Wed, 14 Aug 2019 11:08:10 +0200 Subject: [PATCH] description of prepare_network --- scripts/prepare_network.py | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/scripts/prepare_network.py b/scripts/prepare_network.py index 4679b188..9a954eac 100644 --- a/scripts/prepare_network.py +++ b/scripts/prepare_network.py @@ -1,6 +1,13 @@ # coding: utf-8 """ -Prepare PyPSA network for solving according to the ``{opts}`` wildcard (:ref:`opts`). +Prepare PyPSA network for solving according to :ref:`opts` and :ref:`ll`, such as + +- adding an annual **limit** of carbon-dioxide emissions, +- adding an exogenous **price** of carbon-dioxide emissions, +- setting an **N-1 security margin** factor for transmission line capacities, +- specifying a limit on the **cost** of transmission expansion, +- specifying a limit on the **volume** of transmission expansion, and +- reducing the **temporal** resolution by averaging over multiple hours. Relevant Settings -----------------