From 4f65a29b05c8e3887cc8ace90a4dafd0654126fc Mon Sep 17 00:00:00 2001 From: Xiaqiong Zhou Date: Wed, 13 Jan 2021 11:54:25 -0600 Subject: [PATCH 01/13] point to personal branch --- .gitmodules | 4 ++-- FV3 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index 6e63f4576f..f438d054dd 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,7 +1,7 @@ [submodule "FV3"] path = FV3 - url = https://github.com/NOAA-EMC/fv3atm - branch = develop + url = https://github.com/XiaqiongZhou-NOAA/fv3atm + branch = psmbc [submodule "NEMS"] path = NEMS url = https://github.com/NOAA-EMC/NEMS diff --git a/FV3 b/FV3 index c697af2ba3..0c4bfb26f8 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit c697af2ba3985d08c96cb0baa51b47117fb98a49 +Subproject commit 0c4bfb26f8d801654e32c487b01d7d6c3333739d From 720dc2ac92d5a7dfb757b2be5b0f28aa9a5bcb40 Mon Sep 17 00:00:00 2001 From: Xiaqiong Zhou Date: Fri, 15 Jan 2021 17:01:15 +0000 Subject: [PATCH 02/13] Point fv3atm to a new version --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index 0c4bfb26f8..d93db5a0f9 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 0c4bfb26f8d801654e32c487b01d7d6c3333739d +Subproject commit d93db5a0f976dc5379436690600433a024618648 From 05df8738cd56c1f0623856bbaf372937a104fee8 Mon Sep 17 00:00:00 2001 From: Xiaqiong Zhou Date: Fri, 15 Jan 2021 17:16:28 +0000 Subject: [PATCH 03/13] update NEMS version --- NEMS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEMS b/NEMS index b800b340f8..f7fb973f8d 160000 --- a/NEMS +++ b/NEMS @@ -1 +1 @@ -Subproject commit b800b340f8c7ba7852f13077b9957370ee60874a +Subproject commit f7fb973f8d6c9f2fc88c5a2742bfc8ef37c49320 From 6d258fe94e31f971d044db9cccf5249ee81e7bb9 Mon Sep 17 00:00:00 2001 From: Xiaqiong Zhou Date: Thu, 21 Jan 2021 18:20:46 +0000 Subject: [PATCH 04/13] update fv3atm --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index d93db5a0f9..452df10e67 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit d93db5a0f976dc5379436690600433a024618648 +Subproject commit 452df10e673d7a09b3d4c56819134708fa23178d From cd6e4d806b1f0e40512588d00dd4ca7f44b62906 Mon Sep 17 00:00:00 2001 From: Xiaqiong Zhou Date: Fri, 22 Jan 2021 15:20:01 +0000 Subject: [PATCH 05/13] Update fv3atm --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index 452df10e67..d27a1c1853 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 452df10e673d7a09b3d4c56819134708fa23178d +Subproject commit d27a1c185316975abc7b5be3fd74011d9899ec15 From 580fabe79ca06ff1af3ee26f03cb757f92fca6c6 Mon Sep 17 00:00:00 2001 From: Jun Wang Date: Fri, 22 Jan 2021 15:30:41 +0000 Subject: [PATCH 06/13] update ccpp control test forecast length to 24h --- tests/fv3_conf/ccpp_control_run.IN | 26 ++++++++++++++--------- tests/tests/fv3_ccpp_2threads | 1 - tests/tests/fv3_ccpp_control | 15 +------------- tests/tests/fv3_ccpp_decomp | 1 - tests/tests/fv3_ccpp_restart | 33 +++++++++++++----------------- 5 files changed, 31 insertions(+), 45 deletions(-) diff --git a/tests/fv3_conf/ccpp_control_run.IN b/tests/fv3_conf/ccpp_control_run.IN index 033d7e8925..66efd8b9e9 100644 --- a/tests/fv3_conf/ccpp_control_run.IN +++ b/tests/fv3_conf/ccpp_control_run.IN @@ -18,19 +18,25 @@ else mkdir INPUT RESTART rsync -arv ../fv3_ccpp_control${RT_SUFFIX}/RESTART/ INPUT/ - rm -f INPUT/fv_core.res.* - rm -f INPUT/fv_srf_wnd.res.* - rm -f INPUT/fv_tracer.res.* - rm -f INPUT/phy_data.* - rm -f INPUT/sfc_data.* - cd INPUT - rename 20161004.000000. '' 20161004.000000.* + if [[ $IAU_INC_FILES = 'fv3_increment.nc' ]] || [[ $READ_INCREMENT = '.T.' ]]; then + #read_inc and iau tests restart from fh=24 + cp ../fv3_ccpp_control${RT_SUFFIX}/RESTART/coupler.res INPUT/. + cp ../fv3_ccpp_control${RT_SUFFIX}/RESTART/fv_core.res.* INPUT/. + cp ../fv3_ccpp_control${RT_SUFFIX}/RESTART/fv_srf_wnd.res.* INPUT/. + cp ../fv3_ccpp_control${RT_SUFFIX}/RESTART/fv_tracer.* INPUT/. + cp ../fv3_ccpp_control${RT_SUFFIX}/RESTART/phy_data.* INPUT/. + cp ../fv3_ccpp_control${RT_SUFFIX}/RESTART/sfc_data.* INPUT/. + cp ../fv3_ccpp_control${RT_SUFFIX}/INPUT/fv3_increment.nc INPUT/. + cd INPUT + else + #restart test start from fh=12 + cp ../fv3_ccpp_control${RT_SUFFIX}/RESTART/20161003.120000.* INPUT/. + cd INPUT + rename 20161003.120000. '' 20161003.120000.* + fi cp ../../fv3_ccpp_control${RT_SUFFIX}/INPUT/grid_spec.nc . cp ../../fv3_ccpp_control${RT_SUFFIX}/INPUT/*_grid.tile*.nc . cp ../../fv3_ccpp_control${RT_SUFFIX}/INPUT/oro_data.tile*.nc . - if [[ $IAU_INC_FILES != '' ]] || [[ $READ_INCREMENT = '.T.' ]]; then - cp ../../fv3_ccpp_control${RT_SUFFIX}/INPUT/fv3_increment.nc . - fi cd .. fi diff --git a/tests/tests/fv3_ccpp_2threads b/tests/tests/fv3_ccpp_2threads index 0a37b1c15c..fe0c77a406 100644 --- a/tests/tests/fv3_ccpp_2threads +++ b/tests/tests/fv3_ccpp_2threads @@ -73,7 +73,6 @@ export LIST_FILES="atmos_4xdaily.tile1.nc \ export_fv3 -export FHMAX=48 export THRD=2 export TASKS=$TASKS_thrd export TPN=$TPN_thrd diff --git a/tests/tests/fv3_ccpp_control b/tests/tests/fv3_ccpp_control index 2f056493d9..51c284c773 100644 --- a/tests/tests/fv3_ccpp_control +++ b/tests/tests/fv3_ccpp_control @@ -26,12 +26,6 @@ export LIST_FILES="atmos_4xdaily.tile1.nc \ phyf024.tile4.nc \ phyf024.tile5.nc \ phyf024.tile6.nc \ - phyf048.tile1.nc \ - phyf048.tile2.nc \ - phyf048.tile3.nc \ - phyf048.tile4.nc \ - phyf048.tile5.nc \ - phyf048.tile6.nc \ dynf000.tile1.nc \ dynf000.tile2.nc \ dynf000.tile3.nc \ @@ -44,12 +38,6 @@ export LIST_FILES="atmos_4xdaily.tile1.nc \ dynf024.tile4.nc \ dynf024.tile5.nc \ dynf024.tile6.nc \ - dynf048.tile1.nc \ - dynf048.tile2.nc \ - dynf048.tile3.nc \ - dynf048.tile4.nc \ - dynf048.tile5.nc \ - dynf048.tile6.nc \ RESTART/coupler.res \ RESTART/fv_core.res.nc \ RESTART/fv_core.res.tile1.nc \ @@ -85,8 +73,7 @@ export LIST_FILES="atmos_4xdaily.tile1.nc \ export_fv3 -export FHMAX=48 -export RESTART_INTERVAL=24 +export RESTART_INTERVAL=12 export FV3_RUN=ccpp_control_run.IN export CCPP_SUITE=FV3_GFS_2017 diff --git a/tests/tests/fv3_ccpp_decomp b/tests/tests/fv3_ccpp_decomp index 96b5535945..6843ae6a6f 100644 --- a/tests/tests/fv3_ccpp_decomp +++ b/tests/tests/fv3_ccpp_decomp @@ -73,7 +73,6 @@ export LIST_FILES="atmos_4xdaily.tile1.nc \ export_fv3 -export FHMAX=48 export INPES=6 export JNPES=4 diff --git a/tests/tests/fv3_ccpp_restart b/tests/tests/fv3_ccpp_restart index ddf0cec3f5..1f7c8b3905 100644 --- a/tests/tests/fv3_ccpp_restart +++ b/tests/tests/fv3_ccpp_restart @@ -8,24 +8,18 @@ export TEST_DESCR="Compare FV3 CCPP restart results with previous trunk version" export CNTL_DIR=fv3_control -export LIST_FILES="atmos_4xdaily.tile1.nc \ - atmos_4xdaily.tile2.nc \ - atmos_4xdaily.tile3.nc \ - atmos_4xdaily.tile4.nc \ - atmos_4xdaily.tile5.nc \ - atmos_4xdaily.tile6.nc \ - phyf048.tile1.nc \ - phyf048.tile2.nc \ - phyf048.tile3.nc \ - phyf048.tile4.nc \ - phyf048.tile5.nc \ - phyf048.tile6.nc \ - dynf048.tile1.nc \ - dynf048.tile2.nc \ - dynf048.tile3.nc \ - dynf048.tile4.nc \ - dynf048.tile5.nc \ - dynf048.tile6.nc \ +export LIST_FILES="phyf024.tile1.nc \ + phyf024.tile2.nc \ + phyf024.tile3.nc \ + phyf024.tile4.nc \ + phyf024.tile5.nc \ + phyf024.tile6.nc \ + dynf024.tile1.nc \ + dynf024.tile2.nc \ + dynf024.tile3.nc \ + dynf024.tile4.nc \ + dynf024.tile5.nc \ + dynf024.tile6.nc \ RESTART/coupler.res \ RESTART/fv_core.res.nc \ RESTART/fv_core.res.tile1.nc \ @@ -61,6 +55,8 @@ export LIST_FILES="atmos_4xdaily.tile1.nc \ export_fv3 +export FHROT=12 +export FHMAX=24 export WARM_START=.T. export NGGPS_IC=.F. @@ -68,7 +64,6 @@ export EXTERNAL_IC=.F. export MAKE_NH=.F. export MOUNTAIN=.T. export NA_INIT=0 -export FHMAX=48 export FDIAG=3 export NSTF_NAME=2,0,1,0,5 From c9ac4221c85d33db61d5bff138e9637ec055fcea Mon Sep 17 00:00:00 2001 From: Jun Wang Date: Fri, 22 Jan 2021 18:51:00 +0000 Subject: [PATCH 07/13] remove rename command --- tests/fv3_conf/ccpp_control_run.IN | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/fv3_conf/ccpp_control_run.IN b/tests/fv3_conf/ccpp_control_run.IN index 66efd8b9e9..76d2712277 100644 --- a/tests/fv3_conf/ccpp_control_run.IN +++ b/tests/fv3_conf/ccpp_control_run.IN @@ -32,7 +32,10 @@ else #restart test start from fh=12 cp ../fv3_ccpp_control${RT_SUFFIX}/RESTART/20161003.120000.* INPUT/. cd INPUT - rename 20161003.120000. '' 20161003.120000.* + for RFILE in 20161003.120000.*; do + [ -e $RFILE ] || exit 1 + mv $RFILE ${RFILE#20161003.120000.} + done fi cp ../../fv3_ccpp_control${RT_SUFFIX}/INPUT/grid_spec.nc . cp ../../fv3_ccpp_control${RT_SUFFIX}/INPUT/*_grid.tile*.nc . From 8f2bdfea03d25b7be610312b3e036783625a60c9 Mon Sep 17 00:00:00 2001 From: MinsukJi-NOAA Date: Fri, 22 Jan 2021 14:35:26 -0500 Subject: [PATCH 08/13] Add CI related changes --- tests/ci/Dockerfile | 2 +- tests/ci/ci.sh | 4 ++-- tests/fv3_conf/ccpp_control_run.IN | 29 ++++++++++++++++------------ tests/utest | 31 ++---------------------------- 4 files changed, 22 insertions(+), 44 deletions(-) diff --git a/tests/ci/Dockerfile b/tests/ci/Dockerfile index 3a8bd8ebf0..c685eafbad 100644 --- a/tests/ci/Dockerfile +++ b/tests/ci/Dockerfile @@ -1,4 +1,4 @@ -From noaaemc/ubuntu-hpc:v1 +From noaaemc/ubuntu-hpc:v1.1 ENV HOME=/home/builder COPY --chown=builder:builder . $HOME/ufs-weather-model diff --git a/tests/ci/ci.sh b/tests/ci/ci.sh index f37cbde0f8..c2a093832a 100755 --- a/tests/ci/ci.sh +++ b/tests/ci/ci.sh @@ -74,8 +74,8 @@ if [ $BUILD = "true" ]; then elif [ $RUN == "true" ]; then - sudo docker run -d --rm -v DataVolume:/tmp minsukjinoaa/fv3-input-data:develop-20200713 - sudo docker run -d -e test_case=${TEST_CASE} -v DataVolume:/home/builder/data/NEMSfv3gfs/develop-20201118 --name my-container ${IMG_NAME} + sudo docker run -d --rm -v DataVolume:/tmp minsukjinoaa/fv3-input-data:input-data-20210115 + sudo docker run -d -e test_case=${TEST_CASE} -v DataVolume:/home/builder/data/NEMSfv3gfs/input-data-20210115 --name my-container ${IMG_NAME} echo 'cache,rss,shmem' >memory_stat sleep 3 diff --git a/tests/fv3_conf/ccpp_control_run.IN b/tests/fv3_conf/ccpp_control_run.IN index 76d2712277..68b3a1b1fc 100644 --- a/tests/fv3_conf/ccpp_control_run.IN +++ b/tests/fv3_conf/ccpp_control_run.IN @@ -11,35 +11,40 @@ fi echo "inputdir=$inputdir,NPX=$NPX" UNIT_TEST=${UNIT_TEST:-false} +SUFFIX=${RT_SUFFIX} if [ $WARM_START = .F. ]; then cp -r @[INPUTDATA_ROOT]/${inputdir}/INPUT . mkdir RESTART else mkdir INPUT RESTART - rsync -arv ../fv3_ccpp_control${RT_SUFFIX}/RESTART/ INPUT/ + if [[ ${UNIT_TEST} == true ]]; then + SUFFIX=${BL_SUFFIX} + fi + + rsync -arv ../fv3_ccpp_control${SUFFIX}/RESTART/ INPUT/ if [[ $IAU_INC_FILES = 'fv3_increment.nc' ]] || [[ $READ_INCREMENT = '.T.' ]]; then #read_inc and iau tests restart from fh=24 - cp ../fv3_ccpp_control${RT_SUFFIX}/RESTART/coupler.res INPUT/. - cp ../fv3_ccpp_control${RT_SUFFIX}/RESTART/fv_core.res.* INPUT/. - cp ../fv3_ccpp_control${RT_SUFFIX}/RESTART/fv_srf_wnd.res.* INPUT/. - cp ../fv3_ccpp_control${RT_SUFFIX}/RESTART/fv_tracer.* INPUT/. - cp ../fv3_ccpp_control${RT_SUFFIX}/RESTART/phy_data.* INPUT/. - cp ../fv3_ccpp_control${RT_SUFFIX}/RESTART/sfc_data.* INPUT/. - cp ../fv3_ccpp_control${RT_SUFFIX}/INPUT/fv3_increment.nc INPUT/. + cp ../fv3_ccpp_control${SUFFIX}/RESTART/coupler.res INPUT/. + cp ../fv3_ccpp_control${SUFFIX}/RESTART/fv_core.res.* INPUT/. + cp ../fv3_ccpp_control${SUFFIX}/RESTART/fv_srf_wnd.res.* INPUT/. + cp ../fv3_ccpp_control${SUFFIX}/RESTART/fv_tracer.* INPUT/. + cp ../fv3_ccpp_control${SUFFIX}/RESTART/phy_data.* INPUT/. + cp ../fv3_ccpp_control${SUFFIX}/RESTART/sfc_data.* INPUT/. + cp ../fv3_ccpp_control${SUFFIX}/INPUT/fv3_increment.nc INPUT/. cd INPUT else #restart test start from fh=12 - cp ../fv3_ccpp_control${RT_SUFFIX}/RESTART/20161003.120000.* INPUT/. + cp ../fv3_ccpp_control${SUFFIX}/RESTART/20161003.120000.* INPUT/. cd INPUT for RFILE in 20161003.120000.*; do [ -e $RFILE ] || exit 1 mv $RFILE ${RFILE#20161003.120000.} done fi - cp ../../fv3_ccpp_control${RT_SUFFIX}/INPUT/grid_spec.nc . - cp ../../fv3_ccpp_control${RT_SUFFIX}/INPUT/*_grid.tile*.nc . - cp ../../fv3_ccpp_control${RT_SUFFIX}/INPUT/oro_data.tile*.nc . + cp ../../fv3_ccpp_control${SUFFIX}/INPUT/grid_spec.nc . + cp ../../fv3_ccpp_control${SUFFIX}/INPUT/*_grid.tile*.nc . + cp ../../fv3_ccpp_control${SUFFIX}/INPUT/oro_data.tile*.nc . cd .. fi diff --git a/tests/utest b/tests/utest index a02b3ed08d..e9dcc83413 100755 --- a/tests/utest +++ b/tests/utest @@ -136,8 +136,6 @@ run_utests() { case $rc in std_base) CREATE_BASELINE=true - RTPWD=$baseline_location - INPUTDATA_ROOT=$RTPWD BL_SUFFIX=_std_base cat <<-EOF > ${RUNDIR_ROOT}/unit_test${RT_SUFFIX}.env export UNIT_TEST=true @@ -147,8 +145,6 @@ run_utests() { ;; std) CREATE_BASELINE=false - RTPWD=$NEW_BASELINE - INPUTDATA_ROOT=$RTPWD BL_SUFFIX=_std_base cat <<-EOF > ${RUNDIR_ROOT}/unit_test${RT_SUFFIX}.env export UNIT_TEST=true @@ -157,8 +153,6 @@ run_utests() { ;; thr) CREATE_BASELINE=false - RTPWD=$NEW_BASELINE - INPUTDATA_ROOT=$RTPWD BL_SUFFIX=_std_base THRD=2 # INPES is sometimes odd, so use JNPES. Make sure JNPES is divisible by THRD @@ -178,8 +172,6 @@ run_utests() { ;; mpi) CREATE_BASELINE=false - RTPWD=$NEW_BASELINE - INPUTDATA_ROOT=$RTPWD BL_SUFFIX=_std_base JNPES=$(( JNPES/2 )) WRITE_GROUP=2 @@ -198,8 +190,6 @@ run_utests() { ;; dcp) CREATE_BASELINE=false - RTPWD=$NEW_BASELINE - INPUTDATA_ROOT=$RTPWD BL_SUFFIX=_std_base temp=$INPES INPES=$JNPES @@ -213,8 +203,6 @@ run_utests() { ;; rst) # this is not going to work for regional model CREATE_BASELINE=false - RTPWD=$NEW_BASELINE - INPUTDATA_ROOT=$RTPWD BL_SUFFIX=_std_base # Set up date and time of restart files for restart run RESTART_FILE_PREFIX="${SYEAR}${SMONTH}${SDAY}.$(printf "%02d" $(( SHOUR + FHMAX/2 )))0000" @@ -277,8 +265,6 @@ run_utests() { ;; bit_base) CREATE_BASELINE=true - RTPWD=$baseline_location - INPUTDATA_ROOT=$RTPWD BL_SUFFIX=_bit_base comp_nm=bit cat <<-EOF >${RUNDIR_ROOT}/unit_test${RT_SUFFIX}.env @@ -288,8 +274,6 @@ run_utests() { ;; bit) CREATE_BASELINE=false - RTPWD=$NEW_BASELINE - INPUTDATA_ROOT=$RTPWD BL_SUFFIX=_bit_base comp_nm=bit cat <<-EOF >${RUNDIR_ROOT}/unit_test${RT_SUFFIX}.env @@ -299,8 +283,6 @@ run_utests() { ;; dbg_base) CREATE_BASELINE=true - RTPWD=$baseline_location - INPUTDATA_ROOT=$RTPWD BL_SUFFIX=_dbg_base comp_nm=dbg WLCLK=30 @@ -312,8 +294,6 @@ run_utests() { ;; dbg) CREATE_BASELINE=false - RTPWD=$NEW_BASELINE - INPUTDATA_ROOT=$RTPWD BL_SUFFIX=_dbg_base comp_nm=dbg WLCLK=30 @@ -324,7 +304,6 @@ run_utests() { EOF ;; esac - INPUTDATA_ROOT_WW3=${INPUTDATA_ROOT}/WW3_input_data_20201220/ cat <<- EOF > ${RUNDIR_ROOT}/run_test${RT_SUFFIX}.env export MACHINE_ID=${MACHINE_ID} @@ -723,18 +702,12 @@ fi mkdir -p ${STMP}/${USER} NEW_BASELINE=${STMP}/${USER}/FV3_UT/UNIT_TEST -if [[ $MACHINE_ID == hera.* || $MACHINE_ID == orion.* ]]; then - baseline_location=$DISKNM/NEMSfv3gfs/develop-20201118/${RT_COMPILER^^} -else - baseline_location=$DISKNM/NEMSfv3gfs/develop-20201118 -fi -RTPWD=$baseline_location -INPUTDATA_ROOT=$RTPWD +RTPWD=${NEW_BASELINE} +INPUTDATA_ROOT=${INPUTDATA_ROOT:-$DISKNM/NEMSfv3gfs/input-data-20210115} INPUTDATA_ROOT_WW3=${INPUTDATA_ROOT}/WW3_input_data_20201220/ rm -rf $NEW_BASELINE mkdir -p $NEW_BASELINE -ln -s ${RTPWD}/FV3_input_data ${NEW_BASELINE} rm -f fail_unit_test ${unittest_log} From 49d8d973c3857c1c13b9842253d1e57f607cc542 Mon Sep 17 00:00:00 2001 From: Xiaqiong Zhou Date: Mon, 25 Jan 2021 15:02:15 +0000 Subject: [PATCH 09/13] Update RT logs --- tests/RegressionTests_hera.gnu.log | 94 ++--- tests/RegressionTests_hera.intel.log | 496 ++++++++++++------------ tests/RegressionTests_orion.intel.log | 496 ++++++++++++------------ tests/RegressionTests_wcoss_cray.log | 308 +++++++-------- tests/RegressionTests_wcoss_dell_p3.log | 462 +++++++++++----------- tests/rt.sh | 4 +- 6 files changed, 894 insertions(+), 966 deletions(-) diff --git a/tests/RegressionTests_hera.gnu.log b/tests/RegressionTests_hera.gnu.log index 4a3d8e5c20..6f46c39c54 100644 --- a/tests/RegressionTests_hera.gnu.log +++ b/tests/RegressionTests_hera.gnu.log @@ -1,9 +1,9 @@ -Thu Jan 21 18:57:26 UTC 2021 +Sun Jan 24 19:52:02 UTC 2021 Start Regression test -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/GNU/fv3_gfdlmp_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_103873/fv3_ccpp_gfdlmp_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/GNU/fv3_gfdlmp_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_249517/fv3_ccpp_gfdlmp_prod Checking test 001 fv3_ccpp_gfdlmp results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -50,8 +50,8 @@ Checking test 001 fv3_ccpp_gfdlmp results .... Test 001 fv3_ccpp_gfdlmp PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/GNU/fv3_gfs_v15p2_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_103873/fv3_ccpp_gfs_v15p2_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/GNU/fv3_gfs_v15p2_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_249517/fv3_ccpp_gfs_v15p2_prod Checking test 002 fv3_ccpp_gfs_v15p2 results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -118,8 +118,8 @@ Checking test 002 fv3_ccpp_gfs_v15p2 results .... Test 002 fv3_ccpp_gfs_v15p2 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/GNU/fv3_gfs_v16beta_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_103873/fv3_ccpp_gfs_v16beta_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/GNU/fv3_gfs_v16beta_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_249517/fv3_ccpp_gfs_v16beta_prod Checking test 003 fv3_ccpp_gfs_v16beta results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -198,8 +198,8 @@ Checking test 003 fv3_ccpp_gfs_v16beta results .... Test 003 fv3_ccpp_gfs_v16beta PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/GNU/fv3_gfs_v16beta_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_103873/fv3_ccpp_gfs_v16beta_restart_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/GNU/fv3_gfs_v16beta_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_249517/fv3_ccpp_gfs_v16beta_restart_prod Checking test 004 fv3_ccpp_gfs_v16beta_restart results .... Comparing phyf048.tile1.nc .........OK Comparing phyf048.tile2.nc .........OK @@ -248,8 +248,8 @@ Checking test 004 fv3_ccpp_gfs_v16beta_restart results .... Test 004 fv3_ccpp_gfs_v16beta_restart PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/GNU/fv3_gfs_v16beta_stochy_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_103873/fv3_ccpp_gfs_v16beta_stochy_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/GNU/fv3_gfs_v16beta_stochy_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_249517/fv3_ccpp_gfs_v16beta_stochy_prod Checking test 005 fv3_ccpp_gfs_v16beta_stochy results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -316,8 +316,8 @@ Checking test 005 fv3_ccpp_gfs_v16beta_stochy results .... Test 005 fv3_ccpp_gfs_v16beta_stochy PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/GNU/fv3_gfs_v16beta_flake_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_103873/fv3_ccpp_gfs_v16beta_flake_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/GNU/fv3_gfs_v16beta_flake_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_249517/fv3_ccpp_gfs_v16beta_flake_prod Checking test 006 fv3_ccpp_gfs_v16beta_flake results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -384,8 +384,8 @@ Checking test 006 fv3_ccpp_gfs_v16beta_flake results .... Test 006 fv3_ccpp_gfs_v16beta_flake PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/GNU/fv3_gfs_v15p2_RRTMGP_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_103873/fv3_ccpp_gfs_v15p2_RRTMGP_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/GNU/fv3_gfs_v15p2_RRTMGP_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_249517/fv3_ccpp_gfs_v15p2_RRTMGP_prod Checking test 007 fv3_ccpp_gfs_v15p2_RRTMGP results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -452,8 +452,8 @@ Checking test 007 fv3_ccpp_gfs_v15p2_RRTMGP results .... Test 007 fv3_ccpp_gfs_v15p2_RRTMGP PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/GNU/fv3_gfs_v16beta_RRTMGP_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_103873/fv3_ccpp_gfs_v16beta_RRTMGP_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/GNU/fv3_gfs_v16beta_RRTMGP_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_249517/fv3_ccpp_gfs_v16beta_RRTMGP_prod Checking test 008 fv3_ccpp_gfs_v16beta_RRTMGP results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -520,8 +520,8 @@ Checking test 008 fv3_ccpp_gfs_v16beta_RRTMGP results .... Test 008 fv3_ccpp_gfs_v16beta_RRTMGP PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/GNU/fv3_gsd_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_103873/fv3_ccpp_gsd_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/GNU/fv3_gsd_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_249517/fv3_ccpp_gsd_prod Checking test 009 fv3_ccpp_gsd results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -612,8 +612,8 @@ Checking test 009 fv3_ccpp_gsd results .... Test 009 fv3_ccpp_gsd PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/GNU/fv3_thompson_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_103873/fv3_ccpp_thompson_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/GNU/fv3_thompson_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_249517/fv3_ccpp_thompson_prod Checking test 010 fv3_ccpp_thompson results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -680,8 +680,8 @@ Checking test 010 fv3_ccpp_thompson results .... Test 010 fv3_ccpp_thompson PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/GNU/fv3_thompson_no_aero_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_103873/fv3_ccpp_thompson_no_aero_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/GNU/fv3_thompson_no_aero_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_249517/fv3_ccpp_thompson_no_aero_prod Checking test 011 fv3_ccpp_thompson_no_aero results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -748,8 +748,8 @@ Checking test 011 fv3_ccpp_thompson_no_aero results .... Test 011 fv3_ccpp_thompson_no_aero PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/GNU/fv3_rrfs_v1beta_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_103873/fv3_ccpp_rrfs_v1beta_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/GNU/fv3_rrfs_v1beta_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_249517/fv3_ccpp_rrfs_v1beta_prod Checking test 012 fv3_ccpp_rrfs_v1beta results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -816,8 +816,8 @@ Checking test 012 fv3_ccpp_rrfs_v1beta results .... Test 012 fv3_ccpp_rrfs_v1beta PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/GNU/HAFS_v0_HWRF_thompson_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_103873/fv3_ccpp_HAFS_v0_hwrf_thompson_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/GNU/HAFS_v0_HWRF_thompson_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_249517/fv3_ccpp_HAFS_v0_hwrf_thompson_prod Checking test 013 fv3_ccpp_HAFS_v0_hwrf_thompson results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -884,8 +884,8 @@ Checking test 013 fv3_ccpp_HAFS_v0_hwrf_thompson results .... Test 013 fv3_ccpp_HAFS_v0_hwrf_thompson PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/GNU/ESG_HAFS_v0_HWRF_thompson_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_103873/fv3_ccpp_esg_HAFS_v0_hwrf_thompson_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/GNU/ESG_HAFS_v0_HWRF_thompson_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_249517/fv3_ccpp_esg_HAFS_v0_hwrf_thompson_prod Checking test 014 fv3_ccpp_esg_HAFS_v0_hwrf_thompson results .... Comparing atmos_4xdaily.nc .........OK Comparing phyf000.nc .........OK @@ -902,8 +902,8 @@ Checking test 014 fv3_ccpp_esg_HAFS_v0_hwrf_thompson results .... Test 014 fv3_ccpp_esg_HAFS_v0_hwrf_thompson PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/GNU/fv3_control_debug_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_103873/fv3_ccpp_control_debug_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/GNU/fv3_control_debug_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_249517/fv3_ccpp_control_debug_prod Checking test 015 fv3_ccpp_control_debug results .... Comparing phyf000.tile1.nc .........OK Comparing phyf000.tile2.nc .........OK @@ -932,8 +932,8 @@ Checking test 015 fv3_ccpp_control_debug results .... Test 015 fv3_ccpp_control_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/GNU/fv3_gfs_v15p2_debug_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_103873/fv3_ccpp_gfs_v15p2_debug_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/GNU/fv3_gfs_v15p2_debug_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_249517/fv3_ccpp_gfs_v15p2_debug_prod Checking test 016 fv3_ccpp_gfs_v15p2_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1000,8 +1000,8 @@ Checking test 016 fv3_ccpp_gfs_v15p2_debug results .... Test 016 fv3_ccpp_gfs_v15p2_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/GNU/fv3_gfs_v16beta_debug_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_103873/fv3_ccpp_gfs_v16beta_debug_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/GNU/fv3_gfs_v16beta_debug_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_249517/fv3_ccpp_gfs_v16beta_debug_prod Checking test 017 fv3_ccpp_gfs_v16beta_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1068,8 +1068,8 @@ Checking test 017 fv3_ccpp_gfs_v16beta_debug results .... Test 017 fv3_ccpp_gfs_v16beta_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/GNU/fv3_gfs_v15p2_RRTMGP_debug_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_103873/fv3_ccpp_gfs_v15p2_RRTMGP_debug_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/GNU/fv3_gfs_v15p2_RRTMGP_debug_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_249517/fv3_ccpp_gfs_v15p2_RRTMGP_debug_prod Checking test 018 fv3_ccpp_gfs_v15p2_RRTMGP_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1136,8 +1136,8 @@ Checking test 018 fv3_ccpp_gfs_v15p2_RRTMGP_debug results .... Test 018 fv3_ccpp_gfs_v15p2_RRTMGP_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/GNU/fv3_gfs_v16beta_RRTMGP_debug_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_103873/fv3_ccpp_gfs_v16beta_RRTMGP_debug_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/GNU/fv3_gfs_v16beta_RRTMGP_debug_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_249517/fv3_ccpp_gfs_v16beta_RRTMGP_debug_prod Checking test 019 fv3_ccpp_gfs_v16beta_RRTMGP_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1204,8 +1204,8 @@ Checking test 019 fv3_ccpp_gfs_v16beta_RRTMGP_debug results .... Test 019 fv3_ccpp_gfs_v16beta_RRTMGP_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/GNU/fv3_multigases_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_103873/fv3_ccpp_multigases_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/GNU/fv3_multigases_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_249517/fv3_ccpp_multigases_prod Checking test 020 fv3_ccpp_multigases results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1278,8 +1278,8 @@ Checking test 020 fv3_ccpp_multigases results .... Test 020 fv3_ccpp_multigases PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/GNU/HAFS_v0_HWRF_thompson_debug_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_103873/fv3_ccpp_HAFS_v0_hwrf_thompson_debug_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/GNU/HAFS_v0_HWRF_thompson_debug_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_249517/fv3_ccpp_HAFS_v0_hwrf_thompson_debug_prod Checking test 021 fv3_ccpp_HAFS_v0_hwrf_thompson_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1346,8 +1346,8 @@ Checking test 021 fv3_ccpp_HAFS_v0_hwrf_thompson_debug results .... Test 021 fv3_ccpp_HAFS_v0_hwrf_thompson_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/GNU/ESG_HAFS_v0_HWRF_thompson_debug_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_103873/fv3_ccpp_esg_HAFS_v0_hwrf_thompson_debug_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/GNU/ESG_HAFS_v0_HWRF_thompson_debug_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_249517/fv3_ccpp_esg_HAFS_v0_hwrf_thompson_debug_prod Checking test 022 fv3_ccpp_esg_HAFS_v0_hwrf_thompson_debug results .... Comparing atmos_4xdaily.nc .........OK Comparing phyf000.nc .........OK @@ -1365,5 +1365,5 @@ Test 022 fv3_ccpp_esg_HAFS_v0_hwrf_thompson_debug PASS REGRESSION TEST WAS SUCCESSFUL -Thu Jan 21 19:22:42 UTC 2021 -Elapsed time: 00h:25m:16s. Have a nice day! +Sun Jan 24 20:16:13 UTC 2021 +Elapsed time: 00h:24m:11s. Have a nice day! diff --git a/tests/RegressionTests_hera.intel.log b/tests/RegressionTests_hera.intel.log index 9f8210f655..231562e809 100644 --- a/tests/RegressionTests_hera.intel.log +++ b/tests/RegressionTests_hera.intel.log @@ -1,16 +1,16 @@ -Thu Jan 21 18:57:51 UTC 2021 +Sun Jan 24 02:36:12 UTC 2021 Start Regression test -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_control_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_105397/fv3_ccpp_control_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_control_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_193340/fv3_ccpp_control_prod Checking test 001 fv3_ccpp_control results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK + Comparing atmos_4xdaily.tile1.nc ............ALT CHECK......OK + Comparing atmos_4xdaily.tile2.nc ............ALT CHECK......OK + Comparing atmos_4xdaily.tile3.nc ............ALT CHECK......OK + Comparing atmos_4xdaily.tile4.nc ............ALT CHECK......OK + Comparing atmos_4xdaily.tile5.nc ............ALT CHECK......OK + Comparing atmos_4xdaily.tile6.nc ............ALT CHECK......OK Comparing phyf000.tile1.nc .........OK Comparing phyf000.tile2.nc .........OK Comparing phyf000.tile3.nc .........OK @@ -23,12 +23,6 @@ Checking test 001 fv3_ccpp_control results .... Comparing phyf024.tile4.nc .........OK Comparing phyf024.tile5.nc .........OK Comparing phyf024.tile6.nc .........OK - Comparing phyf048.tile1.nc .........OK - Comparing phyf048.tile2.nc .........OK - Comparing phyf048.tile3.nc .........OK - Comparing phyf048.tile4.nc .........OK - Comparing phyf048.tile5.nc .........OK - Comparing phyf048.tile6.nc .........OK Comparing dynf000.tile1.nc .........OK Comparing dynf000.tile2.nc .........OK Comparing dynf000.tile3.nc .........OK @@ -41,12 +35,6 @@ Checking test 001 fv3_ccpp_control results .... Comparing dynf024.tile4.nc .........OK Comparing dynf024.tile5.nc .........OK Comparing dynf024.tile6.nc .........OK - Comparing dynf048.tile1.nc .........OK - Comparing dynf048.tile2.nc .........OK - Comparing dynf048.tile3.nc .........OK - Comparing dynf048.tile4.nc .........OK - Comparing dynf048.tile5.nc .........OK - Comparing dynf048.tile6.nc .........OK Comparing RESTART/coupler.res .........OK Comparing RESTART/fv_core.res.nc .........OK Comparing RESTART/fv_core.res.tile1.nc .........OK @@ -82,15 +70,15 @@ Checking test 001 fv3_ccpp_control results .... Test 001 fv3_ccpp_control PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_control_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_105397/fv3_ccpp_decomp_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_control_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_193340/fv3_ccpp_decomp_prod Checking test 002 fv3_ccpp_decomp results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK + Comparing atmos_4xdaily.tile1.nc ............ALT CHECK......OK + Comparing atmos_4xdaily.tile2.nc ............ALT CHECK......OK + Comparing atmos_4xdaily.tile3.nc ............ALT CHECK......OK + Comparing atmos_4xdaily.tile4.nc ............ALT CHECK......OK + Comparing atmos_4xdaily.tile5.nc ............ALT CHECK......OK + Comparing atmos_4xdaily.tile6.nc ............ALT CHECK......OK Comparing phyf000.tile1.nc .........OK Comparing phyf000.tile2.nc .........OK Comparing phyf000.tile3.nc .........OK @@ -150,15 +138,15 @@ Checking test 002 fv3_ccpp_decomp results .... Test 002 fv3_ccpp_decomp PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_control_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_105397/fv3_ccpp_2threads_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_control_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_193340/fv3_ccpp_2threads_prod Checking test 003 fv3_ccpp_2threads results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK + Comparing atmos_4xdaily.tile1.nc ............ALT CHECK......OK + Comparing atmos_4xdaily.tile2.nc ............ALT CHECK......OK + Comparing atmos_4xdaily.tile3.nc ............ALT CHECK......OK + Comparing atmos_4xdaily.tile4.nc ............ALT CHECK......OK + Comparing atmos_4xdaily.tile5.nc ............ALT CHECK......OK + Comparing atmos_4xdaily.tile6.nc ............ALT CHECK......OK Comparing phyf000.tile1.nc .........OK Comparing phyf000.tile2.nc .........OK Comparing phyf000.tile3.nc .........OK @@ -218,27 +206,21 @@ Checking test 003 fv3_ccpp_2threads results .... Test 003 fv3_ccpp_2threads PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_control_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_105397/fv3_ccpp_restart_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_control_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_193340/fv3_ccpp_restart_prod Checking test 004 fv3_ccpp_restart results .... - Comparing atmos_4xdaily.tile1.nc ............ALT CHECK......OK - Comparing atmos_4xdaily.tile2.nc ............ALT CHECK......OK - Comparing atmos_4xdaily.tile3.nc ............ALT CHECK......OK - Comparing atmos_4xdaily.tile4.nc ............ALT CHECK......OK - Comparing atmos_4xdaily.tile5.nc ............ALT CHECK......OK - Comparing atmos_4xdaily.tile6.nc ............ALT CHECK......OK - Comparing phyf048.tile1.nc .........OK - Comparing phyf048.tile2.nc .........OK - Comparing phyf048.tile3.nc .........OK - Comparing phyf048.tile4.nc .........OK - Comparing phyf048.tile5.nc .........OK - Comparing phyf048.tile6.nc .........OK - Comparing dynf048.tile1.nc .........OK - Comparing dynf048.tile2.nc .........OK - Comparing dynf048.tile3.nc .........OK - Comparing dynf048.tile4.nc .........OK - Comparing dynf048.tile5.nc .........OK - Comparing dynf048.tile6.nc .........OK + Comparing phyf024.tile1.nc .........OK + Comparing phyf024.tile2.nc .........OK + Comparing phyf024.tile3.nc .........OK + Comparing phyf024.tile4.nc .........OK + Comparing phyf024.tile5.nc .........OK + Comparing phyf024.tile6.nc .........OK + Comparing dynf024.tile1.nc .........OK + Comparing dynf024.tile2.nc .........OK + Comparing dynf024.tile3.nc .........OK + Comparing dynf024.tile4.nc .........OK + Comparing dynf024.tile5.nc .........OK + Comparing dynf024.tile6.nc .........OK Comparing RESTART/coupler.res .........OK Comparing RESTART/fv_core.res.nc .........OK Comparing RESTART/fv_core.res.tile1.nc .........OK @@ -274,8 +256,8 @@ Checking test 004 fv3_ccpp_restart results .... Test 004 fv3_ccpp_restart PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_read_inc_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_105397/fv3_ccpp_read_inc_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_read_inc_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_193340/fv3_ccpp_read_inc_prod Checking test 005 fv3_ccpp_read_inc results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -342,8 +324,8 @@ Checking test 005 fv3_ccpp_read_inc results .... Test 005 fv3_ccpp_read_inc PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_wrtGauss_netcdf_esmf_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_105397/fv3_ccpp_wrtGauss_netcdf_esmf_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_wrtGauss_netcdf_esmf_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_193340/fv3_ccpp_wrtGauss_netcdf_esmf_prod Checking test 006 fv3_ccpp_wrtGauss_netcdf_esmf results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -390,8 +372,8 @@ Checking test 006 fv3_ccpp_wrtGauss_netcdf_esmf results .... Test 006 fv3_ccpp_wrtGauss_netcdf_esmf PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_wrtGauss_netcdf_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_105397/fv3_ccpp_wrtGauss_netcdf_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_wrtGauss_netcdf_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_193340/fv3_ccpp_wrtGauss_netcdf_prod Checking test 007 fv3_ccpp_wrtGauss_netcdf results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -438,8 +420,8 @@ Checking test 007 fv3_ccpp_wrtGauss_netcdf results .... Test 007 fv3_ccpp_wrtGauss_netcdf PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_wrtGauss_netcdf_parallel_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_105397/fv3_ccpp_wrtGauss_netcdf_parallel_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_wrtGauss_netcdf_parallel_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_193340/fv3_ccpp_wrtGauss_netcdf_parallel_prod Checking test 008 fv3_ccpp_wrtGauss_netcdf_parallel results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -486,8 +468,8 @@ Checking test 008 fv3_ccpp_wrtGauss_netcdf_parallel results .... Test 008 fv3_ccpp_wrtGauss_netcdf_parallel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_wrtGlatlon_netcdf_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_105397/fv3_ccpp_wrtGlatlon_netcdf_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_wrtGlatlon_netcdf_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_193340/fv3_ccpp_wrtGlatlon_netcdf_prod Checking test 009 fv3_ccpp_wrtGlatlon_netcdf results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -534,8 +516,8 @@ Checking test 009 fv3_ccpp_wrtGlatlon_netcdf results .... Test 009 fv3_ccpp_wrtGlatlon_netcdf PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_wrtGauss_nemsio_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_105397/fv3_ccpp_wrtGauss_nemsio_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_wrtGauss_nemsio_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_193340/fv3_ccpp_wrtGauss_nemsio_prod Checking test 010 fv3_ccpp_wrtGauss_nemsio results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -582,8 +564,8 @@ Checking test 010 fv3_ccpp_wrtGauss_nemsio results .... Test 010 fv3_ccpp_wrtGauss_nemsio PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_wrtGauss_nemsio_c192_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_105397/fv3_ccpp_wrtGauss_nemsio_c192_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_wrtGauss_nemsio_c192_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_193340/fv3_ccpp_wrtGauss_nemsio_c192_prod Checking test 011 fv3_ccpp_wrtGauss_nemsio_c192 results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -630,8 +612,8 @@ Checking test 011 fv3_ccpp_wrtGauss_nemsio_c192 results .... Test 011 fv3_ccpp_wrtGauss_nemsio_c192 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_stochy_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_105397/fv3_ccpp_stochy_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_stochy_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_193340/fv3_ccpp_stochy_prod Checking test 012 fv3_ccpp_stochy results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -698,8 +680,8 @@ Checking test 012 fv3_ccpp_stochy results .... Test 012 fv3_ccpp_stochy PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_ca_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_105397/fv3_ccpp_ca_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_ca_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_193340/fv3_ccpp_ca_prod Checking test 013 fv3_ccpp_ca results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -766,8 +748,8 @@ Checking test 013 fv3_ccpp_ca results .... Test 013 fv3_ccpp_ca PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_lndp_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_105397/fv3_ccpp_lndp_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_lndp_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_193340/fv3_ccpp_lndp_prod Checking test 014 fv3_ccpp_lndp results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -834,8 +816,8 @@ Checking test 014 fv3_ccpp_lndp results .... Test 014 fv3_ccpp_lndp PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_iau_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_105397/fv3_ccpp_iau_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_iau_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_193340/fv3_ccpp_iau_prod Checking test 015 fv3_ccpp_iau results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -902,8 +884,8 @@ Checking test 015 fv3_ccpp_iau results .... Test 015 fv3_ccpp_iau PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_lheatstrg_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_105397/fv3_ccpp_lheatstrg_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_lheatstrg_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_193340/fv3_ccpp_lheatstrg_prod Checking test 016 fv3_ccpp_lheatstrg results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -950,8 +932,8 @@ Checking test 016 fv3_ccpp_lheatstrg results .... Test 016 fv3_ccpp_lheatstrg PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_gfdlmprad_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_105397/fv3_ccpp_gfdlmprad_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_gfdlmprad_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_193340/fv3_ccpp_gfdlmprad_prod Checking test 017 fv3_ccpp_gfdlmprad results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -999,8 +981,8 @@ Checking test 017 fv3_ccpp_gfdlmprad results .... Test 017 fv3_ccpp_gfdlmprad PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_gfdlmprad_atmwav_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_105397/fv3_ccpp_gfdlmprad_atmwav_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_gfdlmprad_atmwav_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_193340/fv3_ccpp_gfdlmprad_atmwav_prod Checking test 018 fv3_ccpp_gfdlmprad_atmwav results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1048,8 +1030,8 @@ Checking test 018 fv3_ccpp_gfdlmprad_atmwav results .... Test 018 fv3_ccpp_gfdlmprad_atmwav PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_wrtGauss_nemsio_c768_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_105397/fv3_ccpp_wrtGauss_nemsio_c768_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_wrtGauss_nemsio_c768_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_193340/fv3_ccpp_wrtGauss_nemsio_c768_prod Checking test 019 fv3_ccpp_wrtGauss_nemsio_c768 results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1097,8 +1079,8 @@ Checking test 019 fv3_ccpp_wrtGauss_nemsio_c768 results .... Test 019 fv3_ccpp_wrtGauss_nemsio_c768 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_multigases_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_105397/fv3_ccpp_multigases_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_multigases_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_193340/fv3_ccpp_multigases_prod Checking test 020 fv3_ccpp_multigases results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1171,8 +1153,8 @@ Checking test 020 fv3_ccpp_multigases results .... Test 020 fv3_ccpp_multigases PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_control_32bit_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_105397/fv3_ccpp_control_32bit_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_control_32bit_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_193340/fv3_ccpp_control_32bit_prod Checking test 021 fv3_ccpp_control_32bit results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1239,8 +1221,8 @@ Checking test 021 fv3_ccpp_control_32bit results .... Test 021 fv3_ccpp_control_32bit PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_stretched_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_105397/fv3_ccpp_stretched_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_stretched_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_193340/fv3_ccpp_stretched_prod Checking test 022 fv3_ccpp_stretched results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1295,8 +1277,8 @@ Checking test 022 fv3_ccpp_stretched results .... Test 022 fv3_ccpp_stretched PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_stretched_nest_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_105397/fv3_ccpp_stretched_nest_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_stretched_nest_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_193340/fv3_ccpp_stretched_nest_prod Checking test 023 fv3_ccpp_stretched_nest results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1362,8 +1344,8 @@ Checking test 023 fv3_ccpp_stretched_nest results .... Test 023 fv3_ccpp_stretched_nest PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_regional_control_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_105397/fv3_ccpp_regional_control_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_regional_control_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_193340/fv3_ccpp_regional_control_prod Checking test 024 fv3_ccpp_regional_control results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK @@ -1373,8 +1355,8 @@ Checking test 024 fv3_ccpp_regional_control results .... Test 024 fv3_ccpp_regional_control PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_regional_restart_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_105397/fv3_ccpp_regional_restart_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_regional_restart_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_193340/fv3_ccpp_regional_restart_prod Checking test 025 fv3_ccpp_regional_restart results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK @@ -1382,8 +1364,8 @@ Checking test 025 fv3_ccpp_regional_restart results .... Test 025 fv3_ccpp_regional_restart PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_regional_quilt_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_105397/fv3_ccpp_regional_quilt_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_regional_quilt_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_193340/fv3_ccpp_regional_quilt_prod Checking test 026 fv3_ccpp_regional_quilt results .... Comparing atmos_4xdaily.nc .........OK Comparing dynf000.nc .........OK @@ -1393,8 +1375,8 @@ Checking test 026 fv3_ccpp_regional_quilt results .... Test 026 fv3_ccpp_regional_quilt PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_regional_quilt_netcdf_parallel_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_105397/fv3_ccpp_regional_quilt_netcdf_parallel_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_regional_quilt_netcdf_parallel_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_193340/fv3_ccpp_regional_quilt_netcdf_parallel_prod Checking test 027 fv3_ccpp_regional_quilt_netcdf_parallel results .... Comparing atmos_4xdaily.nc .........OK Comparing dynf000.nc .........OK @@ -1404,8 +1386,8 @@ Checking test 027 fv3_ccpp_regional_quilt_netcdf_parallel results .... Test 027 fv3_ccpp_regional_quilt_netcdf_parallel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_control_debug_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_105397/fv3_ccpp_control_debug_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_control_debug_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_193340/fv3_ccpp_control_debug_prod Checking test 028 fv3_ccpp_control_debug results .... Comparing phyf000.tile1.nc .........OK Comparing phyf000.tile2.nc .........OK @@ -1434,8 +1416,8 @@ Checking test 028 fv3_ccpp_control_debug results .... Test 028 fv3_ccpp_control_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_stretched_nest_debug_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_105397/fv3_ccpp_stretched_nest_debug_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_stretched_nest_debug_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_193340/fv3_ccpp_stretched_nest_debug_prod Checking test 029 fv3_ccpp_stretched_nest_debug results .... Comparing fv3_history2d.nest02.tile7.nc .........OK Comparing fv3_history2d.tile1.nc .........OK @@ -1454,8 +1436,8 @@ Checking test 029 fv3_ccpp_stretched_nest_debug results .... Test 029 fv3_ccpp_stretched_nest_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_gfdlmp_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_105397/fv3_ccpp_gfdlmp_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_gfdlmp_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_193340/fv3_ccpp_gfdlmp_prod Checking test 030 fv3_ccpp_gfdlmp results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1502,8 +1484,8 @@ Checking test 030 fv3_ccpp_gfdlmp results .... Test 030 fv3_ccpp_gfdlmp PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_gfdlmprad_gwd_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_105397/fv3_ccpp_gfdlmprad_gwd_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_gfdlmprad_gwd_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_193340/fv3_ccpp_gfdlmprad_gwd_prod Checking test 031 fv3_ccpp_gfdlmprad_gwd results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1550,8 +1532,8 @@ Checking test 031 fv3_ccpp_gfdlmprad_gwd results .... Test 031 fv3_ccpp_gfdlmprad_gwd PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_gfdlmprad_noahmp_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_105397/fv3_ccpp_gfdlmprad_noahmp_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_gfdlmprad_noahmp_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_193340/fv3_ccpp_gfdlmprad_noahmp_prod Checking test 032 fv3_ccpp_gfdlmprad_noahmp results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1598,8 +1580,8 @@ Checking test 032 fv3_ccpp_gfdlmprad_noahmp results .... Test 032 fv3_ccpp_gfdlmprad_noahmp PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_csawmg_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_105397/fv3_ccpp_csawmg_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_csawmg_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_193340/fv3_ccpp_csawmg_prod Checking test 033 fv3_ccpp_csawmg results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1646,8 +1628,8 @@ Checking test 033 fv3_ccpp_csawmg results .... Test 033 fv3_ccpp_csawmg PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_satmedmf_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_105397/fv3_ccpp_satmedmf_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_satmedmf_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_193340/fv3_ccpp_satmedmf_prod Checking test 034 fv3_ccpp_satmedmf results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1694,8 +1676,8 @@ Checking test 034 fv3_ccpp_satmedmf results .... Test 034 fv3_ccpp_satmedmf PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_satmedmfq_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_105397/fv3_ccpp_satmedmfq_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_satmedmfq_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_193340/fv3_ccpp_satmedmfq_prod Checking test 035 fv3_ccpp_satmedmfq results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1742,8 +1724,8 @@ Checking test 035 fv3_ccpp_satmedmfq results .... Test 035 fv3_ccpp_satmedmfq PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_gfdlmp_32bit_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_105397/fv3_ccpp_gfdlmp_32bit_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_gfdlmp_32bit_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_193340/fv3_ccpp_gfdlmp_32bit_prod Checking test 036 fv3_ccpp_gfdlmp_32bit results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1790,8 +1772,8 @@ Checking test 036 fv3_ccpp_gfdlmp_32bit results .... Test 036 fv3_ccpp_gfdlmp_32bit PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_gfdlmprad_32bit_post_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_105397/fv3_ccpp_gfdlmprad_32bit_post_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_gfdlmprad_32bit_post_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_193340/fv3_ccpp_gfdlmprad_32bit_post_prod Checking test 037 fv3_ccpp_gfdlmprad_32bit_post results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1842,8 +1824,8 @@ Checking test 037 fv3_ccpp_gfdlmprad_32bit_post results .... Test 037 fv3_ccpp_gfdlmprad_32bit_post PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_cpt_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_105397/fv3_ccpp_cpt_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_cpt_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_193340/fv3_ccpp_cpt_prod Checking test 038 fv3_ccpp_cpt results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1896,8 +1878,8 @@ Checking test 038 fv3_ccpp_cpt results .... Test 038 fv3_ccpp_cpt PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_gsd_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_105397/fv3_ccpp_gsd_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_gsd_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_193340/fv3_ccpp_gsd_prod Checking test 039 fv3_ccpp_gsd results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1988,8 +1970,8 @@ Checking test 039 fv3_ccpp_gsd results .... Test 039 fv3_ccpp_gsd PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_rap_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_105397/fv3_ccpp_rap_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_rap_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_193340/fv3_ccpp_rap_prod Checking test 040 fv3_ccpp_rap results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2056,8 +2038,8 @@ Checking test 040 fv3_ccpp_rap results .... Test 040 fv3_ccpp_rap PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_hrrr_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_105397/fv3_ccpp_hrrr_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_hrrr_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_193340/fv3_ccpp_hrrr_prod Checking test 041 fv3_ccpp_hrrr results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2124,8 +2106,8 @@ Checking test 041 fv3_ccpp_hrrr results .... Test 041 fv3_ccpp_hrrr PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_thompson_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_105397/fv3_ccpp_thompson_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_thompson_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_193340/fv3_ccpp_thompson_prod Checking test 042 fv3_ccpp_thompson results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2192,8 +2174,8 @@ Checking test 042 fv3_ccpp_thompson results .... Test 042 fv3_ccpp_thompson PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_thompson_no_aero_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_105397/fv3_ccpp_thompson_no_aero_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_thompson_no_aero_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_193340/fv3_ccpp_thompson_no_aero_prod Checking test 043 fv3_ccpp_thompson_no_aero results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2260,8 +2242,8 @@ Checking test 043 fv3_ccpp_thompson_no_aero results .... Test 043 fv3_ccpp_thompson_no_aero PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_rrfs_v1beta_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_105397/fv3_ccpp_rrfs_v1beta_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_rrfs_v1beta_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_193340/fv3_ccpp_rrfs_v1beta_prod Checking test 044 fv3_ccpp_rrfs_v1beta results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2328,8 +2310,8 @@ Checking test 044 fv3_ccpp_rrfs_v1beta results .... Test 044 fv3_ccpp_rrfs_v1beta PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_gfs_v15p2_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_105397/fv3_ccpp_gfs_v15p2_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_gfs_v15p2_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_193340/fv3_ccpp_gfs_v15p2_prod Checking test 045 fv3_ccpp_gfs_v15p2 results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2396,8 +2378,8 @@ Checking test 045 fv3_ccpp_gfs_v15p2 results .... Test 045 fv3_ccpp_gfs_v15p2 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_gfs_v16beta_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_105397/fv3_ccpp_gfs_v16beta_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_gfs_v16beta_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_193340/fv3_ccpp_gfs_v16beta_prod Checking test 046 fv3_ccpp_gfs_v16beta results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2476,8 +2458,8 @@ Checking test 046 fv3_ccpp_gfs_v16beta results .... Test 046 fv3_ccpp_gfs_v16beta PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_gfs_v16beta_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_105397/fv3_ccpp_gfs_v16beta_restart_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_gfs_v16beta_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_193340/fv3_ccpp_gfs_v16beta_restart_prod Checking test 047 fv3_ccpp_gfs_v16beta_restart results .... Comparing phyf048.tile1.nc .........OK Comparing phyf048.tile2.nc .........OK @@ -2526,8 +2508,8 @@ Checking test 047 fv3_ccpp_gfs_v16beta_restart results .... Test 047 fv3_ccpp_gfs_v16beta_restart PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_gfs_v16beta_stochy_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_105397/fv3_ccpp_gfs_v16beta_stochy_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_gfs_v16beta_stochy_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_193340/fv3_ccpp_gfs_v16beta_stochy_prod Checking test 048 fv3_ccpp_gfs_v16beta_stochy results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2594,8 +2576,8 @@ Checking test 048 fv3_ccpp_gfs_v16beta_stochy results .... Test 048 fv3_ccpp_gfs_v16beta_stochy PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_gfs_v15p2_RRTMGP_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_105397/fv3_ccpp_gfs_v15p2_RRTMGP_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_gfs_v15p2_RRTMGP_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_193340/fv3_ccpp_gfs_v15p2_RRTMGP_prod Checking test 049 fv3_ccpp_gfs_v15p2_RRTMGP results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2662,8 +2644,8 @@ Checking test 049 fv3_ccpp_gfs_v15p2_RRTMGP results .... Test 049 fv3_ccpp_gfs_v15p2_RRTMGP PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_gfs_v16beta_RRTMGP_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_105397/fv3_ccpp_gfs_v16beta_RRTMGP_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_gfs_v16beta_RRTMGP_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_193340/fv3_ccpp_gfs_v16beta_RRTMGP_prod Checking test 050 fv3_ccpp_gfs_v16beta_RRTMGP results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2730,8 +2712,8 @@ Checking test 050 fv3_ccpp_gfs_v16beta_RRTMGP results .... Test 050 fv3_ccpp_gfs_v16beta_RRTMGP PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_gfs_v16_RRTMGP_c192L127_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_105397/fv3_ccpp_gfs_v16_RRTMGP_c192L127_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_gfs_v16_RRTMGP_c192L127_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_193340/fv3_ccpp_gfs_v16_RRTMGP_c192L127_prod Checking test 051 fv3_ccpp_gfs_v16_RRTMGP_c192L127 results .... Comparing phyf000.tile1.nc .........OK Comparing phyf000.tile2.nc .........OK @@ -2792,8 +2774,8 @@ Checking test 051 fv3_ccpp_gfs_v16_RRTMGP_c192L127 results .... Test 051 fv3_ccpp_gfs_v16_RRTMGP_c192L127 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_gfsv16_csawmg_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_105397/fv3_ccpp_gfsv16_csawmg_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_gfsv16_csawmg_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_193340/fv3_ccpp_gfsv16_csawmg_prod Checking test 052 fv3_ccpp_gfsv16_csawmg results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2840,8 +2822,8 @@ Checking test 052 fv3_ccpp_gfsv16_csawmg results .... Test 052 fv3_ccpp_gfsv16_csawmg PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_gfsv16_csawmgt_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_105397/fv3_ccpp_gfsv16_csawmgt_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_gfsv16_csawmgt_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_193340/fv3_ccpp_gfsv16_csawmgt_prod Checking test 053 fv3_ccpp_gfsv16_csawmgt results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2888,8 +2870,8 @@ Checking test 053 fv3_ccpp_gfsv16_csawmgt results .... Test 053 fv3_ccpp_gfsv16_csawmgt PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_gocart_clm_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_105397/fv3_ccpp_gocart_clm_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_gocart_clm_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_193340/fv3_ccpp_gocart_clm_prod Checking test 054 fv3_ccpp_gocart_clm results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2936,8 +2918,8 @@ Checking test 054 fv3_ccpp_gocart_clm results .... Test 054 fv3_ccpp_gocart_clm PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_gfs_v16beta_flake_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_105397/fv3_ccpp_gfs_v16beta_flake_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_gfs_v16beta_flake_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_193340/fv3_ccpp_gfs_v16beta_flake_prod Checking test 055 fv3_ccpp_gfs_v16beta_flake results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -3004,8 +2986,8 @@ Checking test 055 fv3_ccpp_gfs_v16beta_flake results .... Test 055 fv3_ccpp_gfs_v16beta_flake PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/HAFS_v0_HWRF_thompson_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_105397/fv3_ccpp_HAFS_v0_hwrf_thompson_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/HAFS_v0_HWRF_thompson_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_193340/fv3_ccpp_HAFS_v0_hwrf_thompson_prod Checking test 056 fv3_ccpp_HAFS_v0_hwrf_thompson results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -3072,8 +3054,8 @@ Checking test 056 fv3_ccpp_HAFS_v0_hwrf_thompson results .... Test 056 fv3_ccpp_HAFS_v0_hwrf_thompson PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/ESG_HAFS_v0_HWRF_thompson_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_105397/fv3_ccpp_esg_HAFS_v0_hwrf_thompson_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/ESG_HAFS_v0_HWRF_thompson_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_193340/fv3_ccpp_esg_HAFS_v0_hwrf_thompson_prod Checking test 057 fv3_ccpp_esg_HAFS_v0_hwrf_thompson results .... Comparing atmos_4xdaily.nc .........OK Comparing phyf000.nc .........OK @@ -3090,8 +3072,8 @@ Checking test 057 fv3_ccpp_esg_HAFS_v0_hwrf_thompson results .... Test 057 fv3_ccpp_esg_HAFS_v0_hwrf_thompson PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_gfs_v15p2_debug_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_105397/fv3_ccpp_gfs_v15p2_debug_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_gfs_v15p2_debug_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_193340/fv3_ccpp_gfs_v15p2_debug_prod Checking test 058 fv3_ccpp_gfs_v15p2_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -3158,8 +3140,8 @@ Checking test 058 fv3_ccpp_gfs_v15p2_debug results .... Test 058 fv3_ccpp_gfs_v15p2_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_gfs_v16beta_debug_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_105397/fv3_ccpp_gfs_v16beta_debug_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_gfs_v16beta_debug_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_193340/fv3_ccpp_gfs_v16beta_debug_prod Checking test 059 fv3_ccpp_gfs_v16beta_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -3226,8 +3208,8 @@ Checking test 059 fv3_ccpp_gfs_v16beta_debug results .... Test 059 fv3_ccpp_gfs_v16beta_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_gfs_v15p2_RRTMGP_debug_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_105397/fv3_ccpp_gfs_v15p2_RRTMGP_debug_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_gfs_v15p2_RRTMGP_debug_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_193340/fv3_ccpp_gfs_v15p2_RRTMGP_debug_prod Checking test 060 fv3_ccpp_gfs_v15p2_RRTMGP_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -3294,8 +3276,8 @@ Checking test 060 fv3_ccpp_gfs_v15p2_RRTMGP_debug results .... Test 060 fv3_ccpp_gfs_v15p2_RRTMGP_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_gfs_v16beta_RRTMGP_debug_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_105397/fv3_ccpp_gfs_v16beta_RRTMGP_debug_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_gfs_v16beta_RRTMGP_debug_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_193340/fv3_ccpp_gfs_v16beta_RRTMGP_debug_prod Checking test 061 fv3_ccpp_gfs_v16beta_RRTMGP_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -3362,8 +3344,8 @@ Checking test 061 fv3_ccpp_gfs_v16beta_RRTMGP_debug results .... Test 061 fv3_ccpp_gfs_v16beta_RRTMGP_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_gsd_debug_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_105397/fv3_ccpp_gsd_debug_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_gsd_debug_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_193340/fv3_ccpp_gsd_debug_prod Checking test 062 fv3_ccpp_gsd_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -3430,8 +3412,8 @@ Checking test 062 fv3_ccpp_gsd_debug results .... Test 062 fv3_ccpp_gsd_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_gsd_diag3d_debug_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_105397/fv3_ccpp_gsd_diag3d_debug_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_gsd_diag3d_debug_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_193340/fv3_ccpp_gsd_diag3d_debug_prod Checking test 063 fv3_ccpp_gsd_diag3d_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -3498,8 +3480,8 @@ Checking test 063 fv3_ccpp_gsd_diag3d_debug results .... Test 063 fv3_ccpp_gsd_diag3d_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_thompson_debug_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_105397/fv3_ccpp_thompson_debug_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_thompson_debug_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_193340/fv3_ccpp_thompson_debug_prod Checking test 064 fv3_ccpp_thompson_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -3566,8 +3548,8 @@ Checking test 064 fv3_ccpp_thompson_debug results .... Test 064 fv3_ccpp_thompson_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_thompson_no_aero_debug_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_105397/fv3_ccpp_thompson_no_aero_debug_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_thompson_no_aero_debug_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_193340/fv3_ccpp_thompson_no_aero_debug_prod Checking test 065 fv3_ccpp_thompson_no_aero_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -3634,8 +3616,8 @@ Checking test 065 fv3_ccpp_thompson_no_aero_debug results .... Test 065 fv3_ccpp_thompson_no_aero_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_rrfs_v1beta_debug_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_105397/fv3_ccpp_rrfs_v1beta_debug_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_rrfs_v1beta_debug_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_193340/fv3_ccpp_rrfs_v1beta_debug_prod Checking test 066 fv3_ccpp_rrfs_v1beta_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -3702,8 +3684,8 @@ Checking test 066 fv3_ccpp_rrfs_v1beta_debug results .... Test 066 fv3_ccpp_rrfs_v1beta_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/HAFS_v0_HWRF_thompson_debug_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_105397/fv3_ccpp_HAFS_v0_hwrf_thompson_debug_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/HAFS_v0_HWRF_thompson_debug_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_193340/fv3_ccpp_HAFS_v0_hwrf_thompson_debug_prod Checking test 067 fv3_ccpp_HAFS_v0_hwrf_thompson_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -3770,8 +3752,8 @@ Checking test 067 fv3_ccpp_HAFS_v0_hwrf_thompson_debug results .... Test 067 fv3_ccpp_HAFS_v0_hwrf_thompson_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/ESG_HAFS_v0_HWRF_thompson_debug_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_105397/fv3_ccpp_esg_HAFS_v0_hwrf_thompson_debug_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/ESG_HAFS_v0_HWRF_thompson_debug_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_193340/fv3_ccpp_esg_HAFS_v0_hwrf_thompson_debug_prod Checking test 068 fv3_ccpp_esg_HAFS_v0_hwrf_thompson_debug results .... Comparing atmos_4xdaily.nc .........OK Comparing phyf000.nc .........OK @@ -3788,8 +3770,8 @@ Checking test 068 fv3_ccpp_esg_HAFS_v0_hwrf_thompson_debug results .... Test 068 fv3_ccpp_esg_HAFS_v0_hwrf_thompson_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/cpld_control_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_105397/cpld_control_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/cpld_control_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_193340/cpld_control_prod Checking test 069 cpld_control results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -3841,8 +3823,8 @@ Checking test 069 cpld_control results .... Test 069 cpld_control PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/cpld_control_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_105397/cpld_restart_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/cpld_control_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_193340/cpld_restart_prod Checking test 070 cpld_restart results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -3894,8 +3876,8 @@ Checking test 070 cpld_restart results .... Test 070 cpld_restart PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/cpld_controlfrac_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_105397/cpld_controlfrac_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/cpld_controlfrac_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_193340/cpld_controlfrac_prod Checking test 071 cpld_controlfrac results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -3947,8 +3929,8 @@ Checking test 071 cpld_controlfrac results .... Test 071 cpld_controlfrac PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/cpld_controlfrac_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_105397/cpld_restartfrac_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/cpld_controlfrac_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_193340/cpld_restartfrac_prod Checking test 072 cpld_restartfrac results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -4000,8 +3982,8 @@ Checking test 072 cpld_restartfrac results .... Test 072 cpld_restartfrac PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/cpld_control_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_105397/cpld_2threads_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/cpld_control_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_193340/cpld_2threads_prod Checking test 073 cpld_2threads results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -4053,8 +4035,8 @@ Checking test 073 cpld_2threads results .... Test 073 cpld_2threads PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/cpld_control_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_105397/cpld_decomp_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/cpld_control_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_193340/cpld_decomp_prod Checking test 074 cpld_decomp results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -4106,8 +4088,8 @@ Checking test 074 cpld_decomp results .... Test 074 cpld_decomp PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/cpld_satmedmf_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_105397/cpld_satmedmf_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/cpld_satmedmf_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_193340/cpld_satmedmf_prod Checking test 075 cpld_satmedmf results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -4159,8 +4141,8 @@ Checking test 075 cpld_satmedmf results .... Test 075 cpld_satmedmf PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/cpld_ca_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_105397/cpld_ca_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/cpld_ca_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_193340/cpld_ca_prod Checking test 076 cpld_ca results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -4212,8 +4194,8 @@ Checking test 076 cpld_ca results .... Test 076 cpld_ca PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/cpld_control_c192_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_105397/cpld_control_c192_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/cpld_control_c192_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_193340/cpld_control_c192_prod Checking test 077 cpld_control_c192 results .... Comparing phyf048.tile1.nc .........OK Comparing phyf048.tile2.nc .........OK @@ -4265,8 +4247,8 @@ Checking test 077 cpld_control_c192 results .... Test 077 cpld_control_c192 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/cpld_control_c192_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_105397/cpld_restart_c192_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/cpld_control_c192_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_193340/cpld_restart_c192_prod Checking test 078 cpld_restart_c192 results .... Comparing phyf048.tile1.nc .........OK Comparing phyf048.tile2.nc .........OK @@ -4318,8 +4300,8 @@ Checking test 078 cpld_restart_c192 results .... Test 078 cpld_restart_c192 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/cpld_controlfrac_c192_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_105397/cpld_controlfrac_c192_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/cpld_controlfrac_c192_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_193340/cpld_controlfrac_c192_prod Checking test 079 cpld_controlfrac_c192 results .... Comparing phyf048.tile1.nc .........OK Comparing phyf048.tile2.nc .........OK @@ -4371,8 +4353,8 @@ Checking test 079 cpld_controlfrac_c192 results .... Test 079 cpld_controlfrac_c192 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/cpld_controlfrac_c192_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_105397/cpld_restartfrac_c192_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/cpld_controlfrac_c192_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_193340/cpld_restartfrac_c192_prod Checking test 080 cpld_restartfrac_c192 results .... Comparing phyf048.tile1.nc .........OK Comparing phyf048.tile2.nc .........OK @@ -4424,8 +4406,8 @@ Checking test 080 cpld_restartfrac_c192 results .... Test 080 cpld_restartfrac_c192 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/cpld_control_c384_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_105397/cpld_control_c384_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/cpld_control_c384_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_193340/cpld_control_c384_prod Checking test 081 cpld_control_c384 results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -4480,8 +4462,8 @@ Checking test 081 cpld_control_c384 results .... Test 081 cpld_control_c384 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/cpld_control_c384_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_105397/cpld_restart_c384_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/cpld_control_c384_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_193340/cpld_restart_c384_prod Checking test 082 cpld_restart_c384 results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -4536,8 +4518,8 @@ Checking test 082 cpld_restart_c384 results .... Test 082 cpld_restart_c384 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/cpld_controlfrac_c384_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_105397/cpld_controlfrac_c384_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/cpld_controlfrac_c384_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_193340/cpld_controlfrac_c384_prod Checking test 083 cpld_controlfrac_c384 results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -4592,8 +4574,8 @@ Checking test 083 cpld_controlfrac_c384 results .... Test 083 cpld_controlfrac_c384 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/cpld_controlfrac_c384_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_105397/cpld_restartfrac_c384_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/cpld_controlfrac_c384_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_193340/cpld_restartfrac_c384_prod Checking test 084 cpld_restartfrac_c384 results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -4648,8 +4630,8 @@ Checking test 084 cpld_restartfrac_c384 results .... Test 084 cpld_restartfrac_c384 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/cpld_bmark_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_105397/cpld_bmark_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/cpld_bmark_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_193340/cpld_bmark_prod Checking test 085 cpld_bmark results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -4704,8 +4686,8 @@ Checking test 085 cpld_bmark results .... Test 085 cpld_bmark PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/cpld_bmark_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_105397/cpld_restart_bmark_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/cpld_bmark_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_193340/cpld_restart_bmark_prod Checking test 086 cpld_restart_bmark results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -4760,8 +4742,8 @@ Checking test 086 cpld_restart_bmark results .... Test 086 cpld_restart_bmark PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/cpld_bmarkfrac_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_105397/cpld_bmarkfrac_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/cpld_bmarkfrac_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_193340/cpld_bmarkfrac_prod Checking test 087 cpld_bmarkfrac results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -4816,8 +4798,8 @@ Checking test 087 cpld_bmarkfrac results .... Test 087 cpld_bmarkfrac PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/cpld_bmarkfrac_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_105397/cpld_restart_bmarkfrac_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/cpld_bmarkfrac_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_193340/cpld_restart_bmarkfrac_prod Checking test 088 cpld_restart_bmarkfrac results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -4872,8 +4854,8 @@ Checking test 088 cpld_restart_bmarkfrac results .... Test 088 cpld_restart_bmarkfrac PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/cpld_bmarkfrac_v16_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_105397/cpld_bmarkfrac_v16_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/cpld_bmarkfrac_v16_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_193340/cpld_bmarkfrac_v16_prod Checking test 089 cpld_bmarkfrac_v16 results .... Comparing phyf012.tile1.nc .........OK Comparing phyf012.tile2.nc .........OK @@ -4928,8 +4910,8 @@ Checking test 089 cpld_bmarkfrac_v16 results .... Test 089 cpld_bmarkfrac_v16 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/cpld_bmarkfrac_v16_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_105397/cpld_restart_bmarkfrac_v16_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/cpld_bmarkfrac_v16_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_193340/cpld_restart_bmarkfrac_v16_prod Checking test 090 cpld_restart_bmarkfrac_v16 results .... Comparing phyf012.tile1.nc .........OK Comparing phyf012.tile2.nc .........OK @@ -4984,8 +4966,8 @@ Checking test 090 cpld_restart_bmarkfrac_v16 results .... Test 090 cpld_restart_bmarkfrac_v16 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/cpld_bmark_wave_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_105397/cpld_bmark_wave_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/cpld_bmark_wave_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_193340/cpld_bmark_wave_prod Checking test 091 cpld_bmark_wave results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -5043,8 +5025,8 @@ Checking test 091 cpld_bmark_wave results .... Test 091 cpld_bmark_wave PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/cpld_bmarkfrac_wave_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_105397/cpld_bmarkfrac_wave_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/cpld_bmarkfrac_wave_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_193340/cpld_bmarkfrac_wave_prod Checking test 092 cpld_bmarkfrac_wave results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -5102,8 +5084,8 @@ Checking test 092 cpld_bmarkfrac_wave results .... Test 092 cpld_bmarkfrac_wave PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/cpld_bmarkfrac_wave_v16_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_105397/cpld_bmarkfrac_wave_v16_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/cpld_bmarkfrac_wave_v16_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_193340/cpld_bmarkfrac_wave_v16_prod Checking test 093 cpld_bmarkfrac_wave_v16 results .... Comparing phyf012.tile1.nc .........OK Comparing phyf012.tile2.nc .........OK @@ -5161,8 +5143,8 @@ Checking test 093 cpld_bmarkfrac_wave_v16 results .... Test 093 cpld_bmarkfrac_wave_v16 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/cpld_debug_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_105397/cpld_debug_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/cpld_debug_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_193340/cpld_debug_prod Checking test 094 cpld_debug results .... Comparing phyf006.tile1.nc .........OK Comparing phyf006.tile2.nc .........OK @@ -5214,8 +5196,8 @@ Checking test 094 cpld_debug results .... Test 094 cpld_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/cpld_debugfrac_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_105397/cpld_debugfrac_prod +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/cpld_debugfrac_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_193340/cpld_debugfrac_prod Checking test 095 cpld_debugfrac results .... Comparing phyf006.tile1.nc .........OK Comparing phyf006.tile2.nc .........OK @@ -5267,8 +5249,8 @@ Checking test 095 cpld_debugfrac results .... Test 095 cpld_debugfrac PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/datm_control_cfsr -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_105397/datm_control_cfsr +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/datm_control_cfsr +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_193340/datm_control_cfsr Checking test 096 datm_control_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK @@ -5276,8 +5258,8 @@ Checking test 096 datm_control_cfsr results .... Test 096 datm_control_cfsr PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/datm_control_cfsr -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_105397/datm_restart_cfsr +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/datm_control_cfsr +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_193340/datm_restart_cfsr Checking test 097 datm_restart_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK @@ -5285,8 +5267,8 @@ Checking test 097 datm_restart_cfsr results .... Test 097 datm_restart_cfsr PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/datm_control_gefs -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_105397/datm_control_gefs +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/datm_control_gefs +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_193340/datm_control_gefs Checking test 098 datm_control_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK @@ -5294,8 +5276,8 @@ Checking test 098 datm_control_gefs results .... Test 098 datm_control_gefs PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/datm_bulk_cfsr -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_105397/datm_bulk_cfsr +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/datm_bulk_cfsr +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_193340/datm_bulk_cfsr Checking test 099 datm_bulk_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK @@ -5303,8 +5285,8 @@ Checking test 099 datm_bulk_cfsr results .... Test 099 datm_bulk_cfsr PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/datm_bulk_gefs -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_105397/datm_bulk_gefs +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/datm_bulk_gefs +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_193340/datm_bulk_gefs Checking test 100 datm_bulk_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK @@ -5312,8 +5294,8 @@ Checking test 100 datm_bulk_gefs results .... Test 100 datm_bulk_gefs PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/datm_mx025_cfsr -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_105397/datm_mx025_cfsr +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/datm_mx025_cfsr +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_193340/datm_mx025_cfsr Checking test 101 datm_mx025_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK @@ -5324,8 +5306,8 @@ Checking test 101 datm_mx025_cfsr results .... Test 101 datm_mx025_cfsr PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/datm_mx025_gefs -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_105397/datm_mx025_gefs +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/datm_mx025_gefs +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_193340/datm_mx025_gefs Checking test 102 datm_mx025_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK @@ -5336,8 +5318,8 @@ Checking test 102 datm_mx025_gefs results .... Test 102 datm_mx025_gefs PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/datm_debug_cfsr -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_105397/datm_debug_cfsr +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/datm_debug_cfsr +working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_193340/datm_debug_cfsr Checking test 103 datm_debug_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-01-21600.nc .........OK @@ -5346,5 +5328,5 @@ Test 103 datm_debug_cfsr PASS REGRESSION TEST WAS SUCCESSFUL -Thu Jan 21 20:05:03 UTC 2021 -Elapsed time: 01h:07m:12s. Have a nice day! +Sun Jan 24 03:40:50 UTC 2021 +Elapsed time: 01h:04m:39s. Have a nice day! diff --git a/tests/RegressionTests_orion.intel.log b/tests/RegressionTests_orion.intel.log index f5b1d5fbd7..d9b857a95c 100644 --- a/tests/RegressionTests_orion.intel.log +++ b/tests/RegressionTests_orion.intel.log @@ -1,16 +1,16 @@ -Thu Jan 21 12:55:28 CST 2021 +Sat Jan 23 20:38:55 CST 2021 Start Regression test -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_control_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_410437/fv3_ccpp_control_prod +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_control_ccpp +working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_333228/fv3_ccpp_control_prod Checking test 001 fv3_ccpp_control results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK + Comparing atmos_4xdaily.tile1.nc ............ALT CHECK......OK + Comparing atmos_4xdaily.tile2.nc ............ALT CHECK......OK + Comparing atmos_4xdaily.tile3.nc ............ALT CHECK......OK + Comparing atmos_4xdaily.tile4.nc ............ALT CHECK......OK + Comparing atmos_4xdaily.tile5.nc ............ALT CHECK......OK + Comparing atmos_4xdaily.tile6.nc ............ALT CHECK......OK Comparing phyf000.tile1.nc .........OK Comparing phyf000.tile2.nc .........OK Comparing phyf000.tile3.nc .........OK @@ -23,12 +23,6 @@ Checking test 001 fv3_ccpp_control results .... Comparing phyf024.tile4.nc .........OK Comparing phyf024.tile5.nc .........OK Comparing phyf024.tile6.nc .........OK - Comparing phyf048.tile1.nc .........OK - Comparing phyf048.tile2.nc .........OK - Comparing phyf048.tile3.nc .........OK - Comparing phyf048.tile4.nc .........OK - Comparing phyf048.tile5.nc .........OK - Comparing phyf048.tile6.nc .........OK Comparing dynf000.tile1.nc .........OK Comparing dynf000.tile2.nc .........OK Comparing dynf000.tile3.nc .........OK @@ -41,12 +35,6 @@ Checking test 001 fv3_ccpp_control results .... Comparing dynf024.tile4.nc .........OK Comparing dynf024.tile5.nc .........OK Comparing dynf024.tile6.nc .........OK - Comparing dynf048.tile1.nc .........OK - Comparing dynf048.tile2.nc .........OK - Comparing dynf048.tile3.nc .........OK - Comparing dynf048.tile4.nc .........OK - Comparing dynf048.tile5.nc .........OK - Comparing dynf048.tile6.nc .........OK Comparing RESTART/coupler.res .........OK Comparing RESTART/fv_core.res.nc .........OK Comparing RESTART/fv_core.res.tile1.nc .........OK @@ -82,15 +70,15 @@ Checking test 001 fv3_ccpp_control results .... Test 001 fv3_ccpp_control PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_control_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_410437/fv3_ccpp_decomp_prod +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_control_ccpp +working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_333228/fv3_ccpp_decomp_prod Checking test 002 fv3_ccpp_decomp results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK + Comparing atmos_4xdaily.tile1.nc ............ALT CHECK......OK + Comparing atmos_4xdaily.tile2.nc ............ALT CHECK......OK + Comparing atmos_4xdaily.tile3.nc ............ALT CHECK......OK + Comparing atmos_4xdaily.tile4.nc ............ALT CHECK......OK + Comparing atmos_4xdaily.tile5.nc ............ALT CHECK......OK + Comparing atmos_4xdaily.tile6.nc ............ALT CHECK......OK Comparing phyf000.tile1.nc .........OK Comparing phyf000.tile2.nc .........OK Comparing phyf000.tile3.nc .........OK @@ -150,15 +138,15 @@ Checking test 002 fv3_ccpp_decomp results .... Test 002 fv3_ccpp_decomp PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_control_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_410437/fv3_ccpp_2threads_prod +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_control_ccpp +working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_333228/fv3_ccpp_2threads_prod Checking test 003 fv3_ccpp_2threads results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK + Comparing atmos_4xdaily.tile1.nc ............ALT CHECK......OK + Comparing atmos_4xdaily.tile2.nc ............ALT CHECK......OK + Comparing atmos_4xdaily.tile3.nc ............ALT CHECK......OK + Comparing atmos_4xdaily.tile4.nc ............ALT CHECK......OK + Comparing atmos_4xdaily.tile5.nc ............ALT CHECK......OK + Comparing atmos_4xdaily.tile6.nc ............ALT CHECK......OK Comparing phyf000.tile1.nc .........OK Comparing phyf000.tile2.nc .........OK Comparing phyf000.tile3.nc .........OK @@ -218,27 +206,21 @@ Checking test 003 fv3_ccpp_2threads results .... Test 003 fv3_ccpp_2threads PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_control_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_410437/fv3_ccpp_restart_prod +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_control_ccpp +working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_333228/fv3_ccpp_restart_prod Checking test 004 fv3_ccpp_restart results .... - Comparing atmos_4xdaily.tile1.nc ............ALT CHECK......OK - Comparing atmos_4xdaily.tile2.nc ............ALT CHECK......OK - Comparing atmos_4xdaily.tile3.nc ............ALT CHECK......OK - Comparing atmos_4xdaily.tile4.nc ............ALT CHECK......OK - Comparing atmos_4xdaily.tile5.nc ............ALT CHECK......OK - Comparing atmos_4xdaily.tile6.nc ............ALT CHECK......OK - Comparing phyf048.tile1.nc .........OK - Comparing phyf048.tile2.nc .........OK - Comparing phyf048.tile3.nc .........OK - Comparing phyf048.tile4.nc .........OK - Comparing phyf048.tile5.nc .........OK - Comparing phyf048.tile6.nc .........OK - Comparing dynf048.tile1.nc .........OK - Comparing dynf048.tile2.nc .........OK - Comparing dynf048.tile3.nc .........OK - Comparing dynf048.tile4.nc .........OK - Comparing dynf048.tile5.nc .........OK - Comparing dynf048.tile6.nc .........OK + Comparing phyf024.tile1.nc .........OK + Comparing phyf024.tile2.nc .........OK + Comparing phyf024.tile3.nc .........OK + Comparing phyf024.tile4.nc .........OK + Comparing phyf024.tile5.nc .........OK + Comparing phyf024.tile6.nc .........OK + Comparing dynf024.tile1.nc .........OK + Comparing dynf024.tile2.nc .........OK + Comparing dynf024.tile3.nc .........OK + Comparing dynf024.tile4.nc .........OK + Comparing dynf024.tile5.nc .........OK + Comparing dynf024.tile6.nc .........OK Comparing RESTART/coupler.res .........OK Comparing RESTART/fv_core.res.nc .........OK Comparing RESTART/fv_core.res.tile1.nc .........OK @@ -274,8 +256,8 @@ Checking test 004 fv3_ccpp_restart results .... Test 004 fv3_ccpp_restart PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_read_inc_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_410437/fv3_ccpp_read_inc_prod +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_read_inc_ccpp +working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_333228/fv3_ccpp_read_inc_prod Checking test 005 fv3_ccpp_read_inc results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -342,8 +324,8 @@ Checking test 005 fv3_ccpp_read_inc results .... Test 005 fv3_ccpp_read_inc PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_wrtGauss_netcdf_esmf_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_410437/fv3_ccpp_wrtGauss_netcdf_esmf_prod +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_wrtGauss_netcdf_esmf_ccpp +working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_333228/fv3_ccpp_wrtGauss_netcdf_esmf_prod Checking test 006 fv3_ccpp_wrtGauss_netcdf_esmf results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -390,8 +372,8 @@ Checking test 006 fv3_ccpp_wrtGauss_netcdf_esmf results .... Test 006 fv3_ccpp_wrtGauss_netcdf_esmf PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_wrtGauss_netcdf_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_410437/fv3_ccpp_wrtGauss_netcdf_prod +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_wrtGauss_netcdf_ccpp +working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_333228/fv3_ccpp_wrtGauss_netcdf_prod Checking test 007 fv3_ccpp_wrtGauss_netcdf results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -438,8 +420,8 @@ Checking test 007 fv3_ccpp_wrtGauss_netcdf results .... Test 007 fv3_ccpp_wrtGauss_netcdf PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_wrtGauss_netcdf_parallel_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_410437/fv3_ccpp_wrtGauss_netcdf_parallel_prod +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_wrtGauss_netcdf_parallel_ccpp +working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_333228/fv3_ccpp_wrtGauss_netcdf_parallel_prod Checking test 008 fv3_ccpp_wrtGauss_netcdf_parallel results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -486,8 +468,8 @@ Checking test 008 fv3_ccpp_wrtGauss_netcdf_parallel results .... Test 008 fv3_ccpp_wrtGauss_netcdf_parallel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_wrtGlatlon_netcdf_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_410437/fv3_ccpp_wrtGlatlon_netcdf_prod +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_wrtGlatlon_netcdf_ccpp +working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_333228/fv3_ccpp_wrtGlatlon_netcdf_prod Checking test 009 fv3_ccpp_wrtGlatlon_netcdf results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -534,8 +516,8 @@ Checking test 009 fv3_ccpp_wrtGlatlon_netcdf results .... Test 009 fv3_ccpp_wrtGlatlon_netcdf PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_wrtGauss_nemsio_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_410437/fv3_ccpp_wrtGauss_nemsio_prod +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_wrtGauss_nemsio_ccpp +working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_333228/fv3_ccpp_wrtGauss_nemsio_prod Checking test 010 fv3_ccpp_wrtGauss_nemsio results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -582,8 +564,8 @@ Checking test 010 fv3_ccpp_wrtGauss_nemsio results .... Test 010 fv3_ccpp_wrtGauss_nemsio PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_wrtGauss_nemsio_c192_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_410437/fv3_ccpp_wrtGauss_nemsio_c192_prod +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_wrtGauss_nemsio_c192_ccpp +working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_333228/fv3_ccpp_wrtGauss_nemsio_c192_prod Checking test 011 fv3_ccpp_wrtGauss_nemsio_c192 results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -630,8 +612,8 @@ Checking test 011 fv3_ccpp_wrtGauss_nemsio_c192 results .... Test 011 fv3_ccpp_wrtGauss_nemsio_c192 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_stochy_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_410437/fv3_ccpp_stochy_prod +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_stochy_ccpp +working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_333228/fv3_ccpp_stochy_prod Checking test 012 fv3_ccpp_stochy results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -698,8 +680,8 @@ Checking test 012 fv3_ccpp_stochy results .... Test 012 fv3_ccpp_stochy PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_ca_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_410437/fv3_ccpp_ca_prod +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_ca_ccpp +working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_333228/fv3_ccpp_ca_prod Checking test 013 fv3_ccpp_ca results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -766,8 +748,8 @@ Checking test 013 fv3_ccpp_ca results .... Test 013 fv3_ccpp_ca PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_lndp_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_410437/fv3_ccpp_lndp_prod +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_lndp_ccpp +working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_333228/fv3_ccpp_lndp_prod Checking test 014 fv3_ccpp_lndp results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -834,8 +816,8 @@ Checking test 014 fv3_ccpp_lndp results .... Test 014 fv3_ccpp_lndp PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_iau_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_410437/fv3_ccpp_iau_prod +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_iau_ccpp +working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_333228/fv3_ccpp_iau_prod Checking test 015 fv3_ccpp_iau results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -902,8 +884,8 @@ Checking test 015 fv3_ccpp_iau results .... Test 015 fv3_ccpp_iau PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_lheatstrg_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_410437/fv3_ccpp_lheatstrg_prod +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_lheatstrg_ccpp +working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_333228/fv3_ccpp_lheatstrg_prod Checking test 016 fv3_ccpp_lheatstrg results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -950,8 +932,8 @@ Checking test 016 fv3_ccpp_lheatstrg results .... Test 016 fv3_ccpp_lheatstrg PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_gfdlmprad_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_410437/fv3_ccpp_gfdlmprad_prod +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_gfdlmprad_ccpp +working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_333228/fv3_ccpp_gfdlmprad_prod Checking test 017 fv3_ccpp_gfdlmprad results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -999,8 +981,8 @@ Checking test 017 fv3_ccpp_gfdlmprad results .... Test 017 fv3_ccpp_gfdlmprad PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_gfdlmprad_atmwav_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_410437/fv3_ccpp_gfdlmprad_atmwav_prod +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_gfdlmprad_atmwav_ccpp +working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_333228/fv3_ccpp_gfdlmprad_atmwav_prod Checking test 018 fv3_ccpp_gfdlmprad_atmwav results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1048,8 +1030,8 @@ Checking test 018 fv3_ccpp_gfdlmprad_atmwav results .... Test 018 fv3_ccpp_gfdlmprad_atmwav PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_wrtGauss_nemsio_c768_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_410437/fv3_ccpp_wrtGauss_nemsio_c768_prod +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_wrtGauss_nemsio_c768_ccpp +working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_333228/fv3_ccpp_wrtGauss_nemsio_c768_prod Checking test 019 fv3_ccpp_wrtGauss_nemsio_c768 results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1097,8 +1079,8 @@ Checking test 019 fv3_ccpp_wrtGauss_nemsio_c768 results .... Test 019 fv3_ccpp_wrtGauss_nemsio_c768 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_multigases_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_410437/fv3_ccpp_multigases_prod +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_multigases_ccpp +working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_333228/fv3_ccpp_multigases_prod Checking test 020 fv3_ccpp_multigases results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1171,8 +1153,8 @@ Checking test 020 fv3_ccpp_multigases results .... Test 020 fv3_ccpp_multigases PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_control_32bit_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_410437/fv3_ccpp_control_32bit_prod +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_control_32bit_ccpp +working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_333228/fv3_ccpp_control_32bit_prod Checking test 021 fv3_ccpp_control_32bit results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1239,8 +1221,8 @@ Checking test 021 fv3_ccpp_control_32bit results .... Test 021 fv3_ccpp_control_32bit PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_stretched_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_410437/fv3_ccpp_stretched_prod +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_stretched_ccpp +working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_333228/fv3_ccpp_stretched_prod Checking test 022 fv3_ccpp_stretched results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1295,8 +1277,8 @@ Checking test 022 fv3_ccpp_stretched results .... Test 022 fv3_ccpp_stretched PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_stretched_nest_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_410437/fv3_ccpp_stretched_nest_prod +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_stretched_nest_ccpp +working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_333228/fv3_ccpp_stretched_nest_prod Checking test 023 fv3_ccpp_stretched_nest results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1362,8 +1344,8 @@ Checking test 023 fv3_ccpp_stretched_nest results .... Test 023 fv3_ccpp_stretched_nest PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_regional_control_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_410437/fv3_ccpp_regional_control_prod +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_regional_control_ccpp +working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_333228/fv3_ccpp_regional_control_prod Checking test 024 fv3_ccpp_regional_control results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK @@ -1373,8 +1355,8 @@ Checking test 024 fv3_ccpp_regional_control results .... Test 024 fv3_ccpp_regional_control PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_regional_restart_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_410437/fv3_ccpp_regional_restart_prod +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_regional_restart_ccpp +working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_333228/fv3_ccpp_regional_restart_prod Checking test 025 fv3_ccpp_regional_restart results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK @@ -1382,8 +1364,8 @@ Checking test 025 fv3_ccpp_regional_restart results .... Test 025 fv3_ccpp_regional_restart PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_regional_quilt_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_410437/fv3_ccpp_regional_quilt_prod +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_regional_quilt_ccpp +working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_333228/fv3_ccpp_regional_quilt_prod Checking test 026 fv3_ccpp_regional_quilt results .... Comparing atmos_4xdaily.nc .........OK Comparing dynf000.nc .........OK @@ -1393,8 +1375,8 @@ Checking test 026 fv3_ccpp_regional_quilt results .... Test 026 fv3_ccpp_regional_quilt PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_regional_quilt_netcdf_parallel_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_410437/fv3_ccpp_regional_quilt_netcdf_parallel_prod +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_regional_quilt_netcdf_parallel_ccpp +working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_333228/fv3_ccpp_regional_quilt_netcdf_parallel_prod Checking test 027 fv3_ccpp_regional_quilt_netcdf_parallel results .... Comparing atmos_4xdaily.nc .........OK Comparing dynf000.nc .........OK @@ -1404,8 +1386,8 @@ Checking test 027 fv3_ccpp_regional_quilt_netcdf_parallel results .... Test 027 fv3_ccpp_regional_quilt_netcdf_parallel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_control_debug_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_410437/fv3_ccpp_control_debug_prod +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_control_debug_ccpp +working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_333228/fv3_ccpp_control_debug_prod Checking test 028 fv3_ccpp_control_debug results .... Comparing phyf000.tile1.nc .........OK Comparing phyf000.tile2.nc .........OK @@ -1434,8 +1416,8 @@ Checking test 028 fv3_ccpp_control_debug results .... Test 028 fv3_ccpp_control_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_stretched_nest_debug_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_410437/fv3_ccpp_stretched_nest_debug_prod +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_stretched_nest_debug_ccpp +working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_333228/fv3_ccpp_stretched_nest_debug_prod Checking test 029 fv3_ccpp_stretched_nest_debug results .... Comparing fv3_history2d.nest02.tile7.nc .........OK Comparing fv3_history2d.tile1.nc .........OK @@ -1454,8 +1436,8 @@ Checking test 029 fv3_ccpp_stretched_nest_debug results .... Test 029 fv3_ccpp_stretched_nest_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_gfdlmp_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_410437/fv3_ccpp_gfdlmp_prod +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_gfdlmp_ccpp +working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_333228/fv3_ccpp_gfdlmp_prod Checking test 030 fv3_ccpp_gfdlmp results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1502,8 +1484,8 @@ Checking test 030 fv3_ccpp_gfdlmp results .... Test 030 fv3_ccpp_gfdlmp PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_gfdlmprad_gwd_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_410437/fv3_ccpp_gfdlmprad_gwd_prod +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_gfdlmprad_gwd_ccpp +working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_333228/fv3_ccpp_gfdlmprad_gwd_prod Checking test 031 fv3_ccpp_gfdlmprad_gwd results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1550,8 +1532,8 @@ Checking test 031 fv3_ccpp_gfdlmprad_gwd results .... Test 031 fv3_ccpp_gfdlmprad_gwd PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_gfdlmprad_noahmp_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_410437/fv3_ccpp_gfdlmprad_noahmp_prod +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_gfdlmprad_noahmp_ccpp +working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_333228/fv3_ccpp_gfdlmprad_noahmp_prod Checking test 032 fv3_ccpp_gfdlmprad_noahmp results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1598,8 +1580,8 @@ Checking test 032 fv3_ccpp_gfdlmprad_noahmp results .... Test 032 fv3_ccpp_gfdlmprad_noahmp PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_csawmg_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_410437/fv3_ccpp_csawmg_prod +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_csawmg_ccpp +working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_333228/fv3_ccpp_csawmg_prod Checking test 033 fv3_ccpp_csawmg results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1646,8 +1628,8 @@ Checking test 033 fv3_ccpp_csawmg results .... Test 033 fv3_ccpp_csawmg PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_satmedmf_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_410437/fv3_ccpp_satmedmf_prod +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_satmedmf_ccpp +working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_333228/fv3_ccpp_satmedmf_prod Checking test 034 fv3_ccpp_satmedmf results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1694,8 +1676,8 @@ Checking test 034 fv3_ccpp_satmedmf results .... Test 034 fv3_ccpp_satmedmf PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_satmedmfq_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_410437/fv3_ccpp_satmedmfq_prod +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_satmedmfq_ccpp +working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_333228/fv3_ccpp_satmedmfq_prod Checking test 035 fv3_ccpp_satmedmfq results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1742,8 +1724,8 @@ Checking test 035 fv3_ccpp_satmedmfq results .... Test 035 fv3_ccpp_satmedmfq PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_gfdlmp_32bit_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_410437/fv3_ccpp_gfdlmp_32bit_prod +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_gfdlmp_32bit_ccpp +working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_333228/fv3_ccpp_gfdlmp_32bit_prod Checking test 036 fv3_ccpp_gfdlmp_32bit results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1790,8 +1772,8 @@ Checking test 036 fv3_ccpp_gfdlmp_32bit results .... Test 036 fv3_ccpp_gfdlmp_32bit PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_gfdlmprad_32bit_post_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_410437/fv3_ccpp_gfdlmprad_32bit_post_prod +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_gfdlmprad_32bit_post_ccpp +working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_333228/fv3_ccpp_gfdlmprad_32bit_post_prod Checking test 037 fv3_ccpp_gfdlmprad_32bit_post results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1842,8 +1824,8 @@ Checking test 037 fv3_ccpp_gfdlmprad_32bit_post results .... Test 037 fv3_ccpp_gfdlmprad_32bit_post PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_cpt_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_410437/fv3_ccpp_cpt_prod +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_cpt_ccpp +working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_333228/fv3_ccpp_cpt_prod Checking test 038 fv3_ccpp_cpt results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1896,8 +1878,8 @@ Checking test 038 fv3_ccpp_cpt results .... Test 038 fv3_ccpp_cpt PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_gsd_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_410437/fv3_ccpp_gsd_prod +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_gsd_ccpp +working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_333228/fv3_ccpp_gsd_prod Checking test 039 fv3_ccpp_gsd results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1988,8 +1970,8 @@ Checking test 039 fv3_ccpp_gsd results .... Test 039 fv3_ccpp_gsd PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_rap_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_410437/fv3_ccpp_rap_prod +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_rap_ccpp +working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_333228/fv3_ccpp_rap_prod Checking test 040 fv3_ccpp_rap results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2056,8 +2038,8 @@ Checking test 040 fv3_ccpp_rap results .... Test 040 fv3_ccpp_rap PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_hrrr_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_410437/fv3_ccpp_hrrr_prod +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_hrrr_ccpp +working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_333228/fv3_ccpp_hrrr_prod Checking test 041 fv3_ccpp_hrrr results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2124,8 +2106,8 @@ Checking test 041 fv3_ccpp_hrrr results .... Test 041 fv3_ccpp_hrrr PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_thompson_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_410437/fv3_ccpp_thompson_prod +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_thompson_ccpp +working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_333228/fv3_ccpp_thompson_prod Checking test 042 fv3_ccpp_thompson results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2192,8 +2174,8 @@ Checking test 042 fv3_ccpp_thompson results .... Test 042 fv3_ccpp_thompson PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_thompson_no_aero_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_410437/fv3_ccpp_thompson_no_aero_prod +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_thompson_no_aero_ccpp +working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_333228/fv3_ccpp_thompson_no_aero_prod Checking test 043 fv3_ccpp_thompson_no_aero results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2260,8 +2242,8 @@ Checking test 043 fv3_ccpp_thompson_no_aero results .... Test 043 fv3_ccpp_thompson_no_aero PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_rrfs_v1beta_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_410437/fv3_ccpp_rrfs_v1beta_prod +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_rrfs_v1beta_ccpp +working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_333228/fv3_ccpp_rrfs_v1beta_prod Checking test 044 fv3_ccpp_rrfs_v1beta results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2328,8 +2310,8 @@ Checking test 044 fv3_ccpp_rrfs_v1beta results .... Test 044 fv3_ccpp_rrfs_v1beta PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_gfs_v15p2_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_410437/fv3_ccpp_gfs_v15p2_prod +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_gfs_v15p2_ccpp +working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_333228/fv3_ccpp_gfs_v15p2_prod Checking test 045 fv3_ccpp_gfs_v15p2 results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2396,8 +2378,8 @@ Checking test 045 fv3_ccpp_gfs_v15p2 results .... Test 045 fv3_ccpp_gfs_v15p2 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_gfs_v16beta_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_410437/fv3_ccpp_gfs_v16beta_prod +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_gfs_v16beta_ccpp +working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_333228/fv3_ccpp_gfs_v16beta_prod Checking test 046 fv3_ccpp_gfs_v16beta results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2476,8 +2458,8 @@ Checking test 046 fv3_ccpp_gfs_v16beta results .... Test 046 fv3_ccpp_gfs_v16beta PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_gfs_v16beta_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_410437/fv3_ccpp_gfs_v16beta_restart_prod +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_gfs_v16beta_ccpp +working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_333228/fv3_ccpp_gfs_v16beta_restart_prod Checking test 047 fv3_ccpp_gfs_v16beta_restart results .... Comparing phyf048.tile1.nc .........OK Comparing phyf048.tile2.nc .........OK @@ -2526,8 +2508,8 @@ Checking test 047 fv3_ccpp_gfs_v16beta_restart results .... Test 047 fv3_ccpp_gfs_v16beta_restart PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_gfs_v16beta_stochy_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_410437/fv3_ccpp_gfs_v16beta_stochy_prod +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_gfs_v16beta_stochy_ccpp +working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_333228/fv3_ccpp_gfs_v16beta_stochy_prod Checking test 048 fv3_ccpp_gfs_v16beta_stochy results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2594,8 +2576,8 @@ Checking test 048 fv3_ccpp_gfs_v16beta_stochy results .... Test 048 fv3_ccpp_gfs_v16beta_stochy PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_gfs_v15p2_RRTMGP_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_410437/fv3_ccpp_gfs_v15p2_RRTMGP_prod +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_gfs_v15p2_RRTMGP_ccpp +working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_333228/fv3_ccpp_gfs_v15p2_RRTMGP_prod Checking test 049 fv3_ccpp_gfs_v15p2_RRTMGP results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2662,8 +2644,8 @@ Checking test 049 fv3_ccpp_gfs_v15p2_RRTMGP results .... Test 049 fv3_ccpp_gfs_v15p2_RRTMGP PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_gfs_v16beta_RRTMGP_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_410437/fv3_ccpp_gfs_v16beta_RRTMGP_prod +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_gfs_v16beta_RRTMGP_ccpp +working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_333228/fv3_ccpp_gfs_v16beta_RRTMGP_prod Checking test 050 fv3_ccpp_gfs_v16beta_RRTMGP results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2730,8 +2712,8 @@ Checking test 050 fv3_ccpp_gfs_v16beta_RRTMGP results .... Test 050 fv3_ccpp_gfs_v16beta_RRTMGP PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_gfs_v16_RRTMGP_c192L127_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_410437/fv3_ccpp_gfs_v16_RRTMGP_c192L127_prod +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_gfs_v16_RRTMGP_c192L127_ccpp +working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_333228/fv3_ccpp_gfs_v16_RRTMGP_c192L127_prod Checking test 051 fv3_ccpp_gfs_v16_RRTMGP_c192L127 results .... Comparing phyf000.tile1.nc .........OK Comparing phyf000.tile2.nc .........OK @@ -2792,8 +2774,8 @@ Checking test 051 fv3_ccpp_gfs_v16_RRTMGP_c192L127 results .... Test 051 fv3_ccpp_gfs_v16_RRTMGP_c192L127 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_gfsv16_csawmg_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_410437/fv3_ccpp_gfsv16_csawmg_prod +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_gfsv16_csawmg_ccpp +working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_333228/fv3_ccpp_gfsv16_csawmg_prod Checking test 052 fv3_ccpp_gfsv16_csawmg results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2840,8 +2822,8 @@ Checking test 052 fv3_ccpp_gfsv16_csawmg results .... Test 052 fv3_ccpp_gfsv16_csawmg PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_gfsv16_csawmgt_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_410437/fv3_ccpp_gfsv16_csawmgt_prod +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_gfsv16_csawmgt_ccpp +working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_333228/fv3_ccpp_gfsv16_csawmgt_prod Checking test 053 fv3_ccpp_gfsv16_csawmgt results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2888,8 +2870,8 @@ Checking test 053 fv3_ccpp_gfsv16_csawmgt results .... Test 053 fv3_ccpp_gfsv16_csawmgt PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_gocart_clm_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_410437/fv3_ccpp_gocart_clm_prod +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_gocart_clm_ccpp +working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_333228/fv3_ccpp_gocart_clm_prod Checking test 054 fv3_ccpp_gocart_clm results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2936,8 +2918,8 @@ Checking test 054 fv3_ccpp_gocart_clm results .... Test 054 fv3_ccpp_gocart_clm PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_gfs_v16beta_flake_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_410437/fv3_ccpp_gfs_v16beta_flake_prod +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_gfs_v16beta_flake_ccpp +working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_333228/fv3_ccpp_gfs_v16beta_flake_prod Checking test 055 fv3_ccpp_gfs_v16beta_flake results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -3004,8 +2986,8 @@ Checking test 055 fv3_ccpp_gfs_v16beta_flake results .... Test 055 fv3_ccpp_gfs_v16beta_flake PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/HAFS_v0_HWRF_thompson_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_410437/fv3_ccpp_HAFS_v0_hwrf_thompson_prod +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/HAFS_v0_HWRF_thompson_ccpp +working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_333228/fv3_ccpp_HAFS_v0_hwrf_thompson_prod Checking test 056 fv3_ccpp_HAFS_v0_hwrf_thompson results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -3072,8 +3054,8 @@ Checking test 056 fv3_ccpp_HAFS_v0_hwrf_thompson results .... Test 056 fv3_ccpp_HAFS_v0_hwrf_thompson PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/ESG_HAFS_v0_HWRF_thompson_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_410437/fv3_ccpp_esg_HAFS_v0_hwrf_thompson_prod +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/ESG_HAFS_v0_HWRF_thompson_ccpp +working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_333228/fv3_ccpp_esg_HAFS_v0_hwrf_thompson_prod Checking test 057 fv3_ccpp_esg_HAFS_v0_hwrf_thompson results .... Comparing atmos_4xdaily.nc .........OK Comparing phyf000.nc .........OK @@ -3090,8 +3072,8 @@ Checking test 057 fv3_ccpp_esg_HAFS_v0_hwrf_thompson results .... Test 057 fv3_ccpp_esg_HAFS_v0_hwrf_thompson PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_gfs_v15p2_debug_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_410437/fv3_ccpp_gfs_v15p2_debug_prod +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_gfs_v15p2_debug_ccpp +working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_333228/fv3_ccpp_gfs_v15p2_debug_prod Checking test 058 fv3_ccpp_gfs_v15p2_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -3158,8 +3140,8 @@ Checking test 058 fv3_ccpp_gfs_v15p2_debug results .... Test 058 fv3_ccpp_gfs_v15p2_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_gfs_v16beta_debug_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_410437/fv3_ccpp_gfs_v16beta_debug_prod +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_gfs_v16beta_debug_ccpp +working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_333228/fv3_ccpp_gfs_v16beta_debug_prod Checking test 059 fv3_ccpp_gfs_v16beta_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -3226,8 +3208,8 @@ Checking test 059 fv3_ccpp_gfs_v16beta_debug results .... Test 059 fv3_ccpp_gfs_v16beta_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_gfs_v15p2_RRTMGP_debug_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_410437/fv3_ccpp_gfs_v15p2_RRTMGP_debug_prod +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_gfs_v15p2_RRTMGP_debug_ccpp +working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_333228/fv3_ccpp_gfs_v15p2_RRTMGP_debug_prod Checking test 060 fv3_ccpp_gfs_v15p2_RRTMGP_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -3294,8 +3276,8 @@ Checking test 060 fv3_ccpp_gfs_v15p2_RRTMGP_debug results .... Test 060 fv3_ccpp_gfs_v15p2_RRTMGP_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_gfs_v16beta_RRTMGP_debug_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_410437/fv3_ccpp_gfs_v16beta_RRTMGP_debug_prod +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_gfs_v16beta_RRTMGP_debug_ccpp +working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_333228/fv3_ccpp_gfs_v16beta_RRTMGP_debug_prod Checking test 061 fv3_ccpp_gfs_v16beta_RRTMGP_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -3362,8 +3344,8 @@ Checking test 061 fv3_ccpp_gfs_v16beta_RRTMGP_debug results .... Test 061 fv3_ccpp_gfs_v16beta_RRTMGP_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_gsd_debug_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_410437/fv3_ccpp_gsd_debug_prod +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_gsd_debug_ccpp +working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_333228/fv3_ccpp_gsd_debug_prod Checking test 062 fv3_ccpp_gsd_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -3430,8 +3412,8 @@ Checking test 062 fv3_ccpp_gsd_debug results .... Test 062 fv3_ccpp_gsd_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_gsd_diag3d_debug_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_410437/fv3_ccpp_gsd_diag3d_debug_prod +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_gsd_diag3d_debug_ccpp +working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_333228/fv3_ccpp_gsd_diag3d_debug_prod Checking test 063 fv3_ccpp_gsd_diag3d_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -3498,8 +3480,8 @@ Checking test 063 fv3_ccpp_gsd_diag3d_debug results .... Test 063 fv3_ccpp_gsd_diag3d_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_thompson_debug_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_410437/fv3_ccpp_thompson_debug_prod +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_thompson_debug_ccpp +working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_333228/fv3_ccpp_thompson_debug_prod Checking test 064 fv3_ccpp_thompson_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -3566,8 +3548,8 @@ Checking test 064 fv3_ccpp_thompson_debug results .... Test 064 fv3_ccpp_thompson_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_thompson_no_aero_debug_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_410437/fv3_ccpp_thompson_no_aero_debug_prod +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_thompson_no_aero_debug_ccpp +working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_333228/fv3_ccpp_thompson_no_aero_debug_prod Checking test 065 fv3_ccpp_thompson_no_aero_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -3634,8 +3616,8 @@ Checking test 065 fv3_ccpp_thompson_no_aero_debug results .... Test 065 fv3_ccpp_thompson_no_aero_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_rrfs_v1beta_debug_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_410437/fv3_ccpp_rrfs_v1beta_debug_prod +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_rrfs_v1beta_debug_ccpp +working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_333228/fv3_ccpp_rrfs_v1beta_debug_prod Checking test 066 fv3_ccpp_rrfs_v1beta_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -3702,8 +3684,8 @@ Checking test 066 fv3_ccpp_rrfs_v1beta_debug results .... Test 066 fv3_ccpp_rrfs_v1beta_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/HAFS_v0_HWRF_thompson_debug_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_410437/fv3_ccpp_HAFS_v0_hwrf_thompson_debug_prod +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/HAFS_v0_HWRF_thompson_debug_ccpp +working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_333228/fv3_ccpp_HAFS_v0_hwrf_thompson_debug_prod Checking test 067 fv3_ccpp_HAFS_v0_hwrf_thompson_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -3770,8 +3752,8 @@ Checking test 067 fv3_ccpp_HAFS_v0_hwrf_thompson_debug results .... Test 067 fv3_ccpp_HAFS_v0_hwrf_thompson_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/ESG_HAFS_v0_HWRF_thompson_debug_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_410437/fv3_ccpp_esg_HAFS_v0_hwrf_thompson_debug_prod +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/ESG_HAFS_v0_HWRF_thompson_debug_ccpp +working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_333228/fv3_ccpp_esg_HAFS_v0_hwrf_thompson_debug_prod Checking test 068 fv3_ccpp_esg_HAFS_v0_hwrf_thompson_debug results .... Comparing atmos_4xdaily.nc .........OK Comparing phyf000.nc .........OK @@ -3788,8 +3770,8 @@ Checking test 068 fv3_ccpp_esg_HAFS_v0_hwrf_thompson_debug results .... Test 068 fv3_ccpp_esg_HAFS_v0_hwrf_thompson_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/cpld_control_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_410437/cpld_control_prod +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/cpld_control_ccpp +working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_333228/cpld_control_prod Checking test 069 cpld_control results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -3841,8 +3823,8 @@ Checking test 069 cpld_control results .... Test 069 cpld_control PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/cpld_control_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_410437/cpld_restart_prod +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/cpld_control_ccpp +working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_333228/cpld_restart_prod Checking test 070 cpld_restart results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -3894,8 +3876,8 @@ Checking test 070 cpld_restart results .... Test 070 cpld_restart PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/cpld_controlfrac_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_410437/cpld_controlfrac_prod +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/cpld_controlfrac_ccpp +working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_333228/cpld_controlfrac_prod Checking test 071 cpld_controlfrac results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -3947,8 +3929,8 @@ Checking test 071 cpld_controlfrac results .... Test 071 cpld_controlfrac PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/cpld_controlfrac_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_410437/cpld_restartfrac_prod +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/cpld_controlfrac_ccpp +working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_333228/cpld_restartfrac_prod Checking test 072 cpld_restartfrac results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -4000,8 +3982,8 @@ Checking test 072 cpld_restartfrac results .... Test 072 cpld_restartfrac PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/cpld_control_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_410437/cpld_2threads_prod +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/cpld_control_ccpp +working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_333228/cpld_2threads_prod Checking test 073 cpld_2threads results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -4053,8 +4035,8 @@ Checking test 073 cpld_2threads results .... Test 073 cpld_2threads PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/cpld_control_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_410437/cpld_decomp_prod +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/cpld_control_ccpp +working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_333228/cpld_decomp_prod Checking test 074 cpld_decomp results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -4106,8 +4088,8 @@ Checking test 074 cpld_decomp results .... Test 074 cpld_decomp PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/cpld_satmedmf_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_410437/cpld_satmedmf_prod +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/cpld_satmedmf_ccpp +working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_333228/cpld_satmedmf_prod Checking test 075 cpld_satmedmf results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -4159,8 +4141,8 @@ Checking test 075 cpld_satmedmf results .... Test 075 cpld_satmedmf PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/cpld_ca_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_410437/cpld_ca_prod +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/cpld_ca_ccpp +working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_333228/cpld_ca_prod Checking test 076 cpld_ca results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -4212,8 +4194,8 @@ Checking test 076 cpld_ca results .... Test 076 cpld_ca PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/cpld_control_c192_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_410437/cpld_control_c192_prod +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/cpld_control_c192_ccpp +working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_333228/cpld_control_c192_prod Checking test 077 cpld_control_c192 results .... Comparing phyf048.tile1.nc .........OK Comparing phyf048.tile2.nc .........OK @@ -4265,8 +4247,8 @@ Checking test 077 cpld_control_c192 results .... Test 077 cpld_control_c192 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/cpld_control_c192_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_410437/cpld_restart_c192_prod +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/cpld_control_c192_ccpp +working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_333228/cpld_restart_c192_prod Checking test 078 cpld_restart_c192 results .... Comparing phyf048.tile1.nc .........OK Comparing phyf048.tile2.nc .........OK @@ -4318,8 +4300,8 @@ Checking test 078 cpld_restart_c192 results .... Test 078 cpld_restart_c192 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/cpld_controlfrac_c192_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_410437/cpld_controlfrac_c192_prod +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/cpld_controlfrac_c192_ccpp +working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_333228/cpld_controlfrac_c192_prod Checking test 079 cpld_controlfrac_c192 results .... Comparing phyf048.tile1.nc .........OK Comparing phyf048.tile2.nc .........OK @@ -4371,8 +4353,8 @@ Checking test 079 cpld_controlfrac_c192 results .... Test 079 cpld_controlfrac_c192 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/cpld_controlfrac_c192_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_410437/cpld_restartfrac_c192_prod +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/cpld_controlfrac_c192_ccpp +working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_333228/cpld_restartfrac_c192_prod Checking test 080 cpld_restartfrac_c192 results .... Comparing phyf048.tile1.nc .........OK Comparing phyf048.tile2.nc .........OK @@ -4424,8 +4406,8 @@ Checking test 080 cpld_restartfrac_c192 results .... Test 080 cpld_restartfrac_c192 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/cpld_control_c384_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_410437/cpld_control_c384_prod +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/cpld_control_c384_ccpp +working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_333228/cpld_control_c384_prod Checking test 081 cpld_control_c384 results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -4480,8 +4462,8 @@ Checking test 081 cpld_control_c384 results .... Test 081 cpld_control_c384 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/cpld_control_c384_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_410437/cpld_restart_c384_prod +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/cpld_control_c384_ccpp +working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_333228/cpld_restart_c384_prod Checking test 082 cpld_restart_c384 results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -4536,8 +4518,8 @@ Checking test 082 cpld_restart_c384 results .... Test 082 cpld_restart_c384 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/cpld_controlfrac_c384_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_410437/cpld_controlfrac_c384_prod +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/cpld_controlfrac_c384_ccpp +working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_333228/cpld_controlfrac_c384_prod Checking test 083 cpld_controlfrac_c384 results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -4592,8 +4574,8 @@ Checking test 083 cpld_controlfrac_c384 results .... Test 083 cpld_controlfrac_c384 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/cpld_controlfrac_c384_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_410437/cpld_restartfrac_c384_prod +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/cpld_controlfrac_c384_ccpp +working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_333228/cpld_restartfrac_c384_prod Checking test 084 cpld_restartfrac_c384 results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -4648,8 +4630,8 @@ Checking test 084 cpld_restartfrac_c384 results .... Test 084 cpld_restartfrac_c384 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/cpld_bmark_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_410437/cpld_bmark_prod +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/cpld_bmark_ccpp +working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_333228/cpld_bmark_prod Checking test 085 cpld_bmark results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -4704,8 +4686,8 @@ Checking test 085 cpld_bmark results .... Test 085 cpld_bmark PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/cpld_bmark_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_410437/cpld_restart_bmark_prod +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/cpld_bmark_ccpp +working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_333228/cpld_restart_bmark_prod Checking test 086 cpld_restart_bmark results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -4760,8 +4742,8 @@ Checking test 086 cpld_restart_bmark results .... Test 086 cpld_restart_bmark PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/cpld_bmarkfrac_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_410437/cpld_bmarkfrac_prod +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/cpld_bmarkfrac_ccpp +working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_333228/cpld_bmarkfrac_prod Checking test 087 cpld_bmarkfrac results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -4816,8 +4798,8 @@ Checking test 087 cpld_bmarkfrac results .... Test 087 cpld_bmarkfrac PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/cpld_bmarkfrac_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_410437/cpld_restart_bmarkfrac_prod +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/cpld_bmarkfrac_ccpp +working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_333228/cpld_restart_bmarkfrac_prod Checking test 088 cpld_restart_bmarkfrac results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -4872,8 +4854,8 @@ Checking test 088 cpld_restart_bmarkfrac results .... Test 088 cpld_restart_bmarkfrac PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/cpld_bmarkfrac_v16_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_410437/cpld_bmarkfrac_v16_prod +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/cpld_bmarkfrac_v16_ccpp +working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_333228/cpld_bmarkfrac_v16_prod Checking test 089 cpld_bmarkfrac_v16 results .... Comparing phyf012.tile1.nc .........OK Comparing phyf012.tile2.nc .........OK @@ -4928,8 +4910,8 @@ Checking test 089 cpld_bmarkfrac_v16 results .... Test 089 cpld_bmarkfrac_v16 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/cpld_bmarkfrac_v16_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_410437/cpld_restart_bmarkfrac_v16_prod +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/cpld_bmarkfrac_v16_ccpp +working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_333228/cpld_restart_bmarkfrac_v16_prod Checking test 090 cpld_restart_bmarkfrac_v16 results .... Comparing phyf012.tile1.nc .........OK Comparing phyf012.tile2.nc .........OK @@ -4984,8 +4966,8 @@ Checking test 090 cpld_restart_bmarkfrac_v16 results .... Test 090 cpld_restart_bmarkfrac_v16 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/cpld_bmark_wave_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_410437/cpld_bmark_wave_prod +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/cpld_bmark_wave_ccpp +working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_333228/cpld_bmark_wave_prod Checking test 091 cpld_bmark_wave results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -5043,8 +5025,8 @@ Checking test 091 cpld_bmark_wave results .... Test 091 cpld_bmark_wave PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/cpld_bmarkfrac_wave_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_410437/cpld_bmarkfrac_wave_prod +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/cpld_bmarkfrac_wave_ccpp +working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_333228/cpld_bmarkfrac_wave_prod Checking test 092 cpld_bmarkfrac_wave results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -5102,8 +5084,8 @@ Checking test 092 cpld_bmarkfrac_wave results .... Test 092 cpld_bmarkfrac_wave PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/cpld_bmarkfrac_wave_v16_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_410437/cpld_bmarkfrac_wave_v16_prod +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/cpld_bmarkfrac_wave_v16_ccpp +working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_333228/cpld_bmarkfrac_wave_v16_prod Checking test 093 cpld_bmarkfrac_wave_v16 results .... Comparing phyf012.tile1.nc .........OK Comparing phyf012.tile2.nc .........OK @@ -5161,8 +5143,8 @@ Checking test 093 cpld_bmarkfrac_wave_v16 results .... Test 093 cpld_bmarkfrac_wave_v16 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/cpld_debug_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_410437/cpld_debug_prod +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/cpld_debug_ccpp +working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_333228/cpld_debug_prod Checking test 094 cpld_debug results .... Comparing phyf006.tile1.nc .........OK Comparing phyf006.tile2.nc .........OK @@ -5214,8 +5196,8 @@ Checking test 094 cpld_debug results .... Test 094 cpld_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/cpld_debugfrac_ccpp -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_410437/cpld_debugfrac_prod +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/cpld_debugfrac_ccpp +working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_333228/cpld_debugfrac_prod Checking test 095 cpld_debugfrac results .... Comparing phyf006.tile1.nc .........OK Comparing phyf006.tile2.nc .........OK @@ -5267,8 +5249,8 @@ Checking test 095 cpld_debugfrac results .... Test 095 cpld_debugfrac PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/datm_control_cfsr -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_410437/datm_control_cfsr +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/datm_control_cfsr +working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_333228/datm_control_cfsr Checking test 096 datm_control_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK @@ -5276,8 +5258,8 @@ Checking test 096 datm_control_cfsr results .... Test 096 datm_control_cfsr PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/datm_control_cfsr -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_410437/datm_restart_cfsr +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/datm_control_cfsr +working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_333228/datm_restart_cfsr Checking test 097 datm_restart_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK @@ -5285,8 +5267,8 @@ Checking test 097 datm_restart_cfsr results .... Test 097 datm_restart_cfsr PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/datm_control_gefs -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_410437/datm_control_gefs +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/datm_control_gefs +working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_333228/datm_control_gefs Checking test 098 datm_control_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK @@ -5294,8 +5276,8 @@ Checking test 098 datm_control_gefs results .... Test 098 datm_control_gefs PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/datm_bulk_cfsr -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_410437/datm_bulk_cfsr +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/datm_bulk_cfsr +working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_333228/datm_bulk_cfsr Checking test 099 datm_bulk_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK @@ -5303,8 +5285,8 @@ Checking test 099 datm_bulk_cfsr results .... Test 099 datm_bulk_cfsr PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/datm_bulk_gefs -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_410437/datm_bulk_gefs +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/datm_bulk_gefs +working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_333228/datm_bulk_gefs Checking test 100 datm_bulk_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK @@ -5312,8 +5294,8 @@ Checking test 100 datm_bulk_gefs results .... Test 100 datm_bulk_gefs PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/datm_mx025_cfsr -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_410437/datm_mx025_cfsr +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/datm_mx025_cfsr +working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_333228/datm_mx025_cfsr Checking test 101 datm_mx025_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK @@ -5324,8 +5306,8 @@ Checking test 101 datm_mx025_cfsr results .... Test 101 datm_mx025_cfsr PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/datm_mx025_gefs -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_410437/datm_mx025_gefs +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/datm_mx025_gefs +working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_333228/datm_mx025_gefs Checking test 102 datm_mx025_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK @@ -5336,8 +5318,8 @@ Checking test 102 datm_mx025_gefs results .... Test 102 datm_mx025_gefs PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/INTEL/datm_debug_cfsr -working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_410437/datm_debug_cfsr +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/INTEL/datm_debug_cfsr +working dir = /work/noaa/stmp/junwang/stmp/junwang/FV3_RT/rt_333228/datm_debug_cfsr Checking test 103 datm_debug_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-01-21600.nc .........OK @@ -5346,5 +5328,5 @@ Test 103 datm_debug_cfsr PASS REGRESSION TEST WAS SUCCESSFUL -Thu Jan 21 14:27:59 CST 2021 -Elapsed time: 01h:32m:32s. Have a nice day! +Sat Jan 23 22:05:47 CST 2021 +Elapsed time: 01h:26m:53s. Have a nice day! diff --git a/tests/RegressionTests_wcoss_cray.log b/tests/RegressionTests_wcoss_cray.log index b70ec3f67b..48f4f39e66 100644 --- a/tests/RegressionTests_wcoss_cray.log +++ b/tests/RegressionTests_wcoss_cray.log @@ -1,9 +1,9 @@ -Fri Jan 22 13:41:33 UTC 2021 +Sun Jan 24 04:17:22 UTC 2021 Start Regression test -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_control_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_30408/fv3_ccpp_control_prod +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_control_ccpp +working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_36948/fv3_ccpp_control_prod Checking test 001 fv3_ccpp_control results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -23,12 +23,6 @@ Checking test 001 fv3_ccpp_control results .... Comparing phyf024.tile4.nc .........OK Comparing phyf024.tile5.nc .........OK Comparing phyf024.tile6.nc .........OK - Comparing phyf048.tile1.nc .........OK - Comparing phyf048.tile2.nc .........OK - Comparing phyf048.tile3.nc .........OK - Comparing phyf048.tile4.nc .........OK - Comparing phyf048.tile5.nc .........OK - Comparing phyf048.tile6.nc .........OK Comparing dynf000.tile1.nc .........OK Comparing dynf000.tile2.nc .........OK Comparing dynf000.tile3.nc .........OK @@ -41,12 +35,6 @@ Checking test 001 fv3_ccpp_control results .... Comparing dynf024.tile4.nc .........OK Comparing dynf024.tile5.nc .........OK Comparing dynf024.tile6.nc .........OK - Comparing dynf048.tile1.nc .........OK - Comparing dynf048.tile2.nc .........OK - Comparing dynf048.tile3.nc .........OK - Comparing dynf048.tile4.nc .........OK - Comparing dynf048.tile5.nc .........OK - Comparing dynf048.tile6.nc .........OK Comparing RESTART/coupler.res .........OK Comparing RESTART/fv_core.res.nc .........OK Comparing RESTART/fv_core.res.tile1.nc .........OK @@ -82,8 +70,8 @@ Checking test 001 fv3_ccpp_control results .... Test 001 fv3_ccpp_control PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_control_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_30408/fv3_ccpp_decomp_prod +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_control_ccpp +working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_36948/fv3_ccpp_decomp_prod Checking test 002 fv3_ccpp_decomp results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -150,8 +138,8 @@ Checking test 002 fv3_ccpp_decomp results .... Test 002 fv3_ccpp_decomp PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_control_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_30408/fv3_ccpp_2threads_prod +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_control_ccpp +working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_36948/fv3_ccpp_2threads_prod Checking test 003 fv3_ccpp_2threads results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -218,27 +206,21 @@ Checking test 003 fv3_ccpp_2threads results .... Test 003 fv3_ccpp_2threads PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_control_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_30408/fv3_ccpp_restart_prod +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_control_ccpp +working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_36948/fv3_ccpp_restart_prod Checking test 004 fv3_ccpp_restart results .... - Comparing atmos_4xdaily.tile1.nc ............ALT CHECK......OK - Comparing atmos_4xdaily.tile2.nc ............ALT CHECK......OK - Comparing atmos_4xdaily.tile3.nc ............ALT CHECK......OK - Comparing atmos_4xdaily.tile4.nc ............ALT CHECK......OK - Comparing atmos_4xdaily.tile5.nc ............ALT CHECK......OK - Comparing atmos_4xdaily.tile6.nc ............ALT CHECK......OK - Comparing phyf048.tile1.nc .........OK - Comparing phyf048.tile2.nc .........OK - Comparing phyf048.tile3.nc .........OK - Comparing phyf048.tile4.nc .........OK - Comparing phyf048.tile5.nc .........OK - Comparing phyf048.tile6.nc .........OK - Comparing dynf048.tile1.nc .........OK - Comparing dynf048.tile2.nc .........OK - Comparing dynf048.tile3.nc .........OK - Comparing dynf048.tile4.nc .........OK - Comparing dynf048.tile5.nc .........OK - Comparing dynf048.tile6.nc .........OK + Comparing phyf024.tile1.nc .........OK + Comparing phyf024.tile2.nc .........OK + Comparing phyf024.tile3.nc .........OK + Comparing phyf024.tile4.nc .........OK + Comparing phyf024.tile5.nc .........OK + Comparing phyf024.tile6.nc .........OK + Comparing dynf024.tile1.nc .........OK + Comparing dynf024.tile2.nc .........OK + Comparing dynf024.tile3.nc .........OK + Comparing dynf024.tile4.nc .........OK + Comparing dynf024.tile5.nc .........OK + Comparing dynf024.tile6.nc .........OK Comparing RESTART/coupler.res .........OK Comparing RESTART/fv_core.res.nc .........OK Comparing RESTART/fv_core.res.tile1.nc .........OK @@ -274,8 +256,8 @@ Checking test 004 fv3_ccpp_restart results .... Test 004 fv3_ccpp_restart PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_read_inc_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_30408/fv3_ccpp_read_inc_prod +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_read_inc_ccpp +working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_36948/fv3_ccpp_read_inc_prod Checking test 005 fv3_ccpp_read_inc results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -342,8 +324,8 @@ Checking test 005 fv3_ccpp_read_inc results .... Test 005 fv3_ccpp_read_inc PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_wrtGauss_netcdf_esmf_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_30408/fv3_ccpp_wrtGauss_netcdf_esmf_prod +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_wrtGauss_netcdf_esmf_ccpp +working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_36948/fv3_ccpp_wrtGauss_netcdf_esmf_prod Checking test 006 fv3_ccpp_wrtGauss_netcdf_esmf results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -390,8 +372,8 @@ Checking test 006 fv3_ccpp_wrtGauss_netcdf_esmf results .... Test 006 fv3_ccpp_wrtGauss_netcdf_esmf PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_wrtGauss_netcdf_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_30408/fv3_ccpp_wrtGauss_netcdf_prod +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_wrtGauss_netcdf_ccpp +working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_36948/fv3_ccpp_wrtGauss_netcdf_prod Checking test 007 fv3_ccpp_wrtGauss_netcdf results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -438,8 +420,8 @@ Checking test 007 fv3_ccpp_wrtGauss_netcdf results .... Test 007 fv3_ccpp_wrtGauss_netcdf PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_wrtGauss_netcdf_parallel_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_30408/fv3_ccpp_wrtGauss_netcdf_parallel_prod +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_wrtGauss_netcdf_parallel_ccpp +working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_36948/fv3_ccpp_wrtGauss_netcdf_parallel_prod Checking test 008 fv3_ccpp_wrtGauss_netcdf_parallel results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -486,8 +468,8 @@ Checking test 008 fv3_ccpp_wrtGauss_netcdf_parallel results .... Test 008 fv3_ccpp_wrtGauss_netcdf_parallel PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_wrtGlatlon_netcdf_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_30408/fv3_ccpp_wrtGlatlon_netcdf_prod +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_wrtGlatlon_netcdf_ccpp +working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_36948/fv3_ccpp_wrtGlatlon_netcdf_prod Checking test 009 fv3_ccpp_wrtGlatlon_netcdf results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -534,8 +516,8 @@ Checking test 009 fv3_ccpp_wrtGlatlon_netcdf results .... Test 009 fv3_ccpp_wrtGlatlon_netcdf PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_wrtGauss_nemsio_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_30408/fv3_ccpp_wrtGauss_nemsio_prod +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_wrtGauss_nemsio_ccpp +working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_36948/fv3_ccpp_wrtGauss_nemsio_prod Checking test 010 fv3_ccpp_wrtGauss_nemsio results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -582,8 +564,8 @@ Checking test 010 fv3_ccpp_wrtGauss_nemsio results .... Test 010 fv3_ccpp_wrtGauss_nemsio PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_wrtGauss_nemsio_c192_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_30408/fv3_ccpp_wrtGauss_nemsio_c192_prod +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_wrtGauss_nemsio_c192_ccpp +working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_36948/fv3_ccpp_wrtGauss_nemsio_c192_prod Checking test 011 fv3_ccpp_wrtGauss_nemsio_c192 results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -630,8 +612,8 @@ Checking test 011 fv3_ccpp_wrtGauss_nemsio_c192 results .... Test 011 fv3_ccpp_wrtGauss_nemsio_c192 PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_stochy_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_30408/fv3_ccpp_stochy_prod +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_stochy_ccpp +working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_36948/fv3_ccpp_stochy_prod Checking test 012 fv3_ccpp_stochy results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -698,8 +680,8 @@ Checking test 012 fv3_ccpp_stochy results .... Test 012 fv3_ccpp_stochy PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_ca_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_30408/fv3_ccpp_ca_prod +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_ca_ccpp +working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_36948/fv3_ccpp_ca_prod Checking test 013 fv3_ccpp_ca results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -766,8 +748,8 @@ Checking test 013 fv3_ccpp_ca results .... Test 013 fv3_ccpp_ca PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_lndp_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_30408/fv3_ccpp_lndp_prod +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_lndp_ccpp +working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_36948/fv3_ccpp_lndp_prod Checking test 014 fv3_ccpp_lndp results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -834,8 +816,8 @@ Checking test 014 fv3_ccpp_lndp results .... Test 014 fv3_ccpp_lndp PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_iau_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_30408/fv3_ccpp_iau_prod +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_iau_ccpp +working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_36948/fv3_ccpp_iau_prod Checking test 015 fv3_ccpp_iau results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -902,8 +884,8 @@ Checking test 015 fv3_ccpp_iau results .... Test 015 fv3_ccpp_iau PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_lheatstrg_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_30408/fv3_ccpp_lheatstrg_prod +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_lheatstrg_ccpp +working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_36948/fv3_ccpp_lheatstrg_prod Checking test 016 fv3_ccpp_lheatstrg results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -950,8 +932,8 @@ Checking test 016 fv3_ccpp_lheatstrg results .... Test 016 fv3_ccpp_lheatstrg PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_multigases_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_30408/fv3_ccpp_multigases_prod +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_multigases_ccpp +working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_36948/fv3_ccpp_multigases_prod Checking test 017 fv3_ccpp_multigases results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1024,8 +1006,8 @@ Checking test 017 fv3_ccpp_multigases results .... Test 017 fv3_ccpp_multigases PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_control_32bit_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_30408/fv3_ccpp_control_32bit_prod +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_control_32bit_ccpp +working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_36948/fv3_ccpp_control_32bit_prod Checking test 018 fv3_ccpp_control_32bit results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1092,8 +1074,8 @@ Checking test 018 fv3_ccpp_control_32bit results .... Test 018 fv3_ccpp_control_32bit PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_stretched_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_30408/fv3_ccpp_stretched_prod +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_stretched_ccpp +working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_36948/fv3_ccpp_stretched_prod Checking test 019 fv3_ccpp_stretched results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1148,8 +1130,8 @@ Checking test 019 fv3_ccpp_stretched results .... Test 019 fv3_ccpp_stretched PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_stretched_nest_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_30408/fv3_ccpp_stretched_nest_prod +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_stretched_nest_ccpp +working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_36948/fv3_ccpp_stretched_nest_prod Checking test 020 fv3_ccpp_stretched_nest results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1215,8 +1197,8 @@ Checking test 020 fv3_ccpp_stretched_nest results .... Test 020 fv3_ccpp_stretched_nest PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_regional_control_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_30408/fv3_ccpp_regional_control_prod +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_regional_control_ccpp +working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_36948/fv3_ccpp_regional_control_prod Checking test 021 fv3_ccpp_regional_control results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK @@ -1226,8 +1208,8 @@ Checking test 021 fv3_ccpp_regional_control results .... Test 021 fv3_ccpp_regional_control PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_regional_restart_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_30408/fv3_ccpp_regional_restart_prod +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_regional_restart_ccpp +working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_36948/fv3_ccpp_regional_restart_prod Checking test 022 fv3_ccpp_regional_restart results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK @@ -1235,8 +1217,8 @@ Checking test 022 fv3_ccpp_regional_restart results .... Test 022 fv3_ccpp_regional_restart PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_regional_quilt_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_30408/fv3_ccpp_regional_quilt_prod +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_regional_quilt_ccpp +working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_36948/fv3_ccpp_regional_quilt_prod Checking test 023 fv3_ccpp_regional_quilt results .... Comparing atmos_4xdaily.nc .........OK Comparing dynf000.nc .........OK @@ -1246,8 +1228,8 @@ Checking test 023 fv3_ccpp_regional_quilt results .... Test 023 fv3_ccpp_regional_quilt PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_regional_quilt_netcdf_parallel_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_30408/fv3_ccpp_regional_quilt_netcdf_parallel_prod +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_regional_quilt_netcdf_parallel_ccpp +working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_36948/fv3_ccpp_regional_quilt_netcdf_parallel_prod Checking test 024 fv3_ccpp_regional_quilt_netcdf_parallel results .... Comparing atmos_4xdaily.nc .........OK Comparing dynf000.nc .........OK @@ -1257,8 +1239,8 @@ Checking test 024 fv3_ccpp_regional_quilt_netcdf_parallel results .... Test 024 fv3_ccpp_regional_quilt_netcdf_parallel PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_control_debug_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_30408/fv3_ccpp_control_debug_prod +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_control_debug_ccpp +working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_36948/fv3_ccpp_control_debug_prod Checking test 025 fv3_ccpp_control_debug results .... Comparing phyf000.tile1.nc .........OK Comparing phyf000.tile2.nc .........OK @@ -1287,8 +1269,8 @@ Checking test 025 fv3_ccpp_control_debug results .... Test 025 fv3_ccpp_control_debug PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_stretched_nest_debug_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_30408/fv3_ccpp_stretched_nest_debug_prod +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_stretched_nest_debug_ccpp +working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_36948/fv3_ccpp_stretched_nest_debug_prod Checking test 026 fv3_ccpp_stretched_nest_debug results .... Comparing fv3_history2d.nest02.tile7.nc .........OK Comparing fv3_history2d.tile1.nc .........OK @@ -1307,8 +1289,8 @@ Checking test 026 fv3_ccpp_stretched_nest_debug results .... Test 026 fv3_ccpp_stretched_nest_debug PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_gfdlmp_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_30408/fv3_ccpp_gfdlmp_prod +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_gfdlmp_ccpp +working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_36948/fv3_ccpp_gfdlmp_prod Checking test 027 fv3_ccpp_gfdlmp results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1355,8 +1337,8 @@ Checking test 027 fv3_ccpp_gfdlmp results .... Test 027 fv3_ccpp_gfdlmp PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_gfdlmprad_gwd_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_30408/fv3_ccpp_gfdlmprad_gwd_prod +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_gfdlmprad_gwd_ccpp +working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_36948/fv3_ccpp_gfdlmprad_gwd_prod Checking test 028 fv3_ccpp_gfdlmprad_gwd results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1403,8 +1385,8 @@ Checking test 028 fv3_ccpp_gfdlmprad_gwd results .... Test 028 fv3_ccpp_gfdlmprad_gwd PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_gfdlmprad_noahmp_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_30408/fv3_ccpp_gfdlmprad_noahmp_prod +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_gfdlmprad_noahmp_ccpp +working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_36948/fv3_ccpp_gfdlmprad_noahmp_prod Checking test 029 fv3_ccpp_gfdlmprad_noahmp results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1451,8 +1433,8 @@ Checking test 029 fv3_ccpp_gfdlmprad_noahmp results .... Test 029 fv3_ccpp_gfdlmprad_noahmp PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_csawmg_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_30408/fv3_ccpp_csawmg_prod +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_csawmg_ccpp +working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_36948/fv3_ccpp_csawmg_prod Checking test 030 fv3_ccpp_csawmg results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1499,8 +1481,8 @@ Checking test 030 fv3_ccpp_csawmg results .... Test 030 fv3_ccpp_csawmg PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_satmedmf_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_30408/fv3_ccpp_satmedmf_prod +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_satmedmf_ccpp +working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_36948/fv3_ccpp_satmedmf_prod Checking test 031 fv3_ccpp_satmedmf results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1547,8 +1529,8 @@ Checking test 031 fv3_ccpp_satmedmf results .... Test 031 fv3_ccpp_satmedmf PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_satmedmfq_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_30408/fv3_ccpp_satmedmfq_prod +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_satmedmfq_ccpp +working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_36948/fv3_ccpp_satmedmfq_prod Checking test 032 fv3_ccpp_satmedmfq results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1595,8 +1577,8 @@ Checking test 032 fv3_ccpp_satmedmfq results .... Test 032 fv3_ccpp_satmedmfq PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_gfdlmp_32bit_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_30408/fv3_ccpp_gfdlmp_32bit_prod +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_gfdlmp_32bit_ccpp +working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_36948/fv3_ccpp_gfdlmp_32bit_prod Checking test 033 fv3_ccpp_gfdlmp_32bit results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1643,8 +1625,8 @@ Checking test 033 fv3_ccpp_gfdlmp_32bit results .... Test 033 fv3_ccpp_gfdlmp_32bit PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_gfdlmprad_32bit_post_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_30408/fv3_ccpp_gfdlmprad_32bit_post_prod +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_gfdlmprad_32bit_post_ccpp +working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_36948/fv3_ccpp_gfdlmprad_32bit_post_prod Checking test 034 fv3_ccpp_gfdlmprad_32bit_post results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1695,8 +1677,8 @@ Checking test 034 fv3_ccpp_gfdlmprad_32bit_post results .... Test 034 fv3_ccpp_gfdlmprad_32bit_post PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_cpt_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_30408/fv3_ccpp_cpt_prod +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_cpt_ccpp +working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_36948/fv3_ccpp_cpt_prod Checking test 035 fv3_ccpp_cpt results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1749,8 +1731,8 @@ Checking test 035 fv3_ccpp_cpt results .... Test 035 fv3_ccpp_cpt PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_gsd_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_30408/fv3_ccpp_gsd_prod +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_gsd_ccpp +working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_36948/fv3_ccpp_gsd_prod Checking test 036 fv3_ccpp_gsd results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1841,8 +1823,8 @@ Checking test 036 fv3_ccpp_gsd results .... Test 036 fv3_ccpp_gsd PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_rap_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_30408/fv3_ccpp_rap_prod +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_rap_ccpp +working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_36948/fv3_ccpp_rap_prod Checking test 037 fv3_ccpp_rap results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1909,8 +1891,8 @@ Checking test 037 fv3_ccpp_rap results .... Test 037 fv3_ccpp_rap PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_hrrr_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_30408/fv3_ccpp_hrrr_prod +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_hrrr_ccpp +working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_36948/fv3_ccpp_hrrr_prod Checking test 038 fv3_ccpp_hrrr results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1977,8 +1959,8 @@ Checking test 038 fv3_ccpp_hrrr results .... Test 038 fv3_ccpp_hrrr PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_thompson_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_30408/fv3_ccpp_thompson_prod +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_thompson_ccpp +working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_36948/fv3_ccpp_thompson_prod Checking test 039 fv3_ccpp_thompson results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2045,8 +2027,8 @@ Checking test 039 fv3_ccpp_thompson results .... Test 039 fv3_ccpp_thompson PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_thompson_no_aero_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_30408/fv3_ccpp_thompson_no_aero_prod +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_thompson_no_aero_ccpp +working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_36948/fv3_ccpp_thompson_no_aero_prod Checking test 040 fv3_ccpp_thompson_no_aero results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2113,8 +2095,8 @@ Checking test 040 fv3_ccpp_thompson_no_aero results .... Test 040 fv3_ccpp_thompson_no_aero PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_rrfs_v1beta_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_30408/fv3_ccpp_rrfs_v1beta_prod +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_rrfs_v1beta_ccpp +working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_36948/fv3_ccpp_rrfs_v1beta_prod Checking test 041 fv3_ccpp_rrfs_v1beta results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2181,8 +2163,8 @@ Checking test 041 fv3_ccpp_rrfs_v1beta results .... Test 041 fv3_ccpp_rrfs_v1beta PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_gfs_v15p2_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_30408/fv3_ccpp_gfs_v15p2_prod +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_gfs_v15p2_ccpp +working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_36948/fv3_ccpp_gfs_v15p2_prod Checking test 042 fv3_ccpp_gfs_v15p2 results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2249,8 +2231,8 @@ Checking test 042 fv3_ccpp_gfs_v15p2 results .... Test 042 fv3_ccpp_gfs_v15p2 PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_gfs_v16beta_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_30408/fv3_ccpp_gfs_v16beta_prod +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_gfs_v16beta_ccpp +working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_36948/fv3_ccpp_gfs_v16beta_prod Checking test 043 fv3_ccpp_gfs_v16beta results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2329,8 +2311,8 @@ Checking test 043 fv3_ccpp_gfs_v16beta results .... Test 043 fv3_ccpp_gfs_v16beta PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_gfs_v16beta_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_30408/fv3_ccpp_gfs_v16beta_restart_prod +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_gfs_v16beta_ccpp +working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_36948/fv3_ccpp_gfs_v16beta_restart_prod Checking test 044 fv3_ccpp_gfs_v16beta_restart results .... Comparing phyf048.tile1.nc .........OK Comparing phyf048.tile2.nc .........OK @@ -2379,8 +2361,8 @@ Checking test 044 fv3_ccpp_gfs_v16beta_restart results .... Test 044 fv3_ccpp_gfs_v16beta_restart PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_gfs_v16beta_stochy_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_30408/fv3_ccpp_gfs_v16beta_stochy_prod +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_gfs_v16beta_stochy_ccpp +working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_36948/fv3_ccpp_gfs_v16beta_stochy_prod Checking test 045 fv3_ccpp_gfs_v16beta_stochy results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2447,8 +2429,8 @@ Checking test 045 fv3_ccpp_gfs_v16beta_stochy results .... Test 045 fv3_ccpp_gfs_v16beta_stochy PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_gfs_v15p2_RRTMGP_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_30408/fv3_ccpp_gfs_v15p2_RRTMGP_prod +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_gfs_v15p2_RRTMGP_ccpp +working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_36948/fv3_ccpp_gfs_v15p2_RRTMGP_prod Checking test 046 fv3_ccpp_gfs_v15p2_RRTMGP results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2515,8 +2497,8 @@ Checking test 046 fv3_ccpp_gfs_v15p2_RRTMGP results .... Test 046 fv3_ccpp_gfs_v15p2_RRTMGP PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_gfs_v16beta_RRTMGP_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_30408/fv3_ccpp_gfs_v16beta_RRTMGP_prod +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_gfs_v16beta_RRTMGP_ccpp +working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_36948/fv3_ccpp_gfs_v16beta_RRTMGP_prod Checking test 047 fv3_ccpp_gfs_v16beta_RRTMGP results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2583,8 +2565,8 @@ Checking test 047 fv3_ccpp_gfs_v16beta_RRTMGP results .... Test 047 fv3_ccpp_gfs_v16beta_RRTMGP PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_gfs_v16_RRTMGP_c192L127_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_30408/fv3_ccpp_gfs_v16_RRTMGP_c192L127_prod +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_gfs_v16_RRTMGP_c192L127_ccpp +working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_36948/fv3_ccpp_gfs_v16_RRTMGP_c192L127_prod Checking test 048 fv3_ccpp_gfs_v16_RRTMGP_c192L127 results .... Comparing phyf000.tile1.nc .........OK Comparing phyf000.tile2.nc .........OK @@ -2645,8 +2627,8 @@ Checking test 048 fv3_ccpp_gfs_v16_RRTMGP_c192L127 results .... Test 048 fv3_ccpp_gfs_v16_RRTMGP_c192L127 PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_gfsv16_csawmg_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_30408/fv3_ccpp_gfsv16_csawmg_prod +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_gfsv16_csawmg_ccpp +working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_36948/fv3_ccpp_gfsv16_csawmg_prod Checking test 049 fv3_ccpp_gfsv16_csawmg results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2693,8 +2675,8 @@ Checking test 049 fv3_ccpp_gfsv16_csawmg results .... Test 049 fv3_ccpp_gfsv16_csawmg PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_gfsv16_csawmgt_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_30408/fv3_ccpp_gfsv16_csawmgt_prod +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_gfsv16_csawmgt_ccpp +working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_36948/fv3_ccpp_gfsv16_csawmgt_prod Checking test 050 fv3_ccpp_gfsv16_csawmgt results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2741,8 +2723,8 @@ Checking test 050 fv3_ccpp_gfsv16_csawmgt results .... Test 050 fv3_ccpp_gfsv16_csawmgt PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_gocart_clm_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_30408/fv3_ccpp_gocart_clm_prod +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_gocart_clm_ccpp +working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_36948/fv3_ccpp_gocart_clm_prod Checking test 051 fv3_ccpp_gocart_clm results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2789,8 +2771,8 @@ Checking test 051 fv3_ccpp_gocart_clm results .... Test 051 fv3_ccpp_gocart_clm PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_gfs_v16beta_flake_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_30408/fv3_ccpp_gfs_v16beta_flake_prod +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_gfs_v16beta_flake_ccpp +working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_36948/fv3_ccpp_gfs_v16beta_flake_prod Checking test 052 fv3_ccpp_gfs_v16beta_flake results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2857,8 +2839,8 @@ Checking test 052 fv3_ccpp_gfs_v16beta_flake results .... Test 052 fv3_ccpp_gfs_v16beta_flake PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/HAFS_v0_HWRF_thompson_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_30408/fv3_ccpp_HAFS_v0_hwrf_thompson_prod +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/HAFS_v0_HWRF_thompson_ccpp +working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_36948/fv3_ccpp_HAFS_v0_hwrf_thompson_prod Checking test 053 fv3_ccpp_HAFS_v0_hwrf_thompson results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2925,8 +2907,8 @@ Checking test 053 fv3_ccpp_HAFS_v0_hwrf_thompson results .... Test 053 fv3_ccpp_HAFS_v0_hwrf_thompson PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/ESG_HAFS_v0_HWRF_thompson_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_30408/fv3_ccpp_esg_HAFS_v0_hwrf_thompson_prod +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/ESG_HAFS_v0_HWRF_thompson_ccpp +working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_36948/fv3_ccpp_esg_HAFS_v0_hwrf_thompson_prod Checking test 054 fv3_ccpp_esg_HAFS_v0_hwrf_thompson results .... Comparing atmos_4xdaily.nc .........OK Comparing phyf000.nc .........OK @@ -2943,8 +2925,8 @@ Checking test 054 fv3_ccpp_esg_HAFS_v0_hwrf_thompson results .... Test 054 fv3_ccpp_esg_HAFS_v0_hwrf_thompson PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_gfs_v15p2_debug_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_30408/fv3_ccpp_gfs_v15p2_debug_prod +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_gfs_v15p2_debug_ccpp +working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_36948/fv3_ccpp_gfs_v15p2_debug_prod Checking test 055 fv3_ccpp_gfs_v15p2_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -3011,8 +2993,8 @@ Checking test 055 fv3_ccpp_gfs_v15p2_debug results .... Test 055 fv3_ccpp_gfs_v15p2_debug PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_gfs_v16beta_debug_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_30408/fv3_ccpp_gfs_v16beta_debug_prod +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_gfs_v16beta_debug_ccpp +working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_36948/fv3_ccpp_gfs_v16beta_debug_prod Checking test 056 fv3_ccpp_gfs_v16beta_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -3079,8 +3061,8 @@ Checking test 056 fv3_ccpp_gfs_v16beta_debug results .... Test 056 fv3_ccpp_gfs_v16beta_debug PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_gfs_v15p2_RRTMGP_debug_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_30408/fv3_ccpp_gfs_v15p2_RRTMGP_debug_prod +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_gfs_v15p2_RRTMGP_debug_ccpp +working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_36948/fv3_ccpp_gfs_v15p2_RRTMGP_debug_prod Checking test 057 fv3_ccpp_gfs_v15p2_RRTMGP_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -3147,8 +3129,8 @@ Checking test 057 fv3_ccpp_gfs_v15p2_RRTMGP_debug results .... Test 057 fv3_ccpp_gfs_v15p2_RRTMGP_debug PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_gfs_v16beta_RRTMGP_debug_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_30408/fv3_ccpp_gfs_v16beta_RRTMGP_debug_prod +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_gfs_v16beta_RRTMGP_debug_ccpp +working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_36948/fv3_ccpp_gfs_v16beta_RRTMGP_debug_prod Checking test 058 fv3_ccpp_gfs_v16beta_RRTMGP_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -3215,8 +3197,8 @@ Checking test 058 fv3_ccpp_gfs_v16beta_RRTMGP_debug results .... Test 058 fv3_ccpp_gfs_v16beta_RRTMGP_debug PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_gsd_debug_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_30408/fv3_ccpp_gsd_debug_prod +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_gsd_debug_ccpp +working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_36948/fv3_ccpp_gsd_debug_prod Checking test 059 fv3_ccpp_gsd_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -3283,8 +3265,8 @@ Checking test 059 fv3_ccpp_gsd_debug results .... Test 059 fv3_ccpp_gsd_debug PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_gsd_diag3d_debug_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_30408/fv3_ccpp_gsd_diag3d_debug_prod +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_gsd_diag3d_debug_ccpp +working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_36948/fv3_ccpp_gsd_diag3d_debug_prod Checking test 060 fv3_ccpp_gsd_diag3d_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -3351,8 +3333,8 @@ Checking test 060 fv3_ccpp_gsd_diag3d_debug results .... Test 060 fv3_ccpp_gsd_diag3d_debug PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_thompson_debug_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_30408/fv3_ccpp_thompson_debug_prod +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_thompson_debug_ccpp +working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_36948/fv3_ccpp_thompson_debug_prod Checking test 061 fv3_ccpp_thompson_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -3419,8 +3401,8 @@ Checking test 061 fv3_ccpp_thompson_debug results .... Test 061 fv3_ccpp_thompson_debug PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_thompson_no_aero_debug_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_30408/fv3_ccpp_thompson_no_aero_debug_prod +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_thompson_no_aero_debug_ccpp +working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_36948/fv3_ccpp_thompson_no_aero_debug_prod Checking test 062 fv3_ccpp_thompson_no_aero_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -3487,8 +3469,8 @@ Checking test 062 fv3_ccpp_thompson_no_aero_debug results .... Test 062 fv3_ccpp_thompson_no_aero_debug PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_rrfs_v1beta_debug_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_30408/fv3_ccpp_rrfs_v1beta_debug_prod +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_rrfs_v1beta_debug_ccpp +working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_36948/fv3_ccpp_rrfs_v1beta_debug_prod Checking test 063 fv3_ccpp_rrfs_v1beta_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -3555,8 +3537,8 @@ Checking test 063 fv3_ccpp_rrfs_v1beta_debug results .... Test 063 fv3_ccpp_rrfs_v1beta_debug PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/HAFS_v0_HWRF_thompson_debug_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_30408/fv3_ccpp_HAFS_v0_hwrf_thompson_debug_prod +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/HAFS_v0_HWRF_thompson_debug_ccpp +working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_36948/fv3_ccpp_HAFS_v0_hwrf_thompson_debug_prod Checking test 064 fv3_ccpp_HAFS_v0_hwrf_thompson_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -3623,8 +3605,8 @@ Checking test 064 fv3_ccpp_HAFS_v0_hwrf_thompson_debug results .... Test 064 fv3_ccpp_HAFS_v0_hwrf_thompson_debug PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/ESG_HAFS_v0_HWRF_thompson_debug_ccpp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_30408/fv3_ccpp_esg_HAFS_v0_hwrf_thompson_debug_prod +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/ESG_HAFS_v0_HWRF_thompson_debug_ccpp +working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_36948/fv3_ccpp_esg_HAFS_v0_hwrf_thompson_debug_prod Checking test 065 fv3_ccpp_esg_HAFS_v0_hwrf_thompson_debug results .... Comparing atmos_4xdaily.nc .........OK Comparing phyf000.nc .........OK @@ -3642,5 +3624,5 @@ Test 065 fv3_ccpp_esg_HAFS_v0_hwrf_thompson_debug PASS REGRESSION TEST WAS SUCCESSFUL -Fri Jan 22 14:22:03 UTC 2021 -Elapsed time: 00h:40m:30s. Have a nice day! +Sun Jan 24 05:01:04 UTC 2021 +Elapsed time: 00h:43m:42s. Have a nice day! diff --git a/tests/RegressionTests_wcoss_dell_p3.log b/tests/RegressionTests_wcoss_dell_p3.log index fc76d15d91..5b46978e49 100644 --- a/tests/RegressionTests_wcoss_dell_p3.log +++ b/tests/RegressionTests_wcoss_dell_p3.log @@ -1,9 +1,9 @@ -Thu Jan 21 19:02:39 UTC 2021 +Sun Jan 24 19:49:31 UTC 2021 Start Regression test -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_control_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_112461/fv3_ccpp_control_prod +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_control_ccpp +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_160923/fv3_ccpp_control_prod Checking test 001 fv3_ccpp_control results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -23,12 +23,6 @@ Checking test 001 fv3_ccpp_control results .... Comparing phyf024.tile4.nc .........OK Comparing phyf024.tile5.nc .........OK Comparing phyf024.tile6.nc .........OK - Comparing phyf048.tile1.nc .........OK - Comparing phyf048.tile2.nc .........OK - Comparing phyf048.tile3.nc .........OK - Comparing phyf048.tile4.nc .........OK - Comparing phyf048.tile5.nc .........OK - Comparing phyf048.tile6.nc .........OK Comparing dynf000.tile1.nc .........OK Comparing dynf000.tile2.nc .........OK Comparing dynf000.tile3.nc .........OK @@ -41,12 +35,6 @@ Checking test 001 fv3_ccpp_control results .... Comparing dynf024.tile4.nc .........OK Comparing dynf024.tile5.nc .........OK Comparing dynf024.tile6.nc .........OK - Comparing dynf048.tile1.nc .........OK - Comparing dynf048.tile2.nc .........OK - Comparing dynf048.tile3.nc .........OK - Comparing dynf048.tile4.nc .........OK - Comparing dynf048.tile5.nc .........OK - Comparing dynf048.tile6.nc .........OK Comparing RESTART/coupler.res .........OK Comparing RESTART/fv_core.res.nc .........OK Comparing RESTART/fv_core.res.tile1.nc .........OK @@ -82,8 +70,8 @@ Checking test 001 fv3_ccpp_control results .... Test 001 fv3_ccpp_control PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_control_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_112461/fv3_ccpp_decomp_prod +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_control_ccpp +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_160923/fv3_ccpp_decomp_prod Checking test 002 fv3_ccpp_decomp results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -150,8 +138,8 @@ Checking test 002 fv3_ccpp_decomp results .... Test 002 fv3_ccpp_decomp PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_control_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_112461/fv3_ccpp_2threads_prod +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_control_ccpp +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_160923/fv3_ccpp_2threads_prod Checking test 003 fv3_ccpp_2threads results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -218,27 +206,21 @@ Checking test 003 fv3_ccpp_2threads results .... Test 003 fv3_ccpp_2threads PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_control_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_112461/fv3_ccpp_restart_prod +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_control_ccpp +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_160923/fv3_ccpp_restart_prod Checking test 004 fv3_ccpp_restart results .... - Comparing atmos_4xdaily.tile1.nc ............ALT CHECK......OK - Comparing atmos_4xdaily.tile2.nc ............ALT CHECK......OK - Comparing atmos_4xdaily.tile3.nc ............ALT CHECK......OK - Comparing atmos_4xdaily.tile4.nc ............ALT CHECK......OK - Comparing atmos_4xdaily.tile5.nc ............ALT CHECK......OK - Comparing atmos_4xdaily.tile6.nc ............ALT CHECK......OK - Comparing phyf048.tile1.nc .........OK - Comparing phyf048.tile2.nc .........OK - Comparing phyf048.tile3.nc .........OK - Comparing phyf048.tile4.nc .........OK - Comparing phyf048.tile5.nc .........OK - Comparing phyf048.tile6.nc .........OK - Comparing dynf048.tile1.nc .........OK - Comparing dynf048.tile2.nc .........OK - Comparing dynf048.tile3.nc .........OK - Comparing dynf048.tile4.nc .........OK - Comparing dynf048.tile5.nc .........OK - Comparing dynf048.tile6.nc .........OK + Comparing phyf024.tile1.nc .........OK + Comparing phyf024.tile2.nc .........OK + Comparing phyf024.tile3.nc .........OK + Comparing phyf024.tile4.nc .........OK + Comparing phyf024.tile5.nc .........OK + Comparing phyf024.tile6.nc .........OK + Comparing dynf024.tile1.nc .........OK + Comparing dynf024.tile2.nc .........OK + Comparing dynf024.tile3.nc .........OK + Comparing dynf024.tile4.nc .........OK + Comparing dynf024.tile5.nc .........OK + Comparing dynf024.tile6.nc .........OK Comparing RESTART/coupler.res .........OK Comparing RESTART/fv_core.res.nc .........OK Comparing RESTART/fv_core.res.tile1.nc .........OK @@ -274,8 +256,8 @@ Checking test 004 fv3_ccpp_restart results .... Test 004 fv3_ccpp_restart PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_read_inc_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_112461/fv3_ccpp_read_inc_prod +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_read_inc_ccpp +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_160923/fv3_ccpp_read_inc_prod Checking test 005 fv3_ccpp_read_inc results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -342,8 +324,8 @@ Checking test 005 fv3_ccpp_read_inc results .... Test 005 fv3_ccpp_read_inc PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_wrtGauss_netcdf_esmf_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_112461/fv3_ccpp_wrtGauss_netcdf_esmf_prod +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_wrtGauss_netcdf_esmf_ccpp +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_160923/fv3_ccpp_wrtGauss_netcdf_esmf_prod Checking test 006 fv3_ccpp_wrtGauss_netcdf_esmf results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -390,8 +372,8 @@ Checking test 006 fv3_ccpp_wrtGauss_netcdf_esmf results .... Test 006 fv3_ccpp_wrtGauss_netcdf_esmf PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_wrtGauss_netcdf_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_112461/fv3_ccpp_wrtGauss_netcdf_prod +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_wrtGauss_netcdf_ccpp +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_160923/fv3_ccpp_wrtGauss_netcdf_prod Checking test 007 fv3_ccpp_wrtGauss_netcdf results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -438,8 +420,8 @@ Checking test 007 fv3_ccpp_wrtGauss_netcdf results .... Test 007 fv3_ccpp_wrtGauss_netcdf PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_wrtGauss_netcdf_parallel_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_112461/fv3_ccpp_wrtGauss_netcdf_parallel_prod +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_wrtGauss_netcdf_parallel_ccpp +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_160923/fv3_ccpp_wrtGauss_netcdf_parallel_prod Checking test 008 fv3_ccpp_wrtGauss_netcdf_parallel results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -448,9 +430,9 @@ Checking test 008 fv3_ccpp_wrtGauss_netcdf_parallel results .... Comparing atmos_4xdaily.tile5.nc .........OK Comparing atmos_4xdaily.tile6.nc .........OK Comparing phyf000.nc ............ALT CHECK......OK - Comparing phyf024.nc .........OK - Comparing dynf000.nc .........OK - Comparing dynf024.nc .........OK + Comparing phyf024.nc ............ALT CHECK......OK + Comparing dynf000.nc ............ALT CHECK......OK + Comparing dynf024.nc ............ALT CHECK......OK Comparing RESTART/coupler.res .........OK Comparing RESTART/fv_core.res.nc .........OK Comparing RESTART/fv_core.res.tile1.nc .........OK @@ -486,8 +468,8 @@ Checking test 008 fv3_ccpp_wrtGauss_netcdf_parallel results .... Test 008 fv3_ccpp_wrtGauss_netcdf_parallel PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_wrtGlatlon_netcdf_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_112461/fv3_ccpp_wrtGlatlon_netcdf_prod +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_wrtGlatlon_netcdf_ccpp +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_160923/fv3_ccpp_wrtGlatlon_netcdf_prod Checking test 009 fv3_ccpp_wrtGlatlon_netcdf results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -534,8 +516,8 @@ Checking test 009 fv3_ccpp_wrtGlatlon_netcdf results .... Test 009 fv3_ccpp_wrtGlatlon_netcdf PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_wrtGauss_nemsio_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_112461/fv3_ccpp_wrtGauss_nemsio_prod +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_wrtGauss_nemsio_ccpp +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_160923/fv3_ccpp_wrtGauss_nemsio_prod Checking test 010 fv3_ccpp_wrtGauss_nemsio results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -582,8 +564,8 @@ Checking test 010 fv3_ccpp_wrtGauss_nemsio results .... Test 010 fv3_ccpp_wrtGauss_nemsio PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_wrtGauss_nemsio_c192_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_112461/fv3_ccpp_wrtGauss_nemsio_c192_prod +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_wrtGauss_nemsio_c192_ccpp +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_160923/fv3_ccpp_wrtGauss_nemsio_c192_prod Checking test 011 fv3_ccpp_wrtGauss_nemsio_c192 results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -630,8 +612,8 @@ Checking test 011 fv3_ccpp_wrtGauss_nemsio_c192 results .... Test 011 fv3_ccpp_wrtGauss_nemsio_c192 PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_stochy_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_112461/fv3_ccpp_stochy_prod +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_stochy_ccpp +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_160923/fv3_ccpp_stochy_prod Checking test 012 fv3_ccpp_stochy results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -698,8 +680,8 @@ Checking test 012 fv3_ccpp_stochy results .... Test 012 fv3_ccpp_stochy PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_ca_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_112461/fv3_ccpp_ca_prod +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_ca_ccpp +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_160923/fv3_ccpp_ca_prod Checking test 013 fv3_ccpp_ca results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -766,8 +748,8 @@ Checking test 013 fv3_ccpp_ca results .... Test 013 fv3_ccpp_ca PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_lndp_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_112461/fv3_ccpp_lndp_prod +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_lndp_ccpp +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_160923/fv3_ccpp_lndp_prod Checking test 014 fv3_ccpp_lndp results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -834,8 +816,8 @@ Checking test 014 fv3_ccpp_lndp results .... Test 014 fv3_ccpp_lndp PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_iau_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_112461/fv3_ccpp_iau_prod +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_iau_ccpp +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_160923/fv3_ccpp_iau_prod Checking test 015 fv3_ccpp_iau results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -902,8 +884,8 @@ Checking test 015 fv3_ccpp_iau results .... Test 015 fv3_ccpp_iau PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_lheatstrg_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_112461/fv3_ccpp_lheatstrg_prod +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_lheatstrg_ccpp +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_160923/fv3_ccpp_lheatstrg_prod Checking test 016 fv3_ccpp_lheatstrg results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -950,8 +932,8 @@ Checking test 016 fv3_ccpp_lheatstrg results .... Test 016 fv3_ccpp_lheatstrg PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_gfdlmprad_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_112461/fv3_ccpp_gfdlmprad_prod +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_gfdlmprad_ccpp +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_160923/fv3_ccpp_gfdlmprad_prod Checking test 017 fv3_ccpp_gfdlmprad results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -999,8 +981,8 @@ Checking test 017 fv3_ccpp_gfdlmprad results .... Test 017 fv3_ccpp_gfdlmprad PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_gfdlmprad_atmwav_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_112461/fv3_ccpp_gfdlmprad_atmwav_prod +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_gfdlmprad_atmwav_ccpp +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_160923/fv3_ccpp_gfdlmprad_atmwav_prod Checking test 018 fv3_ccpp_gfdlmprad_atmwav results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1048,8 +1030,8 @@ Checking test 018 fv3_ccpp_gfdlmprad_atmwav results .... Test 018 fv3_ccpp_gfdlmprad_atmwav PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_multigases_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_112461/fv3_ccpp_multigases_prod +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_multigases_ccpp +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_160923/fv3_ccpp_multigases_prod Checking test 019 fv3_ccpp_multigases results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1122,8 +1104,8 @@ Checking test 019 fv3_ccpp_multigases results .... Test 019 fv3_ccpp_multigases PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_control_32bit_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_112461/fv3_ccpp_control_32bit_prod +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_control_32bit_ccpp +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_160923/fv3_ccpp_control_32bit_prod Checking test 020 fv3_ccpp_control_32bit results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1190,8 +1172,8 @@ Checking test 020 fv3_ccpp_control_32bit results .... Test 020 fv3_ccpp_control_32bit PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_stretched_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_112461/fv3_ccpp_stretched_prod +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_stretched_ccpp +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_160923/fv3_ccpp_stretched_prod Checking test 021 fv3_ccpp_stretched results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1246,8 +1228,8 @@ Checking test 021 fv3_ccpp_stretched results .... Test 021 fv3_ccpp_stretched PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_stretched_nest_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_112461/fv3_ccpp_stretched_nest_prod +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_stretched_nest_ccpp +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_160923/fv3_ccpp_stretched_nest_prod Checking test 022 fv3_ccpp_stretched_nest results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1313,8 +1295,8 @@ Checking test 022 fv3_ccpp_stretched_nest results .... Test 022 fv3_ccpp_stretched_nest PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_regional_control_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_112461/fv3_ccpp_regional_control_prod +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_regional_control_ccpp +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_160923/fv3_ccpp_regional_control_prod Checking test 023 fv3_ccpp_regional_control results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK @@ -1324,8 +1306,8 @@ Checking test 023 fv3_ccpp_regional_control results .... Test 023 fv3_ccpp_regional_control PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_regional_restart_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_112461/fv3_ccpp_regional_restart_prod +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_regional_restart_ccpp +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_160923/fv3_ccpp_regional_restart_prod Checking test 024 fv3_ccpp_regional_restart results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK @@ -1333,8 +1315,8 @@ Checking test 024 fv3_ccpp_regional_restart results .... Test 024 fv3_ccpp_regional_restart PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_regional_quilt_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_112461/fv3_ccpp_regional_quilt_prod +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_regional_quilt_ccpp +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_160923/fv3_ccpp_regional_quilt_prod Checking test 025 fv3_ccpp_regional_quilt results .... Comparing atmos_4xdaily.nc .........OK Comparing dynf000.nc .........OK @@ -1344,8 +1326,8 @@ Checking test 025 fv3_ccpp_regional_quilt results .... Test 025 fv3_ccpp_regional_quilt PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_regional_quilt_netcdf_parallel_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_112461/fv3_ccpp_regional_quilt_netcdf_parallel_prod +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_regional_quilt_netcdf_parallel_ccpp +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_160923/fv3_ccpp_regional_quilt_netcdf_parallel_prod Checking test 026 fv3_ccpp_regional_quilt_netcdf_parallel results .... Comparing atmos_4xdaily.nc .........OK Comparing dynf000.nc .........OK @@ -1355,8 +1337,8 @@ Checking test 026 fv3_ccpp_regional_quilt_netcdf_parallel results .... Test 026 fv3_ccpp_regional_quilt_netcdf_parallel PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_control_debug_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_112461/fv3_ccpp_control_debug_prod +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_control_debug_ccpp +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_160923/fv3_ccpp_control_debug_prod Checking test 027 fv3_ccpp_control_debug results .... Comparing phyf000.tile1.nc .........OK Comparing phyf000.tile2.nc .........OK @@ -1385,8 +1367,8 @@ Checking test 027 fv3_ccpp_control_debug results .... Test 027 fv3_ccpp_control_debug PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_stretched_nest_debug_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_112461/fv3_ccpp_stretched_nest_debug_prod +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_stretched_nest_debug_ccpp +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_160923/fv3_ccpp_stretched_nest_debug_prod Checking test 028 fv3_ccpp_stretched_nest_debug results .... Comparing fv3_history2d.nest02.tile7.nc .........OK Comparing fv3_history2d.tile1.nc .........OK @@ -1405,8 +1387,8 @@ Checking test 028 fv3_ccpp_stretched_nest_debug results .... Test 028 fv3_ccpp_stretched_nest_debug PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_gfdlmp_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_112461/fv3_ccpp_gfdlmp_prod +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_gfdlmp_ccpp +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_160923/fv3_ccpp_gfdlmp_prod Checking test 029 fv3_ccpp_gfdlmp results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1453,8 +1435,8 @@ Checking test 029 fv3_ccpp_gfdlmp results .... Test 029 fv3_ccpp_gfdlmp PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_gfdlmprad_gwd_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_112461/fv3_ccpp_gfdlmprad_gwd_prod +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_gfdlmprad_gwd_ccpp +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_160923/fv3_ccpp_gfdlmprad_gwd_prod Checking test 030 fv3_ccpp_gfdlmprad_gwd results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1501,8 +1483,8 @@ Checking test 030 fv3_ccpp_gfdlmprad_gwd results .... Test 030 fv3_ccpp_gfdlmprad_gwd PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_gfdlmprad_noahmp_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_112461/fv3_ccpp_gfdlmprad_noahmp_prod +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_gfdlmprad_noahmp_ccpp +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_160923/fv3_ccpp_gfdlmprad_noahmp_prod Checking test 031 fv3_ccpp_gfdlmprad_noahmp results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1549,8 +1531,8 @@ Checking test 031 fv3_ccpp_gfdlmprad_noahmp results .... Test 031 fv3_ccpp_gfdlmprad_noahmp PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_csawmg_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_112461/fv3_ccpp_csawmg_prod +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_csawmg_ccpp +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_160923/fv3_ccpp_csawmg_prod Checking test 032 fv3_ccpp_csawmg results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1597,8 +1579,8 @@ Checking test 032 fv3_ccpp_csawmg results .... Test 032 fv3_ccpp_csawmg PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_satmedmf_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_112461/fv3_ccpp_satmedmf_prod +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_satmedmf_ccpp +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_160923/fv3_ccpp_satmedmf_prod Checking test 033 fv3_ccpp_satmedmf results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1645,8 +1627,8 @@ Checking test 033 fv3_ccpp_satmedmf results .... Test 033 fv3_ccpp_satmedmf PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_satmedmfq_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_112461/fv3_ccpp_satmedmfq_prod +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_satmedmfq_ccpp +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_160923/fv3_ccpp_satmedmfq_prod Checking test 034 fv3_ccpp_satmedmfq results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1693,8 +1675,8 @@ Checking test 034 fv3_ccpp_satmedmfq results .... Test 034 fv3_ccpp_satmedmfq PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_gfdlmp_32bit_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_112461/fv3_ccpp_gfdlmp_32bit_prod +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_gfdlmp_32bit_ccpp +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_160923/fv3_ccpp_gfdlmp_32bit_prod Checking test 035 fv3_ccpp_gfdlmp_32bit results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1741,8 +1723,8 @@ Checking test 035 fv3_ccpp_gfdlmp_32bit results .... Test 035 fv3_ccpp_gfdlmp_32bit PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_gfdlmprad_32bit_post_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_112461/fv3_ccpp_gfdlmprad_32bit_post_prod +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_gfdlmprad_32bit_post_ccpp +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_160923/fv3_ccpp_gfdlmprad_32bit_post_prod Checking test 036 fv3_ccpp_gfdlmprad_32bit_post results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1793,8 +1775,8 @@ Checking test 036 fv3_ccpp_gfdlmprad_32bit_post results .... Test 036 fv3_ccpp_gfdlmprad_32bit_post PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_cpt_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_112461/fv3_ccpp_cpt_prod +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_cpt_ccpp +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_160923/fv3_ccpp_cpt_prod Checking test 037 fv3_ccpp_cpt results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1847,8 +1829,8 @@ Checking test 037 fv3_ccpp_cpt results .... Test 037 fv3_ccpp_cpt PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_gsd_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_112461/fv3_ccpp_gsd_prod +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_gsd_ccpp +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_160923/fv3_ccpp_gsd_prod Checking test 038 fv3_ccpp_gsd results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1939,8 +1921,8 @@ Checking test 038 fv3_ccpp_gsd results .... Test 038 fv3_ccpp_gsd PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_rap_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_112461/fv3_ccpp_rap_prod +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_rap_ccpp +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_160923/fv3_ccpp_rap_prod Checking test 039 fv3_ccpp_rap results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2007,8 +1989,8 @@ Checking test 039 fv3_ccpp_rap results .... Test 039 fv3_ccpp_rap PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_hrrr_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_112461/fv3_ccpp_hrrr_prod +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_hrrr_ccpp +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_160923/fv3_ccpp_hrrr_prod Checking test 040 fv3_ccpp_hrrr results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2075,8 +2057,8 @@ Checking test 040 fv3_ccpp_hrrr results .... Test 040 fv3_ccpp_hrrr PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_thompson_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_112461/fv3_ccpp_thompson_prod +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_thompson_ccpp +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_160923/fv3_ccpp_thompson_prod Checking test 041 fv3_ccpp_thompson results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2143,8 +2125,8 @@ Checking test 041 fv3_ccpp_thompson results .... Test 041 fv3_ccpp_thompson PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_thompson_no_aero_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_112461/fv3_ccpp_thompson_no_aero_prod +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_thompson_no_aero_ccpp +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_160923/fv3_ccpp_thompson_no_aero_prod Checking test 042 fv3_ccpp_thompson_no_aero results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2211,8 +2193,8 @@ Checking test 042 fv3_ccpp_thompson_no_aero results .... Test 042 fv3_ccpp_thompson_no_aero PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_rrfs_v1beta_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_112461/fv3_ccpp_rrfs_v1beta_prod +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_rrfs_v1beta_ccpp +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_160923/fv3_ccpp_rrfs_v1beta_prod Checking test 043 fv3_ccpp_rrfs_v1beta results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2279,8 +2261,8 @@ Checking test 043 fv3_ccpp_rrfs_v1beta results .... Test 043 fv3_ccpp_rrfs_v1beta PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_gfs_v15p2_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_112461/fv3_ccpp_gfs_v15p2_prod +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_gfs_v15p2_ccpp +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_160923/fv3_ccpp_gfs_v15p2_prod Checking test 044 fv3_ccpp_gfs_v15p2 results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2347,8 +2329,8 @@ Checking test 044 fv3_ccpp_gfs_v15p2 results .... Test 044 fv3_ccpp_gfs_v15p2 PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_gfs_v16beta_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_112461/fv3_ccpp_gfs_v16beta_prod +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_gfs_v16beta_ccpp +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_160923/fv3_ccpp_gfs_v16beta_prod Checking test 045 fv3_ccpp_gfs_v16beta results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2427,8 +2409,8 @@ Checking test 045 fv3_ccpp_gfs_v16beta results .... Test 045 fv3_ccpp_gfs_v16beta PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_gfs_v16beta_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_112461/fv3_ccpp_gfs_v16beta_restart_prod +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_gfs_v16beta_ccpp +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_160923/fv3_ccpp_gfs_v16beta_restart_prod Checking test 046 fv3_ccpp_gfs_v16beta_restart results .... Comparing phyf048.tile1.nc .........OK Comparing phyf048.tile2.nc .........OK @@ -2477,8 +2459,8 @@ Checking test 046 fv3_ccpp_gfs_v16beta_restart results .... Test 046 fv3_ccpp_gfs_v16beta_restart PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_gfs_v16beta_stochy_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_112461/fv3_ccpp_gfs_v16beta_stochy_prod +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_gfs_v16beta_stochy_ccpp +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_160923/fv3_ccpp_gfs_v16beta_stochy_prod Checking test 047 fv3_ccpp_gfs_v16beta_stochy results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2545,8 +2527,8 @@ Checking test 047 fv3_ccpp_gfs_v16beta_stochy results .... Test 047 fv3_ccpp_gfs_v16beta_stochy PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_gfs_v15p2_RRTMGP_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_112461/fv3_ccpp_gfs_v15p2_RRTMGP_prod +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_gfs_v15p2_RRTMGP_ccpp +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_160923/fv3_ccpp_gfs_v15p2_RRTMGP_prod Checking test 048 fv3_ccpp_gfs_v15p2_RRTMGP results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2613,8 +2595,8 @@ Checking test 048 fv3_ccpp_gfs_v15p2_RRTMGP results .... Test 048 fv3_ccpp_gfs_v15p2_RRTMGP PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_gfs_v16beta_RRTMGP_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_112461/fv3_ccpp_gfs_v16beta_RRTMGP_prod +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_gfs_v16beta_RRTMGP_ccpp +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_160923/fv3_ccpp_gfs_v16beta_RRTMGP_prod Checking test 049 fv3_ccpp_gfs_v16beta_RRTMGP results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2681,8 +2663,8 @@ Checking test 049 fv3_ccpp_gfs_v16beta_RRTMGP results .... Test 049 fv3_ccpp_gfs_v16beta_RRTMGP PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_gfs_v16_RRTMGP_c192L127_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_112461/fv3_ccpp_gfs_v16_RRTMGP_c192L127_prod +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_gfs_v16_RRTMGP_c192L127_ccpp +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_160923/fv3_ccpp_gfs_v16_RRTMGP_c192L127_prod Checking test 050 fv3_ccpp_gfs_v16_RRTMGP_c192L127 results .... Comparing phyf000.tile1.nc .........OK Comparing phyf000.tile2.nc .........OK @@ -2743,8 +2725,8 @@ Checking test 050 fv3_ccpp_gfs_v16_RRTMGP_c192L127 results .... Test 050 fv3_ccpp_gfs_v16_RRTMGP_c192L127 PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_gfsv16_csawmg_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_112461/fv3_ccpp_gfsv16_csawmg_prod +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_gfsv16_csawmg_ccpp +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_160923/fv3_ccpp_gfsv16_csawmg_prod Checking test 051 fv3_ccpp_gfsv16_csawmg results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2791,8 +2773,8 @@ Checking test 051 fv3_ccpp_gfsv16_csawmg results .... Test 051 fv3_ccpp_gfsv16_csawmg PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_gfsv16_csawmgt_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_112461/fv3_ccpp_gfsv16_csawmgt_prod +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_gfsv16_csawmgt_ccpp +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_160923/fv3_ccpp_gfsv16_csawmgt_prod Checking test 052 fv3_ccpp_gfsv16_csawmgt results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2839,8 +2821,8 @@ Checking test 052 fv3_ccpp_gfsv16_csawmgt results .... Test 052 fv3_ccpp_gfsv16_csawmgt PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_gocart_clm_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_112461/fv3_ccpp_gocart_clm_prod +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_gocart_clm_ccpp +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_160923/fv3_ccpp_gocart_clm_prod Checking test 053 fv3_ccpp_gocart_clm results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2887,8 +2869,8 @@ Checking test 053 fv3_ccpp_gocart_clm results .... Test 053 fv3_ccpp_gocart_clm PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_gfs_v16beta_flake_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_112461/fv3_ccpp_gfs_v16beta_flake_prod +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_gfs_v16beta_flake_ccpp +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_160923/fv3_ccpp_gfs_v16beta_flake_prod Checking test 054 fv3_ccpp_gfs_v16beta_flake results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2955,8 +2937,8 @@ Checking test 054 fv3_ccpp_gfs_v16beta_flake results .... Test 054 fv3_ccpp_gfs_v16beta_flake PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/HAFS_v0_HWRF_thompson_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_112461/fv3_ccpp_HAFS_v0_hwrf_thompson_prod +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/HAFS_v0_HWRF_thompson_ccpp +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_160923/fv3_ccpp_HAFS_v0_hwrf_thompson_prod Checking test 055 fv3_ccpp_HAFS_v0_hwrf_thompson results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -3023,8 +3005,8 @@ Checking test 055 fv3_ccpp_HAFS_v0_hwrf_thompson results .... Test 055 fv3_ccpp_HAFS_v0_hwrf_thompson PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/ESG_HAFS_v0_HWRF_thompson_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_112461/fv3_ccpp_esg_HAFS_v0_hwrf_thompson_prod +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/ESG_HAFS_v0_HWRF_thompson_ccpp +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_160923/fv3_ccpp_esg_HAFS_v0_hwrf_thompson_prod Checking test 056 fv3_ccpp_esg_HAFS_v0_hwrf_thompson results .... Comparing atmos_4xdaily.nc .........OK Comparing phyf000.nc .........OK @@ -3041,8 +3023,8 @@ Checking test 056 fv3_ccpp_esg_HAFS_v0_hwrf_thompson results .... Test 056 fv3_ccpp_esg_HAFS_v0_hwrf_thompson PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_gfs_v15p2_debug_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_112461/fv3_ccpp_gfs_v15p2_debug_prod +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_gfs_v15p2_debug_ccpp +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_160923/fv3_ccpp_gfs_v15p2_debug_prod Checking test 057 fv3_ccpp_gfs_v15p2_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -3109,8 +3091,8 @@ Checking test 057 fv3_ccpp_gfs_v15p2_debug results .... Test 057 fv3_ccpp_gfs_v15p2_debug PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_gfs_v16beta_debug_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_112461/fv3_ccpp_gfs_v16beta_debug_prod +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_gfs_v16beta_debug_ccpp +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_160923/fv3_ccpp_gfs_v16beta_debug_prod Checking test 058 fv3_ccpp_gfs_v16beta_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -3177,8 +3159,8 @@ Checking test 058 fv3_ccpp_gfs_v16beta_debug results .... Test 058 fv3_ccpp_gfs_v16beta_debug PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_gfs_v15p2_RRTMGP_debug_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_112461/fv3_ccpp_gfs_v15p2_RRTMGP_debug_prod +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_gfs_v15p2_RRTMGP_debug_ccpp +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_160923/fv3_ccpp_gfs_v15p2_RRTMGP_debug_prod Checking test 059 fv3_ccpp_gfs_v15p2_RRTMGP_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -3245,8 +3227,8 @@ Checking test 059 fv3_ccpp_gfs_v15p2_RRTMGP_debug results .... Test 059 fv3_ccpp_gfs_v15p2_RRTMGP_debug PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_gfs_v16beta_RRTMGP_debug_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_112461/fv3_ccpp_gfs_v16beta_RRTMGP_debug_prod +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_gfs_v16beta_RRTMGP_debug_ccpp +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_160923/fv3_ccpp_gfs_v16beta_RRTMGP_debug_prod Checking test 060 fv3_ccpp_gfs_v16beta_RRTMGP_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -3313,8 +3295,8 @@ Checking test 060 fv3_ccpp_gfs_v16beta_RRTMGP_debug results .... Test 060 fv3_ccpp_gfs_v16beta_RRTMGP_debug PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_gsd_debug_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_112461/fv3_ccpp_gsd_debug_prod +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_gsd_debug_ccpp +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_160923/fv3_ccpp_gsd_debug_prod Checking test 061 fv3_ccpp_gsd_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -3381,8 +3363,8 @@ Checking test 061 fv3_ccpp_gsd_debug results .... Test 061 fv3_ccpp_gsd_debug PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_gsd_diag3d_debug_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_112461/fv3_ccpp_gsd_diag3d_debug_prod +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_gsd_diag3d_debug_ccpp +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_160923/fv3_ccpp_gsd_diag3d_debug_prod Checking test 062 fv3_ccpp_gsd_diag3d_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -3449,8 +3431,8 @@ Checking test 062 fv3_ccpp_gsd_diag3d_debug results .... Test 062 fv3_ccpp_gsd_diag3d_debug PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_thompson_debug_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_112461/fv3_ccpp_thompson_debug_prod +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_thompson_debug_ccpp +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_160923/fv3_ccpp_thompson_debug_prod Checking test 063 fv3_ccpp_thompson_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -3517,8 +3499,8 @@ Checking test 063 fv3_ccpp_thompson_debug results .... Test 063 fv3_ccpp_thompson_debug PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_thompson_no_aero_debug_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_112461/fv3_ccpp_thompson_no_aero_debug_prod +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_thompson_no_aero_debug_ccpp +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_160923/fv3_ccpp_thompson_no_aero_debug_prod Checking test 064 fv3_ccpp_thompson_no_aero_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -3585,8 +3567,8 @@ Checking test 064 fv3_ccpp_thompson_no_aero_debug results .... Test 064 fv3_ccpp_thompson_no_aero_debug PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/fv3_rrfs_v1beta_debug_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_112461/fv3_ccpp_rrfs_v1beta_debug_prod +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/fv3_rrfs_v1beta_debug_ccpp +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_160923/fv3_ccpp_rrfs_v1beta_debug_prod Checking test 065 fv3_ccpp_rrfs_v1beta_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -3653,8 +3635,8 @@ Checking test 065 fv3_ccpp_rrfs_v1beta_debug results .... Test 065 fv3_ccpp_rrfs_v1beta_debug PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/HAFS_v0_HWRF_thompson_debug_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_112461/fv3_ccpp_HAFS_v0_hwrf_thompson_debug_prod +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/HAFS_v0_HWRF_thompson_debug_ccpp +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_160923/fv3_ccpp_HAFS_v0_hwrf_thompson_debug_prod Checking test 066 fv3_ccpp_HAFS_v0_hwrf_thompson_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -3721,8 +3703,8 @@ Checking test 066 fv3_ccpp_HAFS_v0_hwrf_thompson_debug results .... Test 066 fv3_ccpp_HAFS_v0_hwrf_thompson_debug PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/ESG_HAFS_v0_HWRF_thompson_debug_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_112461/fv3_ccpp_esg_HAFS_v0_hwrf_thompson_debug_prod +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/ESG_HAFS_v0_HWRF_thompson_debug_ccpp +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_160923/fv3_ccpp_esg_HAFS_v0_hwrf_thompson_debug_prod Checking test 067 fv3_ccpp_esg_HAFS_v0_hwrf_thompson_debug results .... Comparing atmos_4xdaily.nc .........OK Comparing phyf000.nc .........OK @@ -3739,8 +3721,8 @@ Checking test 067 fv3_ccpp_esg_HAFS_v0_hwrf_thompson_debug results .... Test 067 fv3_ccpp_esg_HAFS_v0_hwrf_thompson_debug PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/cpld_control_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_112461/cpld_control_prod +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/cpld_control_ccpp +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_160923/cpld_control_prod Checking test 068 cpld_control results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -3792,8 +3774,8 @@ Checking test 068 cpld_control results .... Test 068 cpld_control PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/cpld_control_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_112461/cpld_restart_prod +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/cpld_control_ccpp +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_160923/cpld_restart_prod Checking test 069 cpld_restart results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -3845,8 +3827,8 @@ Checking test 069 cpld_restart results .... Test 069 cpld_restart PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/cpld_controlfrac_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_112461/cpld_controlfrac_prod +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/cpld_controlfrac_ccpp +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_160923/cpld_controlfrac_prod Checking test 070 cpld_controlfrac results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -3898,8 +3880,8 @@ Checking test 070 cpld_controlfrac results .... Test 070 cpld_controlfrac PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/cpld_controlfrac_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_112461/cpld_restartfrac_prod +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/cpld_controlfrac_ccpp +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_160923/cpld_restartfrac_prod Checking test 071 cpld_restartfrac results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -3951,8 +3933,8 @@ Checking test 071 cpld_restartfrac results .... Test 071 cpld_restartfrac PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/cpld_control_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_112461/cpld_2threads_prod +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/cpld_control_ccpp +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_160923/cpld_2threads_prod Checking test 072 cpld_2threads results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -4004,8 +3986,8 @@ Checking test 072 cpld_2threads results .... Test 072 cpld_2threads PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/cpld_control_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_112461/cpld_decomp_prod +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/cpld_control_ccpp +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_160923/cpld_decomp_prod Checking test 073 cpld_decomp results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -4057,8 +4039,8 @@ Checking test 073 cpld_decomp results .... Test 073 cpld_decomp PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/cpld_satmedmf_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_112461/cpld_satmedmf_prod +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/cpld_satmedmf_ccpp +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_160923/cpld_satmedmf_prod Checking test 074 cpld_satmedmf results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -4110,8 +4092,8 @@ Checking test 074 cpld_satmedmf results .... Test 074 cpld_satmedmf PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/cpld_ca_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_112461/cpld_ca_prod +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/cpld_ca_ccpp +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_160923/cpld_ca_prod Checking test 075 cpld_ca results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -4163,8 +4145,8 @@ Checking test 075 cpld_ca results .... Test 075 cpld_ca PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/cpld_control_c192_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_112461/cpld_control_c192_prod +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/cpld_control_c192_ccpp +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_160923/cpld_control_c192_prod Checking test 076 cpld_control_c192 results .... Comparing phyf048.tile1.nc .........OK Comparing phyf048.tile2.nc .........OK @@ -4216,8 +4198,8 @@ Checking test 076 cpld_control_c192 results .... Test 076 cpld_control_c192 PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/cpld_control_c192_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_112461/cpld_restart_c192_prod +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/cpld_control_c192_ccpp +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_160923/cpld_restart_c192_prod Checking test 077 cpld_restart_c192 results .... Comparing phyf048.tile1.nc .........OK Comparing phyf048.tile2.nc .........OK @@ -4269,8 +4251,8 @@ Checking test 077 cpld_restart_c192 results .... Test 077 cpld_restart_c192 PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/cpld_controlfrac_c192_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_112461/cpld_controlfrac_c192_prod +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/cpld_controlfrac_c192_ccpp +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_160923/cpld_controlfrac_c192_prod Checking test 078 cpld_controlfrac_c192 results .... Comparing phyf048.tile1.nc .........OK Comparing phyf048.tile2.nc .........OK @@ -4322,8 +4304,8 @@ Checking test 078 cpld_controlfrac_c192 results .... Test 078 cpld_controlfrac_c192 PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/cpld_controlfrac_c192_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_112461/cpld_restartfrac_c192_prod +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/cpld_controlfrac_c192_ccpp +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_160923/cpld_restartfrac_c192_prod Checking test 079 cpld_restartfrac_c192 results .... Comparing phyf048.tile1.nc .........OK Comparing phyf048.tile2.nc .........OK @@ -4375,8 +4357,8 @@ Checking test 079 cpld_restartfrac_c192 results .... Test 079 cpld_restartfrac_c192 PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/cpld_control_c384_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_112461/cpld_control_c384_prod +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/cpld_control_c384_ccpp +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_160923/cpld_control_c384_prod Checking test 080 cpld_control_c384 results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -4431,8 +4413,8 @@ Checking test 080 cpld_control_c384 results .... Test 080 cpld_control_c384 PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/cpld_control_c384_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_112461/cpld_restart_c384_prod +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/cpld_control_c384_ccpp +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_160923/cpld_restart_c384_prod Checking test 081 cpld_restart_c384 results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -4487,8 +4469,8 @@ Checking test 081 cpld_restart_c384 results .... Test 081 cpld_restart_c384 PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/cpld_controlfrac_c384_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_112461/cpld_controlfrac_c384_prod +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/cpld_controlfrac_c384_ccpp +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_160923/cpld_controlfrac_c384_prod Checking test 082 cpld_controlfrac_c384 results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -4543,8 +4525,8 @@ Checking test 082 cpld_controlfrac_c384 results .... Test 082 cpld_controlfrac_c384 PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/cpld_controlfrac_c384_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_112461/cpld_restartfrac_c384_prod +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/cpld_controlfrac_c384_ccpp +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_160923/cpld_restartfrac_c384_prod Checking test 083 cpld_restartfrac_c384 results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -4599,8 +4581,8 @@ Checking test 083 cpld_restartfrac_c384 results .... Test 083 cpld_restartfrac_c384 PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/cpld_bmark_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_112461/cpld_bmark_prod +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/cpld_bmark_ccpp +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_160923/cpld_bmark_prod Checking test 084 cpld_bmark results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -4655,8 +4637,8 @@ Checking test 084 cpld_bmark results .... Test 084 cpld_bmark PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/cpld_bmark_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_112461/cpld_restart_bmark_prod +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/cpld_bmark_ccpp +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_160923/cpld_restart_bmark_prod Checking test 085 cpld_restart_bmark results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -4711,8 +4693,8 @@ Checking test 085 cpld_restart_bmark results .... Test 085 cpld_restart_bmark PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/cpld_bmarkfrac_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_112461/cpld_bmarkfrac_prod +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/cpld_bmarkfrac_ccpp +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_160923/cpld_bmarkfrac_prod Checking test 086 cpld_bmarkfrac results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -4767,8 +4749,8 @@ Checking test 086 cpld_bmarkfrac results .... Test 086 cpld_bmarkfrac PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/cpld_bmarkfrac_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_112461/cpld_restart_bmarkfrac_prod +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/cpld_bmarkfrac_ccpp +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_160923/cpld_restart_bmarkfrac_prod Checking test 087 cpld_restart_bmarkfrac results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -4823,8 +4805,8 @@ Checking test 087 cpld_restart_bmarkfrac results .... Test 087 cpld_restart_bmarkfrac PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/cpld_bmarkfrac_v16_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_112461/cpld_bmarkfrac_v16_prod +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/cpld_bmarkfrac_v16_ccpp +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_160923/cpld_bmarkfrac_v16_prod Checking test 088 cpld_bmarkfrac_v16 results .... Comparing phyf012.tile1.nc .........OK Comparing phyf012.tile2.nc .........OK @@ -4879,8 +4861,8 @@ Checking test 088 cpld_bmarkfrac_v16 results .... Test 088 cpld_bmarkfrac_v16 PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/cpld_bmarkfrac_v16_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_112461/cpld_restart_bmarkfrac_v16_prod +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/cpld_bmarkfrac_v16_ccpp +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_160923/cpld_restart_bmarkfrac_v16_prod Checking test 089 cpld_restart_bmarkfrac_v16 results .... Comparing phyf012.tile1.nc .........OK Comparing phyf012.tile2.nc .........OK @@ -4935,8 +4917,8 @@ Checking test 089 cpld_restart_bmarkfrac_v16 results .... Test 089 cpld_restart_bmarkfrac_v16 PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/cpld_bmark_wave_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_112461/cpld_bmark_wave_prod +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/cpld_bmark_wave_ccpp +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_160923/cpld_bmark_wave_prod Checking test 090 cpld_bmark_wave results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -4994,8 +4976,8 @@ Checking test 090 cpld_bmark_wave results .... Test 090 cpld_bmark_wave PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/cpld_bmarkfrac_wave_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_112461/cpld_bmarkfrac_wave_prod +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/cpld_bmarkfrac_wave_ccpp +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_160923/cpld_bmarkfrac_wave_prod Checking test 091 cpld_bmarkfrac_wave results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -5053,8 +5035,8 @@ Checking test 091 cpld_bmarkfrac_wave results .... Test 091 cpld_bmarkfrac_wave PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/cpld_bmarkfrac_wave_v16_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_112461/cpld_bmarkfrac_wave_v16_prod +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/cpld_bmarkfrac_wave_v16_ccpp +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_160923/cpld_bmarkfrac_wave_v16_prod Checking test 092 cpld_bmarkfrac_wave_v16 results .... Comparing phyf012.tile1.nc .........OK Comparing phyf012.tile2.nc .........OK @@ -5112,8 +5094,8 @@ Checking test 092 cpld_bmarkfrac_wave_v16 results .... Test 092 cpld_bmarkfrac_wave_v16 PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/cpld_debug_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_112461/cpld_debug_prod +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/cpld_debug_ccpp +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_160923/cpld_debug_prod Checking test 093 cpld_debug results .... Comparing phyf006.tile1.nc .........OK Comparing phyf006.tile2.nc .........OK @@ -5165,8 +5147,8 @@ Checking test 093 cpld_debug results .... Test 093 cpld_debug PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/cpld_debugfrac_ccpp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_112461/cpld_debugfrac_prod +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/cpld_debugfrac_ccpp +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_160923/cpld_debugfrac_prod Checking test 094 cpld_debugfrac results .... Comparing phyf006.tile1.nc .........OK Comparing phyf006.tile2.nc .........OK @@ -5218,8 +5200,8 @@ Checking test 094 cpld_debugfrac results .... Test 094 cpld_debugfrac PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/datm_control_cfsr -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_112461/datm_control_cfsr +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/datm_control_cfsr +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_160923/datm_control_cfsr Checking test 095 datm_control_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK @@ -5227,8 +5209,8 @@ Checking test 095 datm_control_cfsr results .... Test 095 datm_control_cfsr PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/datm_control_cfsr -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_112461/datm_restart_cfsr +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/datm_control_cfsr +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_160923/datm_restart_cfsr Checking test 096 datm_restart_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK @@ -5236,8 +5218,8 @@ Checking test 096 datm_restart_cfsr results .... Test 096 datm_restart_cfsr PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/datm_control_gefs -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_112461/datm_control_gefs +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/datm_control_gefs +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_160923/datm_control_gefs Checking test 097 datm_control_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK @@ -5245,8 +5227,8 @@ Checking test 097 datm_control_gefs results .... Test 097 datm_control_gefs PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/datm_bulk_cfsr -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_112461/datm_bulk_cfsr +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/datm_bulk_cfsr +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_160923/datm_bulk_cfsr Checking test 098 datm_bulk_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK @@ -5254,8 +5236,8 @@ Checking test 098 datm_bulk_cfsr results .... Test 098 datm_bulk_cfsr PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/datm_bulk_gefs -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_112461/datm_bulk_gefs +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/datm_bulk_gefs +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_160923/datm_bulk_gefs Checking test 099 datm_bulk_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK @@ -5263,8 +5245,8 @@ Checking test 099 datm_bulk_gefs results .... Test 099 datm_bulk_gefs PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/datm_mx025_cfsr -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_112461/datm_mx025_cfsr +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/datm_mx025_cfsr +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_160923/datm_mx025_cfsr Checking test 100 datm_mx025_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK @@ -5275,8 +5257,8 @@ Checking test 100 datm_mx025_cfsr results .... Test 100 datm_mx025_cfsr PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/datm_mx025_gefs -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_112461/datm_mx025_gefs +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/datm_mx025_gefs +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_160923/datm_mx025_gefs Checking test 101 datm_mx025_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK @@ -5287,8 +5269,8 @@ Checking test 101 datm_mx025_gefs results .... Test 101 datm_mx025_gefs PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210120/datm_debug_cfsr -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_112461/datm_debug_cfsr +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20210125/datm_debug_cfsr +working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_160923/datm_debug_cfsr Checking test 102 datm_debug_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-01-21600.nc .........OK @@ -5297,5 +5279,5 @@ Test 102 datm_debug_cfsr PASS REGRESSION TEST WAS SUCCESSFUL -Thu Jan 21 21:28:32 UTC 2021 -Elapsed time: 02h:25m:56s. Have a nice day! +Sun Jan 24 22:00:45 UTC 2021 +Elapsed time: 02h:11m:17s. Have a nice day! diff --git a/tests/rt.sh b/tests/rt.sh index 547d570495..5e027a7892 100755 --- a/tests/rt.sh +++ b/tests/rt.sh @@ -411,9 +411,9 @@ if [[ $TESTS_FILE =~ '35d' ]]; then fi if [[ $MACHINE_ID = hera.* ]] || [[ $MACHINE_ID = orion.* ]] || [[ $MACHINE_ID = cheyenne.* ]] || [[ $MACHINE_ID = gaea.* ]] || [[ $MACHINE_ID = jet.* ]]; then - RTPWD=${RTPWD:-$DISKNM/NEMSfv3gfs/develop-20210120/${RT_COMPILER^^}} + RTPWD=${RTPWD:-$DISKNM/NEMSfv3gfs/develop-20210125/${RT_COMPILER^^}} else - RTPWD=${RTPWD:-$DISKNM/NEMSfv3gfs/develop-20210120} + RTPWD=${RTPWD:-$DISKNM/NEMSfv3gfs/develop-20210125} fi INPUTDATA_ROOT=${INPUTDATA_ROOT:-$DISKNM/NEMSfv3gfs/input-data-20210115} From 3baaa9e420543e887a0b147f8040c4c72b73d8de Mon Sep 17 00:00:00 2001 From: Xiaqiong Zhou Date: Mon, 25 Jan 2021 18:29:55 +0000 Subject: [PATCH 10/13] Update RT log files --- tests/RegressionTests_cheyenne.gnu.log | 94 ++--- tests/RegressionTests_cheyenne.intel.log | 448 +++++++++++------------ 2 files changed, 262 insertions(+), 280 deletions(-) diff --git a/tests/RegressionTests_cheyenne.gnu.log b/tests/RegressionTests_cheyenne.gnu.log index 5272ad7200..aa68aed849 100644 --- a/tests/RegressionTests_cheyenne.gnu.log +++ b/tests/RegressionTests_cheyenne.gnu.log @@ -1,9 +1,9 @@ -Thu Jan 21 12:09:03 MST 2021 +Mon Jan 25 06:17:26 MST 2021 Start Regression test -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/GNU/fv3_gfdlmp_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_19090/fv3_ccpp_gfdlmp_prod +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/GNU/fv3_gfdlmp_ccpp +working dir = /glade/scratch/worthen/FV3_RT/rt_12657/fv3_ccpp_gfdlmp_prod Checking test 001 fv3_ccpp_gfdlmp results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -50,8 +50,8 @@ Checking test 001 fv3_ccpp_gfdlmp results .... Test 001 fv3_ccpp_gfdlmp PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/GNU/fv3_gfs_v15p2_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_19090/fv3_ccpp_gfs_v15p2_prod +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/GNU/fv3_gfs_v15p2_ccpp +working dir = /glade/scratch/worthen/FV3_RT/rt_12657/fv3_ccpp_gfs_v15p2_prod Checking test 002 fv3_ccpp_gfs_v15p2 results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -118,8 +118,8 @@ Checking test 002 fv3_ccpp_gfs_v15p2 results .... Test 002 fv3_ccpp_gfs_v15p2 PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/GNU/fv3_gfs_v16beta_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_19090/fv3_ccpp_gfs_v16beta_prod +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/GNU/fv3_gfs_v16beta_ccpp +working dir = /glade/scratch/worthen/FV3_RT/rt_12657/fv3_ccpp_gfs_v16beta_prod Checking test 003 fv3_ccpp_gfs_v16beta results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -198,8 +198,8 @@ Checking test 003 fv3_ccpp_gfs_v16beta results .... Test 003 fv3_ccpp_gfs_v16beta PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/GNU/fv3_gfs_v16beta_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_19090/fv3_ccpp_gfs_v16beta_restart_prod +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/GNU/fv3_gfs_v16beta_ccpp +working dir = /glade/scratch/worthen/FV3_RT/rt_12657/fv3_ccpp_gfs_v16beta_restart_prod Checking test 004 fv3_ccpp_gfs_v16beta_restart results .... Comparing phyf048.tile1.nc .........OK Comparing phyf048.tile2.nc .........OK @@ -248,8 +248,8 @@ Checking test 004 fv3_ccpp_gfs_v16beta_restart results .... Test 004 fv3_ccpp_gfs_v16beta_restart PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/GNU/fv3_gfs_v16beta_stochy_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_19090/fv3_ccpp_gfs_v16beta_stochy_prod +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/GNU/fv3_gfs_v16beta_stochy_ccpp +working dir = /glade/scratch/worthen/FV3_RT/rt_12657/fv3_ccpp_gfs_v16beta_stochy_prod Checking test 005 fv3_ccpp_gfs_v16beta_stochy results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -316,8 +316,8 @@ Checking test 005 fv3_ccpp_gfs_v16beta_stochy results .... Test 005 fv3_ccpp_gfs_v16beta_stochy PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/GNU/fv3_gfs_v16beta_flake_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_19090/fv3_ccpp_gfs_v16beta_flake_prod +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/GNU/fv3_gfs_v16beta_flake_ccpp +working dir = /glade/scratch/worthen/FV3_RT/rt_12657/fv3_ccpp_gfs_v16beta_flake_prod Checking test 006 fv3_ccpp_gfs_v16beta_flake results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -384,8 +384,8 @@ Checking test 006 fv3_ccpp_gfs_v16beta_flake results .... Test 006 fv3_ccpp_gfs_v16beta_flake PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/GNU/fv3_gfs_v15p2_RRTMGP_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_19090/fv3_ccpp_gfs_v15p2_RRTMGP_prod +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/GNU/fv3_gfs_v15p2_RRTMGP_ccpp +working dir = /glade/scratch/worthen/FV3_RT/rt_12657/fv3_ccpp_gfs_v15p2_RRTMGP_prod Checking test 007 fv3_ccpp_gfs_v15p2_RRTMGP results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -452,8 +452,8 @@ Checking test 007 fv3_ccpp_gfs_v15p2_RRTMGP results .... Test 007 fv3_ccpp_gfs_v15p2_RRTMGP PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/GNU/fv3_gfs_v16beta_RRTMGP_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_19090/fv3_ccpp_gfs_v16beta_RRTMGP_prod +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/GNU/fv3_gfs_v16beta_RRTMGP_ccpp +working dir = /glade/scratch/worthen/FV3_RT/rt_12657/fv3_ccpp_gfs_v16beta_RRTMGP_prod Checking test 008 fv3_ccpp_gfs_v16beta_RRTMGP results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -520,8 +520,8 @@ Checking test 008 fv3_ccpp_gfs_v16beta_RRTMGP results .... Test 008 fv3_ccpp_gfs_v16beta_RRTMGP PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/GNU/fv3_gsd_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_19090/fv3_ccpp_gsd_prod +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/GNU/fv3_gsd_ccpp +working dir = /glade/scratch/worthen/FV3_RT/rt_12657/fv3_ccpp_gsd_prod Checking test 009 fv3_ccpp_gsd results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -612,8 +612,8 @@ Checking test 009 fv3_ccpp_gsd results .... Test 009 fv3_ccpp_gsd PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/GNU/fv3_thompson_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_19090/fv3_ccpp_thompson_prod +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/GNU/fv3_thompson_ccpp +working dir = /glade/scratch/worthen/FV3_RT/rt_12657/fv3_ccpp_thompson_prod Checking test 010 fv3_ccpp_thompson results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -680,8 +680,8 @@ Checking test 010 fv3_ccpp_thompson results .... Test 010 fv3_ccpp_thompson PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/GNU/fv3_thompson_no_aero_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_19090/fv3_ccpp_thompson_no_aero_prod +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/GNU/fv3_thompson_no_aero_ccpp +working dir = /glade/scratch/worthen/FV3_RT/rt_12657/fv3_ccpp_thompson_no_aero_prod Checking test 011 fv3_ccpp_thompson_no_aero results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -748,8 +748,8 @@ Checking test 011 fv3_ccpp_thompson_no_aero results .... Test 011 fv3_ccpp_thompson_no_aero PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/GNU/fv3_rrfs_v1beta_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_19090/fv3_ccpp_rrfs_v1beta_prod +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/GNU/fv3_rrfs_v1beta_ccpp +working dir = /glade/scratch/worthen/FV3_RT/rt_12657/fv3_ccpp_rrfs_v1beta_prod Checking test 012 fv3_ccpp_rrfs_v1beta results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -816,8 +816,8 @@ Checking test 012 fv3_ccpp_rrfs_v1beta results .... Test 012 fv3_ccpp_rrfs_v1beta PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/GNU/HAFS_v0_HWRF_thompson_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_19090/fv3_ccpp_HAFS_v0_hwrf_thompson_prod +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/GNU/HAFS_v0_HWRF_thompson_ccpp +working dir = /glade/scratch/worthen/FV3_RT/rt_12657/fv3_ccpp_HAFS_v0_hwrf_thompson_prod Checking test 013 fv3_ccpp_HAFS_v0_hwrf_thompson results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -884,8 +884,8 @@ Checking test 013 fv3_ccpp_HAFS_v0_hwrf_thompson results .... Test 013 fv3_ccpp_HAFS_v0_hwrf_thompson PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/GNU/ESG_HAFS_v0_HWRF_thompson_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_19090/fv3_ccpp_esg_HAFS_v0_hwrf_thompson_prod +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/GNU/ESG_HAFS_v0_HWRF_thompson_ccpp +working dir = /glade/scratch/worthen/FV3_RT/rt_12657/fv3_ccpp_esg_HAFS_v0_hwrf_thompson_prod Checking test 014 fv3_ccpp_esg_HAFS_v0_hwrf_thompson results .... Comparing atmos_4xdaily.nc .........OK Comparing phyf000.nc .........OK @@ -902,8 +902,8 @@ Checking test 014 fv3_ccpp_esg_HAFS_v0_hwrf_thompson results .... Test 014 fv3_ccpp_esg_HAFS_v0_hwrf_thompson PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/GNU/fv3_control_debug_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_19090/fv3_ccpp_control_debug_prod +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/GNU/fv3_control_debug_ccpp +working dir = /glade/scratch/worthen/FV3_RT/rt_12657/fv3_ccpp_control_debug_prod Checking test 015 fv3_ccpp_control_debug results .... Comparing phyf000.tile1.nc .........OK Comparing phyf000.tile2.nc .........OK @@ -932,8 +932,8 @@ Checking test 015 fv3_ccpp_control_debug results .... Test 015 fv3_ccpp_control_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/GNU/fv3_gfs_v15p2_debug_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_19090/fv3_ccpp_gfs_v15p2_debug_prod +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/GNU/fv3_gfs_v15p2_debug_ccpp +working dir = /glade/scratch/worthen/FV3_RT/rt_12657/fv3_ccpp_gfs_v15p2_debug_prod Checking test 016 fv3_ccpp_gfs_v15p2_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1000,8 +1000,8 @@ Checking test 016 fv3_ccpp_gfs_v15p2_debug results .... Test 016 fv3_ccpp_gfs_v15p2_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/GNU/fv3_gfs_v16beta_debug_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_19090/fv3_ccpp_gfs_v16beta_debug_prod +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/GNU/fv3_gfs_v16beta_debug_ccpp +working dir = /glade/scratch/worthen/FV3_RT/rt_12657/fv3_ccpp_gfs_v16beta_debug_prod Checking test 017 fv3_ccpp_gfs_v16beta_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1068,8 +1068,8 @@ Checking test 017 fv3_ccpp_gfs_v16beta_debug results .... Test 017 fv3_ccpp_gfs_v16beta_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/GNU/fv3_gfs_v15p2_RRTMGP_debug_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_19090/fv3_ccpp_gfs_v15p2_RRTMGP_debug_prod +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/GNU/fv3_gfs_v15p2_RRTMGP_debug_ccpp +working dir = /glade/scratch/worthen/FV3_RT/rt_12657/fv3_ccpp_gfs_v15p2_RRTMGP_debug_prod Checking test 018 fv3_ccpp_gfs_v15p2_RRTMGP_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1136,8 +1136,8 @@ Checking test 018 fv3_ccpp_gfs_v15p2_RRTMGP_debug results .... Test 018 fv3_ccpp_gfs_v15p2_RRTMGP_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/GNU/fv3_gfs_v16beta_RRTMGP_debug_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_19090/fv3_ccpp_gfs_v16beta_RRTMGP_debug_prod +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/GNU/fv3_gfs_v16beta_RRTMGP_debug_ccpp +working dir = /glade/scratch/worthen/FV3_RT/rt_12657/fv3_ccpp_gfs_v16beta_RRTMGP_debug_prod Checking test 019 fv3_ccpp_gfs_v16beta_RRTMGP_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1204,8 +1204,8 @@ Checking test 019 fv3_ccpp_gfs_v16beta_RRTMGP_debug results .... Test 019 fv3_ccpp_gfs_v16beta_RRTMGP_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/GNU/fv3_multigases_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_19090/fv3_ccpp_multigases_prod +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/GNU/fv3_multigases_ccpp +working dir = /glade/scratch/worthen/FV3_RT/rt_12657/fv3_ccpp_multigases_prod Checking test 020 fv3_ccpp_multigases results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1278,8 +1278,8 @@ Checking test 020 fv3_ccpp_multigases results .... Test 020 fv3_ccpp_multigases PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/GNU/HAFS_v0_HWRF_thompson_debug_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_19090/fv3_ccpp_HAFS_v0_hwrf_thompson_debug_prod +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/GNU/HAFS_v0_HWRF_thompson_debug_ccpp +working dir = /glade/scratch/worthen/FV3_RT/rt_12657/fv3_ccpp_HAFS_v0_hwrf_thompson_debug_prod Checking test 021 fv3_ccpp_HAFS_v0_hwrf_thompson_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1346,8 +1346,8 @@ Checking test 021 fv3_ccpp_HAFS_v0_hwrf_thompson_debug results .... Test 021 fv3_ccpp_HAFS_v0_hwrf_thompson_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/GNU/ESG_HAFS_v0_HWRF_thompson_debug_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_19090/fv3_ccpp_esg_HAFS_v0_hwrf_thompson_debug_prod +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/GNU/ESG_HAFS_v0_HWRF_thompson_debug_ccpp +working dir = /glade/scratch/worthen/FV3_RT/rt_12657/fv3_ccpp_esg_HAFS_v0_hwrf_thompson_debug_prod Checking test 022 fv3_ccpp_esg_HAFS_v0_hwrf_thompson_debug results .... Comparing atmos_4xdaily.nc .........OK Comparing phyf000.nc .........OK @@ -1365,5 +1365,5 @@ Test 022 fv3_ccpp_esg_HAFS_v0_hwrf_thompson_debug PASS REGRESSION TEST WAS SUCCESSFUL -Thu Jan 21 12:26:44 MST 2021 -Elapsed time: 00h:17m:41s. Have a nice day! +Mon Jan 25 06:35:43 MST 2021 +Elapsed time: 00h:18m:17s. Have a nice day! diff --git a/tests/RegressionTests_cheyenne.intel.log b/tests/RegressionTests_cheyenne.intel.log index fb0ca045de..340bcb1148 100644 --- a/tests/RegressionTests_cheyenne.intel.log +++ b/tests/RegressionTests_cheyenne.intel.log @@ -1,9 +1,9 @@ -Thu Jan 21 13:41:41 MST 2021 +Mon Jan 25 07:12:54 MST 2021 Start Regression test -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_control_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_55242/fv3_ccpp_control_prod +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_control_ccpp +working dir = /glade/scratch/worthen/FV3_RT/rt_31445/fv3_ccpp_control_prod Checking test 001 fv3_ccpp_control results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -23,12 +23,6 @@ Checking test 001 fv3_ccpp_control results .... Comparing phyf024.tile4.nc .........OK Comparing phyf024.tile5.nc .........OK Comparing phyf024.tile6.nc .........OK - Comparing phyf048.tile1.nc .........OK - Comparing phyf048.tile2.nc .........OK - Comparing phyf048.tile3.nc .........OK - Comparing phyf048.tile4.nc .........OK - Comparing phyf048.tile5.nc .........OK - Comparing phyf048.tile6.nc .........OK Comparing dynf000.tile1.nc .........OK Comparing dynf000.tile2.nc .........OK Comparing dynf000.tile3.nc .........OK @@ -41,12 +35,6 @@ Checking test 001 fv3_ccpp_control results .... Comparing dynf024.tile4.nc .........OK Comparing dynf024.tile5.nc .........OK Comparing dynf024.tile6.nc .........OK - Comparing dynf048.tile1.nc .........OK - Comparing dynf048.tile2.nc .........OK - Comparing dynf048.tile3.nc .........OK - Comparing dynf048.tile4.nc .........OK - Comparing dynf048.tile5.nc .........OK - Comparing dynf048.tile6.nc .........OK Comparing RESTART/coupler.res .........OK Comparing RESTART/fv_core.res.nc .........OK Comparing RESTART/fv_core.res.tile1.nc .........OK @@ -82,8 +70,8 @@ Checking test 001 fv3_ccpp_control results .... Test 001 fv3_ccpp_control PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_control_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_55242/fv3_ccpp_decomp_prod +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_control_ccpp +working dir = /glade/scratch/worthen/FV3_RT/rt_31445/fv3_ccpp_decomp_prod Checking test 002 fv3_ccpp_decomp results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -150,8 +138,8 @@ Checking test 002 fv3_ccpp_decomp results .... Test 002 fv3_ccpp_decomp PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_control_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_55242/fv3_ccpp_2threads_prod +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_control_ccpp +working dir = /glade/scratch/worthen/FV3_RT/rt_31445/fv3_ccpp_2threads_prod Checking test 003 fv3_ccpp_2threads results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -218,27 +206,21 @@ Checking test 003 fv3_ccpp_2threads results .... Test 003 fv3_ccpp_2threads PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_control_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_55242/fv3_ccpp_restart_prod +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_control_ccpp +working dir = /glade/scratch/worthen/FV3_RT/rt_31445/fv3_ccpp_restart_prod Checking test 004 fv3_ccpp_restart results .... - Comparing atmos_4xdaily.tile1.nc ............ALT CHECK......OK - Comparing atmos_4xdaily.tile2.nc ............ALT CHECK......OK - Comparing atmos_4xdaily.tile3.nc ............ALT CHECK......OK - Comparing atmos_4xdaily.tile4.nc ............ALT CHECK......OK - Comparing atmos_4xdaily.tile5.nc ............ALT CHECK......OK - Comparing atmos_4xdaily.tile6.nc ............ALT CHECK......OK - Comparing phyf048.tile1.nc .........OK - Comparing phyf048.tile2.nc .........OK - Comparing phyf048.tile3.nc .........OK - Comparing phyf048.tile4.nc .........OK - Comparing phyf048.tile5.nc .........OK - Comparing phyf048.tile6.nc .........OK - Comparing dynf048.tile1.nc .........OK - Comparing dynf048.tile2.nc .........OK - Comparing dynf048.tile3.nc .........OK - Comparing dynf048.tile4.nc .........OK - Comparing dynf048.tile5.nc .........OK - Comparing dynf048.tile6.nc .........OK + Comparing phyf024.tile1.nc .........OK + Comparing phyf024.tile2.nc .........OK + Comparing phyf024.tile3.nc .........OK + Comparing phyf024.tile4.nc .........OK + Comparing phyf024.tile5.nc .........OK + Comparing phyf024.tile6.nc .........OK + Comparing dynf024.tile1.nc .........OK + Comparing dynf024.tile2.nc .........OK + Comparing dynf024.tile3.nc .........OK + Comparing dynf024.tile4.nc .........OK + Comparing dynf024.tile5.nc .........OK + Comparing dynf024.tile6.nc .........OK Comparing RESTART/coupler.res .........OK Comparing RESTART/fv_core.res.nc .........OK Comparing RESTART/fv_core.res.tile1.nc .........OK @@ -274,8 +256,8 @@ Checking test 004 fv3_ccpp_restart results .... Test 004 fv3_ccpp_restart PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_read_inc_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_55242/fv3_ccpp_read_inc_prod +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_read_inc_ccpp +working dir = /glade/scratch/worthen/FV3_RT/rt_31445/fv3_ccpp_read_inc_prod Checking test 005 fv3_ccpp_read_inc results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -342,8 +324,8 @@ Checking test 005 fv3_ccpp_read_inc results .... Test 005 fv3_ccpp_read_inc PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_wrtGauss_netcdf_esmf_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_55242/fv3_ccpp_wrtGauss_netcdf_esmf_prod +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_wrtGauss_netcdf_esmf_ccpp +working dir = /glade/scratch/worthen/FV3_RT/rt_31445/fv3_ccpp_wrtGauss_netcdf_esmf_prod Checking test 006 fv3_ccpp_wrtGauss_netcdf_esmf results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -390,8 +372,8 @@ Checking test 006 fv3_ccpp_wrtGauss_netcdf_esmf results .... Test 006 fv3_ccpp_wrtGauss_netcdf_esmf PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_wrtGauss_netcdf_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_55242/fv3_ccpp_wrtGauss_netcdf_prod +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_wrtGauss_netcdf_ccpp +working dir = /glade/scratch/worthen/FV3_RT/rt_31445/fv3_ccpp_wrtGauss_netcdf_prod Checking test 007 fv3_ccpp_wrtGauss_netcdf results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -438,8 +420,8 @@ Checking test 007 fv3_ccpp_wrtGauss_netcdf results .... Test 007 fv3_ccpp_wrtGauss_netcdf PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_wrtGauss_netcdf_parallel_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_55242/fv3_ccpp_wrtGauss_netcdf_parallel_prod +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_wrtGauss_netcdf_parallel_ccpp +working dir = /glade/scratch/worthen/FV3_RT/rt_31445/fv3_ccpp_wrtGauss_netcdf_parallel_prod Checking test 008 fv3_ccpp_wrtGauss_netcdf_parallel results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -449,8 +431,8 @@ Checking test 008 fv3_ccpp_wrtGauss_netcdf_parallel results .... Comparing atmos_4xdaily.tile6.nc .........OK Comparing phyf000.nc .........OK Comparing phyf024.nc .........OK - Comparing dynf000.nc ............ALT CHECK......OK - Comparing dynf024.nc ............ALT CHECK......OK + Comparing dynf000.nc .........OK + Comparing dynf024.nc .........OK Comparing RESTART/coupler.res .........OK Comparing RESTART/fv_core.res.nc .........OK Comparing RESTART/fv_core.res.tile1.nc .........OK @@ -486,8 +468,8 @@ Checking test 008 fv3_ccpp_wrtGauss_netcdf_parallel results .... Test 008 fv3_ccpp_wrtGauss_netcdf_parallel PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_wrtGlatlon_netcdf_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_55242/fv3_ccpp_wrtGlatlon_netcdf_prod +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_wrtGlatlon_netcdf_ccpp +working dir = /glade/scratch/worthen/FV3_RT/rt_31445/fv3_ccpp_wrtGlatlon_netcdf_prod Checking test 009 fv3_ccpp_wrtGlatlon_netcdf results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -534,8 +516,8 @@ Checking test 009 fv3_ccpp_wrtGlatlon_netcdf results .... Test 009 fv3_ccpp_wrtGlatlon_netcdf PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_wrtGauss_nemsio_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_55242/fv3_ccpp_wrtGauss_nemsio_prod +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_wrtGauss_nemsio_ccpp +working dir = /glade/scratch/worthen/FV3_RT/rt_31445/fv3_ccpp_wrtGauss_nemsio_prod Checking test 010 fv3_ccpp_wrtGauss_nemsio results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -582,8 +564,8 @@ Checking test 010 fv3_ccpp_wrtGauss_nemsio results .... Test 010 fv3_ccpp_wrtGauss_nemsio PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_wrtGauss_nemsio_c192_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_55242/fv3_ccpp_wrtGauss_nemsio_c192_prod +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_wrtGauss_nemsio_c192_ccpp +working dir = /glade/scratch/worthen/FV3_RT/rt_31445/fv3_ccpp_wrtGauss_nemsio_c192_prod Checking test 011 fv3_ccpp_wrtGauss_nemsio_c192 results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -630,8 +612,8 @@ Checking test 011 fv3_ccpp_wrtGauss_nemsio_c192 results .... Test 011 fv3_ccpp_wrtGauss_nemsio_c192 PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_stochy_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_55242/fv3_ccpp_stochy_prod +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_stochy_ccpp +working dir = /glade/scratch/worthen/FV3_RT/rt_31445/fv3_ccpp_stochy_prod Checking test 012 fv3_ccpp_stochy results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -698,8 +680,8 @@ Checking test 012 fv3_ccpp_stochy results .... Test 012 fv3_ccpp_stochy PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_ca_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_55242/fv3_ccpp_ca_prod +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_ca_ccpp +working dir = /glade/scratch/worthen/FV3_RT/rt_31445/fv3_ccpp_ca_prod Checking test 013 fv3_ccpp_ca results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -766,8 +748,8 @@ Checking test 013 fv3_ccpp_ca results .... Test 013 fv3_ccpp_ca PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_lndp_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_55242/fv3_ccpp_lndp_prod +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_lndp_ccpp +working dir = /glade/scratch/worthen/FV3_RT/rt_31445/fv3_ccpp_lndp_prod Checking test 014 fv3_ccpp_lndp results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -834,8 +816,8 @@ Checking test 014 fv3_ccpp_lndp results .... Test 014 fv3_ccpp_lndp PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_iau_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_55242/fv3_ccpp_iau_prod +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_iau_ccpp +working dir = /glade/scratch/worthen/FV3_RT/rt_31445/fv3_ccpp_iau_prod Checking test 015 fv3_ccpp_iau results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -902,8 +884,8 @@ Checking test 015 fv3_ccpp_iau results .... Test 015 fv3_ccpp_iau PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_lheatstrg_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_55242/fv3_ccpp_lheatstrg_prod +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_lheatstrg_ccpp +working dir = /glade/scratch/worthen/FV3_RT/rt_31445/fv3_ccpp_lheatstrg_prod Checking test 016 fv3_ccpp_lheatstrg results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -950,8 +932,8 @@ Checking test 016 fv3_ccpp_lheatstrg results .... Test 016 fv3_ccpp_lheatstrg PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_multigases_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_55242/fv3_ccpp_multigases_prod +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_multigases_ccpp +working dir = /glade/scratch/worthen/FV3_RT/rt_31445/fv3_ccpp_multigases_prod Checking test 017 fv3_ccpp_multigases results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1024,8 +1006,8 @@ Checking test 017 fv3_ccpp_multigases results .... Test 017 fv3_ccpp_multigases PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_control_32bit_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_55242/fv3_ccpp_control_32bit_prod +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_control_32bit_ccpp +working dir = /glade/scratch/worthen/FV3_RT/rt_31445/fv3_ccpp_control_32bit_prod Checking test 018 fv3_ccpp_control_32bit results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1092,8 +1074,8 @@ Checking test 018 fv3_ccpp_control_32bit results .... Test 018 fv3_ccpp_control_32bit PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_stretched_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_55242/fv3_ccpp_stretched_prod +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_stretched_ccpp +working dir = /glade/scratch/worthen/FV3_RT/rt_31445/fv3_ccpp_stretched_prod Checking test 019 fv3_ccpp_stretched results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1148,8 +1130,8 @@ Checking test 019 fv3_ccpp_stretched results .... Test 019 fv3_ccpp_stretched PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_stretched_nest_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_55242/fv3_ccpp_stretched_nest_prod +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_stretched_nest_ccpp +working dir = /glade/scratch/worthen/FV3_RT/rt_31445/fv3_ccpp_stretched_nest_prod Checking test 020 fv3_ccpp_stretched_nest results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1215,8 +1197,8 @@ Checking test 020 fv3_ccpp_stretched_nest results .... Test 020 fv3_ccpp_stretched_nest PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_regional_control_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_55242/fv3_ccpp_regional_control_prod +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_regional_control_ccpp +working dir = /glade/scratch/worthen/FV3_RT/rt_31445/fv3_ccpp_regional_control_prod Checking test 021 fv3_ccpp_regional_control results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK @@ -1226,8 +1208,8 @@ Checking test 021 fv3_ccpp_regional_control results .... Test 021 fv3_ccpp_regional_control PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_regional_restart_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_55242/fv3_ccpp_regional_restart_prod +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_regional_restart_ccpp +working dir = /glade/scratch/worthen/FV3_RT/rt_31445/fv3_ccpp_regional_restart_prod Checking test 022 fv3_ccpp_regional_restart results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK @@ -1235,8 +1217,8 @@ Checking test 022 fv3_ccpp_regional_restart results .... Test 022 fv3_ccpp_regional_restart PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_regional_quilt_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_55242/fv3_ccpp_regional_quilt_prod +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_regional_quilt_ccpp +working dir = /glade/scratch/worthen/FV3_RT/rt_31445/fv3_ccpp_regional_quilt_prod Checking test 023 fv3_ccpp_regional_quilt results .... Comparing atmos_4xdaily.nc .........OK Comparing dynf000.nc .........OK @@ -1246,19 +1228,19 @@ Checking test 023 fv3_ccpp_regional_quilt results .... Test 023 fv3_ccpp_regional_quilt PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_regional_quilt_netcdf_parallel_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_55242/fv3_ccpp_regional_quilt_netcdf_parallel_prod +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_regional_quilt_netcdf_parallel_ccpp +working dir = /glade/scratch/worthen/FV3_RT/rt_31445/fv3_ccpp_regional_quilt_netcdf_parallel_prod Checking test 024 fv3_ccpp_regional_quilt_netcdf_parallel results .... Comparing atmos_4xdaily.nc .........OK Comparing dynf000.nc ............ALT CHECK......OK - Comparing dynf024.nc ............ALT CHECK......OK - Comparing phyf000.nc .........OK + Comparing dynf024.nc .........OK + Comparing phyf000.nc ............ALT CHECK......OK Comparing phyf024.nc .........OK Test 024 fv3_ccpp_regional_quilt_netcdf_parallel PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_control_debug_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_55242/fv3_ccpp_control_debug_prod +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_control_debug_ccpp +working dir = /glade/scratch/worthen/FV3_RT/rt_31445/fv3_ccpp_control_debug_prod Checking test 025 fv3_ccpp_control_debug results .... Comparing phyf000.tile1.nc .........OK Comparing phyf000.tile2.nc .........OK @@ -1287,8 +1269,8 @@ Checking test 025 fv3_ccpp_control_debug results .... Test 025 fv3_ccpp_control_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_stretched_nest_debug_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_55242/fv3_ccpp_stretched_nest_debug_prod +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_stretched_nest_debug_ccpp +working dir = /glade/scratch/worthen/FV3_RT/rt_31445/fv3_ccpp_stretched_nest_debug_prod Checking test 026 fv3_ccpp_stretched_nest_debug results .... Comparing fv3_history2d.nest02.tile7.nc .........OK Comparing fv3_history2d.tile1.nc .........OK @@ -1307,8 +1289,8 @@ Checking test 026 fv3_ccpp_stretched_nest_debug results .... Test 026 fv3_ccpp_stretched_nest_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_gfdlmp_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_55242/fv3_ccpp_gfdlmp_prod +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_gfdlmp_ccpp +working dir = /glade/scratch/worthen/FV3_RT/rt_31445/fv3_ccpp_gfdlmp_prod Checking test 027 fv3_ccpp_gfdlmp results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1355,8 +1337,8 @@ Checking test 027 fv3_ccpp_gfdlmp results .... Test 027 fv3_ccpp_gfdlmp PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_gfdlmprad_gwd_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_55242/fv3_ccpp_gfdlmprad_gwd_prod +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_gfdlmprad_gwd_ccpp +working dir = /glade/scratch/worthen/FV3_RT/rt_31445/fv3_ccpp_gfdlmprad_gwd_prod Checking test 028 fv3_ccpp_gfdlmprad_gwd results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1403,8 +1385,8 @@ Checking test 028 fv3_ccpp_gfdlmprad_gwd results .... Test 028 fv3_ccpp_gfdlmprad_gwd PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_gfdlmprad_noahmp_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_55242/fv3_ccpp_gfdlmprad_noahmp_prod +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_gfdlmprad_noahmp_ccpp +working dir = /glade/scratch/worthen/FV3_RT/rt_31445/fv3_ccpp_gfdlmprad_noahmp_prod Checking test 029 fv3_ccpp_gfdlmprad_noahmp results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1451,8 +1433,8 @@ Checking test 029 fv3_ccpp_gfdlmprad_noahmp results .... Test 029 fv3_ccpp_gfdlmprad_noahmp PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_csawmg_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_55242/fv3_ccpp_csawmg_prod +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_csawmg_ccpp +working dir = /glade/scratch/worthen/FV3_RT/rt_31445/fv3_ccpp_csawmg_prod Checking test 030 fv3_ccpp_csawmg results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1499,8 +1481,8 @@ Checking test 030 fv3_ccpp_csawmg results .... Test 030 fv3_ccpp_csawmg PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_satmedmf_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_55242/fv3_ccpp_satmedmf_prod +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_satmedmf_ccpp +working dir = /glade/scratch/worthen/FV3_RT/rt_31445/fv3_ccpp_satmedmf_prod Checking test 031 fv3_ccpp_satmedmf results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1547,8 +1529,8 @@ Checking test 031 fv3_ccpp_satmedmf results .... Test 031 fv3_ccpp_satmedmf PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_satmedmfq_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_55242/fv3_ccpp_satmedmfq_prod +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_satmedmfq_ccpp +working dir = /glade/scratch/worthen/FV3_RT/rt_31445/fv3_ccpp_satmedmfq_prod Checking test 032 fv3_ccpp_satmedmfq results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1595,8 +1577,8 @@ Checking test 032 fv3_ccpp_satmedmfq results .... Test 032 fv3_ccpp_satmedmfq PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_gfdlmp_32bit_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_55242/fv3_ccpp_gfdlmp_32bit_prod +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_gfdlmp_32bit_ccpp +working dir = /glade/scratch/worthen/FV3_RT/rt_31445/fv3_ccpp_gfdlmp_32bit_prod Checking test 033 fv3_ccpp_gfdlmp_32bit results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1643,8 +1625,8 @@ Checking test 033 fv3_ccpp_gfdlmp_32bit results .... Test 033 fv3_ccpp_gfdlmp_32bit PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_gfdlmprad_32bit_post_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_55242/fv3_ccpp_gfdlmprad_32bit_post_prod +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_gfdlmprad_32bit_post_ccpp +working dir = /glade/scratch/worthen/FV3_RT/rt_31445/fv3_ccpp_gfdlmprad_32bit_post_prod Checking test 034 fv3_ccpp_gfdlmprad_32bit_post results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1695,8 +1677,8 @@ Checking test 034 fv3_ccpp_gfdlmprad_32bit_post results .... Test 034 fv3_ccpp_gfdlmprad_32bit_post PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_cpt_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_55242/fv3_ccpp_cpt_prod +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_cpt_ccpp +working dir = /glade/scratch/worthen/FV3_RT/rt_31445/fv3_ccpp_cpt_prod Checking test 035 fv3_ccpp_cpt results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1749,8 +1731,8 @@ Checking test 035 fv3_ccpp_cpt results .... Test 035 fv3_ccpp_cpt PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_gsd_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_55242/fv3_ccpp_gsd_prod +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_gsd_ccpp +working dir = /glade/scratch/worthen/FV3_RT/rt_31445/fv3_ccpp_gsd_prod Checking test 036 fv3_ccpp_gsd results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1841,8 +1823,8 @@ Checking test 036 fv3_ccpp_gsd results .... Test 036 fv3_ccpp_gsd PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_rap_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_55242/fv3_ccpp_rap_prod +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_rap_ccpp +working dir = /glade/scratch/worthen/FV3_RT/rt_31445/fv3_ccpp_rap_prod Checking test 037 fv3_ccpp_rap results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1909,8 +1891,8 @@ Checking test 037 fv3_ccpp_rap results .... Test 037 fv3_ccpp_rap PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_hrrr_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_55242/fv3_ccpp_hrrr_prod +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_hrrr_ccpp +working dir = /glade/scratch/worthen/FV3_RT/rt_31445/fv3_ccpp_hrrr_prod Checking test 038 fv3_ccpp_hrrr results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1977,8 +1959,8 @@ Checking test 038 fv3_ccpp_hrrr results .... Test 038 fv3_ccpp_hrrr PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_thompson_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_55242/fv3_ccpp_thompson_prod +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_thompson_ccpp +working dir = /glade/scratch/worthen/FV3_RT/rt_31445/fv3_ccpp_thompson_prod Checking test 039 fv3_ccpp_thompson results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2045,8 +2027,8 @@ Checking test 039 fv3_ccpp_thompson results .... Test 039 fv3_ccpp_thompson PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_thompson_no_aero_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_55242/fv3_ccpp_thompson_no_aero_prod +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_thompson_no_aero_ccpp +working dir = /glade/scratch/worthen/FV3_RT/rt_31445/fv3_ccpp_thompson_no_aero_prod Checking test 040 fv3_ccpp_thompson_no_aero results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2113,8 +2095,8 @@ Checking test 040 fv3_ccpp_thompson_no_aero results .... Test 040 fv3_ccpp_thompson_no_aero PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_rrfs_v1beta_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_55242/fv3_ccpp_rrfs_v1beta_prod +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_rrfs_v1beta_ccpp +working dir = /glade/scratch/worthen/FV3_RT/rt_31445/fv3_ccpp_rrfs_v1beta_prod Checking test 041 fv3_ccpp_rrfs_v1beta results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2181,8 +2163,8 @@ Checking test 041 fv3_ccpp_rrfs_v1beta results .... Test 041 fv3_ccpp_rrfs_v1beta PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_gfs_v15p2_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_55242/fv3_ccpp_gfs_v15p2_prod +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_gfs_v15p2_ccpp +working dir = /glade/scratch/worthen/FV3_RT/rt_31445/fv3_ccpp_gfs_v15p2_prod Checking test 042 fv3_ccpp_gfs_v15p2 results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2249,8 +2231,8 @@ Checking test 042 fv3_ccpp_gfs_v15p2 results .... Test 042 fv3_ccpp_gfs_v15p2 PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_gfs_v16beta_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_55242/fv3_ccpp_gfs_v16beta_prod +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_gfs_v16beta_ccpp +working dir = /glade/scratch/worthen/FV3_RT/rt_31445/fv3_ccpp_gfs_v16beta_prod Checking test 043 fv3_ccpp_gfs_v16beta results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2329,8 +2311,8 @@ Checking test 043 fv3_ccpp_gfs_v16beta results .... Test 043 fv3_ccpp_gfs_v16beta PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_gfs_v16beta_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_55242/fv3_ccpp_gfs_v16beta_restart_prod +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_gfs_v16beta_ccpp +working dir = /glade/scratch/worthen/FV3_RT/rt_31445/fv3_ccpp_gfs_v16beta_restart_prod Checking test 044 fv3_ccpp_gfs_v16beta_restart results .... Comparing phyf048.tile1.nc .........OK Comparing phyf048.tile2.nc .........OK @@ -2379,8 +2361,8 @@ Checking test 044 fv3_ccpp_gfs_v16beta_restart results .... Test 044 fv3_ccpp_gfs_v16beta_restart PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_gfs_v16beta_stochy_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_55242/fv3_ccpp_gfs_v16beta_stochy_prod +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_gfs_v16beta_stochy_ccpp +working dir = /glade/scratch/worthen/FV3_RT/rt_31445/fv3_ccpp_gfs_v16beta_stochy_prod Checking test 045 fv3_ccpp_gfs_v16beta_stochy results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2447,8 +2429,8 @@ Checking test 045 fv3_ccpp_gfs_v16beta_stochy results .... Test 045 fv3_ccpp_gfs_v16beta_stochy PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_gfs_v15p2_RRTMGP_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_55242/fv3_ccpp_gfs_v15p2_RRTMGP_prod +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_gfs_v15p2_RRTMGP_ccpp +working dir = /glade/scratch/worthen/FV3_RT/rt_31445/fv3_ccpp_gfs_v15p2_RRTMGP_prod Checking test 046 fv3_ccpp_gfs_v15p2_RRTMGP results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2515,8 +2497,8 @@ Checking test 046 fv3_ccpp_gfs_v15p2_RRTMGP results .... Test 046 fv3_ccpp_gfs_v15p2_RRTMGP PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_gfs_v16beta_RRTMGP_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_55242/fv3_ccpp_gfs_v16beta_RRTMGP_prod +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_gfs_v16beta_RRTMGP_ccpp +working dir = /glade/scratch/worthen/FV3_RT/rt_31445/fv3_ccpp_gfs_v16beta_RRTMGP_prod Checking test 047 fv3_ccpp_gfs_v16beta_RRTMGP results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2583,8 +2565,8 @@ Checking test 047 fv3_ccpp_gfs_v16beta_RRTMGP results .... Test 047 fv3_ccpp_gfs_v16beta_RRTMGP PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_gfs_v16_RRTMGP_c192L127_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_55242/fv3_ccpp_gfs_v16_RRTMGP_c192L127_prod +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_gfs_v16_RRTMGP_c192L127_ccpp +working dir = /glade/scratch/worthen/FV3_RT/rt_31445/fv3_ccpp_gfs_v16_RRTMGP_c192L127_prod Checking test 048 fv3_ccpp_gfs_v16_RRTMGP_c192L127 results .... Comparing phyf000.tile1.nc .........OK Comparing phyf000.tile2.nc .........OK @@ -2645,8 +2627,8 @@ Checking test 048 fv3_ccpp_gfs_v16_RRTMGP_c192L127 results .... Test 048 fv3_ccpp_gfs_v16_RRTMGP_c192L127 PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_gocart_clm_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_55242/fv3_ccpp_gocart_clm_prod +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_gocart_clm_ccpp +working dir = /glade/scratch/worthen/FV3_RT/rt_31445/fv3_ccpp_gocart_clm_prod Checking test 049 fv3_ccpp_gocart_clm results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2693,8 +2675,8 @@ Checking test 049 fv3_ccpp_gocart_clm results .... Test 049 fv3_ccpp_gocart_clm PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_gfs_v16beta_flake_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_55242/fv3_ccpp_gfs_v16beta_flake_prod +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_gfs_v16beta_flake_ccpp +working dir = /glade/scratch/worthen/FV3_RT/rt_31445/fv3_ccpp_gfs_v16beta_flake_prod Checking test 050 fv3_ccpp_gfs_v16beta_flake results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2761,8 +2743,8 @@ Checking test 050 fv3_ccpp_gfs_v16beta_flake results .... Test 050 fv3_ccpp_gfs_v16beta_flake PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/HAFS_v0_HWRF_thompson_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_55242/fv3_ccpp_HAFS_v0_hwrf_thompson_prod +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/HAFS_v0_HWRF_thompson_ccpp +working dir = /glade/scratch/worthen/FV3_RT/rt_31445/fv3_ccpp_HAFS_v0_hwrf_thompson_prod Checking test 051 fv3_ccpp_HAFS_v0_hwrf_thompson results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2829,8 +2811,8 @@ Checking test 051 fv3_ccpp_HAFS_v0_hwrf_thompson results .... Test 051 fv3_ccpp_HAFS_v0_hwrf_thompson PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/ESG_HAFS_v0_HWRF_thompson_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_55242/fv3_ccpp_esg_HAFS_v0_hwrf_thompson_prod +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/ESG_HAFS_v0_HWRF_thompson_ccpp +working dir = /glade/scratch/worthen/FV3_RT/rt_31445/fv3_ccpp_esg_HAFS_v0_hwrf_thompson_prod Checking test 052 fv3_ccpp_esg_HAFS_v0_hwrf_thompson results .... Comparing atmos_4xdaily.nc .........OK Comparing phyf000.nc .........OK @@ -2847,8 +2829,8 @@ Checking test 052 fv3_ccpp_esg_HAFS_v0_hwrf_thompson results .... Test 052 fv3_ccpp_esg_HAFS_v0_hwrf_thompson PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_gfs_v15p2_debug_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_55242/fv3_ccpp_gfs_v15p2_debug_prod +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_gfs_v15p2_debug_ccpp +working dir = /glade/scratch/worthen/FV3_RT/rt_31445/fv3_ccpp_gfs_v15p2_debug_prod Checking test 053 fv3_ccpp_gfs_v15p2_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2915,8 +2897,8 @@ Checking test 053 fv3_ccpp_gfs_v15p2_debug results .... Test 053 fv3_ccpp_gfs_v15p2_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_gfs_v16beta_debug_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_55242/fv3_ccpp_gfs_v16beta_debug_prod +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_gfs_v16beta_debug_ccpp +working dir = /glade/scratch/worthen/FV3_RT/rt_31445/fv3_ccpp_gfs_v16beta_debug_prod Checking test 054 fv3_ccpp_gfs_v16beta_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2983,8 +2965,8 @@ Checking test 054 fv3_ccpp_gfs_v16beta_debug results .... Test 054 fv3_ccpp_gfs_v16beta_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_gfs_v15p2_RRTMGP_debug_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_55242/fv3_ccpp_gfs_v15p2_RRTMGP_debug_prod +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_gfs_v15p2_RRTMGP_debug_ccpp +working dir = /glade/scratch/worthen/FV3_RT/rt_31445/fv3_ccpp_gfs_v15p2_RRTMGP_debug_prod Checking test 055 fv3_ccpp_gfs_v15p2_RRTMGP_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -3051,8 +3033,8 @@ Checking test 055 fv3_ccpp_gfs_v15p2_RRTMGP_debug results .... Test 055 fv3_ccpp_gfs_v15p2_RRTMGP_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_gfs_v16beta_RRTMGP_debug_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_55242/fv3_ccpp_gfs_v16beta_RRTMGP_debug_prod +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_gfs_v16beta_RRTMGP_debug_ccpp +working dir = /glade/scratch/worthen/FV3_RT/rt_31445/fv3_ccpp_gfs_v16beta_RRTMGP_debug_prod Checking test 056 fv3_ccpp_gfs_v16beta_RRTMGP_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -3119,8 +3101,8 @@ Checking test 056 fv3_ccpp_gfs_v16beta_RRTMGP_debug results .... Test 056 fv3_ccpp_gfs_v16beta_RRTMGP_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_gsd_debug_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_55242/fv3_ccpp_gsd_debug_prod +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_gsd_debug_ccpp +working dir = /glade/scratch/worthen/FV3_RT/rt_31445/fv3_ccpp_gsd_debug_prod Checking test 057 fv3_ccpp_gsd_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -3187,8 +3169,8 @@ Checking test 057 fv3_ccpp_gsd_debug results .... Test 057 fv3_ccpp_gsd_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_gsd_diag3d_debug_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_55242/fv3_ccpp_gsd_diag3d_debug_prod +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_gsd_diag3d_debug_ccpp +working dir = /glade/scratch/worthen/FV3_RT/rt_31445/fv3_ccpp_gsd_diag3d_debug_prod Checking test 058 fv3_ccpp_gsd_diag3d_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -3255,8 +3237,8 @@ Checking test 058 fv3_ccpp_gsd_diag3d_debug results .... Test 058 fv3_ccpp_gsd_diag3d_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_thompson_debug_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_55242/fv3_ccpp_thompson_debug_prod +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_thompson_debug_ccpp +working dir = /glade/scratch/worthen/FV3_RT/rt_31445/fv3_ccpp_thompson_debug_prod Checking test 059 fv3_ccpp_thompson_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -3323,8 +3305,8 @@ Checking test 059 fv3_ccpp_thompson_debug results .... Test 059 fv3_ccpp_thompson_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_thompson_no_aero_debug_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_55242/fv3_ccpp_thompson_no_aero_debug_prod +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_thompson_no_aero_debug_ccpp +working dir = /glade/scratch/worthen/FV3_RT/rt_31445/fv3_ccpp_thompson_no_aero_debug_prod Checking test 060 fv3_ccpp_thompson_no_aero_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -3391,8 +3373,8 @@ Checking test 060 fv3_ccpp_thompson_no_aero_debug results .... Test 060 fv3_ccpp_thompson_no_aero_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_rrfs_v1beta_debug_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_55242/fv3_ccpp_rrfs_v1beta_debug_prod +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_rrfs_v1beta_debug_ccpp +working dir = /glade/scratch/worthen/FV3_RT/rt_31445/fv3_ccpp_rrfs_v1beta_debug_prod Checking test 061 fv3_ccpp_rrfs_v1beta_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -3459,8 +3441,8 @@ Checking test 061 fv3_ccpp_rrfs_v1beta_debug results .... Test 061 fv3_ccpp_rrfs_v1beta_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/HAFS_v0_HWRF_thompson_debug_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_55242/fv3_ccpp_HAFS_v0_hwrf_thompson_debug_prod +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/HAFS_v0_HWRF_thompson_debug_ccpp +working dir = /glade/scratch/worthen/FV3_RT/rt_31445/fv3_ccpp_HAFS_v0_hwrf_thompson_debug_prod Checking test 062 fv3_ccpp_HAFS_v0_hwrf_thompson_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -3527,8 +3509,8 @@ Checking test 062 fv3_ccpp_HAFS_v0_hwrf_thompson_debug results .... Test 062 fv3_ccpp_HAFS_v0_hwrf_thompson_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/ESG_HAFS_v0_HWRF_thompson_debug_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_55242/fv3_ccpp_esg_HAFS_v0_hwrf_thompson_debug_prod +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/ESG_HAFS_v0_HWRF_thompson_debug_ccpp +working dir = /glade/scratch/worthen/FV3_RT/rt_31445/fv3_ccpp_esg_HAFS_v0_hwrf_thompson_debug_prod Checking test 063 fv3_ccpp_esg_HAFS_v0_hwrf_thompson_debug results .... Comparing atmos_4xdaily.nc .........OK Comparing phyf000.nc .........OK @@ -3545,8 +3527,8 @@ Checking test 063 fv3_ccpp_esg_HAFS_v0_hwrf_thompson_debug results .... Test 063 fv3_ccpp_esg_HAFS_v0_hwrf_thompson_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/cpld_control_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_55242/cpld_control_prod +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/cpld_control_ccpp +working dir = /glade/scratch/worthen/FV3_RT/rt_31445/cpld_control_prod Checking test 064 cpld_control results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -3598,8 +3580,8 @@ Checking test 064 cpld_control results .... Test 064 cpld_control PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/cpld_control_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_55242/cpld_restart_prod +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/cpld_control_ccpp +working dir = /glade/scratch/worthen/FV3_RT/rt_31445/cpld_restart_prod Checking test 065 cpld_restart results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -3651,8 +3633,8 @@ Checking test 065 cpld_restart results .... Test 065 cpld_restart PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/cpld_controlfrac_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_55242/cpld_controlfrac_prod +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/cpld_controlfrac_ccpp +working dir = /glade/scratch/worthen/FV3_RT/rt_31445/cpld_controlfrac_prod Checking test 066 cpld_controlfrac results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -3704,8 +3686,8 @@ Checking test 066 cpld_controlfrac results .... Test 066 cpld_controlfrac PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/cpld_controlfrac_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_55242/cpld_restartfrac_prod +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/cpld_controlfrac_ccpp +working dir = /glade/scratch/worthen/FV3_RT/rt_31445/cpld_restartfrac_prod Checking test 067 cpld_restartfrac results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -3757,8 +3739,8 @@ Checking test 067 cpld_restartfrac results .... Test 067 cpld_restartfrac PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/cpld_control_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_55242/cpld_2threads_prod +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/cpld_control_ccpp +working dir = /glade/scratch/worthen/FV3_RT/rt_31445/cpld_2threads_prod Checking test 068 cpld_2threads results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -3810,8 +3792,8 @@ Checking test 068 cpld_2threads results .... Test 068 cpld_2threads PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/cpld_control_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_55242/cpld_decomp_prod +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/cpld_control_ccpp +working dir = /glade/scratch/worthen/FV3_RT/rt_31445/cpld_decomp_prod Checking test 069 cpld_decomp results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -3863,8 +3845,8 @@ Checking test 069 cpld_decomp results .... Test 069 cpld_decomp PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/cpld_satmedmf_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_55242/cpld_satmedmf_prod +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/cpld_satmedmf_ccpp +working dir = /glade/scratch/worthen/FV3_RT/rt_31445/cpld_satmedmf_prod Checking test 070 cpld_satmedmf results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -3916,8 +3898,8 @@ Checking test 070 cpld_satmedmf results .... Test 070 cpld_satmedmf PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/cpld_ca_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_55242/cpld_ca_prod +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/cpld_ca_ccpp +working dir = /glade/scratch/worthen/FV3_RT/rt_31445/cpld_ca_prod Checking test 071 cpld_ca results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -3969,8 +3951,8 @@ Checking test 071 cpld_ca results .... Test 071 cpld_ca PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/cpld_control_c192_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_55242/cpld_control_c192_prod +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/cpld_control_c192_ccpp +working dir = /glade/scratch/worthen/FV3_RT/rt_31445/cpld_control_c192_prod Checking test 072 cpld_control_c192 results .... Comparing phyf048.tile1.nc .........OK Comparing phyf048.tile2.nc .........OK @@ -4022,8 +4004,8 @@ Checking test 072 cpld_control_c192 results .... Test 072 cpld_control_c192 PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/cpld_control_c192_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_55242/cpld_restart_c192_prod +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/cpld_control_c192_ccpp +working dir = /glade/scratch/worthen/FV3_RT/rt_31445/cpld_restart_c192_prod Checking test 073 cpld_restart_c192 results .... Comparing phyf048.tile1.nc .........OK Comparing phyf048.tile2.nc .........OK @@ -4075,8 +4057,8 @@ Checking test 073 cpld_restart_c192 results .... Test 073 cpld_restart_c192 PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/cpld_controlfrac_c192_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_55242/cpld_controlfrac_c192_prod +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/cpld_controlfrac_c192_ccpp +working dir = /glade/scratch/worthen/FV3_RT/rt_31445/cpld_controlfrac_c192_prod Checking test 074 cpld_controlfrac_c192 results .... Comparing phyf048.tile1.nc .........OK Comparing phyf048.tile2.nc .........OK @@ -4128,8 +4110,8 @@ Checking test 074 cpld_controlfrac_c192 results .... Test 074 cpld_controlfrac_c192 PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/cpld_controlfrac_c192_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_55242/cpld_restartfrac_c192_prod +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/cpld_controlfrac_c192_ccpp +working dir = /glade/scratch/worthen/FV3_RT/rt_31445/cpld_restartfrac_c192_prod Checking test 075 cpld_restartfrac_c192 results .... Comparing phyf048.tile1.nc .........OK Comparing phyf048.tile2.nc .........OK @@ -4181,8 +4163,8 @@ Checking test 075 cpld_restartfrac_c192 results .... Test 075 cpld_restartfrac_c192 PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/cpld_control_c384_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_55242/cpld_control_c384_prod +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/cpld_control_c384_ccpp +working dir = /glade/scratch/worthen/FV3_RT/rt_31445/cpld_control_c384_prod Checking test 076 cpld_control_c384 results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -4237,8 +4219,8 @@ Checking test 076 cpld_control_c384 results .... Test 076 cpld_control_c384 PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/cpld_control_c384_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_55242/cpld_restart_c384_prod +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/cpld_control_c384_ccpp +working dir = /glade/scratch/worthen/FV3_RT/rt_31445/cpld_restart_c384_prod Checking test 077 cpld_restart_c384 results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -4293,8 +4275,8 @@ Checking test 077 cpld_restart_c384 results .... Test 077 cpld_restart_c384 PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/cpld_controlfrac_c384_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_55242/cpld_controlfrac_c384_prod +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/cpld_controlfrac_c384_ccpp +working dir = /glade/scratch/worthen/FV3_RT/rt_31445/cpld_controlfrac_c384_prod Checking test 078 cpld_controlfrac_c384 results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -4349,8 +4331,8 @@ Checking test 078 cpld_controlfrac_c384 results .... Test 078 cpld_controlfrac_c384 PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/cpld_controlfrac_c384_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_55242/cpld_restartfrac_c384_prod +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/cpld_controlfrac_c384_ccpp +working dir = /glade/scratch/worthen/FV3_RT/rt_31445/cpld_restartfrac_c384_prod Checking test 079 cpld_restartfrac_c384 results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -4405,8 +4387,8 @@ Checking test 079 cpld_restartfrac_c384 results .... Test 079 cpld_restartfrac_c384 PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/cpld_bmark_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_55242/cpld_bmark_prod +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/cpld_bmark_ccpp +working dir = /glade/scratch/worthen/FV3_RT/rt_31445/cpld_bmark_prod Checking test 080 cpld_bmark results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -4461,8 +4443,8 @@ Checking test 080 cpld_bmark results .... Test 080 cpld_bmark PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/cpld_bmark_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_55242/cpld_restart_bmark_prod +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/cpld_bmark_ccpp +working dir = /glade/scratch/worthen/FV3_RT/rt_31445/cpld_restart_bmark_prod Checking test 081 cpld_restart_bmark results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -4517,8 +4499,8 @@ Checking test 081 cpld_restart_bmark results .... Test 081 cpld_restart_bmark PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/cpld_bmarkfrac_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_55242/cpld_bmarkfrac_prod +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/cpld_bmarkfrac_ccpp +working dir = /glade/scratch/worthen/FV3_RT/rt_31445/cpld_bmarkfrac_prod Checking test 082 cpld_bmarkfrac results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -4573,8 +4555,8 @@ Checking test 082 cpld_bmarkfrac results .... Test 082 cpld_bmarkfrac PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/cpld_bmarkfrac_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_55242/cpld_restart_bmarkfrac_prod +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/cpld_bmarkfrac_ccpp +working dir = /glade/scratch/worthen/FV3_RT/rt_31445/cpld_restart_bmarkfrac_prod Checking test 083 cpld_restart_bmarkfrac results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -4629,8 +4611,8 @@ Checking test 083 cpld_restart_bmarkfrac results .... Test 083 cpld_restart_bmarkfrac PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/cpld_bmarkfrac_v16_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_55242/cpld_bmarkfrac_v16_prod +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/cpld_bmarkfrac_v16_ccpp +working dir = /glade/scratch/worthen/FV3_RT/rt_31445/cpld_bmarkfrac_v16_prod Checking test 084 cpld_bmarkfrac_v16 results .... Comparing phyf012.tile1.nc .........OK Comparing phyf012.tile2.nc .........OK @@ -4685,8 +4667,8 @@ Checking test 084 cpld_bmarkfrac_v16 results .... Test 084 cpld_bmarkfrac_v16 PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/cpld_bmarkfrac_v16_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_55242/cpld_restart_bmarkfrac_v16_prod +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/cpld_bmarkfrac_v16_ccpp +working dir = /glade/scratch/worthen/FV3_RT/rt_31445/cpld_restart_bmarkfrac_v16_prod Checking test 085 cpld_restart_bmarkfrac_v16 results .... Comparing phyf012.tile1.nc .........OK Comparing phyf012.tile2.nc .........OK @@ -4741,8 +4723,8 @@ Checking test 085 cpld_restart_bmarkfrac_v16 results .... Test 085 cpld_restart_bmarkfrac_v16 PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/cpld_bmark_wave_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_55242/cpld_bmark_wave_prod +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/cpld_bmark_wave_ccpp +working dir = /glade/scratch/worthen/FV3_RT/rt_31445/cpld_bmark_wave_prod Checking test 086 cpld_bmark_wave results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -4800,8 +4782,8 @@ Checking test 086 cpld_bmark_wave results .... Test 086 cpld_bmark_wave PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/cpld_bmarkfrac_wave_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_55242/cpld_bmarkfrac_wave_prod +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/cpld_bmarkfrac_wave_ccpp +working dir = /glade/scratch/worthen/FV3_RT/rt_31445/cpld_bmarkfrac_wave_prod Checking test 087 cpld_bmarkfrac_wave results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -4859,8 +4841,8 @@ Checking test 087 cpld_bmarkfrac_wave results .... Test 087 cpld_bmarkfrac_wave PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/cpld_bmarkfrac_wave_v16_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_55242/cpld_bmarkfrac_wave_v16_prod +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/cpld_bmarkfrac_wave_v16_ccpp +working dir = /glade/scratch/worthen/FV3_RT/rt_31445/cpld_bmarkfrac_wave_v16_prod Checking test 088 cpld_bmarkfrac_wave_v16 results .... Comparing phyf012.tile1.nc .........OK Comparing phyf012.tile2.nc .........OK @@ -4918,8 +4900,8 @@ Checking test 088 cpld_bmarkfrac_wave_v16 results .... Test 088 cpld_bmarkfrac_wave_v16 PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/cpld_debug_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_55242/cpld_debug_prod +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/cpld_debug_ccpp +working dir = /glade/scratch/worthen/FV3_RT/rt_31445/cpld_debug_prod Checking test 089 cpld_debug results .... Comparing phyf006.tile1.nc .........OK Comparing phyf006.tile2.nc .........OK @@ -4971,8 +4953,8 @@ Checking test 089 cpld_debug results .... Test 089 cpld_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/cpld_debugfrac_ccpp -working dir = /glade/scratch/worthen/FV3_RT/rt_55242/cpld_debugfrac_prod +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/cpld_debugfrac_ccpp +working dir = /glade/scratch/worthen/FV3_RT/rt_31445/cpld_debugfrac_prod Checking test 090 cpld_debugfrac results .... Comparing phyf006.tile1.nc .........OK Comparing phyf006.tile2.nc .........OK @@ -5024,8 +5006,8 @@ Checking test 090 cpld_debugfrac results .... Test 090 cpld_debugfrac PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/datm_control_cfsr -working dir = /glade/scratch/worthen/FV3_RT/rt_55242/datm_control_cfsr +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/datm_control_cfsr +working dir = /glade/scratch/worthen/FV3_RT/rt_31445/datm_control_cfsr Checking test 091 datm_control_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK @@ -5033,8 +5015,8 @@ Checking test 091 datm_control_cfsr results .... Test 091 datm_control_cfsr PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/datm_control_cfsr -working dir = /glade/scratch/worthen/FV3_RT/rt_55242/datm_restart_cfsr +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/datm_control_cfsr +working dir = /glade/scratch/worthen/FV3_RT/rt_31445/datm_restart_cfsr Checking test 092 datm_restart_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK @@ -5042,8 +5024,8 @@ Checking test 092 datm_restart_cfsr results .... Test 092 datm_restart_cfsr PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/datm_control_gefs -working dir = /glade/scratch/worthen/FV3_RT/rt_55242/datm_control_gefs +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/datm_control_gefs +working dir = /glade/scratch/worthen/FV3_RT/rt_31445/datm_control_gefs Checking test 093 datm_control_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK @@ -5051,8 +5033,8 @@ Checking test 093 datm_control_gefs results .... Test 093 datm_control_gefs PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/datm_bulk_cfsr -working dir = /glade/scratch/worthen/FV3_RT/rt_55242/datm_bulk_cfsr +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/datm_bulk_cfsr +working dir = /glade/scratch/worthen/FV3_RT/rt_31445/datm_bulk_cfsr Checking test 094 datm_bulk_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK @@ -5060,8 +5042,8 @@ Checking test 094 datm_bulk_cfsr results .... Test 094 datm_bulk_cfsr PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/datm_bulk_gefs -working dir = /glade/scratch/worthen/FV3_RT/rt_55242/datm_bulk_gefs +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/datm_bulk_gefs +working dir = /glade/scratch/worthen/FV3_RT/rt_31445/datm_bulk_gefs Checking test 095 datm_bulk_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK @@ -5069,8 +5051,8 @@ Checking test 095 datm_bulk_gefs results .... Test 095 datm_bulk_gefs PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/datm_mx025_cfsr -working dir = /glade/scratch/worthen/FV3_RT/rt_55242/datm_mx025_cfsr +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/datm_mx025_cfsr +working dir = /glade/scratch/worthen/FV3_RT/rt_31445/datm_mx025_cfsr Checking test 096 datm_mx025_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK @@ -5081,8 +5063,8 @@ Checking test 096 datm_mx025_cfsr results .... Test 096 datm_mx025_cfsr PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/datm_mx025_gefs -working dir = /glade/scratch/worthen/FV3_RT/rt_55242/datm_mx025_gefs +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/datm_mx025_gefs +working dir = /glade/scratch/worthen/FV3_RT/rt_31445/datm_mx025_gefs Checking test 097 datm_mx025_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK @@ -5093,8 +5075,8 @@ Checking test 097 datm_mx025_gefs results .... Test 097 datm_mx025_gefs PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/datm_debug_cfsr -working dir = /glade/scratch/worthen/FV3_RT/rt_55242/datm_debug_cfsr +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/datm_debug_cfsr +working dir = /glade/scratch/worthen/FV3_RT/rt_31445/datm_debug_cfsr Checking test 098 datm_debug_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-01-21600.nc .........OK @@ -5103,5 +5085,5 @@ Test 098 datm_debug_cfsr PASS REGRESSION TEST WAS SUCCESSFUL -Thu Jan 21 15:03:37 MST 2021 -Elapsed time: 01h:21m:56s. Have a nice day! +Mon Jan 25 08:33:07 MST 2021 +Elapsed time: 01h:20m:14s. Have a nice day! From f61185d87b6a3c4cc8e8d700022e84e3137d5334 Mon Sep 17 00:00:00 2001 From: Xiaqiong Zhou Date: Mon, 25 Jan 2021 20:55:42 +0000 Subject: [PATCH 11/13] Add the gaea RT log file --- tests/RegressionTests_gaea.intel.log | 312 +++++++++++++-------------- 1 file changed, 147 insertions(+), 165 deletions(-) diff --git a/tests/RegressionTests_gaea.intel.log b/tests/RegressionTests_gaea.intel.log index 599e9fd718..26908ff125 100644 --- a/tests/RegressionTests_gaea.intel.log +++ b/tests/RegressionTests_gaea.intel.log @@ -1,9 +1,9 @@ -Thu Jan 21 13:49:15 EST 2021 +Mon Jan 25 13:13:12 EST 2021 Start Regression test -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_control_ccpp -working dir = /lustre/f2/scratch/Denise.Worthen/FV3_RT/rt_30330/fv3_ccpp_control_prod +baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_control_ccpp +working dir = /lustre/f2/scratch/Dusan.Jovic/FV3_RT/rt_26979/fv3_ccpp_control_prod Checking test 001 fv3_ccpp_control results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -23,12 +23,6 @@ Checking test 001 fv3_ccpp_control results .... Comparing phyf024.tile4.nc .........OK Comparing phyf024.tile5.nc .........OK Comparing phyf024.tile6.nc .........OK - Comparing phyf048.tile1.nc .........OK - Comparing phyf048.tile2.nc .........OK - Comparing phyf048.tile3.nc .........OK - Comparing phyf048.tile4.nc .........OK - Comparing phyf048.tile5.nc .........OK - Comparing phyf048.tile6.nc .........OK Comparing dynf000.tile1.nc .........OK Comparing dynf000.tile2.nc .........OK Comparing dynf000.tile3.nc .........OK @@ -41,12 +35,6 @@ Checking test 001 fv3_ccpp_control results .... Comparing dynf024.tile4.nc .........OK Comparing dynf024.tile5.nc .........OK Comparing dynf024.tile6.nc .........OK - Comparing dynf048.tile1.nc .........OK - Comparing dynf048.tile2.nc .........OK - Comparing dynf048.tile3.nc .........OK - Comparing dynf048.tile4.nc .........OK - Comparing dynf048.tile5.nc .........OK - Comparing dynf048.tile6.nc .........OK Comparing RESTART/coupler.res .........OK Comparing RESTART/fv_core.res.nc .........OK Comparing RESTART/fv_core.res.tile1.nc .........OK @@ -82,8 +70,8 @@ Checking test 001 fv3_ccpp_control results .... Test 001 fv3_ccpp_control PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_control_ccpp -working dir = /lustre/f2/scratch/Denise.Worthen/FV3_RT/rt_30330/fv3_ccpp_decomp_prod +baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_control_ccpp +working dir = /lustre/f2/scratch/Dusan.Jovic/FV3_RT/rt_26979/fv3_ccpp_decomp_prod Checking test 002 fv3_ccpp_decomp results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -150,8 +138,8 @@ Checking test 002 fv3_ccpp_decomp results .... Test 002 fv3_ccpp_decomp PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_control_ccpp -working dir = /lustre/f2/scratch/Denise.Worthen/FV3_RT/rt_30330/fv3_ccpp_2threads_prod +baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_control_ccpp +working dir = /lustre/f2/scratch/Dusan.Jovic/FV3_RT/rt_26979/fv3_ccpp_2threads_prod Checking test 003 fv3_ccpp_2threads results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -218,27 +206,21 @@ Checking test 003 fv3_ccpp_2threads results .... Test 003 fv3_ccpp_2threads PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_control_ccpp -working dir = /lustre/f2/scratch/Denise.Worthen/FV3_RT/rt_30330/fv3_ccpp_restart_prod +baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_control_ccpp +working dir = /lustre/f2/scratch/Dusan.Jovic/FV3_RT/rt_26979/fv3_ccpp_restart_prod Checking test 004 fv3_ccpp_restart results .... - Comparing atmos_4xdaily.tile1.nc ............ALT CHECK......OK - Comparing atmos_4xdaily.tile2.nc ............ALT CHECK......OK - Comparing atmos_4xdaily.tile3.nc ............ALT CHECK......OK - Comparing atmos_4xdaily.tile4.nc ............ALT CHECK......OK - Comparing atmos_4xdaily.tile5.nc ............ALT CHECK......OK - Comparing atmos_4xdaily.tile6.nc ............ALT CHECK......OK - Comparing phyf048.tile1.nc .........OK - Comparing phyf048.tile2.nc .........OK - Comparing phyf048.tile3.nc .........OK - Comparing phyf048.tile4.nc .........OK - Comparing phyf048.tile5.nc .........OK - Comparing phyf048.tile6.nc .........OK - Comparing dynf048.tile1.nc .........OK - Comparing dynf048.tile2.nc .........OK - Comparing dynf048.tile3.nc .........OK - Comparing dynf048.tile4.nc .........OK - Comparing dynf048.tile5.nc .........OK - Comparing dynf048.tile6.nc .........OK + Comparing phyf024.tile1.nc .........OK + Comparing phyf024.tile2.nc .........OK + Comparing phyf024.tile3.nc .........OK + Comparing phyf024.tile4.nc .........OK + Comparing phyf024.tile5.nc .........OK + Comparing phyf024.tile6.nc .........OK + Comparing dynf024.tile1.nc .........OK + Comparing dynf024.tile2.nc .........OK + Comparing dynf024.tile3.nc .........OK + Comparing dynf024.tile4.nc .........OK + Comparing dynf024.tile5.nc .........OK + Comparing dynf024.tile6.nc .........OK Comparing RESTART/coupler.res .........OK Comparing RESTART/fv_core.res.nc .........OK Comparing RESTART/fv_core.res.tile1.nc .........OK @@ -274,8 +256,8 @@ Checking test 004 fv3_ccpp_restart results .... Test 004 fv3_ccpp_restart PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_read_inc_ccpp -working dir = /lustre/f2/scratch/Denise.Worthen/FV3_RT/rt_30330/fv3_ccpp_read_inc_prod +baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_read_inc_ccpp +working dir = /lustre/f2/scratch/Dusan.Jovic/FV3_RT/rt_26979/fv3_ccpp_read_inc_prod Checking test 005 fv3_ccpp_read_inc results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -342,8 +324,8 @@ Checking test 005 fv3_ccpp_read_inc results .... Test 005 fv3_ccpp_read_inc PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_wrtGauss_netcdf_esmf_ccpp -working dir = /lustre/f2/scratch/Denise.Worthen/FV3_RT/rt_30330/fv3_ccpp_wrtGauss_netcdf_esmf_prod +baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_wrtGauss_netcdf_esmf_ccpp +working dir = /lustre/f2/scratch/Dusan.Jovic/FV3_RT/rt_26979/fv3_ccpp_wrtGauss_netcdf_esmf_prod Checking test 006 fv3_ccpp_wrtGauss_netcdf_esmf results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -390,8 +372,8 @@ Checking test 006 fv3_ccpp_wrtGauss_netcdf_esmf results .... Test 006 fv3_ccpp_wrtGauss_netcdf_esmf PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_wrtGauss_netcdf_ccpp -working dir = /lustre/f2/scratch/Denise.Worthen/FV3_RT/rt_30330/fv3_ccpp_wrtGauss_netcdf_prod +baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_wrtGauss_netcdf_ccpp +working dir = /lustre/f2/scratch/Dusan.Jovic/FV3_RT/rt_26979/fv3_ccpp_wrtGauss_netcdf_prod Checking test 007 fv3_ccpp_wrtGauss_netcdf results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -438,8 +420,8 @@ Checking test 007 fv3_ccpp_wrtGauss_netcdf results .... Test 007 fv3_ccpp_wrtGauss_netcdf PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_wrtGauss_netcdf_parallel_ccpp -working dir = /lustre/f2/scratch/Denise.Worthen/FV3_RT/rt_30330/fv3_ccpp_wrtGauss_netcdf_parallel_prod +baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_wrtGauss_netcdf_parallel_ccpp +working dir = /lustre/f2/scratch/Dusan.Jovic/FV3_RT/rt_26979/fv3_ccpp_wrtGauss_netcdf_parallel_prod Checking test 008 fv3_ccpp_wrtGauss_netcdf_parallel results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -486,8 +468,8 @@ Checking test 008 fv3_ccpp_wrtGauss_netcdf_parallel results .... Test 008 fv3_ccpp_wrtGauss_netcdf_parallel PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_wrtGlatlon_netcdf_ccpp -working dir = /lustre/f2/scratch/Denise.Worthen/FV3_RT/rt_30330/fv3_ccpp_wrtGlatlon_netcdf_prod +baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_wrtGlatlon_netcdf_ccpp +working dir = /lustre/f2/scratch/Dusan.Jovic/FV3_RT/rt_26979/fv3_ccpp_wrtGlatlon_netcdf_prod Checking test 009 fv3_ccpp_wrtGlatlon_netcdf results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -534,8 +516,8 @@ Checking test 009 fv3_ccpp_wrtGlatlon_netcdf results .... Test 009 fv3_ccpp_wrtGlatlon_netcdf PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_wrtGauss_nemsio_ccpp -working dir = /lustre/f2/scratch/Denise.Worthen/FV3_RT/rt_30330/fv3_ccpp_wrtGauss_nemsio_prod +baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_wrtGauss_nemsio_ccpp +working dir = /lustre/f2/scratch/Dusan.Jovic/FV3_RT/rt_26979/fv3_ccpp_wrtGauss_nemsio_prod Checking test 010 fv3_ccpp_wrtGauss_nemsio results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -582,8 +564,8 @@ Checking test 010 fv3_ccpp_wrtGauss_nemsio results .... Test 010 fv3_ccpp_wrtGauss_nemsio PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_wrtGauss_nemsio_c192_ccpp -working dir = /lustre/f2/scratch/Denise.Worthen/FV3_RT/rt_30330/fv3_ccpp_wrtGauss_nemsio_c192_prod +baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_wrtGauss_nemsio_c192_ccpp +working dir = /lustre/f2/scratch/Dusan.Jovic/FV3_RT/rt_26979/fv3_ccpp_wrtGauss_nemsio_c192_prod Checking test 011 fv3_ccpp_wrtGauss_nemsio_c192 results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -630,8 +612,8 @@ Checking test 011 fv3_ccpp_wrtGauss_nemsio_c192 results .... Test 011 fv3_ccpp_wrtGauss_nemsio_c192 PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_stochy_ccpp -working dir = /lustre/f2/scratch/Denise.Worthen/FV3_RT/rt_30330/fv3_ccpp_stochy_prod +baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_stochy_ccpp +working dir = /lustre/f2/scratch/Dusan.Jovic/FV3_RT/rt_26979/fv3_ccpp_stochy_prod Checking test 012 fv3_ccpp_stochy results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -698,8 +680,8 @@ Checking test 012 fv3_ccpp_stochy results .... Test 012 fv3_ccpp_stochy PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_ca_ccpp -working dir = /lustre/f2/scratch/Denise.Worthen/FV3_RT/rt_30330/fv3_ccpp_ca_prod +baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_ca_ccpp +working dir = /lustre/f2/scratch/Dusan.Jovic/FV3_RT/rt_26979/fv3_ccpp_ca_prod Checking test 013 fv3_ccpp_ca results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -766,8 +748,8 @@ Checking test 013 fv3_ccpp_ca results .... Test 013 fv3_ccpp_ca PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_lndp_ccpp -working dir = /lustre/f2/scratch/Denise.Worthen/FV3_RT/rt_30330/fv3_ccpp_lndp_prod +baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_lndp_ccpp +working dir = /lustre/f2/scratch/Dusan.Jovic/FV3_RT/rt_26979/fv3_ccpp_lndp_prod Checking test 014 fv3_ccpp_lndp results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -834,8 +816,8 @@ Checking test 014 fv3_ccpp_lndp results .... Test 014 fv3_ccpp_lndp PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_iau_ccpp -working dir = /lustre/f2/scratch/Denise.Worthen/FV3_RT/rt_30330/fv3_ccpp_iau_prod +baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_iau_ccpp +working dir = /lustre/f2/scratch/Dusan.Jovic/FV3_RT/rt_26979/fv3_ccpp_iau_prod Checking test 015 fv3_ccpp_iau results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -902,8 +884,8 @@ Checking test 015 fv3_ccpp_iau results .... Test 015 fv3_ccpp_iau PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_lheatstrg_ccpp -working dir = /lustre/f2/scratch/Denise.Worthen/FV3_RT/rt_30330/fv3_ccpp_lheatstrg_prod +baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_lheatstrg_ccpp +working dir = /lustre/f2/scratch/Dusan.Jovic/FV3_RT/rt_26979/fv3_ccpp_lheatstrg_prod Checking test 016 fv3_ccpp_lheatstrg results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -950,8 +932,8 @@ Checking test 016 fv3_ccpp_lheatstrg results .... Test 016 fv3_ccpp_lheatstrg PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_multigases_ccpp -working dir = /lustre/f2/scratch/Denise.Worthen/FV3_RT/rt_30330/fv3_ccpp_multigases_prod +baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_multigases_ccpp +working dir = /lustre/f2/scratch/Dusan.Jovic/FV3_RT/rt_26979/fv3_ccpp_multigases_prod Checking test 017 fv3_ccpp_multigases results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1024,8 +1006,8 @@ Checking test 017 fv3_ccpp_multigases results .... Test 017 fv3_ccpp_multigases PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_control_32bit_ccpp -working dir = /lustre/f2/scratch/Denise.Worthen/FV3_RT/rt_30330/fv3_ccpp_control_32bit_prod +baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_control_32bit_ccpp +working dir = /lustre/f2/scratch/Dusan.Jovic/FV3_RT/rt_26979/fv3_ccpp_control_32bit_prod Checking test 018 fv3_ccpp_control_32bit results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1092,8 +1074,8 @@ Checking test 018 fv3_ccpp_control_32bit results .... Test 018 fv3_ccpp_control_32bit PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_stretched_ccpp -working dir = /lustre/f2/scratch/Denise.Worthen/FV3_RT/rt_30330/fv3_ccpp_stretched_prod +baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_stretched_ccpp +working dir = /lustre/f2/scratch/Dusan.Jovic/FV3_RT/rt_26979/fv3_ccpp_stretched_prod Checking test 019 fv3_ccpp_stretched results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1148,8 +1130,8 @@ Checking test 019 fv3_ccpp_stretched results .... Test 019 fv3_ccpp_stretched PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_stretched_nest_ccpp -working dir = /lustre/f2/scratch/Denise.Worthen/FV3_RT/rt_30330/fv3_ccpp_stretched_nest_prod +baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_stretched_nest_ccpp +working dir = /lustre/f2/scratch/Dusan.Jovic/FV3_RT/rt_26979/fv3_ccpp_stretched_nest_prod Checking test 020 fv3_ccpp_stretched_nest results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1215,8 +1197,8 @@ Checking test 020 fv3_ccpp_stretched_nest results .... Test 020 fv3_ccpp_stretched_nest PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_regional_control_ccpp -working dir = /lustre/f2/scratch/Denise.Worthen/FV3_RT/rt_30330/fv3_ccpp_regional_control_prod +baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_regional_control_ccpp +working dir = /lustre/f2/scratch/Dusan.Jovic/FV3_RT/rt_26979/fv3_ccpp_regional_control_prod Checking test 021 fv3_ccpp_regional_control results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK @@ -1226,8 +1208,8 @@ Checking test 021 fv3_ccpp_regional_control results .... Test 021 fv3_ccpp_regional_control PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_regional_restart_ccpp -working dir = /lustre/f2/scratch/Denise.Worthen/FV3_RT/rt_30330/fv3_ccpp_regional_restart_prod +baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_regional_restart_ccpp +working dir = /lustre/f2/scratch/Dusan.Jovic/FV3_RT/rt_26979/fv3_ccpp_regional_restart_prod Checking test 022 fv3_ccpp_regional_restart results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK @@ -1235,8 +1217,8 @@ Checking test 022 fv3_ccpp_regional_restart results .... Test 022 fv3_ccpp_regional_restart PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_regional_quilt_ccpp -working dir = /lustre/f2/scratch/Denise.Worthen/FV3_RT/rt_30330/fv3_ccpp_regional_quilt_prod +baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_regional_quilt_ccpp +working dir = /lustre/f2/scratch/Dusan.Jovic/FV3_RT/rt_26979/fv3_ccpp_regional_quilt_prod Checking test 023 fv3_ccpp_regional_quilt results .... Comparing atmos_4xdaily.nc .........OK Comparing dynf000.nc .........OK @@ -1246,19 +1228,19 @@ Checking test 023 fv3_ccpp_regional_quilt results .... Test 023 fv3_ccpp_regional_quilt PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_regional_quilt_netcdf_parallel_ccpp -working dir = /lustre/f2/scratch/Denise.Worthen/FV3_RT/rt_30330/fv3_ccpp_regional_quilt_netcdf_parallel_prod +baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_regional_quilt_netcdf_parallel_ccpp +working dir = /lustre/f2/scratch/Dusan.Jovic/FV3_RT/rt_26979/fv3_ccpp_regional_quilt_netcdf_parallel_prod Checking test 024 fv3_ccpp_regional_quilt_netcdf_parallel results .... Comparing atmos_4xdaily.nc .........OK Comparing dynf000.nc .........OK - Comparing dynf024.nc .........OK + Comparing dynf024.nc ............ALT CHECK......OK Comparing phyf000.nc .........OK - Comparing phyf024.nc .........OK + Comparing phyf024.nc ............ALT CHECK......OK Test 024 fv3_ccpp_regional_quilt_netcdf_parallel PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_control_debug_ccpp -working dir = /lustre/f2/scratch/Denise.Worthen/FV3_RT/rt_30330/fv3_ccpp_control_debug_prod +baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_control_debug_ccpp +working dir = /lustre/f2/scratch/Dusan.Jovic/FV3_RT/rt_26979/fv3_ccpp_control_debug_prod Checking test 025 fv3_ccpp_control_debug results .... Comparing phyf000.tile1.nc .........OK Comparing phyf000.tile2.nc .........OK @@ -1287,8 +1269,8 @@ Checking test 025 fv3_ccpp_control_debug results .... Test 025 fv3_ccpp_control_debug PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_stretched_nest_debug_ccpp -working dir = /lustre/f2/scratch/Denise.Worthen/FV3_RT/rt_30330/fv3_ccpp_stretched_nest_debug_prod +baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_stretched_nest_debug_ccpp +working dir = /lustre/f2/scratch/Dusan.Jovic/FV3_RT/rt_26979/fv3_ccpp_stretched_nest_debug_prod Checking test 026 fv3_ccpp_stretched_nest_debug results .... Comparing fv3_history2d.nest02.tile7.nc .........OK Comparing fv3_history2d.tile1.nc .........OK @@ -1307,8 +1289,8 @@ Checking test 026 fv3_ccpp_stretched_nest_debug results .... Test 026 fv3_ccpp_stretched_nest_debug PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_gfdlmp_ccpp -working dir = /lustre/f2/scratch/Denise.Worthen/FV3_RT/rt_30330/fv3_ccpp_gfdlmp_prod +baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_gfdlmp_ccpp +working dir = /lustre/f2/scratch/Dusan.Jovic/FV3_RT/rt_26979/fv3_ccpp_gfdlmp_prod Checking test 027 fv3_ccpp_gfdlmp results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1355,8 +1337,8 @@ Checking test 027 fv3_ccpp_gfdlmp results .... Test 027 fv3_ccpp_gfdlmp PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_gfdlmprad_gwd_ccpp -working dir = /lustre/f2/scratch/Denise.Worthen/FV3_RT/rt_30330/fv3_ccpp_gfdlmprad_gwd_prod +baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_gfdlmprad_gwd_ccpp +working dir = /lustre/f2/scratch/Dusan.Jovic/FV3_RT/rt_26979/fv3_ccpp_gfdlmprad_gwd_prod Checking test 028 fv3_ccpp_gfdlmprad_gwd results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1403,8 +1385,8 @@ Checking test 028 fv3_ccpp_gfdlmprad_gwd results .... Test 028 fv3_ccpp_gfdlmprad_gwd PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_gfdlmprad_noahmp_ccpp -working dir = /lustre/f2/scratch/Denise.Worthen/FV3_RT/rt_30330/fv3_ccpp_gfdlmprad_noahmp_prod +baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_gfdlmprad_noahmp_ccpp +working dir = /lustre/f2/scratch/Dusan.Jovic/FV3_RT/rt_26979/fv3_ccpp_gfdlmprad_noahmp_prod Checking test 029 fv3_ccpp_gfdlmprad_noahmp results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1451,8 +1433,8 @@ Checking test 029 fv3_ccpp_gfdlmprad_noahmp results .... Test 029 fv3_ccpp_gfdlmprad_noahmp PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_csawmg_ccpp -working dir = /lustre/f2/scratch/Denise.Worthen/FV3_RT/rt_30330/fv3_ccpp_csawmg_prod +baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_csawmg_ccpp +working dir = /lustre/f2/scratch/Dusan.Jovic/FV3_RT/rt_26979/fv3_ccpp_csawmg_prod Checking test 030 fv3_ccpp_csawmg results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1499,8 +1481,8 @@ Checking test 030 fv3_ccpp_csawmg results .... Test 030 fv3_ccpp_csawmg PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_satmedmf_ccpp -working dir = /lustre/f2/scratch/Denise.Worthen/FV3_RT/rt_30330/fv3_ccpp_satmedmf_prod +baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_satmedmf_ccpp +working dir = /lustre/f2/scratch/Dusan.Jovic/FV3_RT/rt_26979/fv3_ccpp_satmedmf_prod Checking test 031 fv3_ccpp_satmedmf results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1547,8 +1529,8 @@ Checking test 031 fv3_ccpp_satmedmf results .... Test 031 fv3_ccpp_satmedmf PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_satmedmfq_ccpp -working dir = /lustre/f2/scratch/Denise.Worthen/FV3_RT/rt_30330/fv3_ccpp_satmedmfq_prod +baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_satmedmfq_ccpp +working dir = /lustre/f2/scratch/Dusan.Jovic/FV3_RT/rt_26979/fv3_ccpp_satmedmfq_prod Checking test 032 fv3_ccpp_satmedmfq results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1595,8 +1577,8 @@ Checking test 032 fv3_ccpp_satmedmfq results .... Test 032 fv3_ccpp_satmedmfq PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_gfdlmp_32bit_ccpp -working dir = /lustre/f2/scratch/Denise.Worthen/FV3_RT/rt_30330/fv3_ccpp_gfdlmp_32bit_prod +baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_gfdlmp_32bit_ccpp +working dir = /lustre/f2/scratch/Dusan.Jovic/FV3_RT/rt_26979/fv3_ccpp_gfdlmp_32bit_prod Checking test 033 fv3_ccpp_gfdlmp_32bit results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1643,8 +1625,8 @@ Checking test 033 fv3_ccpp_gfdlmp_32bit results .... Test 033 fv3_ccpp_gfdlmp_32bit PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_gfdlmprad_32bit_post_ccpp -working dir = /lustre/f2/scratch/Denise.Worthen/FV3_RT/rt_30330/fv3_ccpp_gfdlmprad_32bit_post_prod +baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_gfdlmprad_32bit_post_ccpp +working dir = /lustre/f2/scratch/Dusan.Jovic/FV3_RT/rt_26979/fv3_ccpp_gfdlmprad_32bit_post_prod Checking test 034 fv3_ccpp_gfdlmprad_32bit_post results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1695,8 +1677,8 @@ Checking test 034 fv3_ccpp_gfdlmprad_32bit_post results .... Test 034 fv3_ccpp_gfdlmprad_32bit_post PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_cpt_ccpp -working dir = /lustre/f2/scratch/Denise.Worthen/FV3_RT/rt_30330/fv3_ccpp_cpt_prod +baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_cpt_ccpp +working dir = /lustre/f2/scratch/Dusan.Jovic/FV3_RT/rt_26979/fv3_ccpp_cpt_prod Checking test 035 fv3_ccpp_cpt results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1749,8 +1731,8 @@ Checking test 035 fv3_ccpp_cpt results .... Test 035 fv3_ccpp_cpt PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_gsd_ccpp -working dir = /lustre/f2/scratch/Denise.Worthen/FV3_RT/rt_30330/fv3_ccpp_gsd_prod +baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_gsd_ccpp +working dir = /lustre/f2/scratch/Dusan.Jovic/FV3_RT/rt_26979/fv3_ccpp_gsd_prod Checking test 036 fv3_ccpp_gsd results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1841,8 +1823,8 @@ Checking test 036 fv3_ccpp_gsd results .... Test 036 fv3_ccpp_gsd PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_rap_ccpp -working dir = /lustre/f2/scratch/Denise.Worthen/FV3_RT/rt_30330/fv3_ccpp_rap_prod +baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_rap_ccpp +working dir = /lustre/f2/scratch/Dusan.Jovic/FV3_RT/rt_26979/fv3_ccpp_rap_prod Checking test 037 fv3_ccpp_rap results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1909,8 +1891,8 @@ Checking test 037 fv3_ccpp_rap results .... Test 037 fv3_ccpp_rap PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_hrrr_ccpp -working dir = /lustre/f2/scratch/Denise.Worthen/FV3_RT/rt_30330/fv3_ccpp_hrrr_prod +baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_hrrr_ccpp +working dir = /lustre/f2/scratch/Dusan.Jovic/FV3_RT/rt_26979/fv3_ccpp_hrrr_prod Checking test 038 fv3_ccpp_hrrr results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1977,8 +1959,8 @@ Checking test 038 fv3_ccpp_hrrr results .... Test 038 fv3_ccpp_hrrr PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_thompson_ccpp -working dir = /lustre/f2/scratch/Denise.Worthen/FV3_RT/rt_30330/fv3_ccpp_thompson_prod +baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_thompson_ccpp +working dir = /lustre/f2/scratch/Dusan.Jovic/FV3_RT/rt_26979/fv3_ccpp_thompson_prod Checking test 039 fv3_ccpp_thompson results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2045,8 +2027,8 @@ Checking test 039 fv3_ccpp_thompson results .... Test 039 fv3_ccpp_thompson PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_thompson_no_aero_ccpp -working dir = /lustre/f2/scratch/Denise.Worthen/FV3_RT/rt_30330/fv3_ccpp_thompson_no_aero_prod +baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_thompson_no_aero_ccpp +working dir = /lustre/f2/scratch/Dusan.Jovic/FV3_RT/rt_26979/fv3_ccpp_thompson_no_aero_prod Checking test 040 fv3_ccpp_thompson_no_aero results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2113,8 +2095,8 @@ Checking test 040 fv3_ccpp_thompson_no_aero results .... Test 040 fv3_ccpp_thompson_no_aero PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_rrfs_v1beta_ccpp -working dir = /lustre/f2/scratch/Denise.Worthen/FV3_RT/rt_30330/fv3_ccpp_rrfs_v1beta_prod +baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_rrfs_v1beta_ccpp +working dir = /lustre/f2/scratch/Dusan.Jovic/FV3_RT/rt_26979/fv3_ccpp_rrfs_v1beta_prod Checking test 041 fv3_ccpp_rrfs_v1beta results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2181,8 +2163,8 @@ Checking test 041 fv3_ccpp_rrfs_v1beta results .... Test 041 fv3_ccpp_rrfs_v1beta PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_gfs_v15p2_ccpp -working dir = /lustre/f2/scratch/Denise.Worthen/FV3_RT/rt_30330/fv3_ccpp_gfs_v15p2_prod +baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_gfs_v15p2_ccpp +working dir = /lustre/f2/scratch/Dusan.Jovic/FV3_RT/rt_26979/fv3_ccpp_gfs_v15p2_prod Checking test 042 fv3_ccpp_gfs_v15p2 results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2249,8 +2231,8 @@ Checking test 042 fv3_ccpp_gfs_v15p2 results .... Test 042 fv3_ccpp_gfs_v15p2 PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_gfs_v16beta_ccpp -working dir = /lustre/f2/scratch/Denise.Worthen/FV3_RT/rt_30330/fv3_ccpp_gfs_v16beta_prod +baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_gfs_v16beta_ccpp +working dir = /lustre/f2/scratch/Dusan.Jovic/FV3_RT/rt_26979/fv3_ccpp_gfs_v16beta_prod Checking test 043 fv3_ccpp_gfs_v16beta results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2329,8 +2311,8 @@ Checking test 043 fv3_ccpp_gfs_v16beta results .... Test 043 fv3_ccpp_gfs_v16beta PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_gfs_v16beta_ccpp -working dir = /lustre/f2/scratch/Denise.Worthen/FV3_RT/rt_30330/fv3_ccpp_gfs_v16beta_restart_prod +baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_gfs_v16beta_ccpp +working dir = /lustre/f2/scratch/Dusan.Jovic/FV3_RT/rt_26979/fv3_ccpp_gfs_v16beta_restart_prod Checking test 044 fv3_ccpp_gfs_v16beta_restart results .... Comparing phyf048.tile1.nc .........OK Comparing phyf048.tile2.nc .........OK @@ -2379,8 +2361,8 @@ Checking test 044 fv3_ccpp_gfs_v16beta_restart results .... Test 044 fv3_ccpp_gfs_v16beta_restart PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_gfs_v16beta_stochy_ccpp -working dir = /lustre/f2/scratch/Denise.Worthen/FV3_RT/rt_30330/fv3_ccpp_gfs_v16beta_stochy_prod +baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_gfs_v16beta_stochy_ccpp +working dir = /lustre/f2/scratch/Dusan.Jovic/FV3_RT/rt_26979/fv3_ccpp_gfs_v16beta_stochy_prod Checking test 045 fv3_ccpp_gfs_v16beta_stochy results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2447,8 +2429,8 @@ Checking test 045 fv3_ccpp_gfs_v16beta_stochy results .... Test 045 fv3_ccpp_gfs_v16beta_stochy PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_gfs_v15p2_RRTMGP_ccpp -working dir = /lustre/f2/scratch/Denise.Worthen/FV3_RT/rt_30330/fv3_ccpp_gfs_v15p2_RRTMGP_prod +baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_gfs_v15p2_RRTMGP_ccpp +working dir = /lustre/f2/scratch/Dusan.Jovic/FV3_RT/rt_26979/fv3_ccpp_gfs_v15p2_RRTMGP_prod Checking test 046 fv3_ccpp_gfs_v15p2_RRTMGP results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2515,8 +2497,8 @@ Checking test 046 fv3_ccpp_gfs_v15p2_RRTMGP results .... Test 046 fv3_ccpp_gfs_v15p2_RRTMGP PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_gfs_v16beta_RRTMGP_ccpp -working dir = /lustre/f2/scratch/Denise.Worthen/FV3_RT/rt_30330/fv3_ccpp_gfs_v16beta_RRTMGP_prod +baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_gfs_v16beta_RRTMGP_ccpp +working dir = /lustre/f2/scratch/Dusan.Jovic/FV3_RT/rt_26979/fv3_ccpp_gfs_v16beta_RRTMGP_prod Checking test 047 fv3_ccpp_gfs_v16beta_RRTMGP results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2583,8 +2565,8 @@ Checking test 047 fv3_ccpp_gfs_v16beta_RRTMGP results .... Test 047 fv3_ccpp_gfs_v16beta_RRTMGP PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_gfs_v16_RRTMGP_c192L127_ccpp -working dir = /lustre/f2/scratch/Denise.Worthen/FV3_RT/rt_30330/fv3_ccpp_gfs_v16_RRTMGP_c192L127_prod +baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_gfs_v16_RRTMGP_c192L127_ccpp +working dir = /lustre/f2/scratch/Dusan.Jovic/FV3_RT/rt_26979/fv3_ccpp_gfs_v16_RRTMGP_c192L127_prod Checking test 048 fv3_ccpp_gfs_v16_RRTMGP_c192L127 results .... Comparing phyf000.tile1.nc .........OK Comparing phyf000.tile2.nc .........OK @@ -2645,8 +2627,8 @@ Checking test 048 fv3_ccpp_gfs_v16_RRTMGP_c192L127 results .... Test 048 fv3_ccpp_gfs_v16_RRTMGP_c192L127 PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_gfsv16_csawmg_ccpp -working dir = /lustre/f2/scratch/Denise.Worthen/FV3_RT/rt_30330/fv3_ccpp_gfsv16_csawmg_prod +baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_gfsv16_csawmg_ccpp +working dir = /lustre/f2/scratch/Dusan.Jovic/FV3_RT/rt_26979/fv3_ccpp_gfsv16_csawmg_prod Checking test 049 fv3_ccpp_gfsv16_csawmg results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2693,8 +2675,8 @@ Checking test 049 fv3_ccpp_gfsv16_csawmg results .... Test 049 fv3_ccpp_gfsv16_csawmg PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_gfsv16_csawmgt_ccpp -working dir = /lustre/f2/scratch/Denise.Worthen/FV3_RT/rt_30330/fv3_ccpp_gfsv16_csawmgt_prod +baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_gfsv16_csawmgt_ccpp +working dir = /lustre/f2/scratch/Dusan.Jovic/FV3_RT/rt_26979/fv3_ccpp_gfsv16_csawmgt_prod Checking test 050 fv3_ccpp_gfsv16_csawmgt results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2741,8 +2723,8 @@ Checking test 050 fv3_ccpp_gfsv16_csawmgt results .... Test 050 fv3_ccpp_gfsv16_csawmgt PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_gocart_clm_ccpp -working dir = /lustre/f2/scratch/Denise.Worthen/FV3_RT/rt_30330/fv3_ccpp_gocart_clm_prod +baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_gocart_clm_ccpp +working dir = /lustre/f2/scratch/Dusan.Jovic/FV3_RT/rt_26979/fv3_ccpp_gocart_clm_prod Checking test 051 fv3_ccpp_gocart_clm results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2789,8 +2771,8 @@ Checking test 051 fv3_ccpp_gocart_clm results .... Test 051 fv3_ccpp_gocart_clm PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_gfs_v16beta_flake_ccpp -working dir = /lustre/f2/scratch/Denise.Worthen/FV3_RT/rt_30330/fv3_ccpp_gfs_v16beta_flake_prod +baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_gfs_v16beta_flake_ccpp +working dir = /lustre/f2/scratch/Dusan.Jovic/FV3_RT/rt_26979/fv3_ccpp_gfs_v16beta_flake_prod Checking test 052 fv3_ccpp_gfs_v16beta_flake results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2857,8 +2839,8 @@ Checking test 052 fv3_ccpp_gfs_v16beta_flake results .... Test 052 fv3_ccpp_gfs_v16beta_flake PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/HAFS_v0_HWRF_thompson_ccpp -working dir = /lustre/f2/scratch/Denise.Worthen/FV3_RT/rt_30330/fv3_ccpp_HAFS_v0_hwrf_thompson_prod +baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/HAFS_v0_HWRF_thompson_ccpp +working dir = /lustre/f2/scratch/Dusan.Jovic/FV3_RT/rt_26979/fv3_ccpp_HAFS_v0_hwrf_thompson_prod Checking test 053 fv3_ccpp_HAFS_v0_hwrf_thompson results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2925,8 +2907,8 @@ Checking test 053 fv3_ccpp_HAFS_v0_hwrf_thompson results .... Test 053 fv3_ccpp_HAFS_v0_hwrf_thompson PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/ESG_HAFS_v0_HWRF_thompson_ccpp -working dir = /lustre/f2/scratch/Denise.Worthen/FV3_RT/rt_30330/fv3_ccpp_esg_HAFS_v0_hwrf_thompson_prod +baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/ESG_HAFS_v0_HWRF_thompson_ccpp +working dir = /lustre/f2/scratch/Dusan.Jovic/FV3_RT/rt_26979/fv3_ccpp_esg_HAFS_v0_hwrf_thompson_prod Checking test 054 fv3_ccpp_esg_HAFS_v0_hwrf_thompson results .... Comparing atmos_4xdaily.nc .........OK Comparing phyf000.nc .........OK @@ -2943,8 +2925,8 @@ Checking test 054 fv3_ccpp_esg_HAFS_v0_hwrf_thompson results .... Test 054 fv3_ccpp_esg_HAFS_v0_hwrf_thompson PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_gfs_v15p2_debug_ccpp -working dir = /lustre/f2/scratch/Denise.Worthen/FV3_RT/rt_30330/fv3_ccpp_gfs_v15p2_debug_prod +baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_gfs_v15p2_debug_ccpp +working dir = /lustre/f2/scratch/Dusan.Jovic/FV3_RT/rt_26979/fv3_ccpp_gfs_v15p2_debug_prod Checking test 055 fv3_ccpp_gfs_v15p2_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -3011,8 +2993,8 @@ Checking test 055 fv3_ccpp_gfs_v15p2_debug results .... Test 055 fv3_ccpp_gfs_v15p2_debug PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_gfs_v16beta_debug_ccpp -working dir = /lustre/f2/scratch/Denise.Worthen/FV3_RT/rt_30330/fv3_ccpp_gfs_v16beta_debug_prod +baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_gfs_v16beta_debug_ccpp +working dir = /lustre/f2/scratch/Dusan.Jovic/FV3_RT/rt_26979/fv3_ccpp_gfs_v16beta_debug_prod Checking test 056 fv3_ccpp_gfs_v16beta_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -3079,8 +3061,8 @@ Checking test 056 fv3_ccpp_gfs_v16beta_debug results .... Test 056 fv3_ccpp_gfs_v16beta_debug PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_gfs_v15p2_RRTMGP_debug_ccpp -working dir = /lustre/f2/scratch/Denise.Worthen/FV3_RT/rt_30330/fv3_ccpp_gfs_v15p2_RRTMGP_debug_prod +baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_gfs_v15p2_RRTMGP_debug_ccpp +working dir = /lustre/f2/scratch/Dusan.Jovic/FV3_RT/rt_26979/fv3_ccpp_gfs_v15p2_RRTMGP_debug_prod Checking test 057 fv3_ccpp_gfs_v15p2_RRTMGP_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -3147,8 +3129,8 @@ Checking test 057 fv3_ccpp_gfs_v15p2_RRTMGP_debug results .... Test 057 fv3_ccpp_gfs_v15p2_RRTMGP_debug PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_gfs_v16beta_RRTMGP_debug_ccpp -working dir = /lustre/f2/scratch/Denise.Worthen/FV3_RT/rt_30330/fv3_ccpp_gfs_v16beta_RRTMGP_debug_prod +baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_gfs_v16beta_RRTMGP_debug_ccpp +working dir = /lustre/f2/scratch/Dusan.Jovic/FV3_RT/rt_26979/fv3_ccpp_gfs_v16beta_RRTMGP_debug_prod Checking test 058 fv3_ccpp_gfs_v16beta_RRTMGP_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -3215,8 +3197,8 @@ Checking test 058 fv3_ccpp_gfs_v16beta_RRTMGP_debug results .... Test 058 fv3_ccpp_gfs_v16beta_RRTMGP_debug PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_gsd_debug_ccpp -working dir = /lustre/f2/scratch/Denise.Worthen/FV3_RT/rt_30330/fv3_ccpp_gsd_debug_prod +baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_gsd_debug_ccpp +working dir = /lustre/f2/scratch/Dusan.Jovic/FV3_RT/rt_26979/fv3_ccpp_gsd_debug_prod Checking test 059 fv3_ccpp_gsd_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -3283,8 +3265,8 @@ Checking test 059 fv3_ccpp_gsd_debug results .... Test 059 fv3_ccpp_gsd_debug PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_gsd_diag3d_debug_ccpp -working dir = /lustre/f2/scratch/Denise.Worthen/FV3_RT/rt_30330/fv3_ccpp_gsd_diag3d_debug_prod +baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_gsd_diag3d_debug_ccpp +working dir = /lustre/f2/scratch/Dusan.Jovic/FV3_RT/rt_26979/fv3_ccpp_gsd_diag3d_debug_prod Checking test 060 fv3_ccpp_gsd_diag3d_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -3351,8 +3333,8 @@ Checking test 060 fv3_ccpp_gsd_diag3d_debug results .... Test 060 fv3_ccpp_gsd_diag3d_debug PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_thompson_debug_ccpp -working dir = /lustre/f2/scratch/Denise.Worthen/FV3_RT/rt_30330/fv3_ccpp_thompson_debug_prod +baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_thompson_debug_ccpp +working dir = /lustre/f2/scratch/Dusan.Jovic/FV3_RT/rt_26979/fv3_ccpp_thompson_debug_prod Checking test 061 fv3_ccpp_thompson_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -3419,8 +3401,8 @@ Checking test 061 fv3_ccpp_thompson_debug results .... Test 061 fv3_ccpp_thompson_debug PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_thompson_no_aero_debug_ccpp -working dir = /lustre/f2/scratch/Denise.Worthen/FV3_RT/rt_30330/fv3_ccpp_thompson_no_aero_debug_prod +baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_thompson_no_aero_debug_ccpp +working dir = /lustre/f2/scratch/Dusan.Jovic/FV3_RT/rt_26979/fv3_ccpp_thompson_no_aero_debug_prod Checking test 062 fv3_ccpp_thompson_no_aero_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -3487,8 +3469,8 @@ Checking test 062 fv3_ccpp_thompson_no_aero_debug results .... Test 062 fv3_ccpp_thompson_no_aero_debug PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/fv3_rrfs_v1beta_debug_ccpp -working dir = /lustre/f2/scratch/Denise.Worthen/FV3_RT/rt_30330/fv3_ccpp_rrfs_v1beta_debug_prod +baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/fv3_rrfs_v1beta_debug_ccpp +working dir = /lustre/f2/scratch/Dusan.Jovic/FV3_RT/rt_26979/fv3_ccpp_rrfs_v1beta_debug_prod Checking test 063 fv3_ccpp_rrfs_v1beta_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -3555,8 +3537,8 @@ Checking test 063 fv3_ccpp_rrfs_v1beta_debug results .... Test 063 fv3_ccpp_rrfs_v1beta_debug PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/HAFS_v0_HWRF_thompson_debug_ccpp -working dir = /lustre/f2/scratch/Denise.Worthen/FV3_RT/rt_30330/fv3_ccpp_HAFS_v0_hwrf_thompson_debug_prod +baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/HAFS_v0_HWRF_thompson_debug_ccpp +working dir = /lustre/f2/scratch/Dusan.Jovic/FV3_RT/rt_26979/fv3_ccpp_HAFS_v0_hwrf_thompson_debug_prod Checking test 064 fv3_ccpp_HAFS_v0_hwrf_thompson_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -3623,8 +3605,8 @@ Checking test 064 fv3_ccpp_HAFS_v0_hwrf_thompson_debug results .... Test 064 fv3_ccpp_HAFS_v0_hwrf_thompson_debug PASS -baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210120/INTEL/ESG_HAFS_v0_HWRF_thompson_debug_ccpp -working dir = /lustre/f2/scratch/Denise.Worthen/FV3_RT/rt_30330/fv3_ccpp_esg_HAFS_v0_hwrf_thompson_debug_prod +baseline dir = /lustre/f2/pdata/esrl/gsd/ufs/ufs-weather-model/RT/NEMSfv3gfs/develop-20210125/INTEL/ESG_HAFS_v0_HWRF_thompson_debug_ccpp +working dir = /lustre/f2/scratch/Dusan.Jovic/FV3_RT/rt_26979/fv3_ccpp_esg_HAFS_v0_hwrf_thompson_debug_prod Checking test 065 fv3_ccpp_esg_HAFS_v0_hwrf_thompson_debug results .... Comparing atmos_4xdaily.nc .........OK Comparing phyf000.nc .........OK @@ -3642,5 +3624,5 @@ Test 065 fv3_ccpp_esg_HAFS_v0_hwrf_thompson_debug PASS REGRESSION TEST WAS SUCCESSFUL -Thu Jan 21 15:02:59 EST 2021 -Elapsed time: 01h:13m:44s. Have a nice day! +Mon Jan 25 14:03:57 EST 2021 +Elapsed time: 00h:50m:46s. Have a nice day! From ad9306fc863ee241109a4cd8aeb6897c97f7a31d Mon Sep 17 00:00:00 2001 From: Xiaqiong Zhou Date: Mon, 25 Jan 2021 22:30:39 +0000 Subject: [PATCH 12/13] Update the point of fv3atm --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index f438d054dd..6e63f4576f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,7 +1,7 @@ [submodule "FV3"] path = FV3 - url = https://github.com/XiaqiongZhou-NOAA/fv3atm - branch = psmbc + url = https://github.com/NOAA-EMC/fv3atm + branch = develop [submodule "NEMS"] path = NEMS url = https://github.com/NOAA-EMC/NEMS From a1d8206c82859de534f9f3eb30f85c349207aaff Mon Sep 17 00:00:00 2001 From: Xiaqiong Zhou Date: Mon, 25 Jan 2021 23:15:16 +0000 Subject: [PATCH 13/13] Update fv3atm --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index d27a1c1853..307f00124f 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit d27a1c185316975abc7b5be3fd74011d9899ec15 +Subproject commit 307f00124f1b95dd39a993006e25dfeb83a314b7