From 51c5e39e2d51dafd25c51072e09d4fa47ce6c8c1 Mon Sep 17 00:00:00 2001 From: Philipp Glaum Date: Fri, 30 Aug 2024 16:54:55 +0200 Subject: [PATCH] cleanup --- scripts/prepare_sector_network.py | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/scripts/prepare_sector_network.py b/scripts/prepare_sector_network.py index 2bb63e89..e1c6fd7c 100644 --- a/scripts/prepare_sector_network.py +++ b/scripts/prepare_sector_network.py @@ -3356,26 +3356,6 @@ def add_industry(n, costs): ) # methanol for industry - # add methanol nodes if not already added - if "methanol" not in n.buses.carrier.unique(): - n.madd( - "Bus", - spatial.methanol.nodes, - carrier="methanol", - location=spatial.methanol.locations, - unit="MWh_LHV", - ) - - n.madd( - "Store", - spatial.methanol.nodes, - suffix=" Store", - bus=spatial.methanol.nodes, - e_nom_extendable=True, - e_cyclic=True, - carrier="methanol", - capital_cost=0.02, - ) n.madd( "Bus",