Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
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 from e0d95b to 832803
2 changes: 1 addition & 1 deletion WW3
1,360 changes: 680 additions & 680 deletions tests/RegressionTests_acorn.intel.log

Large diffs are not rendered by default.

472 changes: 242 additions & 230 deletions tests/RegressionTests_cheyenne.gnu.log

Large diffs are not rendered by default.

1,425 changes: 725 additions & 700 deletions tests/RegressionTests_cheyenne.intel.log

Large diffs are not rendered by default.

464 changes: 232 additions & 232 deletions tests/RegressionTests_hera.gnu.log

Large diffs are not rendered by default.

1,408 changes: 704 additions & 704 deletions tests/RegressionTests_hera.intel.log

Large diffs are not rendered by default.

1,395 changes: 690 additions & 705 deletions tests/RegressionTests_jet.intel.log

Large diffs are not rendered by default.

1,424 changes: 712 additions & 712 deletions tests/RegressionTests_orion.intel.log

Large diffs are not rendered by default.

1,170 changes: 585 additions & 585 deletions tests/RegressionTests_wcoss2.intel.log

Large diffs are not rendered by default.

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


BL_DATE=20230426
BL_DATE=20230430

RTPWD=${RTPWD:-$DISKNM/NEMSfv3gfs/develop-${BL_DATE}/${RT_COMPILER^^}}

Expand Down
2 changes: 1 addition & 1 deletion tests/rt_utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ check_results() {
printf ".......ALT CHECK.." >> ${REGRESSIONTEST_LOG}
printf ".......ALT CHECK.."
if [[ ${MACHINE_ID} =~ orion || ${MACHINE_ID} =~ hera || ${MACHINE_ID} =~ gaea || ${MACHINE_ID} =~ jet || ${MACHINE_ID} =~ cheyenne ]] ; then
nccmp -d -f -g -B --Attribute=checksum --warn=format ${RTPWD}/${CNTL_DIR}/${i} ${RUNDIR}/${i} > ${i}_nccmp.log 2>&1 && d=$? || d=$?
nccmp -d -f -g --Attribute=checksum --warn=format ${RTPWD}/${CNTL_DIR}/${i} ${RUNDIR}/${i} > ${i}_nccmp.log 2>&1 && d=$? || d=$?
else
${PATHRT}/compare_ncfile.py ${RTPWD}/${CNTL_DIR}/$i ${RUNDIR}/$i > compare_ncfile.log 2>&1 && d=$? || d=$?
fi
Expand Down