-
Notifications
You must be signed in to change notification settings - Fork 122
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
minimum interregional transmission constraint #601
Comments
Thanks @joshdr83 . @JesseJenkins @dharik13 @xuqingyu @RuaridhMacd and @nspatank , ... I just assigned you to see if you have any thoughts on this. I can write up a code snippet to implement this in a PR. |
@joshdr83 there are some folks at MIT CEEPR who have an implementation of this worked on. I will ask them to push so that it is availalbe for broader use. |
@dharik13 awesome! Please lmk when that is up! |
Hi @joshdr83, As @dharik13 mentioned, our team at CEEPR is working on an implementation of minimum transmission between regions. We're still ironing out some details on the appropriate heuristic for it and we can share the details and code roughly by the first week of February, latest second week. Hope that works! |
Awesome! Thank you so much. JoshSent from my iPhoneOn Jan 17, 2024, at 10:03 AM, juansenga1 ***@***.***> wrote:
Hi @joshdr83,
As @dharik13 mentioned, our team at CEEPR is working on an implementation of minimum transmission between regions. We're still ironing out some details on the appropriate heuristic for it and we can share the details and code roughly by the first week of February, latest second week. Hope that works!
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
|
@juansenga1 have you submitted a PR on this? If not, can you please submit a pull request to the develop branch implementing this minimum interregional transmission constraint as a new policy feature? Thank you. |
Would it be worth having a constraint to force GenX to build a minimum amount of transmission from one region to its neighbors? Like if region A was connected to regions X, Y, and Z, what about a constraint where the sum of transmission A<->X, A<->Y, and A<->Z would have to equal say 15,000 MW?
I am thinking about this in terms of how important transmission is and is becoming and how something like this would be needed to model legislation like the BIG WIRES ACT.
@sambuddhac
The text was updated successfully, but these errors were encountered: