-
Notifications
You must be signed in to change notification settings - Fork 31
Added realtime IEEE 123 model to models folder #41
Conversation
David, I am trying to run the model but getting mysql errors? note i am using the gridlabd/slac-master docker image any thoughts? Jorge is saying this pull request might fix it? https://github.com/dchassin/gridlabd/pull/37 venv370) ➜ ieee123 git:(feature/asset_detail_dynamicmodel) ✗ docker run -it -v $(pwd):/model gridlabd/slac-master:latest gridlabd --debug -W /model model/ieee123.glm |
@ryanmmmmm I believe adding both of these to the path within docker bash should resolve that: export PATH=$PATH:/usr/local/lib |
Adding the fix for the mysql recorder bug that was already pushed into master, since this branch was created before the merge.
i think we worked through the mysql issues ok for now: for this model, how can we setup recordings that would output to one CSV file. The current GRIP system is using one CSV output to parse and then present results. Here is the model we use currently: note the recordings. I think we woudl need something similar in the ieee123 but when i try to add a multi recorder i get a class not found error.
Let me know your thoughts. I also assume that Alyona will update this model at a later date with pole data (she has an item to track that but now its with the iee123 model as the first model to provide I guess) but that is not part of this issue/PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Additional commits made with mysql.recorder bugs sorted out. ieee123 is running on docker with MySql enabled.
Merging with master before pushing dchassin/ieee123 with master.
This PR adds the IEEE 123 model, ready to run in Bakersfield CA to the models folder.
This should address issue #40.