-
Notifications
You must be signed in to change notification settings - Fork 211
Refactor marine ensemble recentering script and move to GW from GDASApp #3882
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
DavidHuber-NOAA
merged 51 commits into
NOAA-EMC:develop
from
DavidNew-NOAA:feature/marine-refactor
Jul 30, 2025
Merged
Changes from all commits
Commits
Show all changes
51 commits
Select commit
Hold shift + click to select a range
7601bf0
Initial commit
DavidNew-NOAA 0174f14
pynorms
DavidNew-NOAA ae46e1e
pynorms round 2
DavidNew-NOAA 6759a3b
Merge branch 'develop' into feature/marine-refactor
DavidNew-NOAA d12c536
Merge branch 'feature/marine-refactor' of https://github.com/DavidNew…
DavidNew-NOAA 30aa61c
Update
DavidNew-NOAA 9db049c
Update
DavidNew-NOAA 778a7d3
Merge branch 'feature/marine-refactor' of https://github.com/DavidNew…
DavidNew-NOAA 27c07f7
Update gdas hash
DavidNew-NOAA 164159b
Merge branch 'develop' into feature/marine-refactor
DavidNew-NOAA 63eefd9
Debugging
DavidNew-NOAA 1fe54d4
Merge branch 'develop' into feature/marine-refactor
DavidNew-NOAA f013ae5
Update gdas hash
DavidNew-NOAA 1453109
Refactor marine bmat finalize
DavidNew-NOAA 78a87a6
Update gdas hash
DavidNew-NOAA b0d3c2c
Debugging
DavidNew-NOAA 6e77d0a
Debugging
DavidNew-NOAA ab4cd24
Merge branch 'develop' into feature/marine-refactor
DavidNew-NOAA 3134e16
Update GDAS hash
DavidNew-NOAA 7891b63
Updates
DavidNew-NOAA 61e6eb8
Merge branch 'develop' into feature/marine-refactor
DavidNew-NOAA 7230339
pynorms
DavidNew-NOAA 831b4af
Use vtscale spython script where it lives
DavidNew-NOAA 8746086
Debugging
DavidNew-NOAA 65d6f33
pynorms
DavidNew-NOAA d323050
Update gdas hash
DavidNew-NOAA 57c1859
Merge branch 'develop' into feature/marine-refactor
DavidNew-NOAA 8481614
Update gdas hash
DavidNew-NOAA 75dc235
Updates
DavidNew-NOAA c30580e
Update gdas hash
DavidNew-NOAA cf270f3
Merge branch 'develop' into feature/marine-refactor
DavidNew-NOAA bc4f43f
change ocnanalecen to marineanlecen
DavidNew-NOAA e5f5828
Merge branch 'develop' into feature/marine-refactor
DavidNew-NOAA 2b372de
some ocnanalecen slipped through last commit
DavidNew-NOAA 8694f3b
Update gdas hash
DavidNew-NOAA 0510f72
Revert some things
DavidNew-NOAA 05ade1b
Clean up
DavidNew-NOAA 1aed6de
Update dev/parm/config/gfs/config.marineanlecen
DavidNew-NOAA 7dd1745
Address reviewer comments
DavidNew-NOAA 15e6027
Update gdas hash
DavidNew-NOAA d213ec9
Merge branch 'develop' into feature/marine-refactor
DavidNew-NOAA 15604ce
Update gdas hash
DavidNew-NOAA d05edc8
Update gdas hash to develop
DavidNew-NOAA 567cbfe
Accidentally updated hera.yaml
DavidNew-NOAA 18bf2a1
Missing config var
DavidNew-NOAA 096d899
Fix archiving issue
DavidNew-NOAA 758969e
Update gdas hash
DavidNew-NOAA 01ecb58
Try something
DavidNew-NOAA 50990d9
Merge branch 'develop' into feature/marine-refactor
DavidNew-NOAA ec7c3bd
Try something
DavidNew-NOAA 1fcd437
apply patch
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,15 @@ | ||
| #!/bin/bash | ||
|
|
||
| ########## config.marineanlecen ########## | ||
| # Ocn Analysis specific | ||
|
|
||
| echo "BEGIN: config.marineanlecen" | ||
|
|
||
| # Get task specific resources | ||
| source "${EXPDIR}/config.resources" marineanlecen | ||
|
|
||
| export JEDI_CONFIG_YAML_ECEN="${PARMgfs}/gdas/soca/soca_ecen_jedi_config.yaml.j2" | ||
| export MARINE_ECEN_STAGE_YAML_TMPL="${PARMgfs}/gdas/soca/soca_ecen_stage.yaml.j2" | ||
| export MARINE_ECEN_FINALIZE_YAML_TMPL="${PARMgfs}/gdas/soca/soca_ecen_finalize.yaml.j2" | ||
|
|
||
| echo "END: config.marineanlecen" |
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
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 |
|---|---|---|
|
|
@@ -76,7 +76,7 @@ case ${step} in | |
| esac | ||
| ;; | ||
|
|
||
| "ocnanalecen") | ||
| "marineanlecen") | ||
| case ${OCNRES} in | ||
| "025") | ||
| ntasks=288 | ||
|
|
||
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
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.