From 8aab6de7e808498e7ebc3a85d828d14e396b3fb7 Mon Sep 17 00:00:00 2001 From: "Bin.Li" Date: Wed, 16 Dec 2020 00:08:51 +0000 Subject: [PATCH 1/6] Add the following 4 tests: datm_6h_cfsr datm_12h_cfsr datm_restart_cfsr datm_debug_cfsr Update the following files: default_vars.sh fv3_conf/cpld_datm_cfsr.IN fv3_conf/cpld_datm_gefs.IN parm/datm_configure.IN rt.conf --- tests/default_vars.sh | 6 ++++-- tests/fv3_conf/cpld_datm_cfsr.IN | 24 ++++++++++++++++++++---- tests/fv3_conf/cpld_datm_gefs.IN | 3 ++- tests/parm/datm_configure.IN | 2 ++ tests/rt.conf | 6 ++++++ tests/tests/datm_12h_cfsr | 21 +++++++++++++++++++++ tests/tests/datm_6h_cfsr | 21 +++++++++++++++++++++ tests/tests/datm_debug_cfsr | 21 +++++++++++++++++++++ tests/tests/datm_restart_cfsr | 26 ++++++++++++++++++++++++++ 9 files changed, 123 insertions(+), 7 deletions(-) create mode 100644 tests/tests/datm_12h_cfsr create mode 100644 tests/tests/datm_6h_cfsr create mode 100644 tests/tests/datm_debug_cfsr create mode 100644 tests/tests/datm_restart_cfsr diff --git a/tests/default_vars.sh b/tests/default_vars.sh index 10cf958f17..50ccfda076 100755 --- a/tests/default_vars.sh +++ b/tests/default_vars.sh @@ -516,7 +516,7 @@ export RUNID='unknown' export DUMPFREQ='d' export DUMPFREQ_N=1000 export USE_RESTART_TIME='.false.' -export RESTART_EXT='.false' +export RESTART_EXT='.false.' # setting to true will allow Frazil FW and Salt to be # included in fluxes sent to ocean export FRAZIL_FWSALT='.true.' @@ -540,6 +540,7 @@ export FHMAX=24 export WLCLK=30 export THRD=1 export FHROT='0' +export WARM_START=.F. # atm/ocn/ice resolution # GEFS @@ -620,11 +621,12 @@ export RUNID='unknown' export DUMPFREQ='d' export DUMPFREQ_N=1000 export USE_RESTART_TIME='.false.' -export RESTART_EXT='.false' +export RESTART_EXT='.false.' # setting to true will allow Frazil FW and Salt to be # included in fluxes sent to ocean export FRAZIL_FWSALT='.true.' # default to write CICE average history files export CICE_HIST_AVG='.true.' export BL_SUFFIX="" +export RT_SUFFIX="" } diff --git a/tests/fv3_conf/cpld_datm_cfsr.IN b/tests/fv3_conf/cpld_datm_cfsr.IN index 65bbf8ea0d..3abf180679 100644 --- a/tests/fv3_conf/cpld_datm_cfsr.IN +++ b/tests/fv3_conf/cpld_datm_cfsr.IN @@ -1,9 +1,10 @@ mkdir INPUT DATM_INPUT RESTART history MOM6_OUTPUT export DATM=true -# FV3 fixed input +# DATM fixed input export IATM=1760 export JATM=880 +ICERES="${OCNRES:0:1}.${OCNRES:1}" cp @[INPUTDATA_ROOT]/DATM/cfsr.SCRIP.nc DATM_INPUT ln -s @[INPUTDATA_ROOT]/DATM/CFSR/201110/* DATM_INPUT @@ -16,11 +17,26 @@ cp @[INPUTDATA_ROOT]/CICE_FIX/@[OCNRES]/grid_cice_NEMS_mx@[OCNRES].nc . cp @[INPUTDATA_ROOT]/CICE_FIX/@[OCNRES]/kmtu_cice_NEMS_mx@[OCNRES].nc . cp @[INPUTDATA_ROOT]/CICE_FIX/@[OCNRES]/mesh.mx@[OCNRES].nc . - -if [[ $OCNRES == '025' ]]; then +if [ $WARM_START = .F. ]; then +# cold start + if [[ $OCNRES == '025' ]]; then cp @[INPUTDATA_ROOT]/MOM6_IC/@[OCNRES]/2011100100/MOM*.nc ./INPUT cp @[INPUTDATA_ROOT]/CICE_IC/@[OCNRES]/cice_model_@[ICERES].cpc*.nc cice_model.res.nc -else + else cp @[INPUTDATA_ROOT]/MOM6_IC/@[OCNRES]/2011100100/MOM6_IC_TS*.nc ./INPUT/MOM6_IC_TS.nc cp @[INPUTDATA_ROOT]/CICE_IC/@[OCNRES]/cice_model_@[ICERES].cpc*.nc cice_model.res.nc + fi +else +# warm start + cp ../${DEP_RUN}${RT_SUFFIX}/RESTART/MOM*.nc ./INPUT + +# CMEPS restart and pointer files + RFILE="DATM_${DATM_SRC}.cpl.r.2011-10-01-21600.nc" + cp ../${DEP_RUN}${RT_SUFFIX}/RESTART/${RFILE} . + ls -1 ${RFILE}>rpointer.cpl + +# CICE restart and pointer files + cp ../${DEP_RUN}${RT_SUFFIX}/RESTART/iced.2011-10-01-21600.nc ./INPUT + RFILE="iced.2011-10-01-21600.nc" + ls -1 "./INPUT/"${RFILE}>ice.restart_file fi diff --git a/tests/fv3_conf/cpld_datm_gefs.IN b/tests/fv3_conf/cpld_datm_gefs.IN index 2bf93b5a5f..74811c36b2 100644 --- a/tests/fv3_conf/cpld_datm_gefs.IN +++ b/tests/fv3_conf/cpld_datm_gefs.IN @@ -1,7 +1,8 @@ mkdir INPUT DATM_INPUT RESTART history MOM6_OUTPUT export DATM=true -# FV3 fixed input +# DATM fixed input +ICERES="${OCNRES:0:1}.${OCNRES:1}" cp @[INPUTDATA_ROOT]/DATM/gefs.SCRIP.nc DATM_INPUT ln -s @[INPUTDATA_ROOT]/DATM/GEFS/201110/* DATM_INPUT diff --git a/tests/parm/datm_configure.IN b/tests/parm/datm_configure.IN index 00787d5ab0..c64ec17b3f 100644 --- a/tests/parm/datm_configure.IN +++ b/tests/parm/datm_configure.IN @@ -10,6 +10,8 @@ start_second: 0 nhours_fcst: @[FHMAX] RUN_CONTINUE: .false. ENS_SPS: .false. +calendar: 'julian' +fhrot: @[FHROT] dt_atmos: @[DT_ATMOS] atm_coupling_interval_sec: @[coupling_interval_fast_sec] diff --git a/tests/rt.conf b/tests/rt.conf index 8746849011..e1a1891bd5 100644 --- a/tests/rt.conf +++ b/tests/rt.conf @@ -269,3 +269,9 @@ RUN | datm_mx025_cfsr RUN | datm_mx025_gefs | standard | hera.intel orion.intel | fv3 | #RUN | datm_mx025_cfsr | standard | cheyenne.intel | fv3 | #RUN | datm_mx025_gefs | standard | cheyenne.intel | fv3 | + +RUN | datm_6h_cfsr | standard | hera.intel orion.intel | fv3 | +RUN | datm_12h_cfsr | standard | hera.intel orion.intel | fv3 | +RUN | datm_restart_cfsr | standard | hera.intel orion.intel | | datm_6h_cfsr +COMPILE | DATM=Y S2S=Y DEBUG=Y | standard | hera.intel orion.intel | fv3 | +RUN | datm_debug_cfsr | standard | hera.intel orion.intel | fv3 | diff --git a/tests/tests/datm_12h_cfsr b/tests/tests/datm_12h_cfsr new file mode 100644 index 0000000000..e9f92f8867 --- /dev/null +++ b/tests/tests/datm_12h_cfsr @@ -0,0 +1,21 @@ +# +# DATM_MOM6_CICE_CMEPS_CFSR 12-hr test +# + +export TEST_DESCR="DATM-MOM6-CICE-CMEPS_CFSR - 12-hr test " + +export CNTL_DIR="datm_12h_cfsr" + +export LIST_FILES="RESTART/MOM.res.nc \ + RESTART/iced.2011-10-01-43200.nc \ + RESTART/DATM_CFSR.cpl.r.2011-10-01-43200.nc" + +export_datm +export DATM_SRC="CFSR" +export FILENAME_BASE='cfsr.' +export IATM=1760 +export JATM=880 +export DAYS="0.5" +export FHMAX="12" +export RESTART_N=${FHMAX} +export FV3_RUN=cpld_datm_cfsr.IN diff --git a/tests/tests/datm_6h_cfsr b/tests/tests/datm_6h_cfsr new file mode 100644 index 0000000000..5fcd529825 --- /dev/null +++ b/tests/tests/datm_6h_cfsr @@ -0,0 +1,21 @@ +# +# DATM_MOM6_CICE_CMEPS_CFSR 6-hr test +# + +export TEST_DESCR="DATM-MOM6-CICE-CMEPS_CFSR - 6-hr test " + +export CNTL_DIR="datm_6h_cfsr" + +export LIST_FILES="RESTART/MOM.res.nc \ + RESTART/iced.2011-10-01-21600.nc \ + RESTART/DATM_CFSR.cpl.r.2011-10-01-21600.nc" + +export_datm +export DATM_SRC="CFSR" +export FILENAME_BASE='cfsr.' +export IATM=1760 +export JATM=880 +export DAYS="0.25" +export FHMAX="6" +export RESTART_N=${FHMAX} +export FV3_RUN=cpld_datm_cfsr.IN diff --git a/tests/tests/datm_debug_cfsr b/tests/tests/datm_debug_cfsr new file mode 100644 index 0000000000..d1fab439bb --- /dev/null +++ b/tests/tests/datm_debug_cfsr @@ -0,0 +1,21 @@ +# +# DATM_MOM6_CICE_CMEPS_CFSR debug test +# + +export TEST_DESCR="DATM-MOM6-CICE-CMEPS_CFSR - debug test " + +export CNTL_DIR="datm_debug_cfsr" + +export LIST_FILES="RESTART/MOM.res.nc \ + RESTART/iced.2011-10-01-21600.nc \ + RESTART/DATM_CFSR.cpl.r.2011-10-01-21600.nc" + +export_datm +export DATM_SRC="CFSR" +export FILENAME_BASE='cfsr.' +export IATM=1760 +export JATM=880 +export DAYS="0.25" +export FHMAX="6" +export RESTART_N=${FHMAX} +export FV3_RUN=cpld_datm_cfsr.IN diff --git a/tests/tests/datm_restart_cfsr b/tests/tests/datm_restart_cfsr new file mode 100644 index 0000000000..5d3c16bf45 --- /dev/null +++ b/tests/tests/datm_restart_cfsr @@ -0,0 +1,26 @@ +# +# DATM_MOM6_CICE_CMEPS_CFSR restart test +# + +export TEST_DESCR="DATM-MOM6-CICE-CMEPS_CFSR - restart test " + +export CNTL_DIR="datm_12h_cfsr" + +export LIST_FILES="RESTART/MOM.res.nc \ + RESTART/iced.2011-10-01-43200.nc \ + RESTART/DATM_CFSR.cpl.r.2011-10-01-43200.nc" + +export_datm +export DATM_SRC="CFSR" +export FILENAME_BASE='cfsr.' +export IATM=1760 +export JATM=880 +export DAYS="0.5" +export FHMAX="12" +export FHROT="6" +export WARM_START='.T.' +export RESTART_N=$((FHMAX-$FHROT)) +export RUNTYPE='continue' +export USE_RESTART_TIME='.true.' +export MOM6_RESTART_SETTING="r" +export FV3_RUN=cpld_datm_cfsr.IN From 3abf8e60bbbaf78f436867cc7785d04d60302b04 Mon Sep 17 00:00:00 2001 From: Bin Li Date: Wed, 16 Dec 2020 05:41:03 +0000 Subject: [PATCH 2/6] Add wcoss_dell_p3.log. --- tests/RegressionTests_wcoss_dell_p3.log | 254 ++++++++++++++++-------- tests/rt.conf | 32 ++- 2 files changed, 187 insertions(+), 99 deletions(-) diff --git a/tests/RegressionTests_wcoss_dell_p3.log b/tests/RegressionTests_wcoss_dell_p3.log index 10767e9a21..c9619015c5 100644 --- a/tests/RegressionTests_wcoss_dell_p3.log +++ b/tests/RegressionTests_wcoss_dell_p3.log @@ -1,9 +1,9 @@ -Tue Dec 15 13:43:53 UTC 2020 +Wed Dec 16 03:44:55 UTC 2020 Start Regression test baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/fv3_control_ccpp -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_157368/fv3_ccpp_control_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/fv3_ccpp_control_prod Checking test 001 fv3_ccpp_control results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -71,7 +71,7 @@ Test 001 fv3_ccpp_control PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/fv3_control_ccpp -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_157368/fv3_ccpp_decomp_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/fv3_ccpp_decomp_prod Checking test 002 fv3_ccpp_decomp results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -139,7 +139,7 @@ Test 002 fv3_ccpp_decomp PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/fv3_control_ccpp -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_157368/fv3_ccpp_2threads_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/fv3_ccpp_2threads_prod Checking test 003 fv3_ccpp_2threads results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -207,7 +207,7 @@ Test 003 fv3_ccpp_2threads PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/fv3_restart_ccpp -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_157368/fv3_ccpp_restart_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/fv3_ccpp_restart_prod Checking test 004 fv3_ccpp_restart results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -275,7 +275,7 @@ Test 004 fv3_ccpp_restart PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/fv3_read_inc_ccpp -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_157368/fv3_ccpp_read_inc_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/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 @@ -343,7 +343,7 @@ Test 005 fv3_ccpp_read_inc PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/fv3_wrtGauss_netcdf_esmf_ccpp -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_157368/fv3_ccpp_wrtGauss_netcdf_esmf_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/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 @@ -391,7 +391,7 @@ Test 006 fv3_ccpp_wrtGauss_netcdf_esmf PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/fv3_wrtGauss_netcdf_ccpp -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_157368/fv3_ccpp_wrtGauss_netcdf_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/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 @@ -439,7 +439,7 @@ Test 007 fv3_ccpp_wrtGauss_netcdf PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/fv3_wrtGauss_netcdf_parallel_ccpp -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_157368/fv3_ccpp_wrtGauss_netcdf_parallel_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/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 @@ -447,10 +447,10 @@ Checking test 008 fv3_ccpp_wrtGauss_netcdf_parallel results .... Comparing atmos_4xdaily.tile4.nc .........OK Comparing atmos_4xdaily.tile5.nc .........OK Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nc ............ALT CHECK......OK - Comparing phyf024.nc .........OK + Comparing phyf000.nc .........OK + Comparing phyf024.nc ............ALT CHECK......OK Comparing dynf000.nc ............ALT CHECK......OK - Comparing dynf024.nc ............ALT CHECK......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 @@ -487,7 +487,7 @@ Test 008 fv3_ccpp_wrtGauss_netcdf_parallel PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/fv3_wrtGlatlon_netcdf_ccpp -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_157368/fv3_ccpp_wrtGlatlon_netcdf_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/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 @@ -535,7 +535,7 @@ Test 009 fv3_ccpp_wrtGlatlon_netcdf PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/fv3_wrtGauss_nemsio_ccpp -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_157368/fv3_ccpp_wrtGauss_nemsio_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/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 @@ -583,7 +583,7 @@ Test 010 fv3_ccpp_wrtGauss_nemsio PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/fv3_wrtGauss_nemsio_c192_ccpp -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_157368/fv3_ccpp_wrtGauss_nemsio_c192_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/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 @@ -631,7 +631,7 @@ Test 011 fv3_ccpp_wrtGauss_nemsio_c192 PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/fv3_stochy_ccpp -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_157368/fv3_ccpp_stochy_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/fv3_ccpp_stochy_prod Checking test 012 fv3_ccpp_stochy results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -699,7 +699,7 @@ Test 012 fv3_ccpp_stochy PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/fv3_iau_ccpp -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_157368/fv3_ccpp_iau_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/fv3_ccpp_iau_prod Checking test 013 fv3_ccpp_iau results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -767,7 +767,7 @@ Test 013 fv3_ccpp_iau PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/fv3_lheatstrg_ccpp -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_157368/fv3_ccpp_lheatstrg_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/fv3_ccpp_lheatstrg_prod Checking test 014 fv3_ccpp_lheatstrg results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -815,7 +815,7 @@ Test 014 fv3_ccpp_lheatstrg PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/fv3_gfdlmprad_ccpp -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_157368/fv3_ccpp_gfdlmprad_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/fv3_ccpp_gfdlmprad_prod Checking test 015 fv3_ccpp_gfdlmprad results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -864,7 +864,7 @@ Test 015 fv3_ccpp_gfdlmprad PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/fv3_gfdlmprad_atmwav_ccpp -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_157368/fv3_ccpp_gfdlmprad_atmwav_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/fv3_ccpp_gfdlmprad_atmwav_prod Checking test 016 fv3_ccpp_gfdlmprad_atmwav results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -913,7 +913,7 @@ Test 016 fv3_ccpp_gfdlmprad_atmwav PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/fv3_multigases_ccpp -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_157368/fv3_ccpp_multigases_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/fv3_ccpp_multigases_prod Checking test 017 fv3_ccpp_multigases results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -987,7 +987,7 @@ Test 017 fv3_ccpp_multigases PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/fv3_control_32bit_ccpp -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_157368/fv3_ccpp_control_32bit_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/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 @@ -1055,7 +1055,7 @@ Test 018 fv3_ccpp_control_32bit PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/fv3_stretched_ccpp -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_157368/fv3_ccpp_stretched_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/fv3_ccpp_stretched_prod Checking test 019 fv3_ccpp_stretched results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1111,7 +1111,7 @@ Test 019 fv3_ccpp_stretched PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/fv3_stretched_nest_ccpp -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_157368/fv3_ccpp_stretched_nest_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/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 @@ -1178,7 +1178,7 @@ Test 020 fv3_ccpp_stretched_nest PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/fv3_regional_control_ccpp -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_157368/fv3_ccpp_regional_control_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/fv3_ccpp_regional_control_prod Checking test 021 fv3_ccpp_regional_control results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK @@ -1189,7 +1189,7 @@ Test 021 fv3_ccpp_regional_control PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/fv3_regional_restart_ccpp -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_157368/fv3_ccpp_regional_restart_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/fv3_ccpp_regional_restart_prod Checking test 022 fv3_ccpp_regional_restart results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK @@ -1198,7 +1198,7 @@ Test 022 fv3_ccpp_regional_restart PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/fv3_regional_quilt_ccpp -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_157368/fv3_ccpp_regional_quilt_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/fv3_ccpp_regional_quilt_prod Checking test 023 fv3_ccpp_regional_quilt results .... Comparing atmos_4xdaily.nc .........OK Comparing dynf000.nc .........OK @@ -1209,7 +1209,7 @@ Test 023 fv3_ccpp_regional_quilt PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/fv3_regional_quilt_netcdf_parallel_ccpp -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_157368/fv3_ccpp_regional_quilt_netcdf_parallel_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/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 @@ -1220,7 +1220,7 @@ Test 024 fv3_ccpp_regional_quilt_netcdf_parallel PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/fv3_regional_c768_ccpp -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_157368/fv3_ccpp_regional_c768_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/fv3_ccpp_regional_c768_prod Checking test 025 fv3_ccpp_regional_c768 results .... Comparing atmos_4xdaily.nc .........OK Comparing dynf000.nc .........OK @@ -1231,7 +1231,7 @@ Test 025 fv3_ccpp_regional_c768 PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/fv3_control_debug_ccpp -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_157368/fv3_ccpp_control_debug_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/fv3_ccpp_control_debug_prod Checking test 026 fv3_ccpp_control_debug results .... Comparing phyf000.tile1.nc .........OK Comparing phyf000.tile2.nc .........OK @@ -1261,7 +1261,7 @@ Test 026 fv3_ccpp_control_debug PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/fv3_stretched_nest_debug_ccpp -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_157368/fv3_ccpp_stretched_nest_debug_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/fv3_ccpp_stretched_nest_debug_prod Checking test 027 fv3_ccpp_stretched_nest_debug results .... Comparing fv3_history2d.nest02.tile7.nc .........OK Comparing fv3_history2d.tile1.nc .........OK @@ -1281,7 +1281,7 @@ Test 027 fv3_ccpp_stretched_nest_debug PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/fv3_gfdlmp_ccpp -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_157368/fv3_ccpp_gfdlmp_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/fv3_ccpp_gfdlmp_prod Checking test 028 fv3_ccpp_gfdlmp results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1329,7 +1329,7 @@ Test 028 fv3_ccpp_gfdlmp PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/fv3_gfdlmprad_gwd_ccpp -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_157368/fv3_ccpp_gfdlmprad_gwd_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/fv3_ccpp_gfdlmprad_gwd_prod Checking test 029 fv3_ccpp_gfdlmprad_gwd results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1377,7 +1377,7 @@ Test 029 fv3_ccpp_gfdlmprad_gwd PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/fv3_gfdlmprad_noahmp_ccpp -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_157368/fv3_ccpp_gfdlmprad_noahmp_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/fv3_ccpp_gfdlmprad_noahmp_prod Checking test 030 fv3_ccpp_gfdlmprad_noahmp results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1425,7 +1425,7 @@ Test 030 fv3_ccpp_gfdlmprad_noahmp PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/fv3_csawmg_ccpp -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_157368/fv3_ccpp_csawmg_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/fv3_ccpp_csawmg_prod Checking test 031 fv3_ccpp_csawmg results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1473,7 +1473,7 @@ Test 031 fv3_ccpp_csawmg PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/fv3_satmedmf_ccpp -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_157368/fv3_ccpp_satmedmf_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/fv3_ccpp_satmedmf_prod Checking test 032 fv3_ccpp_satmedmf results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1521,7 +1521,7 @@ Test 032 fv3_ccpp_satmedmf PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/fv3_satmedmfq_ccpp -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_157368/fv3_ccpp_satmedmfq_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/fv3_ccpp_satmedmfq_prod Checking test 033 fv3_ccpp_satmedmfq results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1569,7 +1569,7 @@ Test 033 fv3_ccpp_satmedmfq PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/fv3_gfdlmp_32bit_ccpp -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_157368/fv3_ccpp_gfdlmp_32bit_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/fv3_ccpp_gfdlmp_32bit_prod Checking test 034 fv3_ccpp_gfdlmp_32bit results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1617,7 +1617,7 @@ Test 034 fv3_ccpp_gfdlmp_32bit PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/fv3_gfdlmprad_32bit_post_ccpp -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_157368/fv3_ccpp_gfdlmprad_32bit_post_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/fv3_ccpp_gfdlmprad_32bit_post_prod Checking test 035 fv3_ccpp_gfdlmprad_32bit_post results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1669,7 +1669,7 @@ Test 035 fv3_ccpp_gfdlmprad_32bit_post PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/fv3_cpt_ccpp -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_157368/fv3_ccpp_cpt_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/fv3_ccpp_cpt_prod Checking test 036 fv3_ccpp_cpt results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1723,7 +1723,7 @@ Test 036 fv3_ccpp_cpt PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/fv3_gsd_ccpp -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_157368/fv3_ccpp_gsd_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/fv3_ccpp_gsd_prod Checking test 037 fv3_ccpp_gsd results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1815,7 +1815,7 @@ Test 037 fv3_ccpp_gsd PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/fv3_thompson_ccpp -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_157368/fv3_ccpp_thompson_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/fv3_ccpp_thompson_prod Checking test 038 fv3_ccpp_thompson results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1883,7 +1883,7 @@ Test 038 fv3_ccpp_thompson PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/fv3_thompson_no_aero_ccpp -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_157368/fv3_ccpp_thompson_no_aero_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/fv3_ccpp_thompson_no_aero_prod Checking test 039 fv3_ccpp_thompson_no_aero results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1951,7 +1951,7 @@ Test 039 fv3_ccpp_thompson_no_aero PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/fv3_rrfs_v1beta_ccpp -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_157368/fv3_ccpp_rrfs_v1beta_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/fv3_ccpp_rrfs_v1beta_prod Checking test 040 fv3_ccpp_rrfs_v1beta results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2019,7 +2019,7 @@ Test 040 fv3_ccpp_rrfs_v1beta PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/fv3_gfs_v16beta_ccpp -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_157368/fv3_ccpp_gfs_v16beta_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/fv3_ccpp_gfs_v16beta_prod Checking test 041 fv3_ccpp_gfs_v16beta results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2099,7 +2099,7 @@ Test 041 fv3_ccpp_gfs_v16beta PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/fv3_gfs_v16beta_ccpp -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_157368/fv3_ccpp_gfs_v16beta_restart_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/fv3_ccpp_gfs_v16beta_restart_prod Checking test 042 fv3_ccpp_gfs_v16beta_restart results .... Comparing phyf048.tile1.nc .........OK Comparing phyf048.tile2.nc .........OK @@ -2149,7 +2149,7 @@ Test 042 fv3_ccpp_gfs_v16beta_restart PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/fv3_gfs_v16beta_stochy_ccpp -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_157368/fv3_ccpp_gfs_v16beta_stochy_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/fv3_ccpp_gfs_v16beta_stochy_prod Checking test 043 fv3_ccpp_gfs_v16beta_stochy results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2217,7 +2217,7 @@ Test 043 fv3_ccpp_gfs_v16beta_stochy PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/fv3_gfs_v16beta_RRTMGP_ccpp -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_157368/fv3_ccpp_gfs_v16beta_RRTMGP_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/fv3_ccpp_gfs_v16beta_RRTMGP_prod Checking test 044 fv3_ccpp_gfs_v16beta_RRTMGP results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2285,7 +2285,7 @@ Test 044 fv3_ccpp_gfs_v16beta_RRTMGP PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/fv3_gfsv16_csawmg_ccpp -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_157368/fv3_ccpp_gfsv16_csawmg_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/fv3_ccpp_gfsv16_csawmg_prod Checking test 045 fv3_ccpp_gfsv16_csawmg results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2333,7 +2333,7 @@ Test 045 fv3_ccpp_gfsv16_csawmg PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/fv3_gfsv16_csawmgt_ccpp -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_157368/fv3_ccpp_gfsv16_csawmgt_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/fv3_ccpp_gfsv16_csawmgt_prod Checking test 046 fv3_ccpp_gfsv16_csawmgt results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2381,7 +2381,7 @@ Test 046 fv3_ccpp_gfsv16_csawmgt PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/fv3_gocart_clm_ccpp -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_157368/fv3_ccpp_gocart_clm_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/fv3_ccpp_gocart_clm_prod Checking test 047 fv3_ccpp_gocart_clm results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2429,7 +2429,7 @@ Test 047 fv3_ccpp_gocart_clm PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/fv3_gfs_v16beta_flake_ccpp -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_157368/fv3_ccpp_gfs_v16beta_flake_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/fv3_ccpp_gfs_v16beta_flake_prod Checking test 048 fv3_ccpp_gfs_v16beta_flake results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2497,7 +2497,7 @@ Test 048 fv3_ccpp_gfs_v16beta_flake PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/HAFS_v0_HWRF_thompson_ccpp -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_157368/fv3_ccpp_HAFS_v0_hwrf_thompson_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/fv3_ccpp_HAFS_v0_hwrf_thompson_prod Checking test 049 fv3_ccpp_HAFS_v0_hwrf_thompson results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2565,7 +2565,7 @@ Test 049 fv3_ccpp_HAFS_v0_hwrf_thompson PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/ESG_HAFS_v0_HWRF_thompson_ccpp -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_157368/fv3_ccpp_esg_HAFS_v0_hwrf_thompson_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/fv3_ccpp_esg_HAFS_v0_hwrf_thompson_prod Checking test 050 fv3_ccpp_esg_HAFS_v0_hwrf_thompson results .... Comparing atmos_4xdaily.nc .........OK Comparing phyf000.nc .........OK @@ -2583,7 +2583,7 @@ Test 050 fv3_ccpp_esg_HAFS_v0_hwrf_thompson PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/fv3_gfs_v16beta_debug_ccpp -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_157368/fv3_ccpp_gfs_v16beta_debug_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/fv3_ccpp_gfs_v16beta_debug_prod Checking test 051 fv3_ccpp_gfs_v16beta_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2651,7 +2651,7 @@ Test 051 fv3_ccpp_gfs_v16beta_debug PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/fv3_gfs_v16beta_RRTMGP_debug_ccpp -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_157368/fv3_ccpp_gfs_v16beta_RRTMGP_debug_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/fv3_ccpp_gfs_v16beta_RRTMGP_debug_prod Checking test 052 fv3_ccpp_gfs_v16beta_RRTMGP_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2719,7 +2719,7 @@ Test 052 fv3_ccpp_gfs_v16beta_RRTMGP_debug PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/fv3_gsd_debug_ccpp -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_157368/fv3_ccpp_gsd_debug_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/fv3_ccpp_gsd_debug_prod Checking test 053 fv3_ccpp_gsd_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2787,7 +2787,7 @@ Test 053 fv3_ccpp_gsd_debug PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/fv3_gsd_diag3d_debug_ccpp -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_157368/fv3_ccpp_gsd_diag3d_debug_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/fv3_ccpp_gsd_diag3d_debug_prod Checking test 054 fv3_ccpp_gsd_diag3d_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2855,7 +2855,7 @@ Test 054 fv3_ccpp_gsd_diag3d_debug PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/fv3_thompson_debug_ccpp -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_157368/fv3_ccpp_thompson_debug_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/fv3_ccpp_thompson_debug_prod Checking test 055 fv3_ccpp_thompson_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2923,7 +2923,7 @@ Test 055 fv3_ccpp_thompson_debug PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/fv3_thompson_no_aero_debug_ccpp -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_157368/fv3_ccpp_thompson_no_aero_debug_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/fv3_ccpp_thompson_no_aero_debug_prod Checking test 056 fv3_ccpp_thompson_no_aero_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2991,7 +2991,7 @@ Test 056 fv3_ccpp_thompson_no_aero_debug PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/fv3_rrfs_v1beta_debug_ccpp -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_157368/fv3_ccpp_rrfs_v1beta_debug_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/fv3_ccpp_rrfs_v1beta_debug_prod Checking test 057 fv3_ccpp_rrfs_v1beta_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -3059,7 +3059,7 @@ Test 057 fv3_ccpp_rrfs_v1beta_debug PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/HAFS_v0_HWRF_thompson_debug_ccpp -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_157368/fv3_ccpp_HAFS_v0_hwrf_thompson_debug_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/fv3_ccpp_HAFS_v0_hwrf_thompson_debug_prod Checking test 058 fv3_ccpp_HAFS_v0_hwrf_thompson_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -3127,7 +3127,7 @@ Test 058 fv3_ccpp_HAFS_v0_hwrf_thompson_debug PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/ESG_HAFS_v0_HWRF_thompson_debug_ccpp -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_157368/fv3_ccpp_esg_HAFS_v0_hwrf_thompson_debug_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/fv3_ccpp_esg_HAFS_v0_hwrf_thompson_debug_prod Checking test 059 fv3_ccpp_esg_HAFS_v0_hwrf_thompson_debug results .... Comparing atmos_4xdaily.nc .........OK Comparing phyf000.nc .........OK @@ -3145,7 +3145,7 @@ Test 059 fv3_ccpp_esg_HAFS_v0_hwrf_thompson_debug PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/cpld_control_ccpp -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_157368/cpld_control_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/cpld_control_prod Checking test 060 cpld_control results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -3198,7 +3198,7 @@ Test 060 cpld_control PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/cpld_control_ccpp -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_157368/cpld_2threads_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/cpld_2threads_prod Checking test 061 cpld_2threads results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -3251,7 +3251,7 @@ Test 061 cpld_2threads PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/cpld_control_ccpp -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_157368/cpld_decomp_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/cpld_decomp_prod Checking test 062 cpld_decomp results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -3304,7 +3304,7 @@ Test 062 cpld_decomp PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/cpld_satmedmf_ccpp -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_157368/cpld_satmedmf_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/cpld_satmedmf_prod Checking test 063 cpld_satmedmf results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -3357,7 +3357,7 @@ Test 063 cpld_satmedmf PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/cpld_ca_ccpp -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_157368/cpld_ca_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/cpld_ca_prod Checking test 064 cpld_ca results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -3410,7 +3410,7 @@ Test 064 cpld_ca PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/cpld_control_mx025_ccpp -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_157368/cpld_control_mx025_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/cpld_control_mx025_prod Checking test 065 cpld_control_mx025 results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -3466,7 +3466,7 @@ Test 065 cpld_control_mx025 PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/cpld_control_mx025_12h_ccpp -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_157368/cpld_control_mx025_12h_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/cpld_control_mx025_12h_prod Checking test 066 cpld_control_mx025_12h results .... Comparing phyf012.tile1.nc .........OK Comparing phyf012.tile2.nc .........OK @@ -3522,7 +3522,7 @@ Test 066 cpld_control_mx025_12h PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/cpld_control_mx025_ccpp -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_157368/cpld_restart_mx025_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/cpld_restart_mx025_prod Checking test 067 cpld_restart_mx025 results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -3578,7 +3578,7 @@ Test 067 cpld_restart_mx025 PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/cpld_control_c192_ccpp -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_157368/cpld_control_c192_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/cpld_control_c192_prod Checking test 068 cpld_control_c192 results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -3631,7 +3631,7 @@ Test 068 cpld_control_c192 PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/cpld_control_c384_ccpp -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_157368/cpld_control_c384_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/cpld_control_c384_prod Checking test 069 cpld_control_c384 results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -3687,7 +3687,7 @@ Test 069 cpld_control_c384 PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/cpld_controlfrac_c384_ccpp -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_157368/cpld_controlfrac_c384_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/cpld_controlfrac_c384_prod Checking test 070 cpld_controlfrac_c384 results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -3743,7 +3743,7 @@ Test 070 cpld_controlfrac_c384 PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/cpld_bmark_ccpp -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_157368/cpld_bmark_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/cpld_bmark_prod Checking test 071 cpld_bmark results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -3799,7 +3799,7 @@ Test 071 cpld_bmark PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/cpld_bmark_wave_ccpp -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_157368/cpld_bmark_wave_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/cpld_bmark_wave_prod Checking test 072 cpld_bmark_wave results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -3858,7 +3858,7 @@ Test 072 cpld_bmark_wave PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/cpld_debug_ccpp -working dir = /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_157368/cpld_debug_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/cpld_debug_prod Checking test 073 cpld_debug results .... Comparing phyf006.tile1.nc .........OK Comparing phyf006.tile2.nc .........OK @@ -3910,6 +3910,102 @@ Checking test 073 cpld_debug results .... Test 073 cpld_debug PASS +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/datm_control_cfsr +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/datm_control_cfsr +Checking test 074 datm_control_cfsr results .... + Comparing RESTART/MOM.res.nc .........OK + Comparing RESTART/iced.2011-10-02-00000.nc .........OK + Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK +Test 074 datm_control_cfsr PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/datm_control_gefs +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/datm_control_gefs +Checking test 075 datm_control_gefs results .... + Comparing RESTART/MOM.res.nc .........OK + Comparing RESTART/iced.2011-10-02-00000.nc .........OK + Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK +Test 075 datm_control_gefs PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/datm_bulk_cfsr +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/datm_bulk_cfsr +Checking test 076 datm_bulk_cfsr results .... + Comparing RESTART/MOM.res.nc .........OK + Comparing RESTART/iced.2011-10-02-00000.nc .........OK + Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK +Test 076 datm_bulk_cfsr PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/datm_bulk_gefs +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/datm_bulk_gefs +Checking test 077 datm_bulk_gefs results .... + Comparing RESTART/MOM.res.nc .........OK + Comparing RESTART/iced.2011-10-02-00000.nc .........OK + Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK +Test 077 datm_bulk_gefs PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/datm_mx025_cfsr +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/datm_mx025_cfsr +Checking test 078 datm_mx025_cfsr results .... + Comparing RESTART/MOM.res.nc .........OK + Comparing RESTART/MOM.res_1.nc .........OK + Comparing RESTART/MOM.res_2.nc .........OK + Comparing RESTART/MOM.res_3.nc .........OK + Comparing RESTART/iced.2011-10-02-00000.nc .........OK + Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK +Test 078 datm_mx025_cfsr PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/datm_mx025_gefs +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/datm_mx025_gefs +Checking test 079 datm_mx025_gefs results .... + Comparing RESTART/MOM.res.nc .........OK + Comparing RESTART/MOM.res_1.nc .........OK + Comparing RESTART/MOM.res_2.nc .........OK + Comparing RESTART/MOM.res_3.nc .........OK + Comparing RESTART/iced.2011-10-02-00000.nc .........OK + Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK +Test 079 datm_mx025_gefs PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/datm_6h_cfsr +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/datm_6h_cfsr +Checking test 080 datm_6h_cfsr results .... + Comparing RESTART/MOM.res.nc .........OK + Comparing RESTART/iced.2011-10-01-21600.nc .........OK + Comparing RESTART/DATM_CFSR.cpl.r.2011-10-01-21600.nc .........OK +Test 080 datm_6h_cfsr PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/datm_12h_cfsr +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/datm_12h_cfsr +Checking test 081 datm_12h_cfsr results .... + Comparing RESTART/MOM.res.nc .........OK + Comparing RESTART/iced.2011-10-01-43200.nc .........OK + Comparing RESTART/DATM_CFSR.cpl.r.2011-10-01-43200.nc .........OK +Test 081 datm_12h_cfsr PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/datm_12h_cfsr +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/datm_restart_cfsr +Checking test 082 datm_restart_cfsr results .... + Comparing RESTART/MOM.res.nc .........OK + Comparing RESTART/iced.2011-10-01-43200.nc .........OK + Comparing RESTART/DATM_CFSR.cpl.r.2011-10-01-43200.nc .........OK +Test 082 datm_restart_cfsr PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/datm_debug_cfsr +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/datm_debug_cfsr +Checking test 083 datm_debug_cfsr results .... + Comparing RESTART/MOM.res.nc .........OK + Comparing RESTART/iced.2011-10-01-21600.nc .........OK + Comparing RESTART/DATM_CFSR.cpl.r.2011-10-01-21600.nc .........OK +Test 083 datm_debug_cfsr PASS + + REGRESSION TEST WAS SUCCESSFUL -Tue Dec 15 15:35:11 UTC 2020 -Elapsed time: 01h:51m:20s. Have a nice day! +Wed Dec 16 05:35:29 UTC 2020 +Elapsed time: 01h:50m:35s. Have a nice day! diff --git a/tests/rt.conf b/tests/rt.conf index e1a1891bd5..581823339b 100644 --- a/tests/rt.conf +++ b/tests/rt.conf @@ -252,26 +252,18 @@ RUN | cpld_debug ####################################################################################################################################################################################### # Data Atmosphere tests ####################################################################################################################################################################################### +COMPILE | DATM=Y S2S=Y | standard | hera.intel orion.intel wcoss_dell_p3 | fv3 | +RUN | datm_control_cfsr | standard | hera.intel orion.intel wcoss_dell_p3 | fv3 | +RUN | datm_control_gefs | standard | hera.intel orion.intel wcoss_dell_p3 | fv3 | -COMPILE | DATM=Y S2S=Y | standard | hera.intel orion.intel | fv3 | -#COMPILE | DATM=Y S2S=Y | standard | cheyenne.intel | fv3 | -RUN | datm_control_cfsr | standard | hera.intel orion.intel | fv3 | -RUN | datm_control_gefs | standard | hera.intel orion.intel | fv3 | -#RUN | datm_control_cfsr | standard | cheyenne.intel | fv3 | -#RUN | datm_control_gefs | standard | cheyenne.intel | fv3 | +RUN | datm_bulk_cfsr | standard | hera.intel orion.intel wcoss_dell_p3 | fv3 | +RUN | datm_bulk_gefs | standard | hera.intel orion.intel wcoss_dell_p3 | fv3 | -RUN | datm_bulk_cfsr | standard | hera.intel orion.intel | fv3 | -RUN | datm_bulk_gefs | standard | hera.intel orion.intel | fv3 | -#RUN | datm_bulk_cfsr | standard | cheyenne.intel | fv3 | -#RUN | datm_bulk_gefs | standard | cheyenne.intel | fv3 | +RUN | datm_mx025_cfsr | standard | hera.intel orion.intel wcoss_dell_p3 | fv3 | +RUN | datm_mx025_gefs | standard | hera.intel orion.intel wcoss_dell_p3 | fv3 | -RUN | datm_mx025_cfsr | standard | hera.intel orion.intel | fv3 | -RUN | datm_mx025_gefs | standard | hera.intel orion.intel | fv3 | -#RUN | datm_mx025_cfsr | standard | cheyenne.intel | fv3 | -#RUN | datm_mx025_gefs | standard | cheyenne.intel | fv3 | - -RUN | datm_6h_cfsr | standard | hera.intel orion.intel | fv3 | -RUN | datm_12h_cfsr | standard | hera.intel orion.intel | fv3 | -RUN | datm_restart_cfsr | standard | hera.intel orion.intel | | datm_6h_cfsr -COMPILE | DATM=Y S2S=Y DEBUG=Y | standard | hera.intel orion.intel | fv3 | -RUN | datm_debug_cfsr | standard | hera.intel orion.intel | fv3 | +RUN | datm_6h_cfsr | standard | hera.intel orion.intel wcoss_dell_p3 | fv3 | +RUN | datm_12h_cfsr | standard | hera.intel orion.intel wcoss_dell_p3 | fv3 | +RUN | datm_restart_cfsr | standard | hera.intel orion.intel wcoss_dell_p3 | | datm_6h_cfsr +COMPILE | DATM=Y S2S=Y DEBUG=Y | standard | hera.intel orion.intel wcoss_dell_p3 | fv3 | +RUN | datm_debug_cfsr | standard | hera.intel orion.intel wcoss_dell_p3 | fv3 | From 76aa30e388b85c08ffd9ed883893fd865e5aa03d Mon Sep 17 00:00:00 2001 From: Bin Li Date: Wed, 16 Dec 2020 09:43:12 -0600 Subject: [PATCH 3/6] Remove datm_6h_cfsr and datm_12h_cfsr tests. Update datm_control_cfsr and datm_restart_cfsr tests. --- tests/fv3_conf/cpld_datm_cfsr.IN | 8 ++++---- tests/rt.conf | 12 +++++++++--- tests/tests/datm_12h_cfsr | 21 --------------------- tests/tests/datm_6h_cfsr | 21 --------------------- tests/tests/datm_control_cfsr | 1 + tests/tests/datm_restart_cfsr | 12 ++++++------ 6 files changed, 20 insertions(+), 55 deletions(-) delete mode 100644 tests/tests/datm_12h_cfsr delete mode 100644 tests/tests/datm_6h_cfsr diff --git a/tests/fv3_conf/cpld_datm_cfsr.IN b/tests/fv3_conf/cpld_datm_cfsr.IN index 3abf180679..25b8acc50e 100644 --- a/tests/fv3_conf/cpld_datm_cfsr.IN +++ b/tests/fv3_conf/cpld_datm_cfsr.IN @@ -28,15 +28,15 @@ if [ $WARM_START = .F. ]; then fi else # warm start - cp ../${DEP_RUN}${RT_SUFFIX}/RESTART/MOM*.nc ./INPUT + cp ../${DEP_RUN}${RT_SUFFIX}/RESTART/MOM.res.2011-10-01-12*.nc ./INPUT/MOM.res.nc # CMEPS restart and pointer files - RFILE="DATM_${DATM_SRC}.cpl.r.2011-10-01-21600.nc" + RFILE="DATM_${DATM_SRC}.cpl.r.2011-10-01-43200.nc" cp ../${DEP_RUN}${RT_SUFFIX}/RESTART/${RFILE} . ls -1 ${RFILE}>rpointer.cpl # CICE restart and pointer files - cp ../${DEP_RUN}${RT_SUFFIX}/RESTART/iced.2011-10-01-21600.nc ./INPUT - RFILE="iced.2011-10-01-21600.nc" + cp ../${DEP_RUN}${RT_SUFFIX}/RESTART/iced.2011-10-01-43200.nc ./INPUT + RFILE="iced.2011-10-01-43200.nc" ls -1 "./INPUT/"${RFILE}>ice.restart_file fi diff --git a/tests/rt.conf b/tests/rt.conf index 581823339b..3bb33ae825 100644 --- a/tests/rt.conf +++ b/tests/rt.conf @@ -252,18 +252,24 @@ RUN | cpld_debug ####################################################################################################################################################################################### # Data Atmosphere tests ####################################################################################################################################################################################### + COMPILE | DATM=Y S2S=Y | standard | hera.intel orion.intel wcoss_dell_p3 | fv3 | +#COMPILE | DATM=Y S2S=Y | standard | cheyenne.intel | fv3 | RUN | datm_control_cfsr | standard | hera.intel orion.intel wcoss_dell_p3 | fv3 | +RUN | datm_restart_cfsr | standard | hera.intel orion.intel wcoss_dell_p3 | | datm_control_cfsr RUN | datm_control_gefs | standard | hera.intel orion.intel wcoss_dell_p3 | fv3 | +#RUN | datm_control_cfsr | standard | cheyenne.intel | fv3 | +#RUN | datm_control_gefs | standard | cheyenne.intel | fv3 | RUN | datm_bulk_cfsr | standard | hera.intel orion.intel wcoss_dell_p3 | fv3 | RUN | datm_bulk_gefs | standard | hera.intel orion.intel wcoss_dell_p3 | fv3 | +#RUN | datm_bulk_cfsr | standard | cheyenne.intel | fv3 | +#RUN | datm_bulk_gefs | standard | cheyenne.intel | fv3 | RUN | datm_mx025_cfsr | standard | hera.intel orion.intel wcoss_dell_p3 | fv3 | RUN | datm_mx025_gefs | standard | hera.intel orion.intel wcoss_dell_p3 | fv3 | +#RUN | datm_mx025_cfsr | standard | cheyenne.intel | fv3 | +#RUN | datm_mx025_gefs | standard | cheyenne.intel | fv3 | -RUN | datm_6h_cfsr | standard | hera.intel orion.intel wcoss_dell_p3 | fv3 | -RUN | datm_12h_cfsr | standard | hera.intel orion.intel wcoss_dell_p3 | fv3 | -RUN | datm_restart_cfsr | standard | hera.intel orion.intel wcoss_dell_p3 | | datm_6h_cfsr COMPILE | DATM=Y S2S=Y DEBUG=Y | standard | hera.intel orion.intel wcoss_dell_p3 | fv3 | RUN | datm_debug_cfsr | standard | hera.intel orion.intel wcoss_dell_p3 | fv3 | diff --git a/tests/tests/datm_12h_cfsr b/tests/tests/datm_12h_cfsr deleted file mode 100644 index e9f92f8867..0000000000 --- a/tests/tests/datm_12h_cfsr +++ /dev/null @@ -1,21 +0,0 @@ -# -# DATM_MOM6_CICE_CMEPS_CFSR 12-hr test -# - -export TEST_DESCR="DATM-MOM6-CICE-CMEPS_CFSR - 12-hr test " - -export CNTL_DIR="datm_12h_cfsr" - -export LIST_FILES="RESTART/MOM.res.nc \ - RESTART/iced.2011-10-01-43200.nc \ - RESTART/DATM_CFSR.cpl.r.2011-10-01-43200.nc" - -export_datm -export DATM_SRC="CFSR" -export FILENAME_BASE='cfsr.' -export IATM=1760 -export JATM=880 -export DAYS="0.5" -export FHMAX="12" -export RESTART_N=${FHMAX} -export FV3_RUN=cpld_datm_cfsr.IN diff --git a/tests/tests/datm_6h_cfsr b/tests/tests/datm_6h_cfsr deleted file mode 100644 index 5fcd529825..0000000000 --- a/tests/tests/datm_6h_cfsr +++ /dev/null @@ -1,21 +0,0 @@ -# -# DATM_MOM6_CICE_CMEPS_CFSR 6-hr test -# - -export TEST_DESCR="DATM-MOM6-CICE-CMEPS_CFSR - 6-hr test " - -export CNTL_DIR="datm_6h_cfsr" - -export LIST_FILES="RESTART/MOM.res.nc \ - RESTART/iced.2011-10-01-21600.nc \ - RESTART/DATM_CFSR.cpl.r.2011-10-01-21600.nc" - -export_datm -export DATM_SRC="CFSR" -export FILENAME_BASE='cfsr.' -export IATM=1760 -export JATM=880 -export DAYS="0.25" -export FHMAX="6" -export RESTART_N=${FHMAX} -export FV3_RUN=cpld_datm_cfsr.IN diff --git a/tests/tests/datm_control_cfsr b/tests/tests/datm_control_cfsr index 8a8dcad952..0707918590 100644 --- a/tests/tests/datm_control_cfsr +++ b/tests/tests/datm_control_cfsr @@ -15,4 +15,5 @@ export DATM_SRC="CFSR" export FILENAME_BASE='cfsr.' export IATM=1760 export JATM=880 +export RESTART_N=12 export FV3_RUN=cpld_datm_cfsr.IN diff --git a/tests/tests/datm_restart_cfsr b/tests/tests/datm_restart_cfsr index 5d3c16bf45..6d7e86015f 100644 --- a/tests/tests/datm_restart_cfsr +++ b/tests/tests/datm_restart_cfsr @@ -4,20 +4,20 @@ export TEST_DESCR="DATM-MOM6-CICE-CMEPS_CFSR - restart test " -export CNTL_DIR="datm_12h_cfsr" +export CNTL_DIR="datm_control_cfsr" export LIST_FILES="RESTART/MOM.res.nc \ - RESTART/iced.2011-10-01-43200.nc \ - RESTART/DATM_CFSR.cpl.r.2011-10-01-43200.nc" + RESTART/iced.2011-10-02-00000.nc \ + RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc" export_datm export DATM_SRC="CFSR" export FILENAME_BASE='cfsr.' export IATM=1760 export JATM=880 -export DAYS="0.5" -export FHMAX="12" -export FHROT="6" +export DAYS="1" +export FHMAX="24" +export FHROT="12" export WARM_START='.T.' export RESTART_N=$((FHMAX-$FHROT)) export RUNTYPE='continue' From e25a9fce9927c60c3a083dc4ad3bd686daf9fb66 Mon Sep 17 00:00:00 2001 From: "Bin.Li" Date: Wed, 16 Dec 2020 17:56:28 +0000 Subject: [PATCH 4/6] Add Hera log. --- tests/RegressionTests_hera.intel.log | 224 +++++++++++++++------------ 1 file changed, 121 insertions(+), 103 deletions(-) diff --git a/tests/RegressionTests_hera.intel.log b/tests/RegressionTests_hera.intel.log index da18b47cf2..bf991e770f 100644 --- a/tests/RegressionTests_hera.intel.log +++ b/tests/RegressionTests_hera.intel.log @@ -1,9 +1,9 @@ -Tue Dec 15 13:07:12 UTC 2020 +Wed Dec 16 16:48:57 UTC 2020 Start Regression test baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_control_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/FV3_RT/rt_107968/fv3_ccpp_control_prod +working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_49420/fv3_ccpp_control_prod Checking test 001 fv3_ccpp_control results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -71,7 +71,7 @@ Test 001 fv3_ccpp_control PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_control_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/FV3_RT/rt_107968/fv3_ccpp_decomp_prod +working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_49420/fv3_ccpp_decomp_prod Checking test 002 fv3_ccpp_decomp results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -139,7 +139,7 @@ Test 002 fv3_ccpp_decomp PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_control_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/FV3_RT/rt_107968/fv3_ccpp_2threads_prod +working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_49420/fv3_ccpp_2threads_prod Checking test 003 fv3_ccpp_2threads results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -207,7 +207,7 @@ Test 003 fv3_ccpp_2threads PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_restart_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/FV3_RT/rt_107968/fv3_ccpp_restart_prod +working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_49420/fv3_ccpp_restart_prod Checking test 004 fv3_ccpp_restart results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -275,7 +275,7 @@ Test 004 fv3_ccpp_restart PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_read_inc_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/FV3_RT/rt_107968/fv3_ccpp_read_inc_prod +working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_49420/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 @@ -343,7 +343,7 @@ Test 005 fv3_ccpp_read_inc PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_wrtGauss_netcdf_esmf_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/FV3_RT/rt_107968/fv3_ccpp_wrtGauss_netcdf_esmf_prod +working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_49420/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 @@ -391,7 +391,7 @@ Test 006 fv3_ccpp_wrtGauss_netcdf_esmf PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_wrtGauss_netcdf_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/FV3_RT/rt_107968/fv3_ccpp_wrtGauss_netcdf_prod +working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_49420/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 @@ -439,7 +439,7 @@ Test 007 fv3_ccpp_wrtGauss_netcdf PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_wrtGauss_netcdf_parallel_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/FV3_RT/rt_107968/fv3_ccpp_wrtGauss_netcdf_parallel_prod +working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_49420/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 @@ -447,7 +447,7 @@ Checking test 008 fv3_ccpp_wrtGauss_netcdf_parallel results .... Comparing atmos_4xdaily.tile4.nc .........OK Comparing atmos_4xdaily.tile5.nc .........OK Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.nc .........OK + Comparing phyf000.nc ............ALT CHECK......OK Comparing phyf024.nc ............ALT CHECK......OK Comparing dynf000.nc .........OK Comparing dynf024.nc ............ALT CHECK......OK @@ -487,7 +487,7 @@ Test 008 fv3_ccpp_wrtGauss_netcdf_parallel PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_wrtGlatlon_netcdf_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/FV3_RT/rt_107968/fv3_ccpp_wrtGlatlon_netcdf_prod +working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_49420/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 @@ -535,7 +535,7 @@ Test 009 fv3_ccpp_wrtGlatlon_netcdf PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_wrtGauss_nemsio_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/FV3_RT/rt_107968/fv3_ccpp_wrtGauss_nemsio_prod +working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_49420/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 @@ -583,7 +583,7 @@ Test 010 fv3_ccpp_wrtGauss_nemsio PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_wrtGauss_nemsio_c192_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/FV3_RT/rt_107968/fv3_ccpp_wrtGauss_nemsio_c192_prod +working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_49420/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 @@ -631,7 +631,7 @@ Test 011 fv3_ccpp_wrtGauss_nemsio_c192 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_stochy_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/FV3_RT/rt_107968/fv3_ccpp_stochy_prod +working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_49420/fv3_ccpp_stochy_prod Checking test 012 fv3_ccpp_stochy results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -699,7 +699,7 @@ Test 012 fv3_ccpp_stochy PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_iau_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/FV3_RT/rt_107968/fv3_ccpp_iau_prod +working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_49420/fv3_ccpp_iau_prod Checking test 013 fv3_ccpp_iau results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -767,7 +767,7 @@ Test 013 fv3_ccpp_iau PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_ca_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/FV3_RT/rt_107968/fv3_ccpp_ca_prod +working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_49420/fv3_ccpp_ca_prod Checking test 014 fv3_ccpp_ca results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -835,7 +835,7 @@ Test 014 fv3_ccpp_ca PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_lndp_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/FV3_RT/rt_107968/fv3_ccpp_lndp_prod +working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_49420/fv3_ccpp_lndp_prod Checking test 015 fv3_ccpp_lndp results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -903,7 +903,7 @@ Test 015 fv3_ccpp_lndp PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_lheatstrg_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/FV3_RT/rt_107968/fv3_ccpp_lheatstrg_prod +working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_49420/fv3_ccpp_lheatstrg_prod Checking test 016 fv3_ccpp_lheatstrg results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -951,7 +951,7 @@ Test 016 fv3_ccpp_lheatstrg PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_gfdlmprad_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/FV3_RT/rt_107968/fv3_ccpp_gfdlmprad_prod +working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_49420/fv3_ccpp_gfdlmprad_prod Checking test 017 fv3_ccpp_gfdlmprad results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1000,7 +1000,7 @@ Test 017 fv3_ccpp_gfdlmprad PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_gfdlmprad_atmwav_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/FV3_RT/rt_107968/fv3_ccpp_gfdlmprad_atmwav_prod +working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_49420/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 @@ -1049,7 +1049,7 @@ Test 018 fv3_ccpp_gfdlmprad_atmwav PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_wrtGauss_nemsio_c768_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/FV3_RT/rt_107968/fv3_ccpp_wrtGauss_nemsio_c768_prod +working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_49420/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 @@ -1098,7 +1098,7 @@ Test 019 fv3_ccpp_wrtGauss_nemsio_c768 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_multigases_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/FV3_RT/rt_107968/fv3_ccpp_multigases_prod +working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_49420/fv3_ccpp_multigases_prod Checking test 020 fv3_ccpp_multigases results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1172,7 +1172,7 @@ Test 020 fv3_ccpp_multigases PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_control_32bit_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/FV3_RT/rt_107968/fv3_ccpp_control_32bit_prod +working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_49420/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 @@ -1240,7 +1240,7 @@ Test 021 fv3_ccpp_control_32bit PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_stretched_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/FV3_RT/rt_107968/fv3_ccpp_stretched_prod +working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_49420/fv3_ccpp_stretched_prod Checking test 022 fv3_ccpp_stretched results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1296,7 +1296,7 @@ Test 022 fv3_ccpp_stretched PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_stretched_nest_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/FV3_RT/rt_107968/fv3_ccpp_stretched_nest_prod +working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_49420/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 @@ -1363,7 +1363,7 @@ Test 023 fv3_ccpp_stretched_nest PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_regional_control_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/FV3_RT/rt_107968/fv3_ccpp_regional_control_prod +working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_49420/fv3_ccpp_regional_control_prod Checking test 024 fv3_ccpp_regional_control results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK @@ -1374,7 +1374,7 @@ Test 024 fv3_ccpp_regional_control PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_regional_restart_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/FV3_RT/rt_107968/fv3_ccpp_regional_restart_prod +working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_49420/fv3_ccpp_regional_restart_prod Checking test 025 fv3_ccpp_regional_restart results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK @@ -1383,7 +1383,7 @@ Test 025 fv3_ccpp_regional_restart PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_regional_quilt_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/FV3_RT/rt_107968/fv3_ccpp_regional_quilt_prod +working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_49420/fv3_ccpp_regional_quilt_prod Checking test 026 fv3_ccpp_regional_quilt results .... Comparing atmos_4xdaily.nc .........OK Comparing dynf000.nc .........OK @@ -1394,10 +1394,10 @@ Test 026 fv3_ccpp_regional_quilt PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_regional_quilt_netcdf_parallel_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/FV3_RT/rt_107968/fv3_ccpp_regional_quilt_netcdf_parallel_prod +working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_49420/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 + Comparing dynf000.nc ............ALT CHECK......OK Comparing dynf024.nc ............ALT CHECK......OK Comparing phyf000.nc .........OK Comparing phyf024.nc ............ALT CHECK......OK @@ -1405,7 +1405,7 @@ Test 027 fv3_ccpp_regional_quilt_netcdf_parallel PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_regional_c768_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/FV3_RT/rt_107968/fv3_ccpp_regional_c768_prod +working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_49420/fv3_ccpp_regional_c768_prod Checking test 028 fv3_ccpp_regional_c768 results .... Comparing atmos_4xdaily.nc .........OK Comparing dynf000.nc .........OK @@ -1416,7 +1416,7 @@ Test 028 fv3_ccpp_regional_c768 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_control_debug_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/FV3_RT/rt_107968/fv3_ccpp_control_debug_prod +working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_49420/fv3_ccpp_control_debug_prod Checking test 029 fv3_ccpp_control_debug results .... Comparing phyf000.tile1.nc .........OK Comparing phyf000.tile2.nc .........OK @@ -1446,7 +1446,7 @@ Test 029 fv3_ccpp_control_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_stretched_nest_debug_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/FV3_RT/rt_107968/fv3_ccpp_stretched_nest_debug_prod +working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_49420/fv3_ccpp_stretched_nest_debug_prod Checking test 030 fv3_ccpp_stretched_nest_debug results .... Comparing fv3_history2d.nest02.tile7.nc .........OK Comparing fv3_history2d.tile1.nc .........OK @@ -1466,7 +1466,7 @@ Test 030 fv3_ccpp_stretched_nest_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_gfdlmp_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/FV3_RT/rt_107968/fv3_ccpp_gfdlmp_prod +working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_49420/fv3_ccpp_gfdlmp_prod Checking test 031 fv3_ccpp_gfdlmp results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1514,7 +1514,7 @@ Test 031 fv3_ccpp_gfdlmp PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_gfdlmprad_gwd_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/FV3_RT/rt_107968/fv3_ccpp_gfdlmprad_gwd_prod +working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_49420/fv3_ccpp_gfdlmprad_gwd_prod Checking test 032 fv3_ccpp_gfdlmprad_gwd results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1562,7 +1562,7 @@ Test 032 fv3_ccpp_gfdlmprad_gwd PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_gfdlmprad_noahmp_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/FV3_RT/rt_107968/fv3_ccpp_gfdlmprad_noahmp_prod +working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_49420/fv3_ccpp_gfdlmprad_noahmp_prod Checking test 033 fv3_ccpp_gfdlmprad_noahmp results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1610,7 +1610,7 @@ Test 033 fv3_ccpp_gfdlmprad_noahmp PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_csawmg_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/FV3_RT/rt_107968/fv3_ccpp_csawmg_prod +working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_49420/fv3_ccpp_csawmg_prod Checking test 034 fv3_ccpp_csawmg results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1658,7 +1658,7 @@ Test 034 fv3_ccpp_csawmg PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_satmedmf_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/FV3_RT/rt_107968/fv3_ccpp_satmedmf_prod +working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_49420/fv3_ccpp_satmedmf_prod Checking test 035 fv3_ccpp_satmedmf results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1706,7 +1706,7 @@ Test 035 fv3_ccpp_satmedmf PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_satmedmfq_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/FV3_RT/rt_107968/fv3_ccpp_satmedmfq_prod +working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_49420/fv3_ccpp_satmedmfq_prod Checking test 036 fv3_ccpp_satmedmfq results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1754,7 +1754,7 @@ Test 036 fv3_ccpp_satmedmfq PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_gfdlmp_32bit_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/FV3_RT/rt_107968/fv3_ccpp_gfdlmp_32bit_prod +working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_49420/fv3_ccpp_gfdlmp_32bit_prod Checking test 037 fv3_ccpp_gfdlmp_32bit results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1802,7 +1802,7 @@ Test 037 fv3_ccpp_gfdlmp_32bit PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_gfdlmprad_32bit_post_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/FV3_RT/rt_107968/fv3_ccpp_gfdlmprad_32bit_post_prod +working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_49420/fv3_ccpp_gfdlmprad_32bit_post_prod Checking test 038 fv3_ccpp_gfdlmprad_32bit_post results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1854,7 +1854,7 @@ Test 038 fv3_ccpp_gfdlmprad_32bit_post PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_cpt_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/FV3_RT/rt_107968/fv3_ccpp_cpt_prod +working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_49420/fv3_ccpp_cpt_prod Checking test 039 fv3_ccpp_cpt results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1908,7 +1908,7 @@ Test 039 fv3_ccpp_cpt PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_gsd_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/FV3_RT/rt_107968/fv3_ccpp_gsd_prod +working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_49420/fv3_ccpp_gsd_prod Checking test 040 fv3_ccpp_gsd results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2000,7 +2000,7 @@ Test 040 fv3_ccpp_gsd PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_rap_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/FV3_RT/rt_107968/fv3_ccpp_rap_prod +working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_49420/fv3_ccpp_rap_prod Checking test 041 fv3_ccpp_rap results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2068,7 +2068,7 @@ Test 041 fv3_ccpp_rap PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_hrrr_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/FV3_RT/rt_107968/fv3_ccpp_hrrr_prod +working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_49420/fv3_ccpp_hrrr_prod Checking test 042 fv3_ccpp_hrrr results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2136,7 +2136,7 @@ Test 042 fv3_ccpp_hrrr PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_thompson_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/FV3_RT/rt_107968/fv3_ccpp_thompson_prod +working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_49420/fv3_ccpp_thompson_prod Checking test 043 fv3_ccpp_thompson results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2204,7 +2204,7 @@ Test 043 fv3_ccpp_thompson PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_thompson_no_aero_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/FV3_RT/rt_107968/fv3_ccpp_thompson_no_aero_prod +working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_49420/fv3_ccpp_thompson_no_aero_prod Checking test 044 fv3_ccpp_thompson_no_aero results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2272,7 +2272,7 @@ Test 044 fv3_ccpp_thompson_no_aero PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_rrfs_v1beta_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/FV3_RT/rt_107968/fv3_ccpp_rrfs_v1beta_prod +working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_49420/fv3_ccpp_rrfs_v1beta_prod Checking test 045 fv3_ccpp_rrfs_v1beta results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2340,7 +2340,7 @@ Test 045 fv3_ccpp_rrfs_v1beta PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_gfs_v15p2_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/FV3_RT/rt_107968/fv3_ccpp_gfs_v15p2_prod +working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_49420/fv3_ccpp_gfs_v15p2_prod Checking test 046 fv3_ccpp_gfs_v15p2 results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2408,7 +2408,7 @@ Test 046 fv3_ccpp_gfs_v15p2 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_gfs_v16beta_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/FV3_RT/rt_107968/fv3_ccpp_gfs_v16beta_prod +working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_49420/fv3_ccpp_gfs_v16beta_prod Checking test 047 fv3_ccpp_gfs_v16beta results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2488,7 +2488,7 @@ Test 047 fv3_ccpp_gfs_v16beta PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_gfs_v16beta_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/FV3_RT/rt_107968/fv3_ccpp_gfs_v16beta_restart_prod +working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_49420/fv3_ccpp_gfs_v16beta_restart_prod Checking test 048 fv3_ccpp_gfs_v16beta_restart results .... Comparing phyf048.tile1.nc .........OK Comparing phyf048.tile2.nc .........OK @@ -2538,7 +2538,7 @@ Test 048 fv3_ccpp_gfs_v16beta_restart PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_gfs_v16beta_stochy_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/FV3_RT/rt_107968/fv3_ccpp_gfs_v16beta_stochy_prod +working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_49420/fv3_ccpp_gfs_v16beta_stochy_prod Checking test 049 fv3_ccpp_gfs_v16beta_stochy results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2606,7 +2606,7 @@ Test 049 fv3_ccpp_gfs_v16beta_stochy PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_gfs_v15p2_RRTMGP_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/FV3_RT/rt_107968/fv3_ccpp_gfs_v15p2_RRTMGP_prod +working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_49420/fv3_ccpp_gfs_v15p2_RRTMGP_prod Checking test 050 fv3_ccpp_gfs_v15p2_RRTMGP results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2674,7 +2674,7 @@ Test 050 fv3_ccpp_gfs_v15p2_RRTMGP PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_gfs_v16beta_RRTMGP_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/FV3_RT/rt_107968/fv3_ccpp_gfs_v16beta_RRTMGP_prod +working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_49420/fv3_ccpp_gfs_v16beta_RRTMGP_prod Checking test 051 fv3_ccpp_gfs_v16beta_RRTMGP results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2742,7 +2742,7 @@ Test 051 fv3_ccpp_gfs_v16beta_RRTMGP PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_gfsv16_csawmg_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/FV3_RT/rt_107968/fv3_ccpp_gfsv16_csawmg_prod +working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_49420/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 @@ -2790,7 +2790,7 @@ Test 052 fv3_ccpp_gfsv16_csawmg PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_gfsv16_csawmgt_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/FV3_RT/rt_107968/fv3_ccpp_gfsv16_csawmgt_prod +working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_49420/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 @@ -2838,7 +2838,7 @@ Test 053 fv3_ccpp_gfsv16_csawmgt PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_gocart_clm_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/FV3_RT/rt_107968/fv3_ccpp_gocart_clm_prod +working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_49420/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 @@ -2886,7 +2886,7 @@ Test 054 fv3_ccpp_gocart_clm PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_gfs_v16beta_flake_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/FV3_RT/rt_107968/fv3_ccpp_gfs_v16beta_flake_prod +working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_49420/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 @@ -2954,7 +2954,7 @@ Test 055 fv3_ccpp_gfs_v16beta_flake PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/HAFS_v0_HWRF_thompson_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/FV3_RT/rt_107968/fv3_ccpp_HAFS_v0_hwrf_thompson_prod +working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_49420/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 @@ -3022,7 +3022,7 @@ Test 056 fv3_ccpp_HAFS_v0_hwrf_thompson PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/ESG_HAFS_v0_HWRF_thompson_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/FV3_RT/rt_107968/fv3_ccpp_esg_HAFS_v0_hwrf_thompson_prod +working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_49420/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 @@ -3040,7 +3040,7 @@ Test 057 fv3_ccpp_esg_HAFS_v0_hwrf_thompson PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_gfs_v15p2_debug_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/FV3_RT/rt_107968/fv3_ccpp_gfs_v15p2_debug_prod +working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_49420/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 @@ -3108,7 +3108,7 @@ Test 058 fv3_ccpp_gfs_v15p2_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_gfs_v16beta_debug_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/FV3_RT/rt_107968/fv3_ccpp_gfs_v16beta_debug_prod +working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_49420/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 @@ -3176,7 +3176,7 @@ Test 059 fv3_ccpp_gfs_v16beta_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_gfs_v15p2_RRTMGP_debug_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/FV3_RT/rt_107968/fv3_ccpp_gfs_v15p2_RRTMGP_debug_prod +working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_49420/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 @@ -3244,7 +3244,7 @@ Test 060 fv3_ccpp_gfs_v15p2_RRTMGP_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_gfs_v16beta_RRTMGP_debug_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/FV3_RT/rt_107968/fv3_ccpp_gfs_v16beta_RRTMGP_debug_prod +working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_49420/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 @@ -3312,7 +3312,7 @@ Test 061 fv3_ccpp_gfs_v16beta_RRTMGP_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_gsd_debug_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/FV3_RT/rt_107968/fv3_ccpp_gsd_debug_prod +working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_49420/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 @@ -3380,7 +3380,7 @@ Test 062 fv3_ccpp_gsd_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_gsd_diag3d_debug_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/FV3_RT/rt_107968/fv3_ccpp_gsd_diag3d_debug_prod +working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_49420/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 @@ -3448,7 +3448,7 @@ Test 063 fv3_ccpp_gsd_diag3d_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_thompson_debug_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/FV3_RT/rt_107968/fv3_ccpp_thompson_debug_prod +working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_49420/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 @@ -3516,7 +3516,7 @@ Test 064 fv3_ccpp_thompson_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_thompson_no_aero_debug_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/FV3_RT/rt_107968/fv3_ccpp_thompson_no_aero_debug_prod +working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_49420/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 @@ -3584,7 +3584,7 @@ Test 065 fv3_ccpp_thompson_no_aero_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_rrfs_v1beta_debug_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/FV3_RT/rt_107968/fv3_ccpp_rrfs_v1beta_debug_prod +working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_49420/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 @@ -3652,7 +3652,7 @@ Test 066 fv3_ccpp_rrfs_v1beta_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/HAFS_v0_HWRF_thompson_debug_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/FV3_RT/rt_107968/fv3_ccpp_HAFS_v0_hwrf_thompson_debug_prod +working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_49420/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 @@ -3720,7 +3720,7 @@ Test 067 fv3_ccpp_HAFS_v0_hwrf_thompson_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/ESG_HAFS_v0_HWRF_thompson_debug_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/FV3_RT/rt_107968/fv3_ccpp_esg_HAFS_v0_hwrf_thompson_debug_prod +working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_49420/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 @@ -3738,7 +3738,7 @@ Test 068 fv3_ccpp_esg_HAFS_v0_hwrf_thompson_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/cpld_control_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/FV3_RT/rt_107968/cpld_control_prod +working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_49420/cpld_control_prod Checking test 069 cpld_control results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -3791,7 +3791,7 @@ Test 069 cpld_control PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/cpld_control_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/FV3_RT/rt_107968/cpld_2threads_prod +working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_49420/cpld_2threads_prod Checking test 070 cpld_2threads results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -3844,7 +3844,7 @@ Test 070 cpld_2threads PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/cpld_control_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/FV3_RT/rt_107968/cpld_decomp_prod +working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_49420/cpld_decomp_prod Checking test 071 cpld_decomp results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -3897,7 +3897,7 @@ Test 071 cpld_decomp PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/cpld_satmedmf_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/FV3_RT/rt_107968/cpld_satmedmf_prod +working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_49420/cpld_satmedmf_prod Checking test 072 cpld_satmedmf results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -3950,7 +3950,7 @@ Test 072 cpld_satmedmf PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/cpld_ca_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/FV3_RT/rt_107968/cpld_ca_prod +working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_49420/cpld_ca_prod Checking test 073 cpld_ca results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -4003,7 +4003,7 @@ Test 073 cpld_ca PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/cpld_control_mx025_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/FV3_RT/rt_107968/cpld_control_mx025_prod +working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_49420/cpld_control_mx025_prod Checking test 074 cpld_control_mx025 results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -4059,7 +4059,7 @@ Test 074 cpld_control_mx025 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/cpld_control_mx025_12h_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/FV3_RT/rt_107968/cpld_control_mx025_12h_prod +working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_49420/cpld_control_mx025_12h_prod Checking test 075 cpld_control_mx025_12h results .... Comparing phyf012.tile1.nc .........OK Comparing phyf012.tile2.nc .........OK @@ -4115,7 +4115,7 @@ Test 075 cpld_control_mx025_12h PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/cpld_control_mx025_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/FV3_RT/rt_107968/cpld_restart_mx025_prod +working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_49420/cpld_restart_mx025_prod Checking test 076 cpld_restart_mx025 results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -4171,7 +4171,7 @@ Test 076 cpld_restart_mx025 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/cpld_control_c192_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/FV3_RT/rt_107968/cpld_control_c192_prod +working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_49420/cpld_control_c192_prod Checking test 077 cpld_control_c192 results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -4224,7 +4224,7 @@ Test 077 cpld_control_c192 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/cpld_control_c384_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/FV3_RT/rt_107968/cpld_control_c384_prod +working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_49420/cpld_control_c384_prod Checking test 078 cpld_control_c384 results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -4280,7 +4280,7 @@ Test 078 cpld_control_c384 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/cpld_controlfrac_c384_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/FV3_RT/rt_107968/cpld_controlfrac_c384_prod +working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_49420/cpld_controlfrac_c384_prod Checking test 079 cpld_controlfrac_c384 results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -4336,7 +4336,7 @@ Test 079 cpld_controlfrac_c384 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/cpld_bmark_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/FV3_RT/rt_107968/cpld_bmark_prod +working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_49420/cpld_bmark_prod Checking test 080 cpld_bmark results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -4392,7 +4392,7 @@ Test 080 cpld_bmark PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/cpld_bmark_wave_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/FV3_RT/rt_107968/cpld_bmark_wave_prod +working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_49420/cpld_bmark_wave_prod Checking test 081 cpld_bmark_wave results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -4451,7 +4451,7 @@ Test 081 cpld_bmark_wave PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/cpld_debug_ccpp -working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/FV3_RT/rt_107968/cpld_debug_prod +working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_49420/cpld_debug_prod Checking test 082 cpld_debug results .... Comparing phyf006.tile1.nc .........OK Comparing phyf006.tile2.nc .........OK @@ -4504,7 +4504,7 @@ Test 082 cpld_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/datm_control_cfsr -working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/FV3_RT/rt_107968/datm_control_cfsr_prod +working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_49420/datm_control_cfsr Checking test 083 datm_control_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK @@ -4512,57 +4512,75 @@ Checking test 083 datm_control_cfsr results .... Test 083 datm_control_cfsr PASS +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/datm_control_cfsr +working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_49420/datm_restart_cfsr +Checking test 084 datm_restart_cfsr results .... + Comparing RESTART/MOM.res.nc .........OK + Comparing RESTART/iced.2011-10-02-00000.nc .........OK + Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK +Test 084 datm_restart_cfsr PASS + + baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/datm_control_gefs -working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/FV3_RT/rt_107968/datm_control_gefs_prod -Checking test 084 datm_control_gefs results .... +working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_49420/datm_control_gefs +Checking test 085 datm_control_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK -Test 084 datm_control_gefs PASS +Test 085 datm_control_gefs PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/datm_bulk_cfsr -working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/FV3_RT/rt_107968/datm_bulk_cfsr_prod -Checking test 085 datm_bulk_cfsr results .... +working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_49420/datm_bulk_cfsr +Checking test 086 datm_bulk_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK -Test 085 datm_bulk_cfsr PASS +Test 086 datm_bulk_cfsr PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/datm_bulk_gefs -working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/FV3_RT/rt_107968/datm_bulk_gefs_prod -Checking test 086 datm_bulk_gefs results .... +working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_49420/datm_bulk_gefs +Checking test 087 datm_bulk_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK -Test 086 datm_bulk_gefs PASS +Test 087 datm_bulk_gefs PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/datm_mx025_cfsr -working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/FV3_RT/rt_107968/datm_mx025_cfsr_prod -Checking test 087 datm_mx025_cfsr results .... +working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_49420/datm_mx025_cfsr +Checking test 088 datm_mx025_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK Comparing RESTART/MOM.res_2.nc .........OK Comparing RESTART/MOM.res_3.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK -Test 087 datm_mx025_cfsr PASS +Test 088 datm_mx025_cfsr PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/datm_mx025_gefs -working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/FV3_RT/rt_107968/datm_mx025_gefs_prod -Checking test 088 datm_mx025_gefs results .... +working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_49420/datm_mx025_gefs +Checking test 089 datm_mx025_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK Comparing RESTART/MOM.res_2.nc .........OK Comparing RESTART/MOM.res_3.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK -Test 088 datm_mx025_gefs PASS +Test 089 datm_mx025_gefs PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/datm_debug_cfsr +working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_49420/datm_debug_cfsr +Checking test 090 datm_debug_cfsr results .... + Comparing RESTART/MOM.res.nc .........OK + Comparing RESTART/iced.2011-10-01-21600.nc .........OK + Comparing RESTART/DATM_CFSR.cpl.r.2011-10-01-21600.nc .........OK +Test 090 datm_debug_cfsr PASS REGRESSION TEST WAS SUCCESSFUL -Tue Dec 15 13:55:11 UTC 2020 -Elapsed time: 00h:48m:00s. Have a nice day! +Wed Dec 16 17:55:30 UTC 2020 +Elapsed time: 01h:06m:34s. Have a nice day! From c66d415e318ada201b3a391b0bd1f34ee0761156 Mon Sep 17 00:00:00 2001 From: Bin Li Date: Wed, 16 Dec 2020 13:03:06 -0600 Subject: [PATCH 5/6] Add Orion log. --- tests/RegressionTests_orion.intel.log | 210 ++++++++++++++------------ 1 file changed, 114 insertions(+), 96 deletions(-) diff --git a/tests/RegressionTests_orion.intel.log b/tests/RegressionTests_orion.intel.log index 25962e0b60..1a8e973736 100644 --- a/tests/RegressionTests_orion.intel.log +++ b/tests/RegressionTests_orion.intel.log @@ -1,9 +1,9 @@ -Tue Dec 15 07:06:36 CST 2020 +Wed Dec 16 11:48:54 CST 2020 Start Regression test baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_control_ccpp -working dir = /work/noaa/stmp/dworthen/stmp/dworthen/FV3_RT/rt_427570/fv3_ccpp_control_prod +working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_97724/fv3_ccpp_control_prod Checking test 001 fv3_ccpp_control results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -71,7 +71,7 @@ Test 001 fv3_ccpp_control PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_control_ccpp -working dir = /work/noaa/stmp/dworthen/stmp/dworthen/FV3_RT/rt_427570/fv3_ccpp_decomp_prod +working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_97724/fv3_ccpp_decomp_prod Checking test 002 fv3_ccpp_decomp results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -139,7 +139,7 @@ Test 002 fv3_ccpp_decomp PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_control_ccpp -working dir = /work/noaa/stmp/dworthen/stmp/dworthen/FV3_RT/rt_427570/fv3_ccpp_2threads_prod +working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_97724/fv3_ccpp_2threads_prod Checking test 003 fv3_ccpp_2threads results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -207,7 +207,7 @@ Test 003 fv3_ccpp_2threads PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_restart_ccpp -working dir = /work/noaa/stmp/dworthen/stmp/dworthen/FV3_RT/rt_427570/fv3_ccpp_restart_prod +working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_97724/fv3_ccpp_restart_prod Checking test 004 fv3_ccpp_restart results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -275,7 +275,7 @@ Test 004 fv3_ccpp_restart PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_read_inc_ccpp -working dir = /work/noaa/stmp/dworthen/stmp/dworthen/FV3_RT/rt_427570/fv3_ccpp_read_inc_prod +working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_97724/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 @@ -343,7 +343,7 @@ Test 005 fv3_ccpp_read_inc PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_wrtGauss_netcdf_esmf_ccpp -working dir = /work/noaa/stmp/dworthen/stmp/dworthen/FV3_RT/rt_427570/fv3_ccpp_wrtGauss_netcdf_esmf_prod +working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_97724/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 @@ -391,7 +391,7 @@ Test 006 fv3_ccpp_wrtGauss_netcdf_esmf PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_wrtGauss_netcdf_ccpp -working dir = /work/noaa/stmp/dworthen/stmp/dworthen/FV3_RT/rt_427570/fv3_ccpp_wrtGauss_netcdf_prod +working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_97724/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 @@ -439,7 +439,7 @@ Test 007 fv3_ccpp_wrtGauss_netcdf PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_wrtGauss_netcdf_parallel_ccpp -working dir = /work/noaa/stmp/dworthen/stmp/dworthen/FV3_RT/rt_427570/fv3_ccpp_wrtGauss_netcdf_parallel_prod +working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_97724/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 @@ -487,7 +487,7 @@ Test 008 fv3_ccpp_wrtGauss_netcdf_parallel PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_wrtGlatlon_netcdf_ccpp -working dir = /work/noaa/stmp/dworthen/stmp/dworthen/FV3_RT/rt_427570/fv3_ccpp_wrtGlatlon_netcdf_prod +working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_97724/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 @@ -535,7 +535,7 @@ Test 009 fv3_ccpp_wrtGlatlon_netcdf PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_wrtGauss_nemsio_ccpp -working dir = /work/noaa/stmp/dworthen/stmp/dworthen/FV3_RT/rt_427570/fv3_ccpp_wrtGauss_nemsio_prod +working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_97724/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 @@ -583,7 +583,7 @@ Test 010 fv3_ccpp_wrtGauss_nemsio PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_wrtGauss_nemsio_c192_ccpp -working dir = /work/noaa/stmp/dworthen/stmp/dworthen/FV3_RT/rt_427570/fv3_ccpp_wrtGauss_nemsio_c192_prod +working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_97724/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 @@ -631,7 +631,7 @@ Test 011 fv3_ccpp_wrtGauss_nemsio_c192 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_stochy_ccpp -working dir = /work/noaa/stmp/dworthen/stmp/dworthen/FV3_RT/rt_427570/fv3_ccpp_stochy_prod +working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_97724/fv3_ccpp_stochy_prod Checking test 012 fv3_ccpp_stochy results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -699,7 +699,7 @@ Test 012 fv3_ccpp_stochy PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_iau_ccpp -working dir = /work/noaa/stmp/dworthen/stmp/dworthen/FV3_RT/rt_427570/fv3_ccpp_iau_prod +working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_97724/fv3_ccpp_iau_prod Checking test 013 fv3_ccpp_iau results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -767,7 +767,7 @@ Test 013 fv3_ccpp_iau PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_ca_ccpp -working dir = /work/noaa/stmp/dworthen/stmp/dworthen/FV3_RT/rt_427570/fv3_ccpp_ca_prod +working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_97724/fv3_ccpp_ca_prod Checking test 014 fv3_ccpp_ca results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -835,7 +835,7 @@ Test 014 fv3_ccpp_ca PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_gfdlmprad_ccpp -working dir = /work/noaa/stmp/dworthen/stmp/dworthen/FV3_RT/rt_427570/fv3_ccpp_gfdlmprad_prod +working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_97724/fv3_ccpp_gfdlmprad_prod Checking test 015 fv3_ccpp_gfdlmprad results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -884,7 +884,7 @@ Test 015 fv3_ccpp_gfdlmprad PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_gfdlmprad_atmwav_ccpp -working dir = /work/noaa/stmp/dworthen/stmp/dworthen/FV3_RT/rt_427570/fv3_ccpp_gfdlmprad_atmwav_prod +working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_97724/fv3_ccpp_gfdlmprad_atmwav_prod Checking test 016 fv3_ccpp_gfdlmprad_atmwav results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -933,7 +933,7 @@ Test 016 fv3_ccpp_gfdlmprad_atmwav PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_wrtGauss_nemsio_c768_ccpp -working dir = /work/noaa/stmp/dworthen/stmp/dworthen/FV3_RT/rt_427570/fv3_ccpp_wrtGauss_nemsio_c768_prod +working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_97724/fv3_ccpp_wrtGauss_nemsio_c768_prod Checking test 017 fv3_ccpp_wrtGauss_nemsio_c768 results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -982,7 +982,7 @@ Test 017 fv3_ccpp_wrtGauss_nemsio_c768 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_multigases_ccpp -working dir = /work/noaa/stmp/dworthen/stmp/dworthen/FV3_RT/rt_427570/fv3_ccpp_multigases_prod +working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_97724/fv3_ccpp_multigases_prod Checking test 018 fv3_ccpp_multigases results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1056,7 +1056,7 @@ Test 018 fv3_ccpp_multigases PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_control_32bit_ccpp -working dir = /work/noaa/stmp/dworthen/stmp/dworthen/FV3_RT/rt_427570/fv3_ccpp_control_32bit_prod +working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_97724/fv3_ccpp_control_32bit_prod Checking test 019 fv3_ccpp_control_32bit results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1124,7 +1124,7 @@ Test 019 fv3_ccpp_control_32bit PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_stretched_ccpp -working dir = /work/noaa/stmp/dworthen/stmp/dworthen/FV3_RT/rt_427570/fv3_ccpp_stretched_prod +working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_97724/fv3_ccpp_stretched_prod Checking test 020 fv3_ccpp_stretched results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1180,7 +1180,7 @@ Test 020 fv3_ccpp_stretched PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_stretched_nest_ccpp -working dir = /work/noaa/stmp/dworthen/stmp/dworthen/FV3_RT/rt_427570/fv3_ccpp_stretched_nest_prod +working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_97724/fv3_ccpp_stretched_nest_prod Checking test 021 fv3_ccpp_stretched_nest results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1247,7 +1247,7 @@ Test 021 fv3_ccpp_stretched_nest PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_regional_control_ccpp -working dir = /work/noaa/stmp/dworthen/stmp/dworthen/FV3_RT/rt_427570/fv3_ccpp_regional_control_prod +working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_97724/fv3_ccpp_regional_control_prod Checking test 022 fv3_ccpp_regional_control results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK @@ -1258,7 +1258,7 @@ Test 022 fv3_ccpp_regional_control PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_regional_restart_ccpp -working dir = /work/noaa/stmp/dworthen/stmp/dworthen/FV3_RT/rt_427570/fv3_ccpp_regional_restart_prod +working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_97724/fv3_ccpp_regional_restart_prod Checking test 023 fv3_ccpp_regional_restart results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK @@ -1267,7 +1267,7 @@ Test 023 fv3_ccpp_regional_restart PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_regional_quilt_ccpp -working dir = /work/noaa/stmp/dworthen/stmp/dworthen/FV3_RT/rt_427570/fv3_ccpp_regional_quilt_prod +working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_97724/fv3_ccpp_regional_quilt_prod Checking test 024 fv3_ccpp_regional_quilt results .... Comparing atmos_4xdaily.nc .........OK Comparing dynf000.nc .........OK @@ -1278,7 +1278,7 @@ Test 024 fv3_ccpp_regional_quilt PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_regional_quilt_netcdf_parallel_ccpp -working dir = /work/noaa/stmp/dworthen/stmp/dworthen/FV3_RT/rt_427570/fv3_ccpp_regional_quilt_netcdf_parallel_prod +working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_97724/fv3_ccpp_regional_quilt_netcdf_parallel_prod Checking test 025 fv3_ccpp_regional_quilt_netcdf_parallel results .... Comparing atmos_4xdaily.nc .........OK Comparing dynf000.nc .........OK @@ -1289,7 +1289,7 @@ Test 025 fv3_ccpp_regional_quilt_netcdf_parallel PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_regional_c768_ccpp -working dir = /work/noaa/stmp/dworthen/stmp/dworthen/FV3_RT/rt_427570/fv3_ccpp_regional_c768_prod +working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_97724/fv3_ccpp_regional_c768_prod Checking test 026 fv3_ccpp_regional_c768 results .... Comparing atmos_4xdaily.nc .........OK Comparing dynf000.nc .........OK @@ -1300,7 +1300,7 @@ Test 026 fv3_ccpp_regional_c768 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_control_debug_ccpp -working dir = /work/noaa/stmp/dworthen/stmp/dworthen/FV3_RT/rt_427570/fv3_ccpp_control_debug_prod +working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_97724/fv3_ccpp_control_debug_prod Checking test 027 fv3_ccpp_control_debug results .... Comparing phyf000.tile1.nc .........OK Comparing phyf000.tile2.nc .........OK @@ -1330,7 +1330,7 @@ Test 027 fv3_ccpp_control_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_stretched_nest_debug_ccpp -working dir = /work/noaa/stmp/dworthen/stmp/dworthen/FV3_RT/rt_427570/fv3_ccpp_stretched_nest_debug_prod +working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_97724/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 @@ -1350,7 +1350,7 @@ Test 028 fv3_ccpp_stretched_nest_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_gfdlmp_ccpp -working dir = /work/noaa/stmp/dworthen/stmp/dworthen/FV3_RT/rt_427570/fv3_ccpp_gfdlmp_prod +working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_97724/fv3_ccpp_gfdlmp_prod Checking test 029 fv3_ccpp_gfdlmp results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1398,7 +1398,7 @@ Test 029 fv3_ccpp_gfdlmp PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_gfdlmprad_gwd_ccpp -working dir = /work/noaa/stmp/dworthen/stmp/dworthen/FV3_RT/rt_427570/fv3_ccpp_gfdlmprad_gwd_prod +working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_97724/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 @@ -1446,7 +1446,7 @@ Test 030 fv3_ccpp_gfdlmprad_gwd PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_gfdlmprad_noahmp_ccpp -working dir = /work/noaa/stmp/dworthen/stmp/dworthen/FV3_RT/rt_427570/fv3_ccpp_gfdlmprad_noahmp_prod +working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_97724/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 @@ -1494,7 +1494,7 @@ Test 031 fv3_ccpp_gfdlmprad_noahmp PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_csawmg_ccpp -working dir = /work/noaa/stmp/dworthen/stmp/dworthen/FV3_RT/rt_427570/fv3_ccpp_csawmg_prod +working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_97724/fv3_ccpp_csawmg_prod Checking test 032 fv3_ccpp_csawmg results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1542,7 +1542,7 @@ Test 032 fv3_ccpp_csawmg PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_satmedmf_ccpp -working dir = /work/noaa/stmp/dworthen/stmp/dworthen/FV3_RT/rt_427570/fv3_ccpp_satmedmf_prod +working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_97724/fv3_ccpp_satmedmf_prod Checking test 033 fv3_ccpp_satmedmf results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1590,7 +1590,7 @@ Test 033 fv3_ccpp_satmedmf PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_gfdlmp_32bit_ccpp -working dir = /work/noaa/stmp/dworthen/stmp/dworthen/FV3_RT/rt_427570/fv3_ccpp_gfdlmp_32bit_prod +working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_97724/fv3_ccpp_gfdlmp_32bit_prod Checking test 034 fv3_ccpp_gfdlmp_32bit results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1638,7 +1638,7 @@ Test 034 fv3_ccpp_gfdlmp_32bit PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_gfdlmprad_32bit_post_ccpp -working dir = /work/noaa/stmp/dworthen/stmp/dworthen/FV3_RT/rt_427570/fv3_ccpp_gfdlmprad_32bit_post_prod +working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_97724/fv3_ccpp_gfdlmprad_32bit_post_prod Checking test 035 fv3_ccpp_gfdlmprad_32bit_post results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1690,7 +1690,7 @@ Test 035 fv3_ccpp_gfdlmprad_32bit_post PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_cpt_ccpp -working dir = /work/noaa/stmp/dworthen/stmp/dworthen/FV3_RT/rt_427570/fv3_ccpp_cpt_prod +working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_97724/fv3_ccpp_cpt_prod Checking test 036 fv3_ccpp_cpt results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1744,7 +1744,7 @@ Test 036 fv3_ccpp_cpt PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_gsd_ccpp -working dir = /work/noaa/stmp/dworthen/stmp/dworthen/FV3_RT/rt_427570/fv3_ccpp_gsd_prod +working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_97724/fv3_ccpp_gsd_prod Checking test 037 fv3_ccpp_gsd results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1836,7 +1836,7 @@ Test 037 fv3_ccpp_gsd PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_thompson_ccpp -working dir = /work/noaa/stmp/dworthen/stmp/dworthen/FV3_RT/rt_427570/fv3_ccpp_thompson_prod +working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_97724/fv3_ccpp_thompson_prod Checking test 038 fv3_ccpp_thompson results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1904,7 +1904,7 @@ Test 038 fv3_ccpp_thompson PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_thompson_no_aero_ccpp -working dir = /work/noaa/stmp/dworthen/stmp/dworthen/FV3_RT/rt_427570/fv3_ccpp_thompson_no_aero_prod +working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_97724/fv3_ccpp_thompson_no_aero_prod Checking test 039 fv3_ccpp_thompson_no_aero results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1972,7 +1972,7 @@ Test 039 fv3_ccpp_thompson_no_aero PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_rrfs_v1beta_ccpp -working dir = /work/noaa/stmp/dworthen/stmp/dworthen/FV3_RT/rt_427570/fv3_ccpp_rrfs_v1beta_prod +working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_97724/fv3_ccpp_rrfs_v1beta_prod Checking test 040 fv3_ccpp_rrfs_v1beta results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2040,7 +2040,7 @@ Test 040 fv3_ccpp_rrfs_v1beta PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_gfs_v15p2_ccpp -working dir = /work/noaa/stmp/dworthen/stmp/dworthen/FV3_RT/rt_427570/fv3_ccpp_gfs_v15p2_prod +working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_97724/fv3_ccpp_gfs_v15p2_prod Checking test 041 fv3_ccpp_gfs_v15p2 results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2108,7 +2108,7 @@ Test 041 fv3_ccpp_gfs_v15p2 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_gfs_v16beta_ccpp -working dir = /work/noaa/stmp/dworthen/stmp/dworthen/FV3_RT/rt_427570/fv3_ccpp_gfs_v16beta_prod +working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_97724/fv3_ccpp_gfs_v16beta_prod Checking test 042 fv3_ccpp_gfs_v16beta results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2188,7 +2188,7 @@ Test 042 fv3_ccpp_gfs_v16beta PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_gfs_v16beta_ccpp -working dir = /work/noaa/stmp/dworthen/stmp/dworthen/FV3_RT/rt_427570/fv3_ccpp_gfs_v16beta_restart_prod +working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_97724/fv3_ccpp_gfs_v16beta_restart_prod Checking test 043 fv3_ccpp_gfs_v16beta_restart results .... Comparing phyf048.tile1.nc .........OK Comparing phyf048.tile2.nc .........OK @@ -2238,7 +2238,7 @@ Test 043 fv3_ccpp_gfs_v16beta_restart PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_gfs_v16beta_stochy_ccpp -working dir = /work/noaa/stmp/dworthen/stmp/dworthen/FV3_RT/rt_427570/fv3_ccpp_gfs_v16beta_stochy_prod +working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_97724/fv3_ccpp_gfs_v16beta_stochy_prod Checking test 044 fv3_ccpp_gfs_v16beta_stochy results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2306,7 +2306,7 @@ Test 044 fv3_ccpp_gfs_v16beta_stochy PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_gfs_v15p2_RRTMGP_ccpp -working dir = /work/noaa/stmp/dworthen/stmp/dworthen/FV3_RT/rt_427570/fv3_ccpp_gfs_v15p2_RRTMGP_prod +working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_97724/fv3_ccpp_gfs_v15p2_RRTMGP_prod Checking test 045 fv3_ccpp_gfs_v15p2_RRTMGP results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2374,7 +2374,7 @@ Test 045 fv3_ccpp_gfs_v15p2_RRTMGP PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_gfs_v16beta_RRTMGP_ccpp -working dir = /work/noaa/stmp/dworthen/stmp/dworthen/FV3_RT/rt_427570/fv3_ccpp_gfs_v16beta_RRTMGP_prod +working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_97724/fv3_ccpp_gfs_v16beta_RRTMGP_prod Checking test 046 fv3_ccpp_gfs_v16beta_RRTMGP results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2442,7 +2442,7 @@ Test 046 fv3_ccpp_gfs_v16beta_RRTMGP PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_gfsv16_csawmg_ccpp -working dir = /work/noaa/stmp/dworthen/stmp/dworthen/FV3_RT/rt_427570/fv3_ccpp_gfsv16_csawmg_prod +working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_97724/fv3_ccpp_gfsv16_csawmg_prod Checking test 047 fv3_ccpp_gfsv16_csawmg results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2490,7 +2490,7 @@ Test 047 fv3_ccpp_gfsv16_csawmg PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_gfsv16_csawmgt_ccpp -working dir = /work/noaa/stmp/dworthen/stmp/dworthen/FV3_RT/rt_427570/fv3_ccpp_gfsv16_csawmgt_prod +working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_97724/fv3_ccpp_gfsv16_csawmgt_prod Checking test 048 fv3_ccpp_gfsv16_csawmgt results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2538,7 +2538,7 @@ Test 048 fv3_ccpp_gfsv16_csawmgt PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_gocart_clm_ccpp -working dir = /work/noaa/stmp/dworthen/stmp/dworthen/FV3_RT/rt_427570/fv3_ccpp_gocart_clm_prod +working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_97724/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 @@ -2586,7 +2586,7 @@ Test 049 fv3_ccpp_gocart_clm PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_gfs_v16beta_flake_ccpp -working dir = /work/noaa/stmp/dworthen/stmp/dworthen/FV3_RT/rt_427570/fv3_ccpp_gfs_v16beta_flake_prod +working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_97724/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 @@ -2654,7 +2654,7 @@ Test 050 fv3_ccpp_gfs_v16beta_flake PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/HAFS_v0_HWRF_thompson_ccpp -working dir = /work/noaa/stmp/dworthen/stmp/dworthen/FV3_RT/rt_427570/fv3_ccpp_HAFS_v0_hwrf_thompson_prod +working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_97724/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 @@ -2722,7 +2722,7 @@ Test 051 fv3_ccpp_HAFS_v0_hwrf_thompson PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/ESG_HAFS_v0_HWRF_thompson_ccpp -working dir = /work/noaa/stmp/dworthen/stmp/dworthen/FV3_RT/rt_427570/fv3_ccpp_esg_HAFS_v0_hwrf_thompson_prod +working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_97724/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 @@ -2740,7 +2740,7 @@ Test 052 fv3_ccpp_esg_HAFS_v0_hwrf_thompson PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_gfs_v15p2_debug_ccpp -working dir = /work/noaa/stmp/dworthen/stmp/dworthen/FV3_RT/rt_427570/fv3_ccpp_gfs_v15p2_debug_prod +working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_97724/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 @@ -2808,7 +2808,7 @@ Test 053 fv3_ccpp_gfs_v15p2_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_gfs_v16beta_debug_ccpp -working dir = /work/noaa/stmp/dworthen/stmp/dworthen/FV3_RT/rt_427570/fv3_ccpp_gfs_v16beta_debug_prod +working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_97724/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 @@ -2876,7 +2876,7 @@ Test 054 fv3_ccpp_gfs_v16beta_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_gfs_v15p2_RRTMGP_debug_ccpp -working dir = /work/noaa/stmp/dworthen/stmp/dworthen/FV3_RT/rt_427570/fv3_ccpp_gfs_v15p2_RRTMGP_debug_prod +working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_97724/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 @@ -2944,7 +2944,7 @@ Test 055 fv3_ccpp_gfs_v15p2_RRTMGP_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_gfs_v16beta_RRTMGP_debug_ccpp -working dir = /work/noaa/stmp/dworthen/stmp/dworthen/FV3_RT/rt_427570/fv3_ccpp_gfs_v16beta_RRTMGP_debug_prod +working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_97724/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 @@ -3012,7 +3012,7 @@ Test 056 fv3_ccpp_gfs_v16beta_RRTMGP_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_gsd_debug_ccpp -working dir = /work/noaa/stmp/dworthen/stmp/dworthen/FV3_RT/rt_427570/fv3_ccpp_gsd_debug_prod +working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_97724/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 @@ -3080,7 +3080,7 @@ Test 057 fv3_ccpp_gsd_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_gsd_diag3d_debug_ccpp -working dir = /work/noaa/stmp/dworthen/stmp/dworthen/FV3_RT/rt_427570/fv3_ccpp_gsd_diag3d_debug_prod +working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_97724/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 @@ -3148,7 +3148,7 @@ Test 058 fv3_ccpp_gsd_diag3d_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_thompson_debug_ccpp -working dir = /work/noaa/stmp/dworthen/stmp/dworthen/FV3_RT/rt_427570/fv3_ccpp_thompson_debug_prod +working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_97724/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 @@ -3216,7 +3216,7 @@ Test 059 fv3_ccpp_thompson_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_thompson_no_aero_debug_ccpp -working dir = /work/noaa/stmp/dworthen/stmp/dworthen/FV3_RT/rt_427570/fv3_ccpp_thompson_no_aero_debug_prod +working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_97724/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 @@ -3284,7 +3284,7 @@ Test 060 fv3_ccpp_thompson_no_aero_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/fv3_rrfs_v1beta_debug_ccpp -working dir = /work/noaa/stmp/dworthen/stmp/dworthen/FV3_RT/rt_427570/fv3_ccpp_rrfs_v1beta_debug_prod +working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_97724/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 @@ -3352,7 +3352,7 @@ Test 061 fv3_ccpp_rrfs_v1beta_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/HAFS_v0_HWRF_thompson_debug_ccpp -working dir = /work/noaa/stmp/dworthen/stmp/dworthen/FV3_RT/rt_427570/fv3_ccpp_HAFS_v0_hwrf_thompson_debug_prod +working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_97724/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 @@ -3420,7 +3420,7 @@ Test 062 fv3_ccpp_HAFS_v0_hwrf_thompson_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/ESG_HAFS_v0_HWRF_thompson_debug_ccpp -working dir = /work/noaa/stmp/dworthen/stmp/dworthen/FV3_RT/rt_427570/fv3_ccpp_esg_HAFS_v0_hwrf_thompson_debug_prod +working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_97724/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 @@ -3438,7 +3438,7 @@ Test 063 fv3_ccpp_esg_HAFS_v0_hwrf_thompson_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/cpld_control_ccpp -working dir = /work/noaa/stmp/dworthen/stmp/dworthen/FV3_RT/rt_427570/cpld_control_prod +working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_97724/cpld_control_prod Checking test 064 cpld_control results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -3491,7 +3491,7 @@ Test 064 cpld_control PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/cpld_control_ccpp -working dir = /work/noaa/stmp/dworthen/stmp/dworthen/FV3_RT/rt_427570/cpld_2threads_prod +working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_97724/cpld_2threads_prod Checking test 065 cpld_2threads results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -3544,7 +3544,7 @@ Test 065 cpld_2threads PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/cpld_control_ccpp -working dir = /work/noaa/stmp/dworthen/stmp/dworthen/FV3_RT/rt_427570/cpld_decomp_prod +working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_97724/cpld_decomp_prod Checking test 066 cpld_decomp results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -3597,7 +3597,7 @@ Test 066 cpld_decomp PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/cpld_satmedmf_ccpp -working dir = /work/noaa/stmp/dworthen/stmp/dworthen/FV3_RT/rt_427570/cpld_satmedmf_prod +working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_97724/cpld_satmedmf_prod Checking test 067 cpld_satmedmf results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -3650,7 +3650,7 @@ Test 067 cpld_satmedmf PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/cpld_ca_ccpp -working dir = /work/noaa/stmp/dworthen/stmp/dworthen/FV3_RT/rt_427570/cpld_ca_prod +working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_97724/cpld_ca_prod Checking test 068 cpld_ca results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -3703,7 +3703,7 @@ Test 068 cpld_ca PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/cpld_control_mx025_ccpp -working dir = /work/noaa/stmp/dworthen/stmp/dworthen/FV3_RT/rt_427570/cpld_control_mx025_prod +working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_97724/cpld_control_mx025_prod Checking test 069 cpld_control_mx025 results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -3759,7 +3759,7 @@ Test 069 cpld_control_mx025 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/cpld_control_mx025_12h_ccpp -working dir = /work/noaa/stmp/dworthen/stmp/dworthen/FV3_RT/rt_427570/cpld_control_mx025_12h_prod +working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_97724/cpld_control_mx025_12h_prod Checking test 070 cpld_control_mx025_12h results .... Comparing phyf012.tile1.nc .........OK Comparing phyf012.tile2.nc .........OK @@ -3815,7 +3815,7 @@ Test 070 cpld_control_mx025_12h PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/cpld_control_mx025_ccpp -working dir = /work/noaa/stmp/dworthen/stmp/dworthen/FV3_RT/rt_427570/cpld_restart_mx025_prod +working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_97724/cpld_restart_mx025_prod Checking test 071 cpld_restart_mx025 results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -3871,7 +3871,7 @@ Test 071 cpld_restart_mx025 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/cpld_control_c192_ccpp -working dir = /work/noaa/stmp/dworthen/stmp/dworthen/FV3_RT/rt_427570/cpld_control_c192_prod +working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_97724/cpld_control_c192_prod Checking test 072 cpld_control_c192 results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -3924,7 +3924,7 @@ Test 072 cpld_control_c192 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/cpld_control_c384_ccpp -working dir = /work/noaa/stmp/dworthen/stmp/dworthen/FV3_RT/rt_427570/cpld_control_c384_prod +working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_97724/cpld_control_c384_prod Checking test 073 cpld_control_c384 results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -3980,7 +3980,7 @@ Test 073 cpld_control_c384 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/cpld_controlfrac_c384_ccpp -working dir = /work/noaa/stmp/dworthen/stmp/dworthen/FV3_RT/rt_427570/cpld_controlfrac_c384_prod +working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_97724/cpld_controlfrac_c384_prod Checking test 074 cpld_controlfrac_c384 results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -4036,7 +4036,7 @@ Test 074 cpld_controlfrac_c384 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/cpld_bmark_ccpp -working dir = /work/noaa/stmp/dworthen/stmp/dworthen/FV3_RT/rt_427570/cpld_bmark_prod +working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_97724/cpld_bmark_prod Checking test 075 cpld_bmark results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -4092,7 +4092,7 @@ Test 075 cpld_bmark PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/cpld_bmark_wave_ccpp -working dir = /work/noaa/stmp/dworthen/stmp/dworthen/FV3_RT/rt_427570/cpld_bmark_wave_prod +working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_97724/cpld_bmark_wave_prod Checking test 076 cpld_bmark_wave results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -4151,7 +4151,7 @@ Test 076 cpld_bmark_wave PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/cpld_debug_ccpp -working dir = /work/noaa/stmp/dworthen/stmp/dworthen/FV3_RT/rt_427570/cpld_debug_prod +working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_97724/cpld_debug_prod Checking test 077 cpld_debug results .... Comparing phyf006.tile1.nc .........OK Comparing phyf006.tile2.nc .........OK @@ -4204,7 +4204,7 @@ Test 077 cpld_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/datm_control_cfsr -working dir = /work/noaa/stmp/dworthen/stmp/dworthen/FV3_RT/rt_427570/datm_control_cfsr_prod +working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_97724/datm_control_cfsr Checking test 078 datm_control_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK @@ -4212,57 +4212,75 @@ Checking test 078 datm_control_cfsr results .... Test 078 datm_control_cfsr PASS +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/datm_control_cfsr +working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_97724/datm_restart_cfsr +Checking test 079 datm_restart_cfsr results .... + Comparing RESTART/MOM.res.nc .........OK + Comparing RESTART/iced.2011-10-02-00000.nc .........OK + Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK +Test 079 datm_restart_cfsr PASS + + baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/datm_control_gefs -working dir = /work/noaa/stmp/dworthen/stmp/dworthen/FV3_RT/rt_427570/datm_control_gefs_prod -Checking test 079 datm_control_gefs results .... +working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_97724/datm_control_gefs +Checking test 080 datm_control_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK -Test 079 datm_control_gefs PASS +Test 080 datm_control_gefs PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/datm_bulk_cfsr -working dir = /work/noaa/stmp/dworthen/stmp/dworthen/FV3_RT/rt_427570/datm_bulk_cfsr_prod -Checking test 080 datm_bulk_cfsr results .... +working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_97724/datm_bulk_cfsr +Checking test 081 datm_bulk_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK -Test 080 datm_bulk_cfsr PASS +Test 081 datm_bulk_cfsr PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/datm_bulk_gefs -working dir = /work/noaa/stmp/dworthen/stmp/dworthen/FV3_RT/rt_427570/datm_bulk_gefs_prod -Checking test 081 datm_bulk_gefs results .... +working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_97724/datm_bulk_gefs +Checking test 082 datm_bulk_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK -Test 081 datm_bulk_gefs PASS +Test 082 datm_bulk_gefs PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/datm_mx025_cfsr -working dir = /work/noaa/stmp/dworthen/stmp/dworthen/FV3_RT/rt_427570/datm_mx025_cfsr_prod -Checking test 082 datm_mx025_cfsr results .... +working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_97724/datm_mx025_cfsr +Checking test 083 datm_mx025_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK Comparing RESTART/MOM.res_2.nc .........OK Comparing RESTART/MOM.res_3.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK -Test 082 datm_mx025_cfsr PASS +Test 083 datm_mx025_cfsr PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/datm_mx025_gefs -working dir = /work/noaa/stmp/dworthen/stmp/dworthen/FV3_RT/rt_427570/datm_mx025_gefs_prod -Checking test 083 datm_mx025_gefs results .... +working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_97724/datm_mx025_gefs +Checking test 084 datm_mx025_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK Comparing RESTART/MOM.res_2.nc .........OK Comparing RESTART/MOM.res_3.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK -Test 083 datm_mx025_gefs PASS +Test 084 datm_mx025_gefs PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/INTEL/datm_debug_cfsr +working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_97724/datm_debug_cfsr +Checking test 085 datm_debug_cfsr results .... + Comparing RESTART/MOM.res.nc .........OK + Comparing RESTART/iced.2011-10-01-21600.nc .........OK + Comparing RESTART/DATM_CFSR.cpl.r.2011-10-01-21600.nc .........OK +Test 085 datm_debug_cfsr PASS REGRESSION TEST WAS SUCCESSFUL -Tue Dec 15 07:56:51 CST 2020 -Elapsed time: 00h:50m:16s. Have a nice day! +Wed Dec 16 12:54:53 CST 2020 +Elapsed time: 01h:06m:00s. Have a nice day! From ea5fe0eb80646e16d8162c1c95175023a1417148 Mon Sep 17 00:00:00 2001 From: Bin Li Date: Wed, 16 Dec 2020 19:20:09 +0000 Subject: [PATCH 6/6] Add wcoss_dell_p3 log. --- tests/RegressionTests_wcoss_dell_p3.log | 230 +++++++++++------------- 1 file changed, 106 insertions(+), 124 deletions(-) diff --git a/tests/RegressionTests_wcoss_dell_p3.log b/tests/RegressionTests_wcoss_dell_p3.log index c9619015c5..f649399289 100644 --- a/tests/RegressionTests_wcoss_dell_p3.log +++ b/tests/RegressionTests_wcoss_dell_p3.log @@ -1,9 +1,9 @@ -Wed Dec 16 03:44:55 UTC 2020 +Wed Dec 16 17:17:51 UTC 2020 Start Regression test baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/fv3_control_ccpp -working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/fv3_ccpp_control_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_134179/fv3_ccpp_control_prod Checking test 001 fv3_ccpp_control results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -71,7 +71,7 @@ Test 001 fv3_ccpp_control PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/fv3_control_ccpp -working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/fv3_ccpp_decomp_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_134179/fv3_ccpp_decomp_prod Checking test 002 fv3_ccpp_decomp results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -139,7 +139,7 @@ Test 002 fv3_ccpp_decomp PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/fv3_control_ccpp -working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/fv3_ccpp_2threads_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_134179/fv3_ccpp_2threads_prod Checking test 003 fv3_ccpp_2threads results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -207,7 +207,7 @@ Test 003 fv3_ccpp_2threads PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/fv3_restart_ccpp -working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/fv3_ccpp_restart_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_134179/fv3_ccpp_restart_prod Checking test 004 fv3_ccpp_restart results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -275,7 +275,7 @@ Test 004 fv3_ccpp_restart PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/fv3_read_inc_ccpp -working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/fv3_ccpp_read_inc_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_134179/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 @@ -343,7 +343,7 @@ Test 005 fv3_ccpp_read_inc PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/fv3_wrtGauss_netcdf_esmf_ccpp -working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/fv3_ccpp_wrtGauss_netcdf_esmf_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_134179/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 @@ -391,7 +391,7 @@ Test 006 fv3_ccpp_wrtGauss_netcdf_esmf PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/fv3_wrtGauss_netcdf_ccpp -working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/fv3_ccpp_wrtGauss_netcdf_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_134179/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 @@ -439,7 +439,7 @@ Test 007 fv3_ccpp_wrtGauss_netcdf PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/fv3_wrtGauss_netcdf_parallel_ccpp -working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/fv3_ccpp_wrtGauss_netcdf_parallel_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_134179/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 @@ -450,7 +450,7 @@ Checking test 008 fv3_ccpp_wrtGauss_netcdf_parallel results .... Comparing phyf000.nc .........OK Comparing phyf024.nc ............ALT CHECK......OK Comparing dynf000.nc ............ALT CHECK......OK - Comparing dynf024.nc .........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 @@ -487,7 +487,7 @@ Test 008 fv3_ccpp_wrtGauss_netcdf_parallel PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/fv3_wrtGlatlon_netcdf_ccpp -working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/fv3_ccpp_wrtGlatlon_netcdf_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_134179/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 @@ -535,7 +535,7 @@ Test 009 fv3_ccpp_wrtGlatlon_netcdf PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/fv3_wrtGauss_nemsio_ccpp -working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/fv3_ccpp_wrtGauss_nemsio_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_134179/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 @@ -583,7 +583,7 @@ Test 010 fv3_ccpp_wrtGauss_nemsio PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/fv3_wrtGauss_nemsio_c192_ccpp -working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/fv3_ccpp_wrtGauss_nemsio_c192_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_134179/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 @@ -631,7 +631,7 @@ Test 011 fv3_ccpp_wrtGauss_nemsio_c192 PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/fv3_stochy_ccpp -working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/fv3_ccpp_stochy_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_134179/fv3_ccpp_stochy_prod Checking test 012 fv3_ccpp_stochy results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -699,7 +699,7 @@ Test 012 fv3_ccpp_stochy PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/fv3_iau_ccpp -working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/fv3_ccpp_iau_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_134179/fv3_ccpp_iau_prod Checking test 013 fv3_ccpp_iau results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -767,7 +767,7 @@ Test 013 fv3_ccpp_iau PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/fv3_lheatstrg_ccpp -working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/fv3_ccpp_lheatstrg_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_134179/fv3_ccpp_lheatstrg_prod Checking test 014 fv3_ccpp_lheatstrg results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -815,7 +815,7 @@ Test 014 fv3_ccpp_lheatstrg PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/fv3_gfdlmprad_ccpp -working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/fv3_ccpp_gfdlmprad_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_134179/fv3_ccpp_gfdlmprad_prod Checking test 015 fv3_ccpp_gfdlmprad results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -864,7 +864,7 @@ Test 015 fv3_ccpp_gfdlmprad PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/fv3_gfdlmprad_atmwav_ccpp -working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/fv3_ccpp_gfdlmprad_atmwav_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_134179/fv3_ccpp_gfdlmprad_atmwav_prod Checking test 016 fv3_ccpp_gfdlmprad_atmwav results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -913,7 +913,7 @@ Test 016 fv3_ccpp_gfdlmprad_atmwav PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/fv3_multigases_ccpp -working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/fv3_ccpp_multigases_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_134179/fv3_ccpp_multigases_prod Checking test 017 fv3_ccpp_multigases results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -987,7 +987,7 @@ Test 017 fv3_ccpp_multigases PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/fv3_control_32bit_ccpp -working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/fv3_ccpp_control_32bit_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_134179/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 @@ -1055,7 +1055,7 @@ Test 018 fv3_ccpp_control_32bit PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/fv3_stretched_ccpp -working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/fv3_ccpp_stretched_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_134179/fv3_ccpp_stretched_prod Checking test 019 fv3_ccpp_stretched results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1111,7 +1111,7 @@ Test 019 fv3_ccpp_stretched PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/fv3_stretched_nest_ccpp -working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/fv3_ccpp_stretched_nest_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_134179/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 @@ -1178,7 +1178,7 @@ Test 020 fv3_ccpp_stretched_nest PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/fv3_regional_control_ccpp -working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/fv3_ccpp_regional_control_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_134179/fv3_ccpp_regional_control_prod Checking test 021 fv3_ccpp_regional_control results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK @@ -1189,7 +1189,7 @@ Test 021 fv3_ccpp_regional_control PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/fv3_regional_restart_ccpp -working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/fv3_ccpp_regional_restart_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_134179/fv3_ccpp_regional_restart_prod Checking test 022 fv3_ccpp_regional_restart results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK @@ -1198,7 +1198,7 @@ Test 022 fv3_ccpp_regional_restart PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/fv3_regional_quilt_ccpp -working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/fv3_ccpp_regional_quilt_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_134179/fv3_ccpp_regional_quilt_prod Checking test 023 fv3_ccpp_regional_quilt results .... Comparing atmos_4xdaily.nc .........OK Comparing dynf000.nc .........OK @@ -1209,18 +1209,18 @@ Test 023 fv3_ccpp_regional_quilt PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/fv3_regional_quilt_netcdf_parallel_ccpp -working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/fv3_ccpp_regional_quilt_netcdf_parallel_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_134179/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 Test 024 fv3_ccpp_regional_quilt_netcdf_parallel PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/fv3_regional_c768_ccpp -working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/fv3_ccpp_regional_c768_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_134179/fv3_ccpp_regional_c768_prod Checking test 025 fv3_ccpp_regional_c768 results .... Comparing atmos_4xdaily.nc .........OK Comparing dynf000.nc .........OK @@ -1231,7 +1231,7 @@ Test 025 fv3_ccpp_regional_c768 PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/fv3_control_debug_ccpp -working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/fv3_ccpp_control_debug_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_134179/fv3_ccpp_control_debug_prod Checking test 026 fv3_ccpp_control_debug results .... Comparing phyf000.tile1.nc .........OK Comparing phyf000.tile2.nc .........OK @@ -1261,7 +1261,7 @@ Test 026 fv3_ccpp_control_debug PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/fv3_stretched_nest_debug_ccpp -working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/fv3_ccpp_stretched_nest_debug_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_134179/fv3_ccpp_stretched_nest_debug_prod Checking test 027 fv3_ccpp_stretched_nest_debug results .... Comparing fv3_history2d.nest02.tile7.nc .........OK Comparing fv3_history2d.tile1.nc .........OK @@ -1281,7 +1281,7 @@ Test 027 fv3_ccpp_stretched_nest_debug PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/fv3_gfdlmp_ccpp -working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/fv3_ccpp_gfdlmp_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_134179/fv3_ccpp_gfdlmp_prod Checking test 028 fv3_ccpp_gfdlmp results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1329,7 +1329,7 @@ Test 028 fv3_ccpp_gfdlmp PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/fv3_gfdlmprad_gwd_ccpp -working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/fv3_ccpp_gfdlmprad_gwd_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_134179/fv3_ccpp_gfdlmprad_gwd_prod Checking test 029 fv3_ccpp_gfdlmprad_gwd results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1377,7 +1377,7 @@ Test 029 fv3_ccpp_gfdlmprad_gwd PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/fv3_gfdlmprad_noahmp_ccpp -working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/fv3_ccpp_gfdlmprad_noahmp_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_134179/fv3_ccpp_gfdlmprad_noahmp_prod Checking test 030 fv3_ccpp_gfdlmprad_noahmp results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1425,7 +1425,7 @@ Test 030 fv3_ccpp_gfdlmprad_noahmp PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/fv3_csawmg_ccpp -working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/fv3_ccpp_csawmg_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_134179/fv3_ccpp_csawmg_prod Checking test 031 fv3_ccpp_csawmg results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1473,7 +1473,7 @@ Test 031 fv3_ccpp_csawmg PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/fv3_satmedmf_ccpp -working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/fv3_ccpp_satmedmf_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_134179/fv3_ccpp_satmedmf_prod Checking test 032 fv3_ccpp_satmedmf results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1521,7 +1521,7 @@ Test 032 fv3_ccpp_satmedmf PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/fv3_satmedmfq_ccpp -working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/fv3_ccpp_satmedmfq_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_134179/fv3_ccpp_satmedmfq_prod Checking test 033 fv3_ccpp_satmedmfq results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1569,7 +1569,7 @@ Test 033 fv3_ccpp_satmedmfq PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/fv3_gfdlmp_32bit_ccpp -working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/fv3_ccpp_gfdlmp_32bit_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_134179/fv3_ccpp_gfdlmp_32bit_prod Checking test 034 fv3_ccpp_gfdlmp_32bit results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1617,7 +1617,7 @@ Test 034 fv3_ccpp_gfdlmp_32bit PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/fv3_gfdlmprad_32bit_post_ccpp -working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/fv3_ccpp_gfdlmprad_32bit_post_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_134179/fv3_ccpp_gfdlmprad_32bit_post_prod Checking test 035 fv3_ccpp_gfdlmprad_32bit_post results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1669,7 +1669,7 @@ Test 035 fv3_ccpp_gfdlmprad_32bit_post PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/fv3_cpt_ccpp -working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/fv3_ccpp_cpt_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_134179/fv3_ccpp_cpt_prod Checking test 036 fv3_ccpp_cpt results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1723,7 +1723,7 @@ Test 036 fv3_ccpp_cpt PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/fv3_gsd_ccpp -working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/fv3_ccpp_gsd_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_134179/fv3_ccpp_gsd_prod Checking test 037 fv3_ccpp_gsd results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1815,7 +1815,7 @@ Test 037 fv3_ccpp_gsd PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/fv3_thompson_ccpp -working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/fv3_ccpp_thompson_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_134179/fv3_ccpp_thompson_prod Checking test 038 fv3_ccpp_thompson results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1883,7 +1883,7 @@ Test 038 fv3_ccpp_thompson PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/fv3_thompson_no_aero_ccpp -working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/fv3_ccpp_thompson_no_aero_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_134179/fv3_ccpp_thompson_no_aero_prod Checking test 039 fv3_ccpp_thompson_no_aero results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1951,7 +1951,7 @@ Test 039 fv3_ccpp_thompson_no_aero PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/fv3_rrfs_v1beta_ccpp -working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/fv3_ccpp_rrfs_v1beta_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_134179/fv3_ccpp_rrfs_v1beta_prod Checking test 040 fv3_ccpp_rrfs_v1beta results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2019,7 +2019,7 @@ Test 040 fv3_ccpp_rrfs_v1beta PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/fv3_gfs_v16beta_ccpp -working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/fv3_ccpp_gfs_v16beta_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_134179/fv3_ccpp_gfs_v16beta_prod Checking test 041 fv3_ccpp_gfs_v16beta results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2099,7 +2099,7 @@ Test 041 fv3_ccpp_gfs_v16beta PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/fv3_gfs_v16beta_ccpp -working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/fv3_ccpp_gfs_v16beta_restart_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_134179/fv3_ccpp_gfs_v16beta_restart_prod Checking test 042 fv3_ccpp_gfs_v16beta_restart results .... Comparing phyf048.tile1.nc .........OK Comparing phyf048.tile2.nc .........OK @@ -2149,7 +2149,7 @@ Test 042 fv3_ccpp_gfs_v16beta_restart PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/fv3_gfs_v16beta_stochy_ccpp -working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/fv3_ccpp_gfs_v16beta_stochy_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_134179/fv3_ccpp_gfs_v16beta_stochy_prod Checking test 043 fv3_ccpp_gfs_v16beta_stochy results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2217,7 +2217,7 @@ Test 043 fv3_ccpp_gfs_v16beta_stochy PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/fv3_gfs_v16beta_RRTMGP_ccpp -working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/fv3_ccpp_gfs_v16beta_RRTMGP_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_134179/fv3_ccpp_gfs_v16beta_RRTMGP_prod Checking test 044 fv3_ccpp_gfs_v16beta_RRTMGP results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2285,7 +2285,7 @@ Test 044 fv3_ccpp_gfs_v16beta_RRTMGP PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/fv3_gfsv16_csawmg_ccpp -working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/fv3_ccpp_gfsv16_csawmg_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_134179/fv3_ccpp_gfsv16_csawmg_prod Checking test 045 fv3_ccpp_gfsv16_csawmg results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2333,7 +2333,7 @@ Test 045 fv3_ccpp_gfsv16_csawmg PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/fv3_gfsv16_csawmgt_ccpp -working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/fv3_ccpp_gfsv16_csawmgt_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_134179/fv3_ccpp_gfsv16_csawmgt_prod Checking test 046 fv3_ccpp_gfsv16_csawmgt results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2381,7 +2381,7 @@ Test 046 fv3_ccpp_gfsv16_csawmgt PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/fv3_gocart_clm_ccpp -working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/fv3_ccpp_gocart_clm_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_134179/fv3_ccpp_gocart_clm_prod Checking test 047 fv3_ccpp_gocart_clm results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2429,7 +2429,7 @@ Test 047 fv3_ccpp_gocart_clm PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/fv3_gfs_v16beta_flake_ccpp -working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/fv3_ccpp_gfs_v16beta_flake_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_134179/fv3_ccpp_gfs_v16beta_flake_prod Checking test 048 fv3_ccpp_gfs_v16beta_flake results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2497,7 +2497,7 @@ Test 048 fv3_ccpp_gfs_v16beta_flake PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/HAFS_v0_HWRF_thompson_ccpp -working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/fv3_ccpp_HAFS_v0_hwrf_thompson_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_134179/fv3_ccpp_HAFS_v0_hwrf_thompson_prod Checking test 049 fv3_ccpp_HAFS_v0_hwrf_thompson results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2565,7 +2565,7 @@ Test 049 fv3_ccpp_HAFS_v0_hwrf_thompson PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/ESG_HAFS_v0_HWRF_thompson_ccpp -working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/fv3_ccpp_esg_HAFS_v0_hwrf_thompson_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_134179/fv3_ccpp_esg_HAFS_v0_hwrf_thompson_prod Checking test 050 fv3_ccpp_esg_HAFS_v0_hwrf_thompson results .... Comparing atmos_4xdaily.nc .........OK Comparing phyf000.nc .........OK @@ -2583,7 +2583,7 @@ Test 050 fv3_ccpp_esg_HAFS_v0_hwrf_thompson PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/fv3_gfs_v16beta_debug_ccpp -working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/fv3_ccpp_gfs_v16beta_debug_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_134179/fv3_ccpp_gfs_v16beta_debug_prod Checking test 051 fv3_ccpp_gfs_v16beta_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2651,7 +2651,7 @@ Test 051 fv3_ccpp_gfs_v16beta_debug PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/fv3_gfs_v16beta_RRTMGP_debug_ccpp -working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/fv3_ccpp_gfs_v16beta_RRTMGP_debug_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_134179/fv3_ccpp_gfs_v16beta_RRTMGP_debug_prod Checking test 052 fv3_ccpp_gfs_v16beta_RRTMGP_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2719,7 +2719,7 @@ Test 052 fv3_ccpp_gfs_v16beta_RRTMGP_debug PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/fv3_gsd_debug_ccpp -working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/fv3_ccpp_gsd_debug_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_134179/fv3_ccpp_gsd_debug_prod Checking test 053 fv3_ccpp_gsd_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2787,7 +2787,7 @@ Test 053 fv3_ccpp_gsd_debug PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/fv3_gsd_diag3d_debug_ccpp -working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/fv3_ccpp_gsd_diag3d_debug_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_134179/fv3_ccpp_gsd_diag3d_debug_prod Checking test 054 fv3_ccpp_gsd_diag3d_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2855,7 +2855,7 @@ Test 054 fv3_ccpp_gsd_diag3d_debug PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/fv3_thompson_debug_ccpp -working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/fv3_ccpp_thompson_debug_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_134179/fv3_ccpp_thompson_debug_prod Checking test 055 fv3_ccpp_thompson_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2923,7 +2923,7 @@ Test 055 fv3_ccpp_thompson_debug PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/fv3_thompson_no_aero_debug_ccpp -working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/fv3_ccpp_thompson_no_aero_debug_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_134179/fv3_ccpp_thompson_no_aero_debug_prod Checking test 056 fv3_ccpp_thompson_no_aero_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -2991,7 +2991,7 @@ Test 056 fv3_ccpp_thompson_no_aero_debug PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/fv3_rrfs_v1beta_debug_ccpp -working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/fv3_ccpp_rrfs_v1beta_debug_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_134179/fv3_ccpp_rrfs_v1beta_debug_prod Checking test 057 fv3_ccpp_rrfs_v1beta_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -3059,7 +3059,7 @@ Test 057 fv3_ccpp_rrfs_v1beta_debug PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/HAFS_v0_HWRF_thompson_debug_ccpp -working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/fv3_ccpp_HAFS_v0_hwrf_thompson_debug_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_134179/fv3_ccpp_HAFS_v0_hwrf_thompson_debug_prod Checking test 058 fv3_ccpp_HAFS_v0_hwrf_thompson_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -3127,7 +3127,7 @@ Test 058 fv3_ccpp_HAFS_v0_hwrf_thompson_debug PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/ESG_HAFS_v0_HWRF_thompson_debug_ccpp -working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/fv3_ccpp_esg_HAFS_v0_hwrf_thompson_debug_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_134179/fv3_ccpp_esg_HAFS_v0_hwrf_thompson_debug_prod Checking test 059 fv3_ccpp_esg_HAFS_v0_hwrf_thompson_debug results .... Comparing atmos_4xdaily.nc .........OK Comparing phyf000.nc .........OK @@ -3145,7 +3145,7 @@ Test 059 fv3_ccpp_esg_HAFS_v0_hwrf_thompson_debug PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/cpld_control_ccpp -working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/cpld_control_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_134179/cpld_control_prod Checking test 060 cpld_control results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -3198,7 +3198,7 @@ Test 060 cpld_control PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/cpld_control_ccpp -working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/cpld_2threads_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_134179/cpld_2threads_prod Checking test 061 cpld_2threads results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -3251,7 +3251,7 @@ Test 061 cpld_2threads PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/cpld_control_ccpp -working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/cpld_decomp_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_134179/cpld_decomp_prod Checking test 062 cpld_decomp results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -3304,7 +3304,7 @@ Test 062 cpld_decomp PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/cpld_satmedmf_ccpp -working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/cpld_satmedmf_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_134179/cpld_satmedmf_prod Checking test 063 cpld_satmedmf results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -3357,7 +3357,7 @@ Test 063 cpld_satmedmf PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/cpld_ca_ccpp -working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/cpld_ca_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_134179/cpld_ca_prod Checking test 064 cpld_ca results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -3410,7 +3410,7 @@ Test 064 cpld_ca PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/cpld_control_mx025_ccpp -working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/cpld_control_mx025_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_134179/cpld_control_mx025_prod Checking test 065 cpld_control_mx025 results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -3466,7 +3466,7 @@ Test 065 cpld_control_mx025 PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/cpld_control_mx025_12h_ccpp -working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/cpld_control_mx025_12h_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_134179/cpld_control_mx025_12h_prod Checking test 066 cpld_control_mx025_12h results .... Comparing phyf012.tile1.nc .........OK Comparing phyf012.tile2.nc .........OK @@ -3522,7 +3522,7 @@ Test 066 cpld_control_mx025_12h PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/cpld_control_mx025_ccpp -working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/cpld_restart_mx025_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_134179/cpld_restart_mx025_prod Checking test 067 cpld_restart_mx025 results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -3578,7 +3578,7 @@ Test 067 cpld_restart_mx025 PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/cpld_control_c192_ccpp -working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/cpld_control_c192_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_134179/cpld_control_c192_prod Checking test 068 cpld_control_c192 results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -3631,7 +3631,7 @@ Test 068 cpld_control_c192 PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/cpld_control_c384_ccpp -working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/cpld_control_c384_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_134179/cpld_control_c384_prod Checking test 069 cpld_control_c384 results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -3687,7 +3687,7 @@ Test 069 cpld_control_c384 PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/cpld_controlfrac_c384_ccpp -working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/cpld_controlfrac_c384_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_134179/cpld_controlfrac_c384_prod Checking test 070 cpld_controlfrac_c384 results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -3743,7 +3743,7 @@ Test 070 cpld_controlfrac_c384 PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/cpld_bmark_ccpp -working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/cpld_bmark_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_134179/cpld_bmark_prod Checking test 071 cpld_bmark results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -3799,7 +3799,7 @@ Test 071 cpld_bmark PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/cpld_bmark_wave_ccpp -working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/cpld_bmark_wave_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_134179/cpld_bmark_wave_prod Checking test 072 cpld_bmark_wave results .... Comparing phyf024.tile1.nc .........OK Comparing phyf024.tile2.nc .........OK @@ -3858,7 +3858,7 @@ Test 072 cpld_bmark_wave PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/cpld_debug_ccpp -working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/cpld_debug_prod +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_134179/cpld_debug_prod Checking test 073 cpld_debug results .... Comparing phyf006.tile1.nc .........OK Comparing phyf006.tile2.nc .........OK @@ -3911,7 +3911,7 @@ Test 073 cpld_debug PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/datm_control_cfsr -working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/datm_control_cfsr +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_134179/datm_control_cfsr Checking test 074 datm_control_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK @@ -3919,93 +3919,75 @@ Checking test 074 datm_control_cfsr results .... Test 074 datm_control_cfsr PASS +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/datm_control_cfsr +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_134179/datm_restart_cfsr +Checking test 075 datm_restart_cfsr results .... + Comparing RESTART/MOM.res.nc .........OK + Comparing RESTART/iced.2011-10-02-00000.nc .........OK + Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK +Test 075 datm_restart_cfsr PASS + + baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/datm_control_gefs -working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/datm_control_gefs -Checking test 075 datm_control_gefs results .... +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_134179/datm_control_gefs +Checking test 076 datm_control_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK -Test 075 datm_control_gefs PASS +Test 076 datm_control_gefs PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/datm_bulk_cfsr -working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/datm_bulk_cfsr -Checking test 076 datm_bulk_cfsr results .... +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_134179/datm_bulk_cfsr +Checking test 077 datm_bulk_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK -Test 076 datm_bulk_cfsr PASS +Test 077 datm_bulk_cfsr PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/datm_bulk_gefs -working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/datm_bulk_gefs -Checking test 077 datm_bulk_gefs results .... +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_134179/datm_bulk_gefs +Checking test 078 datm_bulk_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK -Test 077 datm_bulk_gefs PASS +Test 078 datm_bulk_gefs PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/datm_mx025_cfsr -working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/datm_mx025_cfsr -Checking test 078 datm_mx025_cfsr results .... +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_134179/datm_mx025_cfsr +Checking test 079 datm_mx025_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK Comparing RESTART/MOM.res_2.nc .........OK Comparing RESTART/MOM.res_3.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK -Test 078 datm_mx025_cfsr PASS +Test 079 datm_mx025_cfsr PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/datm_mx025_gefs -working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/datm_mx025_gefs -Checking test 079 datm_mx025_gefs results .... +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_134179/datm_mx025_gefs +Checking test 080 datm_mx025_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK Comparing RESTART/MOM.res_2.nc .........OK Comparing RESTART/MOM.res_3.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK -Test 079 datm_mx025_gefs PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/datm_6h_cfsr -working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/datm_6h_cfsr -Checking test 080 datm_6h_cfsr results .... - Comparing RESTART/MOM.res.nc .........OK - Comparing RESTART/iced.2011-10-01-21600.nc .........OK - Comparing RESTART/DATM_CFSR.cpl.r.2011-10-01-21600.nc .........OK -Test 080 datm_6h_cfsr PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/datm_12h_cfsr -working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/datm_12h_cfsr -Checking test 081 datm_12h_cfsr results .... - Comparing RESTART/MOM.res.nc .........OK - Comparing RESTART/iced.2011-10-01-43200.nc .........OK - Comparing RESTART/DATM_CFSR.cpl.r.2011-10-01-43200.nc .........OK -Test 081 datm_12h_cfsr PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/datm_12h_cfsr -working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/datm_restart_cfsr -Checking test 082 datm_restart_cfsr results .... - Comparing RESTART/MOM.res.nc .........OK - Comparing RESTART/iced.2011-10-01-43200.nc .........OK - Comparing RESTART/DATM_CFSR.cpl.r.2011-10-01-43200.nc .........OK -Test 082 datm_restart_cfsr PASS +Test 080 datm_mx025_gefs PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20201215/datm_debug_cfsr -working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_35069/datm_debug_cfsr -Checking test 083 datm_debug_cfsr results .... +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_134179/datm_debug_cfsr +Checking test 081 datm_debug_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-01-21600.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-01-21600.nc .........OK -Test 083 datm_debug_cfsr PASS +Test 081 datm_debug_cfsr PASS REGRESSION TEST WAS SUCCESSFUL -Wed Dec 16 05:35:29 UTC 2020 -Elapsed time: 01h:50m:35s. Have a nice day! +Wed Dec 16 18:58:01 UTC 2020 +Elapsed time: 01h:40m:11s. Have a nice day!