Enforce minimum generation level for biopower plants#141
Open
shashwatsharma24 wants to merge 4 commits into
Open
Enforce minimum generation level for biopower plants#141shashwatsharma24 wants to merge 4 commits into
shashwatsharma24 wants to merge 4 commits into
Conversation
added 2 commits
July 10, 2026 11:45
Sets mingen_fixed for biopower = 50%
wesleyjcole
reviewed
Jul 13, 2026
wesleyjcole
left a comment
Contributor
There was a problem hiding this comment.
Would you include a run comparison of USA_defaults that shows the impact of this change in future years?
Comment on lines
+1292
to
+1293
| eq_mingen_fixed(i,v,r,h,t) | ||
| $[Sw_MingenFixed$tmodel(t)$mingen_fixed(i)$valgen(i,v,r,t) | ||
| $(yeart(t)>=Sw_StartMarkets)].. | ||
| $[Sw_MingenFixed$tmodel(t)$mingen_fixed(i)$valgen(i,v,r,t)].. |
Contributor
There was a problem hiding this comment.
I know we did this to get better historical generation outcomes, but I'm thinking it might be best to leave this change out so that we don't unintentionally hit infeasibilities in historical years.
Contributor
Author
There was a problem hiding this comment.
Updated the plots with a comparison against USA_defaults and reinstating the Sw_StartMarkets constraint.
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. 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. 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.Relevant sources or documentation
Validation, testing, and comparison report(s)
Below are plots comparing capacity stack [GW] and generation (TWh) mix for ReEDS default case and differences before and after applying minimum generation values of 0.5 (Bio_MinGen_p5) for biopower plants. Annual biopower generation marginally increases by 3-5 TWh post-2026, with slight increase in Gas-CC generation during 2040-45, mostly replacing onshore wind + upv generation from the mix. Negligible changes in capacity stack are noticed for this period, and overall system cost NPV increases by ~$2B.
No changes to capacity stack / generation in historical years (2010-2025) since eq_mingen_fixed includes a conditional for GSw_StartMarkets (= 2026, year starting which operational constraints are applied).
Comparison report:
results-Main,Bio_MinGen_p5.pptx
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