Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion FV3
Submodule FV3 updated 1 files
+1 −1 ccpp/physics
370 changes: 156 additions & 214 deletions tests/RegressionTests_hera.gnu.log

Large diffs are not rendered by default.

1,494 changes: 718 additions & 776 deletions tests/RegressionTests_hera.intel.log

Large diffs are not rendered by default.

1,386 changes: 664 additions & 722 deletions tests/RegressionTests_jet.intel.log

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions tests/rt.conf
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ RUN | cpld_restart_c192_p8
RUN | cpld_control_c384_p8 | - wcoss_cray | fv3 |
RUN | cpld_restart_c384_p8 | - wcoss_cray | | cpld_control_c384_p8

COMPILE | -DAPP=S2S -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16_coupled_p8 | - wcoss_cray | fv3 |
RUN | cpld_debug_p8 | - wcoss_cray | fv3 |
#COMPILE | -DAPP=S2S -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16_coupled_p8 | - wcoss_cray | fv3 |
# This test crashes after Tanya's bug fixes:
#RUN | cpld_debug_p8 | - wcoss_cray | fv3 |

###################################################################################################################################################################################
# PROD tests #
Expand Down
2 changes: 1 addition & 1 deletion tests/rt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ if [[ $TESTS_FILE =~ '35d' ]] || [[ $TESTS_FILE =~ 'weekly' ]]; then
TEST_35D=true
fi

BL_DATE=20220314
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/RRFS_dev-${BL_DATE}/${RT_COMPILER^^}}
else
Expand Down
5 changes: 3 additions & 2 deletions tests/rt_gnu.conf
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,6 @@ RUN | control_wam_debug
COMPILE | -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v16_coupled_p8 | | fv3 |
RUN | cpld_control_c96_p8 | | fv3 |

COMPILE | -DAPP=S2S -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16_coupled_p8 | | fv3 |
RUN | cpld_debug_p8 | | fv3 |
#COMPILE | -DAPP=S2S -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16_coupled_p8 | | fv3 |
# This test crashes after Tanya's bug fixes:
#RUN | cpld_debug_p8 | | fv3 |