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:
Fabian Neumann 2021-05-25 09:42:01 +02:00 committed by GitHub
parent 0e3d21f5a4
commit bea8194b7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1548,6 +1548,8 @@ def add_biomass(network):
bus1="EU gas",
bus2="co2 atmosphere",
carrier="biogas to gas",
capital_cost=costs.loc["biogas upgrading", "fixed"],
marginal_cost=costs.loc["biogas upgrading", "VOM"],
efficiency2=-costs.at['gas','CO2 intensity'],
p_nom_extendable=True)