Skip to content

Commit

Permalink
set p_nom_min in addition to p_nom
Browse files Browse the repository at this point in the history
  • Loading branch information
cpschau committed Nov 18, 2024
1 parent c3813bd commit 392e302
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/override_respot.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ def annuity_factor(v):
p_max_pu=custom_res_t,
lifetime=custom_res["lifetime"],
p_nom=custom_res["installedcapacity"],
p_nom_min=custom_res["installedcapacity"],
)


Expand Down

0 comments on commit 392e302

Please sign in to comment.