-
Notifications
You must be signed in to change notification settings - Fork 26
Description
Describe the Enhancement
The CDP threshold type in MET is for "climatological distribution percentile" thresholds. This threshold type requires that the climo mean and standard deviation be defined. When they are, a threshold like <CDP33 is applied by computing the 33rd percentile of the climo distribution (assumed normal) at each grid point. NOAA/CPC produces probability forecasts of being in the lower (<33), middle (33 to 67), and upper (>67) terciles. When computing statistics, MET must determine the probability of event for the climatology. For simple thresholds like, CDP67, the climatological probability is simple and constant... namely there's a 33% probability of being in the lower tercile and a 33% probability of being in the upper tercile. And the existing code handles those just fine.
The problem is that the MET library code does NOT currently handle complex thresholds like >=CDP33&&<=CDP67. It cannot determine that the climatological probability of being in the that range is 34%. This issue is to enhance MET to handle this type of complex CDP threshold. Specifically, enhance the logic of derive_climo_prob() in pair_base.cc.
Currently the percentile type for complex thresholds is undefined. Recommend enhancing that logic to return CDP if all simple threshold which comprise it are of that type.
Time Estimate
1 day
Sub-Issues
Consider breaking the enhancement down into sub-issues.
No sub-issues required.
Relevant Deadlines
List relevant project deadlines here or state NONE.
Funding Source
Define the source of funding and account keys here or state NONE.
Define the Metadata
Assignee
- Select engineer(s) or no engineer required
- Select scientist(s) or no scientist required
Labels
- Select component(s)
- Select priority
- Select requestor(s)
Projects and Milestone
- Review projects and select relevant Repository and Organization ones or add "alert:NEED PROJECT ASSIGNMENT" label
- Select milestone to next major version milestone or "Future Versions"
Define Related Issue(s)
Consider the impact to the other METplus components.
Enhancement Checklist
See the METplus Workflow for details.
- Complete the issue definition above, including the Time Estimate and Funding Source.
- Fork this repository or create a branch of develop.
Branch name:feature_<Issue Number>_<Description>
- Complete the development and test your changes.
- Add/update log messages for easier debugging.
- Add/update unit tests.
- Add/update documentation.
- Push local changes to GitHub.
- Submit a pull request to merge into develop.
Pull request:feature <Issue Number> <Description>
- Define the pull request metadata, as permissions allow.
Select: Reviewer(s), Project(s), Milestone, and Linked issues - Iterate until the reviewer(s) accept and merge your changes.
- Delete your fork or branch.
- Close this issue.