prepare: add costs for biogas upgrading (#126)
Co-authored-by: lisazeyen <lisa.zeyen@web.de> Co-authored-by: lisazeyen <lisa.zeyen@web.de>
This commit is contained in:
parent
0e3d21f5a4
commit
bea8194b7b
@ -1548,6 +1548,8 @@ def add_biomass(network):
|
|||||||
bus1="EU gas",
|
bus1="EU gas",
|
||||||
bus2="co2 atmosphere",
|
bus2="co2 atmosphere",
|
||||||
carrier="biogas to gas",
|
carrier="biogas to gas",
|
||||||
|
capital_cost=costs.loc["biogas upgrading", "fixed"],
|
||||||
|
marginal_cost=costs.loc["biogas upgrading", "VOM"],
|
||||||
efficiency2=-costs.at['gas','CO2 intensity'],
|
efficiency2=-costs.at['gas','CO2 intensity'],
|
||||||
p_nom_extendable=True)
|
p_nom_extendable=True)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user