-
Notifications
You must be signed in to change notification settings - Fork 210
Refactor marine DA tasks #4160
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
DavidNew-NOAA
merged 43 commits into
NOAA-EMC:develop
from
DavidNew-NOAA:feature/marine-refactor
Oct 25, 2025
Merged
Refactor marine DA tasks #4160
Changes from all commits
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
c9f139b
Update
DavidNew-NOAA 5a6b837
Merge branch 'develop' into feature/marine-refactor
DavidNew-NOAA 117fa58
Debug
DavidNew-NOAA a94c68b
Add recentering
DavidNew-NOAA 463bd6f
marine letkf debug
DavidNew-NOAA 57c60cc
Merge branch 'develop' into feature/marine-refactor
DavidNew-NOAA 295ca00
Update gdas hash
DavidNew-NOAA 816e6c6
comment out hack
DavidNew-NOAA f92ab56
Update gdas hash
DavidNew-NOAA 0bf4885
pynorms
DavidNew-NOAA 79d3e1b
pynorms
DavidNew-NOAA f79501b
Use namelist prep subroutine for mom6 in letkf
DavidNew-NOAA 43e8ffa
Debug
DavidNew-NOAA 7ee6576
Update comments and add LETKF dependency in rocoto for marine archiving
DavidNew-NOAA ef42478
pynorms
DavidNew-NOAA 0f6e4f1
Update gdas hash
DavidNew-NOAA cfec1db
Clean up
DavidNew-NOAA b7c205e
Update GDAS hash
DavidNew-NOAA 03103ac
Merge branch 'develop' into feature/marine-refactor
DavidNew-NOAA ff970e1
update gdas hash
DavidNew-NOAA 16298d7
Update gdas hash
DavidNew-NOAA 780112b
Merge branch 'develop' into feature/marine-refactor
DavidNew-NOAA 5f52a90
Update gdas hash
DavidNew-NOAA f8ef025
Update gdas hash
DavidNew-NOAA 1e9a1ed
wrong jcb-gdas hash D:
DavidNew-NOAA 5cf28e4
Debug
DavidNew-NOAA c5c7c17
Update gdas hash
DavidNew-NOAA af3532b
Upudate gdas hash
DavidNew-NOAA b13a88e
Update GDAS hash
DavidNew-NOAA 39407fc
untangle config files
DavidNew-NOAA 4c2b3c7
Update gdas hash
DavidNew-NOAA 9ef46f8
Merge branch 'develop' into feature/marine-refactor
DavidNew-NOAA b1a1608
Debug
DavidNew-NOAA 1760948
debug
DavidNew-NOAA 1f40289
add .j2
DavidNew-NOAA 9d52277
Forgot something
DavidNew-NOAA eb06572
Debug
DavidNew-NOAA 8076d67
Debug
DavidNew-NOAA 8f4e0ba
Update gdas hash to develop
DavidNew-NOAA 1f25c36
Update gdas hash to develop
DavidNew-NOAA 90526db
Update jobs/JGLOBAL_MARINE_ANALYSIS_LETKF
DavidNew-NOAA 8f73906
Merge branch 'develop' into feature/marine-refactor
DavidNew-NOAA 078f15a
Merge branch 'develop' into feature/marine-refactor
DavidNew-NOAA 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
This file was deleted.
Oops, something went wrong.
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 |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| #!/bin/bash | ||
|
|
||
| ########## config.marineanlletkf ########## | ||
| # Ocn Analysis specific | ||
|
|
||
| echo "BEGIN: config.marineanlletkf" | ||
|
|
||
| # Get task specific resources | ||
| source "${EXPDIR}/config.resources" marineanlletkf | ||
|
|
||
| export INPUT_FIX_DIR="{{ SOCA_INPUT_FIX_DIR }}" | ||
| export ANL_GEOM="{{ SOCA_ANL_GEOM }}" | ||
|
|
||
| export OBS_LIST_YAML="{{ SOCA_OBS_LIST }}" | ||
| export TASK_CONFIG_YAML="${PARMgfs}/gdas/marine/marine_ens_config.yaml.j2" | ||
|
|
||
| echo "END: config.marineanlletkf" |
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
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
Submodule gdas.cd
updated
24 files
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.
Why are these not in
config.baseif they are used across so many jobs?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.
Good point. I have another PR planned at some point to remove utilities from ush/python/pygfs/utils, so I will put them in config.base there.