-
Notifications
You must be signed in to change notification settings - Fork 7
Adding background error options in 3dvar_cf #746
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
Open
jeromebarre
wants to merge
52
commits into
develop
Choose a base branch
from
feature/3dvar_cf_bump
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 50 commits
Commits
Show all changes
52 commits
Select commit
Hold shift + click to select a range
bf42dd3
first commit
mer-a-o 573df4a
fix failing tests
mer-a-o 128f065
clean up and handling NO
mer-a-o e40af4f
fix coding norm
mer-a-o 80caed4
fail if obs is not listed in observation_ioda_names.yaml
mer-a-o 51bc473
add tier 1 tests
mer-a-o 5be3656
fix coding norm
mer-a-o db3dda0
Update src/swell/configuration/jedi/interfaces/geos_cf/task_questions…
mer-a-o ce8f42c
Update src/swell/configuration/jedi/interfaces/geos_cf/task_questions…
mer-a-o d5e745e
first commit
c9df76a
changes for 3d var compo
5e762e7
Merge branch 'develop' into feature/add-3dvar-cf
3e5ea35
fix duplicate
f6f2353
fix stage
fddcf1e
remove 'very naughty' if statement
jeromebarre 56f7bc5
fix gsi bec specific stuff
967fbc2
geometry fixes
jeromebarre 933c014
fix mpi
jeromebarre e9b7c84
fix mpi issues in suite config
jeromebarre 717fe18
fix io
jeromebarre 44807fe
fix field io
jeromebarre 1bfc169
dep eva fix
jeromebarre f5bd97c
eva names
jeromebarre 885ecb6
eva changes
jeromebarre 0a27a53
coding norms
jeromebarre fe75a85
PR review 1
jeromebarre 129e704
save
jeromebarre dd42a94
Merge branch 'develop' into feature/3dvar_cf_bump
jeromebarre ea37090
update stage b matrix files
jeromebarre 115044e
add params
jeromebarre b3dee8e
fix params
jeromebarre 97e3c1f
changed my mind fix params
jeromebarre dbd22af
stage fix
jeromebarre 8f7af3e
add increment output
mer-a-o 7bb1884
Merge remote-tracking branch 'origin/feature/mer-a-o/write-inc-cs' in…
jeromebarre a7231d2
Merge branch 'develop' into feature/add-3dvar-cf
jeromebarre 649f025
coding norms
jeromebarre 5f8d710
Merge branch 'feature/add-3dvar-cf' into feature/3dvar_cf_bump
jeromebarre daa393f
fix stdev read
jeromebarre d548042
improve stage
jeromebarre f0b247c
fix keys
jeromebarre 86bf901
fix bkg err
jeromebarre b80e969
saber changes
041e9be
swell static files
jeromebarre 1f3830b
revert to default
jeromebarre dca9ca9
Merge branch 'develop' into feature/3dvar_cf_bump
b35bb42
fix yaml
be6edb9
coding norms
jeromebarre 4f6ada1
coding norms 2
jeromebarre 9855a36
remove unused var
jeromebarre 2806c42
pr review 1
jeromebarre 4bfe8a7
typo
jeromebarre File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you make sure the fix from #743 is incorporated?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.