Skip to content

Enhance MET to use point observations falling between the first and last columns of a global grid. #1823

@JohnHalleyGotway

Description

@JohnHalleyGotway

Describe the Enhancement

During the METplus MetOffice telecon on 6/10/21, @robdarvell described an issue he's run into when doing point verification on a global grid. He found 8 points located near the prime meridian that were counted by Point-Stat as being 'off the grid' and therefore excluded from the statistics. The MET library interpolation code translates those points from lat/lon space to grid x/y space and the grid-x value for these points are -1 < grid-x < 0.

This issue is to enhance MET to incorporate those points along the seam into the verification. Specifically, when processing global grids, handle points with x locations between -1 and 0 or between Nx-1 and Nx. Recommend addressing the following issues:

  • Request test data from @robdarvell to replicate this behavior.
    • Please find sample data from Rob: kiowa:/d1/projects/MET/MET_pull_requests/met-10.1.0/met-10.1.0_beta2/feature_1823/input_data
  • Check to see what handling of global grids currently exists (e.g. shifting global grids in MODE by some number of degrees). Is there any automated or configurable logic for identifying global grids? If not, consider adding both... so that they are automatically identified, but that identification can be overridden by a config file option.
  • When stating "global" grids, we are talking about the x-dimension, indicating that the longitudes wrap. The latitudes need not extend all the way to the poles for this logic to be required.
  • When processing these points on the seam, enhance the interpolation logic to interpolate between the first and last columns of grid values.

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.
No sub-issues required.

Relevant Deadlines

List relevant project deadlines here or state NONE.

Funding Source

2799991

Define the Metadata

Assignee

  • Select engineer(s) or no engineer required: John HG
  • Select scientist(s) or no scientist required: Rob D for now. Could have another METplus scientist advise on the changes and ask Rob to test.

Labels

  • Select component(s)
  • Select priority
  • Select requestor(s)

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.

Enhancement 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.
  • 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 and merge your changes.
  • Delete your fork or branch.
  • Close this issue.

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions