-
Notifications
You must be signed in to change notification settings - Fork 27
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
Add ability to build network for individual/groups of states #292
Comments
Besides filters, wouldn't we need some way to configure what level of clustering to apply to the grid outside the state? |
Yep- I'm doing some research now on which style of external node representation makes the most sense for your use-case. Stand-by while I do some reading and gather thoughts from my colleagues who do more IRP modeling. These are the three options:
|
I can see two routes for getting this done: First Option
Pros: Faster run-time for Second Option
Pros: Avoid many code changes upstream in the workflow. Allows more flexibility for including information on external renewable profiles. Thoughts: My hunch is that option two is the way to go even if the workflow would take longer to build. |
Thanks, this is super useful! Another consideration: does either option make it easier to add modeling approaches 2 (Split off a State + its adjacent neighbors) and 3 (Model entire interconnect but aggregate all non-studied nodes together) later—assuming we want to do that? |
good Q: option 2 will be compatible with modeling approaches 2 and 3.
Is an extension of 1, and we would accept a list for filter regions instead of just one region.
This is a quick change (<1 line of code). We would just rename the regions which are external into "external regions" |
Just wanted to flag a potential resource: a study of New York State done by Vibrant Clean Energy They say:
And this is the background modeling scenario: https://www.vibrantcleanenergy.com/wp-content/uploads/2020/12/WhyDERs_TR_Final.pdf |
Working on this now! |
Feature Request
For regional planning it would be useful to implement a feature that builds individual states rather than entire interconnections.
Suggested Solution
build_base_network
,build_shapes
, andbuild_bus_regions
Additional Info
No response
The text was updated successfully, but these errors were encountered: