Skip to content

Commit

Permalink
Remove unused st tes parameters in dispatch model of main network of …
Browse files Browse the repository at this point in the history
…sub network.
  • Loading branch information
jfreissmann committed Mar 25, 2024
1 parent 2736378 commit 316f423
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions optimization/energy_system.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,16 +228,12 @@ def primary_network(data, param, use_hp=True, return_unsolved=False):
inputs={
hnw: solph.Flow(
nominal_value=param['st-tes']['Q_in'],
max=param['st-tes']['Q_rel_in_max'],
min=param['st-tes']['Q_rel_in_min'],
variable_costs=param['st-tes']['op_cost_var'],
nonconvex=solph.NonConvex()
)},
outputs={
hnw: solph.Flow(
nominal_value=param['st-tes']['Q_out'],
max=param['st-tes']['Q_rel_out_max'],
min=param['st-tes']['Q_rel_out_min'],
nonconvex=solph.NonConvex())},
initial_storage_level=param['st-tes']['init_storage'],
loss_rate=param['st-tes']['Q_rel_loss'],
Expand Down

0 comments on commit 316f423

Please sign in to comment.