Enhance TC-Pairs to derive the full circle wind radius from the wind radius quadrants #2532
Closed
8 of 20 tasks
Labels
MET: Tropical Cyclone Tools
priority: high
High Priority
requestor: NOAA/EMC
NOAA Environmental Modeling Center
type: enhancement
Improve something that it is currently doing
Milestone
Describe the Enhancement
This idea originally arose during the 5/1/2023 NOAA METplus telecon (see notes). Olivia Ostwald was able to get the wind radius quadrants from the output of TC-Pairs but asked why the full circle radii are always reported as bad data.
In the ATCF file format, the WINDCODE column can be set to AAA or specify one of the quadrants (usually it's NEQ). For AAA, the value in the next column is interpreted as the "full circle" wind radius. For NEQ, the next 4 columns are interpreted at the values for the quadrants (clockwise, starting with quadrant specified). See the set_quad_vals().
The ATCF data on the NHC ftp site, only CARQ specifies the full circle (i.e. AAA) but the wind radius is always 0, which is interpreted as a missing data value. All other models specify quadrants (i.e. NEQ) instead. When AAA is not used, the "full circle" value is just stored as bad data in MET. So when we compute a summary of that column, the mean is computed as NA.
This task is to revise that logic and modify the output in the TCMPR line type from TC-Pairs. If full circle (AAA) winds are provided in the input ATCF data, continue writing them to the output. If not, do the follow:
Note that this logic was confirmed by Kate Musgrave at CSU/CIRA.
For reference, see this HWRF wind radius plot titled "Average 34kt Radius Errors".
@KathrynNewman, please contact NHC and HAFS staff to confirm that this logic is correct.
Time Estimate
1 day.
Sub-Issues
Consider breaking the enhancement down into sub-issues.
No sub-issues
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
Labels
Projects and Milestone
Define Related Issue(s)
Consider the impact to the other METplus components.
No impacts.
Enhancement Checklist
See the METplus Workflow for details.
Branch name:
feature_<Issue Number>_<Description>
Pull request:
feature <Issue Number> <Description>
Select: Reviewer(s) and Development issues
Select: Repository level development cycle Project for the next official release
Select: Milestone as the next official version
The text was updated successfully, but these errors were encountered: