allow carbon capture in biogas upgrading (closes #49)
This commit is contained in:
parent
64969c2dee
commit
527c77824c
@ -1874,10 +1874,12 @@ def add_biomass(n, costs):
|
|||||||
bus0=spatial.gas.biogas,
|
bus0=spatial.gas.biogas,
|
||||||
bus1=spatial.gas.nodes,
|
bus1=spatial.gas.nodes,
|
||||||
bus2="co2 atmosphere",
|
bus2="co2 atmosphere",
|
||||||
|
bus3="co2 stored",
|
||||||
carrier="biogas to gas",
|
carrier="biogas to gas",
|
||||||
capital_cost=costs.loc["biogas upgrading", "fixed"],
|
capital_cost=costs.loc["biogas upgrading", "fixed"],
|
||||||
marginal_cost=costs.loc["biogas upgrading", "VOM"],
|
marginal_cost=costs.loc["biogas upgrading", "VOM"],
|
||||||
efficiency2=-costs.at['gas', 'CO2 intensity'],
|
efficiency2=-costs.at['gas', 'CO2 intensity'],
|
||||||
|
efficiency3=costs.at["biogas", "CO2 stored"],
|
||||||
p_nom_extendable=True
|
p_nom_extendable=True
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user