2026 state RPS / CES / hydrofrac data update#135
Open
Yunzhi-Chen wants to merge 1 commit into
Open
Conversation
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 three state-policy input CSVs in
inputs/state_policies/to the 2026 vintage produced by ReEDS_Input_Processing#11.Technical details
Three files updated in-place (same schema, refreshed values):
inputs/state_policies/rps_fraction.csvinputs/state_policies/ces_fraction.csvinputs/state_policies/hydrofrac_policy.csvAll three CSVs are direct outputs of
state_policies/data_processing.pyin the input-processing repo. See ReEDS_Input_Processing#11 for the full methodology, source-data changes, and old-vs-new comparison plots.Implementation notes
Upstream data sources refreshed in the input-processing repo:
RPS & CES Targets and Demand_June 2025.xlsx→RPS & CES Targets and Demand_June 2026.xlsx.nrel-green-power-data-v2023.xlsx→nrel-green-power-data-v2024.xlsx.Notable state-level RPS changes flow through from the LBNL June 2026 release for AZ, CT, ME, NC, NY, and VA. The voluntary trajectory shifts uniformly downward due to NLR's revised market-wide estimates in the 2024 release.
Issues resolved
Closes #122
Relevant sources or documentation
Validation, testing, and comparison report(s)
Update 2026 state policy (PR0) vs current 2025 version (main0)
Details to double-check
General information to guide review
Did you use LLM tools (chatbot or copilot) in the preparation of this PR? If so, describe how
GitHub Copilot (chat) was used in the companion ReEDS_Input_Processing#11 for editing
data_processing.pyto handle the new LBNL sheet layouts, drafting the README's annual-update procedure, writinggenerate_comparison_plots.py, extracting text from the LBNL summary-slides PDF, and locating the v2024 NLR file. All code/text was reviewed and regenerated CSVs were spot-checked against the source workbooks before committing. No LLM usage in this repo beyond drafting this PR description.Tag points of contact here if you would like additional review of the relevant parts of the model