Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug in Hydro Pumped storage in energy balance constraint #28

Closed
sourabhdalvi opened this issue Mar 1, 2024 · 0 comments · Fixed by #29
Closed

Bug in Hydro Pumped storage in energy balance constraint #28

sourabhdalvi opened this issue Mar 1, 2024 · 0 comments · Fixed by #29
Assignees
Labels
bug Something isn't working

Comments

@sourabhdalvi
Copy link
Collaborator

The time index in the constraint for powerin_var is 1 which should be t

constraint[name, t] = JuMP.@constraint(
container.JuMPmodel,
energy_var[name, t] ==
energy_var[name, t - 1] +
PSI.get_parameter_column_refs(param_container, name)[t] *
multiplier[name, t] +
(
powerin_var[name, 1] -
(powerout_var[name, t] + spillage_var[name, t]) / efficiency
) * fraction_of_hour
)

@sourabhdalvi sourabhdalvi added the bug Something isn't working label Mar 1, 2024
@sourabhdalvi sourabhdalvi self-assigned this Mar 1, 2024
@pesap pesap closed this as completed in #29 Apr 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant