Hydro model changes#12
Open
rschell wants to merge 9 commits intoadamgreenhall:hydrofrom
rschell:hydro
Open
Conversation
added 9 commits
July 18, 2013 14:09
Using kcfs and Acre-ft units. Compute initial power from initial outflow and volume. Commented out two var PWL because I couldn't get it to work right. Using Linear curves at this point. Computing volume balance using change in volume from last hour. Added ramping and net_outflow constraints. Added penalty for spill.
time varying limits not working right now. Removed "elevation" and "power" initial values from hydro initial input file, these are dependent on volume and head calcalutions. Let model compute them.
Need penalties to differentiate and prioritize been two similarly variables that don't have costs associated with them. Hydro_var panel not concat'ing correctly.
cosmetic
partial implementation for non-hydro generation. Expect to add a ramping penalty and a dump energy penalty
Added penalty logic and cosmetic change to object names. Names are currently mandatory.
Number of Typos. Also having issues with time varying constraints in add_variable method, once that is rectified some or all of these changes are mute, as well as, some prior commits in get_data. Issue is with numpy float 64 and int 64. Add_variable logic might need further review as well.
Need to generalize the report outputs across the problem types. If a problem has network data it should automatically report network results. Economic results should be reported when an economic dispatch has occurred (most cases) . Going to consider if report data should be sent to excel or database should be an option.
Author
|
Added import/export logic commits |
Owner
|
Thanks for all the work so far. I'm swamped today, but I'll look these over this weekend. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Here are my changes. The solution still has warts. Now starting to debug import/export logic.
What is the format expected to a UC single bus system? currently have Time, Import_price, Import_max, export_price and Export_max across 744 hours.