Skip to content

Commit

Permalink
Update h2_production_no_commit.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
Junwenlaw authored Apr 13, 2023
1 parent 6dffc82 commit 7aa12b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/HSC/model/generation/h2_production_no_commit.jl
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,8 @@ function h2_production_no_commit(EP::Model, inputs::Dict,setup::Dict)

@constraints(EP, begin
# Minimum stable generated per technology "k" at hour "t" > = Min stable output level
[k in H2_GEN_NO_COMMIT, t=1:T], EP[:vH2Gen][k,t] >= EP[:eH2GenTotalCap][k] * dfH2Gen[!,:H2Gen_min_output][k])
[k in H2_GEN_NO_COMMIT, t=1:T], EP[:vH2Gen][k,t] >= EP[:eH2GenTotalCap][k] * dfH2Gen[!,:H2Gen_min_output][k]
end)

@constraints(EP, begin
# Maximum power generated per technology "k" at hour "t"
Expand Down

0 comments on commit 7aa12b8

Please sign in to comment.