-
Notifications
You must be signed in to change notification settings - Fork 215
Create JEDI class #2805
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
Merged
WalterKolczynski-NOAA
merged 54 commits into
NOAA-EMC:develop
from
DavidNew-NOAA:feature/jedi_class
Sep 7, 2024
Merged
Create JEDI class #2805
Changes from 3 commits
Commits
Show all changes
54 commits
Select commit
Hold shift + click to select a range
72cfc5b
Initial commit
DavidNew-NOAA dddaec2
Merge branch 'develop' into feature/jedi_class
DavidNew-NOAA 2a313b2
Merge branch 'develop' into feature/jedi_class
DavidNew-NOAA b2536c5
Move YAML save out of get_jedi_config method
DavidNew-NOAA a6bc7cc
pynorms
DavidNew-NOAA f5f4d94
Update exglobal_atmens_analysis_letkf.py
DavidNew-NOAA e5b7409
Addressing Rahul's comments
DavidNew-NOAA 0ff0521
Merge branch 'feature/jedi_class' of https://github.com/DavidNew-NOAA…
DavidNew-NOAA e0bd76c
Move jedi.py to its own directory and move logging from jedi.py funct…
DavidNew-NOAA 6617f8b
Merge branch 'develop' into feature/jedi_class
DavidNew-NOAA e85e993
Finished debugging
DavidNew-NOAA 43a6338
pynorms
DavidNew-NOAA ef68fad
Update some comments and logging
DavidNew-NOAA 0d01ad0
pynorms
DavidNew-NOAA d496307
pynorms
DavidNew-NOAA 6b95386
Merge branch 'develop' into feature/jedi_class
DavidNew-NOAA 056d07c
Merge latest develop
DavidNew-NOAA 44f172c
Refactor LETKF observer to work with JEDI class
DavidNew-NOAA 55efedf
Merge branch 'develop' into feature/jedi_class
DavidNew-NOAA e06f736
Fix small bug
DavidNew-NOAA 4da3d34
Merge branch 'develop' into feature/jedi_class
DavidNew-NOAA 3c6d5b5
Redo some things w/ JEDI class to address YAML archiving error
DavidNew-NOAA 79aca48
Merge branch 'develop' into feature/jedi_class
DavidNew-NOAA e0e3f40
pynorms
DavidNew-NOAA a6f4b81
Proposed change to enkf.yaml.j2
DavidNew-NOAA ed2613b
Revert "Proposed change to enkf.yaml.j2"
DavidNew-NOAA 86b604a
Fix error from my misunderstanding of how obs/sol jobs work for LETKF
DavidNew-NOAA 9b70195
Set JCB algorithm depending on whether running in observer-solver mod…
DavidNew-NOAA c279e45
Fix error in JCB prototype file name
DavidNew-NOAA 1e034f7
Address some comments
DavidNew-NOAA 526b961
The perils of copypasta
DavidNew-NOAA d3ecab3
Address comments and update GDAS hash
DavidNew-NOAA 02b3734
Mistakenly had class method marked as static method
DavidNew-NOAA 3d3ccf0
Update
DavidNew-NOAA d5e2fe0
Update jedi.py
DavidNew-NOAA ea97ddb
Merge branch 'develop' into feature/jedi_class
DavidNew-NOAA 16868a8
Update jedi.py
DavidNew-NOAA a423c6f
Update ush/python/pygfs/jedi/jedi.py
DavidNew-NOAA 35c3f49
Update ush/python/pygfs/jedi/jedi.py
DavidNew-NOAA 9a24b48
Update ush/python/pygfs/jedi/jedi.py
DavidNew-NOAA f1cb728
Update ush/python/pygfs/jedi/jedi.py
DavidNew-NOAA 3bb5336
Update ush/python/pygfs/task/atm_analysis.py
DavidNew-NOAA ba19cdf
Update ush/python/pygfs/task/atmens_analysis.py
DavidNew-NOAA 287a949
Update ush/python/pygfs/task/atm_analysis.py
DavidNew-NOAA 934d036
Update ush/python/pygfs/task/atm_analysis.py
DavidNew-NOAA 806010f
Update ush/python/pygfs/task/atm_analysis.py
DavidNew-NOAA 79c4d60
Address final comments
DavidNew-NOAA 50db563
Merge branch 'feature/jedi_class' of https://github.com/DavidNew-NOAA…
DavidNew-NOAA 00874e9
Forgot some comments
DavidNew-NOAA c039881
Final comment block
DavidNew-NOAA fc437a8
pynorms
DavidNew-NOAA 95974c3
Small bug
DavidNew-NOAA bc52fcb
Update ush/python/pygfs/task/atmens_analysis.py
aerorahul f445e28
Update ush/python/pygfs/task/atm_analysis.py
aerorahul 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -21,4 +21,4 @@ | |
|
|
||
| # Instantiate the atm analysis task | ||
| AtmAnl = AtmAnalysis(config) | ||
| AtmAnl.initialize() | ||
| AtmAnl.initialize_var() | ||
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.
Uh oh!
There was an error while loading. Please reload this page.