-
Notifications
You must be signed in to change notification settings - Fork 250
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix inline post issue in nco mode (#541)
* Remove echo from script * Add path to result files * Add a new WE2E test for inline post in nco mode
- Loading branch information
Showing
4 changed files
with
43 additions
and
9 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 for 'nco' mode. | ||
# | ||
|
||
RUN_ENVIR="nco" | ||
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