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
Test BUFR converted IODA obs input to H(x) + initial error assignment + read routine QC
Test BUFR converted IODA obs input to H(x) + initial error assignment + read routine QC + setup routine QC
Issues found in the existing data filtering yaml (omi_aura.yaml) are documented here:
Need to exclude total ozone data from the profile data (add a filter to remove total ozone data)
Gross check needs to be updated - obs and gross errors changed for top 5 layers
Top five layers are assimilated
Quality control variable types do not comply with IODA convention --- they need to be integers
Quality control variable names do not comply with IODA convention --- should be camel case
Updates made and tested
Added filter to remove total ozone data
Updated observation error assignment
Updated gross check
Removed the filter, which excludes the top 5 layers
The quality control flags (toq and poq) are integers. Modified the filters accordingly in the YAML
The quality control flags names do not comply IODA convention (should be camel case).
SBUVTOQ (toq) - total ozone quality ---> totalOzoneQuality
SBUVPOQ(poa) - profile ozone quality ---> profileOzoneQuality
End-to-End Tests for OMPS NP Processing
Issues found in the existing data filtering yaml (omi_aura.yaml) are documented here:
Updates made and tested
SBUVTOQ (toq) - total ozone quality ---> totalOzoneQuality
SBUVPOQ(poa) - profile ozone quality ---> profileOzoneQuality
QC Procedures: (Data thinning not applied)
read routine QC
setup routine QC
The text was updated successfully, but these errors were encountered: