-
Notifications
You must be signed in to change notification settings - Fork 259
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make DT_ATMOS, LAYOUT_X/Y, and BLOCKSIZE user-specifiable when using …
…predefined grids (#396) ## DESCRIPTION OF CHANGES: * When using a predefined grid, allow the default values of DT_ATMOS, LAYOUT_X, LAYOUT_Y, and BLOCKSIZE for that grid to be overwritten with values specified by the user in the experiment configuration file. * Add a WE2E test (config.grid_RRFS_CONUS_25km_modify_DT_ATMOS_LAYOUT_XY_BLOCKSIZE.sh) that uses the RRFS_CONUS_25km predefined grid but changes DT_ATMOS, LAYOUT_X, LAYOUT_Y, and BLOCKSIZE from the default values for that grid. * Update comments. ## TESTS CONDUCTED: * Ran the new WE2E test (grid_RRFS_CONUS_25km_modify_DT_ATMOS_LAYOUT_XY_BLOCKSIZE) on Hera. It was successful.
- Loading branch information
1 parent
64b1c2a
commit 4faf50d
Showing
4 changed files
with
143 additions
and
111 deletions.
There are no files selected for viewing
21 changes: 21 additions & 0 deletions
21
tests/baseline_configs/config.grid_RRFS_CONUS_25km_modify_DT_ATMOS_LAYOUT_XY_BLOCKSIZE.sh
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 @@ | ||
RUN_ENVIR="community" | ||
PREEXISTING_DIR_METHOD="rename" | ||
|
||
PREDEF_GRID_NAME="RRFS_CONUS_25km" | ||
DT_ATMOS="100" | ||
LAYOUT_X="10" | ||
LAYOUT_Y="4" | ||
BLOCKSIZE="35" | ||
QUILTING="TRUE" | ||
|
||
CCPP_PHYS_SUITE="FV3_GSD_SAR" | ||
FCST_LEN_HRS="06" | ||
LBC_SPEC_INTVL_HRS="3" | ||
|
||
DATE_FIRST_CYCL="20200801" | ||
DATE_LAST_CYCL="20200801" | ||
CYCL_HRS=( "00" ) | ||
|
||
EXTRN_MDL_NAME_ICS="HRRR" | ||
EXTRN_MDL_NAME_LBCS="RAP" | ||
USE_USER_STAGED_EXTRN_FILES="TRUE" |
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
Oops, something went wrong.