-
Notifications
You must be signed in to change notification settings - Fork 148
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
Nodal Prices #409
Comments
Yes, but as of v0.8.6 this is only working for linear models (e.g. DC-OPF). The basic setup is,
Then look for the value Additional examples can be reviewed here, https://github.com/lanl-ansi/PowerModels.jl/blob/master/test/output.jl#L71 PS: The best forum for general questions about PowerModels is discourse, github issues are best for reporting bugs and feature requests. |
Ok, good to know thank you. What would it take to do this for the AC case? I am interested in helping but would need some guidance. Any interest in including a method to decompose the LMP into components? energy, congestion and losses. |
There is an issue in supporting AC that has to do with how JuMP v0.18 is implemented. I don't exactly recall the details. It should be easy to support in JuMP v0.19, which is noted here, #199 If you would like to play with JuMP v0.19 have a look at the version of PowerModels in the As for decomposing the LMP into components. I am not familiar with that method, do you have a refrence I can read? |
Regarding decomposing the LMP into components: As you know all centrally coordinated electricity markets in the United States employ locational pricing to price electric energy. They define the LMP at a bus to be: I have asked PJM for a technical reference on how the losses are calculated, they sent me this training document: https://www.pjm.com/-/media/training/core-curriculum/ip-lmp-101/lmp-training.ashx?la=en Here are some relevant papers: Luonan Chen, H. Suzuki, T. Wachi and Y. Shimura, "Components of nodal prices for electric power systems," in IEEE Transactions on Power Systems, vol. 17, no. 1, pp. 41-49, Feb. 2002. Xu Cheng and T. J. Overbye, "An energy reference bus independent LMP decomposition algorithm," in IEEE Transactions on Power Systems, vol. 21, no. 3, pp. 1041-1049, Aug. 2006. T. Orfanogianni and G. Gross, "A General Formulation for LMP Evaluation," in IEEE Transactions on Power Systems, vol. 22, no. 3, pp. 1163-1173, Aug. 2007. D. Cheverez-Gonzalez and C. L. DeMarco, "Mutually orthogonal LMP decompositions: Congestion decomposes, losses do not," 2009 6th International Conference on the European Energy Market, Leuven, 2009, pp. 1-6. F. Li, E. Litvinov and T. Zheng, "A combined LMP model considering reference independent decomposition and fictitious nodal demand," IEEE PES General Meeting, Providence, RI, 2010, pp. 1-5. D. Chéverez-González and J. Lin, "Mutually orthogonal LMP decomposition: Analysis of PJM network by null space approach," IEEE PES General Meeting, Providence, RI, 2010, pp. 1-8. V. Sarkar and S. A. Khaparde, "Optimal LMP Decomposition for the ACOPF Calculation," in IEEE Transactions on Power Systems, vol. 26, no. 3, pp. 1714-1723, Aug. 2011. P. Lipka, S. S. Oren, R. P. O’Neill and A. Castillo, "Running a More Complete Market With the SLP-IV-ACOPF," in IEEE Transactions on Power Systems, vol. 32, no. 2, pp. 1139-1148, March 2017. |
I am going to take a similar stance as @rdzman on this one. I am opening to accepting PRs that perform this computation, but it's not a super high priority for me to implement at this point. I'll also note, if the shift factors are required adding their computation to PowerModels (#87) would be the first step to implementing such a feature. After that the computation you propose for LMPs would be fairly easy. I do hope to implement a PTDF model in the next couple of months. |
That is understandable. Are you open to collaborators? I am interested in helping |
Absolutely. GitHub pull requests are a natural way to collaborate on code.
High code quality is a requirement for PowerModels. PowerModelsAnnex is
a good place for contributing prototype code.
If you would like software design tips or more scientific discussion we can
setup a VC. Just send me an email.
…On Tue, Nov 6, 2018 at 11:31 AM Scott MacDonald ***@***.***> wrote:
That is understandable. Are you open to collaborators? I am interested in
helping
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#409 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABDeqtBzVNyikQT_upYqMP7UFQmCQ7zPks5usdV8gaJpZM4YMMhk>
.
|
Thanks a lot, I appreciate the offer. I spent some more time reading today and found this paper: https://www.ferc.gov/legal/staff-reports/2017/marginallosscalculations.pdf which seems to be what I am after. |
Hello, I have two questions:
|
These lambda values are the Lagrange multipliers of the power balance constraint "r" for active power and "i" for reactive power. |
I second the request to be able to grab the Lagrange multipliers of all constraints (not just power balance): thermal constraints, voltage magnitude bounds, active/reactive power bounds, etc... |
Closing as nodal prices are now widely supported. Made a new issue for expanding the scope of dual reporting. |
Hello,
Is it possible to calculate the nodal LMP prices for each bus in the OPF case with PowerModels?
Thank you
The text was updated successfully, but these errors were encountered: