From 64969c2deebc888261e838682a0bd38cceb549d2 Mon Sep 17 00:00:00 2001 From: Fabian Neumann Date: Thu, 5 Jan 2023 13:42:01 +0100 Subject: [PATCH] add methanol store --- scripts/prepare_sector_network.py | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/scripts/prepare_sector_network.py b/scripts/prepare_sector_network.py index e46b2471..b6c052be 100644 --- a/scripts/prepare_sector_network.py +++ b/scripts/prepare_sector_network.py @@ -2206,6 +2206,15 @@ def add_industry(n, costs): unit="MWh_LHV" ) + n.madd("Store", + spatial.methanol.nodes, + suffix=" Store", + bus=spatial.methanol.nodes, + e_nom_extendable=True, + e_cyclic=True, + carrier="methanol", + ) + n.madd("Link", spatial.h2.locations + " methanolisation", bus0=spatial.h2.nodes,