-
Notifications
You must be signed in to change notification settings - Fork 38
Description
Describe the New Use Case
Another CFSv2 use case is ready to be added to the METplus repository. This use case will demonstrate several important aspects specifically related to the S2S verification timescale:
Python Embedding will be used to read in raw CFSv2 ensemble data, calculating terciles and assigning a dominant tercile to each grid point
This multi-tercile grid is passed to GridStat for processing and HSS is calculated, using the newer hss_ec_value option to calculate a similar MCTS HSS output as CPC is currently doing in house.
Use Case Name and Category
GridStat_fcstCFSv2_obsGHCNCAMS_MultiTercile
This use case will reside in the S2S category.
Input Data
Fcst: CFSv2 Ensemble (29 files, 1 year per file, 60MB each)
Obs: GHCN-Cams (234MB)
All datasets were provided by CPC
Acceptance Testing
Use case should run successfully in METplus and replicate existing verification results produced by CPC
8 min, 29ish seconds run time
Time Estimate
1 day
Sub-Issues
Consider breaking the new feature down into sub-issues.
- Add a checkbox for each sub-issue here.
Relevant Deadlines
None
Funding Source
CPC via JTTI FY20
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)
- Select privacy
Projects and Milestone
- Select Repository and/or Organization level Project(s) or add alert: NEED PROJECT ASSIGNMENT label
- Select Milestone as the next official version or Future Versions
Define Related Issue(s)
Consider the impact to the other METplus components.
New Use Case 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.
- Add any new Python packages to the METplus Components Python Requirements table.
- 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) and Linked issues
Select: Repository level development cycle Project for the next official release
Select: Milestone as the next official version - Iterate until the reviewer(s) accept your changes. Merge branch into develop.
- Create a second pull request to merge develop into develop-ref, following the same steps for the first pull request.
- Delete your fork or branch.
- Close this issue.