-
Notifications
You must be signed in to change notification settings - Fork 168
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
Use GEFS post file for GEFS #1782
Use GEFS post file for GEFS #1782
Conversation
The GEFS configuration is updated to override the default (GFS) post flatfiles when running GEFS. Resolves NOAA-EMC#1750
The GEFS flatfile overrides shouldn't be gated by inline post as they should be used when running offline post as well.
@WenMeng-NOAA have these kept up with the changes to the GFS versions? |
Automated global-workflow Testing Results:
|
Automated global-workflow Testing Results:
|
Automated global-workflow Testing Results:
|
Automated global-workflow Testing Results:
|
Automated global-workflow Testing Results:
|
Automated global-workflow Testing Results:
|
@@ -262,6 +262,10 @@ export OUTPUT_GRID="gaussian_grid" | |||
export WRITE_DOPOST=".true." # WRITE_DOPOST=true, use inline POST | |||
export WRITE_NSFLIP=".true." | |||
|
|||
# Override normal post flat files for GEFS | |||
export FLTFILEGFS="${PARMgfs}/post/postxconfig-NT-GEFS.txt" |
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.
@WalterKolczynski-NOAA I would like to know if these UPP control files post*GEFS.txt are deployed at ${PARMgfs}/post from an upp checkout revision UPP/parm during the checkout/build process?
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.
Yes. They are linked in from the UPP that is included when we check out UFS.
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.
@WalterKolczynski-NOAA Thanks for confirming.
Automated global-workflow Testing Results:
|
Automated global-workflow Testing Results:
|
Automated global-workflow Testing Results:
|
Automated global-workflow Testing Results:
|
Automated global-workflow Testing Results:
|
Automated global-workflow Testing Results:
|
Automated global-workflow Testing Results:
|
Automated global-workflow Testing Results:
|
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.
Thanks for an update on this changes.
Description
The GEFS configuration is updated to override the default (GFS) post flatfiles when running GEFS.
Resolves #1750
Type of change
How Has This Been Tested?
Checklist