Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix RAP (Grell Freitas) decomp b4b issues, enable tests in rt.conf/rt_gnu.conf #1243

Closed
Prev Previous commit
Next Next commit
Enable test regional_spp_sppt_shum_skeb GNU, increase wallclock time …
…to 30 minutes
climbfuji committed Jun 5, 2022
commit c232177c40e2cfe0e1663d006dadd11cf9b1b726
3 changes: 1 addition & 2 deletions tests/rt_gnu.conf
Original file line number Diff line number Diff line change
@@ -17,8 +17,7 @@ RUN | control_p8
COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_smoke,FV3_RRFS_v1beta -D32BIT=ON | | fv3 |

RUN | rap_control | | fv3 |
# This test fails with GNU
#RUN | regional_spp_sppt_shum_skeb | | fv3 |
RUN | regional_spp_sppt_shum_skeb | | fv3 |
# This test is not giving the same results (also not in REPRO mode) - needs to be fixed
#RUN | rap_decomp | | |
RUN | rap_2threads | | |
7 changes: 5 additions & 2 deletions tests/tests/regional_spp_sppt_shum_skeb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
####################################################################
#
# Regional test with stochastic physics (SPP, SPPT, SHUM, and SKEB)
#
#
####################################################################

export TEST_DESCR="Compare regional stochastic physics results with previous trunk version"
@@ -59,4 +59,7 @@ export SPP_TAU='21600.0,21600.0,21600.0,21600.0,21600.0'
export SPP_SIGTOP1='0.1,0.1,0.1,0.1,0.1'
export SPP_SIGTOP2='0.025,0.025,0.025,0.025,0.025'
export SPP_STDDEV_CUTOFF='1.5,1.5,2.5,1.5,1.5'
export ISEED_SPP='4,4,4,4,4'
export ISEED_SPP='4,4,4,4,4'

# GNU needs this
export WLCLK=30