-
Notifications
You must be signed in to change notification settings - Fork 37
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
New Use Case: Feature Relative using MTD output for feature centroid lat/lon #641
Comments
The ExtractTiles wrapper (and optionally the SeriesAnalysis wrapper) reads a TCStat output file to get a list of storms and the lat/lon points along the track. The wrappers could be modified to read a MTD output file to parse out the lat/lon points from the appropriate columns. However, we will need to determine how to group these points. |
Here's some recommended logic for implementing this functionality in METplus. Please see this file to illustrate: The task here is to run Series-Analysis once for each pair of fcst/obs MTD space-time objects. So we need to construct a list of times along with fcst_lat, fcst_lon and obs_lat, obs_lon locations. This can be done by processing MTD files ending with _2d.txt. The rest of the MTD output files can be ignored.
So for each timestep, we're storing the location of the centroid for the 2D cluster object of the forecast and the observation. My only question is whether or not the number of these time slices can differ. In the attached example, they correspond 1-to-1, but it seems conceivable to me that one could begin/end earlier/later than the other, making it so that the timesteps don't exactly correspond. |
We will need to utilize the work in #968 to enhance existing feature relative use cases, but I'm not sure which ones those are. @TaraJensen may be able to help. We can either leave this issue open, or close it and open new issues for enhancing the use cases. |
Closed with #1153 |
Describe the Enhancement
Currently the Feature Relative use-cases identify the location of the feature from output from the GFDL tracker. The SBU and UW-CIMSS projects would also like to have support for MTD centroid lat/lon. I think we need to discuss if this can be handled in the python script that provides lat/lons to the script that cuts out the tile prior to passing into Series-Analysis, or if it requires modifications to TC-pairs/TC-stat to allow for further refinement.
Time Estimate
Estimate the amount of work required here.
Issues should represent approximately 1 to 3 days of work.
Sub-Issues
Consider breaking the enhancement down into sub-issues.
Relevant Deadlines
December 2020
Funding Source
7791041
Define the Metadata
Assignee
Labels
Projects and Milestone
Define Related Issue(s)
Consider the impact to the other METplus components.
Enhancement 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: