Skip to content

Commit

Permalink
change sign sequestration store marginal cost (#1174)
Browse files Browse the repository at this point in the history
  • Loading branch information
lisazeyen authored Jul 22, 2024
1 parent 745df4d commit 877ca3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/prepare_sector_network.py
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +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,
marginal_cost=-0.1,
bus=sequestration_buses,
lifetime=options["co2_sequestration_lifetime"],
carrier="co2 sequestered",
Expand Down

0 comments on commit 877ca3e

Please sign in to comment.