Adding background error options in 3dvar_cf#746
Open
jeromebarre wants to merge 52 commits intodevelopfrom
Open
Adding background error options in 3dvar_cf#746jeromebarre wants to merge 52 commits intodevelopfrom
jeromebarre wants to merge 52 commits intodevelopfrom
Conversation
….yaml Co-authored-by: Doruk Ardağ <38666458+Dooruk@users.noreply.github.com>
….yaml Co-authored-by: Doruk Ardağ <38666458+Dooruk@users.noreply.github.com>
…to feature/add-3dvar-cf
mranst
reviewed
Mar 26, 2026
| 'geometry': self.interface_model('geometry'), | ||
| 'output': self.interface_model('increment_cs'), | ||
| }, | ||
|
|
Collaborator
There was a problem hiding this comment.
Can you make sure the fix from #743 is incorporated?
Contributor
There was a problem hiding this comment.
I'm testing this PR right now, and it looks like it's already incorporated in line 65-68. So there's no need to make any changes to this file in this PR.
Collaborator
mer-a-o
reviewed
Mar 26, 2026
Contributor
mer-a-o
left a comment
There was a problem hiding this comment.
I tested this PR with different options for background error and it's working. Thanks @jeromebarre. My only comment is in src/swell/configuration/jedi/oops/variational3D.py.
Contributor
Author
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.


Description
This PR adds configurable SABER background-error support for geos_cf by plumbing
saber_central_blockandsaber_outer_blockthrough Swell question defaults, task question registration, JEDI template rendering, and GEOS-CF interface generation. It updates the background error configuration to support bothidentityandbump_nicas(and later other flavors such asdiffusion) central blocks, with optional outer blocks such asstddev_bkg_scaledorstddev_fixed_values(for testing purposes), and updates cycle staging so NICAS files are only linked whenbump_nicasis actually selected.Dependencies
None
Impact
3dvar_cf suite