Skip to content

Commit

Permalink
update FV3 to better handle data source for regional model LBC proces…
Browse files Browse the repository at this point in the history
…sing and combined with #1730 WW3 update (#1715)

* update FV3 to better handle data source for regional model LBC processing

* update WW3: PR#1730
  • Loading branch information
Jili-Dong authored May 2, 2023
1 parent 6c7d5d4 commit 3343326
Show file tree
Hide file tree
Showing 12 changed files with 4,574 additions and 4,552 deletions.
2 changes: 1 addition & 1 deletion FV3
Submodule FV3 updated 1 files
+1 −1 atmos_cubed_sphere
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

0 comments on commit 3343326

Please sign in to comment.