forked from ufs-community/ufs-srweather-app
-
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.
[develop] Add the remaining UFS Case Studies (ufs-community#1081)
Add the remaining UFS Case Studies to the SRW App as WE2E tests. These new tests were added to the comprehensive and coverage files as well.
- Loading branch information
1 parent
a712ef1
commit 59c78fb
Showing
13 changed files
with
213 additions
and
0 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
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
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
38 changes: 38 additions & 0 deletions
38
tests/WE2E/test_configs/ufs_case_studies/config.2019_hurricane_lorenzo.yaml
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,38 @@ | ||
metadata: | ||
description: |- | ||
This test is to ensure that the workflow running in community mode | ||
completes successfully on the RRFS_CONUS_13km grid using the FV3_GFS_v16 | ||
physics suite with ICs and LBCs derived from the UFS-CASE-STUDIES platforms | ||
for 2019 Hurricane Lorenzo. | ||
# NOTE: FCST_LEN_HRS is set to 6 because it can take a very long time to | ||
# download these files, which can delay the WE2E testing process. | ||
# To capture the event, extend the FCST_LEN_HRS from 6 to 90. | ||
user: | ||
RUN_ENVIR: community | ||
platform: | ||
EXTRN_MDL_DATA_STORES: aws | ||
workflow: | ||
CCPP_PHYS_SUITE: FV3_GFS_v16 | ||
PREDEF_GRID_NAME: RRFS_CONUS_13km | ||
DATE_FIRST_CYCL: '2019092512' | ||
DATE_LAST_CYCL: '2019092512' | ||
FCST_LEN_HRS: 6 | ||
PREEXISTING_DIR_METHOD: rename | ||
task_get_extrn_ics: | ||
EXTRN_MDL_NAME_ICS: UFS-CASE-STUDY | ||
FV3GFS_FILE_FMT_ICS: nemsio | ||
task_get_extrn_lbcs: | ||
EXTRN_MDL_NAME_LBCS: UFS-CASE-STUDY | ||
LBC_SPEC_INTVL_HRS: 3 | ||
FV3GFS_FILE_FMT_LBCS: nemsio | ||
rocoto: | ||
tasks: | ||
task_get_extrn_ics: | ||
walltime: 06:00:00 | ||
task_get_extrn_lbcs: | ||
walltime: 06:00:00 | ||
metatask_run_ensemble: | ||
task_make_lbcs_mem#mem#: | ||
walltime: 06:00:00 | ||
task_run_fcst_mem#mem#: | ||
walltime: 06:00:00 |
36 changes: 36 additions & 0 deletions
36
tests/WE2E/test_configs/ufs_case_studies/config.2019_memorial_day_heat_wave.yaml
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,36 @@ | ||
metadata: | ||
description: |- | ||
This test is to ensure that the workflow running in community mode | ||
completes successfully on the RRFS_CONUS_13km grid using the FV3_GFS_v16 | ||
physics suite with ICs and LBCs derived from the UFS-CASE-STUDIES platforms | ||
for 2019 Memorial Day Heat Wave. | ||
# NOTE: FCST_LEN_HRS is set to 6 because it can take a very long time to | ||
# download these files, which can delay the WE2E testing process. | ||
# To capture the event, extend the FCST_LEN_HRS from 6 to 24. | ||
user: | ||
RUN_ENVIR: community | ||
platform: | ||
EXTRN_MDL_DATA_STORES: aws | ||
workflow: | ||
CCPP_PHYS_SUITE: FV3_GFS_v16 | ||
PREDEF_GRID_NAME: RRFS_CONUS_13km | ||
DATE_FIRST_CYCL: '2019052300' | ||
DATE_LAST_CYCL: '2019052300' | ||
FCST_LEN_HRS: 6 | ||
PREEXISTING_DIR_METHOD: rename | ||
task_get_extrn_ics: | ||
EXTRN_MDL_NAME_ICS: UFS-CASE-STUDY | ||
FV3GFS_FILE_FMT_ICS: nemsio | ||
task_get_extrn_lbcs: | ||
EXTRN_MDL_NAME_LBCS: UFS-CASE-STUDY | ||
LBC_SPEC_INTVL_HRS: 6 | ||
FV3GFS_FILE_FMT_LBCS: nemsio | ||
rocoto: | ||
tasks: | ||
task_get_extrn_ics: | ||
walltime: 06:00:00 | ||
task_get_extrn_lbcs: | ||
walltime: 06:00:00 | ||
metatask_run_ensemble: | ||
task_make_lbcs_mem#mem#: | ||
walltime: 06:00:00 |
38 changes: 38 additions & 0 deletions
38
tests/WE2E/test_configs/ufs_case_studies/config.2020_denver_radiation_inversion.yaml
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,38 @@ | ||
metadata: | ||
description: |- | ||
This test is to ensure that the workflow running in community mode | ||
completes successfully on the RRFS_CONUS_13km grid using the FV3_GFS_v16 | ||
physics suite with ICs and LBCs derived from the UFS-CASE-STUDIES platforms | ||
for 2020 Denver Radiation Inversion. | ||
# NOTE: FCST_LEN_HRS is set to 6 because it can take a very long time to | ||
# download these files, which can delay the WE2E testing process. | ||
# To capture the event, extend the FCST_LEN_HRS from 6 to 90. | ||
user: | ||
RUN_ENVIR: community | ||
platform: | ||
EXTRN_MDL_DATA_STORES: aws | ||
workflow: | ||
CCPP_PHYS_SUITE: FV3_GFS_v16 | ||
PREDEF_GRID_NAME: RRFS_CONUS_13km | ||
DATE_FIRST_CYCL: '2020042912' | ||
DATE_LAST_CYCL: '2020042912' | ||
FCST_LEN_HRS: 6 | ||
PREEXISTING_DIR_METHOD: rename | ||
task_get_extrn_ics: | ||
EXTRN_MDL_NAME_ICS: UFS-CASE-STUDY | ||
FV3GFS_FILE_FMT_ICS: nemsio | ||
task_get_extrn_lbcs: | ||
EXTRN_MDL_NAME_LBCS: UFS-CASE-STUDY | ||
LBC_SPEC_INTVL_HRS: 3 | ||
FV3GFS_FILE_FMT_LBCS: nemsio | ||
rocoto: | ||
tasks: | ||
task_get_extrn_ics: | ||
walltime: 06:00:00 | ||
task_get_extrn_lbcs: | ||
walltime: 06:00:00 | ||
metatask_run_ensemble: | ||
task_make_lbcs_mem#mem#: | ||
walltime: 06:00:00 | ||
task_run_fcst_mem#mem#: | ||
walltime: 06:00:00 |
38 changes: 38 additions & 0 deletions
38
tests/WE2E/test_configs/ufs_case_studies/config.2020_easter_storm.yaml
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,38 @@ | ||
metadata: | ||
description: |- | ||
This test is to ensure that the workflow running in community mode | ||
completes successfully on the RRFS_CONUS_13km grid using the FV3_GFS_v16 | ||
physics suite with ICs and LBCs derived from the UFS-CASE-STUDIES platforms | ||
for 2020 Easter Sunday Storm. | ||
# NOTE: FCST_LEN_HRS is set to 6 because it can take a very long time to | ||
# download these files, which can delay the WE2E testing process. | ||
# To capture the event, extend the FCST_LEN_HRS from 6 to 90. | ||
user: | ||
RUN_ENVIR: community | ||
platform: | ||
EXTRN_MDL_DATA_STORES: aws | ||
workflow: | ||
CCPP_PHYS_SUITE: FV3_GFS_v16 | ||
PREDEF_GRID_NAME: RRFS_CONUS_13km | ||
DATE_FIRST_CYCL: '2020040912' | ||
DATE_LAST_CYCL: '2020040912' | ||
FCST_LEN_HRS: 6 | ||
PREEXISTING_DIR_METHOD: rename | ||
task_get_extrn_ics: | ||
EXTRN_MDL_NAME_ICS: UFS-CASE-STUDY | ||
FV3GFS_FILE_FMT_ICS: nemsio | ||
task_get_extrn_lbcs: | ||
EXTRN_MDL_NAME_LBCS: UFS-CASE-STUDY | ||
LBC_SPEC_INTVL_HRS: 3 | ||
FV3GFS_FILE_FMT_LBCS: nemsio | ||
rocoto: | ||
tasks: | ||
task_get_extrn_ics: | ||
walltime: 06:00:00 | ||
task_get_extrn_lbcs: | ||
walltime: 06:00:00 | ||
metatask_run_ensemble: | ||
task_make_lbcs_mem#mem#: | ||
walltime: 06:00:00 | ||
task_run_fcst_mem#mem#: | ||
walltime: 06:00:00 |
38 changes: 38 additions & 0 deletions
38
tests/WE2E/test_configs/ufs_case_studies/config.2020_jan_cold_blast.yaml
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,38 @@ | ||
metadata: | ||
description: |- | ||
This test is to ensure that the workflow running in community mode | ||
completes successfully on the RRFS_CONUS_13km grid using the FV3_GFS_v16 | ||
physics suite with ICs and LBCs derived from the UFS-CASE-STUDIES platforms | ||
for 2020 January Cold Blast. | ||
# NOTE: FCST_LEN_HRS is set to 6 because it can take a very long time to | ||
# download these files, which can delay the WE2E testing process. | ||
# To capture the event, extend the FCST_LEN_HRS from 6 to 90. | ||
user: | ||
RUN_ENVIR: community | ||
platform: | ||
EXTRN_MDL_DATA_STORES: aws | ||
workflow: | ||
CCPP_PHYS_SUITE: FV3_GFS_v16 | ||
PREDEF_GRID_NAME: RRFS_CONUS_13km | ||
DATE_FIRST_CYCL: '2020011812' | ||
DATE_LAST_CYCL: '2020011812' | ||
FCST_LEN_HRS: 6 | ||
PREEXISTING_DIR_METHOD: rename | ||
task_get_extrn_ics: | ||
EXTRN_MDL_NAME_ICS: UFS-CASE-STUDY | ||
FV3GFS_FILE_FMT_ICS: nemsio | ||
task_get_extrn_lbcs: | ||
EXTRN_MDL_NAME_LBCS: UFS-CASE-STUDY | ||
LBC_SPEC_INTVL_HRS: 3 | ||
FV3GFS_FILE_FMT_LBCS: nemsio | ||
rocoto: | ||
tasks: | ||
task_get_extrn_ics: | ||
walltime: 06:00:00 | ||
task_get_extrn_lbcs: | ||
walltime: 06:00:00 | ||
metatask_run_ensemble: | ||
task_make_lbcs_mem#mem#: | ||
walltime: 06:00:00 | ||
task_run_fcst_mem#mem#: | ||
walltime: 06:00:00 |