remove biogas upgrading CC in normal link
This commit is contained in:
parent
4b178a7fa1
commit
9884dee7a0
@ -2170,14 +2170,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.at["biogas", "fixed"]
|
capital_cost=costs.at["biogas", "fixed"]
|
||||||
+ costs.at["biogas upgrading", "fixed"],
|
+ costs.at["biogas upgrading", "fixed"],
|
||||||
marginal_cost=costs.at["biogas upgrading", "VOM"],
|
marginal_cost=costs.at["biogas upgrading", "VOM"],
|
||||||
efficiency=costs.at["biogas", "efficiency"],
|
efficiency=costs.at["biogas", "efficiency"],
|
||||||
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