-
Notifications
You must be signed in to change notification settings - Fork 24
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
Enhance vx_data_ugrid library to read in tripolar projected datasets #2859
Comments
@JohnHalleyGotway @j-opatz Can this tripolar grid MET issue be marked as required for the official release? |
@hsoh-u I located the three tripolar file types we need to test against. All of the locations are on Seneca:
There are various files in each directory, but for testing purposes I'm interested in commands for the following 2:
The reasoning for testing two files is the GFS ocean file is not CF-compliant and will require a configuration file to tell MET which variable field(s) to use for coordinate systems. The RTOFS file is CF-compliant and will cover the behavior of CICE. I want to make sure both methods (configuration file and command line) work properly. Please provide the two necessary commands to run these two files. I'll test them out with basic settings and see if I can create intelligible output for EMC to review. |
The enhancement is allowing two dimension names instead of the cell dimension name. For GFS tripolar data:
Testing GFS case:
The observation file should be changed. Three UGrid configurations (dimension and variable mappings) are created at seneca:/d1/personal/hsoh/data/UGrids directory: |
As discussed on 10/17/24, @hsoh-u please add the following unit tests to
Note that the "regridding" from UGRID locations to "to_grid" locations only supports nearest neighbor at this time. |
The first one does not work because only one metadata mapping is passed to grid_stat via |
@hsoh-u I was able to find gridded observational data in polar stereographic projection for the GFS-ocean comparison. On seneca, |
It looks like the data image is flipped vertically and horizontally (with IDV plot below). I think there are problems from the input data itself.(seneca:/d1/personal/jopatz/workbench/tripolar/ice_observation/seaice_conc_daily_nh_1978_v04r00.nc). |
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
None yet.
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.
Branch name:
feature_<Issue Number>_<Description>
Pull request:
feature <Issue Number> <Description>
Select: Reviewer(s) and Development issue
Select: Milestone as the next official version
Select: MET-X.Y.Z Development project for development toward the next official release
The text was updated successfully, but these errors were encountered: