Added note on carbon capture for BioSNG and BtL

This commit is contained in:
millingermarkus 2024-07-03 09:38:08 +02:00
parent c7ce47dffd
commit b5ff1e8f9c

View File

@ -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,