-
Notifications
You must be signed in to change notification settings - Fork 151
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
Switching from assimilating microwave antenna temperatures to brightness temperatures #68
Comments
Metop-A AMSU-A disparities have been confirmed to be due to v1/v2 satellite antenna correction versions. The value of BUFR mnemonic SACV has been used to decide whether to use v1 coefficients from CRTM SpcCoeff file and v2 coefficients (for channel 11, which were hard-coded) for a given observation. The read_bufrtovs subroutine has been modified to support to read and store multiple sets of antenna correction patterns from respective SpcCoeff files, using naming convention <Sensor_ID>.SpcCoeff.bin and <Sensor_ID>_v#.SpcCoeff.bin with # able to range from 2 to 9 (though only a version 2 is ever likely). The functionality of reading multiple files been tested successfully except actually having a unique <Sensor_ID>_v#.SpcCoeff.bin file. |
We are awaiting SpcCoeff files from JCSDA to complete the assessment and proceed with a parallel experiment |
We await results from experiments which built-upon these methods to implement this into v16.x. |
Regression test results: Test project /scratch1/NCEPDEV/da/Scott.Sieron/GDAS/GSI/build 32% tests passed, 13 tests failed out of 19 Total Test time (real) = 4509.56 sec The following tests FAILED: |
@ScottSieron-NOAA , do we understand why these failures occurred? I assume these are because we expect the results to change for the microwave sounders (and only the microwave sounders), but can you confirm that the differences are as expected? |
Hi @ScottSieron-NOAA. Since these changes were merged to the authoritative repository at c13361c with PR #350, I am checking to see if it is alright to close this issue. |
@MichaelLueken-NOAA, @ScottSieron-NOAA is not longer with EMC. Please feel free to close this issue. |
@ADCollard Thanks for the update. Closing issue now. |
This is to switch from assimilating satellite microwave antenna temperature observations to brightness temperatures.
As it is now, the bias between the observed antenna temperature and the simulated brightness temperature is being handled by the variational bias correction. For the platforms and feeds which have only antenna temperature, an accurate formula for converting antenna temperatures to brightness temperatures will be used. Doing this and assimilating brightness temperatures removes a burden of the variational bias correction.
Many (or all) other centers are assimilating brightness temperatures.
The text was updated successfully, but these errors were encountered: