Update potential constraint
Only implement constraint if solar-hsat option is selected in config
This commit is contained in:
parent
f69ec97a18
commit
9a55c8fa7b
@ -918,6 +918,10 @@ def extra_functionality(n, snapshots):
|
||||
if EQ_o := constraints["EQ"]:
|
||||
add_EQ_constraints(n, EQ_o.replace("EQ", ""))
|
||||
|
||||
|
||||
if config["sector"]['solar_utility_singla_axis_tracking']:
|
||||
add_solar_potential_constraints(n, config)
|
||||
|
||||
add_battery_constraints(n)
|
||||
add_lossy_bidirectional_link_constraints(n)
|
||||
add_pipe_retrofit_constraint(n)
|
||||
|
Loading…
Reference in New Issue
Block a user