update capacity input database to AEO-NEMS 2026 - #13
Open
atpham88 wants to merge 24 commits into
Open
Conversation
atpham88
commented
Aug 16, 2026
… available for dispatch
24 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
This PR updates ReEDS capacity input database with AEO-NEMS 2026 and EIA860M version June 2026, and also overhauls the NEMS processing script to make it more clear and easier to use as well as remove redundant steps.
Technical details
Implementation notes
Changes made to to this PR include:
a_inheritance.py: This script is no longer necessary. We now directly merge AEO-NEMS to EIA860M using the final output file structure established in Clean up input plant database ReEDS#164.b_aeo_cleaning.py-->a_data_cleaning.py: Improve the process of cleaning AEO and EIA860M data to resolve issues saw in prior version of capacity database used in ReEDS (such as applying repower year as new start year).(OA) Out of service but expected to return to service in next calendar year,(OS) Out of service and NOT expected to return to service in next calendar yearand(SB) Standby/Backup: available for service but not normally usedare considered operating and available for dispatch.c_geospatial_mapping.py-->b_geospatial_mapping.py.d_hydro_classification.py-->c_hydro_classification.py: Remove any mention of state and resource regions (we only use FIPS from now on to capacity input database).e_additional_inputs.py-->d_additional_inputs.py:inputs/plant_characteristics/maxage.csvand only include one value for each plant type regardless of its size.lfill-gas,pumped-hydro,csp-ns,pvb_pvandpvb_batteryare missing frommaxage.csvin the ReEDs repo and are assigned values of 100, 100, 30, 30, 30 years respectively.Additional changes
intermediate_outputsfolder within theoutputsfolder to store outputs from each step of the process.Issues resolved
Relevant sources or documentation
Yes
No. Updated README for this input processing only.