From b5ff1e8f9c935d89cebd87da9f2692f6bb3d3e2b Mon Sep 17 00:00:00 2001 From: millingermarkus Date: Wed, 3 Jul 2024 09:38:08 +0200 Subject: [PATCH] Added note on carbon capture for BioSNG and BtL --- scripts/prepare_sector_network.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/scripts/prepare_sector_network.py b/scripts/prepare_sector_network.py index 6735fd7e..18ed90c4 100644 --- a/scripts/prepare_sector_network.py +++ b/scripts/prepare_sector_network.py @@ -2478,7 +2478,8 @@ def add_biomass(n, costs): marginal_cost=costs.at["BtL", "efficiency"] * costs.at["BtL", "VOM"], ) - # TODO: Update with energy penalty + #Assuming that acid gas removal (incl. CO2) from syngas i performed with Rectisol + #process (Methanol) and that electricity demand for this is included in the base process n.madd( "Link", spatial.biomass.nodes, @@ -2518,7 +2519,8 @@ def add_biomass(n, costs): marginal_cost=costs.at["BioSNG", "efficiency"] * costs.at["BioSNG", "VOM"], ) - # TODO: Update with energy penalty for CC + # Assuming that acid gas removal (incl. CO2) from syngas i performed with Rectisol + # process (Methanol) and that electricity demand for this is included in the base process n.madd( "Link", spatial.biomass.nodes,