Enforce minimum generation level for biopower plants#141
Open
shashwatsharma24 wants to merge 2 commits into
Open
Enforce minimum generation level for biopower plants#141shashwatsharma24 wants to merge 2 commits into
shashwatsharma24 wants to merge 2 commits into
Conversation
added 2 commits
July 10, 2026 11:45
Sets mingen_fixed for biopower = 50%
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 applies a minimum generation level for biopower available capacity in ReEDS and extends the minimum generation constraint to apply to all historical years (2010-2025). Currently this constraint applies only to nuclear and nuclear SMR plants when
GSw_MingenFixed = 1.Technical details
Comparing technology-level annual generation values from ReEDS default case against reported Form EIA-930 reveals significant differences for historical years. ReEDS under-generates from biopower plants in the default case.
This is at least partly attributable to a mistmatch in biopower fleet capacity between ReEDS and EIA (Form 860):
To close this gap, we enforce a minimum generation level of 50% for biopower plants for all historical (2010-2025) and modeled (2026-) years. This value is consistent with annual capacity factor values ~55-60% for biopower plants reported by EIA.
Implementation notes
We apply a default minimum generation value of 0.5 for biopower to inputs/plant_characteristics/mingen_fixed.csv.
In c_model.gms,
eq_mingen_fixed(i,v,r,h,t)enforces minimum generation for the available capacity of technologies listed in mingen_fixed.csv. To apply this for historical years, we remove the conditional foryeart(t)>=Sw_StartMarketswhich has a default value of 2026 (operational constraints apply from this year onward).Relevant sources or documentation
Validation, testing, and comparison report(s)
Below are plots comparing generation (TWh) mix for ReEDS default case and differences before and after applying minimum generation values of 0.5 (ReEDS_BioMinGen-p5) and 0.7 (ReEDS_BioMinGen-p7) for biopower plants. For the 0.5 case, annual biopower generation increases between 3-8 TWh for historical years, with slight increase in nuclear generation starting 2020 onwards. This mostly replaces coal and gas-CC generation from the mix.
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
Tag points of contact here if you would like additional review of the relevant parts of the model