Add thinning for ice obs when used in LETKF#153
Merged
Conversation
7 tasks
JohnSteffen-NOAA
approved these changes
Jul 25, 2025
guillaumevernieres
approved these changes
Jul 25, 2025
guillaumevernieres
pushed a commit
to NOAA-EMC/GDASApp
that referenced
this pull request
Jul 30, 2025
# Description Use thinning for AMSR2 ice observations in LETKF (both makes sense scientifically, and brings down the runtime to ~8min on hera on 480 MPI tasks). Since thinning is done with "reduce obs space" option, we need to run it only once. Hence the switch to using linear observer here: in this case filters are only run on ensemble mean. # Companion PRs NOAA-EMC/jcb-gdas#153 # Issues Resolves #1542 # Automated CI tests to run in Global Workflow <!-- Which Global Workflow CI tests are required to adequately test this PR? --> - [ ] atm_jjob <!-- JEDI atm single cycle DA !--> - [ ] C96C48_ufs_hybatmDA <!-- JEDI atm cycled DA !--> - [x] C96C48_hybatmsnowDA <!-- JEDI snow cycled DA !--> - [ ] C96_gcafs_cycled <!-- JEDI aerosol cycled DA !--> - [x] C48mx500_3DVarAOWCDA <!-- JEDI low-res marine 3DVar cycled DA !--> - [x] C48mx500_hybAOWCDA <!-- JEDI marine hybrid envar cycled DA !--> - [ ] C96C48_hybatmDA <!-- GSI atm cycled DA !--> --------- Co-authored-by: Anna Shlyaeva <anna.v.shlyaeva@noaa.gov>
DavidNew-NOAA
pushed a commit
to NOAA-EMC/GDASApp
that referenced
this pull request
Jan 16, 2026
# Description Use thinning for AMSR2 ice observations in LETKF (both makes sense scientifically, and brings down the runtime to ~8min on hera on 480 MPI tasks). Since thinning is done with "reduce obs space" option, we need to run it only once. Hence the switch to using linear observer here: in this case filters are only run on ensemble mean. # Companion PRs NOAA-EMC/jcb-gdas#153 # Issues Resolves #1542 # Automated CI tests to run in Global Workflow <!-- Which Global Workflow CI tests are required to adequately test this PR? --> - [ ] atm_jjob <!-- JEDI atm single cycle DA !--> - [ ] C96C48_ufs_hybatmDA <!-- JEDI atm cycled DA !--> - [x] C96C48_hybatmsnowDA <!-- JEDI snow cycled DA !--> - [ ] C96_gcafs_cycled <!-- JEDI aerosol cycled DA !--> - [x] C48mx500_3DVarAOWCDA <!-- JEDI low-res marine 3DVar cycled DA !--> - [x] C48mx500_hybAOWCDA <!-- JEDI marine hybrid envar cycled DA !--> - [ ] C96C48_hybatmDA <!-- GSI atm cycled DA !--> --------- Co-authored-by: Anna Shlyaeva <anna.v.shlyaeva@noaa.gov>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Thin AMSR2 ice concentration obs, only for LETKF to avoid messing with gfsv17 configuration.
I ran a test and confirmed that obs are thinned in LETKF, and not thinned in Var.
Note: requires gdas PR to work correctly.