-
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
TEST IASI METOP-B in HAFS domain #21
Comments
Initial test starts from modifying the yaml template from parm/jcb-gdas/observations/atmosphere/iasi_metop-b.yaml.j2. Note, by default, the bufr data is radiance, so the yaml file will convert radiance to brightness temperature. |
Initial trial using the GDASApp yaml to convert radiance into BT failed in my test run. Error messages show: |
Preliminary investigation with Emily did not find the issue in the yaml files. |
New findings indicate the issue happens when the derived BT does not fall into the regional domain. This might be due to the fact that the code is originally designed for global domain. |
The issue was found due to When there is no obs falling in the regional DA domain, it will skip the rest of the transform procedures. Even though we don't have the obs to transform from, the rest of this subroutine appears to be still necessary to initialize certain variables etc... If I comment out this return line. The whole code will go through with 0 obs available. |
This is to document the test of assimilating IASI Metop-B radiance data.
Work will include the following steps:
The text was updated successfully, but these errors were encountered: