Add multi-metrics for RA#99
Draft
abdelrahman-ayad wants to merge 30 commits into
Draft
Conversation
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
Technical details
Implementation notes
EUEis no longer used for determining the shoulder periods in functionget_houlder_periods(), in caseEUEis not defined as a stress metricEUEis not included as a stress metric, PRAS-informed PRM update is blocked, and fixed-increment update is used, similar to settingGSW_PRM_UpdateMethod=1Switches added/removed/changed
GSw_PRM_StressThreshold->GSw_PRM_StressThresholdMetrics: This switch now defines the/delimited stress metric switches to be used for evaluation. For eachMetric, a dedicated switch is added to define theHierarchyLevel,Criterion, and thePeriodAggMethod. Current tested metrics areEUE,LOLE, andNEUE.GSw_PRM_StressThresholdEUE: Switch to define theEUEstress metric hierarchy, threshold, and PeriodAggMethod.GSw_PRM_StressThresholdLOLE: Switch to define theLOLEstress metric hierarchy, threshold, and PeriodAggMethod.GSw_PRM_StressThresholdNEUE: Switch to define theNEUEstress metric hierarchy, threshold, and PeriodAggMethod.LOLEGSw_PRM_StressThresholdLOLEtransgrp_36_LOLE_sum: TheLOLEthreshold is set at 36 events-hour over the study period (2.4 events-hour per year for 15 years of weather data), aggregated usingsumovertransgrpEUEGSw_PRM_StressThresholdEUEtransgrp_10000_EUE_sum: TheEUEthreshold is set at 10000 MWh over the study period, aggregated usingsumovertransgrpNEUEGSw_PRM_StressThresholdNEUEtransgrp_1_NEUE_sum: TheNEUEthreshold is set at 1 ppm aggregated usingsumovertransgrpRelevant sources or documentation
Slides deck reviewing Resource Adequacy multi-metrics:
RA multi metrics slides deck
Validation, testing, and comparison report(s)
To check
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
runreeds.pyandstress_periods.py