-
Notifications
You must be signed in to change notification settings - Fork 119
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[develop] Introduce test cases from ufs-case-studies platform thru WE…
…2E (#822) The UFS Case Studies Platform provides a set of cases that reveal the forecast challenges of NOAA's operational Global Forecast System (GFS). Here we introduce one of these cases, the 2020 Cold Air Damming, into the UFS SRW App through the WE2E testing framework. A yaml config file is added and moderate modifications are done for exregional_get_extrn_mdl_files.sh. This new function allows users to run any test cases from UFS Case Studies Platform directly through the WE2E framework without need of additional steps (e.g. download ICS/LBCS data from platform first). Users can still modify the yaml file to suit their needs (e.g. increase fcst time, play with different grid resolution or CCPP suite). Additionally, we added CCPP-SCM user and technical guide as a reference in Section 8.2 for users who are interested in running single column model.
- Loading branch information
Showing
9 changed files
with
116 additions
and
4 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
42 changes: 42 additions & 0 deletions
42
tests/WE2E/test_configs/ufs_case_studies/config.2020_CAD.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,42 @@ | ||
metadata: | ||
description: |- | ||
This test is to ensure that the workflow running in community mode | ||
completes successfully on the RRFS_CONUS_13km grid using the GFS_v16 | ||
physics suite with ICs and LBCs derived from the UFS-CASE-STUDIES platforms for 2020 Cold Air Damming case. | ||
#Note for runnning this test on Cheyenne: please modify this config as follows | ||
#task_get_extrn_ics: | ||
# EXTRN_MDL_NAME_ICS: FV3GFS | ||
# FV3GFS_FILE_FMT_ICS: nemsio | ||
# USE_USER_STAGED_EXTRN_FILES: true | ||
#task_get_extrn_lbcs: | ||
# EXTRN_MDL_NAME_LBCS: FV3GFS | ||
# LBC_SPEC_INTVL_HRS: 3 | ||
# FV3GFS_FILE_FMT_LBCS: nemsio | ||
# USE_USER_STAGED_EXTRN_FILES: true | ||
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: '2020020312' | ||
DATE_LAST_CYCL: '2020020312' | ||
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 |
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