dtcenter / MET

Model Evaluation Tools
https://dtcenter.org/community-code/model-evaluation-tools-met
Apache License 2.0
77 stars 24 forks source link

Enhance vx_data_ugrid library to read in tripolar projected datasets #2859

Open j-opatz opened 5 months ago

j-opatz commented 5 months ago

Describe the Enhancement

Due to its non-standard gridding methodology (i.e. inconsistent distance between latitude and longitude lines), tripolar projection is unable to be utilized by any of MET's tools. This has historically meant that tripolar projection datasets cannot be used in any way in MET. However if the tripolar projection is approached as a system of points, we can then use a k-d tree distance method for analyzing the tripolar "grid" points and point observations. This methodology would open up the ability to verify tripolar projected forecasts with point observations in tools like Point-Stat.

To do this, we will need to enhance the vx_data_ugrid library to support this new projection.

The work in this issue is the point-verification side of #2658, which will deal with the grid-verification (including interpolation).

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

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

Milestone and Projects

Define Related Issue(s)

Consider the impact to the other METplus components.

Enhancement Checklist

See the METplus Workflow for details.

AliciaBentley-NOAA commented 4 months ago

@JohnHalleyGotway @j-opatz Can this tripolar grid MET issue be marked as required for the official release?