-
Notifications
You must be signed in to change notification settings - Fork 251
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature/update model namelist definitions (#377)
## DESCRIPTION OF CHANGES: Part of the effort described in ufs-community/ufs-srweather-app#71 to update the master branch of ufs-srweather-app to a functioning state. Updates include: - Cherry-picking 10911bcb from release branch in order to include the RRFS_v1alpha CCPP suite, as well as fixing some updated namelist settings in the ufs-weather-model - Fixing other namelist options that have been updated in ufs-weather-model This PR must be merged prior to ufs-community/ufs-srweather-app#71, then that PR updated to point to this PR's hash. ## TESTS CONDUCTED: The following end-to-end tests are now all successful on Hera: - DOT_OR_USCORE - GST_release_public_v1 - get_extrn_files_from_hpss_FV3GFS_FV3GFS - get_extrn_files_from_hpss_GSMGFS_GSMGFS - get_extrn_files_from_hpss_HRRR_RAP - get_extrn_files_from_hpss_RAP_RAP - grid_GSD_HRRR_AK_50km - grid_GSD_RAP13km - grid_RRFS_AK_13km_FV3GFS_FV3GFS - grid_RRFS_CONUS_13km_ics_FV3GFS_lbcs_FV3GFS_suite_GFS_v15p2 - grid_RRFS_CONUS_13km_ics_FV3GFS_lbcs_FV3GFS_suite_GFS_v16beta - grid_RRFS_CONUS_13km_ics_HRRR_lbcs_RAP_suite_GSD_SAR - grid_RRFS_CONUS_13km_ics_HRRR_lbcs_RAP_suite_RRFS_v1beta - grid_RRFS_CONUS_25km_ics_FV3GFS_lbcs_FV3GFS_suite_GFS_v15p2 - grid_RRFS_CONUS_25km_ics_FV3GFS_lbcs_FV3GFS_suite_GFS_v16beta - grid_RRFS_CONUS_25km_ics_HRRR_lbcs_RAP_suite_GSD_SAR - grid_RRFS_CONUS_25km_ics_HRRR_lbcs_RAP_suite_RRFS_v1beta - new_ESGgrid - new_GFDLgrid - new_GFDLgrid__GFDLgrid_USE_GFDLgrid_RES_IN_FILENAMES_eq_FALSE - new_GFDLgrid__GFDLgrid_USE_GFDLgrid_RES_IN_FILENAMES_eq_TRUE - regional_001 - regional_002 - suite_FV3_GFS_v15p2 - suite_FV3_GFS_v16beta - suite_FV3_GSD_SAR - suite_FV3_GSD_v0 - suite_FV3_RRFS_v1beta The following end-to-end tests were successful on Jet: - DOT_OR_USCORE - get_extrn_files_from_hpss_FV3GFS_FV3GFS - get_extrn_files_from_hpss_GSMGFS_GSMGFS - get_extrn_files_from_hpss_HRRR_RAP - get_extrn_files_from_hpss_RAP_RAP - grid_RRFS_AK_13km_FV3GFS_FV3GFS - grid_RRFS_CONUS_13km_ics_FV3GFS_lbcs_FV3GFS_suite_GFS_v15p2 - grid_RRFS_CONUS_13km_ics_FV3GFS_lbcs_FV3GFS_suite_GFS_v16beta - grid_RRFS_CONUS_25km_ics_FV3GFS_lbcs_FV3GFS_suite_GFS_v15p2 - grid_RRFS_CONUS_25km_ics_FV3GFS_lbcs_FV3GFS_suite_GFS_v16beta - new_ESGgrid - new_GFDLgrid - new_GFDLgrid__GFDLgrid_USE_GFDLgrid_RES_IN_FILENAMES_eq_FALSE - regional_001 - regional_002 - suite_FV3_GFS_v16beta A few tests on Hera and Jet are still failing, but they are known errors and will be fixed at a later date. Cheyenne tests are failing but this is fixed by #378 ## ISSUE (optional): In conjunction with #378 and ufs-community/ufs-srweather-app#71, will solve ufs-community/ufs-srweather-app#57, fixing the master branch of ufs-srweather-app so everyone will be happy and nothing will be broken and we will all live happily ever after.
- Loading branch information
Showing
13 changed files
with
540 additions
and
41 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_13km_ics_FV3GFS_lbcs_FV3GFS_suite_GFS_v15p2 | ||
grid_RRFS_CONUS_13km_ics_HRRR_lbcs_RAP_suite_RRFS_v1beta | ||
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_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.