Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cfe316 committed Oct 3, 2023
1 parent 73b962a commit cc62c2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/model/resources/maintenance.jl
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ function maintenance_constraints!(EP::Model,
# Plant is down for the required number of hours
@constraint(EP, [t in T], vMDOWN[t] == sum(vMSHUT[controlling_hours(t)]))

# Plant frequire maintenance every (certain number of) year(s)
# Plant require maintenance every (certain number of) year(s)
@constraint(EP, sum(vMSHUT[t] for t in maintenance_begin_hours) >=
ecap[y] / cap / maint_freq_years)

Expand Down

0 comments on commit cc62c2e

Please sign in to comment.