-
Notifications
You must be signed in to change notification settings - Fork 40
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
data: update ramp_30 to match what is sent to the solver #144
Conversation
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.
I can see that the only column that is modified is ramp_30
for thermal generators. I will let @BainanXia review the methodology.
If I'm understanding correctly, previously we are making these changes in the Matlab script in REISE, i.e. |
@BainanXia your interpretation is correct. We can comment these lines out or not, it doesn't matter either way. I see keeping them in the code as documenting the logic behind the values that are run, but I like your suggestion of documenting this logic in the README as well. |
I'll compare the updated |
f53b3be
to
0959220
Compare
The outputs of following command:
Whereas, what's in the updated
Apparently, they are different both in terms of type and values. I presume the following two possibilities:
|
I checked out the In |
@danielolsen, I guess I messed up. Can you look at the |
Types have been fixed in #148. |
@danielolsen, did you rebase onto develop so @BainanXia can pull the new the changes in #148 and test again? |
0959220
to
f72c8e0
Compare
@rouille good call, I just did that now. |
f72c8e0
to
d095df1
Compare
Based on the discussions offline with @danielolsen , due to the grid scaling when creating scenarios, we are expecting to see differences between
|
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.
I trust you @danielolsen
Purpose
Update the values for
ramp_30
in the data files to match what is set within REISE and sent to the solver. This will make it easier to keep our Zenodo repository up to date, and will make the data more useful for external researchers.This should have no impact on how REISE runs, since these values are replaced anyway.
What is the code doing
There are no changes to code. The code that was used to make these changes is:
This code mirrors what is done is REISE and REISE.jl (in fact, it was copied and only slightly modified from the pyREISE implementation I wrote).
Time to review
15 minutes or less. You can check out the old version and the new, and compare element-wise to see that the only changes are in the ramp_30 column.