-
Notifications
You must be signed in to change notification settings - Fork 255
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes to RRFS 3- and 13-km domains, setup.sh script bug fixes, make…
…_ics task modification, and tweaks to stochastic physics namelist settings (#721) * Modify RRFS North America 3- and 13-km domain configuration and WE2E test. * Change sotyp_from_climo to "true" based on operational RAP grib2 files. * Update for changes to stochastic physics namelist options. * Check for DO_ENSEMBLE="TRUE" when running ensemble verification and turn of VX when running in NCO mode. * Revert to 3-km domain. * Remove commented-out GFDL grid for the RRFS_NA_13km domain * Add RRFS_NA_13km WE2E test * Changes to comments.
- Loading branch information
1 parent
30efbad
commit 1a96167
Showing
6 changed files
with
107 additions
and
82 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
54 changes: 54 additions & 0 deletions
54
...dls_suites_community/config.grid_RRFS_NA_13km_ics_FV3GFS_lbcs_FV3GFS_suite_RRFS_v1beta.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,54 @@ | ||
# | ||
# TEST PURPOSE/DESCRIPTION: | ||
# ------------------------ | ||
# | ||
# This test is to ensure that the workflow running in community mode | ||
# completes successfully on the RRFS_NA_13km grid using the RRFS_v1beta | ||
# physics suite with ICs and LBCs derived from the FV3GFS. | ||
# | ||
# Note that this test also sets various resource parameters for several | ||
# of the rocoto tasks in order to more efficiently run the code on this | ||
# (very large) grid. | ||
# | ||
|
||
RUN_ENVIR="community" | ||
PREEXISTING_DIR_METHOD="rename" | ||
|
||
PREDEF_GRID_NAME="RRFS_NA_13km" | ||
CCPP_PHYS_SUITE="FV3_RRFS_v1beta" | ||
|
||
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="6" | ||
|
||
######################################################################### | ||
# The following code/namelist/workflow setting changes are necessary to # | ||
# run/optimize end-to-end experiments using the 3-km NA grid # | ||
######################################################################### | ||
|
||
# The model should be built in 32-bit mode (64-bit will result in much | ||
# longer run times. | ||
|
||
# Use k_split=2 and n_split=5, the previous namelist values (k_split=4 | ||
# and n_split=5) will result in significantly longer run times. | ||
|
||
NNODES_MAKE_ICS="12" | ||
NNODES_MAKE_LBCS="12" | ||
PPN_MAKE_ICS="4" | ||
PPN_MAKE_LBCS="4" | ||
WTIME_MAKE_LBCS="01:00:00" | ||
|
||
NNODES_RUN_POST="6" | ||
PPN_RUN_POST="12" | ||
|
||
OMP_STACKSIZE_MAKE_ICS="2048m" | ||
OMP_STACKSIZE_RUN_FCST="2048m" | ||
|
||
############################################################################### |
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