-
Notifications
You must be signed in to change notification settings - Fork 210
Make needed updates to run forecast from GEFS #1203
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 40 commits into
NOAA-EMC:develop
from
XianwuXue-NOAA:feature/gefs_v13_822_add_atm_fcst
Jan 25, 2023
Merged
Changes from all commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
1b5827c
Improve to run fcst (atm only)
XianwuXue-NOAA 38f5dce
Merge branch 'develop' into feature/gefs_v13_822_add_atm_fcst
XianwuXue-NOAA fe5e830
Merge branch 'develop' into feature/gefs_v13_822_add_atm_fcst
XianwuXue-NOAA 4812945
Merge branch 'develop' into feature/gefs_v13_822_add_atm_fcst
XianwuXue-NOAA 01f344b
Merge branch 'develop' into feature/gefs_v13_822_add_atm_fcst
XianwuXue-NOAA 9865bf9
Improve the script to run fcst for GEFS
XianwuXue-NOAA 46a87cb
Merge branch 'develop' into feature/gefs_v13_822_add_atm_fcst
XianwuXue-NOAA 3f03cdd
Merge branch 'develop' into feature/gefs_v13_822_add_atm_fcst
XianwuXue-NOAA 39c641e
Merge branch 'develop' into feature/gefs_v13_822_add_atm_fcst
XianwuXue-NOAA 9f57a1f
Modify to run atm fcst for GEFS
XianwuXue-NOAA c905b74
Fix bugs for condition statements
XianwuXue-NOAA fe82706
Merge branch 'develop' into feature/gefs_v13_822_add_atm_fcst
XianwuXue-NOAA a49956c
Merge branch 'develop' into feature/gefs_v13_822_add_atm_fcst
XianwuXue-NOAA d0924ab
Merge branch 'develop' into feature/gefs_v13_822_add_atm_fcst
XianwuXue-NOAA af7dc51
Introduce FHOUT_ENKF_GFS for gfsefcs jobs
XianwuXue-NOAA 052ad49
Add FHOUT_ENKF_GFS to calculate epos group
XianwuXue-NOAA f0aaaf0
Add GEFS functions with new COM to fcst ush scripts
XianwuXue-NOAA a56b707
Remove unused statements for gefs
XianwuXue-NOAA 61f44aa
Add FLTFILEGFS[F00] & POSTGRB2TBL to pass values
XianwuXue-NOAA 4ef0d93
Add braces around variables to fix the lint warning
XianwuXue-NOAA bf053c1
Remove FV3_GEFS_nml and use FV3_GFS_nml for GEFS
XianwuXue-NOAA 4346c8c
Remove the new COM dirs
XianwuXue-NOAA e1f8305
Correct a typo
XianwuXue-NOAA bfcd22f
Merge branch 'feature/gefs_v13_822_add_atm_fcst' of github.com:Xianwu…
XianwuXue-NOAA ec701f5
Delete the unused statements
XianwuXue-NOAA 4299561
Modify to save RESTART files for both gfs and gefs
XianwuXue-NOAA 43555a0
Merge branch 'develop' into feature/gefs_v13_822_add_atm_fcst
XianwuXue-NOAA dd70d8d
Merge branch 'develop' into feature/gefs_v13_822_add_atm_fcst
XianwuXue-NOAA fd325ac
Make RERUN receive value from out of the script
XianwuXue-NOAA 33b4d90
Delete the GEFS functions to reuse GFS functions
XianwuXue-NOAA c95d4a6
Merge branch 'develop' into feature/gefs_v13_822_add_atm_fcst
XianwuXue-NOAA 119e5b7
Add { } to variables
XianwuXue-NOAA 5c95d7a
Remove unused RSTDIR
XianwuXue-NOAA eb9d39c
Merge branch 'develop' into feature/gefs_v13_822_add_atm_fcst
XianwuXue-NOAA 1be0572
Create links for final restart written files only
XianwuXue-NOAA 7ee08e2
Change memdir/INPUT using ICSDIR to use dif ICSDIR
XianwuXue-NOAA b686fe7
Remove unused function
XianwuXue-NOAA 3d99c50
Merge branch 'develop' into feature/gefs_v13_822_add_atm_fcst
XianwuXue-NOAA 1ac2957
Remove the ICSDIR in the forecast_postdef.sh
XianwuXue-NOAA c6e082c
Optimize case statements in the script
XianwuXue-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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -108,7 +108,9 @@ export LEVS=${LEVS_ENKF:-${LEVS:-64}} | |
|
|
||
| # nggps_diag_nml | ||
| export FHOUT=${FHOUT_ENKF:-3} | ||
|
|
||
| if [[ ${CDUMP} == "gfs" ]]; then | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This checking is for early cycle enkf. |
||
| export FHOUT=${FHOUT_ENKF_GFS:-${FHOUT_ENKF:${FHOUT:-3}}} | ||
| fi | ||
| # model_configure | ||
| export DELTIM=${DELTIM_ENKF:-${DELTIM:-225}} | ||
| export FHMAX=${FHMAX_ENKF:-9} | ||
|
|
||
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
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.