New ocean/ice B diag#1050
Merged
Merged
Conversation
apchoiCMD
reviewed
Apr 16, 2024
apchoiCMD
previously approved these changes
Apr 16, 2024
|
Automated Global-Workflow GDASApp Testing Results: |
apchoiCMD
approved these changes
Apr 17, 2024
|
Automated Global-Workflow GDASApp Testing Results: |
AndrewEichmann-NOAA
approved these changes
Apr 18, 2024
danholdaway
added a commit
that referenced
this pull request
Apr 23, 2024
* upstream/develop: More marine DA bufixes (#1069) Add basin flags to the ocean obs (#1067) Revert "Prepare observations for snow DA updates to the ensemble members" (#1066) Fix aero_diagb template (#1064) Refactoring prepocnobs task (#1049) Ensemble diagnostics not triggered properly (#1060) New ocean/ice B diag (#1050) Remove R2D2 and SOLO from the GitHub Actions workflow CI (#1058) Variance Partition estimates of Stddev for aerosols (#1037) Removing ctests of an obsolete bufr_converter in SOCA (#1056)
DavidNew-NOAA
pushed a commit
that referenced
this pull request
Jan 16, 2026
### What was done - Variance partitioning of ice and ocean backgrounds - Switch to using the `StdDev` saber block with the above fields as a proxy of the background error - Changed the obs filtering - Removed the hybrid B, will plug it back in later - Use Travis' script to extract the vertical decorrelation scales from the bkg, using the mld. - Use of jinja for the new yamls - setting NMEM_ENS to something larger that 3 will trigger the hybrid envar and use static or real members, depending on the status or `DO_HYBVAR` The results are reasonable but some of the parameters of the variance partitioning still need to be optimized further - fixes #982 - fixes #927 - fixes #939 (not exactly but good enough. It tests the hybrid envar with static members) --------- Co-authored-by: Cory Martin <cory.r.martin@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.
What was done
StdDevsaber block with the above fields as a proxy of the background errorDO_HYBVARThe results are reasonable but some of the parameters of the variance partitioning still need to be optimized further