-
Notifications
You must be signed in to change notification settings - Fork 2
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
Add AIRCRAFT prepbufr to SPOC #5
Comments
It should be mentioned that there are definitely differences, but once most of the data where there is bad QM, too large data, missing data is filterd out with plotting scripts, they are all remarkably close. In the UFO filters, the following will need to be done:
|
The following are exactly equivalent when using the above filters:
Small differences with
NOTE: |
stationPressure is now pressure. pressure has been moved to MetaData because it is not simulated. There is some longitude QC (if == 180 or >180) from GSI that should be in UFO. MetaData/sequenceNumber as an array of 0s has been added, similar to GSI. |
Added dateTime and cycle_time to py. dateTime is computed in mapping for backend, unless script is used. If script, re-computes. cycle_time comes from yaml and is used to compute dateTime. minDateTime calculated. All scripts edited to be like Emily's suggestions, input names and output names finalized, attributes good. Now using original prepbufr file (gdas.t??z.prepbufr) and using subsets from yaml to determine which data to grab, rather than splitting into a separate file. Deleted yamls that use 'mpi0' since we don't want it in output filename if mpi is not used. Added obstype to the mapping file because the data is needed later. Note for users of just the mapping that the values still off (300-600 instead of 100-300). Check the python script for how to update the ObsType values. |
For acft_profiles, dateTime min is a large negative number for the script2netcdf and script4backend. This doesn't matter as those are treated as missing and then are filled in because the group_by. |
Add acft_profiles prepbufr scripts to the SPOC repository.
These are the high-level scripts.
All of the comparisons are done here:
https://docs.google.com/presentation/d/1CQCtbzntg2hXruLKEqqEVuKsMizE8h2DjPmAcka29eg/edit?pli=1#slide=id.g2fc02b94591_0_31
Notes:
The text was updated successfully, but these errors were encountered: