Skip to content

Commit

Permalink
add marginal cost to preven model degeneracy
Browse files Browse the repository at this point in the history
  • Loading branch information
lindnemi committed Jul 15, 2024
1 parent 98a9d27 commit e0ac059
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/prepare_sector_network.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit e0ac059

Please sign in to comment.