You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Buoy 4602630 off of Baja Caifornia is reading anomalously low SST values. This is dragging the local SST in the analysis to very low values.
We tried to remove this observation with SDMEdit but to no avail. There are two issues:
The SDM edit file does not contain an entry for SST. So we cannot modify the QMST descriptor in the NSSTBUFR file (it is set to missing)
read_nsstbufr.f90 does not have logic to read in the QC Marks from the BUFR file.
At present no solution to turn off this buoy upstream of GSI exists. So we need to be ready to make an emergency code change.
It increases risk to try to change SDM edit without extensive testing, so we will attempt to key off the QMAT flag in read_nsstbufr.f90 as a temporary solution.
The text was updated successfully, but these errors were encountered:
Buoy 4602630 off of Baja Caifornia is reading anomalously low SST values. This is dragging the local SST in the analysis to very low values.
We tried to remove this observation with SDMEdit but to no avail. There are two issues:
QMST
descriptor in the NSSTBUFR file (it is set to missing)At present no solution to turn off this buoy upstream of GSI exists. So we need to be ready to make an emergency code change.
It increases risk to try to change SDM edit without extensive testing, so we will attempt to key off the
QMAT
flag inread_nsstbufr.f90
as a temporary solution.The text was updated successfully, but these errors were encountered: