Update 2025 ATB - #17
Open
Yunzhi-Chen wants to merge 76 commits into
Open
Conversation
Update Links
Co-authored-by: Copilot <[email protected]>
…l/ReEDS_Input_Processing into yc/natural_gas_update
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
…config.json" This reverts commit 92f0e8b.
…ession/README.md Co-authored-by: Wesley Cole <[email protected]>
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
Co-Authored-By: Claude Opus 5 <[email protected]>
Co-Authored-By: Claude Opus 5 <[email protected]>
21 tasks
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
Updates the ATB workflow from ATB 2024 v3 to ATB 2025 v1, in 2023 dollars.
ATB 2025 renamed its cases, dropped the market case for most technologies, moved its base year to 2023, and extended its horizon to 2060. This updates the configuration and the code that depended on ATB's 2024 vocabulary, and revises the default historical source for most technologies.
Technical details
MarkettoExp(a pilot "Expanded Cost Drivers" case) and split tax credits into a separate+ TCsuffix. Only 9 of 20 technologies have the pilot case, soExpis selected for utility PV, land-based wind and utility-scale battery, andR&Dfor the rest, which have nothing else published.+ TCvariants are not used. Tax credits move LCOE and financing, not overnight cost, so every metric ReEDS reads is identical with and without the suffix.Historical source
Output range
reeds_end_year, set to 2060 to match the horizon ATB 2025 publishes.Smoothing changes
slope_change_thresholdandmax_kink_yearswas turned to facilitate new data.Relevant sources or documentation
Additional details
Comparison against the current 2024 ReEDS inputs
Comparison against ReEDS ATB 2024:
compare_to_reeds_2025_1.zip
Output verification
The formatter completed successfully and generated 32 ReEDS input files. Every series backed by ATB data spans 2010 to 2060; the five series ATB does not publish span 2010 to 2050. Each plot below shows one technology's final curves against the same run with smoothing disabled, with historical years coloured by their configured source; years filled from observed data inside the 2023-2025 window use the same colour as observed history.
The generated CSVs are not attached; they are reproducible by running the workflow with the committed
atb/config.yaml.Before/after smoothing plots:
smoothing_comparison_2025_1.zip
Known limitations
LLM usage
LLM tools assisted with implementation, documentation, debugging, and validation. Outputs were reviewed and tested against the current ReEDS inputs.