-
Notifications
You must be signed in to change notification settings - Fork 3
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
Debug Online Domain Check with ATMS radiance DA #27
Comments
Additional suggestions from Hui that the "reduce obs space" configuration would work with the online domain check and help reduce memory burdens by pre filter the obs before the check. Examples from CONUS domain are:
|
Updates: |
Updates: |
This is to document the exploration of online domain check for the HAFS-JEDI workflow.
Based on https://github.com/JCSDA-internal/mpas-jedi/pull/976, an online domain check is available.
However, early investigations showed this approach works fine for soundings and satwnd but not for radiances like ATMS in HAFS-JEDI.
Further investigations showed that the failure happened to a few data points near the domain boundary where the land/sea fractions are not summed to 1. It appears the interpolation near the boundary has potential issues and the 0 values of the out-of-domain grids are involved.
An easy temporary fix is proposed in https://github.com/JCSDA-internal/ufo/pull/3554 to skip those issue points.
Discussions are continued in this UFO PR to further resolve the boundary interpolation bugs.
The text was updated successfully, but these errors were encountered: