-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add inline post option to the SRW App (#538)
* Add write_dopost for inline post * Add inline_post to run_fcst script * Turn off run_post when true * Add postprod to run_fcst script * Update workflow template for inline post * Add a WE2E test for inline post
- Loading branch information
Showing
10 changed files
with
155 additions
and
4 deletions.
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,28 @@ | ||
# | ||
# TEST PURPOSE/DESCRIPTION: | ||
# ------------------------ | ||
# | ||
# This test checks the capability of the workflow to use the inline | ||
# post option (WRITE_DOPOST) in model_configure. | ||
# | ||
|
||
RUN_ENVIR="community" | ||
PREEXISTING_DIR_METHOD="rename" | ||
|
||
PREDEF_GRID_NAME="RRFS_CONUS_25km" | ||
WRITE_DOPOST="TRUE" | ||
|
||
CCPP_PHYS_SUITE="FV3_GFS_v15p2" | ||
|
||
EXTRN_MDL_NAME_ICS="FV3GFS" | ||
EXTRN_MDL_NAME_LBCS="FV3GFS" | ||
USE_USER_STAGED_EXTRN_FILES="TRUE" | ||
|
||
DATE_FIRST_CYCL="20190701" | ||
DATE_LAST_CYCL="20190701" | ||
CYCL_HRS=( "00" ) | ||
|
||
FCST_LEN_HRS="6" | ||
LBC_SPEC_INTVL_HRS="3" | ||
|
||
|
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