Skip to content

Commit 1baa134

Browse files
committed
add intelllvm debug hafs test
1 parent a243121 commit 1baa134

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

tests/rt.conf

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,10 @@ RUN | cpld_debug_sfs | + ursa
333333

334334
# HAFS
335335
COMPILE | hafs_mom6w | intelllvm | -DAPP=HAFS-MOM6W -DREGIONAL_MOM6=ON -DCDEPS_INLINE=ON -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_thompson,FV3_HAFS_v1_thompson_nonsst -D32BIT=ON | + ursa | fv3 |
336-
RUN | hafs_regional_storm_following_1nest_atm_ocn_wav_mom6 | + ursa | baseline |
336+
RUN | hafs_regional_storm_following_1nest_atm_ocn_wav_mom6 | + ursa | baseline |
337+
338+
COMPILE | hafs_mom6w_debug | intelllvm | -DAPP=HAFS-MOM6W -DREGIONAL_MOM6=ON -DCDEPS_INLINE=ON -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_thompson,FV3_HAFS_v1_thompson_nonsst -D32BIT=ON -DDEBUG=ON | + ursa | fv3 |
339+
RUN | hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_debug | + ursa | baseline |
337340

338341
# Regional RRFS tests
339342
COMPILE | rrfs_dyn32_phy32 | intelllvm | -DAPP=ATM -DCCPP_SUITES=FV3_RAP -D32BIT=ON -DCCPP_32BIT=ON | + hera ursa | fv3 |
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
###############################################################################
2+
#
3+
# HAFS regional with 1 storm-following moving nest and atmosphere-ocean-wave coupled with MOM6 and WW3
4+
#
5+
###############################################################################
6+
7+
export TEST_DESCR="Compare HAFS regional with 1 storm-following moving nest and fv3-mom6-ww3 coupled results with previous trunk version DEBUG test"
8+
9+
source ${PATHRT}/tests/hafs_regional_storm_following_1nest_atm_ocn_wav_mom6
10+
11+
export CNTL_DIR=hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_debug
12+
13+
export LIST_FILES="atmf001.nc \
14+
sfcf001.nc \
15+
atm.nest02.f001.nc \
16+
sfc.nest02.f001.nc \
17+
RESTART/20200825.130000.MOM.res.nc \
18+
RESTART/20200825.130000.MOM.res_1.nc \
19+
20200825.130000.out_grd.ww3 \
20+
20200825.130000.out_pnt.ww3.nc"
21+
22+
23+
export FHMAX=1
24+
export OUTPUT_FH='1 -1'

0 commit comments

Comments
 (0)