-
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 hvdc and cost curve according to real values #180
Conversation
DC lines look good. Comparing This is via
Some generator parameters aren't being scaled? Or is there an issue with how I'm looking into the numbers? |
@danielolsen Only coal, ng and dfo generators are scaled accordingly. |
I find the same thing when I groupby interconnect and plant.type. Those plants are scaled properly, across all interconnects, nuclear is |
@danielolsen That was the plan, right? |
@BainanXia It checks out. Nuclear should almost never be setting LMPs, so should not influence HVDC powerflow. |
@danielolsen So is it good to go or we should scale nuclear as well? |
It's good to go! |
Purpose
According to the results of Scenario 462, we finalize the fixes on the HVDC lines between interconnections and the scalings of cost curve parameters in order to align the LMPs with historical values. We apply following scale parameters on the cost curves for each interconnection:
What the code is doing
No code changes, only the data in
dcline.csv
andgencost.csv
Time to review
10-15 mins