You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, storage_all.jl uses functions like "hoursbefore" to do period wrapping whereas long_duration_storage.jl uses harder to read expressions like "hours_per_subperiod*(w-1)+1". The LDES constraints could be made easier to read and work with if they were modified to at least abstract out what these expressions mean, or ideally use a function like storage_all.jl does. cc @cfe316
The text was updated successfully, but these errors were encountered:
Currently, storage_all.jl uses functions like "hoursbefore" to do period wrapping whereas long_duration_storage.jl uses harder to read expressions like "hours_per_subperiod*(w-1)+1". The LDES constraints could be made easier to read and work with if they were modified to at least abstract out what these expressions mean, or ideally use a function like storage_all.jl does. cc @cfe316
The text was updated successfully, but these errors were encountered: