Update natural gas regression parameters (betas and alphas) with AEO 2026 (2025 -> 2026)#51
Open
Yunzhi-Chen wants to merge 4 commits intomainfrom
Open
Update natural gas regression parameters (betas and alphas) with AEO 2026 (2025 -> 2026)#51Yunzhi-Chen wants to merge 4 commits intomainfrom
Yunzhi-Chen wants to merge 4 commits intomainfrom
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 natural gas (NG) supply curve regression parameters (betas and alphas) from AEO 2025 to AEO 2026, using the demeaned fixed-effects OLS pipeline described in ReEDS_Input_Processing PR #3. Also adds new AEO 2026 input files (prices, demands, alphas) and the 2025$ deflator.
Technical details
Beta regression (Stage 1): Re-estimated 9 regional betas and 1 national beta from AEO 2026 scenarios using demeaned fixed-effects OLS. Key updated values in
cd_beta0.csv(AEO 2025 -> AEO 2026):nat_beta_nonenergyinscalars.csv: 0.080017 -> 0.078702Alpha regression (Stage 2): Recalculated alpha intercepts for Reference, HOG, and LOG cases using the new betas and AEO 2026 price/demand data.
Implementation notes
inputs/fuelprices/:alpha_AEO_2026_*.csv,ng_AEO_2026_*.csv,ng_demand_AEO_2026_*.csv,ng_tot_demand_AEO_2026_*.csvfor HOG, LOG, and Reference casesinputs/financials/deflator.csv: added 2025 deflator (0.586750)inputs/fuelprices/dollaryear.csv: added AEO_2026_HOG/LOG/reference entries with 2025 dollar yearRelevant sources or documentation
e_report.gms#3Validation, testing, and comparison report(s)
Checklist for author
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
Yes. Used GitHub Copilot (Claude) to assist with updating the model documentation text (equations, methodology description) and drafting the PR description.