From 270ce82b9f22dce831dfd87c03e5068eb07e0e07 Mon Sep 17 00:00:00 2001 From: Markus Millinger <50738187+millingermarkus@users.noreply.github.com> Date: Thu, 4 Jul 2024 09:30:22 +0200 Subject: [PATCH] Cost correction --- scripts/prepare_sector_network.py | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/scripts/prepare_sector_network.py b/scripts/prepare_sector_network.py index 50d8e134..b0155a99 100644 --- a/scripts/prepare_sector_network.py +++ b/scripts/prepare_sector_network.py @@ -2530,18 +2530,14 @@ def add_biomass(n, costs): p_nom_extendable=True, capital_cost=costs.at["BtL", "fixed"] * costs.at["BtL", "efficiency"] - / costs.at["electrobiofuels", "efficiency-biomass"] + efuel_scale_factor * costs.at["Fischer-Tropsch", "fixed"] - * costs.at["Fischer-Tropsch", "efficiency"] - / costs.at["electrobiofuels", "efficiency-hydrogen"], + * costs.at["Fischer-Tropsch", "efficiency"], marginal_cost=costs.at["BtL", "VOM"] * costs.at["BtL", "efficiency"] - / costs.at["electrobiofuels", "efficiency-biomass"] + efuel_scale_factor * costs.at["Fischer-Tropsch", "VOM"] - * costs.at["Fischer-Tropsch", "efficiency"] - / costs.at["electrobiofuels", "efficiency-hydrogen"], + * costs.at["Fischer-Tropsch", "efficiency"], ) # BioSNG from solid biomass