add marginal cost to preven model degeneracy (#1155)

This commit is contained in:
Micha 2024-07-15 16:41:32 +02:00 committed by GitHub
parent 98a9d2795f
commit 4c05928766
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -688,6 +688,7 @@ def add_co2_tracking(n, costs, options):
e_nom_extendable=True,
e_nom_max=e_nom_max,
capital_cost=options["co2_sequestration_cost"],
marginal_cost=0.1,
bus=sequestration_buses,
lifetime=options["co2_sequestration_lifetime"],
carrier="co2 sequestered",