forked from ufs-community/regional_workflow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add the RRFS_v1alpha suite to the set of valid suites that can be u…
…sed in the workflow. This entails: (ufs-community#361) This PR should be merged at the same time as PR #[51](ufs-community/ufs-srweather-app#51) into ufs-srweather-app:release/public-v1 branch. ## DESCRIPTION OF CHANGES: * Add the RRFS_v1alpha suite to the set of valid suites that can be used in the workflow. This entails: * Adding this suite to the list of valid values for CCPP_PHYS_SUITE in ush/valid_param_vals.sh. * Adding this suite to the various if-statements in the ex-scripts for the make_ics and make_lbcs tasks. * Adding a stanza for this suite in ush/templates/FV3.input.yml. * Adding a diag_table for this suite. * Adding a field_table for this suite. Note that the RRFS_v1alpha suite should be identical to RRFS_v1beta except that the MYNN surface layer parameterization is replaced with the GFS one. However, currently in the ufs-weather-model, RRFS_v1alpha differs from RRFS_v1beta not only in the surface parameterization but also in the use of the Noah MP land surface model (instead of the Noah LSM). Eventually, a PR should go into ufs-weather-model (and fv3atm) to set the LSM in RRFS_v1alpha to Noah (without MP). * Add WE2E tests for the RRFS_v1alpha suite. * Change the list of WE2E tests that must be run for the release branch (for testing PRs) to use the RRFS_v1alpha suite instead of RRFS_v1beta. * Remove the RRFS_v1beta suite from the list of valid values for CCPP_PHYS_SUITE in ush/valid_param_vals.sh. This disables the use of RRFS_v1beta in the release branch. This must be done because the RRFS_V1beta suite has been removed from the release/public-v2 branch of ufs-weather-model. * Remove from the yaml configuration file for the FV3 namelist (FV3.input.yml) those suites that are neither in the develop branch nor the release/public-v2 branch of ufs-weather-model (or, really of its fv3atm submodule). These suites are FV3_GSD_SAR_v1 and FV3_RRFS_v0. * Modify the yaml configuration file for the FV3 namelist (FV3.input.yml) so that those suites that use Thompson micorphysics set the variable effr_in to False. Note that we make this change not only for the suites that can be used with the release/public-v1 branch (of regional_workflow) but also the ones that can be sued with the develop branch in order to keep differences between these two branches to a minimum. ## TESTS CONDUCTED: The following WE2E tests were run on Hera: * GST_release_public_v1 * grid_RRFS_CONUS_25km_ics_FV3GFS_lbcs_FV3GFS_suite_GFS_v15p2 * grid_RRFS_CONUS_25km_ics_HRRR_lbcs_RAP_suite_RRFS_v1alpha * grid_RRFS_CONUS_13km_ics_FV3GFS_lbcs_FV3GFS_suite_GFS_v15p2 * grid_RRFS_CONUS_13km_ics_HRRR_lbcs_RAP_suite_RRFS_v1alpha * grid_RRFS_CONUS_3km_ics_FV3GFS_lbcs_FV3GFS_suite_GFS_v15p2 * grid_RRFS_CONUS_3km_ics_HRRR_lbcs_RAP_suite_RRFS_v1alpha All were successful. Note that the tests involving RRFS_v1alpha are using the Noah MP LSM. This will be changed in the future (in the fv3atm repo), at which point the tests should be rerun. ## CONTRIBUTORS (optional): @climbfuji @JacobCarley-NOAA
- Loading branch information
1 parent
9a58e96
commit 5a4b90e
Showing
12 changed files
with
528 additions
and
33 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
18 changes: 18 additions & 0 deletions
18
tests/baseline_configs/config.grid_RRFS_CONUS_13km_ics_HRRR_lbcs_RAP_suite_RRFS_v1alpha.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,18 @@ | ||
RUN_ENVIR="community" | ||
PREEXISTING_DIR_METHOD="rename" | ||
|
||
PREDEF_GRID_NAME="RRFS_CONUS_13km" | ||
GRID_GEN_METHOD="ESGgrid" | ||
QUILTING="TRUE" | ||
|
||
CCPP_PHYS_SUITE="FV3_RRFS_v1alpha" | ||
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" |
18 changes: 18 additions & 0 deletions
18
tests/baseline_configs/config.grid_RRFS_CONUS_25km_ics_HRRR_lbcs_RAP_suite_RRFS_v1alpha.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,18 @@ | ||
RUN_ENVIR="community" | ||
PREEXISTING_DIR_METHOD="rename" | ||
|
||
PREDEF_GRID_NAME="RRFS_CONUS_25km" | ||
GRID_GEN_METHOD="ESGgrid" | ||
QUILTING="TRUE" | ||
|
||
CCPP_PHYS_SUITE="FV3_RRFS_v1alpha" | ||
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" |
18 changes: 18 additions & 0 deletions
18
tests/baseline_configs/config.grid_RRFS_CONUS_3km_ics_HRRR_lbcs_RAP_suite_RRFS_v1alpha.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,18 @@ | ||
RUN_ENVIR="community" | ||
PREEXISTING_DIR_METHOD="rename" | ||
|
||
PREDEF_GRID_NAME="RRFS_CONUS_3km" | ||
GRID_GEN_METHOD="ESGgrid" | ||
QUILTING="TRUE" | ||
|
||
CCPP_PHYS_SUITE="FV3_RRFS_v1alpha" | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
RUN_ENVIR="community" | ||
PREEXISTING_DIR_METHOD="rename" | ||
|
||
PREDEF_GRID_NAME="RRFS_CONUS_25km" | ||
GRID_GEN_METHOD="ESGgrid" | ||
QUILTING="TRUE" | ||
|
||
CCPP_PHYS_SUITE="FV3_RRFS_v1alpha" | ||
|
||
FCST_LEN_HRS="06" | ||
LBC_SPEC_INTVL_HRS="6" | ||
|
||
DATE_FIRST_CYCL="20190520" | ||
DATE_LAST_CYCL="20190520" | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
GST_release_public_v1 | ||
grid_RRFS_CONUS_25km_ics_FV3GFS_lbcs_FV3GFS_suite_GFS_v15p2 | ||
grid_RRFS_CONUS_25km_ics_HRRR_lbcs_RAP_suite_RRFS_v1beta | ||
grid_RRFS_CONUS_25km_ics_HRRR_lbcs_RAP_suite_RRFS_v1alpha | ||
grid_RRFS_CONUS_13km_ics_FV3GFS_lbcs_FV3GFS_suite_GFS_v15p2 | ||
grid_RRFS_CONUS_13km_ics_HRRR_lbcs_RAP_suite_RRFS_v1beta | ||
grid_RRFS_CONUS_13km_ics_HRRR_lbcs_RAP_suite_RRFS_v1alpha | ||
grid_RRFS_CONUS_3km_ics_FV3GFS_lbcs_FV3GFS_suite_GFS_v15p2 | ||
grid_RRFS_CONUS_3km_ics_HRRR_lbcs_RAP_suite_RRFS_v1beta | ||
grid_RRFS_CONUS_3km_ics_HRRR_lbcs_RAP_suite_RRFS_v1alpha |
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.