From 38abb07df2be2cc1d92dcceb73b16993c271c4bd Mon Sep 17 00:00:00 2001 From: "denise.worthen" Date: Tue, 22 Mar 2022 03:31:40 -0600 Subject: [PATCH] update to staged baseline, temp rt.wave_aero file * all tests run to completion * c96 control: 410s, restart: 225s * c192 control: 1140s, restart: 733s * c384 control: 1140s, restart: 640s * c96 debug: 1080s * restart tests provisionally pass with the following * c96: ww3 restart fails comparison * c192, c384: gocart file fails comparison --- tests/rt.sh | 2 +- tests/rt.wave_aero | 30 ++++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 tests/rt.wave_aero diff --git a/tests/rt.sh b/tests/rt.sh index 320a693684..a31b0e5001 100755 --- a/tests/rt.sh +++ b/tests/rt.sh @@ -488,7 +488,7 @@ fi BL_DATE=20220318 if [[ $MACHINE_ID = hera.* ]] || [[ $MACHINE_ID = orion.* ]] || [[ $MACHINE_ID = cheyenne.* ]] || [[ $MACHINE_ID = gaea.* ]] || [[ $MACHINE_ID = jet.* ]] || [[ $MACHINE_ID = s4.* ]]; then #RTPWD=${RTPWD:-$DISKNM/NEMSfv3gfs/develop-${BL_DATE}/${RT_COMPILER^^}} - RTPWD="/glade/scratch/worthen/FV3_RT/shel_wavebl_20220214" + RTPWD="/glade/scratch/worthen/FV3_RT/shel_waveaero_bl_20220321" else RTPWD=${RTPWD:-$DISKNM/NEMSfv3gfs/develop-${BL_DATE}} fi diff --git a/tests/rt.wave_aero b/tests/rt.wave_aero new file mode 100644 index 0000000000..0ea19380fc --- /dev/null +++ b/tests/rt.wave_aero @@ -0,0 +1,30 @@ +################################################################################################################################################################################### +# S2S tests # +################################################################################################################################################################################### + +COMPILE | -DAPP=S2SW -DUFS_GOCART=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 | - wcoss_cray | fv3 | +RUN | cpld_control_c96_p8 | - wcoss_cray | fv3 | +RUN | cpld_restart_c96_p8 | - wcoss_cray | | cpld_control_c96_p8 + +RUN | cpld_control_c192_p8 | - wcoss_cray | fv3 | +RUN | cpld_restart_c192_p8 | - wcoss_cray | | cpld_control_c192_p8 + +RUN | cpld_control_c384_p8 | - wcoss_cray | fv3 | +RUN | cpld_restart_c384_p8 | - wcoss_cray | | cpld_control_c384_p8 + +COMPILE | -DAPP=S2SW -DUFS_GOCART=ON -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 | - wcoss_cray | fv3 | +RUN | cpld_debug_c96_p8 | - wcoss_cray | fv3 | +################################################################################################################################################################################### +# HAFS tests # +################################################################################################################################################################################### +# +COMPILE | -DAPP=HAFSW -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst,FV3_HAFS_v0_thompson_tedmf_gfdlsf -D32BIT=ON | - wcoss2 | fv3 | +RUN | hafs_regional_atm_wav | - wcoss2 | fv3 | +RUN | hafs_regional_atm_ocn_wav | - wcoss2 | fv3 | + +################################################################################################################################################################################### +# ATM-WAV tests # +################################################################################################################################################################################### + +COMPILE | -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON | - wcoss_cray wcoss2 | fv3 | +RUN | control_atmwav | - wcoss_cray wcoss2 | fv3 |