-
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
fix: change unexpected modifications in Western and Texas back #158
Conversation
Change unexpected modifications in plant.csv and gencost.csv for Western and Texas in #104 back as before.
Comparing the gencost CSVs pre- and post-#104, I see 30 changed gencost entries in Western: In addition to the 28 plant ids that Bainan listed, where fossil generators were given cost curves of 0, I see plant 10390 where a hydro generator was given non-zero cost curves, and plant 10470 where a nuclear generator was given a zero cost curve. I see no changes to generators in Texas. Reviewing the changes to
|
Moving some bullets from slack discussions with @danielolsen here for record:
|
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.
With the latest commits, we are changing exactly what we need to, and nothing more. Thank you for leading the cleanup on the data that I messed up originally.
We've also identified a pain point with grid data updates, and have done a little fleshing out of how to mitigate this pain, but we will save that for a future PR.
This is the command I used to produce the files |
Purpose
Change unexpected modifications in
plant.csv
andgencost.csv
for Western and Texas in #104 back as before.What is the code doing
No code changes. Only data file modifications.
Validation
checking the plants that I found with zero cost curves as following:
Time to review
I modified the csv files using text editor as @danielolsen mentioned in #157 so that git could track the changes in file. It turns out that
branch.csv
is correct, i.e. no fix is revealed. Also, I've found there are cases in which renewable plants have non-zero cost curves in current files, such as plant_id = 10390, type = hydro. Hence, indeed something is wrong in #104Half an hour.