Skip to content

Commit

Permalink
Modify WE2E tests for NCO mode (#629)
Browse files Browse the repository at this point in the history
* Modify nco cases of WE2E

* Add nco we2e tests for v16 and hrrr suites
  • Loading branch information
chan-hoo authored Nov 11, 2021
1 parent 513e3b4 commit e939cf4
Show file tree
Hide file tree
Showing 9 changed files with 66 additions and 115 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
#
# TEST PURPOSE/DESCRIPTION:
# ------------------------
#
# This test is to ensure that the workflow running in nco mode completes
# successfully on the RRFS_CONUS_13km grid using the GFS_v15p2 physics
# suite with ICs and LBCs derived from the FV3GFS.
#

RUN_ENVIR="nco"
PREEXISTING_DIR_METHOD="rename"

PREDEF_GRID_NAME="RRFS_CONUS_13km"
CCPP_PHYS_SUITE="FV3_GFS_v15p2"

EXTRN_MDL_NAME_ICS="FV3GFS"
FV3GFS_FILE_FMT_ICS="grib2"
EXTRN_MDL_NAME_LBCS="FV3GFS"
FV3GFS_FILE_FMT_LBCS="grib2"

DATE_FIRST_CYCL="20190615"
DATE_LAST_CYCL="20190615"
CYCL_HRS=( "00" )

FCST_LEN_HRS="6"
LBC_SPEC_INTVL_HRS="3"
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
#
# TEST PURPOSE/DESCRIPTION:
# ------------------------
#
# This test is to ensure that the workflow running in nco mode completes
# successfully on the RRFS_CONUS_25km grid using the GFS_v15p2 physics
# suite with ICs and LBCs derived from the FV3GFS.
#

RUN_ENVIR="nco"
PREEXISTING_DIR_METHOD="rename"

PREDEF_GRID_NAME="RRFS_CONUS_25km"
CCPP_PHYS_SUITE="FV3_GFS_v15p2"

EXTRN_MDL_NAME_ICS="FV3GFS"
FV3GFS_FILE_FMT_ICS="grib2"
EXTRN_MDL_NAME_LBCS="FV3GFS"
FV3GFS_FILE_FMT_LBCS="grib2"

DATE_FIRST_CYCL="20190615"
DATE_LAST_CYCL="20190615"
CYCL_HRS=( "00" )

FCST_LEN_HRS="6"
LBC_SPEC_INTVL_HRS="3"
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
# ------------------------
#
# This test is to ensure that the workflow running in nco mode completes
# successfully on the RRFS_CONUS_3km grid using the HRRR physics suite
# successfully on the RRFS_CONUS_25km grid using the FV3_GFS_v15p2 physics suite
# with ICs derived from the HRRR and LBCs derived from the RAP.
#

RUN_ENVIR="nco"
PREEXISTING_DIR_METHOD="rename"

PREDEF_GRID_NAME="RRFS_CONUS_3km"
CCPP_PHYS_SUITE="FV3_HRRR"
PREDEF_GRID_NAME="RRFS_CONUS_25km"
CCPP_PHYS_SUITE="FV3_GFS_v15p2"

EXTRN_MDL_NAME_ICS="HRRR"
EXTRN_MDL_NAME_LBCS="RAP"
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,10 @@ EXTRN_MDL_NAME_ICS="FV3GFS"
FV3GFS_FILE_FMT_ICS="grib2"
EXTRN_MDL_NAME_LBCS="FV3GFS"
FV3GFS_FILE_FMT_LBCS="grib2"
USE_USER_STAGED_EXTRN_FILES="TRUE"

DATE_FIRST_CYCL="20190901"
DATE_LAST_CYCL="20190901"
CYCL_HRS=( "18" )
DATE_FIRST_CYCL="20190615"
DATE_LAST_CYCL="20190615"
CYCL_HRS=( "00" )

FCST_LEN_HRS="6"
LBC_SPEC_INTVL_HRS="3"
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,24 @@
# ------------------------
#
# This test is to ensure that the workflow running in nco mode completes
# successfully on the RRFS_CONUS_3km grid using the GFS_2017_gfdlmp_regional
# physics suite with ICs and LBCs derived from the FV3GFS.
# successfully on the RRFS_CONUS_3km grid using the GFS_v16 physics
# suite with ICs and LBCs derived from the FV3GFS.
#

RUN_ENVIR="nco"
PREEXISTING_DIR_METHOD="rename"

PREDEF_GRID_NAME="RRFS_CONUS_3km"
CCPP_PHYS_SUITE="FV3_GFS_2017_gfdlmp_regional"
CCPP_PHYS_SUITE="FV3_GFS_v16"

EXTRN_MDL_NAME_ICS="FV3GFS"
FV3GFS_FILE_FMT_ICS="grib2"
EXTRN_MDL_NAME_LBCS="FV3GFS"
USE_USER_STAGED_EXTRN_FILES="TRUE"
FV3GFS_FILE_FMT_LBCS="grib2"

DATE_FIRST_CYCL="20190901"
DATE_LAST_CYCL="20190901"
CYCL_HRS=( "18" )
DATE_FIRST_CYCL="20190615"
DATE_LAST_CYCL="20190615"
CYCL_HRS=( "00" )

FCST_LEN_HRS="6"
LBC_SPEC_INTVL_HRS="3"

This file was deleted.

This file was deleted.

0 comments on commit e939cf4

Please sign in to comment.