-
Notifications
You must be signed in to change notification settings - Fork 31
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
Satwind thinning in JEDI with Gaussian Thinning function #1143
Comments
First observation: The
I tried putting this in the pre-filter: 2507 obs assimilated, 45771 obs thinned, 1589 obs rejected, 49867 total By placing the same GSI: 6450 obs assimilated, 28630 obs thinned, 3619 obs rejected It's also worth recognizing that the thinned ob-count is not unique in either GSI or UFO. In GSI, thinned observations appear to be dropped from the diag file entirely, so the number of thinned winds needs to be inferred by comparing a thinned-GSI experiment and a non-thinned-GSI experiment. In UFO, thinning as a pre-filter will apply an |
I have submitted PRs in NOAA-EMC/jcb-gdas#25 and #1263 to enroll AHI-H9, SEVIRI-M9/10 satwinds and add these thinning filters to their corresponding yaml.j2 files. |
…EVIRI-M10 (#25) This PR enrolls AHI-Himawari9, SEVIRI-METEOSAT9, and SEVIRI-METEOSAT10 satwnd types into JEDI, and establishes thinning for AHI and SEVIRI satwnd observations in their corresponding *.yaml.j2 files. This is the NOAA-EMC/jcb-gdas portion of the work, which provides the yaml.j2 files for AHI and SEVIRI satwnd types with proper thinning filter settings. This is dependent on NOAA-EMC/GDASApp#1263, which has the corresponding bufr2ioda JSON files for enrolling the updated AHI and SEVIRI satwnd types. Thinning tests to define the filter settings can be found in NOAA-EMC/GDASApp#1143 Co-authored-by: Brett Hoover <[email protected]>
…EVIRI-M10 (#1263) This PR enrolls AHI-Himawari9, SEVIRI-METEOSAT9, and SEVIRI-METEOSAT10 satwnd types into JEDI, and establishes thinning for AHI and SEVIRI satwnd observations in their corresponding *.yaml.j2 files. This is the NOAA-EMC/GDASApp portion of the work, which enrolls the updated AHI and SEVIRI satwnd types in the bufr2ioda JSON files. This is dependent on NOAA-EMC/jcb-gdas#25, which has the corresponding yaml.j2 files for AHI and SEVIRI satwnd observations and the thinning filters. Thinning tests to define the filter settings can be found in #1143 --------- Co-authored-by: Brett Hoover <[email protected]> Co-authored-by: Cory Martin <[email protected]>
This issue wraps the thinning work that is being applied to AHI/Himawari (#741) and SEVIRI/METEOSAT (#758) satwinds.
In all testing, the
Gaussian Thinning
function appears to be more severe than GSI's thinning function when applying similar thinning meshes. The goal here is not to perfectly reproduce GSI's thinning, but rather to find a qualitatively similar thinning mesh for JEDI for proper comparisons to GSI.The text was updated successfully, but these errors were encountered: