-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add S2S use case for TC Genesis Density Function (GDF) and TC Track Density Function (TDF) #630
Comments
For now, we can use the new MET_CONFIG_OVERRIDES capability in METplus to control new tc_gen config options via METplus wrappers. However this should be changed to use the appropriately supported METplus config items once #801 is complete. |
Plotting being handled via dtcenter/METplotpy#48. |
Prepping for PR. @georgemccabe, I am confused by the docs that say this:
https://dtcenter.github.io/METplus/develop/Contributors_Guide/add_use_case.html#use-case-rules Does automation assume INPUT_BASE is |
Remaining items:
|
No, INPUT_BASE is set to the directory containing the input data needed to run the use cases. The directory structure is organized to match parm/use_cases directory structure. Similarly, the documentation for the use cases are found in the same structure under docs/use_cases. For example, on kiowa, I often have INPUT_BASE set to /d1/projects/METplus/METplus_Data: ls /d1/projects/METplus/METplus_Data/model_applications/* /d1/projects/METplus/METplus_Data/model_applications/climate: /d1/projects/METplus/METplus_Data/model_applications/convection_allowing_models: /d1/projects/METplus/METplus_Data/model_applications/cryosphere: /d1/projects/METplus/METplus_Data/model_applications/data_assimilation: /d1/projects/METplus/METplus_Data/model_applications/marine_and_coastal: /d1/projects/METplus/METplus_Data/model_applications/medium_range: /d1/projects/METplus/METplus_Data/model_applications/precipitation: /d1/projects/METplus/METplus_Data/model_applications/s2s: /d1/projects/METplus/METplus_Data/model_applications/space_weather: /d1/projects/METplus/METplus_Data/model_applications/tc_and_extra_tc: |
@georgemccabe should the use case conf file for METplus contain only items that deviate from the default settings? Or should it include all the conf options like the met_tool_wrapper use case conf file, but just set to the defaults? |
I don't think it is necessary to include every default value for the model applications use cases. I would only include something you changed or something you foresee the user wanting to change for the use case. |
Describe the New Feature
Add a use case demonstrating the computation and visualization of Genesis Density Function (GDF). This metric is used in S2S application to visualize the distribution and frequency of TC genesis events across a user-defined time period.
Acceptance Testing
Forecast data: GFDL vortex tracker output in "genesis mode" from NWP model forecast data
Observation data: Global ATCF bdecks data
MET tool: tc_gen
METplus wrapper: tc_gen_wrapper.py
Time Estimate
2-4 days of work
Funding Source
UIUC S2S 77909712785051
Assignee
Labels
Projects and Milestone
Define Related Issue(s)
dtcenter/MET#1430
Consider the impact to the other METplus components.
New Feature Checklist
See the METplus Workflow for details.
Branch name:
feature_<Issue Number>_<Description>
Pull request:
feature <Issue Number> <Description>
Select: Reviewer(s), Project(s), Milestone, and Linked issues
The text was updated successfully, but these errors were encountered: