Adds UCAP derating for thermal plants#732
Merged
hdanielskoch merged 3 commits intoPyPSA:developfrom Apr 8, 2026
Merged
Conversation
hdanielskoch
approved these changes
Mar 11, 2026
| weather_year = snakemake.params.renewable_weather_year[0] | ||
| # Cap the year at 2023 if it's greater | ||
| data_year = min(int(weather_year), 2023) | ||
| data_year = 2023 # Use latest available PUDL data |
Collaborator
There was a problem hiding this comment.
Will this work with 2024 pudl data? I see that EIA released its annual form 860 data for 2024 and looks like pudl has this now as well.
Comment on lines
+162
to
+168
| forced_outage_rates: # Forced outage rates in percent | ||
| coal: 11.061 | ||
| oil: 11.061 | ||
| hydro: 8.127 | ||
| CCGT: 6.107 | ||
| nuclear: 2.207 | ||
| OCGT: 6.259 |
Collaborator
There was a problem hiding this comment.
maybe add a source for where this data comes from?
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.
Changes proposed in this Pull Request
Checklist
envs/environment.yaml.config.default.yaml.doc/configtables/*.csv.