-
Notifications
You must be signed in to change notification settings - Fork 6
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
Evaluate GMAO conventional obs YAMLs #60
Comments
GMAO have shared one of their YAMLs for aircraft. This does not include the bias correction, so we can work on adding that. |
Looking at the aircraft YAML from GMAO. There are some additional filters required that are not available in UFO develop.
There is also a weird error
Without the new filters testing will be limited, but we can look at aircraft bias correction and humidity QC (which is not included by GMAO). |
Re-starting this work with updated GMAO YAML files Test YAMLs are in https://github.com/NOAA-EMC/GDASApp/tree/feature/gmao_eval/parm/atm/obs/testing/swell |
@ADCollard thanks for the plots. After comment out a few filter lines in sondes yaml, I was able to run the test and my results are very similar to your results except one for the stationPressure obs error plot: |
@PraveenKumar-NOAA I am glad you are looking at it. Take a look at my YAML here. It runs without needing to delete any filters. |
@ADCollard thanks. I will look into this. |
@ADCollard I noticed an additional line 'pressure: MetaData/pressure' at few places in your yaml, it worked now without any comment and I produced exactly your results. |
@ADCollard after making the following minor changes in your yaml:
I got the following results for the stationPressure: If we use the GSI da_psfc_scheme instead of UKMO, the results are very similar: |
Splitting this YAML into one for sondes and one for aircraft. |
Evaluate the GMAO conventional data YAMLs in the context of the GDASApp.
The text was updated successfully, but these errors were encountered: