[PSH] Update and Use Unit-Level Data for Existing Pumped Storage Hydropower#90
Draft
jvcarag wants to merge 2 commits into
Draft
[PSH] Update and Use Unit-Level Data for Existing Pumped Storage Hydropower#90jvcarag wants to merge 2 commits into
jvcarag wants to merge 2 commits into
Conversation
- Add PSH data from ORNL (to replace data in repo) - Change relevant instances of `storage_duration(i)` with `storage_duration_m(i,v,r)`
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.
storage_duration(i)withstorage_duration_m(i,v,r)Summary
This pull request changes the storage duration of existing pumped storage hydropower (PSH) from using the generic duration defined by the PSH supply curve to using unit-level data from the inputs/storage/storage_duration_pshdata.csv
This pull request updates the existing pumped-storage hydropower (PSH) fleet capacity/energy data to use data sourced from ORNL and fixes a bug that prevented use of PSH storage durations derived from said data.
Technical details
DATA UPDATE:
Various parameters of the existing (initial) PSH fleet, such as storage duration and charge:discharge ratio, are calculated endogenously in ReEDS input processing using operational/pump capacities and max energy values of PSH at the county level, stored in
inputs/storage/cap_existing_psh.csv. This data, sourced from the International Hydropower Association, overestimates the total initial fleet capacity and generation, as it includes data from non-operational units (including proposed, under-construction, and/or paused/cancelled builds).Replacement data was sourced from Oak Ridge National Laboratory and crossed-referenced against the IHA dataset - the ORNL dataset contains only units confirmed operational, with changes to the data resulting in an overall 8% reduction in total existing PSH operational capacity [MW] and 84% reduction in total energy capacity [MW]. The large reduction in total energy capacity is attributed to large differences in a small subset of PSH units between the IHA- and ORNL-sourced data.
BUG FIX:
In ReEDS, the storage duration used by the existing fleet is selected using the
GSw_HydroPSHDurDataboolean switch, where0derives a generic storage duration based on the selected supply curve file (pshsupplycurveswitch selection) and1from storage durations calculated from data ininputs/storage/cap_existing_psh.csv. By defaultGSw_HydroPSHDurData == 1, however the storage duration data derived fromcap_existing_psh.csvis never applied in the optimization model. This PR addresses this issue by assigning the parameter which stores this existing PSH storage duration data to the appropriate model constraints.Implementation notes
inputs/storage/cap_existing_psh.csvwith data sourced from ORNLstorage_duration(i)parameter withstorage_duration_m(i,r,t)for all instances in the model constraints.GSw_HydroPSHDurData == 0Issues resolved
ReEDS now properly uses initial fleet storage durations based on operational and energy capacities of said initial fleet.
Relevant sources or documentation
Validation, testing, and comparison report(s)
Checklist for author
Details to double-check
hourlize/resource.pywas rerun to regenerate the existing/prescribed VRE capacity dataGeneral 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