Bug Report: Grid-Stat crashes with UGRID-compliant MPAS data (NetCDF::NcBadId exception) #3320
|
Hello MET Support Team, I am currently building an MPAS unstructured grid data verification tool integrating MET and UGRID, and I have encountered a crash in Grid-Stat when attempting to read my data. Below is a detailed bug report. Please let me know if there is a known workaround or if you need me to provide the sample files. Summary Environment
Error Message Steps to Reproduce
Expected vs. Actual Behavior
Additional Context & Validation
Questions for the Team
I am happy to provide the sample UGRID NetCDF file, my complete Grid-Stat config file, or full error log outputs upon request. Thank you for your time and assistance! Best regards, |
Replies: 1 comment 2 replies
|
Hi Sierra, It looks like you are having issues running GridStat with your MPAS UGRID file against a gridded GDAS analysis. While the capability was implemented with v12.0.0+, there are certainly some limitations. For one, GridStat cannot verify directly on the UGRID and needs to be regrid to a structured grid. You can do this in the GridStat config with the regrid option. You can either regrid to OBS or other structured grids. At this moment, the only regrid method for unstructured grids is NEAREST, however, bilinear interpolation is slated for the next release (see dtcenter/MET#3334). Another note on regridding, is that, while auto-regridding for UGRIDS can be done within GridStat, the RegridDataPlane tool does not currently support UGRIDs. Here is an example GridStat config for MPAS that is used by the METplus unit-tests. You can find the metadata requirements for UGRIDs here. If you are still having troubles, please send your NetCDF file and GridStat config file to us. You can do so with these instructions. If the options in those instructions don't work for you, I think we have had the AF send us data through dropbox as well. Thanks and let me know how it goes! |
Hi Sierra,
It looks like you are having issues running GridStat with your MPAS UGRID file against a gridded GDAS analysis. While the capability was implemented with v12.0.0+, there are certainly some limitations. For one, GridStat cannot verify directly on the UGRID and needs to be regrid to a structured grid. You can do this in the GridStat config with the regrid option. You can either regrid to OBS or other structured grids. At this moment, the only regrid method for unstructured grids is NEAREST, however, bilinear interpolation is slated for the next release (see dtcenter/MET#3334). Another note on regridding, is that, while auto-regridding for UGRIDS can be done within GridStat, the R…