Skip to content

Commit

Permalink
Adapt marginal costs of SpK
Browse files Browse the repository at this point in the history
  • Loading branch information
KathiEsterl committed Nov 11, 2024
1 parent 350221f commit e7e952a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etrago/tools/utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -3585,7 +3585,7 @@ def add_line_with_costs_and_snommax(bus0, bus1, voltage, overhead=False):
p_nom=0.7,
p_nom_min=0.7,
p_nom_extendable=False,
marginal_cost=10000,
marginal_cost=100,
capital_cost=0,
)
gen_id = str(int(gen_id)+1)
Expand Down

0 comments on commit e7e952a

Please sign in to comment.