Skip to content

Commit

Permalink
add marginal cost to preven model degeneracy (#1155)
Browse files Browse the repository at this point in the history
  • Loading branch information
lindnemi authored and cpschau committed Jul 26, 2024
1 parent cf51ec5 commit 5b4efbd
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 @@ -702,6 +702,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 5b4efbd

Please sign in to comment.