Point2Grid WARNING: regrid_goes_variable() -> No valid data! #2738
-
The GOES ABI pixel AOD will only have values during daytime hours (or if there is a sunlight). During the nighttime or hour around dawn or dusk, point2grid may not have any data for regridding (e.g, for high quality observed AOD ). Therefore, following warning message will appeared (a) or For NCEP NCO operational requirement, can you turn WARNING to DEBUG for "regrid_goes_variable() -> No valid data!"? evs_aqmv708_prep_grid2grid_g16_aodC_high_20241016.log Please tell me how do I send you the sample netcdf files. Ho-Chun Huang |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
@malloryprow for your awareness |
Beta Was this translation helpful? Give feedback.
-
Hi @Ho-ChunHuang-NOAA, thanks for reaching out about this situation with the Point2Grid tool. We'd assumed that no valid output data would warrant a warning message being printed, but I understand that during overnight hours, its often the case that no observations actually meet the specified quality threshold. I documented this with issue dtcenter/MET#3000 and fixed it with pull request dtcenter/MET#3001. In that PR, I changed 9 After @hsoh-u reviewed my pull request, I merged in the changes, which will be included in the MET-12.0.0-rc1 release in about a month. The MET-12.0.0-beta6 already occurred at the end of last week. Hopefully, this is the resolution you wanted to see. |
Beta Was this translation helpful? Give feedback.
-
@JohnHalleyGotway Thank you for the quick response. I will wait for the rc1 to be available on the WCOSS2to see the changes. I can now continue the EVSv2.0 GOES AOD verification task. Appreciated your effort. |
Beta Was this translation helpful? Give feedback.
Hi @Ho-ChunHuang-NOAA, thanks for reaching out about this situation with the Point2Grid tool. We'd assumed that no valid output data would warrant a warning message being printed, but I understand that during overnight hours, its often the case that no observations actually meet the specified quality threshold.
I documented this with issue dtcenter/MET#3000 and fixed it with pull request dtcenter/MET#3001. In that PR, I changed 9
WARNING
messages toDEBUG(2)
log messages instead. I did retain some of the warning messages related to problems with processing the output grid, but those do still seem warranted.After @hsoh-u reviewed my pull request, I merged in the changes, which will be inc…