-
Notifications
You must be signed in to change notification settings - Fork 171
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
Add marine hybrid envar #3041
Open
guillaumevernieres
wants to merge
37
commits into
NOAA-EMC:develop
Choose a base branch
from
guillaumevernieres:feature/marineenvar
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.
+145
−80
Open
Add marine hybrid envar #3041
Changes from all commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
6725bd6
working but still wip
guillaumevernieres f8418d8
fixed ic staging and deps
guillaumevernieres 4f00963
wip
guillaumevernieres 4792b44
ens fcst waits for marine DA
guillaumevernieres 423471b
Merge branch 'develop' into feature/marineenvar
guillaumevernieres ca9de60
works but needs tidy
guillaumevernieres adc9a2c
fixed pynorm
guillaumevernieres e4ea25b
...
guillaumevernieres 1a95260
wip
guillaumevernieres 1711eb4
Merge branch 'develop' into feature/marineenvar
guillaumevernieres 17c4dfc
Merge branch 'develop' into feature/marineenvar
guillaumevernieres b06b9c9
Update ci/cases/gfsv17/C384mx025_hybAOWCDA.yaml
guillaumevernieres 4fe50dd
Merge branch 'develop' into feature/marineenvar
guillaumevernieres 446b3a2
cold to warm, fixed ocnres
guillaumevernieres 5c1148a
Merge branch 'feature/marineenvar' of https://github.com/guillaumever…
guillaumevernieres 2f51957
Merge branch 'develop' into feature/marineenvar
guillaumevernieres 6b6417d
wcoss env
guillaumevernieres 2fe99f9
Merge branch 'develop' into feature/marineenvar
guillaumevernieres 796bc8e
Merge branch 'develop' into feature/marineenvar
guillaumevernieres 68b24d4
Merge branch 'feature/marineenvar' of https://github.com/guillaumever…
guillaumevernieres 6f00478
Merge branch 'develop' into feature/marineenvar
guillaumevernieres abf06ae
bug fixes
guillaumevernieres feb19d5
Merge branch 'develop' into feature/marineenvar
guillaumevernieres 029ec78
Merge branch 'develop' into feature/marineenvar
guillaumevernieres 3a9cc08
Merge branch 'develop' into feature/marineenvar
guillaumevernieres cdb7f6d
point to staged ic's
guillaumevernieres 263f0f8
Merge branch 'develop' into feature/marineenvar
guillaumevernieres 7eb1660
Update jobs/JGLOBAL_MARINE_ANALYSIS_FINALIZE
guillaumevernieres 3bba19e
Update workflow/hosts/hercules.yaml
guillaumevernieres 3585495
marine hyb option
guillaumevernieres 44254bd
Update workflow/rocoto/gfs_tasks.py
guillaumevernieres 541d8be
updated #'s
guillaumevernieres d146af5
Merge branch 'feature/marineenvar' of https://github.com/guillaumever…
guillaumevernieres 0ec480a
wrong logic ...
guillaumevernieres f24bc6e
new gdas.cd #
guillaumevernieres 7773208
Merge branch 'develop' into feature/marineenvar
guillaumevernieres 618b92c
Update ush/forecast_postdet.sh
guillaumevernieres 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 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 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,19 @@ | ||
experiment: | ||
system: gfs | ||
mode: cycled | ||
|
||
arguments: | ||
pslot: {{ 'pslot' | getenv }} | ||
app: S2S | ||
resdetatmos: 384 | ||
resensatmos: 192 | ||
resdetocean: 0.25 | ||
nens: 30 | ||
interval: 0 | ||
start: warm | ||
comroot: {{ 'RUNTESTS' | getenv }}/COMROOT | ||
expdir: {{ 'RUNTESTS' | getenv }}/EXPDIR | ||
idate: 2021063018 | ||
edate: 2021070306 | ||
icsdir: /work/noaa/da/gvernier/ensda/ictest/1440x1080x75/ | ||
yaml: {{ HOMEgfs }}/ci/cases/gfsv17/marinehyb.yaml |
This file contains 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 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,21 @@ | ||
defaults: | ||
!INC {{ HOMEgfs }}/parm/config/gfs/yaml/defaults.yaml | ||
|
||
base: | ||
DOIAU: "YES" | ||
DO_JEDIATMVAR: "NO" | ||
DO_JEDIATMENS: "NO" | ||
DO_JEDIOCNVAR: "YES" | ||
DO_JEDISNOWDA: "NO" | ||
DO_MERGENSST: "NO" | ||
DOHYBVAR_OCN: "YES" | ||
DO_FIT2OBS: "YES" | ||
DO_VERFOZN: "YES" | ||
DO_VERFRAD: "YES" | ||
DO_VRFY_OCEANDA: "NO" | ||
FHMAX_GFS: 240 | ||
ACCOUNT: {{ 'HPC_ACCOUNT' | getenv }} | ||
|
||
marineanl: | ||
SOCA_INPUT_FIX_DIR: {{ HOMEgfs }}/fix/gdas/soca/1440x1080x75/soca | ||
SOCA_NINNER: 20 # revert to ~100 after the memory leak is fixed |
This file contains 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 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 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 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,8 @@ | ||
defaults: | ||
!INC {{ HOMEgfs }}/parm/config/gfs/yaml/defaults.yaml | ||
base: | ||
ACCOUNT: {{ 'HPC_ACCOUNT' | getenv }} | ||
DO_JEDIOCNVAR: "YES" | ||
DOHYBVAR_OCN: "YES" | ||
marineanl: | ||
SOCA_NINNER: 1 |
This file contains 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 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 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 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 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 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 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 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 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 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 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 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
59 files
This file contains 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.
Should these comments be removed now?