Skip to content

Commit

Permalink
update to staged baseline, temp rt.wave_aero file
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
DeniseWorthen committed Mar 22, 2022
1 parent 032352b commit 38abb07
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tests/rt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
30 changes: 30 additions & 0 deletions tests/rt.wave_aero
Original file line number Diff line number Diff line change
@@ -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 |

0 comments on commit 38abb07

Please sign in to comment.