Update 2025 Interconnection Queue - #15
Open
Yunzhi-Chen wants to merge 84 commits into
Open
Conversation
Update Links
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…l/ReEDS_Input_Processing into yc/natural_gas_update
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…config.json" This reverts commit 92f0e8b.
…ession/README.md Co-authored-by: Wesley Cole <49044852+wesleyjcole@users.noreply.github.com>
Update AEO preprocessing to pull from AEO2026
This reverts commit c43c67f.
…om AEO directly" This reverts commit 0e86670.
Add natural gas price regression pipeline
Remove highprice and lowprice since AEO 2026 does not have the two scenarios
Update natural gas regression parameters with AEO 2026 data
Fix formatting issues in README.md
Add temperature - gas price regression workflow
2026 State RPS / CES /Hydrofrac Update
Yunzhi-Chen
force-pushed
the
yc/interconnectionqueue25
branch
from
August 24, 2026 17:32
dfcb62f to
81ccd24
Compare
Remove 'atb/' from .gitignore and update comments.
…Model/ReEDS_Input_Processing into yc/interconnectionqueue25
atpham88
reviewed
Aug 25, 2026
14 tasks
# Conflicts: # interconnection_queues/README.md # interconnection_queues/outputs/figures/compare_queue_versions.html # interconnection_queues/outputs/interconnection_queues.csv # interconnection_queues/process_interconnection_queues.py
Condense the multi-line explanatory blocks to one or two lines each, keeping the non-obvious reasoning (FIPS-vs-name matching, the aggregated resource-type supplement) and dropping the worked examples. Also replaces the online-year comment that still named the hardcoded 2027/2030 years with one that refers to t_1/t_2. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
The rule belongs to the 2024 bug-fix work, not the 2025 queue update, and it left three unrelated lines in this PR's diff. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
The committed figures plotted the 2025 queue against the pre-bugfix 2024 outputs. Now that PR #16's FIPS-matching and t_2 double-count fixes are merged, re-running the script rebuilds the cap_1 series from the corrected interconnection_queues_2024.csv (e.g. 2030 pv 975.4 -> 948.6 GW, battery 630.0 -> 620.4 GW). Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Drop the hybrid/co-located matching explanation, which duplicates the add_detailed_types docstring, and point at that docstring instead. Also removes the per-vintage unmatched-record count, which goes stale with the next supplement, and folds the two resource-type lists into one. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Address An's comment 3857462136 with a direct valid-FIPS filter. Retain and document the county-name fallback needed to preserve 110 MW of solar reported under a retired FIPS code.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Update interconnection queues to LBNL's 2025 data vintage, producing ReEDS capacity limits for 2027-2031.
Changes
Figures
2025 Interconnection Queue
2025 vs. 2024 Comparison
Related ReEDS Update
Paired PR: ReEDS-Model/ReEDS#216
LLM Usage
Claude Code assisted with the original update and supplemental matching. GitHub Copilot reviewed the diff, simplified current-vintage processing, automated comparison selection, and ran pipeline and equivalence checks.