diff --git a/modulefiles/ufs_common_spack.lua b/modulefiles/ufs_common_spack.lua new file mode 100644 index 0000000000..76faa011ad --- /dev/null +++ b/modulefiles/ufs_common_spack.lua @@ -0,0 +1,57 @@ +help([[ +loads UFS Model common libraries +]]) + +jasper_ver=os.getenv("jasper_ver") or "2.0.32" +load(pathJoin("jasper", jasper_ver)) + +zlib_ver=os.getenv("zlib_ver") or "1.2.13" +load(pathJoin("zlib", zlib_ver)) + +libpng_ver=os.getenv("libpng_ver") or "1.6.37" +load(pathJoin("libpng", libpng_ver)) + +hdf5_ver=os.getenv("hdf5_ver") or "1.14.0" +load(pathJoin("hdf5", hdf5_ver)) + +netcdf_ver=os.getenv("netcdf_ver") or "4.9.0" +load(pathJoin("netcdf-c", netcdf_ver)) +load(pathJoin("netcdf-fortran", "4.6.0")) + +pio_ver=os.getenv("pio_ver") or "2.5.9" +load(pathJoin("parallelio", pio_ver)) + +esmf_ver=os.getenv("esmf_ver") or "8.3.0b09" +load(pathJoin("esmf", esmf_ver)) + +fms_ver=os.getenv("fms_ver") or "2022.04" +load(pathJoin("fms",fms_ver)) + +bacio_ver=os.getenv("bacio_ver") or "2.4.1" +load(pathJoin("bacio", bacio_ver)) + +crtm_ver=os.getenv("crtm_ver") or "2.4.0" +load(pathJoin("crtm", crtm_ver)) + +g2_ver=os.getenv("g2_ver") or "3.4.5" +load(pathJoin("g2", g2_ver)) + +g2tmpl_ver=os.getenv("g2tmpl_ver") or "1.10.2" +load(pathJoin("g2tmpl", g2tmpl_ver)) + +ip_ver=os.getenv("ip_ver") or "3.3.3" +load(pathJoin("ip", ip_ver)) + +sp_ver=os.getenv("sp_ver") or "2.3.3" +load(pathJoin("sp", sp_ver)) + +w3emc_ver=os.getenv("w3emc_ver") or "2.9.2" +load(pathJoin("w3emc", w3emc_ver)) + +gftl_shared_ver=os.getenv("gftl_shared_ver") or "v1.5.0" +load(pathJoin("gftl-shared", gftl_shared_ver)) + +mapl_ver=os.getenv("mapl_ver") or "2.22.0-esmf-8.3.0b09" +load(pathJoin("mapl", mapl_ver)) + +whatis("Description: UFS build environment common libraries") diff --git a/modulefiles/ufs_noaacloud.intel.lua b/modulefiles/ufs_noaacloud.intel.lua new file mode 100644 index 0000000000..f4023658fe --- /dev/null +++ b/modulefiles/ufs_noaacloud.intel.lua @@ -0,0 +1,28 @@ +help([[ +loads UFS Model prerequisites for NOAA Parallelworks/Intel +]]) + + +prepend_path("MODULEPATH", "/contrib/EPIC/spack-stack/spack-stack-1.3.0/envs/unified-dev/install/modulefiles/Core") + +stack_intel_ver=os.getenv("stack_intel_ver") or "2021.3.0" +load(pathJoin("stack-intel", stack_intel_ver)) + +stack_impi_ver=os.getenv("stack_impi_ver") or "2021.3.0" +load(pathJoin("stack-intel-oneapi-mpi", stack_impi_ver)) + +cmake_ver=os.getenv("cmake_ver") or "3.23.1" +load(pathJoin("cmake", cmake_ver)) + +prepend_path("MODULEPATH", "/contrib/spack-stack/modulefiles/core") +stack_python_ver=os.getenv("stack_python_ver") or "3.9.12" +load(pathJoin("stack-python", stack_python_ver)) + +load("ufs_common_spack") + +setenv("CC", "mpiicc") +setenv("CXX", "mpiicpc") +setenv("FC", "mpiifort") +setenv("CMAKE_Platform", "noaacloud.intel") + +whatis("Description: UFS build environment") diff --git a/tests/RegressionTests_cheyenne.gnu.log b/tests/RegressionTests_cheyenne.gnu.log index ce53ae293b..770e75fc76 100644 --- a/tests/RegressionTests_cheyenne.gnu.log +++ b/tests/RegressionTests_cheyenne.gnu.log @@ -1,21 +1,21 @@ -Sun Apr 30 16:08:41 MDT 2023 +Wed May 3 06:38:26 MDT 2023 Start Regression test -Compile 001 elapsed time 394 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v16_ras,FV3_GFS_v17_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 002 elapsed time 408 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 003 elapsed time 899 seconds. -DAPP=ATM -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 004 elapsed time 188 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 005 elapsed time 391 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_flake -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 006 elapsed time 1144 seconds. -DAPP=ATM -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 007 elapsed time 899 seconds. -DAPP=ATM -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 008 elapsed time 909 seconds. -DAPP=ATM -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 009 elapsed time 618 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 010 elapsed time 575 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 011 elapsed time 347 seconds. -DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 012 elapsed time 294 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 001 elapsed time 392 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v16_ras,FV3_GFS_v17_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 002 elapsed time 403 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 003 elapsed time 893 seconds. -DAPP=ATM -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 004 elapsed time 191 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 005 elapsed time 393 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_flake -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 006 elapsed time 1152 seconds. -DAPP=ATM -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 007 elapsed time 893 seconds. -DAPP=ATM -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 008 elapsed time 907 seconds. -DAPP=ATM -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 009 elapsed time 660 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 010 elapsed time 572 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 011 elapsed time 345 seconds. -DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 012 elapsed time 293 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/GNU/control_c48 -working dir = /glade/scratch/jongkim/pr-1715-gnu/jongkim/FV3_RT/rt_6607/control_c48 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_47072/control_c48 Checking test 001 control_c48 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -54,14 +54,14 @@ Checking test 001 control_c48 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 822.756575 -0:The maximum resident set size (KB) = 680332 +0:The total amount of wall time = 820.869621 +0:The maximum resident set size (KB) = 680412 Test 001 control_c48 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/GNU/control_stochy -working dir = /glade/scratch/jongkim/pr-1715-gnu/jongkim/FV3_RT/rt_6607/control_stochy +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_47072/control_stochy Checking test 002 control_stochy results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -72,14 +72,14 @@ Checking test 002 control_stochy results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -0:The total amount of wall time = 177.969568 -0:The maximum resident set size (KB) = 443988 +0:The total amount of wall time = 178.306956 +0:The maximum resident set size (KB) = 443756 Test 002 control_stochy PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/GNU/control_ras -working dir = /glade/scratch/jongkim/pr-1715-gnu/jongkim/FV3_RT/rt_6607/control_ras +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_47072/control_ras Checking test 003 control_ras results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -90,14 +90,14 @@ Checking test 003 control_ras results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 296.433046 -0:The maximum resident set size (KB) = 452272 +0:The total amount of wall time = 295.438958 +0:The maximum resident set size (KB) = 452460 Test 003 control_ras PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/GNU/control_p8 -working dir = /glade/scratch/jongkim/pr-1715-gnu/jongkim/FV3_RT/rt_6607/control_p8 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_47072/control_p8 Checking test 004 control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -144,14 +144,14 @@ Checking test 004 control_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 311.000807 -0:The maximum resident set size (KB) = 1225328 +0:The total amount of wall time = 311.593404 +0:The maximum resident set size (KB) = 1225420 Test 004 control_p8 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/GNU/control_flake -working dir = /glade/scratch/jongkim/pr-1715-gnu/jongkim/FV3_RT/rt_6607/control_flake +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_47072/control_flake Checking test 005 control_flake results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -162,14 +162,14 @@ Checking test 005 control_flake results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 355.331565 -0:The maximum resident set size (KB) = 490328 +0:The total amount of wall time = 352.462600 +0:The maximum resident set size (KB) = 490556 Test 005 control_flake PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/GNU/rap_control -working dir = /glade/scratch/jongkim/pr-1715-gnu/jongkim/FV3_RT/rt_6607/rap_control +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_47072/rap_control Checking test 006 rap_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -216,14 +216,14 @@ Checking test 006 rap_control results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 716.686632 -0:The maximum resident set size (KB) = 792840 +0:The total amount of wall time = 713.293631 +0:The maximum resident set size (KB) = 792416 Test 006 rap_control PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/GNU/rap_control -working dir = /glade/scratch/jongkim/pr-1715-gnu/jongkim/FV3_RT/rt_6607/rap_decomp +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_47072/rap_decomp Checking test 007 rap_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -270,14 +270,14 @@ Checking test 007 rap_decomp results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 719.810290 -0:The maximum resident set size (KB) = 791824 +0:The total amount of wall time = 717.783376 +0:The maximum resident set size (KB) = 791652 Test 007 rap_decomp PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/GNU/rap_control -working dir = /glade/scratch/jongkim/pr-1715-gnu/jongkim/FV3_RT/rt_6607/rap_2threads +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_47072/rap_2threads Checking test 008 rap_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -324,14 +324,14 @@ Checking test 008 rap_2threads results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 655.314632 -0:The maximum resident set size (KB) = 866204 +0:The total amount of wall time = 655.097116 +0:The maximum resident set size (KB) = 866076 Test 008 rap_2threads PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/GNU/rap_control -working dir = /glade/scratch/jongkim/pr-1715-gnu/jongkim/FV3_RT/rt_6607/rap_restart +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_47072/rap_restart Checking test 009 rap_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -370,14 +370,14 @@ Checking test 009 rap_restart results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 354.999201 -0:The maximum resident set size (KB) = 539116 +0:The total amount of wall time = 355.176169 +0:The maximum resident set size (KB) = 539348 Test 009 rap_restart PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/GNU/rap_sfcdiff -working dir = /glade/scratch/jongkim/pr-1715-gnu/jongkim/FV3_RT/rt_6607/rap_sfcdiff +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_47072/rap_sfcdiff Checking test 010 rap_sfcdiff results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -424,14 +424,14 @@ Checking test 010 rap_sfcdiff results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 717.552137 -0:The maximum resident set size (KB) = 792156 +0:The total amount of wall time = 714.166811 +0:The maximum resident set size (KB) = 791828 Test 010 rap_sfcdiff PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/GNU/rap_sfcdiff -working dir = /glade/scratch/jongkim/pr-1715-gnu/jongkim/FV3_RT/rt_6607/rap_sfcdiff_decomp +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_47072/rap_sfcdiff_decomp Checking test 011 rap_sfcdiff_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -478,14 +478,14 @@ Checking test 011 rap_sfcdiff_decomp results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 726.060983 -0:The maximum resident set size (KB) = 791572 +0:The total amount of wall time = 728.621835 +0:The maximum resident set size (KB) = 791520 Test 011 rap_sfcdiff_decomp PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/GNU/rap_sfcdiff -working dir = /glade/scratch/jongkim/pr-1715-gnu/jongkim/FV3_RT/rt_6607/rap_sfcdiff_restart +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_47072/rap_sfcdiff_restart Checking test 012 rap_sfcdiff_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -524,14 +524,14 @@ Checking test 012 rap_sfcdiff_restart results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 527.683611 -0:The maximum resident set size (KB) = 544732 +0:The total amount of wall time = 527.312530 +0:The maximum resident set size (KB) = 544440 Test 012 rap_sfcdiff_restart PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/GNU/hrrr_control -working dir = /glade/scratch/jongkim/pr-1715-gnu/jongkim/FV3_RT/rt_6607/hrrr_control +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_47072/hrrr_control Checking test 013 hrrr_control results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -578,14 +578,14 @@ Checking test 013 hrrr_control results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 687.592576 -0:The maximum resident set size (KB) = 789516 +0:The total amount of wall time = 687.064334 +0:The maximum resident set size (KB) = 789116 Test 013 hrrr_control PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/GNU/hrrr_control -working dir = /glade/scratch/jongkim/pr-1715-gnu/jongkim/FV3_RT/rt_6607/hrrr_control_2threads +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_47072/hrrr_control_2threads Checking test 014 hrrr_control_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -632,14 +632,14 @@ Checking test 014 hrrr_control_2threads results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 712.421139 -0:The maximum resident set size (KB) = 855440 +0:The total amount of wall time = 711.455564 +0:The maximum resident set size (KB) = 855872 Test 014 hrrr_control_2threads PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/GNU/hrrr_control -working dir = /glade/scratch/jongkim/pr-1715-gnu/jongkim/FV3_RT/rt_6607/hrrr_control_decomp +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_47072/hrrr_control_decomp Checking test 015 hrrr_control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -686,28 +686,28 @@ Checking test 015 hrrr_control_decomp results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 685.175224 +0:The total amount of wall time = 684.096801 0:The maximum resident set size (KB) = 788520 Test 015 hrrr_control_decomp PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/GNU/hrrr_control -working dir = /glade/scratch/jongkim/pr-1715-gnu/jongkim/FV3_RT/rt_6607/hrrr_control_restart +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_47072/hrrr_control_restart Checking test 016 hrrr_control_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK -0:The total amount of wall time = 507.785973 -0:The maximum resident set size (KB) = 539784 +0:The total amount of wall time = 507.590797 +0:The maximum resident set size (KB) = 540712 Test 016 hrrr_control_restart PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/GNU/rrfs_v1beta -working dir = /glade/scratch/jongkim/pr-1715-gnu/jongkim/FV3_RT/rt_6607/rrfs_v1beta +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_47072/rrfs_v1beta Checking test 017 rrfs_v1beta results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -754,14 +754,14 @@ Checking test 017 rrfs_v1beta results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 706.025483 -0:The maximum resident set size (KB) = 789420 +0:The total amount of wall time = 703.661167 +0:The maximum resident set size (KB) = 789120 Test 017 rrfs_v1beta PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/GNU/rrfs_smoke_conus13km_hrrr_warm -working dir = /glade/scratch/jongkim/pr-1715-gnu/jongkim/FV3_RT/rt_6607/rrfs_smoke_conus13km_hrrr_warm +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_47072/rrfs_smoke_conus13km_hrrr_warm Checking test 018 rrfs_smoke_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -770,14 +770,14 @@ Checking test 018 rrfs_smoke_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK -0:The total amount of wall time = 239.703057 -0:The maximum resident set size (KB) = 639392 +0:The total amount of wall time = 241.296317 +0:The maximum resident set size (KB) = 639716 Test 018 rrfs_smoke_conus13km_hrrr_warm PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/GNU/rrfs_smoke_conus13km_hrrr_warm -working dir = /glade/scratch/jongkim/pr-1715-gnu/jongkim/FV3_RT/rt_6607/rrfs_smoke_conus13km_hrrr_warm_2threads +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_47072/rrfs_smoke_conus13km_hrrr_warm_2threads Checking test 019 rrfs_smoke_conus13km_hrrr_warm_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -786,14 +786,14 @@ Checking test 019 rrfs_smoke_conus13km_hrrr_warm_2threads results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK -0:The total amount of wall time = 151.384968 -0:The maximum resident set size (KB) = 663464 +0:The total amount of wall time = 150.132646 +0:The maximum resident set size (KB) = 658644 Test 019 rrfs_smoke_conus13km_hrrr_warm_2threads PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/GNU/rrfs_conus13km_hrrr_warm -working dir = /glade/scratch/jongkim/pr-1715-gnu/jongkim/FV3_RT/rt_6607/rrfs_conus13km_hrrr_warm +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_47072/rrfs_conus13km_hrrr_warm Checking test 020 rrfs_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -802,14 +802,14 @@ Checking test 020 rrfs_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK -0:The total amount of wall time = 219.079250 -0:The maximum resident set size (KB) = 618460 +0:The total amount of wall time = 219.592776 +0:The maximum resident set size (KB) = 618492 Test 020 rrfs_conus13km_hrrr_warm PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/GNU/rrfs_smoke_conus13km_hrrr_warm_radar_tten -working dir = /glade/scratch/jongkim/pr-1715-gnu/jongkim/FV3_RT/rt_6607/rrfs_smoke_conus13km_radar_tten_warm +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_47072/rrfs_smoke_conus13km_radar_tten_warm Checking test 021 rrfs_smoke_conus13km_radar_tten_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -818,262 +818,262 @@ Checking test 021 rrfs_smoke_conus13km_radar_tten_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK -0:The total amount of wall time = 241.169555 -0:The maximum resident set size (KB) = 642396 +0:The total amount of wall time = 241.115967 +0:The maximum resident set size (KB) = 642424 Test 021 rrfs_smoke_conus13km_radar_tten_warm PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/GNU/rrfs_conus13km_hrrr_warm_restart_mismatch -working dir = /glade/scratch/jongkim/pr-1715-gnu/jongkim/FV3_RT/rt_6607/rrfs_conus13km_hrrr_warm_restart_mismatch +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_47072/rrfs_conus13km_hrrr_warm_restart_mismatch Checking test 022 rrfs_conus13km_hrrr_warm_restart_mismatch results .... Comparing sfcf002.nc .........OK Comparing atmf002.nc .........OK -0:The total amount of wall time = 114.508686 -0:The maximum resident set size (KB) = 599488 +0:The total amount of wall time = 115.189301 +0:The maximum resident set size (KB) = 599548 Test 022 rrfs_conus13km_hrrr_warm_restart_mismatch PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/GNU/control_diag_debug -working dir = /glade/scratch/jongkim/pr-1715-gnu/jongkim/FV3_RT/rt_6607/control_diag_debug +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_47072/control_diag_debug Checking test 023 control_diag_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 82.037139 -0:The maximum resident set size (KB) = 491748 +0:The total amount of wall time = 82.887098 +0:The maximum resident set size (KB) = 492328 Test 023 control_diag_debug PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/GNU/regional_debug -working dir = /glade/scratch/jongkim/pr-1715-gnu/jongkim/FV3_RT/rt_6607/regional_debug +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_47072/regional_debug Checking test 024 regional_debug results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK Comparing phyf000.nc .........OK Comparing phyf001.nc .........OK -0:The total amount of wall time = 475.894206 -0:The maximum resident set size (KB) = 567036 +0:The total amount of wall time = 479.197258 +0:The maximum resident set size (KB) = 567276 Test 024 regional_debug PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/GNU/rap_control_debug -working dir = /glade/scratch/jongkim/pr-1715-gnu/jongkim/FV3_RT/rt_6607/rap_control_debug +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_47072/rap_control_debug Checking test 025 rap_control_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 144.542921 -0:The maximum resident set size (KB) = 806152 +0:The total amount of wall time = 145.808487 +0:The maximum resident set size (KB) = 806348 Test 025 rap_control_debug PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/GNU/hrrr_control_debug -working dir = /glade/scratch/jongkim/pr-1715-gnu/jongkim/FV3_RT/rt_6607/hrrr_control_debug +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_47072/hrrr_control_debug Checking test 026 hrrr_control_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 142.904757 -0:The maximum resident set size (KB) = 801492 +0:The total amount of wall time = 142.355707 +0:The maximum resident set size (KB) = 801752 Test 026 hrrr_control_debug PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/GNU/rap_diag_debug -working dir = /glade/scratch/jongkim/pr-1715-gnu/jongkim/FV3_RT/rt_6607/rap_diag_debug +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_47072/rap_diag_debug Checking test 027 rap_diag_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 151.599870 -0:The maximum resident set size (KB) = 888516 +0:The total amount of wall time = 152.500871 +0:The maximum resident set size (KB) = 888444 Test 027 rap_diag_debug PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/GNU/rap_noah_sfcdiff_cires_ugwp_debug -working dir = /glade/scratch/jongkim/pr-1715-gnu/jongkim/FV3_RT/rt_6607/rap_noah_sfcdiff_cires_ugwp_debug +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_47072/rap_noah_sfcdiff_cires_ugwp_debug Checking test 028 rap_noah_sfcdiff_cires_ugwp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 233.335893 -0:The maximum resident set size (KB) = 804436 +0:The total amount of wall time = 235.755445 +0:The maximum resident set size (KB) = 804640 Test 028 rap_noah_sfcdiff_cires_ugwp_debug PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/GNU/rap_progcld_thompson_debug -working dir = /glade/scratch/jongkim/pr-1715-gnu/jongkim/FV3_RT/rt_6607/rap_progcld_thompson_debug +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_47072/rap_progcld_thompson_debug Checking test 029 rap_progcld_thompson_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 144.823278 -0:The maximum resident set size (KB) = 806204 +0:The total amount of wall time = 145.613157 +0:The maximum resident set size (KB) = 806436 Test 029 rap_progcld_thompson_debug PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/GNU/rrfs_v1beta_debug -working dir = /glade/scratch/jongkim/pr-1715-gnu/jongkim/FV3_RT/rt_6607/rrfs_v1beta_debug +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_47072/rrfs_v1beta_debug Checking test 030 rrfs_v1beta_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 143.725794 -0:The maximum resident set size (KB) = 801196 +0:The total amount of wall time = 144.637822 +0:The maximum resident set size (KB) = 801500 Test 030 rrfs_v1beta_debug PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/GNU/control_ras_debug -working dir = /glade/scratch/jongkim/pr-1715-gnu/jongkim/FV3_RT/rt_6607/control_ras_debug +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_47072/control_ras_debug Checking test 031 control_ras_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 79.907065 -0:The maximum resident set size (KB) = 446068 +0:The total amount of wall time = 80.677289 +0:The maximum resident set size (KB) = 446600 Test 031 control_ras_debug PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/GNU/control_stochy_debug -working dir = /glade/scratch/jongkim/pr-1715-gnu/jongkim/FV3_RT/rt_6607/control_stochy_debug +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_47072/control_stochy_debug Checking test 032 control_stochy_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 88.290852 -0:The maximum resident set size (KB) = 438972 +0:The total amount of wall time = 88.833096 +0:The maximum resident set size (KB) = 438756 Test 032 control_stochy_debug PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/GNU/control_debug_p8 -working dir = /glade/scratch/jongkim/pr-1715-gnu/jongkim/FV3_RT/rt_6607/control_debug_p8 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_47072/control_debug_p8 Checking test 033 control_debug_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 93.431986 -0:The maximum resident set size (KB) = 1223292 +0:The total amount of wall time = 90.195615 +0:The maximum resident set size (KB) = 1221780 Test 033 control_debug_p8 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/GNU/rrfs_smoke_conus13km_hrrr_warm_debug -working dir = /glade/scratch/jongkim/pr-1715-gnu/jongkim/FV3_RT/rt_6607/rrfs_smoke_conus13km_hrrr_warm_debug +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_47072/rrfs_smoke_conus13km_hrrr_warm_debug Checking test 034 rrfs_smoke_conus13km_hrrr_warm_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 443.467854 -0:The maximum resident set size (KB) = 644912 +0:The total amount of wall time = 445.286480 +0:The maximum resident set size (KB) = 645076 Test 034 rrfs_smoke_conus13km_hrrr_warm_debug PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/GNU/rrfs_smoke_conus13km_hrrr_warm_debug -working dir = /glade/scratch/jongkim/pr-1715-gnu/jongkim/FV3_RT/rt_6607/rrfs_smoke_conus13km_hrrr_warm_debug_2threads +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_47072/rrfs_smoke_conus13km_hrrr_warm_debug_2threads Checking test 035 rrfs_smoke_conus13km_hrrr_warm_debug_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 262.422886 -0:The maximum resident set size (KB) = 669212 +0:The total amount of wall time = 259.943757 +0:The maximum resident set size (KB) = 669700 Test 035 rrfs_smoke_conus13km_hrrr_warm_debug_2threads PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/GNU/rrfs_conus13km_hrrr_warm_debugs -working dir = /glade/scratch/jongkim/pr-1715-gnu/jongkim/FV3_RT/rt_6607/rrfs_conus13km_hrrr_warm_debug +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_47072/rrfs_conus13km_hrrr_warm_debug Checking test 036 rrfs_conus13km_hrrr_warm_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 401.983533 -0:The maximum resident set size (KB) = 623312 +0:The total amount of wall time = 403.395632 +0:The maximum resident set size (KB) = 623524 Test 036 rrfs_conus13km_hrrr_warm_debug PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/GNU/rap_flake_debug -working dir = /glade/scratch/jongkim/pr-1715-gnu/jongkim/FV3_RT/rt_6607/rap_flake_debug +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_47072/rap_flake_debug Checking test 037 rap_flake_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 144.947628 -0:The maximum resident set size (KB) = 805768 +0:The total amount of wall time = 145.959215 +0:The maximum resident set size (KB) = 806408 Test 037 rap_flake_debug PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/GNU/rap_clm_lake_debug -working dir = /glade/scratch/jongkim/pr-1715-gnu/jongkim/FV3_RT/rt_6607/rap_clm_lake_debug +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_47072/rap_clm_lake_debug Checking test 038 rap_clm_lake_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 164.250657 -0:The maximum resident set size (KB) = 807600 +0:The total amount of wall time = 165.514853 +0:The maximum resident set size (KB) = 807972 Test 038 rap_clm_lake_debug PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/GNU/control_wam_debug -working dir = /glade/scratch/jongkim/pr-1715-gnu/jongkim/FV3_RT/rt_6607/control_wam_debug +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_47072/control_wam_debug Checking test 039 control_wam_debug results .... Comparing sfcf019.nc .........OK Comparing atmf019.nc .........OK -0:The total amount of wall time = 141.095240 -0:The maximum resident set size (KB) = 182308 +0:The total amount of wall time = 141.188803 +0:The maximum resident set size (KB) = 182940 Test 039 control_wam_debug PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/GNU/rap_control_dyn32_phy32 -working dir = /glade/scratch/jongkim/pr-1715-gnu/jongkim/FV3_RT/rt_6607/rap_control_dyn32_phy32 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_47072/rap_control_dyn32_phy32 Checking test 040 rap_control_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -1120,14 +1120,14 @@ Checking test 040 rap_control_dyn32_phy32 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 707.119854 -0:The maximum resident set size (KB) = 672636 +0:The total amount of wall time = 704.105507 +0:The maximum resident set size (KB) = 672772 Test 040 rap_control_dyn32_phy32 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/GNU/hrrr_control_dyn32_phy32 -working dir = /glade/scratch/jongkim/pr-1715-gnu/jongkim/FV3_RT/rt_6607/hrrr_control_dyn32_phy32 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_47072/hrrr_control_dyn32_phy32 Checking test 041 hrrr_control_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -1174,14 +1174,14 @@ Checking test 041 hrrr_control_dyn32_phy32 results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 353.677907 -0:The maximum resident set size (KB) = 671072 +0:The total amount of wall time = 352.432233 +0:The maximum resident set size (KB) = 671184 Test 041 hrrr_control_dyn32_phy32 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/GNU/rap_control_dyn32_phy32 -working dir = /glade/scratch/jongkim/pr-1715-gnu/jongkim/FV3_RT/rt_6607/rap_2threads_dyn32_phy32 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_47072/rap_2threads_dyn32_phy32 Checking test 042 rap_2threads_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -1228,14 +1228,14 @@ Checking test 042 rap_2threads_dyn32_phy32 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 646.856162 -0:The maximum resident set size (KB) = 720436 +0:The total amount of wall time = 643.562556 +0:The maximum resident set size (KB) = 720120 Test 042 rap_2threads_dyn32_phy32 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/GNU/hrrr_control_dyn32_phy32 -working dir = /glade/scratch/jongkim/pr-1715-gnu/jongkim/FV3_RT/rt_6607/hrrr_control_2threads_dyn32_phy32 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_47072/hrrr_control_2threads_dyn32_phy32 Checking test 043 hrrr_control_2threads_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -1282,14 +1282,14 @@ Checking test 043 hrrr_control_2threads_dyn32_phy32 results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 406.443759 -0:The maximum resident set size (KB) = 711776 +0:The total amount of wall time = 404.550411 +0:The maximum resident set size (KB) = 712372 Test 043 hrrr_control_2threads_dyn32_phy32 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/GNU/hrrr_control_dyn32_phy32 -working dir = /glade/scratch/jongkim/pr-1715-gnu/jongkim/FV3_RT/rt_6607/hrrr_control_decomp_dyn32_phy32 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_47072/hrrr_control_decomp_dyn32_phy32 Checking test 044 hrrr_control_decomp_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -1336,14 +1336,14 @@ Checking test 044 hrrr_control_decomp_dyn32_phy32 results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 354.799957 -0:The maximum resident set size (KB) = 670004 +0:The total amount of wall time = 351.716948 +0:The maximum resident set size (KB) = 670008 Test 044 hrrr_control_decomp_dyn32_phy32 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/GNU/rap_control_dyn32_phy32 -working dir = /glade/scratch/jongkim/pr-1715-gnu/jongkim/FV3_RT/rt_6607/rap_restart_dyn32_phy32 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_47072/rap_restart_dyn32_phy32 Checking test 045 rap_restart_dyn32_phy32 results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -1382,28 +1382,28 @@ Checking test 045 rap_restart_dyn32_phy32 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 522.012821 -0:The maximum resident set size (KB) = 511844 +0:The total amount of wall time = 518.141727 +0:The maximum resident set size (KB) = 511820 Test 045 rap_restart_dyn32_phy32 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/GNU/hrrr_control_dyn32_phy32 -working dir = /glade/scratch/jongkim/pr-1715-gnu/jongkim/FV3_RT/rt_6607/hrrr_control_restart_dyn32_phy32 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_47072/hrrr_control_restart_dyn32_phy32 Checking test 046 hrrr_control_restart_dyn32_phy32 results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK -0:The total amount of wall time = 178.997299 -0:The maximum resident set size (KB) = 505940 +0:The total amount of wall time = 178.271201 +0:The maximum resident set size (KB) = 506536 Test 046 hrrr_control_restart_dyn32_phy32 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/GNU/rap_control_dyn64_phy32 -working dir = /glade/scratch/jongkim/pr-1715-gnu/jongkim/FV3_RT/rt_6607/rap_control_dyn64_phy32 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_47072/rap_control_dyn64_phy32 Checking test 047 rap_control_dyn64_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -1450,56 +1450,56 @@ Checking test 047 rap_control_dyn64_phy32 results .... Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 413.815185 -0:The maximum resident set size (KB) = 692860 +0:The total amount of wall time = 414.717880 +0:The maximum resident set size (KB) = 693908 Test 047 rap_control_dyn64_phy32 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/GNU/rap_control_debug_dyn32_phy32 -working dir = /glade/scratch/jongkim/pr-1715-gnu/jongkim/FV3_RT/rt_6607/rap_control_debug_dyn32_phy32 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_47072/rap_control_debug_dyn32_phy32 Checking test 048 rap_control_debug_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 143.084801 -0:The maximum resident set size (KB) = 687992 +0:The total amount of wall time = 145.080857 +0:The maximum resident set size (KB) = 687172 Test 048 rap_control_debug_dyn32_phy32 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/GNU/hrrr_control_debug_dyn32_phy32 -working dir = /glade/scratch/jongkim/pr-1715-gnu/jongkim/FV3_RT/rt_6607/hrrr_control_debug_dyn32_phy32 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_47072/hrrr_control_debug_dyn32_phy32 Checking test 049 hrrr_control_debug_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 139.799080 -0:The maximum resident set size (KB) = 684124 +0:The total amount of wall time = 141.840703 +0:The maximum resident set size (KB) = 684304 Test 049 hrrr_control_debug_dyn32_phy32 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/GNU/rap_control_debug_dyn64_phy32 -working dir = /glade/scratch/jongkim/pr-1715-gnu/jongkim/FV3_RT/rt_6607/rap_control_dyn64_phy32_debug +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_47072/rap_control_dyn64_phy32_debug Checking test 050 rap_control_dyn64_phy32_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 148.133584 -0:The maximum resident set size (KB) = 708004 +0:The total amount of wall time = 148.545184 +0:The maximum resident set size (KB) = 708144 Test 050 rap_control_dyn64_phy32_debug PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/GNU/cpld_control_p8 -working dir = /glade/scratch/jongkim/pr-1715-gnu/jongkim/FV3_RT/rt_6607/cpld_control_p8 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_47072/cpld_control_p8 Checking test 051 cpld_control_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1564,14 +1564,14 @@ Checking test 051 cpld_control_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -0:The total amount of wall time = 503.679954 -0:The maximum resident set size (KB) = 3160512 +0:The total amount of wall time = 490.508335 +0:The maximum resident set size (KB) = 3159084 Test 051 cpld_control_p8 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/GNU/cpld_control_c96_noaero_p8 -working dir = /glade/scratch/jongkim/pr-1715-gnu/jongkim/FV3_RT/rt_6607/cpld_control_nowave_noaero_p8 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_47072/cpld_control_nowave_noaero_p8 Checking test 052 cpld_control_nowave_noaero_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1633,14 +1633,14 @@ Checking test 052 cpld_control_nowave_noaero_p8 results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK -0:The total amount of wall time = 245.874277 -0:The maximum resident set size (KB) = 1242072 +0:The total amount of wall time = 248.528909 +0:The maximum resident set size (KB) = 1240676 Test 052 cpld_control_nowave_noaero_p8 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/GNU/cpld_debug_p8 -working dir = /glade/scratch/jongkim/pr-1715-gnu/jongkim/FV3_RT/rt_6607/cpld_debug_p8 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_47072/cpld_debug_p8 Checking test 053 cpld_debug_p8 results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK @@ -1693,25 +1693,25 @@ Checking test 053 cpld_debug_p8 results .... Comparing 20210322.090000.out_pnt.ww3 .........OK Comparing 20210322.090000.out_grd.ww3 .........OK -0:The total amount of wall time = 198.954448 -0:The maximum resident set size (KB) = 3172796 +0:The total amount of wall time = 199.541595 +0:The maximum resident set size (KB) = 3174324 Test 053 cpld_debug_p8 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/GNU/datm_cdeps_control_cfsr -working dir = /glade/scratch/jongkim/pr-1715-gnu/jongkim/FV3_RT/rt_6607/datm_cdeps_control_cfsr +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_47072/datm_cdeps_control_cfsr Checking test 054 datm_cdeps_control_cfsr results .... Comparing RESTART/20111002.000000.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 -0:The total amount of wall time = 179.374371 -0:The maximum resident set size (KB) = 669600 +0:The total amount of wall time = 179.126687 +0:The maximum resident set size (KB) = 670484 Test 054 datm_cdeps_control_cfsr PASS REGRESSION TEST WAS SUCCESSFUL -Sun Apr 30 16:40:49 MDT 2023 -Elapsed time: 00h:32m:08s. Have a nice day! +Wed May 3 07:19:24 MDT 2023 +Elapsed time: 00h:40m:59s. Have a nice day! diff --git a/tests/RegressionTests_cheyenne.intel.log b/tests/RegressionTests_cheyenne.intel.log index e5720e721f..c5b1fb657e 100644 --- a/tests/RegressionTests_cheyenne.intel.log +++ b/tests/RegressionTests_cheyenne.intel.log @@ -1,42 +1,42 @@ -Sun Apr 30 13:09:12 MDT 2023 +Wed May 3 06:23:30 MDT 2023 Start Regression test -Compile 001 elapsed time 1488 seconds. -DAPP=S2SWA -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 002 elapsed time 1441 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 003 elapsed time 1443 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 004 elapsed time 452 seconds. -DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 005 elapsed time 415 seconds. -DAPP=S2SW -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 006 elapsed time 1156 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_sfcocn -DCMEPS_AOFLUX=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 007 elapsed time 1172 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 008 elapsed time 1192 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_WoFS_v0,FV3_GFS_v17_p8_mynn -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 009 elapsed time 1059 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_flake,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 010 elapsed time 998 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_csawmg,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 011 elapsed time 860 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 012 elapsed time 1352 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_WoFS_v0 -D32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 013 elapsed time 422 seconds. -DAPP=ATM -DDEBUG=ON -D32BIT=ON -DCCPP_SUITES=FV3_HRRR,FV3_HRRR_flake,FV3_GFS_v16,FV3_GFS_v16_csawmg,FV3_GFS_v16_ras,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km,FV3_RAP,FV3_HRRR,FV3_RAP_unified_ugwp,FV3_RAP_cires_ugwp,FV3_RAP_flake,FV3_RAP_clm_lake,FV3_RAP_noah,FV3_RAP_sfcdiff,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 014 elapsed time 275 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 015 elapsed time 918 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_flake -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 016 elapsed time 921 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 017 elapsed time 283 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_flake -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 018 elapsed time 291 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_flake -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 019 elapsed time 1248 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 020 elapsed time 345 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 021 elapsed time 1640 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_thompson_noahmp_nonsst,FV3_HAFS_v1_thompson_noahmp,FV3_HAFS_v1_thompson_nonsst,FV3_HAFS_v1_thompson,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 022 elapsed time 1196 seconds. -DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 023 elapsed time 426 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 024 elapsed time 200 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 025 elapsed time 428 seconds. -DAPP=NG-GODAS -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 026 elapsed time 109 seconds. -DAPP=LND -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 027 elapsed time 1019 seconds. -DAPP=ATML -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 028 elapsed time 1072 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 029 elapsed time 1072 seconds. -DAPP=ATMWM -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 030 elapsed time 965 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 031 elapsed time 936 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 032 elapsed time 298 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DDEBUG=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 033 elapsed time 1125 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DFASTER=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 001 elapsed time 1575 seconds. -DAPP=S2SWA -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 002 elapsed time 1460 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 003 elapsed time 1405 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 004 elapsed time 451 seconds. -DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 005 elapsed time 392 seconds. -DAPP=S2SW -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 006 elapsed time 1136 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_sfcocn -DCMEPS_AOFLUX=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 007 elapsed time 1130 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 008 elapsed time 1150 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_WoFS_v0,FV3_GFS_v17_p8_mynn -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 009 elapsed time 1052 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_flake,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 010 elapsed time 996 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_csawmg,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 011 elapsed time 858 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 012 elapsed time 1354 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_WoFS_v0 -D32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 013 elapsed time 430 seconds. -DAPP=ATM -DDEBUG=ON -D32BIT=ON -DCCPP_SUITES=FV3_HRRR,FV3_HRRR_flake,FV3_GFS_v16,FV3_GFS_v16_csawmg,FV3_GFS_v16_ras,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km,FV3_RAP,FV3_HRRR,FV3_RAP_unified_ugwp,FV3_RAP_cires_ugwp,FV3_RAP_flake,FV3_RAP_clm_lake,FV3_RAP_noah,FV3_RAP_sfcdiff,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 014 elapsed time 268 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 015 elapsed time 925 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_flake -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 016 elapsed time 908 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 017 elapsed time 294 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_flake -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 018 elapsed time 293 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_flake -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 019 elapsed time 1244 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 020 elapsed time 346 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 021 elapsed time 1650 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_thompson_noahmp_nonsst,FV3_HAFS_v1_thompson_noahmp,FV3_HAFS_v1_thompson_nonsst,FV3_HAFS_v1_thompson,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 022 elapsed time 1192 seconds. -DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 023 elapsed time 429 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 024 elapsed time 201 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 025 elapsed time 430 seconds. -DAPP=NG-GODAS -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 026 elapsed time 102 seconds. -DAPP=LND -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 027 elapsed time 1007 seconds. -DAPP=ATML -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 028 elapsed time 1075 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 029 elapsed time 1064 seconds. -DAPP=ATMWM -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 030 elapsed time 964 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 031 elapsed time 954 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 032 elapsed time 311 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DDEBUG=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 033 elapsed time 1120 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DFASTER=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/cpld_control_p8_mixedmode -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/cpld_control_p8_mixedmode +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/cpld_control_p8_mixedmode Checking test 001 cpld_control_p8_mixedmode results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -101,14 +101,14 @@ Checking test 001 cpld_control_p8_mixedmode results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -0:The total amount of wall time = 321.417855 -0:The maximum resident set size (KB) = 2698948 +0:The total amount of wall time = 318.062104 +0:The maximum resident set size (KB) = 2698876 Test 001 cpld_control_p8_mixedmode PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/cpld_control_gfsv17 -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/cpld_control_gfsv17 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/cpld_control_gfsv17 Checking test 002 cpld_control_gfsv17 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -172,14 +172,14 @@ Checking test 002 cpld_control_gfsv17 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -0:The total amount of wall time = 279.908048 -0:The maximum resident set size (KB) = 1437568 +0:The total amount of wall time = 282.223772 +0:The maximum resident set size (KB) = 1437692 Test 002 cpld_control_gfsv17 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/cpld_control_p8 -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/cpld_control_p8 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/cpld_control_p8 Checking test 003 cpld_control_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -244,14 +244,14 @@ Checking test 003 cpld_control_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -0:The total amount of wall time = 324.120533 -0:The maximum resident set size (KB) = 2715524 +0:The total amount of wall time = 321.333581 +0:The maximum resident set size (KB) = 2715512 Test 003 cpld_control_p8 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/cpld_control_p8 -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/cpld_restart_p8 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/cpld_restart_p8 Checking test 004 cpld_restart_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -304,14 +304,14 @@ Checking test 004 cpld_restart_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -0:The total amount of wall time = 181.451702 -0:The maximum resident set size (KB) = 2576732 +0:The total amount of wall time = 184.611528 +0:The maximum resident set size (KB) = 2576588 Test 004 cpld_restart_p8 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/cpld_control_p8 -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/cpld_control_qr_p8 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/cpld_control_qr_p8 Checking test 005 cpld_control_qr_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -376,14 +376,14 @@ Checking test 005 cpld_control_qr_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -0:The total amount of wall time = 324.985533 -0:The maximum resident set size (KB) = 2719976 +0:The total amount of wall time = 317.177070 +0:The maximum resident set size (KB) = 2719848 Test 005 cpld_control_qr_p8 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/cpld_control_p8 -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/cpld_restart_qr_p8 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/cpld_restart_qr_p8 Checking test 006 cpld_restart_qr_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -436,14 +436,14 @@ Checking test 006 cpld_restart_qr_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -0:The total amount of wall time = 193.655709 -0:The maximum resident set size (KB) = 2593188 +0:The total amount of wall time = 199.931065 +0:The maximum resident set size (KB) = 2593184 Test 006 cpld_restart_qr_p8 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/cpld_control_p8 -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/cpld_2threads_p8 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/cpld_2threads_p8 Checking test 007 cpld_2threads_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -496,14 +496,14 @@ Checking test 007 cpld_2threads_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -0:The total amount of wall time = 251.251454 -0:The maximum resident set size (KB) = 3178680 +0:The total amount of wall time = 249.759548 +0:The maximum resident set size (KB) = 3178044 Test 007 cpld_2threads_p8 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/cpld_control_p8 -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/cpld_decomp_p8 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/cpld_decomp_p8 Checking test 008 cpld_decomp_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -556,14 +556,14 @@ Checking test 008 cpld_decomp_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -0:The total amount of wall time = 322.368835 -0:The maximum resident set size (KB) = 2720864 +0:The total amount of wall time = 321.454560 +0:The maximum resident set size (KB) = 2720624 Test 008 cpld_decomp_p8 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/cpld_control_p8 -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/cpld_mpi_p8 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/cpld_mpi_p8 Checking test 009 cpld_mpi_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -616,14 +616,14 @@ Checking test 009 cpld_mpi_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -0:The total amount of wall time = 276.260223 -0:The maximum resident set size (KB) = 2681504 +0:The total amount of wall time = 277.060261 +0:The maximum resident set size (KB) = 2681864 Test 009 cpld_mpi_p8 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/cpld_control_ciceC_p8 -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/cpld_control_ciceC_p8 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/cpld_control_ciceC_p8 Checking test 010 cpld_control_ciceC_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -688,14 +688,14 @@ Checking test 010 cpld_control_ciceC_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -0:The total amount of wall time = 319.363706 -0:The maximum resident set size (KB) = 2715436 +0:The total amount of wall time = 323.072456 +0:The maximum resident set size (KB) = 2715364 Test 010 cpld_control_ciceC_p8 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/cpld_control_c192_p8 -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/cpld_control_c192_p8 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/cpld_control_c192_p8 Checking test 011 cpld_control_c192_p8 results .... Comparing sfcf030.tile1.nc .........OK Comparing sfcf030.tile2.nc .........OK @@ -748,14 +748,14 @@ Checking test 011 cpld_control_c192_p8 results .... Comparing 20210323.120000.out_grd.ww3 .........OK Comparing 20210323.120000.out_pnt.ww3 .........OK -0:The total amount of wall time = 630.138890 -0:The maximum resident set size (KB) = 3352340 +0:The total amount of wall time = 621.594245 +0:The maximum resident set size (KB) = 3351108 Test 011 cpld_control_c192_p8 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/cpld_control_c192_p8 -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/cpld_restart_c192_p8 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/cpld_restart_c192_p8 Checking test 012 cpld_restart_c192_p8 results .... Comparing sfcf030.tile1.nc .........OK Comparing sfcf030.tile2.nc .........OK @@ -808,14 +808,14 @@ Checking test 012 cpld_restart_c192_p8 results .... Comparing 20210323.120000.out_grd.ww3 .........OK Comparing 20210323.120000.out_pnt.ww3 .........OK -0:The total amount of wall time = 386.534798 -0:The maximum resident set size (KB) = 3276984 +0:The total amount of wall time = 383.934210 +0:The maximum resident set size (KB) = 3277400 Test 012 cpld_restart_c192_p8 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/cpld_control_noaero_p8 -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/cpld_control_noaero_p8 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/cpld_control_noaero_p8 Checking test 013 cpld_control_noaero_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -879,14 +879,14 @@ Checking test 013 cpld_control_noaero_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -0:The total amount of wall time = 294.155339 -0:The maximum resident set size (KB) = 1435712 +0:The total amount of wall time = 283.947923 +0:The maximum resident set size (KB) = 1435624 Test 013 cpld_control_noaero_p8 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/cpld_control_c96_noaero_p8 -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/cpld_control_nowave_noaero_p8 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/cpld_control_nowave_noaero_p8 Checking test 014 cpld_control_nowave_noaero_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -948,14 +948,14 @@ Checking test 014 cpld_control_nowave_noaero_p8 results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK -0:The total amount of wall time = 193.772417 -0:The maximum resident set size (KB) = 1453340 +0:The total amount of wall time = 194.134305 +0:The maximum resident set size (KB) = 1453476 Test 014 cpld_control_nowave_noaero_p8 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/cpld_debug_p8 -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/cpld_debug_p8 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/cpld_debug_p8 Checking test 015 cpld_debug_p8 results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK @@ -1008,14 +1008,14 @@ Checking test 015 cpld_debug_p8 results .... Comparing 20210322.090000.out_pnt.ww3 .........OK Comparing 20210322.090000.out_grd.ww3 .........OK -0:The total amount of wall time = 350.969540 -0:The maximum resident set size (KB) = 2780392 +0:The total amount of wall time = 350.574034 +0:The maximum resident set size (KB) = 2780064 Test 015 cpld_debug_p8 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/cpld_debug_noaero_p8 -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/cpld_debug_noaero_p8 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/cpld_debug_noaero_p8 Checking test 016 cpld_debug_noaero_p8 results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK @@ -1067,14 +1067,14 @@ Checking test 016 cpld_debug_noaero_p8 results .... Comparing 20210322.090000.out_pnt.ww3 .........OK Comparing 20210322.090000.out_grd.ww3 .........OK -0:The total amount of wall time = 300.752955 -0:The maximum resident set size (KB) = 1454504 +0:The total amount of wall time = 301.381015 +0:The maximum resident set size (KB) = 1454276 Test 016 cpld_debug_noaero_p8 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/cpld_control_noaero_p8_agrid -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/cpld_control_noaero_p8_agrid +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/cpld_control_noaero_p8_agrid Checking test 017 cpld_control_noaero_p8_agrid results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1136,14 +1136,14 @@ Checking test 017 cpld_control_noaero_p8_agrid results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK -0:The total amount of wall time = 254.169065 -0:The maximum resident set size (KB) = 1457096 +0:The total amount of wall time = 255.991397 +0:The maximum resident set size (KB) = 1457028 Test 017 cpld_control_noaero_p8_agrid PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/cpld_control_c48 -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/cpld_control_c48 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/cpld_control_c48 Checking test 018 cpld_control_c48 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -1193,14 +1193,14 @@ Checking test 018 cpld_control_c48 results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK -0:The total amount of wall time = 609.045412 -0:The maximum resident set size (KB) = 2586844 +0:The total amount of wall time = 602.856049 +0:The maximum resident set size (KB) = 2587000 Test 018 cpld_control_c48 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/cpld_warmstart_c48 -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/cpld_warmstart_c48 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/cpld_warmstart_c48 Checking test 019 cpld_warmstart_c48 results .... Comparing sfcf006.tile1.nc .........OK Comparing sfcf006.tile2.nc .........OK @@ -1250,14 +1250,14 @@ Checking test 019 cpld_warmstart_c48 results .... Comparing RESTART/iced.2021-03-23-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-43200.nc .........OK -0:The total amount of wall time = 164.134446 -0:The maximum resident set size (KB) = 2602592 +0:The total amount of wall time = 161.345366 +0:The maximum resident set size (KB) = 2602400 Test 019 cpld_warmstart_c48 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/cpld_warmstart_c48 -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/cpld_restart_c48 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/cpld_restart_c48 Checking test 020 cpld_restart_c48 results .... Comparing sfcf006.tile1.nc .........OK Comparing sfcf006.tile2.nc .........OK @@ -1307,14 +1307,14 @@ Checking test 020 cpld_restart_c48 results .... Comparing RESTART/iced.2021-03-23-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-43200.nc .........OK -0:The total amount of wall time = 84.629131 -0:The maximum resident set size (KB) = 2019740 +0:The total amount of wall time = 85.096472 +0:The maximum resident set size (KB) = 2020108 Test 020 cpld_restart_c48 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/control_flake -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/control_flake +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/control_flake Checking test 021 control_flake results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1325,14 +1325,14 @@ Checking test 021 control_flake results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 220.014284 -0:The maximum resident set size (KB) = 501460 +0:The total amount of wall time = 218.718805 +0:The maximum resident set size (KB) = 501312 Test 021 control_flake PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/control_CubedSphereGrid -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/control_CubedSphereGrid +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/control_CubedSphereGrid Checking test 022 control_CubedSphereGrid results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -1359,28 +1359,28 @@ Checking test 022 control_CubedSphereGrid results .... Comparing atmf024.tile5.nc .........OK Comparing atmf024.tile6.nc .........OK -0:The total amount of wall time = 142.625760 -0:The maximum resident set size (KB) = 454684 +0:The total amount of wall time = 145.199026 +0:The maximum resident set size (KB) = 454408 Test 022 control_CubedSphereGrid PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/control_CubedSphereGrid_parallel -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/control_CubedSphereGrid_parallel +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/control_CubedSphereGrid_parallel Checking test 023 control_CubedSphereGrid_parallel results .... Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf024.nc ............ALT CHECK......OK Comparing atmf000.nc ............ALT CHECK......OK Comparing atmf024.nc ............ALT CHECK......OK -0:The total amount of wall time = 139.754338 -0:The maximum resident set size (KB) = 454564 +0:The total amount of wall time = 139.874057 +0:The maximum resident set size (KB) = 454488 Test 023 control_CubedSphereGrid_parallel PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/control_latlon -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/control_latlon +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/control_latlon Checking test 024 control_latlon results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1391,32 +1391,32 @@ Checking test 024 control_latlon results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 147.811179 -0:The maximum resident set size (KB) = 454616 +0:The total amount of wall time = 146.740900 +0:The maximum resident set size (KB) = 454528 Test 024 control_latlon PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/control_wrtGauss_netcdf_parallel -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/control_wrtGauss_netcdf_parallel +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/control_wrtGauss_netcdf_parallel Checking test 025 control_wrtGauss_netcdf_parallel results .... Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf024.nc ............ALT CHECK......OK Comparing atmf000.nc .........OK - Comparing atmf024.nc .........OK + Comparing atmf024.nc ............ALT CHECK......OK Comparing GFSFLX.GrbF00 .........OK Comparing GFSFLX.GrbF24 .........OK Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 149.863443 -0:The maximum resident set size (KB) = 454616 +0:The total amount of wall time = 149.061763 +0:The maximum resident set size (KB) = 454592 Test 025 control_wrtGauss_netcdf_parallel PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/control_c48 -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/control_c48 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/control_c48 Checking test 026 control_c48 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1455,14 +1455,14 @@ Checking test 026 control_c48 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 443.631005 +0:The total amount of wall time = 443.399769 0:The maximum resident set size (KB) = 634244 Test 026 control_c48 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/control_c192 -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/control_c192 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/control_c192 Checking test 027 control_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1473,14 +1473,14 @@ Checking test 027 control_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 595.641342 -0:The maximum resident set size (KB) = 560152 +0:The total amount of wall time = 594.556939 +0:The maximum resident set size (KB) = 560212 Test 027 control_c192 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/control_c384 -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/control_c384 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/control_c384 Checking test 028 control_c384 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1491,14 +1491,14 @@ Checking test 028 control_c384 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -0:The total amount of wall time = 584.720240 -0:The maximum resident set size (KB) = 899576 +0:The total amount of wall time = 586.106711 +0:The maximum resident set size (KB) = 901300 Test 028 control_c384 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/control_c384gdas -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/control_c384gdas +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/control_c384gdas Checking test 029 control_c384gdas results .... Comparing sfcf000.nc .........OK Comparing sfcf006.nc .........OK @@ -1541,14 +1541,14 @@ Checking test 029 control_c384gdas results .... Comparing RESTART/20210322.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 518.863181 -0:The maximum resident set size (KB) = 1028424 +0:The total amount of wall time = 515.805472 +0:The maximum resident set size (KB) = 1027840 Test 029 control_c384gdas PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/control_stochy -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/control_stochy +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/control_stochy Checking test 030 control_stochy results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1559,28 +1559,28 @@ Checking test 030 control_stochy results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -0:The total amount of wall time = 98.409036 -0:The maximum resident set size (KB) = 459384 +0:The total amount of wall time = 98.319953 +0:The maximum resident set size (KB) = 459500 Test 030 control_stochy PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/control_stochy -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/control_stochy_restart +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/control_stochy_restart Checking test 031 control_stochy_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK -0:The total amount of wall time = 53.193153 -0:The maximum resident set size (KB) = 227848 +0:The total amount of wall time = 52.660365 +0:The maximum resident set size (KB) = 227584 Test 031 control_stochy_restart PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/control_lndp -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/control_lndp +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/control_lndp Checking test 032 control_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1591,14 +1591,14 @@ Checking test 032 control_lndp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -0:The total amount of wall time = 90.505696 -0:The maximum resident set size (KB) = 459108 +0:The total amount of wall time = 90.697806 +0:The maximum resident set size (KB) = 458912 Test 032 control_lndp PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/control_iovr4 -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/control_iovr4 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/control_iovr4 Checking test 033 control_iovr4 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1613,14 +1613,14 @@ Checking test 033 control_iovr4 results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 149.166368 -0:The maximum resident set size (KB) = 454632 +0:The total amount of wall time = 147.936017 +0:The maximum resident set size (KB) = 454508 Test 033 control_iovr4 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/control_iovr5 -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/control_iovr5 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/control_iovr5 Checking test 034 control_iovr5 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1635,14 +1635,14 @@ Checking test 034 control_iovr5 results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 148.410158 -0:The maximum resident set size (KB) = 454640 +0:The total amount of wall time = 148.505524 +0:The maximum resident set size (KB) = 454524 Test 034 control_iovr5 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/control_p8 -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/control_p8 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/control_p8 Checking test 035 control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1689,14 +1689,14 @@ Checking test 035 control_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 182.351476 -0:The maximum resident set size (KB) = 1423960 +0:The total amount of wall time = 181.325693 +0:The maximum resident set size (KB) = 1423952 Test 035 control_p8 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/control_p8 -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/control_restart_p8 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/control_restart_p8 Checking test 036 control_restart_p8 results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1735,14 +1735,14 @@ Checking test 036 control_restart_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 96.817779 -0:The maximum resident set size (KB) = 582120 +0:The total amount of wall time = 97.947163 +0:The maximum resident set size (KB) = 582100 Test 036 control_restart_p8 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/control_p8 -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/control_qr_p8 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/control_qr_p8 Checking test 037 control_qr_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1789,14 +1789,14 @@ Checking test 037 control_qr_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc ............ALT CHECK......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc ............ALT CHECK......OK -0:The total amount of wall time = 181.943324 -0:The maximum resident set size (KB) = 1427720 +0:The total amount of wall time = 181.550839 +0:The maximum resident set size (KB) = 1427576 Test 037 control_qr_p8 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/control_p8 -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/control_restart_qr_p8 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/control_restart_qr_p8 Checking test 038 control_restart_qr_p8 results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1835,14 +1835,14 @@ Checking test 038 control_restart_qr_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc ............ALT CHECK......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc ............ALT CHECK......OK -0:The total amount of wall time = 99.006892 -0:The maximum resident set size (KB) = 597228 +0:The total amount of wall time = 98.161832 +0:The maximum resident set size (KB) = 597148 Test 038 control_restart_qr_p8 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/control_p8 -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/control_decomp_p8 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/control_decomp_p8 Checking test 039 control_decomp_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1885,14 +1885,14 @@ Checking test 039 control_decomp_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 187.651092 -0:The maximum resident set size (KB) = 1417760 +0:The total amount of wall time = 187.365531 +0:The maximum resident set size (KB) = 1417728 Test 039 control_decomp_p8 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/control_p8 -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/control_2threads_p8 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/control_2threads_p8 Checking test 040 control_2threads_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1935,14 +1935,14 @@ Checking test 040 control_2threads_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 171.066275 -0:The maximum resident set size (KB) = 1509352 +0:The total amount of wall time = 169.284023 +0:The maximum resident set size (KB) = 1509448 Test 040 control_2threads_p8 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/control_p8_lndp -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/control_p8_lndp +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/control_p8_lndp Checking test 041 control_p8_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1961,14 +1961,14 @@ Checking test 041 control_p8_lndp results .... Comparing GFSPRS.GrbF24 .........OK Comparing GFSPRS.GrbF48 .........OK -0:The total amount of wall time = 335.099613 -0:The maximum resident set size (KB) = 1424280 +0:The total amount of wall time = 334.962613 +0:The maximum resident set size (KB) = 1424244 Test 041 control_p8_lndp PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/control_p8_rrtmgp -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/control_p8_rrtmgp +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/control_p8_rrtmgp Checking test 042 control_p8_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2015,14 +2015,14 @@ Checking test 042 control_p8_rrtmgp results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 253.501759 -0:The maximum resident set size (KB) = 1480580 +0:The total amount of wall time = 253.612242 +0:The maximum resident set size (KB) = 1480612 Test 042 control_p8_rrtmgp PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/control_p8_mynn -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/control_p8_mynn +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/control_p8_mynn Checking test 043 control_p8_mynn results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2069,14 +2069,14 @@ Checking test 043 control_p8_mynn results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 185.968592 -0:The maximum resident set size (KB) = 1428476 +0:The total amount of wall time = 183.694030 +0:The maximum resident set size (KB) = 1428396 Test 043 control_p8_mynn PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/merra2_thompson -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/merra2_thompson +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/merra2_thompson Checking test 044 merra2_thompson results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2123,14 +2123,14 @@ Checking test 044 merra2_thompson results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 201.337734 -0:The maximum resident set size (KB) = 1429968 +0:The total amount of wall time = 212.476187 +0:The maximum resident set size (KB) = 1429940 Test 044 merra2_thompson PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/regional_control -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/regional_control +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/regional_control Checking test 045 regional_control results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2141,28 +2141,28 @@ Checking test 045 regional_control results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK -0:The total amount of wall time = 343.128764 -0:The maximum resident set size (KB) = 605096 +0:The total amount of wall time = 349.021838 +0:The maximum resident set size (KB) = 605044 Test 045 regional_control PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/regional_control -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/regional_restart +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/regional_restart Checking test 046 regional_restart results .... Comparing dynf006.nc .........OK Comparing phyf006.nc .........OK Comparing PRSLEV.GrbF06 .........OK Comparing NATLEV.GrbF06 .........OK -0:The total amount of wall time = 175.404435 -0:The maximum resident set size (KB) = 594344 +0:The total amount of wall time = 174.876664 +0:The maximum resident set size (KB) = 594340 Test 046 regional_restart PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/regional_control -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/regional_control_qr +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/regional_control_qr Checking test 047 regional_control_qr results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2173,28 +2173,28 @@ Checking test 047 regional_control_qr results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK -0:The total amount of wall time = 351.799293 -0:The maximum resident set size (KB) = 605048 +0:The total amount of wall time = 341.537137 +0:The maximum resident set size (KB) = 605064 Test 047 regional_control_qr PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/regional_control -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/regional_restart_qr +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/regional_restart_qr Checking test 048 regional_restart_qr results .... Comparing dynf006.nc .........OK Comparing phyf006.nc .........OK Comparing PRSLEV.GrbF06 .........OK Comparing NATLEV.GrbF06 .........OK -0:The total amount of wall time = 175.998113 -0:The maximum resident set size (KB) = 594376 +0:The total amount of wall time = 177.499283 +0:The maximum resident set size (KB) = 594276 Test 048 regional_restart_qr PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/regional_control -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/regional_decomp +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/regional_decomp Checking test 049 regional_decomp results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2205,14 +2205,14 @@ Checking test 049 regional_decomp results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK -0:The total amount of wall time = 360.143182 -0:The maximum resident set size (KB) = 598956 +0:The total amount of wall time = 360.765176 +0:The maximum resident set size (KB) = 598904 Test 049 regional_decomp PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/regional_control -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/regional_2threads +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/regional_2threads Checking test 050 regional_2threads results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2223,14 +2223,14 @@ Checking test 050 regional_2threads results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK -0:The total amount of wall time = 205.137851 -0:The maximum resident set size (KB) = 611948 +0:The total amount of wall time = 204.714869 +0:The maximum resident set size (KB) = 611936 Test 050 regional_2threads PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/regional_noquilt -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/regional_noquilt +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/regional_noquilt Checking test 051 regional_noquilt results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK @@ -2238,28 +2238,28 @@ Checking test 051 regional_noquilt results .... Comparing RESTART/fv_core.res.tile1_new.nc .........OK Comparing RESTART/fv_tracer.res.tile1_new.nc .........OK -0:The total amount of wall time = 363.828998 -0:The maximum resident set size (KB) = 599556 +0:The total amount of wall time = 367.429801 +0:The maximum resident set size (KB) = 599392 Test 051 regional_noquilt PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/regional_netcdf_parallel -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/regional_netcdf_parallel +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/regional_netcdf_parallel Checking test 052 regional_netcdf_parallel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK - Comparing phyf006.nc ............ALT CHECK......OK + Comparing phyf006.nc .........OK -0:The total amount of wall time = 337.787958 -0:The maximum resident set size (KB) = 597008 +0:The total amount of wall time = 340.178128 +0:The maximum resident set size (KB) = 596940 Test 052 regional_netcdf_parallel PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/regional_control -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/regional_2dwrtdecomp +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/regional_2dwrtdecomp Checking test 053 regional_2dwrtdecomp results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2270,14 +2270,14 @@ Checking test 053 regional_2dwrtdecomp results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK -0:The total amount of wall time = 342.422941 -0:The maximum resident set size (KB) = 605124 +0:The total amount of wall time = 348.626698 +0:The maximum resident set size (KB) = 605004 Test 053 regional_2dwrtdecomp PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/fv3_regional_wofs -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/regional_wofs +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/regional_wofs Checking test 054 regional_wofs results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2288,14 +2288,14 @@ Checking test 054 regional_wofs results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK -0:The total amount of wall time = 427.185685 -0:The maximum resident set size (KB) = 276184 +0:The total amount of wall time = 426.678752 +0:The maximum resident set size (KB) = 276132 Test 054 regional_wofs PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_control -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/rap_control +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/rap_control Checking test 055 rap_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2342,14 +2342,14 @@ Checking test 055 rap_control results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 480.008557 -0:The maximum resident set size (KB) = 823804 +0:The total amount of wall time = 482.611693 +0:The maximum resident set size (KB) = 823740 Test 055 rap_control PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/regional_spp_sppt_shum_skeb -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/regional_spp_sppt_shum_skeb +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/regional_spp_sppt_shum_skeb Checking test 056 regional_spp_sppt_shum_skeb results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK @@ -2360,14 +2360,14 @@ Checking test 056 regional_spp_sppt_shum_skeb results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF01 .........OK -0:The total amount of wall time = 261.816748 -0:The maximum resident set size (KB) = 953804 +0:The total amount of wall time = 261.589188 +0:The maximum resident set size (KB) = 953692 Test 056 regional_spp_sppt_shum_skeb PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_control -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/rap_decomp +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/rap_decomp Checking test 057 rap_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2414,14 +2414,14 @@ Checking test 057 rap_decomp results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 502.503060 -0:The maximum resident set size (KB) = 822664 +0:The total amount of wall time = 500.618209 +0:The maximum resident set size (KB) = 822576 Test 057 rap_decomp PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_control -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/rap_2threads +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/rap_2threads Checking test 058 rap_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2468,14 +2468,14 @@ Checking test 058 rap_2threads results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 460.906610 -0:The maximum resident set size (KB) = 893980 +0:The total amount of wall time = 462.136467 +0:The maximum resident set size (KB) = 894132 Test 058 rap_2threads PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_control -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/rap_restart +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/rap_restart Checking test 059 rap_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -2514,14 +2514,14 @@ Checking test 059 rap_restart results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 241.852534 -0:The maximum resident set size (KB) = 571760 +0:The total amount of wall time = 244.587913 +0:The maximum resident set size (KB) = 571648 Test 059 rap_restart PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_sfcdiff -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/rap_sfcdiff +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/rap_sfcdiff Checking test 060 rap_sfcdiff results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2568,14 +2568,14 @@ Checking test 060 rap_sfcdiff results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 483.611611 -0:The maximum resident set size (KB) = 823740 +0:The total amount of wall time = 479.340620 +0:The maximum resident set size (KB) = 823644 Test 060 rap_sfcdiff PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_sfcdiff -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/rap_sfcdiff_decomp +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/rap_sfcdiff_decomp Checking test 061 rap_sfcdiff_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2622,14 +2622,14 @@ Checking test 061 rap_sfcdiff_decomp results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 506.732022 -0:The maximum resident set size (KB) = 822644 +0:The total amount of wall time = 502.880276 +0:The maximum resident set size (KB) = 822620 Test 061 rap_sfcdiff_decomp PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_sfcdiff -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/rap_sfcdiff_restart +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/rap_sfcdiff_restart Checking test 062 rap_sfcdiff_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -2668,14 +2668,14 @@ Checking test 062 rap_sfcdiff_restart results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 355.084801 -0:The maximum resident set size (KB) = 571508 +0:The total amount of wall time = 356.385959 +0:The maximum resident set size (KB) = 571452 Test 062 rap_sfcdiff_restart PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/hrrr_control -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/hrrr_control +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/hrrr_control Checking test 063 hrrr_control results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2722,14 +2722,14 @@ Checking test 063 hrrr_control results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 444.383712 -0:The maximum resident set size (KB) = 821032 +0:The total amount of wall time = 443.880679 +0:The maximum resident set size (KB) = 820968 Test 063 hrrr_control PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/hrrr_control -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/hrrr_control_decomp +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/hrrr_control_decomp Checking test 064 hrrr_control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2776,14 +2776,14 @@ Checking test 064 hrrr_control_decomp results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 463.828450 -0:The maximum resident set size (KB) = 820700 +0:The total amount of wall time = 464.894191 +0:The maximum resident set size (KB) = 820628 Test 064 hrrr_control_decomp PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/hrrr_control -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/hrrr_control_2threads +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/hrrr_control_2threads Checking test 065 hrrr_control_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2830,28 +2830,28 @@ Checking test 065 hrrr_control_2threads results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 499.533415 -0:The maximum resident set size (KB) = 890696 +0:The total amount of wall time = 502.903774 +0:The maximum resident set size (KB) = 895272 Test 065 hrrr_control_2threads PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/hrrr_control -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/hrrr_control_restart +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/hrrr_control_restart Checking test 066 hrrr_control_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK -0:The total amount of wall time = 336.711146 -0:The maximum resident set size (KB) = 567684 +0:The total amount of wall time = 329.315373 +0:The maximum resident set size (KB) = 567664 Test 066 hrrr_control_restart PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/rrfs_v1beta -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/rrfs_v1beta +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/rrfs_v1beta Checking test 067 rrfs_v1beta results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2898,14 +2898,14 @@ Checking test 067 rrfs_v1beta results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 475.924918 -0:The maximum resident set size (KB) = 819692 +0:The total amount of wall time = 476.090375 +0:The maximum resident set size (KB) = 819788 Test 067 rrfs_v1beta PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/rrfs_v1nssl -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/rrfs_v1nssl +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/rrfs_v1nssl Checking test 068 rrfs_v1nssl results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2920,14 +2920,14 @@ Checking test 068 rrfs_v1nssl results .... Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK -0:The total amount of wall time = 585.055382 -0:The maximum resident set size (KB) = 508784 +0:The total amount of wall time = 585.862763 +0:The maximum resident set size (KB) = 508592 Test 068 rrfs_v1nssl PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/rrfs_v1nssl_nohailnoccn -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/rrfs_v1nssl_nohailnoccn +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/rrfs_v1nssl_nohailnoccn Checking test 069 rrfs_v1nssl_nohailnoccn results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2942,14 +2942,14 @@ Checking test 069 rrfs_v1nssl_nohailnoccn results .... Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK -0:The total amount of wall time = 567.218659 -0:The maximum resident set size (KB) = 502992 +0:The total amount of wall time = 563.884627 +0:The maximum resident set size (KB) = 502920 Test 069 rrfs_v1nssl_nohailnoccn PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/rrfs_smoke_conus13km_hrrr_warm -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/rrfs_smoke_conus13km_hrrr_warm +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/rrfs_smoke_conus13km_hrrr_warm Checking test 070 rrfs_smoke_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -2958,14 +2958,14 @@ Checking test 070 rrfs_smoke_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK -0:The total amount of wall time = 156.313614 -0:The maximum resident set size (KB) = 671084 +0:The total amount of wall time = 156.627322 +0:The maximum resident set size (KB) = 671032 Test 070 rrfs_smoke_conus13km_hrrr_warm PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/rrfs_smoke_conus13km_hrrr_warm -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/rrfs_smoke_conus13km_hrrr_warm_2threads +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/rrfs_smoke_conus13km_hrrr_warm_2threads Checking test 071 rrfs_smoke_conus13km_hrrr_warm_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -2974,14 +2974,14 @@ Checking test 071 rrfs_smoke_conus13km_hrrr_warm_2threads results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK -0:The total amount of wall time = 94.487423 -0:The maximum resident set size (KB) = 693072 +0:The total amount of wall time = 94.445720 +0:The maximum resident set size (KB) = 692964 Test 071 rrfs_smoke_conus13km_hrrr_warm_2threads PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/rrfs_conus13km_hrrr_warm -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/rrfs_conus13km_hrrr_warm +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/rrfs_conus13km_hrrr_warm Checking test 072 rrfs_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -2990,14 +2990,14 @@ Checking test 072 rrfs_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK -0:The total amount of wall time = 142.410549 -0:The maximum resident set size (KB) = 667492 +0:The total amount of wall time = 139.954477 +0:The maximum resident set size (KB) = 667324 Test 072 rrfs_conus13km_hrrr_warm PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/rrfs_smoke_conus13km_hrrr_warm_radar_tten -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/rrfs_smoke_conus13km_radar_tten_warm +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/rrfs_smoke_conus13km_radar_tten_warm Checking test 073 rrfs_smoke_conus13km_radar_tten_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -3006,19 +3006,26 @@ Checking test 073 rrfs_smoke_conus13km_radar_tten_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK -0:The total amount of wall time = 157.480605 -0:The maximum resident set size (KB) = 677608 +0:The total amount of wall time = 157.473753 +0:The maximum resident set size (KB) = 677512 Test 073 rrfs_smoke_conus13km_radar_tten_warm PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/rrfs_conus13km_hrrr_warm_restart_mismatch -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/rrfs_conus13km_hrrr_warm_restart_mismatch +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/rrfs_conus13km_hrrr_warm_restart_mismatch Checking test 074 rrfs_conus13km_hrrr_warm_restart_mismatch results .... - Comparing sfcf002.nc ............ALT CHECK......ERROR + Comparing sfcf002.nc .........OK + Comparing atmf002.nc .........OK + +0:The total amount of wall time = 72.543387 +0:The maximum resident set size (KB) = 640324 + +Test 074 rrfs_conus13km_hrrr_warm_restart_mismatch PASS + baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/control_csawmg -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/control_csawmg +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/control_csawmg Checking test 075 control_csawmg results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -3029,14 +3036,14 @@ Checking test 075 control_csawmg results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 399.623097 -0:The maximum resident set size (KB) = 528100 +0:The total amount of wall time = 398.629603 +0:The maximum resident set size (KB) = 528056 Test 075 control_csawmg PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/control_csawmgt -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/control_csawmgt +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/control_csawmgt Checking test 076 control_csawmgt results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -3047,14 +3054,14 @@ Checking test 076 control_csawmgt results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 395.909644 -0:The maximum resident set size (KB) = 528652 +0:The total amount of wall time = 395.241962 +0:The maximum resident set size (KB) = 528624 Test 076 control_csawmgt PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/control_ras -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/control_ras +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/control_ras Checking test 077 control_ras results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -3065,26 +3072,26 @@ Checking test 077 control_ras results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 206.039054 -0:The maximum resident set size (KB) = 491372 +0:The total amount of wall time = 206.785366 +0:The maximum resident set size (KB) = 491264 Test 077 control_ras PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/control_wam -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/control_wam +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/control_wam Checking test 078 control_wam results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK -0:The total amount of wall time = 123.602508 -0:The maximum resident set size (KB) = 206904 +0:The total amount of wall time = 129.021795 +0:The maximum resident set size (KB) = 206680 Test 078 control_wam PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/control_p8_faster -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/control_p8_faster +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/control_p8_faster Checking test 079 control_p8_faster results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -3131,14 +3138,14 @@ Checking test 079 control_p8_faster results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 171.713701 -0:The maximum resident set size (KB) = 1423772 +0:The total amount of wall time = 171.876503 +0:The maximum resident set size (KB) = 1423768 Test 079 control_p8_faster PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/regional_control_faster -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/regional_control_faster +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/regional_control_faster Checking test 080 regional_control_faster results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -3149,56 +3156,56 @@ Checking test 080 regional_control_faster results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK -0:The total amount of wall time = 323.349192 -0:The maximum resident set size (KB) = 604828 +0:The total amount of wall time = 327.878691 +0:The maximum resident set size (KB) = 604812 Test 080 regional_control_faster PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/rrfs_smoke_conus13km_hrrr_warm_debug -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/rrfs_smoke_conus13km_hrrr_warm_debug +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/rrfs_smoke_conus13km_hrrr_warm_debug Checking test 081 rrfs_smoke_conus13km_hrrr_warm_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 874.495972 -0:The maximum resident set size (KB) = 704264 +0:The total amount of wall time = 875.751418 +0:The maximum resident set size (KB) = 704308 Test 081 rrfs_smoke_conus13km_hrrr_warm_debug PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/rrfs_smoke_conus13km_hrrr_warm_debug -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/rrfs_smoke_conus13km_hrrr_warm_debug_2threads +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/rrfs_smoke_conus13km_hrrr_warm_debug_2threads Checking test 082 rrfs_smoke_conus13km_hrrr_warm_debug_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 497.846035 -0:The maximum resident set size (KB) = 724004 +0:The total amount of wall time = 497.172360 +0:The maximum resident set size (KB) = 723160 Test 082 rrfs_smoke_conus13km_hrrr_warm_debug_2threads PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/rrfs_conus13km_hrrr_warm_debugs -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/rrfs_conus13km_hrrr_warm_debug +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/rrfs_conus13km_hrrr_warm_debug Checking test 083 rrfs_conus13km_hrrr_warm_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 783.763026 -0:The maximum resident set size (KB) = 697548 +0:The total amount of wall time = 784.283196 +0:The maximum resident set size (KB) = 697604 Test 083 rrfs_conus13km_hrrr_warm_debug PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/control_CubedSphereGrid_debug -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/control_CubedSphereGrid_debug +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/control_CubedSphereGrid_debug Checking test 084 control_CubedSphereGrid_debug results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -3225,348 +3232,348 @@ Checking test 084 control_CubedSphereGrid_debug results .... Comparing atmf001.tile5.nc .........OK Comparing atmf001.tile6.nc .........OK -0:The total amount of wall time = 155.528655 -0:The maximum resident set size (KB) = 617820 +0:The total amount of wall time = 155.065492 +0:The maximum resident set size (KB) = 617920 Test 084 control_CubedSphereGrid_debug PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/control_wrtGauss_netcdf_parallel_debug -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/control_wrtGauss_netcdf_parallel_debug +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/control_wrtGauss_netcdf_parallel_debug Checking test 085 control_wrtGauss_netcdf_parallel_debug results .... - Comparing sfcf000.nc ............ALT CHECK......OK + Comparing sfcf000.nc .........OK Comparing sfcf001.nc ............ALT CHECK......OK Comparing atmf000.nc .........OK Comparing atmf001.nc ............ALT CHECK......OK -0:The total amount of wall time = 155.532626 -0:The maximum resident set size (KB) = 615324 +0:The total amount of wall time = 155.538004 +0:The maximum resident set size (KB) = 615384 Test 085 control_wrtGauss_netcdf_parallel_debug PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/control_stochy_debug -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/control_stochy_debug +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/control_stochy_debug Checking test 086 control_stochy_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 175.214791 -0:The maximum resident set size (KB) = 620924 +0:The total amount of wall time = 174.718512 +0:The maximum resident set size (KB) = 620980 Test 086 control_stochy_debug PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/control_lndp_debug -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/control_lndp_debug +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/control_lndp_debug Checking test 087 control_lndp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 157.160539 -0:The maximum resident set size (KB) = 620416 +0:The total amount of wall time = 156.614018 +0:The maximum resident set size (KB) = 620436 Test 087 control_lndp_debug PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/control_csawmg_debug -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/control_csawmg_debug +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/control_csawmg_debug Checking test 088 control_csawmg_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 248.427749 -0:The maximum resident set size (KB) = 666780 +0:The total amount of wall time = 250.787824 +0:The maximum resident set size (KB) = 666788 Test 088 control_csawmg_debug PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/control_csawmgt_debug -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/control_csawmgt_debug +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/control_csawmgt_debug Checking test 089 control_csawmgt_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 245.667297 -0:The maximum resident set size (KB) = 667704 +0:The total amount of wall time = 243.591680 +0:The maximum resident set size (KB) = 667656 Test 089 control_csawmgt_debug PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/control_ras_debug -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/control_ras_debug +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/control_ras_debug Checking test 090 control_ras_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 159.564107 -0:The maximum resident set size (KB) = 630092 +0:The total amount of wall time = 158.645619 +0:The maximum resident set size (KB) = 629924 Test 090 control_ras_debug PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/control_diag_debug -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/control_diag_debug +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/control_diag_debug Checking test 091 control_diag_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 158.750342 -0:The maximum resident set size (KB) = 675196 +0:The total amount of wall time = 158.998762 +0:The maximum resident set size (KB) = 675212 Test 091 control_diag_debug PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/control_debug_p8 -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/control_debug_p8 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/control_debug_p8 Checking test 092 control_debug_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 175.575823 -0:The maximum resident set size (KB) = 1443300 +0:The total amount of wall time = 174.927082 +0:The maximum resident set size (KB) = 1443340 Test 092 control_debug_p8 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/regional_debug -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/regional_debug +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/regional_debug Checking test 093 regional_debug results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK Comparing phyf000.nc .........OK Comparing phyf001.nc .........OK -0:The total amount of wall time = 1036.330712 -0:The maximum resident set size (KB) = 626296 +0:The total amount of wall time = 1034.967312 +0:The maximum resident set size (KB) = 626376 Test 093 regional_debug PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_control_debug -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/rap_control_debug +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/rap_control_debug Checking test 094 rap_control_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 286.544850 -0:The maximum resident set size (KB) = 987052 +0:The total amount of wall time = 286.334955 +0:The maximum resident set size (KB) = 987080 Test 094 rap_control_debug PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/hrrr_control_debug -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/hrrr_control_debug +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/hrrr_control_debug Checking test 095 hrrr_control_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 279.807239 -0:The maximum resident set size (KB) = 983108 +0:The total amount of wall time = 283.270546 +0:The maximum resident set size (KB) = 982980 Test 095 hrrr_control_debug PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_control_debug -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/rap_unified_drag_suite_debug +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/rap_unified_drag_suite_debug Checking test 096 rap_unified_drag_suite_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 287.469203 -0:The maximum resident set size (KB) = 987032 +0:The total amount of wall time = 286.347713 +0:The maximum resident set size (KB) = 987084 Test 096 rap_unified_drag_suite_debug PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_diag_debug -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/rap_diag_debug +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/rap_diag_debug Checking test 097 rap_diag_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 297.576245 -0:The maximum resident set size (KB) = 1070340 +0:The total amount of wall time = 296.735726 +0:The maximum resident set size (KB) = 1070256 Test 097 rap_diag_debug PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_cires_ugwp_debug -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/rap_cires_ugwp_debug +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/rap_cires_ugwp_debug Checking test 098 rap_cires_ugwp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 292.525355 -0:The maximum resident set size (KB) = 986136 +0:The total amount of wall time = 292.089774 +0:The maximum resident set size (KB) = 986144 Test 098 rap_cires_ugwp_debug PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_cires_ugwp_debug -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/rap_unified_ugwp_debug +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/rap_unified_ugwp_debug Checking test 099 rap_unified_ugwp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 292.495829 -0:The maximum resident set size (KB) = 987180 +0:The total amount of wall time = 292.637909 +0:The maximum resident set size (KB) = 987208 Test 099 rap_unified_ugwp_debug PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_lndp_debug -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/rap_lndp_debug +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/rap_lndp_debug Checking test 100 rap_lndp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 289.063919 -0:The maximum resident set size (KB) = 987824 +0:The total amount of wall time = 289.511639 +0:The maximum resident set size (KB) = 987796 Test 100 rap_lndp_debug PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_progcld_thompson_debug -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/rap_progcld_thompson_debug +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/rap_progcld_thompson_debug Checking test 101 rap_progcld_thompson_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 286.852958 -0:The maximum resident set size (KB) = 986960 +0:The total amount of wall time = 287.205492 +0:The maximum resident set size (KB) = 986936 Test 101 rap_progcld_thompson_debug PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_noah_debug -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/rap_noah_debug +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/rap_noah_debug Checking test 102 rap_noah_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 281.654812 -0:The maximum resident set size (KB) = 984860 +0:The total amount of wall time = 281.012306 +0:The maximum resident set size (KB) = 984924 Test 102 rap_noah_debug PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_sfcdiff_debug -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/rap_sfcdiff_debug +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/rap_sfcdiff_debug Checking test 103 rap_sfcdiff_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 287.093114 -0:The maximum resident set size (KB) = 986856 +0:The total amount of wall time = 286.506482 +0:The maximum resident set size (KB) = 986960 Test 103 rap_sfcdiff_debug PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_noah_sfcdiff_cires_ugwp_debug -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/rap_noah_sfcdiff_cires_ugwp_debug +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/rap_noah_sfcdiff_cires_ugwp_debug Checking test 104 rap_noah_sfcdiff_cires_ugwp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 472.560148 -0:The maximum resident set size (KB) = 985780 +0:The total amount of wall time = 470.796110 +0:The maximum resident set size (KB) = 985800 Test 104 rap_noah_sfcdiff_cires_ugwp_debug PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/rrfs_v1beta_debug -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/rrfs_v1beta_debug +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/rrfs_v1beta_debug Checking test 105 rrfs_v1beta_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 284.354064 -0:The maximum resident set size (KB) = 983024 +0:The total amount of wall time = 282.102343 +0:The maximum resident set size (KB) = 982804 Test 105 rrfs_v1beta_debug PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_clm_lake_debug -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/rap_clm_lake_debug +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/rap_clm_lake_debug Checking test 106 rap_clm_lake_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 350.385568 -0:The maximum resident set size (KB) = 989940 +0:The total amount of wall time = 349.875229 +0:The maximum resident set size (KB) = 989796 Test 106 rap_clm_lake_debug PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_flake_debug -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/rap_flake_debug +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/rap_flake_debug Checking test 107 rap_flake_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 287.264902 -0:The maximum resident set size (KB) = 987448 +0:The total amount of wall time = 285.370537 +0:The maximum resident set size (KB) = 987100 Test 107 rap_flake_debug PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/control_wam_debug -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/control_wam_debug +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/control_wam_debug Checking test 108 control_wam_debug results .... Comparing sfcf019.nc .........OK Comparing atmf019.nc .........OK -0:The total amount of wall time = 294.787230 -0:The maximum resident set size (KB) = 235744 +0:The total amount of wall time = 289.429833 +0:The maximum resident set size (KB) = 235624 Test 108 control_wam_debug PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/regional_spp_sppt_shum_skeb_dyn32_phy32 -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/regional_spp_sppt_shum_skeb_dyn32_phy32 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/regional_spp_sppt_shum_skeb_dyn32_phy32 Checking test 109 regional_spp_sppt_shum_skeb_dyn32_phy32 results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK @@ -3577,14 +3584,14 @@ Checking test 109 regional_spp_sppt_shum_skeb_dyn32_phy32 results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF01 .........OK -0:The total amount of wall time = 245.648933 -0:The maximum resident set size (KB) = 855416 +0:The total amount of wall time = 246.578954 +0:The maximum resident set size (KB) = 855136 Test 109 regional_spp_sppt_shum_skeb_dyn32_phy32 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_control_dyn32_phy32 -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/rap_control_dyn32_phy32 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/rap_control_dyn32_phy32 Checking test 110 rap_control_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3631,14 +3638,14 @@ Checking test 110 rap_control_dyn32_phy32 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 399.019519 -0:The maximum resident set size (KB) = 708228 +0:The total amount of wall time = 400.109912 +0:The maximum resident set size (KB) = 708020 Test 110 rap_control_dyn32_phy32 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/hrrr_control_dyn32_phy32 -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/hrrr_control_dyn32_phy32 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/hrrr_control_dyn32_phy32 Checking test 111 hrrr_control_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3685,14 +3692,14 @@ Checking test 111 hrrr_control_dyn32_phy32 results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 200.379255 -0:The maximum resident set size (KB) = 708004 +0:The total amount of wall time = 199.338004 +0:The maximum resident set size (KB) = 707904 Test 111 hrrr_control_dyn32_phy32 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_control_dyn32_phy32 -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/rap_2threads_dyn32_phy32 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/rap_2threads_dyn32_phy32 Checking test 112 rap_2threads_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3739,14 +3746,14 @@ Checking test 112 rap_2threads_dyn32_phy32 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 386.461614 -0:The maximum resident set size (KB) = 759936 +0:The total amount of wall time = 387.270117 +0:The maximum resident set size (KB) = 757156 Test 112 rap_2threads_dyn32_phy32 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/hrrr_control_dyn32_phy32 -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/hrrr_control_2threads_dyn32_phy32 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/hrrr_control_2threads_dyn32_phy32 Checking test 113 hrrr_control_2threads_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3793,14 +3800,14 @@ Checking test 113 hrrr_control_2threads_dyn32_phy32 results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 273.962865 -0:The maximum resident set size (KB) = 753240 +0:The total amount of wall time = 276.772563 +0:The maximum resident set size (KB) = 753248 Test 113 hrrr_control_2threads_dyn32_phy32 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/hrrr_control_dyn32_phy32 -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/hrrr_control_decomp_dyn32_phy32 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/hrrr_control_decomp_dyn32_phy32 Checking test 114 hrrr_control_decomp_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3847,14 +3854,14 @@ Checking test 114 hrrr_control_decomp_dyn32_phy32 results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 214.054548 -0:The maximum resident set size (KB) = 705932 +0:The total amount of wall time = 214.986688 +0:The maximum resident set size (KB) = 705824 Test 114 hrrr_control_decomp_dyn32_phy32 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_control_dyn32_phy32 -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/rap_restart_dyn32_phy32 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/rap_restart_dyn32_phy32 Checking test 115 rap_restart_dyn32_phy32 results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -3893,28 +3900,28 @@ Checking test 115 rap_restart_dyn32_phy32 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 296.891445 -0:The maximum resident set size (KB) = 545284 +0:The total amount of wall time = 296.102092 +0:The maximum resident set size (KB) = 545684 Test 115 rap_restart_dyn32_phy32 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/hrrr_control_dyn32_phy32 -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/hrrr_control_restart_dyn32_phy32 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/hrrr_control_restart_dyn32_phy32 Checking test 116 hrrr_control_restart_dyn32_phy32 results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK -0:The total amount of wall time = 103.153294 -0:The maximum resident set size (KB) = 536720 +0:The total amount of wall time = 103.336648 +0:The maximum resident set size (KB) = 536644 Test 116 hrrr_control_restart_dyn32_phy32 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_control_dyn64_phy32 -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/rap_control_dyn64_phy32 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/rap_control_dyn64_phy32 Checking test 117 rap_control_dyn64_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3961,81 +3968,81 @@ Checking test 117 rap_control_dyn64_phy32 results .... Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 272.254993 -0:The maximum resident set size (KB) = 730732 +0:The total amount of wall time = 272.530635 +0:The maximum resident set size (KB) = 730592 Test 117 rap_control_dyn64_phy32 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_control_debug_dyn32_phy32 -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/rap_control_debug_dyn32_phy32 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/rap_control_debug_dyn32_phy32 Checking test 118 rap_control_debug_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 281.495019 -0:The maximum resident set size (KB) = 872284 +0:The total amount of wall time = 281.756508 +0:The maximum resident set size (KB) = 872304 Test 118 rap_control_debug_dyn32_phy32 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/hrrr_control_debug_dyn32_phy32 -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/hrrr_control_debug_dyn32_phy32 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/hrrr_control_debug_dyn32_phy32 Checking test 119 hrrr_control_debug_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 275.302387 -0:The maximum resident set size (KB) = 871000 +0:The total amount of wall time = 275.552685 +0:The maximum resident set size (KB) = 871156 Test 119 hrrr_control_debug_dyn32_phy32 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_control_debug_dyn64_phy32 -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/rap_control_dyn64_phy32_debug +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/rap_control_dyn64_phy32_debug Checking test 120 rap_control_dyn64_phy32_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 288.354232 -0:The maximum resident set size (KB) = 892948 +0:The total amount of wall time = 286.075594 +0:The maximum resident set size (KB) = 893064 Test 120 rap_control_dyn64_phy32_debug PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/hafs_regional_atm -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/hafs_regional_atm +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/hafs_regional_atm Checking test 121 hafs_regional_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing HURPRS.GrbF06 .........OK -0:The total amount of wall time = 258.410788 -0:The maximum resident set size (KB) = 743224 +0:The total amount of wall time = 258.554771 +0:The maximum resident set size (KB) = 742824 Test 121 hafs_regional_atm PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/hafs_regional_atm_thompson_gfdlsf -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/hafs_regional_atm_thompson_gfdlsf +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/hafs_regional_atm_thompson_gfdlsf Checking test 122 hafs_regional_atm_thompson_gfdlsf results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK -0:The total amount of wall time = 293.673615 -0:The maximum resident set size (KB) = 1098628 +0:The total amount of wall time = 292.328546 +0:The maximum resident set size (KB) = 1099068 Test 122 hafs_regional_atm_thompson_gfdlsf PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/hafs_regional_atm_ocn -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/hafs_regional_atm_ocn +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/hafs_regional_atm_ocn Checking test 123 hafs_regional_atm_ocn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4044,14 +4051,14 @@ Checking test 123 hafs_regional_atm_ocn results .... Comparing ufs.hafs.cpl.hi.2019-08-29-21600.nc .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK -0:The total amount of wall time = 454.456908 -0:The maximum resident set size (KB) = 743148 +0:The total amount of wall time = 453.848591 +0:The maximum resident set size (KB) = 743408 Test 123 hafs_regional_atm_ocn PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/hafs_regional_atm_wav -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/hafs_regional_atm_wav +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/hafs_regional_atm_wav Checking test 124 hafs_regional_atm_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4060,14 +4067,14 @@ Checking test 124 hafs_regional_atm_wav results .... Comparing ufs.hafs.ww3.r.2019-08-29-21600 .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK -0:The total amount of wall time = 1053.170236 -0:The maximum resident set size (KB) = 773044 +0:The total amount of wall time = 1081.968270 +0:The maximum resident set size (KB) = 772624 Test 124 hafs_regional_atm_wav PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/hafs_regional_atm_ocn_wav -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/hafs_regional_atm_ocn_wav +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/hafs_regional_atm_ocn_wav Checking test 125 hafs_regional_atm_ocn_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4078,28 +4085,28 @@ Checking test 125 hafs_regional_atm_ocn_wav results .... Comparing ufs.hafs.ww3.r.2019-08-29-21600 .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK -0:The total amount of wall time = 1113.133268 -0:The maximum resident set size (KB) = 793060 +0:The total amount of wall time = 1131.116205 +0:The maximum resident set size (KB) = 791996 Test 125 hafs_regional_atm_ocn_wav PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/hafs_regional_1nest_atm -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/hafs_regional_1nest_atm +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/hafs_regional_1nest_atm Checking test 126 hafs_regional_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK Comparing sfc.nest02.f006.nc .........OK -0:The total amount of wall time = 365.607502 -0:The maximum resident set size (KB) = 301112 +0:The total amount of wall time = 373.814677 +0:The maximum resident set size (KB) = 300900 Test 126 hafs_regional_1nest_atm PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/hafs_regional_telescopic_2nests_atm -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/hafs_regional_telescopic_2nests_atm +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/hafs_regional_telescopic_2nests_atm Checking test 127 hafs_regional_telescopic_2nests_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4108,28 +4115,28 @@ Checking test 127 hafs_regional_telescopic_2nests_atm results .... Comparing atm.nest03.f006.nc .........OK Comparing sfc.nest03.f006.nc .........OK -0:The total amount of wall time = 425.989139 -0:The maximum resident set size (KB) = 321096 +0:The total amount of wall time = 426.322673 +0:The maximum resident set size (KB) = 320908 Test 127 hafs_regional_telescopic_2nests_atm PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/hafs_global_1nest_atm -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/hafs_global_1nest_atm +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/hafs_global_1nest_atm Checking test 128 hafs_global_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK Comparing sfc.nest02.f006.nc .........OK -0:The total amount of wall time = 171.191424 -0:The maximum resident set size (KB) = 214616 +0:The total amount of wall time = 170.990078 +0:The maximum resident set size (KB) = 214460 Test 128 hafs_global_1nest_atm PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/hafs_global_multiple_4nests_atm -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/hafs_global_multiple_4nests_atm +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/hafs_global_multiple_4nests_atm Checking test 129 hafs_global_multiple_4nests_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4147,14 +4154,14 @@ Checking test 129 hafs_global_multiple_4nests_atm results .... Comparing HURPRS.GrbF06.nest04 .........OK Comparing HURPRS.GrbF06.nest05 .........OK -0:The total amount of wall time = 480.668610 -0:The maximum resident set size (KB) = 303684 +0:The total amount of wall time = 482.235375 +0:The maximum resident set size (KB) = 303588 Test 129 hafs_global_multiple_4nests_atm PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/hafs_regional_specified_moving_1nest_atm -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/hafs_regional_specified_moving_1nest_atm +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/hafs_regional_specified_moving_1nest_atm Checking test 130 hafs_regional_specified_moving_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4163,28 +4170,28 @@ Checking test 130 hafs_regional_specified_moving_1nest_atm results .... Comparing HURPRS.GrbF06 .........OK Comparing HURPRS.GrbF06.nest02 .........OK -0:The total amount of wall time = 239.938451 -0:The maximum resident set size (KB) = 319240 +0:The total amount of wall time = 241.203101 +0:The maximum resident set size (KB) = 318784 Test 130 hafs_regional_specified_moving_1nest_atm PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/hafs_regional_storm_following_1nest_atm -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/hafs_regional_storm_following_1nest_atm +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/hafs_regional_storm_following_1nest_atm Checking test 131 hafs_regional_storm_following_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK Comparing sfc.nest02.f006.nc .........OK -0:The total amount of wall time = 227.619369 -0:The maximum resident set size (KB) = 318948 +0:The total amount of wall time = 227.932425 +0:The maximum resident set size (KB) = 318964 Test 131 hafs_regional_storm_following_1nest_atm PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/hafs_regional_storm_following_1nest_atm_ocn -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/hafs_regional_storm_following_1nest_atm_ocn +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/hafs_regional_storm_following_1nest_atm_ocn Checking test 132 hafs_regional_storm_following_1nest_atm_ocn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4193,42 +4200,42 @@ Checking test 132 hafs_regional_storm_following_1nest_atm_ocn results .... Comparing archv.2020_238_18.a .........OK Comparing archs.2020_238_18.a .........OK -0:The total amount of wall time = 281.891182 -0:The maximum resident set size (KB) = 375320 +0:The total amount of wall time = 280.372710 +0:The maximum resident set size (KB) = 375240 Test 132 hafs_regional_storm_following_1nest_atm_ocn PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/hafs_global_storm_following_1nest_atm -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/hafs_global_storm_following_1nest_atm +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/hafs_global_storm_following_1nest_atm Checking test 133 hafs_global_storm_following_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK Comparing sfc.nest02.f006.nc .........OK -0:The total amount of wall time = 66.446998 -0:The maximum resident set size (KB) = 233960 +0:The total amount of wall time = 66.426730 +0:The maximum resident set size (KB) = 234628 -Test 133 hafs_global_storm_following_1nest_atm PASS +Test 133 hafs_global_storm_following_1nest_atm PASS Tries: 2 baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/hafs_regional_storm_following_1nest_atm_ocn_debug -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/hafs_regional_storm_following_1nest_atm_ocn_debug +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/hafs_regional_storm_following_1nest_atm_ocn_debug Checking test 134 hafs_regional_storm_following_1nest_atm_ocn_debug results .... Comparing atmf001.nc .........OK Comparing sfcf001.nc .........OK Comparing atm.nest02.f001.nc .........OK Comparing sfc.nest02.f001.nc .........OK -0:The total amount of wall time = 763.550379 -0:The maximum resident set size (KB) = 401956 +0:The total amount of wall time = 763.447116 +0:The maximum resident set size (KB) = 401724 Test 134 hafs_regional_storm_following_1nest_atm_ocn_debug PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/hafs_regional_storm_following_1nest_atm_ocn_wav -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/hafs_regional_storm_following_1nest_atm_ocn_wav +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/hafs_regional_storm_following_1nest_atm_ocn_wav Checking test 135 hafs_regional_storm_following_1nest_atm_ocn_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4239,14 +4246,14 @@ Checking test 135 hafs_regional_storm_following_1nest_atm_ocn_wav results .... Comparing 20200825.180000.out_grd.ww3 .........OK Comparing 20200825.180000.out_pnt.ww3 .........OK -0:The total amount of wall time = 721.856209 -0:The maximum resident set size (KB) = 428968 +0:The total amount of wall time = 777.911676 +0:The maximum resident set size (KB) = 428020 -Test 135 hafs_regional_storm_following_1nest_atm_ocn_wav PASS +Test 135 hafs_regional_storm_following_1nest_atm_ocn_wav PASS Tries: 2 baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/hafs_regional_docn -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/hafs_regional_docn +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/hafs_regional_docn Checking test 136 hafs_regional_docn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4254,14 +4261,14 @@ Checking test 136 hafs_regional_docn results .... Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK Comparing ufs.hafs.docn.r.2019-08-29-21600.nc .........OK -0:The total amount of wall time = 389.414687 -0:The maximum resident set size (KB) = 756816 +0:The total amount of wall time = 391.232694 +0:The maximum resident set size (KB) = 756796 Test 136 hafs_regional_docn PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/hafs_regional_docn_oisst -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/hafs_regional_docn_oisst +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/hafs_regional_docn_oisst Checking test 137 hafs_regional_docn_oisst results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4269,131 +4276,131 @@ Checking test 137 hafs_regional_docn_oisst results .... Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK Comparing ufs.hafs.docn.r.2019-08-29-21600.nc .........OK -0:The total amount of wall time = 391.445828 -0:The maximum resident set size (KB) = 736264 +0:The total amount of wall time = 390.458612 +0:The maximum resident set size (KB) = 736724 Test 137 hafs_regional_docn_oisst PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/hafs_regional_datm_cdeps -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/hafs_regional_datm_cdeps +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/hafs_regional_datm_cdeps Checking test 138 hafs_regional_datm_cdeps results .... Comparing ufs.hafs.cpl.hi.2019-08-30-00000.nc .........OK Comparing ufs.hafs.cpl.r.2019-08-30-00000.nc .........OK Comparing ufs.hafs.datm.r.2019-08-30-00000.nc .........OK -0:The total amount of wall time = 1285.697991 -0:The maximum resident set size (KB) = 887960 +0:The total amount of wall time = 1288.271311 +0:The maximum resident set size (KB) = 887872 Test 138 hafs_regional_datm_cdeps PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/datm_cdeps_control_cfsr -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/datm_cdeps_control_cfsr +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/datm_cdeps_control_cfsr Checking test 139 datm_cdeps_control_cfsr results .... Comparing RESTART/20111002.000000.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 -0:The total amount of wall time = 161.252337 -0:The maximum resident set size (KB) = 716692 +0:The total amount of wall time = 167.069253 +0:The maximum resident set size (KB) = 716664 Test 139 datm_cdeps_control_cfsr PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/datm_cdeps_control_cfsr -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/datm_cdeps_restart_cfsr +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/datm_cdeps_restart_cfsr Checking test 140 datm_cdeps_restart_cfsr results .... Comparing RESTART/20111002.000000.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 -0:The total amount of wall time = 100.776304 -0:The maximum resident set size (KB) = 704856 +0:The total amount of wall time = 99.938564 +0:The maximum resident set size (KB) = 704844 Test 140 datm_cdeps_restart_cfsr PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/datm_cdeps_control_gefs -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/datm_cdeps_control_gefs +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/datm_cdeps_control_gefs Checking test 141 datm_cdeps_control_gefs results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK -0:The total amount of wall time = 160.543504 -0:The maximum resident set size (KB) = 607456 +0:The total amount of wall time = 156.354849 +0:The maximum resident set size (KB) = 607444 Test 141 datm_cdeps_control_gefs PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/datm_cdeps_iau_gefs -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/datm_cdeps_iau_gefs +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/datm_cdeps_iau_gefs Checking test 142 datm_cdeps_iau_gefs results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK -0:The total amount of wall time = 163.904742 +0:The total amount of wall time = 164.294857 0:The maximum resident set size (KB) = 607476 Test 142 datm_cdeps_iau_gefs PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/datm_cdeps_stochy_gefs -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/datm_cdeps_stochy_gefs +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/datm_cdeps_stochy_gefs Checking test 143 datm_cdeps_stochy_gefs results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK -0:The total amount of wall time = 164.616527 -0:The maximum resident set size (KB) = 607512 +0:The total amount of wall time = 163.088325 +0:The maximum resident set size (KB) = 607440 Test 143 datm_cdeps_stochy_gefs PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/datm_cdeps_ciceC_cfsr -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/datm_cdeps_ciceC_cfsr +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/datm_cdeps_ciceC_cfsr Checking test 144 datm_cdeps_ciceC_cfsr results .... Comparing RESTART/20111002.000000.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 -0:The total amount of wall time = 167.860170 -0:The maximum resident set size (KB) = 728140 +0:The total amount of wall time = 167.787924 +0:The maximum resident set size (KB) = 727792 Test 144 datm_cdeps_ciceC_cfsr PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/datm_cdeps_bulk_cfsr -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/datm_cdeps_bulk_cfsr +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/datm_cdeps_bulk_cfsr Checking test 145 datm_cdeps_bulk_cfsr results .... Comparing RESTART/20111002.000000.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 -0:The total amount of wall time = 168.810807 -0:The maximum resident set size (KB) = 716688 +0:The total amount of wall time = 167.514861 +0:The maximum resident set size (KB) = 716716 Test 145 datm_cdeps_bulk_cfsr PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/datm_cdeps_bulk_gefs -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/datm_cdeps_bulk_gefs +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/datm_cdeps_bulk_gefs Checking test 146 datm_cdeps_bulk_gefs results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK -0:The total amount of wall time = 159.505684 -0:The maximum resident set size (KB) = 607468 +0:The total amount of wall time = 162.774106 +0:The maximum resident set size (KB) = 607464 Test 146 datm_cdeps_bulk_gefs PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/datm_cdeps_mx025_cfsr -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/datm_cdeps_mx025_cfsr +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/datm_cdeps_mx025_cfsr Checking test 147 datm_cdeps_mx025_cfsr results .... Comparing RESTART/20111001.120000.MOM.res.nc .........OK Comparing RESTART/20111001.120000.MOM.res_1.nc .........OK @@ -4402,14 +4409,14 @@ Checking test 147 datm_cdeps_mx025_cfsr results .... Comparing RESTART/iced.2011-10-01-43200.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-01-43200.nc .........OK -0:The total amount of wall time = 423.023532 -0:The maximum resident set size (KB) = 514380 +0:The total amount of wall time = 421.919988 +0:The maximum resident set size (KB) = 514296 Test 147 datm_cdeps_mx025_cfsr PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/datm_cdeps_mx025_gefs -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/datm_cdeps_mx025_gefs +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/datm_cdeps_mx025_gefs Checking test 148 datm_cdeps_mx025_gefs results .... Comparing RESTART/20111001.120000.MOM.res.nc .........OK Comparing RESTART/20111001.120000.MOM.res_1.nc .........OK @@ -4418,77 +4425,77 @@ Checking test 148 datm_cdeps_mx025_gefs results .... Comparing RESTART/iced.2011-10-01-43200.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-01-43200.nc .........OK -0:The total amount of wall time = 415.883147 +0:The total amount of wall time = 748.848306 0:The maximum resident set size (KB) = 494816 Test 148 datm_cdeps_mx025_gefs PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/datm_cdeps_control_cfsr -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/datm_cdeps_multiple_files_cfsr +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/datm_cdeps_multiple_files_cfsr Checking test 149 datm_cdeps_multiple_files_cfsr results .... Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK -0:The total amount of wall time = 167.031150 -0:The maximum resident set size (KB) = 727672 +0:The total amount of wall time = 166.990608 +0:The maximum resident set size (KB) = 716692 Test 149 datm_cdeps_multiple_files_cfsr PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/datm_cdeps_3072x1536_cfsr -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/datm_cdeps_3072x1536_cfsr +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/datm_cdeps_3072x1536_cfsr Checking test 150 datm_cdeps_3072x1536_cfsr results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR3072x1536.cpl.r.2011-10-02-00000.nc .........OK -0:The total amount of wall time = 266.458123 -0:The maximum resident set size (KB) = 1942048 +0:The total amount of wall time = 256.796251 +0:The maximum resident set size (KB) = 1940352 Test 150 datm_cdeps_3072x1536_cfsr PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/datm_cdeps_gfs -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/datm_cdeps_gfs +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/datm_cdeps_gfs Checking test 151 datm_cdeps_gfs results .... Comparing RESTART/20210323.060000.MOM.res.nc .........OK Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/DATM_GFS.cpl.r.2021-03-23-21600.nc .........OK -0:The total amount of wall time = 267.387189 -0:The maximum resident set size (KB) = 1942040 +0:The total amount of wall time = 266.340100 +0:The maximum resident set size (KB) = 1941080 Test 151 datm_cdeps_gfs PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/datm_cdeps_debug_cfsr -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/datm_cdeps_debug_cfsr +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/datm_cdeps_debug_cfsr Checking test 152 datm_cdeps_debug_cfsr results .... Comparing RESTART/20111001.060000.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 -0:The total amount of wall time = 368.856946 -0:The maximum resident set size (KB) = 700600 +0:The total amount of wall time = 369.634710 +0:The maximum resident set size (KB) = 700736 Test 152 datm_cdeps_debug_cfsr PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/datm_cdeps_control_cfsr_faster -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/datm_cdeps_control_cfsr_faster +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/datm_cdeps_control_cfsr_faster Checking test 153 datm_cdeps_control_cfsr_faster results .... Comparing RESTART/20111002.000000.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 -0:The total amount of wall time = 167.746460 -0:The maximum resident set size (KB) = 716724 +0:The total amount of wall time = 168.270659 +0:The maximum resident set size (KB) = 716776 Test 153 datm_cdeps_control_cfsr_faster PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/datm_cdeps_lnd_gswp3 -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/datm_cdeps_lnd_gswp3 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/datm_cdeps_lnd_gswp3 Checking test 154 datm_cdeps_lnd_gswp3 results .... Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile1.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile2.nc .........OK @@ -4497,14 +4504,14 @@ Checking test 154 datm_cdeps_lnd_gswp3 results .... Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile5.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile6.nc .........OK -0:The total amount of wall time = 10.751994 -0:The maximum resident set size (KB) = 208252 +0:The total amount of wall time = 10.471315 +0:The maximum resident set size (KB) = 210104 Test 154 datm_cdeps_lnd_gswp3 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/datm_cdeps_lnd_gswp3 -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/datm_cdeps_lnd_gswp3_rst +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/datm_cdeps_lnd_gswp3_rst Checking test 155 datm_cdeps_lnd_gswp3_rst results .... Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile1.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile2.nc .........OK @@ -4513,14 +4520,14 @@ Checking test 155 datm_cdeps_lnd_gswp3_rst results .... Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile5.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile6.nc .........OK -0:The total amount of wall time = 15.840502 -0:The maximum resident set size (KB) = 208212 +0:The total amount of wall time = 15.872628 +0:The maximum resident set size (KB) = 216416 Test 155 datm_cdeps_lnd_gswp3_rst PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/control_p8_atmlnd_sbs -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/control_p8_atmlnd_sbs +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/control_p8_atmlnd_sbs Checking test 156 control_p8_atmlnd_sbs results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -4605,14 +4612,14 @@ Checking test 156 control_p8_atmlnd_sbs results .... Comparing ufs.cpld.lnd.out.2021-03-23-21600.tile5.nc .........OK Comparing ufs.cpld.lnd.out.2021-03-23-21600.tile6.nc .........OK -0:The total amount of wall time = 232.528273 -0:The maximum resident set size (KB) = 1463204 +0:The total amount of wall time = 224.993545 +0:The maximum resident set size (KB) = 1463244 Test 156 control_p8_atmlnd_sbs PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/atmwav_control_noaero_p8 -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/atmwav_control_noaero_p8 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/atmwav_control_noaero_p8 Checking test 157 atmwav_control_noaero_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -4655,14 +4662,14 @@ Checking test 157 atmwav_control_noaero_p8 results .... Comparing 20210322.180000.out_grd.ww3 .........OK Comparing ufs.atmw.ww3.r.2021-03-22-64800 .........OK -0:The total amount of wall time = 100.908419 -0:The maximum resident set size (KB) = 1434576 +0:The total amount of wall time = 100.537294 +0:The maximum resident set size (KB) = 1434620 Test 157 atmwav_control_noaero_p8 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/control_atmwav -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/control_atmwav +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/control_atmwav Checking test 158 control_atmwav results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -4706,14 +4713,14 @@ Checking test 158 control_atmwav results .... Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK Comparing 20210322.180000.restart.glo_1deg .........OK -0:The total amount of wall time = 100.640303 +0:The total amount of wall time = 99.686855 0:The maximum resident set size (KB) = 475360 Test 158 control_atmwav PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/atmaero_control_p8 -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/atmaero_control_p8 +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/atmaero_control_p8 Checking test 159 atmaero_control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -4757,14 +4764,14 @@ Checking test 159 atmaero_control_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 252.053716 -0:The maximum resident set size (KB) = 2703968 +0:The total amount of wall time = 251.374553 +0:The maximum resident set size (KB) = 2703988 Test 159 atmaero_control_p8 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/atmaero_control_p8_rad -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/atmaero_control_p8_rad +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/atmaero_control_p8_rad Checking test 160 atmaero_control_p8_rad results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -4808,14 +4815,14 @@ Checking test 160 atmaero_control_p8_rad results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 304.185803 +0:The total amount of wall time = 306.150263 0:The maximum resident set size (KB) = 2758836 Test 160 atmaero_control_p8_rad PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/atmaero_control_p8_rad_micro -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/atmaero_control_p8_rad_micro +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/atmaero_control_p8_rad_micro Checking test 161 atmaero_control_p8_rad_micro results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -4859,14 +4866,14 @@ Checking test 161 atmaero_control_p8_rad_micro results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 301.293732 -0:The maximum resident set size (KB) = 2765640 +0:The total amount of wall time = 305.739836 +0:The maximum resident set size (KB) = 2765668 Test 161 atmaero_control_p8_rad_micro PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/regional_atmaq -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/regional_atmaq +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/regional_atmaq Checking test 162 regional_atmaq results .... Comparing sfcf000.nc .........OK Comparing sfcf003.nc .........OK @@ -4882,14 +4889,14 @@ Checking test 162 regional_atmaq results .... Comparing RESTART/20190801.180000.phy_data.nc .........OK Comparing RESTART/20190801.180000.sfc_data.nc .........OK -0:The total amount of wall time = 745.297047 -0:The maximum resident set size (KB) = 999656 +0:The total amount of wall time = 749.188956 +0:The maximum resident set size (KB) = 999524 Test 162 regional_atmaq PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/regional_atmaq_faster -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_50802/regional_atmaq_faster +working dir = /glade/scratch/epicufsrt/FV3_RT/rt_52652/regional_atmaq_faster Checking test 163 regional_atmaq_faster results .... Comparing sfcf000.nc .........OK Comparing sfcf003.nc .........OK @@ -4905,50 +4912,12 @@ Checking test 163 regional_atmaq_faster results .... Comparing RESTART/20190801.180000.phy_data.nc .........OK Comparing RESTART/20190801.180000.sfc_data.nc .........OK -0:The total amount of wall time = 693.508165 -0:The maximum resident set size (KB) = 999416 +0:The total amount of wall time = 695.481777 +0:The maximum resident set size (KB) = 999708 Test 163 regional_atmaq_faster PASS -FAILED TESTS: -Test rrfs_conus13km_hrrr_warm_restart_mismatch 074 failed in run_test failed - -REGRESSION TEST FAILED -Sun Apr 30 14:28:02 MDT 2023 -Elapsed time: 01h:18m:50s. Have a nice day! -Sun Apr 30 16:08:18 MDT 2023 -Start Regression test - -Compile 001 elapsed time 1049 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_flake,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release - -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/rrfs_conus13km_hrrr_warm -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_24933/rrfs_conus13km_hrrr_warm -Checking test 001 rrfs_conus13km_hrrr_warm results .... - Comparing sfcf000.nc .........OK - Comparing sfcf001.nc .........OK - Comparing sfcf002.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf001.nc .........OK - Comparing atmf002.nc .........OK - -0:The total amount of wall time = 140.263096 -0:The maximum resident set size (KB) = 667452 - -Test 001 rrfs_conus13km_hrrr_warm PASS - - -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230430/INTEL/rrfs_conus13km_hrrr_warm_restart_mismatch -working dir = /glade/scratch/jongkim/pr-1715-intel/jongkim/FV3_RT/rt_24933/rrfs_conus13km_hrrr_warm_restart_mismatch -Checking test 002 rrfs_conus13km_hrrr_warm_restart_mismatch results .... - Comparing sfcf002.nc .........OK - Comparing atmf002.nc .........OK - -0:The total amount of wall time = 72.623009 -0:The maximum resident set size (KB) = 640268 - -Test 002 rrfs_conus13km_hrrr_warm_restart_mismatch PASS - REGRESSION TEST WAS SUCCESSFUL -Sun Apr 30 16:34:28 MDT 2023 -Elapsed time: 00h:26m:10s. Have a nice day! +Wed May 3 08:00:14 MDT 2023 +Elapsed time: 01h:36m:44s. Have a nice day! diff --git a/tests/RegressionTests_hera.gnu.log b/tests/RegressionTests_hera.gnu.log index 96c1bb7ba4..cbbfc9c328 100644 --- a/tests/RegressionTests_hera.gnu.log +++ b/tests/RegressionTests_hera.gnu.log @@ -1,21 +1,21 @@ -Sun Apr 30 22:22:59 UTC 2023 +Wed May 3 12:17:31 UTC 2023 Start Regression test -Compile 001 elapsed time 189 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v16_ras,FV3_GFS_v17_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 002 elapsed time 199 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 001 elapsed time 190 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v16_ras,FV3_GFS_v17_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 002 elapsed time 193 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release Compile 003 elapsed time 333 seconds. -DAPP=ATM -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 004 elapsed time 102 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 005 elapsed time 193 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_flake -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 006 elapsed time 418 seconds. -DAPP=ATM -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 007 elapsed time 342 seconds. -DAPP=ATM -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 008 elapsed time 339 seconds. -DAPP=ATM -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 009 elapsed time 266 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 010 elapsed time 238 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 011 elapsed time 145 seconds. -DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 012 elapsed time 112 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 004 elapsed time 100 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 005 elapsed time 190 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_flake -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 006 elapsed time 412 seconds. -DAPP=ATM -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 007 elapsed time 333 seconds. -DAPP=ATM -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 008 elapsed time 335 seconds. -DAPP=ATM -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 009 elapsed time 261 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 010 elapsed time 233 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 011 elapsed time 144 seconds. -DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 012 elapsed time 111 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/GNU/control_c48 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_8386/control_c48 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_23785/control_c48 Checking test 001 control_c48 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -54,14 +54,14 @@ Checking test 001 control_c48 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0: The total amount of wall time = 689.816084 -0: The maximum resident set size (KB) = 705036 +0: The total amount of wall time = 688.482897 +0: The maximum resident set size (KB) = 707288 Test 001 control_c48 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/GNU/control_stochy -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_8386/control_stochy +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_23785/control_stochy Checking test 002 control_stochy results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -72,14 +72,14 @@ Checking test 002 control_stochy results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 661.572556 - 0: The maximum resident set size (KB) = 480536 + 0: The total amount of wall time = 660.985407 + 0: The maximum resident set size (KB) = 482796 Test 002 control_stochy PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/GNU/control_ras -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_8386/control_ras +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_23785/control_ras Checking test 003 control_ras results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -90,14 +90,14 @@ Checking test 003 control_ras results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 839.565690 - 0: The maximum resident set size (KB) = 486508 + 0: The total amount of wall time = 831.055424 + 0: The maximum resident set size (KB) = 486888 Test 003 control_ras PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/GNU/control_p8 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_8386/control_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_23785/control_p8 Checking test 004 control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -144,14 +144,14 @@ Checking test 004 control_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 900.889145 - 0: The maximum resident set size (KB) = 1240688 + 0: The total amount of wall time = 893.979720 + 0: The maximum resident set size (KB) = 1238152 Test 004 control_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/GNU/control_flake -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_8386/control_flake +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_23785/control_flake Checking test 005 control_flake results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -162,14 +162,14 @@ Checking test 005 control_flake results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 1537.182282 - 0: The maximum resident set size (KB) = 521984 + 0: The total amount of wall time = 1517.911881 + 0: The maximum resident set size (KB) = 529752 Test 005 control_flake PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/GNU/rap_control -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_8386/rap_control +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_23785/rap_control Checking test 006 rap_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -216,14 +216,14 @@ Checking test 006 rap_control results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1488.372449 - 0: The maximum resident set size (KB) = 827148 + 0: The total amount of wall time = 1447.919170 + 0: The maximum resident set size (KB) = 832088 Test 006 rap_control PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/GNU/rap_control -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_8386/rap_decomp +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_23785/rap_decomp Checking test 007 rap_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -270,14 +270,14 @@ Checking test 007 rap_decomp results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1430.764861 - 0: The maximum resident set size (KB) = 832244 + 0: The total amount of wall time = 1481.147286 + 0: The maximum resident set size (KB) = 829320 Test 007 rap_decomp PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/GNU/rap_control -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_8386/rap_2threads +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_23785/rap_2threads Checking test 008 rap_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -324,14 +324,14 @@ Checking test 008 rap_2threads results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1340.825302 - 0: The maximum resident set size (KB) = 900936 + 0: The total amount of wall time = 1322.796703 + 0: The maximum resident set size (KB) = 893992 Test 008 rap_2threads PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/GNU/rap_control -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_8386/rap_restart +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_23785/rap_restart Checking test 009 rap_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -370,14 +370,14 @@ Checking test 009 rap_restart results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 714.745097 - 0: The maximum resident set size (KB) = 544988 + 0: The total amount of wall time = 739.405449 + 0: The maximum resident set size (KB) = 547340 Test 009 rap_restart PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/GNU/rap_sfcdiff -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_8386/rap_sfcdiff +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_23785/rap_sfcdiff Checking test 010 rap_sfcdiff results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -424,14 +424,14 @@ Checking test 010 rap_sfcdiff results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1463.881595 - 0: The maximum resident set size (KB) = 827504 + 0: The total amount of wall time = 1447.051493 + 0: The maximum resident set size (KB) = 827532 Test 010 rap_sfcdiff PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/GNU/rap_sfcdiff -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_8386/rap_sfcdiff_decomp +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_23785/rap_sfcdiff_decomp Checking test 011 rap_sfcdiff_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -478,14 +478,14 @@ Checking test 011 rap_sfcdiff_decomp results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1486.206499 - 0: The maximum resident set size (KB) = 826252 + 0: The total amount of wall time = 1463.056594 + 0: The maximum resident set size (KB) = 828192 Test 011 rap_sfcdiff_decomp PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/GNU/rap_sfcdiff -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_8386/rap_sfcdiff_restart +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_23785/rap_sfcdiff_restart Checking test 012 rap_sfcdiff_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -524,14 +524,14 @@ Checking test 012 rap_sfcdiff_restart results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1080.669798 - 0: The maximum resident set size (KB) = 555076 + 0: The total amount of wall time = 1102.613687 + 0: The maximum resident set size (KB) = 551428 Test 012 rap_sfcdiff_restart PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/GNU/hrrr_control -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_8386/hrrr_control +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_23785/hrrr_control Checking test 013 hrrr_control results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -578,14 +578,14 @@ Checking test 013 hrrr_control results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1459.616064 - 0: The maximum resident set size (KB) = 823676 + 0: The total amount of wall time = 1457.879838 + 0: The maximum resident set size (KB) = 826804 Test 013 hrrr_control PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/GNU/hrrr_control -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_8386/hrrr_control_2threads +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_23785/hrrr_control_2threads Checking test 014 hrrr_control_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -632,14 +632,14 @@ Checking test 014 hrrr_control_2threads results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1510.983171 - 0: The maximum resident set size (KB) = 890960 + 0: The total amount of wall time = 1515.883001 + 0: The maximum resident set size (KB) = 897876 Test 014 hrrr_control_2threads PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/GNU/hrrr_control -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_8386/hrrr_control_decomp +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_23785/hrrr_control_decomp Checking test 015 hrrr_control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -686,28 +686,28 @@ Checking test 015 hrrr_control_decomp results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1437.808125 - 0: The maximum resident set size (KB) = 825160 + 0: The total amount of wall time = 1452.034537 + 0: The maximum resident set size (KB) = 822992 Test 015 hrrr_control_decomp PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/GNU/hrrr_control -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_8386/hrrr_control_restart +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_23785/hrrr_control_restart Checking test 016 hrrr_control_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 1026.933050 - 0: The maximum resident set size (KB) = 549748 + 0: The total amount of wall time = 1066.766152 + 0: The maximum resident set size (KB) = 546928 Test 016 hrrr_control_restart PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/GNU/rrfs_v1beta -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_8386/rrfs_v1beta +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_23785/rrfs_v1beta Checking test 017 rrfs_v1beta results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -754,14 +754,14 @@ Checking test 017 rrfs_v1beta results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1505.579023 - 0: The maximum resident set size (KB) = 823172 + 0: The total amount of wall time = 1466.919686 + 0: The maximum resident set size (KB) = 822448 Test 017 rrfs_v1beta PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/GNU/rrfs_smoke_conus13km_hrrr_warm -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_8386/rrfs_smoke_conus13km_hrrr_warm +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_23785/rrfs_smoke_conus13km_hrrr_warm Checking test 018 rrfs_smoke_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -770,14 +770,14 @@ Checking test 018 rrfs_smoke_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 833.363666 - 0: The maximum resident set size (KB) = 674136 + 0: The total amount of wall time = 811.409130 + 0: The maximum resident set size (KB) = 670460 Test 018 rrfs_smoke_conus13km_hrrr_warm PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/GNU/rrfs_smoke_conus13km_hrrr_warm -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_8386/rrfs_smoke_conus13km_hrrr_warm_2threads +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_23785/rrfs_smoke_conus13km_hrrr_warm_2threads Checking test 019 rrfs_smoke_conus13km_hrrr_warm_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -786,14 +786,14 @@ Checking test 019 rrfs_smoke_conus13km_hrrr_warm_2threads results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 1079.085649 - 0: The maximum resident set size (KB) = 668140 + 0: The total amount of wall time = 1111.640750 + 0: The maximum resident set size (KB) = 670028 Test 019 rrfs_smoke_conus13km_hrrr_warm_2threads PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/GNU/rrfs_conus13km_hrrr_warm -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_8386/rrfs_conus13km_hrrr_warm +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_23785/rrfs_conus13km_hrrr_warm Checking test 020 rrfs_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -802,14 +802,14 @@ Checking test 020 rrfs_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 788.029145 - 0: The maximum resident set size (KB) = 647852 + 0: The total amount of wall time = 782.246514 + 0: The maximum resident set size (KB) = 648016 Test 020 rrfs_conus13km_hrrr_warm PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/GNU/rrfs_smoke_conus13km_hrrr_warm_radar_tten -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_8386/rrfs_smoke_conus13km_radar_tten_warm +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_23785/rrfs_smoke_conus13km_radar_tten_warm Checking test 021 rrfs_smoke_conus13km_radar_tten_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -818,262 +818,262 @@ Checking test 021 rrfs_smoke_conus13km_radar_tten_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 820.703579 - 0: The maximum resident set size (KB) = 675108 + 0: The total amount of wall time = 811.696104 + 0: The maximum resident set size (KB) = 676200 Test 021 rrfs_smoke_conus13km_radar_tten_warm PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/GNU/rrfs_conus13km_hrrr_warm_restart_mismatch -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_8386/rrfs_conus13km_hrrr_warm_restart_mismatch +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_23785/rrfs_conus13km_hrrr_warm_restart_mismatch Checking test 022 rrfs_conus13km_hrrr_warm_restart_mismatch results .... Comparing sfcf002.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 394.311709 - 0: The maximum resident set size (KB) = 636016 + 0: The total amount of wall time = 404.652558 + 0: The maximum resident set size (KB) = 636748 Test 022 rrfs_conus13km_hrrr_warm_restart_mismatch PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/GNU/control_diag_debug -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_8386/control_diag_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_23785/control_diag_debug Checking test 023 control_diag_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 123.234329 - 0: The maximum resident set size (KB) = 534180 + 0: The total amount of wall time = 123.009659 + 0: The maximum resident set size (KB) = 527884 Test 023 control_diag_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/GNU/regional_debug -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_8386/regional_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_23785/regional_debug Checking test 024 regional_debug results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK Comparing phyf000.nc .........OK Comparing phyf001.nc .........OK - 0: The total amount of wall time = 731.831598 - 0: The maximum resident set size (KB) = 591832 + 0: The total amount of wall time = 545.765652 + 0: The maximum resident set size (KB) = 594252 Test 024 regional_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/GNU/rap_control_debug -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_8386/rap_control_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_23785/rap_control_debug Checking test 025 rap_control_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 172.586100 - 0: The maximum resident set size (KB) = 845184 + 0: The total amount of wall time = 173.151219 + 0: The maximum resident set size (KB) = 842868 Test 025 rap_control_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/GNU/hrrr_control_debug -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_8386/hrrr_control_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_23785/hrrr_control_debug Checking test 026 hrrr_control_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 166.183265 - 0: The maximum resident set size (KB) = 834392 + 0: The total amount of wall time = 169.709729 + 0: The maximum resident set size (KB) = 839244 Test 026 hrrr_control_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/GNU/rap_diag_debug -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_8386/rap_diag_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_23785/rap_diag_debug Checking test 027 rap_diag_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 210.727235 - 0: The maximum resident set size (KB) = 919348 + 0: The total amount of wall time = 211.082518 + 0: The maximum resident set size (KB) = 920624 Test 027 rap_diag_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/GNU/rap_noah_sfcdiff_cires_ugwp_debug -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_8386/rap_noah_sfcdiff_cires_ugwp_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_23785/rap_noah_sfcdiff_cires_ugwp_debug Checking test 028 rap_noah_sfcdiff_cires_ugwp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 269.687128 - 0: The maximum resident set size (KB) = 834208 + 0: The total amount of wall time = 274.422962 + 0: The maximum resident set size (KB) = 834320 Test 028 rap_noah_sfcdiff_cires_ugwp_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/GNU/rap_progcld_thompson_debug -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_8386/rap_progcld_thompson_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_23785/rap_progcld_thompson_debug Checking test 029 rap_progcld_thompson_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 174.063633 - 0: The maximum resident set size (KB) = 842924 + 0: The total amount of wall time = 176.268615 + 0: The maximum resident set size (KB) = 839160 Test 029 rap_progcld_thompson_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/GNU/rrfs_v1beta_debug -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_8386/rrfs_v1beta_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_23785/rrfs_v1beta_debug Checking test 030 rrfs_v1beta_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 170.617527 - 0: The maximum resident set size (KB) = 833768 + 0: The total amount of wall time = 167.480004 + 0: The maximum resident set size (KB) = 842752 Test 030 rrfs_v1beta_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/GNU/control_ras_debug -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_8386/control_ras_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_23785/control_ras_debug Checking test 031 control_ras_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 102.123148 - 0: The maximum resident set size (KB) = 481864 + 0: The total amount of wall time = 100.083300 + 0: The maximum resident set size (KB) = 479548 Test 031 control_ras_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/GNU/control_stochy_debug -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_8386/control_stochy_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_23785/control_stochy_debug Checking test 032 control_stochy_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 116.161577 - 0: The maximum resident set size (KB) = 479484 + 0: The total amount of wall time = 118.871010 + 0: The maximum resident set size (KB) = 472716 Test 032 control_stochy_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/GNU/control_debug_p8 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_8386/control_debug_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_23785/control_debug_p8 Checking test 033 control_debug_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 114.977993 - 0: The maximum resident set size (KB) = 1232816 + 0: The total amount of wall time = 117.797480 + 0: The maximum resident set size (KB) = 1228152 Test 033 control_debug_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/GNU/rrfs_smoke_conus13km_hrrr_warm_debug -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_8386/rrfs_smoke_conus13km_hrrr_warm_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_23785/rrfs_smoke_conus13km_hrrr_warm_debug Checking test 034 rrfs_smoke_conus13km_hrrr_warm_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 634.253660 - 0: The maximum resident set size (KB) = 686272 + 0: The total amount of wall time = 628.513956 + 0: The maximum resident set size (KB) = 689072 Test 034 rrfs_smoke_conus13km_hrrr_warm_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/GNU/rrfs_smoke_conus13km_hrrr_warm_debug -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_8386/rrfs_smoke_conus13km_hrrr_warm_debug_2threads +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_23785/rrfs_smoke_conus13km_hrrr_warm_debug_2threads Checking test 035 rrfs_smoke_conus13km_hrrr_warm_debug_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 705.912461 - 0: The maximum resident set size (KB) = 685500 + 0: The total amount of wall time = 775.204318 + 0: The maximum resident set size (KB) = 686280 Test 035 rrfs_smoke_conus13km_hrrr_warm_debug_2threads PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/GNU/rrfs_conus13km_hrrr_warm_debugs -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_8386/rrfs_conus13km_hrrr_warm_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_23785/rrfs_conus13km_hrrr_warm_debug Checking test 036 rrfs_conus13km_hrrr_warm_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 581.070571 - 0: The maximum resident set size (KB) = 658852 + 0: The total amount of wall time = 582.720826 + 0: The maximum resident set size (KB) = 663628 Test 036 rrfs_conus13km_hrrr_warm_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/GNU/rap_flake_debug -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_8386/rap_flake_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_23785/rap_flake_debug Checking test 037 rap_flake_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 175.202058 - 0: The maximum resident set size (KB) = 838744 + 0: The total amount of wall time = 173.092776 + 0: The maximum resident set size (KB) = 841772 Test 037 rap_flake_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/GNU/rap_clm_lake_debug -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_8386/rap_clm_lake_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_23785/rap_clm_lake_debug Checking test 038 rap_clm_lake_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 190.653243 - 0: The maximum resident set size (KB) = 838376 + 0: The total amount of wall time = 197.679307 + 0: The maximum resident set size (KB) = 842428 Test 038 rap_clm_lake_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/GNU/control_wam_debug -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_8386/control_wam_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_23785/control_wam_debug Checking test 039 control_wam_debug results .... Comparing sfcf019.nc .........OK Comparing atmf019.nc .........OK - 0: The total amount of wall time = 179.411816 - 0: The maximum resident set size (KB) = 192252 + 0: The total amount of wall time = 181.336815 + 0: The maximum resident set size (KB) = 194460 Test 039 control_wam_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/GNU/rap_control_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_8386/rap_control_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_23785/rap_control_dyn32_phy32 Checking test 040 rap_control_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -1120,14 +1120,14 @@ Checking test 040 rap_control_dyn32_phy32 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1489.501061 - 0: The maximum resident set size (KB) = 683648 + 0: The total amount of wall time = 1487.510584 + 0: The maximum resident set size (KB) = 687164 Test 040 rap_control_dyn32_phy32 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/GNU/hrrr_control_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_8386/hrrr_control_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_23785/hrrr_control_dyn32_phy32 Checking test 041 hrrr_control_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -1174,14 +1174,14 @@ Checking test 041 hrrr_control_dyn32_phy32 results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 721.549332 - 0: The maximum resident set size (KB) = 677996 + 0: The total amount of wall time = 734.921167 + 0: The maximum resident set size (KB) = 684736 Test 041 hrrr_control_dyn32_phy32 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/GNU/rap_control_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_8386/rap_2threads_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_23785/rap_2threads_dyn32_phy32 Checking test 042 rap_2threads_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -1228,14 +1228,14 @@ Checking test 042 rap_2threads_dyn32_phy32 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1379.610616 - 0: The maximum resident set size (KB) = 728056 + 0: The total amount of wall time = 1323.603505 + 0: The maximum resident set size (KB) = 734388 Test 042 rap_2threads_dyn32_phy32 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/GNU/hrrr_control_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_8386/hrrr_control_2threads_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_23785/hrrr_control_2threads_dyn32_phy32 Checking test 043 hrrr_control_2threads_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -1282,14 +1282,14 @@ Checking test 043 hrrr_control_2threads_dyn32_phy32 results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 750.635022 - 0: The maximum resident set size (KB) = 725368 + 0: The total amount of wall time = 767.171777 + 0: The maximum resident set size (KB) = 729748 Test 043 hrrr_control_2threads_dyn32_phy32 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/GNU/hrrr_control_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_8386/hrrr_control_decomp_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_23785/hrrr_control_decomp_dyn32_phy32 Checking test 044 hrrr_control_decomp_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -1336,14 +1336,14 @@ Checking test 044 hrrr_control_decomp_dyn32_phy32 results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 711.349101 - 0: The maximum resident set size (KB) = 679808 + 0: The total amount of wall time = 725.839427 + 0: The maximum resident set size (KB) = 688464 Test 044 hrrr_control_decomp_dyn32_phy32 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/GNU/rap_control_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_8386/rap_restart_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_23785/rap_restart_dyn32_phy32 Checking test 045 rap_restart_dyn32_phy32 results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -1382,28 +1382,28 @@ Checking test 045 rap_restart_dyn32_phy32 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1079.546248 - 0: The maximum resident set size (KB) = 503004 + 0: The total amount of wall time = 1062.224580 + 0: The maximum resident set size (KB) = 506060 Test 045 rap_restart_dyn32_phy32 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/GNU/hrrr_control_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_8386/hrrr_control_restart_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_23785/hrrr_control_restart_dyn32_phy32 Checking test 046 hrrr_control_restart_dyn32_phy32 results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 362.057455 - 0: The maximum resident set size (KB) = 508200 + 0: The total amount of wall time = 367.108703 + 0: The maximum resident set size (KB) = 509712 Test 046 hrrr_control_restart_dyn32_phy32 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/GNU/rap_control_dyn64_phy32 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_8386/rap_control_dyn64_phy32 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_23785/rap_control_dyn64_phy32 Checking test 047 rap_control_dyn64_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -1450,56 +1450,56 @@ Checking test 047 rap_control_dyn64_phy32 results .... Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1054.806448 - 0: The maximum resident set size (KB) = 704348 + 0: The total amount of wall time = 1078.457300 + 0: The maximum resident set size (KB) = 708404 Test 047 rap_control_dyn64_phy32 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/GNU/rap_control_debug_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_8386/rap_control_debug_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_23785/rap_control_debug_dyn32_phy32 Checking test 048 rap_control_debug_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 170.481312 - 0: The maximum resident set size (KB) = 700496 + 0: The total amount of wall time = 170.775570 + 0: The maximum resident set size (KB) = 694220 Test 048 rap_control_debug_dyn32_phy32 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/GNU/hrrr_control_debug_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_8386/hrrr_control_debug_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_23785/hrrr_control_debug_dyn32_phy32 Checking test 049 hrrr_control_debug_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 163.874128 - 0: The maximum resident set size (KB) = 692064 + 0: The total amount of wall time = 167.858367 + 0: The maximum resident set size (KB) = 694412 Test 049 hrrr_control_debug_dyn32_phy32 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/GNU/rap_control_debug_dyn64_phy32 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_8386/rap_control_dyn64_phy32_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_23785/rap_control_dyn64_phy32_debug Checking test 050 rap_control_dyn64_phy32_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 199.446859 - 0: The maximum resident set size (KB) = 718460 + 0: The total amount of wall time = 200.773534 + 0: The maximum resident set size (KB) = 713308 Test 050 rap_control_dyn64_phy32_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/GNU/cpld_control_p8 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_8386/cpld_control_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_23785/cpld_control_p8 Checking test 051 cpld_control_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1564,14 +1564,14 @@ Checking test 051 cpld_control_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 1678.689840 - 0: The maximum resident set size (KB) = 1427492 + 0: The total amount of wall time = 1705.790576 + 0: The maximum resident set size (KB) = 1429012 -Test 051 cpld_control_p8 PASS +Test 051 cpld_control_p8 PASS Tries: 2 baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/GNU/cpld_control_c96_noaero_p8 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_8386/cpld_control_nowave_noaero_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_23785/cpld_control_nowave_noaero_p8 Checking test 052 cpld_control_nowave_noaero_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1633,14 +1633,14 @@ Checking test 052 cpld_control_nowave_noaero_p8 results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 1211.642978 - 0: The maximum resident set size (KB) = 1329604 + 0: The total amount of wall time = 1223.230524 + 0: The maximum resident set size (KB) = 1329020 Test 052 cpld_control_nowave_noaero_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/GNU/cpld_debug_p8 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_8386/cpld_debug_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_23785/cpld_debug_p8 Checking test 053 cpld_debug_p8 results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK @@ -1693,25 +1693,25 @@ Checking test 053 cpld_debug_p8 results .... Comparing 20210322.090000.out_pnt.ww3 .........OK Comparing 20210322.090000.out_grd.ww3 .........OK - 0: The total amount of wall time = 1199.613956 - 0: The maximum resident set size (KB) = 1437840 + 0: The total amount of wall time = 979.614616 + 0: The maximum resident set size (KB) = 1438488 Test 053 cpld_debug_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/GNU/datm_cdeps_control_cfsr -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_8386/datm_cdeps_control_cfsr +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_23785/datm_cdeps_control_cfsr Checking test 054 datm_cdeps_control_cfsr results .... Comparing RESTART/20111002.000000.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 - 0: The total amount of wall time = 168.697269 - 0: The maximum resident set size (KB) = 658784 + 0: The total amount of wall time = 176.404769 + 0: The maximum resident set size (KB) = 666732 Test 054 datm_cdeps_control_cfsr PASS REGRESSION TEST WAS SUCCESSFUL -Sun Apr 30 23:19:48 UTC 2023 -Elapsed time: 00h:56m:50s. Have a nice day! +Wed May 3 13:27:46 UTC 2023 +Elapsed time: 01h:10m:15s. Have a nice day! diff --git a/tests/RegressionTests_hera.intel.log b/tests/RegressionTests_hera.intel.log index e5b368115e..5edb955fcd 100644 --- a/tests/RegressionTests_hera.intel.log +++ b/tests/RegressionTests_hera.intel.log @@ -1,43 +1,43 @@ -Sun Apr 30 22:22:44 UTC 2023 +Wed May 3 12:02:42 UTC 2023 Start Regression test -Compile 001 elapsed time 639 seconds. -DAPP=S2SWA -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 002 elapsed time 639 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 003 elapsed time 603 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 004 elapsed time 228 seconds. -DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 005 elapsed time 204 seconds. -DAPP=S2SW -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 006 elapsed time 563 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_sfcocn -DCMEPS_AOFLUX=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 001 elapsed time 632 seconds. -DAPP=S2SWA -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 002 elapsed time 647 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 003 elapsed time 595 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 004 elapsed time 224 seconds. -DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 005 elapsed time 206 seconds. -DAPP=S2SW -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 006 elapsed time 556 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_sfcocn -DCMEPS_AOFLUX=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON Compile 007 elapsed time 553 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 008 elapsed time 729 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 009 elapsed time 578 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_WoFS_v0,FV3_GFS_v17_p8_mynn -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 010 elapsed time 532 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_flake,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 011 elapsed time 515 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_csawmg,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 012 elapsed time 476 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 013 elapsed time 638 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_WoFS_v0 -D32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 014 elapsed time 217 seconds. -DAPP=ATM -DDEBUG=ON -D32BIT=ON -DCCPP_SUITES=FV3_HRRR,FV3_HRRR_flake,FV3_GFS_v16,FV3_GFS_v16_csawmg,FV3_GFS_v16_ras,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km,FV3_RAP,FV3_HRRR,FV3_RAP_unified_ugwp,FV3_RAP_cires_ugwp,FV3_RAP_flake,FV3_RAP_clm_lake,FV3_RAP_noah,FV3_RAP_sfcdiff,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 015 elapsed time 160 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 016 elapsed time 504 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_flake -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 017 elapsed time 493 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 018 elapsed time 166 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_flake -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 019 elapsed time 166 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_flake -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 020 elapsed time 554 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 021 elapsed time 186 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 022 elapsed time 661 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_thompson_noahmp_nonsst,FV3_HAFS_v1_thompson_noahmp,FV3_HAFS_v1_thompson_nonsst,FV3_HAFS_v1_thompson,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 023 elapsed time 557 seconds. -DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 024 elapsed time 177 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 025 elapsed time 104 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 026 elapsed time 176 seconds. -DAPP=NG-GODAS -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 027 elapsed time 51 seconds. -DAPP=LND -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 028 elapsed time 527 seconds. -DAPP=ATML -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 029 elapsed time 537 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 030 elapsed time 542 seconds. -DAPP=ATMWM -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 031 elapsed time 525 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 032 elapsed time 497 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 033 elapsed time 173 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DDEBUG=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 034 elapsed time 564 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DFASTER=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 008 elapsed time 724 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 009 elapsed time 573 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_WoFS_v0,FV3_GFS_v17_p8_mynn -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 010 elapsed time 530 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_flake,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 011 elapsed time 512 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_csawmg,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 012 elapsed time 471 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 013 elapsed time 612 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_WoFS_v0 -D32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 014 elapsed time 219 seconds. -DAPP=ATM -DDEBUG=ON -D32BIT=ON -DCCPP_SUITES=FV3_HRRR,FV3_HRRR_flake,FV3_GFS_v16,FV3_GFS_v16_csawmg,FV3_GFS_v16_ras,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km,FV3_RAP,FV3_HRRR,FV3_RAP_unified_ugwp,FV3_RAP_cires_ugwp,FV3_RAP_flake,FV3_RAP_clm_lake,FV3_RAP_noah,FV3_RAP_sfcdiff,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 015 elapsed time 154 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 016 elapsed time 492 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_flake -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 017 elapsed time 495 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 018 elapsed time 165 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_flake -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 019 elapsed time 165 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_flake -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 020 elapsed time 546 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 021 elapsed time 189 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 022 elapsed time 648 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_thompson_noahmp_nonsst,FV3_HAFS_v1_thompson_noahmp,FV3_HAFS_v1_thompson_nonsst,FV3_HAFS_v1_thompson,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 023 elapsed time 575 seconds. -DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 024 elapsed time 180 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 025 elapsed time 103 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 026 elapsed time 178 seconds. -DAPP=NG-GODAS -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 027 elapsed time 50 seconds. -DAPP=LND -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 028 elapsed time 509 seconds. -DAPP=ATML -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 029 elapsed time 531 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 030 elapsed time 548 seconds. -DAPP=ATMWM -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 031 elapsed time 493 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 032 elapsed time 491 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 033 elapsed time 168 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DDEBUG=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 034 elapsed time 566 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DFASTER=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/cpld_control_p8_mixedmode -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/cpld_control_p8_mixedmode +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/cpld_control_p8_mixedmode Checking test 001 cpld_control_p8_mixedmode results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -102,14 +102,14 @@ Checking test 001 cpld_control_p8_mixedmode results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 308.037318 - 0: The maximum resident set size (KB) = 3133176 + 0: The total amount of wall time = 307.648474 + 0: The maximum resident set size (KB) = 3090808 Test 001 cpld_control_p8_mixedmode PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/cpld_control_gfsv17 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/cpld_control_gfsv17 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/cpld_control_gfsv17 Checking test 002 cpld_control_gfsv17 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -173,14 +173,14 @@ Checking test 002 cpld_control_gfsv17 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 223.984964 - 0: The maximum resident set size (KB) = 1710796 + 0: The total amount of wall time = 224.971869 + 0: The maximum resident set size (KB) = 1712388 Test 002 cpld_control_gfsv17 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/cpld_control_p8 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/cpld_control_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/cpld_control_p8 Checking test 003 cpld_control_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -245,14 +245,14 @@ Checking test 003 cpld_control_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 339.705779 - 0: The maximum resident set size (KB) = 3155724 + 0: The total amount of wall time = 343.731023 + 0: The maximum resident set size (KB) = 3182256 Test 003 cpld_control_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/cpld_control_p8 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/cpld_restart_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/cpld_restart_p8 Checking test 004 cpld_restart_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -305,14 +305,14 @@ Checking test 004 cpld_restart_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 193.007653 - 0: The maximum resident set size (KB) = 3044964 + 0: The total amount of wall time = 193.773702 + 0: The maximum resident set size (KB) = 3045440 Test 004 cpld_restart_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/cpld_control_p8 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/cpld_control_qr_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/cpld_control_qr_p8 Checking test 005 cpld_control_qr_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -377,14 +377,14 @@ Checking test 005 cpld_control_qr_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 342.343960 - 0: The maximum resident set size (KB) = 3166428 + 0: The total amount of wall time = 341.822097 + 0: The maximum resident set size (KB) = 3178292 Test 005 cpld_control_qr_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/cpld_control_p8 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/cpld_restart_qr_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/cpld_restart_qr_p8 Checking test 006 cpld_restart_qr_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -437,14 +437,14 @@ Checking test 006 cpld_restart_qr_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 196.562895 - 0: The maximum resident set size (KB) = 3049604 + 0: The total amount of wall time = 199.282259 + 0: The maximum resident set size (KB) = 3052536 Test 006 cpld_restart_qr_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/cpld_control_p8 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/cpld_2threads_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/cpld_2threads_p8 Checking test 007 cpld_2threads_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -497,14 +497,14 @@ Checking test 007 cpld_2threads_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 349.052770 - 0: The maximum resident set size (KB) = 3501756 + 0: The total amount of wall time = 351.731761 + 0: The maximum resident set size (KB) = 3502684 Test 007 cpld_2threads_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/cpld_control_p8 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/cpld_decomp_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/cpld_decomp_p8 Checking test 008 cpld_decomp_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -557,14 +557,14 @@ Checking test 008 cpld_decomp_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 344.106498 - 0: The maximum resident set size (KB) = 3162156 + 0: The total amount of wall time = 339.640543 + 0: The maximum resident set size (KB) = 3156984 Test 008 cpld_decomp_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/cpld_control_p8 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/cpld_mpi_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/cpld_mpi_p8 Checking test 009 cpld_mpi_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -617,14 +617,14 @@ Checking test 009 cpld_mpi_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 282.008323 - 0: The maximum resident set size (KB) = 3001688 + 0: The total amount of wall time = 280.130958 + 0: The maximum resident set size (KB) = 3012656 Test 009 cpld_mpi_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/cpld_control_ciceC_p8 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/cpld_control_ciceC_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/cpld_control_ciceC_p8 Checking test 010 cpld_control_ciceC_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -689,14 +689,14 @@ Checking test 010 cpld_control_ciceC_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 340.650104 - 0: The maximum resident set size (KB) = 3165088 + 0: The total amount of wall time = 342.419678 + 0: The maximum resident set size (KB) = 3166256 Test 010 cpld_control_ciceC_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/cpld_control_c192_p8 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/cpld_control_c192_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/cpld_control_c192_p8 Checking test 011 cpld_control_c192_p8 results .... Comparing sfcf030.tile1.nc .........OK Comparing sfcf030.tile2.nc .........OK @@ -749,14 +749,14 @@ Checking test 011 cpld_control_c192_p8 results .... Comparing 20210323.120000.out_grd.ww3 .........OK Comparing 20210323.120000.out_pnt.ww3 .........OK - 0: The total amount of wall time = 587.524736 - 0: The maximum resident set size (KB) = 3247608 + 0: The total amount of wall time = 590.568412 + 0: The maximum resident set size (KB) = 3215376 Test 011 cpld_control_c192_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/cpld_control_c192_p8 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/cpld_restart_c192_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/cpld_restart_c192_p8 Checking test 012 cpld_restart_c192_p8 results .... Comparing sfcf030.tile1.nc .........OK Comparing sfcf030.tile2.nc .........OK @@ -809,14 +809,14 @@ Checking test 012 cpld_restart_c192_p8 results .... Comparing 20210323.120000.out_grd.ww3 .........OK Comparing 20210323.120000.out_pnt.ww3 .........OK - 0: The total amount of wall time = 380.042794 - 0: The maximum resident set size (KB) = 3137040 + 0: The total amount of wall time = 388.553001 + 0: The maximum resident set size (KB) = 3155020 Test 012 cpld_restart_c192_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/cpld_bmark_p8 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/cpld_bmark_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/cpld_bmark_p8 Checking test 013 cpld_bmark_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -864,14 +864,14 @@ Checking test 013 cpld_bmark_p8 results .... Comparing 20130401.060000.out_pnt.ww3 .........OK Comparing 20130401.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 719.918086 - 0: The maximum resident set size (KB) = 4013364 + 0: The total amount of wall time = 720.842416 + 0: The maximum resident set size (KB) = 4016624 Test 013 cpld_bmark_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/cpld_bmark_p8 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/cpld_restart_bmark_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/cpld_restart_bmark_p8 Checking test 014 cpld_restart_bmark_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -919,14 +919,14 @@ Checking test 014 cpld_restart_bmark_p8 results .... Comparing 20130401.060000.out_pnt.ww3 .........OK Comparing 20130401.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 457.025605 - 0: The maximum resident set size (KB) = 3964160 + 0: The total amount of wall time = 436.093589 + 0: The maximum resident set size (KB) = 3945700 Test 014 cpld_restart_bmark_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/cpld_control_noaero_p8 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/cpld_control_noaero_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/cpld_control_noaero_p8 Checking test 015 cpld_control_noaero_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -990,14 +990,14 @@ Checking test 015 cpld_control_noaero_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 263.301955 - 0: The maximum resident set size (KB) = 1711340 + 0: The total amount of wall time = 265.041314 + 0: The maximum resident set size (KB) = 1683416 Test 015 cpld_control_noaero_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/cpld_control_c96_noaero_p8 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/cpld_control_nowave_noaero_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/cpld_control_nowave_noaero_p8 Checking test 016 cpld_control_nowave_noaero_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1059,14 +1059,14 @@ Checking test 016 cpld_control_nowave_noaero_p8 results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 266.139039 - 0: The maximum resident set size (KB) = 1757116 + 0: The total amount of wall time = 258.878952 + 0: The maximum resident set size (KB) = 1749584 Test 016 cpld_control_nowave_noaero_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/cpld_debug_p8 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/cpld_debug_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/cpld_debug_p8 Checking test 017 cpld_debug_p8 results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK @@ -1119,14 +1119,14 @@ Checking test 017 cpld_debug_p8 results .... Comparing 20210322.090000.out_pnt.ww3 .........OK Comparing 20210322.090000.out_grd.ww3 .........OK - 0: The total amount of wall time = 518.356595 - 0: The maximum resident set size (KB) = 3231676 + 0: The total amount of wall time = 531.300691 + 0: The maximum resident set size (KB) = 3233532 Test 017 cpld_debug_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/cpld_debug_noaero_p8 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/cpld_debug_noaero_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/cpld_debug_noaero_p8 Checking test 018 cpld_debug_noaero_p8 results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK @@ -1178,14 +1178,14 @@ Checking test 018 cpld_debug_noaero_p8 results .... Comparing 20210322.090000.out_pnt.ww3 .........OK Comparing 20210322.090000.out_grd.ww3 .........OK - 0: The total amount of wall time = 359.605858 - 0: The maximum resident set size (KB) = 1715252 + 0: The total amount of wall time = 362.687350 + 0: The maximum resident set size (KB) = 1698588 Test 018 cpld_debug_noaero_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/cpld_control_noaero_p8_agrid -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/cpld_control_noaero_p8_agrid +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/cpld_control_noaero_p8_agrid Checking test 019 cpld_control_noaero_p8_agrid results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1247,14 +1247,14 @@ Checking test 019 cpld_control_noaero_p8_agrid results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 269.660861 - 0: The maximum resident set size (KB) = 1759392 + 0: The total amount of wall time = 272.956283 + 0: The maximum resident set size (KB) = 1730028 Test 019 cpld_control_noaero_p8_agrid PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/cpld_control_c48 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/cpld_control_c48 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/cpld_control_c48 Checking test 020 cpld_control_c48 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -1304,14 +1304,14 @@ Checking test 020 cpld_control_c48 results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 575.310316 - 0: The maximum resident set size (KB) = 2804336 + 0: The total amount of wall time = 581.960546 + 0: The maximum resident set size (KB) = 2803192 Test 020 cpld_control_c48 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/cpld_warmstart_c48 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/cpld_warmstart_c48 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/cpld_warmstart_c48 Checking test 021 cpld_warmstart_c48 results .... Comparing sfcf006.tile1.nc .........OK Comparing sfcf006.tile2.nc .........OK @@ -1361,14 +1361,14 @@ Checking test 021 cpld_warmstart_c48 results .... Comparing RESTART/iced.2021-03-23-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-43200.nc .........OK - 0: The total amount of wall time = 154.006779 - 0: The maximum resident set size (KB) = 2795240 + 0: The total amount of wall time = 153.862089 + 0: The maximum resident set size (KB) = 2806248 Test 021 cpld_warmstart_c48 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/cpld_warmstart_c48 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/cpld_restart_c48 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/cpld_restart_c48 Checking test 022 cpld_restart_c48 results .... Comparing sfcf006.tile1.nc .........OK Comparing sfcf006.tile2.nc .........OK @@ -1418,14 +1418,14 @@ Checking test 022 cpld_restart_c48 results .... Comparing RESTART/iced.2021-03-23-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-43200.nc .........OK - 0: The total amount of wall time = 80.239796 - 0: The maximum resident set size (KB) = 2236056 + 0: The total amount of wall time = 80.298832 + 0: The maximum resident set size (KB) = 2238344 Test 022 cpld_restart_c48 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/cpld_control_p8_faster -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/cpld_control_p8_faster +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/cpld_control_p8_faster Checking test 023 cpld_control_p8_faster results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1490,14 +1490,14 @@ Checking test 023 cpld_control_p8_faster results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 321.093921 - 0: The maximum resident set size (KB) = 3168196 + 0: The total amount of wall time = 316.710807 + 0: The maximum resident set size (KB) = 3167920 Test 023 cpld_control_p8_faster PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/control_flake -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/control_flake +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/control_flake Checking test 024 control_flake results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1508,14 +1508,14 @@ Checking test 024 control_flake results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 186.983764 - 0: The maximum resident set size (KB) = 673964 + 0: The total amount of wall time = 187.535472 + 0: The maximum resident set size (KB) = 672524 Test 024 control_flake PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/control_CubedSphereGrid -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/control_CubedSphereGrid +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/control_CubedSphereGrid Checking test 025 control_CubedSphereGrid results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -1542,28 +1542,28 @@ Checking test 025 control_CubedSphereGrid results .... Comparing atmf024.tile5.nc .........OK Comparing atmf024.tile6.nc .........OK - 0: The total amount of wall time = 130.473781 - 0: The maximum resident set size (KB) = 625600 + 0: The total amount of wall time = 131.972452 + 0: The maximum resident set size (KB) = 626708 Test 025 control_CubedSphereGrid PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/control_CubedSphereGrid_parallel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/control_CubedSphereGrid_parallel +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/control_CubedSphereGrid_parallel Checking test 026 control_CubedSphereGrid_parallel results .... Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf024.nc ............ALT CHECK......OK Comparing atmf000.nc ............ALT CHECK......OK Comparing atmf024.nc ............ALT CHECK......OK - 0: The total amount of wall time = 129.090548 - 0: The maximum resident set size (KB) = 626076 + 0: The total amount of wall time = 129.075077 + 0: The maximum resident set size (KB) = 608728 Test 026 control_CubedSphereGrid_parallel PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/control_latlon -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/control_latlon +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/control_latlon Checking test 027 control_latlon results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1574,14 +1574,14 @@ Checking test 027 control_latlon results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 134.391560 - 0: The maximum resident set size (KB) = 630640 + 0: The total amount of wall time = 132.946683 + 0: The maximum resident set size (KB) = 630820 Test 027 control_latlon PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/control_wrtGauss_netcdf_parallel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/control_wrtGauss_netcdf_parallel +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/control_wrtGauss_netcdf_parallel Checking test 028 control_wrtGauss_netcdf_parallel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1592,14 +1592,14 @@ Checking test 028 control_wrtGauss_netcdf_parallel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 137.863545 - 0: The maximum resident set size (KB) = 626216 + 0: The total amount of wall time = 137.161640 + 0: The maximum resident set size (KB) = 627376 Test 028 control_wrtGauss_netcdf_parallel PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/control_c48 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/control_c48 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/control_c48 Checking test 029 control_c48 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1638,14 +1638,14 @@ Checking test 029 control_c48 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0: The total amount of wall time = 368.163254 -0: The maximum resident set size (KB) = 820188 +0: The total amount of wall time = 369.612335 +0: The maximum resident set size (KB) = 821028 Test 029 control_c48 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/control_c192 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/control_c192 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/control_c192 Checking test 030 control_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1656,14 +1656,14 @@ Checking test 030 control_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 525.108447 - 0: The maximum resident set size (KB) = 767048 + 0: The total amount of wall time = 523.936304 + 0: The maximum resident set size (KB) = 764356 Test 030 control_c192 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/control_c384 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/control_c384 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/control_c384 Checking test 031 control_c384 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1674,14 +1674,14 @@ Checking test 031 control_c384 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 525.776634 - 0: The maximum resident set size (KB) = 1259928 + 0: The total amount of wall time = 525.892630 + 0: The maximum resident set size (KB) = 1269600 Test 031 control_c384 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/control_c384gdas -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/control_c384gdas +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/control_c384gdas Checking test 032 control_c384gdas results .... Comparing sfcf000.nc .........OK Comparing sfcf006.nc .........OK @@ -1724,14 +1724,14 @@ Checking test 032 control_c384gdas results .... Comparing RESTART/20210322.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 457.490198 - 0: The maximum resident set size (KB) = 1376156 + 0: The total amount of wall time = 453.496920 + 0: The maximum resident set size (KB) = 1381788 Test 032 control_c384gdas PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/control_stochy -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/control_stochy +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/control_stochy Checking test 033 control_stochy results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1742,28 +1742,28 @@ Checking test 033 control_stochy results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 87.398998 - 0: The maximum resident set size (KB) = 629212 + 0: The total amount of wall time = 88.607474 + 0: The maximum resident set size (KB) = 625740 Test 033 control_stochy PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/control_stochy -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/control_stochy_restart +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/control_stochy_restart Checking test 034 control_stochy_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 47.624915 - 0: The maximum resident set size (KB) = 476792 + 0: The total amount of wall time = 49.649535 + 0: The maximum resident set size (KB) = 489144 Test 034 control_stochy_restart PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/control_lndp -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/control_lndp +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/control_lndp Checking test 035 control_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1774,14 +1774,14 @@ Checking test 035 control_lndp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 81.649046 - 0: The maximum resident set size (KB) = 632460 + 0: The total amount of wall time = 82.891114 + 0: The maximum resident set size (KB) = 605588 Test 035 control_lndp PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/control_iovr4 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/control_iovr4 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/control_iovr4 Checking test 036 control_iovr4 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1796,14 +1796,14 @@ Checking test 036 control_iovr4 results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 136.363661 - 0: The maximum resident set size (KB) = 630424 + 0: The total amount of wall time = 135.437956 + 0: The maximum resident set size (KB) = 628124 Test 036 control_iovr4 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/control_iovr5 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/control_iovr5 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/control_iovr5 Checking test 037 control_iovr5 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1818,14 +1818,14 @@ Checking test 037 control_iovr5 results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 135.524194 - 0: The maximum resident set size (KB) = 628864 + 0: The total amount of wall time = 135.230363 + 0: The maximum resident set size (KB) = 627728 Test 037 control_iovr5 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/control_p8 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/control_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/control_p8 Checking test 038 control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1872,14 +1872,14 @@ Checking test 038 control_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 168.140849 - 0: The maximum resident set size (KB) = 1594612 + 0: The total amount of wall time = 168.514275 + 0: The maximum resident set size (KB) = 1603224 Test 038 control_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/control_p8 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/control_restart_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/control_restart_p8 Checking test 039 control_restart_p8 results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1918,14 +1918,14 @@ Checking test 039 control_restart_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 87.870407 - 0: The maximum resident set size (KB) = 868916 + 0: The total amount of wall time = 86.880783 + 0: The maximum resident set size (KB) = 871784 Test 039 control_restart_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/control_p8 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/control_qr_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/control_qr_p8 Checking test 040 control_qr_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1972,14 +1972,14 @@ Checking test 040 control_qr_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc ............ALT CHECK......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc ............ALT CHECK......OK - 0: The total amount of wall time = 169.091489 - 0: The maximum resident set size (KB) = 1585444 + 0: The total amount of wall time = 166.789355 + 0: The maximum resident set size (KB) = 1601896 Test 040 control_qr_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/control_p8 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/control_restart_qr_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/control_restart_qr_p8 Checking test 041 control_restart_qr_p8 results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -2018,14 +2018,14 @@ Checking test 041 control_restart_qr_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc ............ALT CHECK......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc ............ALT CHECK......OK - 0: The total amount of wall time = 89.094875 - 0: The maximum resident set size (KB) = 870136 + 0: The total amount of wall time = 88.826111 + 0: The maximum resident set size (KB) = 864204 Test 041 control_restart_qr_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/control_p8 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/control_decomp_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/control_decomp_p8 Checking test 042 control_decomp_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2068,14 +2068,14 @@ Checking test 042 control_decomp_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 174.424495 - 0: The maximum resident set size (KB) = 1581692 + 0: The total amount of wall time = 176.635220 + 0: The maximum resident set size (KB) = 1580548 Test 042 control_decomp_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/control_p8 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/control_2threads_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/control_2threads_p8 Checking test 043 control_2threads_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2118,14 +2118,14 @@ Checking test 043 control_2threads_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 157.070480 - 0: The maximum resident set size (KB) = 1680368 + 0: The total amount of wall time = 156.098772 + 0: The maximum resident set size (KB) = 1689144 Test 043 control_2threads_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/control_p8_lndp -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/control_p8_lndp +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/control_p8_lndp Checking test 044 control_p8_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2144,14 +2144,14 @@ Checking test 044 control_p8_lndp results .... Comparing GFSPRS.GrbF24 .........OK Comparing GFSPRS.GrbF48 .........OK - 0: The total amount of wall time = 311.395010 - 0: The maximum resident set size (KB) = 1598288 + 0: The total amount of wall time = 317.307575 + 0: The maximum resident set size (KB) = 1598176 Test 044 control_p8_lndp PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/control_p8_rrtmgp -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/control_p8_rrtmgp +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/control_p8_rrtmgp Checking test 045 control_p8_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2198,14 +2198,14 @@ Checking test 045 control_p8_rrtmgp results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 225.504179 - 0: The maximum resident set size (KB) = 1661952 + 0: The total amount of wall time = 222.500048 + 0: The maximum resident set size (KB) = 1670716 Test 045 control_p8_rrtmgp PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/control_p8_mynn -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/control_p8_mynn +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/control_p8_mynn Checking test 046 control_p8_mynn results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2252,14 +2252,14 @@ Checking test 046 control_p8_mynn results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 170.308807 - 0: The maximum resident set size (KB) = 1599080 + 0: The total amount of wall time = 170.795304 + 0: The maximum resident set size (KB) = 1598128 Test 046 control_p8_mynn PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/merra2_thompson -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/merra2_thompson +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/merra2_thompson Checking test 047 merra2_thompson results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2306,14 +2306,14 @@ Checking test 047 merra2_thompson results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 189.608697 - 0: The maximum resident set size (KB) = 1603580 + 0: The total amount of wall time = 190.319169 + 0: The maximum resident set size (KB) = 1601324 Test 047 merra2_thompson PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/regional_control -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/regional_control +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/regional_control Checking test 048 regional_control results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2324,28 +2324,28 @@ Checking test 048 regional_control results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 297.845501 - 0: The maximum resident set size (KB) = 877268 + 0: The total amount of wall time = 301.159301 + 0: The maximum resident set size (KB) = 829312 Test 048 regional_control PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/regional_control -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/regional_restart +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/regional_restart Checking test 049 regional_restart results .... Comparing dynf006.nc .........OK Comparing phyf006.nc .........OK Comparing PRSLEV.GrbF06 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 150.736143 - 0: The maximum resident set size (KB) = 864788 + 0: The total amount of wall time = 150.923082 + 0: The maximum resident set size (KB) = 857872 Test 049 regional_restart PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/regional_control -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/regional_control_qr +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/regional_control_qr Checking test 050 regional_control_qr results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2356,28 +2356,28 @@ Checking test 050 regional_control_qr results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 297.030414 - 0: The maximum resident set size (KB) = 868452 + 0: The total amount of wall time = 297.408324 + 0: The maximum resident set size (KB) = 865852 Test 050 regional_control_qr PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/regional_control -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/regional_restart_qr +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/regional_restart_qr Checking test 051 regional_restart_qr results .... Comparing dynf006.nc .........OK Comparing phyf006.nc .........OK Comparing PRSLEV.GrbF06 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 153.594662 - 0: The maximum resident set size (KB) = 864008 + 0: The total amount of wall time = 150.515022 + 0: The maximum resident set size (KB) = 859800 Test 051 regional_restart_qr PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/regional_control -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/regional_decomp +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/regional_decomp Checking test 052 regional_decomp results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2388,14 +2388,14 @@ Checking test 052 regional_decomp results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 313.020379 - 0: The maximum resident set size (KB) = 864064 + 0: The total amount of wall time = 313.083626 + 0: The maximum resident set size (KB) = 859864 Test 052 regional_decomp PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/regional_control -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/regional_2threads +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/regional_2threads Checking test 053 regional_2threads results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2406,14 +2406,14 @@ Checking test 053 regional_2threads results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 178.971432 - 0: The maximum resident set size (KB) = 851824 + 0: The total amount of wall time = 181.680007 + 0: The maximum resident set size (KB) = 852000 Test 053 regional_2threads PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/regional_noquilt -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/regional_noquilt +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/regional_noquilt Checking test 054 regional_noquilt results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK @@ -2421,28 +2421,28 @@ Checking test 054 regional_noquilt results .... Comparing RESTART/fv_core.res.tile1_new.nc .........OK Comparing RESTART/fv_tracer.res.tile1_new.nc .........OK - 0: The total amount of wall time = 317.347592 - 0: The maximum resident set size (KB) = 854080 + 0: The total amount of wall time = 321.393397 + 0: The maximum resident set size (KB) = 852924 Test 054 regional_noquilt PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/regional_netcdf_parallel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/regional_netcdf_parallel +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/regional_netcdf_parallel Checking test 055 regional_netcdf_parallel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK Comparing phyf006.nc .........OK - 0: The total amount of wall time = 293.594383 - 0: The maximum resident set size (KB) = 863224 + 0: The total amount of wall time = 293.594767 + 0: The maximum resident set size (KB) = 860596 Test 055 regional_netcdf_parallel PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/regional_control -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/regional_2dwrtdecomp +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/regional_2dwrtdecomp Checking test 056 regional_2dwrtdecomp results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2453,14 +2453,14 @@ Checking test 056 regional_2dwrtdecomp results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 297.681333 - 0: The maximum resident set size (KB) = 871340 + 0: The total amount of wall time = 297.430988 + 0: The maximum resident set size (KB) = 862760 Test 056 regional_2dwrtdecomp PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/fv3_regional_wofs -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/regional_wofs +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/regional_wofs Checking test 057 regional_wofs results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2471,14 +2471,14 @@ Checking test 057 regional_wofs results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 375.751173 - 0: The maximum resident set size (KB) = 629664 + 0: The total amount of wall time = 376.245712 + 0: The maximum resident set size (KB) = 599132 Test 057 regional_wofs PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_control -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/rap_control +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/rap_control Checking test 058 rap_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2525,14 +2525,14 @@ Checking test 058 rap_control results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 459.356796 - 0: The maximum resident set size (KB) = 1053404 + 0: The total amount of wall time = 461.446163 + 0: The maximum resident set size (KB) = 1054488 Test 058 rap_control PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/regional_spp_sppt_shum_skeb -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/regional_spp_sppt_shum_skeb +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/regional_spp_sppt_shum_skeb Checking test 059 regional_spp_sppt_shum_skeb results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK @@ -2543,14 +2543,14 @@ Checking test 059 regional_spp_sppt_shum_skeb results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF01 .........OK - 0: The total amount of wall time = 235.088648 - 0: The maximum resident set size (KB) = 1177240 + 0: The total amount of wall time = 243.046144 + 0: The maximum resident set size (KB) = 1176532 Test 059 regional_spp_sppt_shum_skeb PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_control -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/rap_decomp +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/rap_decomp Checking test 060 rap_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2597,14 +2597,14 @@ Checking test 060 rap_decomp results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 478.477328 - 0: The maximum resident set size (KB) = 991872 + 0: The total amount of wall time = 479.788065 + 0: The maximum resident set size (KB) = 992208 Test 060 rap_decomp PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_control -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/rap_2threads +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/rap_2threads Checking test 061 rap_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2651,14 +2651,14 @@ Checking test 061 rap_2threads results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 434.977338 - 0: The maximum resident set size (KB) = 1144116 + 0: The total amount of wall time = 437.009635 + 0: The maximum resident set size (KB) = 1134424 Test 061 rap_2threads PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_control -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/rap_restart +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/rap_restart Checking test 062 rap_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -2697,14 +2697,14 @@ Checking test 062 rap_restart results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 231.939788 - 0: The maximum resident set size (KB) = 968796 + 0: The total amount of wall time = 236.332303 + 0: The maximum resident set size (KB) = 973332 Test 062 rap_restart PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_sfcdiff -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/rap_sfcdiff +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/rap_sfcdiff Checking test 063 rap_sfcdiff results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2751,14 +2751,14 @@ Checking test 063 rap_sfcdiff results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 458.359875 - 0: The maximum resident set size (KB) = 1045212 + 0: The total amount of wall time = 458.197843 + 0: The maximum resident set size (KB) = 1052340 Test 063 rap_sfcdiff PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_sfcdiff -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/rap_sfcdiff_decomp +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/rap_sfcdiff_decomp Checking test 064 rap_sfcdiff_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2805,14 +2805,14 @@ Checking test 064 rap_sfcdiff_decomp results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 480.275915 - 0: The maximum resident set size (KB) = 990276 + 0: The total amount of wall time = 488.030804 + 0: The maximum resident set size (KB) = 993696 Test 064 rap_sfcdiff_decomp PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_sfcdiff -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/rap_sfcdiff_restart +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/rap_sfcdiff_restart Checking test 065 rap_sfcdiff_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -2851,14 +2851,14 @@ Checking test 065 rap_sfcdiff_restart results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 340.928208 - 0: The maximum resident set size (KB) = 977048 + 0: The total amount of wall time = 345.325046 + 0: The maximum resident set size (KB) = 983892 Test 065 rap_sfcdiff_restart PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/hrrr_control -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/hrrr_control +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/hrrr_control Checking test 066 hrrr_control results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2905,14 +2905,14 @@ Checking test 066 hrrr_control results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 427.896195 - 0: The maximum resident set size (KB) = 1044936 + 0: The total amount of wall time = 431.178818 + 0: The maximum resident set size (KB) = 1050776 Test 066 hrrr_control PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/hrrr_control -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/hrrr_control_decomp +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/hrrr_control_decomp Checking test 067 hrrr_control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2959,14 +2959,14 @@ Checking test 067 hrrr_control_decomp results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 447.102499 - 0: The maximum resident set size (KB) = 988868 + 0: The total amount of wall time = 452.427454 + 0: The maximum resident set size (KB) = 999752 Test 067 hrrr_control_decomp PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/hrrr_control -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/hrrr_control_2threads +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/hrrr_control_2threads Checking test 068 hrrr_control_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3013,28 +3013,28 @@ Checking test 068 hrrr_control_2threads results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 394.968750 - 0: The maximum resident set size (KB) = 1075224 + 0: The total amount of wall time = 394.954580 + 0: The maximum resident set size (KB) = 1075020 Test 068 hrrr_control_2threads PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/hrrr_control -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/hrrr_control_restart +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/hrrr_control_restart Checking test 069 hrrr_control_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 318.175464 - 0: The maximum resident set size (KB) = 983268 + 0: The total amount of wall time = 319.547376 + 0: The maximum resident set size (KB) = 977744 Test 069 hrrr_control_restart PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/rrfs_v1beta -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/rrfs_v1beta +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/rrfs_v1beta Checking test 070 rrfs_v1beta results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3081,14 +3081,14 @@ Checking test 070 rrfs_v1beta results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 455.109914 - 0: The maximum resident set size (KB) = 1047904 + 0: The total amount of wall time = 459.186844 + 0: The maximum resident set size (KB) = 1053468 Test 070 rrfs_v1beta PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/rrfs_v1nssl -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/rrfs_v1nssl +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/rrfs_v1nssl Checking test 071 rrfs_v1nssl results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3103,14 +3103,14 @@ Checking test 071 rrfs_v1nssl results .... Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 534.327424 - 0: The maximum resident set size (KB) = 691480 + 0: The total amount of wall time = 535.281121 + 0: The maximum resident set size (KB) = 691124 Test 071 rrfs_v1nssl PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/rrfs_v1nssl_nohailnoccn -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/rrfs_v1nssl_nohailnoccn +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/rrfs_v1nssl_nohailnoccn Checking test 072 rrfs_v1nssl_nohailnoccn results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3125,14 +3125,14 @@ Checking test 072 rrfs_v1nssl_nohailnoccn results .... Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 522.405379 - 0: The maximum resident set size (KB) = 759004 + 0: The total amount of wall time = 522.279539 + 0: The maximum resident set size (KB) = 753268 Test 072 rrfs_v1nssl_nohailnoccn PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/rrfs_smoke_conus13km_hrrr_warm -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/rrfs_smoke_conus13km_hrrr_warm +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/rrfs_smoke_conus13km_hrrr_warm Checking test 073 rrfs_smoke_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -3141,14 +3141,14 @@ Checking test 073 rrfs_smoke_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 148.743049 - 0: The maximum resident set size (KB) = 1027036 + 0: The total amount of wall time = 149.535568 + 0: The maximum resident set size (KB) = 994916 Test 073 rrfs_smoke_conus13km_hrrr_warm PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/rrfs_smoke_conus13km_hrrr_warm -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/rrfs_smoke_conus13km_hrrr_warm_2threads +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/rrfs_smoke_conus13km_hrrr_warm_2threads Checking test 074 rrfs_smoke_conus13km_hrrr_warm_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -3157,14 +3157,14 @@ Checking test 074 rrfs_smoke_conus13km_hrrr_warm_2threads results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 90.237175 - 0: The maximum resident set size (KB) = 940496 + 0: The total amount of wall time = 91.394464 + 0: The maximum resident set size (KB) = 938056 Test 074 rrfs_smoke_conus13km_hrrr_warm_2threads PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/rrfs_conus13km_hrrr_warm -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/rrfs_conus13km_hrrr_warm +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/rrfs_conus13km_hrrr_warm Checking test 075 rrfs_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -3173,14 +3173,14 @@ Checking test 075 rrfs_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 133.053547 - 0: The maximum resident set size (KB) = 987676 + 0: The total amount of wall time = 130.951290 + 0: The maximum resident set size (KB) = 984672 Test 075 rrfs_conus13km_hrrr_warm PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/rrfs_smoke_conus13km_hrrr_warm_radar_tten -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/rrfs_smoke_conus13km_radar_tten_warm +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/rrfs_smoke_conus13km_radar_tten_warm Checking test 076 rrfs_smoke_conus13km_radar_tten_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -3189,26 +3189,26 @@ Checking test 076 rrfs_smoke_conus13km_radar_tten_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 151.247507 - 0: The maximum resident set size (KB) = 1032880 + 0: The total amount of wall time = 148.845145 + 0: The maximum resident set size (KB) = 1036780 Test 076 rrfs_smoke_conus13km_radar_tten_warm PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/rrfs_conus13km_hrrr_warm_restart_mismatch -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/rrfs_conus13km_hrrr_warm_restart_mismatch +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/rrfs_conus13km_hrrr_warm_restart_mismatch Checking test 077 rrfs_conus13km_hrrr_warm_restart_mismatch results .... Comparing sfcf002.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 69.927073 - 0: The maximum resident set size (KB) = 972420 + 0: The total amount of wall time = 70.393327 + 0: The maximum resident set size (KB) = 970004 Test 077 rrfs_conus13km_hrrr_warm_restart_mismatch PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/control_csawmg -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/control_csawmg +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/control_csawmg Checking test 078 control_csawmg results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -3219,14 +3219,14 @@ Checking test 078 control_csawmg results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 345.147782 - 0: The maximum resident set size (KB) = 725096 + 0: The total amount of wall time = 341.307233 + 0: The maximum resident set size (KB) = 721192 Test 078 control_csawmg PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/control_csawmgt -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/control_csawmgt +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/control_csawmgt Checking test 079 control_csawmgt results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -3237,14 +3237,14 @@ Checking test 079 control_csawmgt results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 338.746690 - 0: The maximum resident set size (KB) = 728852 + 0: The total amount of wall time = 338.533872 + 0: The maximum resident set size (KB) = 723560 Test 079 control_csawmgt PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/control_ras -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/control_ras +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/control_ras Checking test 080 control_ras results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -3255,26 +3255,26 @@ Checking test 080 control_ras results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 179.206505 - 0: The maximum resident set size (KB) = 721576 + 0: The total amount of wall time = 182.268747 + 0: The maximum resident set size (KB) = 724824 Test 080 control_ras PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/control_wam -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/control_wam +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/control_wam Checking test 081 control_wam results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK - 0: The total amount of wall time = 111.248770 - 0: The maximum resident set size (KB) = 634660 + 0: The total amount of wall time = 112.798220 + 0: The maximum resident set size (KB) = 646768 Test 081 control_wam PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/control_p8_faster -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/control_p8_faster +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/control_p8_faster Checking test 082 control_p8_faster results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -3321,14 +3321,14 @@ Checking test 082 control_p8_faster results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 152.637613 - 0: The maximum resident set size (KB) = 1593088 + 0: The total amount of wall time = 152.874493 + 0: The maximum resident set size (KB) = 1598192 Test 082 control_p8_faster PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/regional_control_faster -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/regional_control_faster +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/regional_control_faster Checking test 083 regional_control_faster results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -3339,56 +3339,56 @@ Checking test 083 regional_control_faster results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 275.110466 - 0: The maximum resident set size (KB) = 866276 + 0: The total amount of wall time = 272.009295 + 0: The maximum resident set size (KB) = 869672 Test 083 regional_control_faster PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/rrfs_smoke_conus13km_hrrr_warm_debug -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/rrfs_smoke_conus13km_hrrr_warm_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/rrfs_smoke_conus13km_hrrr_warm_debug Checking test 084 rrfs_smoke_conus13km_hrrr_warm_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 839.741545 - 0: The maximum resident set size (KB) = 1054784 + 0: The total amount of wall time = 832.149933 + 0: The maximum resident set size (KB) = 1057260 Test 084 rrfs_smoke_conus13km_hrrr_warm_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/rrfs_smoke_conus13km_hrrr_warm_debug -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/rrfs_smoke_conus13km_hrrr_warm_debug_2threads +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/rrfs_smoke_conus13km_hrrr_warm_debug_2threads Checking test 085 rrfs_smoke_conus13km_hrrr_warm_debug_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 467.105911 - 0: The maximum resident set size (KB) = 973368 + 0: The total amount of wall time = 478.236752 + 0: The maximum resident set size (KB) = 977148 Test 085 rrfs_smoke_conus13km_hrrr_warm_debug_2threads PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/rrfs_conus13km_hrrr_warm_debugs -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/rrfs_conus13km_hrrr_warm_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/rrfs_conus13km_hrrr_warm_debug Checking test 086 rrfs_conus13km_hrrr_warm_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 738.904955 - 0: The maximum resident set size (KB) = 1015768 + 0: The total amount of wall time = 737.868597 + 0: The maximum resident set size (KB) = 1008900 Test 086 rrfs_conus13km_hrrr_warm_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/control_CubedSphereGrid_debug -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/control_CubedSphereGrid_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/control_CubedSphereGrid_debug Checking test 087 control_CubedSphereGrid_debug results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -3415,348 +3415,348 @@ Checking test 087 control_CubedSphereGrid_debug results .... Comparing atmf001.tile5.nc .........OK Comparing atmf001.tile6.nc .........OK - 0: The total amount of wall time = 142.050290 - 0: The maximum resident set size (KB) = 787284 + 0: The total amount of wall time = 143.864729 + 0: The maximum resident set size (KB) = 785280 Test 087 control_CubedSphereGrid_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/control_wrtGauss_netcdf_parallel_debug -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/control_wrtGauss_netcdf_parallel_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/control_wrtGauss_netcdf_parallel_debug Checking test 088 control_wrtGauss_netcdf_parallel_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 146.148586 - 0: The maximum resident set size (KB) = 794892 + 0: The total amount of wall time = 145.300921 + 0: The maximum resident set size (KB) = 793768 Test 088 control_wrtGauss_netcdf_parallel_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/control_stochy_debug -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/control_stochy_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/control_stochy_debug Checking test 089 control_stochy_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 169.789522 - 0: The maximum resident set size (KB) = 797640 + 0: The total amount of wall time = 164.674166 + 0: The maximum resident set size (KB) = 793348 Test 089 control_stochy_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/control_lndp_debug -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/control_lndp_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/control_lndp_debug Checking test 090 control_lndp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 147.456254 - 0: The maximum resident set size (KB) = 794940 + 0: The total amount of wall time = 145.439686 + 0: The maximum resident set size (KB) = 787148 Test 090 control_lndp_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/control_csawmg_debug -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/control_csawmg_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/control_csawmg_debug Checking test 091 control_csawmg_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 223.790607 - 0: The maximum resident set size (KB) = 840024 + 0: The total amount of wall time = 227.587786 + 0: The maximum resident set size (KB) = 836288 Test 091 control_csawmg_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/control_csawmgt_debug -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/control_csawmgt_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/control_csawmgt_debug Checking test 092 control_csawmgt_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 220.360968 - 0: The maximum resident set size (KB) = 835312 + 0: The total amount of wall time = 219.168377 + 0: The maximum resident set size (KB) = 837328 Test 092 control_csawmgt_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/control_ras_debug -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/control_ras_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/control_ras_debug Checking test 093 control_ras_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 150.350569 - 0: The maximum resident set size (KB) = 800712 + 0: The total amount of wall time = 147.189512 + 0: The maximum resident set size (KB) = 804304 Test 093 control_ras_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/control_diag_debug -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/control_diag_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/control_diag_debug Checking test 094 control_diag_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 150.272363 - 0: The maximum resident set size (KB) = 843464 + 0: The total amount of wall time = 147.635381 + 0: The maximum resident set size (KB) = 843096 Test 094 control_diag_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/control_debug_p8 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/control_debug_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/control_debug_p8 Checking test 095 control_debug_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 163.553824 - 0: The maximum resident set size (KB) = 1613920 + 0: The total amount of wall time = 162.794174 + 0: The maximum resident set size (KB) = 1614896 Test 095 control_debug_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/regional_debug -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/regional_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/regional_debug Checking test 096 regional_debug results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK Comparing phyf000.nc .........OK Comparing phyf001.nc .........OK - 0: The total amount of wall time = 971.736219 - 0: The maximum resident set size (KB) = 884552 + 0: The total amount of wall time = 961.766461 + 0: The maximum resident set size (KB) = 872640 Test 096 regional_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_control_debug -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/rap_control_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/rap_control_debug Checking test 097 rap_control_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 272.018778 - 0: The maximum resident set size (KB) = 1166972 + 0: The total amount of wall time = 272.478168 + 0: The maximum resident set size (KB) = 1168100 Test 097 rap_control_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/hrrr_control_debug -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/hrrr_control_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/hrrr_control_debug Checking test 098 hrrr_control_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 265.799714 - 0: The maximum resident set size (KB) = 1162100 + 0: The total amount of wall time = 268.477807 + 0: The maximum resident set size (KB) = 1163032 Test 098 hrrr_control_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_control_debug -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/rap_unified_drag_suite_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/rap_unified_drag_suite_debug Checking test 099 rap_unified_drag_suite_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 268.204185 - 0: The maximum resident set size (KB) = 1166704 + 0: The total amount of wall time = 273.992002 + 0: The maximum resident set size (KB) = 1164820 Test 099 rap_unified_drag_suite_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_diag_debug -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/rap_diag_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/rap_diag_debug Checking test 100 rap_diag_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 285.502572 - 0: The maximum resident set size (KB) = 1248340 + 0: The total amount of wall time = 281.065165 + 0: The maximum resident set size (KB) = 1247932 Test 100 rap_diag_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_cires_ugwp_debug -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/rap_cires_ugwp_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/rap_cires_ugwp_debug Checking test 101 rap_cires_ugwp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 275.677516 - 0: The maximum resident set size (KB) = 1165692 + 0: The total amount of wall time = 276.423785 + 0: The maximum resident set size (KB) = 1160544 Test 101 rap_cires_ugwp_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_cires_ugwp_debug -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/rap_unified_ugwp_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/rap_unified_ugwp_debug Checking test 102 rap_unified_ugwp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 275.060948 - 0: The maximum resident set size (KB) = 1168176 + 0: The total amount of wall time = 279.195559 + 0: The maximum resident set size (KB) = 1166704 Test 102 rap_unified_ugwp_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_lndp_debug -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/rap_lndp_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/rap_lndp_debug Checking test 103 rap_lndp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 271.357641 - 0: The maximum resident set size (KB) = 1165824 + 0: The total amount of wall time = 273.107549 + 0: The maximum resident set size (KB) = 1165616 Test 103 rap_lndp_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_progcld_thompson_debug -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/rap_progcld_thompson_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/rap_progcld_thompson_debug Checking test 104 rap_progcld_thompson_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 272.261793 - 0: The maximum resident set size (KB) = 1168424 + 0: The total amount of wall time = 270.369563 + 0: The maximum resident set size (KB) = 1170572 Test 104 rap_progcld_thompson_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_noah_debug -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/rap_noah_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/rap_noah_debug Checking test 105 rap_noah_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 266.270051 - 0: The maximum resident set size (KB) = 1165640 + 0: The total amount of wall time = 267.572985 + 0: The maximum resident set size (KB) = 1161684 Test 105 rap_noah_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_sfcdiff_debug -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/rap_sfcdiff_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/rap_sfcdiff_debug Checking test 106 rap_sfcdiff_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 271.287005 - 0: The maximum resident set size (KB) = 1162120 + 0: The total amount of wall time = 271.710490 + 0: The maximum resident set size (KB) = 1164616 Test 106 rap_sfcdiff_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_noah_sfcdiff_cires_ugwp_debug -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/rap_noah_sfcdiff_cires_ugwp_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/rap_noah_sfcdiff_cires_ugwp_debug Checking test 107 rap_noah_sfcdiff_cires_ugwp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 451.960513 - 0: The maximum resident set size (KB) = 1162620 + 0: The total amount of wall time = 445.662559 + 0: The maximum resident set size (KB) = 1146764 Test 107 rap_noah_sfcdiff_cires_ugwp_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/rrfs_v1beta_debug -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/rrfs_v1beta_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/rrfs_v1beta_debug Checking test 108 rrfs_v1beta_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 263.464636 - 0: The maximum resident set size (KB) = 1159092 + 0: The total amount of wall time = 270.850382 + 0: The maximum resident set size (KB) = 1158796 Test 108 rrfs_v1beta_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_clm_lake_debug -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/rap_clm_lake_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/rap_clm_lake_debug Checking test 109 rap_clm_lake_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 332.274813 - 0: The maximum resident set size (KB) = 1170748 + 0: The total amount of wall time = 335.449062 + 0: The maximum resident set size (KB) = 1146976 Test 109 rap_clm_lake_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_flake_debug -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/rap_flake_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/rap_flake_debug Checking test 110 rap_flake_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 274.250419 - 0: The maximum resident set size (KB) = 1165564 + 0: The total amount of wall time = 275.632175 + 0: The maximum resident set size (KB) = 1168564 Test 110 rap_flake_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/control_wam_debug -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/control_wam_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/control_wam_debug Checking test 111 control_wam_debug results .... Comparing sfcf019.nc .........OK Comparing atmf019.nc .........OK - 0: The total amount of wall time = 272.422287 - 0: The maximum resident set size (KB) = 538196 + 0: The total amount of wall time = 271.369969 + 0: The maximum resident set size (KB) = 515120 Test 111 control_wam_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/regional_spp_sppt_shum_skeb_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/regional_spp_sppt_shum_skeb_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/regional_spp_sppt_shum_skeb_dyn32_phy32 Checking test 112 regional_spp_sppt_shum_skeb_dyn32_phy32 results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK @@ -3767,14 +3767,14 @@ Checking test 112 regional_spp_sppt_shum_skeb_dyn32_phy32 results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF01 .........OK - 0: The total amount of wall time = 217.012157 - 0: The maximum resident set size (KB) = 1068416 + 0: The total amount of wall time = 217.604529 + 0: The maximum resident set size (KB) = 1039868 Test 112 regional_spp_sppt_shum_skeb_dyn32_phy32 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_control_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/rap_control_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/rap_control_dyn32_phy32 Checking test 113 rap_control_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3821,14 +3821,14 @@ Checking test 113 rap_control_dyn32_phy32 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 381.442848 - 0: The maximum resident set size (KB) = 995784 + 0: The total amount of wall time = 383.675439 + 0: The maximum resident set size (KB) = 1003144 Test 113 rap_control_dyn32_phy32 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/hrrr_control_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/hrrr_control_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/hrrr_control_dyn32_phy32 Checking test 114 hrrr_control_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3875,14 +3875,14 @@ Checking test 114 hrrr_control_dyn32_phy32 results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 188.999364 - 0: The maximum resident set size (KB) = 949352 + 0: The total amount of wall time = 191.690737 + 0: The maximum resident set size (KB) = 946560 Test 114 hrrr_control_dyn32_phy32 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_control_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/rap_2threads_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/rap_2threads_dyn32_phy32 Checking test 115 rap_2threads_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3929,14 +3929,14 @@ Checking test 115 rap_2threads_dyn32_phy32 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 364.766247 - 0: The maximum resident set size (KB) = 1011236 + 0: The total amount of wall time = 364.196544 + 0: The maximum resident set size (KB) = 1018824 Test 115 rap_2threads_dyn32_phy32 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/hrrr_control_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/hrrr_control_2threads_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/hrrr_control_2threads_dyn32_phy32 Checking test 116 hrrr_control_2threads_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3983,14 +3983,14 @@ Checking test 116 hrrr_control_2threads_dyn32_phy32 results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 174.154637 - 0: The maximum resident set size (KB) = 926088 + 0: The total amount of wall time = 176.113771 + 0: The maximum resident set size (KB) = 924184 Test 116 hrrr_control_2threads_dyn32_phy32 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/hrrr_control_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/hrrr_control_decomp_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/hrrr_control_decomp_dyn32_phy32 Checking test 117 hrrr_control_decomp_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -4037,14 +4037,14 @@ Checking test 117 hrrr_control_decomp_dyn32_phy32 results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 198.411039 - 0: The maximum resident set size (KB) = 892788 + 0: The total amount of wall time = 200.280653 + 0: The maximum resident set size (KB) = 893360 Test 117 hrrr_control_decomp_dyn32_phy32 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_control_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/rap_restart_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/rap_restart_dyn32_phy32 Checking test 118 rap_restart_dyn32_phy32 results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -4083,28 +4083,28 @@ Checking test 118 rap_restart_dyn32_phy32 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 283.811986 - 0: The maximum resident set size (KB) = 942424 + 0: The total amount of wall time = 282.409207 + 0: The maximum resident set size (KB) = 926556 Test 118 rap_restart_dyn32_phy32 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/hrrr_control_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/hrrr_control_restart_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/hrrr_control_restart_dyn32_phy32 Checking test 119 hrrr_control_restart_dyn32_phy32 results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 98.229494 - 0: The maximum resident set size (KB) = 854824 + 0: The total amount of wall time = 102.513674 + 0: The maximum resident set size (KB) = 860344 Test 119 hrrr_control_restart_dyn32_phy32 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_control_dyn64_phy32 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/rap_control_dyn64_phy32 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/rap_control_dyn64_phy32 Checking test 120 rap_control_dyn64_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -4151,81 +4151,81 @@ Checking test 120 rap_control_dyn64_phy32 results .... Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 244.716856 - 0: The maximum resident set size (KB) = 961772 + 0: The total amount of wall time = 246.904465 + 0: The maximum resident set size (KB) = 960892 Test 120 rap_control_dyn64_phy32 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_control_debug_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/rap_control_debug_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/rap_control_debug_dyn32_phy32 Checking test 121 rap_control_debug_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 268.031686 - 0: The maximum resident set size (KB) = 1053668 + 0: The total amount of wall time = 261.821324 + 0: The maximum resident set size (KB) = 1054440 Test 121 rap_control_debug_dyn32_phy32 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/hrrr_control_debug_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/hrrr_control_debug_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/hrrr_control_debug_dyn32_phy32 Checking test 122 hrrr_control_debug_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 261.061005 - 0: The maximum resident set size (KB) = 1050468 + 0: The total amount of wall time = 264.515157 + 0: The maximum resident set size (KB) = 1050884 Test 122 hrrr_control_debug_dyn32_phy32 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_control_debug_dyn64_phy32 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/rap_control_dyn64_phy32_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/rap_control_dyn64_phy32_debug Checking test 123 rap_control_dyn64_phy32_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 266.823794 - 0: The maximum resident set size (KB) = 1098892 + 0: The total amount of wall time = 273.705454 + 0: The maximum resident set size (KB) = 1093232 Test 123 rap_control_dyn64_phy32_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/hafs_regional_atm -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/hafs_regional_atm +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/hafs_regional_atm Checking test 124 hafs_regional_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing HURPRS.GrbF06 .........OK - 0: The total amount of wall time = 240.469457 - 0: The maximum resident set size (KB) = 1042548 + 0: The total amount of wall time = 235.884294 + 0: The maximum resident set size (KB) = 1038716 Test 124 hafs_regional_atm PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/hafs_regional_atm_thompson_gfdlsf -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/hafs_regional_atm_thompson_gfdlsf +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/hafs_regional_atm_thompson_gfdlsf Checking test 125 hafs_regional_atm_thompson_gfdlsf results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK - 0: The total amount of wall time = 301.682006 - 0: The maximum resident set size (KB) = 1406344 + 0: The total amount of wall time = 323.776287 + 0: The maximum resident set size (KB) = 1403272 Test 125 hafs_regional_atm_thompson_gfdlsf PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/hafs_regional_atm_ocn -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/hafs_regional_atm_ocn +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/hafs_regional_atm_ocn Checking test 126 hafs_regional_atm_ocn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4234,14 +4234,14 @@ Checking test 126 hafs_regional_atm_ocn results .... Comparing ufs.hafs.cpl.hi.2019-08-29-21600.nc .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 380.019023 - 0: The maximum resident set size (KB) = 1213552 + 0: The total amount of wall time = 379.636878 + 0: The maximum resident set size (KB) = 1223424 Test 126 hafs_regional_atm_ocn PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/hafs_regional_atm_wav -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/hafs_regional_atm_wav +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/hafs_regional_atm_wav Checking test 127 hafs_regional_atm_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4250,14 +4250,14 @@ Checking test 127 hafs_regional_atm_wav results .... Comparing ufs.hafs.ww3.r.2019-08-29-21600 .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 745.623815 - 0: The maximum resident set size (KB) = 1240208 + 0: The total amount of wall time = 740.061884 + 0: The maximum resident set size (KB) = 1249812 Test 127 hafs_regional_atm_wav PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/hafs_regional_atm_ocn_wav -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/hafs_regional_atm_ocn_wav +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/hafs_regional_atm_ocn_wav Checking test 128 hafs_regional_atm_ocn_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4268,28 +4268,28 @@ Checking test 128 hafs_regional_atm_ocn_wav results .... Comparing ufs.hafs.ww3.r.2019-08-29-21600 .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 836.811340 - 0: The maximum resident set size (KB) = 1269664 + 0: The total amount of wall time = 838.417342 + 0: The maximum resident set size (KB) = 1271212 Test 128 hafs_regional_atm_ocn_wav PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/hafs_regional_1nest_atm -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/hafs_regional_1nest_atm +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/hafs_regional_1nest_atm Checking test 129 hafs_regional_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK Comparing sfc.nest02.f006.nc .........OK - 0: The total amount of wall time = 316.796803 - 0: The maximum resident set size (KB) = 503336 + 0: The total amount of wall time = 316.135725 + 0: The maximum resident set size (KB) = 502348 Test 129 hafs_regional_1nest_atm PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/hafs_regional_telescopic_2nests_atm -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/hafs_regional_telescopic_2nests_atm +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/hafs_regional_telescopic_2nests_atm Checking test 130 hafs_regional_telescopic_2nests_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4298,28 +4298,28 @@ Checking test 130 hafs_regional_telescopic_2nests_atm results .... Comparing atm.nest03.f006.nc .........OK Comparing sfc.nest03.f006.nc .........OK - 0: The total amount of wall time = 362.434313 - 0: The maximum resident set size (KB) = 510576 + 0: The total amount of wall time = 365.406886 + 0: The maximum resident set size (KB) = 486464 Test 130 hafs_regional_telescopic_2nests_atm PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/hafs_global_1nest_atm -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/hafs_global_1nest_atm +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/hafs_global_1nest_atm Checking test 131 hafs_global_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK Comparing sfc.nest02.f006.nc .........OK - 0: The total amount of wall time = 145.797522 - 0: The maximum resident set size (KB) = 348264 + 0: The total amount of wall time = 153.857349 + 0: The maximum resident set size (KB) = 347508 Test 131 hafs_global_1nest_atm PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/hafs_global_multiple_4nests_atm -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/hafs_global_multiple_4nests_atm +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/hafs_global_multiple_4nests_atm Checking test 132 hafs_global_multiple_4nests_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4337,14 +4337,14 @@ Checking test 132 hafs_global_multiple_4nests_atm results .... Comparing HURPRS.GrbF06.nest04 .........OK Comparing HURPRS.GrbF06.nest05 .........OK - 0: The total amount of wall time = 414.194562 - 0: The maximum resident set size (KB) = 453784 + 0: The total amount of wall time = 411.207520 + 0: The maximum resident set size (KB) = 450836 Test 132 hafs_global_multiple_4nests_atm PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/hafs_regional_specified_moving_1nest_atm -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/hafs_regional_specified_moving_1nest_atm +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/hafs_regional_specified_moving_1nest_atm Checking test 133 hafs_regional_specified_moving_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4353,28 +4353,28 @@ Checking test 133 hafs_regional_specified_moving_1nest_atm results .... Comparing HURPRS.GrbF06 .........OK Comparing HURPRS.GrbF06.nest02 .........OK - 0: The total amount of wall time = 201.618074 - 0: The maximum resident set size (KB) = 516700 + 0: The total amount of wall time = 202.990582 + 0: The maximum resident set size (KB) = 519152 Test 133 hafs_regional_specified_moving_1nest_atm PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/hafs_regional_storm_following_1nest_atm -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/hafs_regional_storm_following_1nest_atm +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/hafs_regional_storm_following_1nest_atm Checking test 134 hafs_regional_storm_following_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK Comparing sfc.nest02.f006.nc .........OK - 0: The total amount of wall time = 190.224550 - 0: The maximum resident set size (KB) = 521452 + 0: The total amount of wall time = 192.596759 + 0: The maximum resident set size (KB) = 518952 Test 134 hafs_regional_storm_following_1nest_atm PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/hafs_regional_storm_following_1nest_atm_ocn -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/hafs_regional_storm_following_1nest_atm_ocn +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/hafs_regional_storm_following_1nest_atm_ocn Checking test 135 hafs_regional_storm_following_1nest_atm_ocn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4383,42 +4383,42 @@ Checking test 135 hafs_regional_storm_following_1nest_atm_ocn results .... Comparing archv.2020_238_18.a .........OK Comparing archs.2020_238_18.a .........OK - 0: The total amount of wall time = 220.562860 - 0: The maximum resident set size (KB) = 567604 + 0: The total amount of wall time = 221.216783 + 0: The maximum resident set size (KB) = 559584 Test 135 hafs_regional_storm_following_1nest_atm_ocn PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/hafs_global_storm_following_1nest_atm -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/hafs_global_storm_following_1nest_atm +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/hafs_global_storm_following_1nest_atm Checking test 136 hafs_global_storm_following_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK Comparing sfc.nest02.f006.nc .........OK - 0: The total amount of wall time = 57.565483 - 0: The maximum resident set size (KB) = 370036 + 0: The total amount of wall time = 57.386100 + 0: The maximum resident set size (KB) = 366224 Test 136 hafs_global_storm_following_1nest_atm PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/hafs_regional_storm_following_1nest_atm_ocn_debug -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/hafs_regional_storm_following_1nest_atm_ocn_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/hafs_regional_storm_following_1nest_atm_ocn_debug Checking test 137 hafs_regional_storm_following_1nest_atm_ocn_debug results .... Comparing atmf001.nc .........OK Comparing sfcf001.nc .........OK Comparing atm.nest02.f001.nc .........OK Comparing sfc.nest02.f001.nc .........OK - 0: The total amount of wall time = 715.485951 - 0: The maximum resident set size (KB) = 586092 + 0: The total amount of wall time = 712.441910 + 0: The maximum resident set size (KB) = 582708 Test 137 hafs_regional_storm_following_1nest_atm_ocn_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/hafs_regional_storm_following_1nest_atm_ocn_wav -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/hafs_regional_storm_following_1nest_atm_ocn_wav +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/hafs_regional_storm_following_1nest_atm_ocn_wav Checking test 138 hafs_regional_storm_following_1nest_atm_ocn_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4429,14 +4429,14 @@ Checking test 138 hafs_regional_storm_following_1nest_atm_ocn_wav results .... Comparing 20200825.180000.out_grd.ww3 .........OK Comparing 20200825.180000.out_pnt.ww3 .........OK - 0: The total amount of wall time = 482.666386 - 0: The maximum resident set size (KB) = 623272 + 0: The total amount of wall time = 481.272017 + 0: The maximum resident set size (KB) = 619368 Test 138 hafs_regional_storm_following_1nest_atm_ocn_wav PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/hafs_regional_docn -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/hafs_regional_docn +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/hafs_regional_docn Checking test 139 hafs_regional_docn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4444,14 +4444,14 @@ Checking test 139 hafs_regional_docn results .... Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK Comparing ufs.hafs.docn.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 356.332029 - 0: The maximum resident set size (KB) = 1228712 + 0: The total amount of wall time = 355.526439 + 0: The maximum resident set size (KB) = 1222268 Test 139 hafs_regional_docn PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/hafs_regional_docn_oisst -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/hafs_regional_docn_oisst +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/hafs_regional_docn_oisst Checking test 140 hafs_regional_docn_oisst results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4459,131 +4459,131 @@ Checking test 140 hafs_regional_docn_oisst results .... Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK Comparing ufs.hafs.docn.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 360.831335 - 0: The maximum resident set size (KB) = 1219240 + 0: The total amount of wall time = 361.853298 + 0: The maximum resident set size (KB) = 1211528 Test 140 hafs_regional_docn_oisst PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/hafs_regional_datm_cdeps -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/hafs_regional_datm_cdeps +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/hafs_regional_datm_cdeps Checking test 141 hafs_regional_datm_cdeps results .... Comparing ufs.hafs.cpl.hi.2019-08-30-00000.nc .........OK Comparing ufs.hafs.cpl.r.2019-08-30-00000.nc .........OK Comparing ufs.hafs.datm.r.2019-08-30-00000.nc .........OK - 0: The total amount of wall time = 965.350081 - 0: The maximum resident set size (KB) = 1039020 + 0: The total amount of wall time = 954.709863 + 0: The maximum resident set size (KB) = 1036544 Test 141 hafs_regional_datm_cdeps PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/datm_cdeps_control_cfsr -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/datm_cdeps_control_cfsr +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/datm_cdeps_control_cfsr Checking test 142 datm_cdeps_control_cfsr results .... Comparing RESTART/20111002.000000.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 - 0: The total amount of wall time = 157.535428 - 0: The maximum resident set size (KB) = 1076492 + 0: The total amount of wall time = 153.893257 + 0: The maximum resident set size (KB) = 1081988 Test 142 datm_cdeps_control_cfsr PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/datm_cdeps_control_cfsr -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/datm_cdeps_restart_cfsr +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/datm_cdeps_restart_cfsr Checking test 143 datm_cdeps_restart_cfsr results .... Comparing RESTART/20111002.000000.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 - 0: The total amount of wall time = 91.854141 - 0: The maximum resident set size (KB) = 1008044 + 0: The total amount of wall time = 91.855099 + 0: The maximum resident set size (KB) = 1012504 Test 143 datm_cdeps_restart_cfsr PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/datm_cdeps_control_gefs -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/datm_cdeps_control_gefs +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/datm_cdeps_control_gefs Checking test 144 datm_cdeps_control_gefs results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 148.074950 - 0: The maximum resident set size (KB) = 963988 + 0: The total amount of wall time = 151.289350 + 0: The maximum resident set size (KB) = 970700 Test 144 datm_cdeps_control_gefs PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/datm_cdeps_iau_gefs -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/datm_cdeps_iau_gefs +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/datm_cdeps_iau_gefs Checking test 145 datm_cdeps_iau_gefs results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 153.575478 - 0: The maximum resident set size (KB) = 963596 + 0: The total amount of wall time = 154.005783 + 0: The maximum resident set size (KB) = 959800 Test 145 datm_cdeps_iau_gefs PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/datm_cdeps_stochy_gefs -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/datm_cdeps_stochy_gefs +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/datm_cdeps_stochy_gefs Checking test 146 datm_cdeps_stochy_gefs results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 152.250968 - 0: The maximum resident set size (KB) = 962304 + 0: The total amount of wall time = 152.345540 + 0: The maximum resident set size (KB) = 973360 Test 146 datm_cdeps_stochy_gefs PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/datm_cdeps_ciceC_cfsr -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/datm_cdeps_ciceC_cfsr +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/datm_cdeps_ciceC_cfsr Checking test 147 datm_cdeps_ciceC_cfsr results .... Comparing RESTART/20111002.000000.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 - 0: The total amount of wall time = 156.411116 - 0: The maximum resident set size (KB) = 1052260 + 0: The total amount of wall time = 156.703635 + 0: The maximum resident set size (KB) = 1062776 Test 147 datm_cdeps_ciceC_cfsr PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/datm_cdeps_bulk_cfsr -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/datm_cdeps_bulk_cfsr +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/datm_cdeps_bulk_cfsr Checking test 148 datm_cdeps_bulk_cfsr results .... Comparing RESTART/20111002.000000.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 - 0: The total amount of wall time = 152.255246 - 0: The maximum resident set size (KB) = 1051100 + 0: The total amount of wall time = 155.116105 + 0: The maximum resident set size (KB) = 1064372 Test 148 datm_cdeps_bulk_cfsr PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/datm_cdeps_bulk_gefs -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/datm_cdeps_bulk_gefs +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/datm_cdeps_bulk_gefs Checking test 149 datm_cdeps_bulk_gefs results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 148.651584 - 0: The maximum resident set size (KB) = 961872 + 0: The total amount of wall time = 146.200451 + 0: The maximum resident set size (KB) = 961028 Test 149 datm_cdeps_bulk_gefs PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/datm_cdeps_mx025_cfsr -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/datm_cdeps_mx025_cfsr +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/datm_cdeps_mx025_cfsr Checking test 150 datm_cdeps_mx025_cfsr results .... Comparing RESTART/20111001.120000.MOM.res.nc .........OK Comparing RESTART/20111001.120000.MOM.res_1.nc .........OK @@ -4592,14 +4592,14 @@ Checking test 150 datm_cdeps_mx025_cfsr results .... Comparing RESTART/iced.2011-10-01-43200.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-01-43200.nc .........OK - 0: The total amount of wall time = 427.073508 - 0: The maximum resident set size (KB) = 881828 + 0: The total amount of wall time = 408.173498 + 0: The maximum resident set size (KB) = 886596 Test 150 datm_cdeps_mx025_cfsr PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/datm_cdeps_mx025_gefs -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/datm_cdeps_mx025_gefs +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/datm_cdeps_mx025_gefs Checking test 151 datm_cdeps_mx025_gefs results .... Comparing RESTART/20111001.120000.MOM.res.nc .........OK Comparing RESTART/20111001.120000.MOM.res_1.nc .........OK @@ -4608,77 +4608,77 @@ Checking test 151 datm_cdeps_mx025_gefs results .... Comparing RESTART/iced.2011-10-01-43200.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-01-43200.nc .........OK - 0: The total amount of wall time = 405.677294 - 0: The maximum resident set size (KB) = 934044 + 0: The total amount of wall time = 401.865329 + 0: The maximum resident set size (KB) = 912668 Test 151 datm_cdeps_mx025_gefs PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/datm_cdeps_control_cfsr -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/datm_cdeps_multiple_files_cfsr +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/datm_cdeps_multiple_files_cfsr Checking test 152 datm_cdeps_multiple_files_cfsr results .... Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 152.982800 - 0: The maximum resident set size (KB) = 1066864 + 0: The total amount of wall time = 156.211145 + 0: The maximum resident set size (KB) = 1057000 Test 152 datm_cdeps_multiple_files_cfsr PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/datm_cdeps_3072x1536_cfsr -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/datm_cdeps_3072x1536_cfsr +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/datm_cdeps_3072x1536_cfsr Checking test 153 datm_cdeps_3072x1536_cfsr results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR3072x1536.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 218.101311 - 0: The maximum resident set size (KB) = 2308864 + 0: The total amount of wall time = 222.246432 + 0: The maximum resident set size (KB) = 2368976 Test 153 datm_cdeps_3072x1536_cfsr PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/datm_cdeps_gfs -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/datm_cdeps_gfs +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/datm_cdeps_gfs Checking test 154 datm_cdeps_gfs results .... Comparing RESTART/20210323.060000.MOM.res.nc .........OK Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/DATM_GFS.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 219.371810 - 0: The maximum resident set size (KB) = 2352532 + 0: The total amount of wall time = 221.867738 + 0: The maximum resident set size (KB) = 2368408 Test 154 datm_cdeps_gfs PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/datm_cdeps_debug_cfsr -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/datm_cdeps_debug_cfsr +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/datm_cdeps_debug_cfsr Checking test 155 datm_cdeps_debug_cfsr results .... Comparing RESTART/20111001.060000.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 - 0: The total amount of wall time = 354.157758 - 0: The maximum resident set size (KB) = 982788 + 0: The total amount of wall time = 357.729165 + 0: The maximum resident set size (KB) = 985568 Test 155 datm_cdeps_debug_cfsr PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/datm_cdeps_control_cfsr_faster -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/datm_cdeps_control_cfsr_faster +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/datm_cdeps_control_cfsr_faster Checking test 156 datm_cdeps_control_cfsr_faster results .... Comparing RESTART/20111002.000000.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 - 0: The total amount of wall time = 154.028520 - 0: The maximum resident set size (KB) = 1070468 + 0: The total amount of wall time = 153.587502 + 0: The maximum resident set size (KB) = 1061128 Test 156 datm_cdeps_control_cfsr_faster PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/datm_cdeps_lnd_gswp3 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/datm_cdeps_lnd_gswp3 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/datm_cdeps_lnd_gswp3 Checking test 157 datm_cdeps_lnd_gswp3 results .... Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile1.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile2.nc .........OK @@ -4687,14 +4687,14 @@ Checking test 157 datm_cdeps_lnd_gswp3 results .... Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile5.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile6.nc .........OK - 0: The total amount of wall time = 6.813945 - 0: The maximum resident set size (KB) = 254860 + 0: The total amount of wall time = 6.420576 + 0: The maximum resident set size (KB) = 250188 Test 157 datm_cdeps_lnd_gswp3 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/datm_cdeps_lnd_gswp3 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/datm_cdeps_lnd_gswp3_rst +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/datm_cdeps_lnd_gswp3_rst Checking test 158 datm_cdeps_lnd_gswp3_rst results .... Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile1.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile2.nc .........OK @@ -4703,14 +4703,14 @@ Checking test 158 datm_cdeps_lnd_gswp3_rst results .... Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile5.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile6.nc .........OK - 0: The total amount of wall time = 12.073604 - 0: The maximum resident set size (KB) = 265252 + 0: The total amount of wall time = 12.240902 + 0: The maximum resident set size (KB) = 255108 Test 158 datm_cdeps_lnd_gswp3_rst PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/control_p8_atmlnd_sbs -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/control_p8_atmlnd_sbs +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/control_p8_atmlnd_sbs Checking test 159 control_p8_atmlnd_sbs results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -4795,14 +4795,14 @@ Checking test 159 control_p8_atmlnd_sbs results .... Comparing ufs.cpld.lnd.out.2021-03-23-21600.tile5.nc .........OK Comparing ufs.cpld.lnd.out.2021-03-23-21600.tile6.nc .........OK - 0: The total amount of wall time = 205.422638 - 0: The maximum resident set size (KB) = 1602904 + 0: The total amount of wall time = 206.193781 + 0: The maximum resident set size (KB) = 1599948 Test 159 control_p8_atmlnd_sbs PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/atmwav_control_noaero_p8 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/atmwav_control_noaero_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/atmwav_control_noaero_p8 Checking test 160 atmwav_control_noaero_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -4845,14 +4845,14 @@ Checking test 160 atmwav_control_noaero_p8 results .... Comparing 20210322.180000.out_grd.ww3 .........OK Comparing ufs.atmw.ww3.r.2021-03-22-64800 .........OK - 0: The total amount of wall time = 95.624317 - 0: The maximum resident set size (KB) = 1637176 + 0: The total amount of wall time = 94.178039 + 0: The maximum resident set size (KB) = 1631888 Test 160 atmwav_control_noaero_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/control_atmwav -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/control_atmwav +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/control_atmwav Checking test 161 control_atmwav results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -4896,14 +4896,14 @@ Checking test 161 control_atmwav results .... Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK Comparing 20210322.180000.restart.glo_1deg .........OK - 0: The total amount of wall time = 87.592680 - 0: The maximum resident set size (KB) = 659492 + 0: The total amount of wall time = 87.867996 + 0: The maximum resident set size (KB) = 660232 Test 161 control_atmwav PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/atmaero_control_p8 -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/atmaero_control_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/atmaero_control_p8 Checking test 162 atmaero_control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -4947,14 +4947,14 @@ Checking test 162 atmaero_control_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 229.271516 - 0: The maximum resident set size (KB) = 2969608 + 0: The total amount of wall time = 238.151730 + 0: The maximum resident set size (KB) = 2963816 Test 162 atmaero_control_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/atmaero_control_p8_rad -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/atmaero_control_p8_rad +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/atmaero_control_p8_rad Checking test 163 atmaero_control_p8_rad results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -4998,14 +4998,14 @@ Checking test 163 atmaero_control_p8_rad results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 280.954399 - 0: The maximum resident set size (KB) = 3040196 + 0: The total amount of wall time = 284.687484 + 0: The maximum resident set size (KB) = 2985340 Test 163 atmaero_control_p8_rad PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/atmaero_control_p8_rad_micro -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/atmaero_control_p8_rad_micro +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/atmaero_control_p8_rad_micro Checking test 164 atmaero_control_p8_rad_micro results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -5049,14 +5049,14 @@ Checking test 164 atmaero_control_p8_rad_micro results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 284.758217 - 0: The maximum resident set size (KB) = 3047264 + 0: The total amount of wall time = 282.330181 + 0: The maximum resident set size (KB) = 3046536 Test 164 atmaero_control_p8_rad_micro PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/regional_atmaq -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/regional_atmaq +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/regional_atmaq Checking test 165 regional_atmaq results .... Comparing sfcf000.nc .........OK Comparing sfcf003.nc .........OK @@ -5072,14 +5072,14 @@ Checking test 165 regional_atmaq results .... Comparing RESTART/20190801.180000.phy_data.nc .........OK Comparing RESTART/20190801.180000.sfc_data.nc .........OK - 0: The total amount of wall time = 640.133007 - 0: The maximum resident set size (KB) = 1449160 + 0: The total amount of wall time = 650.633576 + 0: The maximum resident set size (KB) = 1455828 Test 165 regional_atmaq PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/regional_atmaq_debug -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/regional_atmaq_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/regional_atmaq_debug Checking test 166 regional_atmaq_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -5093,14 +5093,14 @@ Checking test 166 regional_atmaq_debug results .... Comparing RESTART/20190801.130000.phy_data.nc .........OK Comparing RESTART/20190801.130000.sfc_data.nc .........OK - 0: The total amount of wall time = 1210.319070 - 0: The maximum resident set size (KB) = 1376256 + 0: The total amount of wall time = 1188.944006 + 0: The maximum resident set size (KB) = 1385728 Test 166 regional_atmaq_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/regional_atmaq_faster -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2624/regional_atmaq_faster +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7721/regional_atmaq_faster Checking test 167 regional_atmaq_faster results .... Comparing sfcf000.nc .........OK Comparing sfcf003.nc .........OK @@ -5116,12 +5116,12 @@ Checking test 167 regional_atmaq_faster results .... Comparing RESTART/20190801.180000.phy_data.nc .........OK Comparing RESTART/20190801.180000.sfc_data.nc .........OK - 0: The total amount of wall time = 557.898338 - 0: The maximum resident set size (KB) = 1463060 + 0: The total amount of wall time = 548.915994 + 0: The maximum resident set size (KB) = 1461324 Test 167 regional_atmaq_faster PASS REGRESSION TEST WAS SUCCESSFUL -Sun Apr 30 23:34:41 UTC 2023 -Elapsed time: 01h:11m:58s. Have a nice day! +Wed May 3 13:12:53 UTC 2023 +Elapsed time: 01h:10m:12s. Have a nice day! diff --git a/tests/RegressionTests_jet.intel.log b/tests/RegressionTests_jet.intel.log index 2211e248af..a4c3ba5db1 100644 --- a/tests/RegressionTests_jet.intel.log +++ b/tests/RegressionTests_jet.intel.log @@ -1,43 +1,43 @@ -Sun Apr 30 23:16:23 UTC 2023 +Wed May 3 12:23:31 UTC 2023 Start Regression test -Compile 001 elapsed time 1958 seconds. -DAPP=S2SWA -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -DMOM6SOLO=ON -Compile 002 elapsed time 2044 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -DMOM6SOLO=ON -Compile 003 elapsed time 1854 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -DMOM6SOLO=ON -Compile 004 elapsed time 309 seconds. -DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 005 elapsed time 281 seconds. -DAPP=S2SW -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 006 elapsed time 1675 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_sfcocn -DCMEPS_AOFLUX=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -DMOM6SOLO=ON -Compile 007 elapsed time 1673 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -DMOM6SOLO=ON -Compile 008 elapsed time 3341 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -DMOM6SOLO=ON -Compile 009 elapsed time 1799 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_WoFS_v0,FV3_GFS_v17_p8_mynn -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -Compile 010 elapsed time 1738 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_flake,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -Compile 011 elapsed time 1679 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_csawmg,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -Compile 012 elapsed time 1547 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -Compile 013 elapsed time 2153 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_WoFS_v0 -D32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -Compile 014 elapsed time 320 seconds. -DAPP=ATM -DDEBUG=ON -D32BIT=ON -DCCPP_SUITES=FV3_HRRR,FV3_HRRR_flake,FV3_GFS_v16,FV3_GFS_v16_csawmg,FV3_GFS_v16_ras,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km,FV3_RAP,FV3_HRRR,FV3_RAP_unified_ugwp,FV3_RAP_cires_ugwp,FV3_RAP_flake,FV3_RAP_clm_lake,FV3_RAP_noah,FV3_RAP_sfcdiff,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 015 elapsed time 221 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 016 elapsed time 1555 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_flake -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -Compile 017 elapsed time 1654 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -Compile 018 elapsed time 233 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_flake -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 019 elapsed time 241 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_flake -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 020 elapsed time 1715 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -Compile 021 elapsed time 274 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 022 elapsed time 2198 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_thompson_noahmp_nonsst,FV3_HAFS_v1_thompson_noahmp,FV3_HAFS_v1_thompson_nonsst,FV3_HAFS_v1_thompson,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -Compile 023 elapsed time 1657 seconds. -DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -Compile 024 elapsed time 287 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -DMOM6SOLO=ON -Compile 025 elapsed time 162 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 026 elapsed time 291 seconds. -DAPP=NG-GODAS -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -DMOM6SOLO=ON -Compile 027 elapsed time 105 seconds. -DAPP=LND -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -Compile 028 elapsed time 1696 seconds. -DAPP=ATML -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -Compile 029 elapsed time 1685 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -Compile 030 elapsed time 1643 seconds. -DAPP=ATMWM -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -Compile 031 elapsed time 1594 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -Compile 032 elapsed time 1563 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -Compile 033 elapsed time 212 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DDEBUG=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 034 elapsed time 2057 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DFASTER=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile 001 elapsed time 1966 seconds. -DAPP=S2SWA -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -DMOM6SOLO=ON +Compile 002 elapsed time 2020 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -DMOM6SOLO=ON +Compile 003 elapsed time 1810 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -DMOM6SOLO=ON +Compile 004 elapsed time 314 seconds. -DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 005 elapsed time 290 seconds. -DAPP=S2SW -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 006 elapsed time 1672 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_sfcocn -DCMEPS_AOFLUX=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -DMOM6SOLO=ON +Compile 007 elapsed time 1676 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -DMOM6SOLO=ON +Compile 008 elapsed time 3347 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -DMOM6SOLO=ON +Compile 009 elapsed time 1811 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_WoFS_v0,FV3_GFS_v17_p8_mynn -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile 010 elapsed time 1743 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_flake,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile 011 elapsed time 1691 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_csawmg,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile 012 elapsed time 1551 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile 013 elapsed time 2141 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_WoFS_v0 -D32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile 014 elapsed time 304 seconds. -DAPP=ATM -DDEBUG=ON -D32BIT=ON -DCCPP_SUITES=FV3_HRRR,FV3_HRRR_flake,FV3_GFS_v16,FV3_GFS_v16_csawmg,FV3_GFS_v16_ras,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km,FV3_RAP,FV3_HRRR,FV3_RAP_unified_ugwp,FV3_RAP_cires_ugwp,FV3_RAP_flake,FV3_RAP_clm_lake,FV3_RAP_noah,FV3_RAP_sfcdiff,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 015 elapsed time 236 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 016 elapsed time 1570 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_flake -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile 017 elapsed time 1624 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile 018 elapsed time 247 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_flake -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 019 elapsed time 244 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_flake -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 020 elapsed time 1717 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile 021 elapsed time 277 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 022 elapsed time 2241 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_thompson_noahmp_nonsst,FV3_HAFS_v1_thompson_noahmp,FV3_HAFS_v1_thompson_nonsst,FV3_HAFS_v1_thompson,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile 023 elapsed time 1682 seconds. -DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile 024 elapsed time 273 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -DMOM6SOLO=ON +Compile 025 elapsed time 151 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 026 elapsed time 283 seconds. -DAPP=NG-GODAS -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -DMOM6SOLO=ON +Compile 027 elapsed time 104 seconds. -DAPP=LND -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile 028 elapsed time 1679 seconds. -DAPP=ATML -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile 029 elapsed time 1649 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile 030 elapsed time 1629 seconds. -DAPP=ATMWM -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile 031 elapsed time 1593 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile 032 elapsed time 1531 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile 033 elapsed time 213 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DDEBUG=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 034 elapsed time 1980 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DFASTER=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/cpld_control_p8_mixedmode -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/cpld_control_p8_mixedmode +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/cpld_control_p8_mixedmode Checking test 001 cpld_control_p8_mixedmode results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -102,14 +102,14 @@ Checking test 001 cpld_control_p8_mixedmode results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 433.658122 - 0: The maximum resident set size (KB) = 1732092 + 0: The total amount of wall time = 444.546881 + 0: The maximum resident set size (KB) = 1761228 Test 001 cpld_control_p8_mixedmode PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/cpld_control_gfsv17 -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/cpld_control_gfsv17 +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/cpld_control_gfsv17 Checking test 002 cpld_control_gfsv17 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -173,14 +173,14 @@ Checking test 002 cpld_control_gfsv17 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 312.473670 - 0: The maximum resident set size (KB) = 1642332 + 0: The total amount of wall time = 325.263340 + 0: The maximum resident set size (KB) = 1644416 Test 002 cpld_control_gfsv17 PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/cpld_control_p8 -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/cpld_control_p8 +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/cpld_control_p8 Checking test 003 cpld_control_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -245,14 +245,14 @@ Checking test 003 cpld_control_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 492.032176 - 0: The maximum resident set size (KB) = 1794572 + 0: The total amount of wall time = 488.820730 + 0: The maximum resident set size (KB) = 1796112 Test 003 cpld_control_p8 PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/cpld_control_p8 -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/cpld_restart_p8 +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/cpld_restart_p8 Checking test 004 cpld_restart_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -305,14 +305,14 @@ Checking test 004 cpld_restart_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 287.891952 - 0: The maximum resident set size (KB) = 1490432 + 0: The total amount of wall time = 273.732936 + 0: The maximum resident set size (KB) = 1478748 Test 004 cpld_restart_p8 PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/cpld_control_p8 -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/cpld_control_qr_p8 +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/cpld_control_qr_p8 Checking test 005 cpld_control_qr_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -377,14 +377,14 @@ Checking test 005 cpld_control_qr_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 504.023257 - 0: The maximum resident set size (KB) = 1787376 + 0: The total amount of wall time = 489.882089 + 0: The maximum resident set size (KB) = 1807824 Test 005 cpld_control_qr_p8 PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/cpld_control_p8 -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/cpld_restart_qr_p8 +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/cpld_restart_qr_p8 Checking test 006 cpld_restart_qr_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -437,14 +437,14 @@ Checking test 006 cpld_restart_qr_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 293.339690 - 0: The maximum resident set size (KB) = 1503564 + 0: The total amount of wall time = 290.371159 + 0: The maximum resident set size (KB) = 1493256 Test 006 cpld_restart_qr_p8 PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/cpld_control_p8 -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/cpld_2threads_p8 +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/cpld_2threads_p8 Checking test 007 cpld_2threads_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -497,14 +497,14 @@ Checking test 007 cpld_2threads_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 529.456511 - 0: The maximum resident set size (KB) = 2008992 + 0: The total amount of wall time = 532.340098 + 0: The maximum resident set size (KB) = 1972240 -Test 007 cpld_2threads_p8 PASS +Test 007 cpld_2threads_p8 PASS Tries: 2 baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/cpld_control_p8 -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/cpld_decomp_p8 +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/cpld_decomp_p8 Checking test 008 cpld_decomp_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -557,14 +557,14 @@ Checking test 008 cpld_decomp_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 504.665956 - 0: The maximum resident set size (KB) = 1786908 + 0: The total amount of wall time = 495.528290 + 0: The maximum resident set size (KB) = 1788608 Test 008 cpld_decomp_p8 PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/cpld_control_p8 -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/cpld_mpi_p8 +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/cpld_mpi_p8 Checking test 009 cpld_mpi_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -617,14 +617,14 @@ Checking test 009 cpld_mpi_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 424.574423 - 0: The maximum resident set size (KB) = 1746796 + 0: The total amount of wall time = 409.477774 + 0: The maximum resident set size (KB) = 1719728 Test 009 cpld_mpi_p8 PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/cpld_control_ciceC_p8 -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/cpld_control_ciceC_p8 +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/cpld_control_ciceC_p8 Checking test 010 cpld_control_ciceC_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -689,14 +689,14 @@ Checking test 010 cpld_control_ciceC_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 483.825910 - 0: The maximum resident set size (KB) = 1796224 + 0: The total amount of wall time = 494.300033 + 0: The maximum resident set size (KB) = 1796328 Test 010 cpld_control_ciceC_p8 PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/cpld_control_noaero_p8 -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/cpld_control_noaero_p8 +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/cpld_control_noaero_p8 Checking test 011 cpld_control_noaero_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -760,14 +760,14 @@ Checking test 011 cpld_control_noaero_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 364.847907 - 0: The maximum resident set size (KB) = 1619932 + 0: The total amount of wall time = 358.780260 + 0: The maximum resident set size (KB) = 1621820 Test 011 cpld_control_noaero_p8 PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/cpld_control_c96_noaero_p8 -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/cpld_control_nowave_noaero_p8 +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/cpld_control_nowave_noaero_p8 Checking test 012 cpld_control_nowave_noaero_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -829,14 +829,14 @@ Checking test 012 cpld_control_nowave_noaero_p8 results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 370.722856 - 0: The maximum resident set size (KB) = 1677636 + 0: The total amount of wall time = 366.703486 + 0: The maximum resident set size (KB) = 1674956 Test 012 cpld_control_nowave_noaero_p8 PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/cpld_debug_p8 -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/cpld_debug_p8 +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/cpld_debug_p8 Checking test 013 cpld_debug_p8 results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK @@ -889,14 +889,14 @@ Checking test 013 cpld_debug_p8 results .... Comparing 20210322.090000.out_pnt.ww3 .........OK Comparing 20210322.090000.out_grd.ww3 .........OK - 0: The total amount of wall time = 703.009668 - 0: The maximum resident set size (KB) = 1812748 + 0: The total amount of wall time = 683.171519 + 0: The maximum resident set size (KB) = 1817412 Test 013 cpld_debug_p8 PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/cpld_debug_noaero_p8 -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/cpld_debug_noaero_p8 +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/cpld_debug_noaero_p8 Checking test 014 cpld_debug_noaero_p8 results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK @@ -948,14 +948,14 @@ Checking test 014 cpld_debug_noaero_p8 results .... Comparing 20210322.090000.out_pnt.ww3 .........OK Comparing 20210322.090000.out_grd.ww3 .........OK - 0: The total amount of wall time = 482.818484 - 0: The maximum resident set size (KB) = 1645776 + 0: The total amount of wall time = 484.192291 + 0: The maximum resident set size (KB) = 1634340 Test 014 cpld_debug_noaero_p8 PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/cpld_control_noaero_p8_agrid -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/cpld_control_noaero_p8_agrid +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/cpld_control_noaero_p8_agrid Checking test 015 cpld_control_noaero_p8_agrid results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1017,14 +1017,14 @@ Checking test 015 cpld_control_noaero_p8_agrid results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 396.199801 - 0: The maximum resident set size (KB) = 1691492 + 0: The total amount of wall time = 396.744896 + 0: The maximum resident set size (KB) = 1687584 Test 015 cpld_control_noaero_p8_agrid PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/cpld_control_c48 -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/cpld_control_c48 +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/cpld_control_c48 Checking test 016 cpld_control_c48 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -1074,14 +1074,14 @@ Checking test 016 cpld_control_c48 results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 817.017496 - 0: The maximum resident set size (KB) = 2765076 + 0: The total amount of wall time = 808.618625 + 0: The maximum resident set size (KB) = 2766496 Test 016 cpld_control_c48 PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/cpld_warmstart_c48 -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/cpld_warmstart_c48 +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/cpld_warmstart_c48 Checking test 017 cpld_warmstart_c48 results .... Comparing sfcf006.tile1.nc .........OK Comparing sfcf006.tile2.nc .........OK @@ -1131,14 +1131,14 @@ Checking test 017 cpld_warmstart_c48 results .... Comparing RESTART/iced.2021-03-23-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-43200.nc .........OK - 0: The total amount of wall time = 223.994882 - 0: The maximum resident set size (KB) = 2775520 + 0: The total amount of wall time = 221.276356 + 0: The maximum resident set size (KB) = 2773816 Test 017 cpld_warmstart_c48 PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/cpld_warmstart_c48 -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/cpld_restart_c48 +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/cpld_restart_c48 Checking test 018 cpld_restart_c48 results .... Comparing sfcf006.tile1.nc .........OK Comparing sfcf006.tile2.nc .........OK @@ -1188,14 +1188,14 @@ Checking test 018 cpld_restart_c48 results .... Comparing RESTART/iced.2021-03-23-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-43200.nc .........OK - 0: The total amount of wall time = 121.451411 - 0: The maximum resident set size (KB) = 2205996 + 0: The total amount of wall time = 117.429383 + 0: The maximum resident set size (KB) = 2203132 Test 018 cpld_restart_c48 PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/cpld_control_p8_faster -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/cpld_control_p8_faster +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/cpld_control_p8_faster Checking test 019 cpld_control_p8_faster results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1260,14 +1260,14 @@ Checking test 019 cpld_control_p8_faster results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 503.946357 - 0: The maximum resident set size (KB) = 1786004 + 0: The total amount of wall time = 448.184283 + 0: The maximum resident set size (KB) = 1798568 Test 019 cpld_control_p8_faster PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/control_flake -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/control_flake +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/control_flake Checking test 020 control_flake results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1278,14 +1278,14 @@ Checking test 020 control_flake results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 313.922539 - 0: The maximum resident set size (KB) = 621080 + 0: The total amount of wall time = 269.273530 + 0: The maximum resident set size (KB) = 623136 Test 020 control_flake PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/control_CubedSphereGrid -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/control_CubedSphereGrid +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/control_CubedSphereGrid Checking test 021 control_CubedSphereGrid results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -1312,28 +1312,28 @@ Checking test 021 control_CubedSphereGrid results .... Comparing atmf024.tile5.nc .........OK Comparing atmf024.tile6.nc .........OK - 0: The total amount of wall time = 265.098227 - 0: The maximum resident set size (KB) = 571936 + 0: The total amount of wall time = 185.945664 + 0: The maximum resident set size (KB) = 569008 Test 021 control_CubedSphereGrid PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/control_CubedSphereGrid_parallel -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/control_CubedSphereGrid_parallel +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/control_CubedSphereGrid_parallel Checking test 022 control_CubedSphereGrid_parallel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc ............ALT CHECK......OK Comparing atmf024.nc ............ALT CHECK......OK - 0: The total amount of wall time = 217.710310 - 0: The maximum resident set size (KB) = 570600 + 0: The total amount of wall time = 188.351489 + 0: The maximum resident set size (KB) = 575336 Test 022 control_CubedSphereGrid_parallel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/control_latlon -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/control_latlon +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/control_latlon Checking test 023 control_latlon results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1344,14 +1344,14 @@ Checking test 023 control_latlon results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 233.655180 - 0: The maximum resident set size (KB) = 573352 + 0: The total amount of wall time = 186.866430 + 0: The maximum resident set size (KB) = 568864 Test 023 control_latlon PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/control_wrtGauss_netcdf_parallel -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/control_wrtGauss_netcdf_parallel +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/control_wrtGauss_netcdf_parallel Checking test 024 control_wrtGauss_netcdf_parallel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1362,14 +1362,14 @@ Checking test 024 control_wrtGauss_netcdf_parallel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 221.519769 - 0: The maximum resident set size (KB) = 571560 + 0: The total amount of wall time = 198.796004 + 0: The maximum resident set size (KB) = 569536 Test 024 control_wrtGauss_netcdf_parallel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/control_c48 -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/control_c48 +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/control_c48 Checking test 025 control_c48 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1408,14 +1408,14 @@ Checking test 025 control_c48 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0: The total amount of wall time = 604.942441 -0: The maximum resident set size (KB) = 789648 +0: The total amount of wall time = 598.546384 +0: The maximum resident set size (KB) = 787808 Test 025 control_c48 PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/control_c192 -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/control_c192 +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/control_c192 Checking test 026 control_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1426,14 +1426,14 @@ Checking test 026 control_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 825.662352 - 0: The maximum resident set size (KB) = 691160 + 0: The total amount of wall time = 743.108006 + 0: The maximum resident set size (KB) = 683752 Test 026 control_c192 PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/control_c384 -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/control_c384 +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/control_c384 Checking test 027 control_c384 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1444,64 +1444,16 @@ Checking test 027 control_c384 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 1087.569457 - 0: The maximum resident set size (KB) = 1065448 + 0: The total amount of wall time = 981.303811 + 0: The maximum resident set size (KB) = 1059240 Test 027 control_c384 PASS - -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/control_c384gdas -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/control_c384gdas -Checking test 028 control_c384gdas results .... - Comparing sfcf000.nc .........OK - Comparing sfcf006.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf006.nc .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF06 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF06 .........OK - Comparing RESTART/20210322.060000.coupler.res .........OK - Comparing RESTART/20210322.060000.fv_core.res.nc .........OK - Comparing RESTART/20210322.060000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210322.060000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210322.060000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210322.060000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210322.060000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210322.060000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210322.060000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210322.060000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210322.060000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210322.060000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210322.060000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210322.060000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210322.060000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210322.060000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210322.060000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210322.060000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210322.060000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210322.060000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210322.060000.phy_data.tile1.nc .........OK - Comparing RESTART/20210322.060000.phy_data.tile2.nc .........OK - Comparing RESTART/20210322.060000.phy_data.tile3.nc .........OK - Comparing RESTART/20210322.060000.phy_data.tile4.nc .........OK - Comparing RESTART/20210322.060000.phy_data.tile5.nc .........OK - Comparing RESTART/20210322.060000.phy_data.tile6.nc .........OK - Comparing RESTART/20210322.060000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210322.060000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210322.060000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210322.060000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210322.060000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210322.060000.sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 964.568535 - 0: The maximum resident set size (KB) = 1197880 - -Test 028 control_c384gdas PASS +Test 028 control_c384gdas FAIL baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/control_stochy -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/control_stochy +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/control_stochy Checking test 029 control_stochy results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1512,28 +1464,28 @@ Checking test 029 control_stochy results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 151.051659 - 0: The maximum resident set size (KB) = 577016 + 0: The total amount of wall time = 128.232091 + 0: The maximum resident set size (KB) = 577088 Test 029 control_stochy PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/control_stochy -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/control_stochy_restart +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/control_stochy_restart Checking test 030 control_stochy_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 73.879798 - 0: The maximum resident set size (KB) = 394808 + 0: The total amount of wall time = 74.397593 + 0: The maximum resident set size (KB) = 392360 Test 030 control_stochy_restart PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/control_lndp -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/control_lndp +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/control_lndp Checking test 031 control_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1544,14 +1496,14 @@ Checking test 031 control_lndp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 147.292727 - 0: The maximum resident set size (KB) = 575732 + 0: The total amount of wall time = 119.356135 + 0: The maximum resident set size (KB) = 577336 Test 031 control_lndp PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/control_iovr4 -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/control_iovr4 +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/control_iovr4 Checking test 032 control_iovr4 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1566,14 +1518,14 @@ Checking test 032 control_iovr4 results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 217.669080 - 0: The maximum resident set size (KB) = 571184 + 0: The total amount of wall time = 202.408790 + 0: The maximum resident set size (KB) = 569544 Test 032 control_iovr4 PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/control_iovr5 -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/control_iovr5 +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/control_iovr5 Checking test 033 control_iovr5 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1588,14 +1540,14 @@ Checking test 033 control_iovr5 results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 230.692887 - 0: The maximum resident set size (KB) = 576040 + 0: The total amount of wall time = 198.837360 + 0: The maximum resident set size (KB) = 571232 Test 033 control_iovr5 PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/control_p8 -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/control_p8 +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/control_p8 Checking test 034 control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1642,14 +1594,14 @@ Checking test 034 control_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 258.349760 - 0: The maximum resident set size (KB) = 1547500 + 0: The total amount of wall time = 239.510180 + 0: The maximum resident set size (KB) = 1546176 Test 034 control_p8 PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/control_p8 -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/control_restart_p8 +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/control_restart_p8 Checking test 035 control_restart_p8 results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1688,14 +1640,14 @@ Checking test 035 control_restart_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 136.866486 - 0: The maximum resident set size (KB) = 782120 + 0: The total amount of wall time = 131.055012 + 0: The maximum resident set size (KB) = 771048 Test 035 control_restart_p8 PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/control_p8 -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/control_qr_p8 +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/control_qr_p8 Checking test 036 control_qr_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1742,14 +1694,14 @@ Checking test 036 control_qr_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc ............ALT CHECK......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc ............ALT CHECK......OK - 0: The total amount of wall time = 237.282705 - 0: The maximum resident set size (KB) = 1544652 + 0: The total amount of wall time = 235.452956 + 0: The maximum resident set size (KB) = 1549448 Test 036 control_qr_p8 PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/control_p8 -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/control_restart_qr_p8 +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/control_restart_qr_p8 Checking test 037 control_restart_qr_p8 results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1788,14 +1740,14 @@ Checking test 037 control_restart_qr_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc ............ALT CHECK......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc ............ALT CHECK......OK - 0: The total amount of wall time = 136.684525 - 0: The maximum resident set size (KB) = 786388 + 0: The total amount of wall time = 129.460945 + 0: The maximum resident set size (KB) = 789200 Test 037 control_restart_qr_p8 PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/control_p8 -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/control_decomp_p8 +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/control_decomp_p8 Checking test 038 control_decomp_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1838,14 +1790,14 @@ Checking test 038 control_decomp_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 247.010192 - 0: The maximum resident set size (KB) = 1534360 + 0: The total amount of wall time = 242.864554 + 0: The maximum resident set size (KB) = 1533136 Test 038 control_decomp_p8 PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/control_p8 -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/control_2threads_p8 +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/control_2threads_p8 Checking test 039 control_2threads_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1888,14 +1840,14 @@ Checking test 039 control_2threads_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 237.154243 - 0: The maximum resident set size (KB) = 1631072 + 0: The total amount of wall time = 219.912944 + 0: The maximum resident set size (KB) = 1629156 Test 039 control_2threads_p8 PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/control_p8_lndp -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/control_p8_lndp +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/control_p8_lndp Checking test 040 control_p8_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1914,14 +1866,14 @@ Checking test 040 control_p8_lndp results .... Comparing GFSPRS.GrbF24 .........OK Comparing GFSPRS.GrbF48 .........OK - 0: The total amount of wall time = 476.342330 - 0: The maximum resident set size (KB) = 1549412 + 0: The total amount of wall time = 440.724190 + 0: The maximum resident set size (KB) = 1542792 Test 040 control_p8_lndp PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/control_p8_rrtmgp -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/control_p8_rrtmgp +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/control_p8_rrtmgp Checking test 041 control_p8_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1968,14 +1920,14 @@ Checking test 041 control_p8_rrtmgp results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 328.750109 - 0: The maximum resident set size (KB) = 1619620 + 0: The total amount of wall time = 315.129951 + 0: The maximum resident set size (KB) = 1605276 Test 041 control_p8_rrtmgp PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/control_p8_mynn -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/control_p8_mynn +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/control_p8_mynn Checking test 042 control_p8_mynn results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2022,14 +1974,14 @@ Checking test 042 control_p8_mynn results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 256.327174 - 0: The maximum resident set size (KB) = 1552720 + 0: The total amount of wall time = 241.579829 + 0: The maximum resident set size (KB) = 1539956 Test 042 control_p8_mynn PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/merra2_thompson -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/merra2_thompson +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/merra2_thompson Checking test 043 merra2_thompson results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2076,14 +2028,14 @@ Checking test 043 merra2_thompson results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 283.852297 - 0: The maximum resident set size (KB) = 1542464 + 0: The total amount of wall time = 268.583637 + 0: The maximum resident set size (KB) = 1558000 Test 043 merra2_thompson PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/regional_control -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/regional_control +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/regional_control Checking test 044 regional_control results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2094,28 +2046,28 @@ Checking test 044 regional_control results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 459.879211 - 0: The maximum resident set size (KB) = 788492 + 0: The total amount of wall time = 428.082056 + 0: The maximum resident set size (KB) = 791776 Test 044 regional_control PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/regional_control -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/regional_restart +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/regional_restart Checking test 045 regional_restart results .... Comparing dynf006.nc .........OK Comparing phyf006.nc .........OK Comparing PRSLEV.GrbF06 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 244.934220 - 0: The maximum resident set size (KB) = 782800 + 0: The total amount of wall time = 211.718446 + 0: The maximum resident set size (KB) = 780516 Test 045 regional_restart PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/regional_control -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/regional_control_qr +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/regional_control_qr Checking test 046 regional_control_qr results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2126,28 +2078,28 @@ Checking test 046 regional_control_qr results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 469.655090 - 0: The maximum resident set size (KB) = 785844 + 0: The total amount of wall time = 425.284731 + 0: The maximum resident set size (KB) = 786216 Test 046 regional_control_qr PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/regional_control -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/regional_restart_qr +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/regional_restart_qr Checking test 047 regional_restart_qr results .... Comparing dynf006.nc .........OK Comparing phyf006.nc .........OK Comparing PRSLEV.GrbF06 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 243.639273 - 0: The maximum resident set size (KB) = 780556 + 0: The total amount of wall time = 214.209523 + 0: The maximum resident set size (KB) = 782696 Test 047 regional_restart_qr PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/regional_control -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/regional_decomp +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/regional_decomp Checking test 048 regional_decomp results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2158,14 +2110,14 @@ Checking test 048 regional_decomp results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 460.032722 - 0: The maximum resident set size (KB) = 785952 + 0: The total amount of wall time = 432.749726 + 0: The maximum resident set size (KB) = 782072 Test 048 regional_decomp PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/regional_control -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/regional_2threads +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/regional_2threads Checking test 049 regional_2threads results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2176,28 +2128,28 @@ Checking test 049 regional_2threads results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 290.912716 - 0: The maximum resident set size (KB) = 774648 + 0: The total amount of wall time = 250.149794 + 0: The maximum resident set size (KB) = 775796 Test 049 regional_2threads PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/regional_netcdf_parallel -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/regional_netcdf_parallel +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/regional_netcdf_parallel Checking test 050 regional_netcdf_parallel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK - Comparing phyf000.nc .........OK - Comparing phyf006.nc .........OK + Comparing phyf000.nc ............ALT CHECK......OK + Comparing phyf006.nc ............ALT CHECK......OK - 0: The total amount of wall time = 439.021193 - 0: The maximum resident set size (KB) = 785048 + 0: The total amount of wall time = 400.616796 + 0: The maximum resident set size (KB) = 782940 Test 050 regional_netcdf_parallel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/regional_control -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/regional_2dwrtdecomp +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/regional_2dwrtdecomp Checking test 051 regional_2dwrtdecomp results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2208,14 +2160,14 @@ Checking test 051 regional_2dwrtdecomp results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 430.994213 - 0: The maximum resident set size (KB) = 788676 + 0: The total amount of wall time = 426.211235 + 0: The maximum resident set size (KB) = 784752 Test 051 regional_2dwrtdecomp PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_control -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/rap_control +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/rap_control Checking test 052 rap_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2262,14 +2214,14 @@ Checking test 052 rap_control results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 662.464723 - 0: The maximum resident set size (KB) = 953220 + 0: The total amount of wall time = 617.859906 + 0: The maximum resident set size (KB) = 952000 Test 052 rap_control PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/regional_spp_sppt_shum_skeb -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/regional_spp_sppt_shum_skeb +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/regional_spp_sppt_shum_skeb Checking test 053 regional_spp_sppt_shum_skeb results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK @@ -2280,14 +2232,14 @@ Checking test 053 regional_spp_sppt_shum_skeb results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF01 .........OK - 0: The total amount of wall time = 357.092998 - 0: The maximum resident set size (KB) = 1098000 + 0: The total amount of wall time = 330.055692 + 0: The maximum resident set size (KB) = 1085836 Test 053 regional_spp_sppt_shum_skeb PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_control -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/rap_decomp +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/rap_decomp Checking test 054 rap_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2334,14 +2286,14 @@ Checking test 054 rap_decomp results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 709.936638 - 0: The maximum resident set size (KB) = 947004 + 0: The total amount of wall time = 649.190767 + 0: The maximum resident set size (KB) = 950828 Test 054 rap_decomp PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_control -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/rap_2threads +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/rap_2threads Checking test 055 rap_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2388,14 +2340,14 @@ Checking test 055 rap_2threads results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 643.866154 - 0: The maximum resident set size (KB) = 1028168 + 0: The total amount of wall time = 589.741871 + 0: The maximum resident set size (KB) = 1020400 Test 055 rap_2threads PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_control -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/rap_restart +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/rap_restart Checking test 056 rap_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -2434,14 +2386,14 @@ Checking test 056 rap_restart results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 349.331085 - 0: The maximum resident set size (KB) = 826180 + 0: The total amount of wall time = 315.817733 + 0: The maximum resident set size (KB) = 838340 Test 056 rap_restart PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_sfcdiff -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/rap_sfcdiff +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/rap_sfcdiff Checking test 057 rap_sfcdiff results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2488,14 +2440,14 @@ Checking test 057 rap_sfcdiff results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 700.519046 - 0: The maximum resident set size (KB) = 954208 + 0: The total amount of wall time = 621.231117 + 0: The maximum resident set size (KB) = 951920 Test 057 rap_sfcdiff PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_sfcdiff -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/rap_sfcdiff_decomp +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/rap_sfcdiff_decomp Checking test 058 rap_sfcdiff_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2542,14 +2494,14 @@ Checking test 058 rap_sfcdiff_decomp results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 725.956581 - 0: The maximum resident set size (KB) = 947772 + 0: The total amount of wall time = 660.907211 + 0: The maximum resident set size (KB) = 952412 Test 058 rap_sfcdiff_decomp PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_sfcdiff -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/rap_sfcdiff_restart +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/rap_sfcdiff_restart Checking test 059 rap_sfcdiff_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -2588,14 +2540,14 @@ Checking test 059 rap_sfcdiff_restart results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 471.367129 - 0: The maximum resident set size (KB) = 834068 + 0: The total amount of wall time = 459.787144 + 0: The maximum resident set size (KB) = 840968 Test 059 rap_sfcdiff_restart PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/hrrr_control -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/hrrr_control +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/hrrr_control Checking test 060 hrrr_control results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2642,14 +2594,14 @@ Checking test 060 hrrr_control results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 645.666481 - 0: The maximum resident set size (KB) = 955676 + 0: The total amount of wall time = 580.070857 + 0: The maximum resident set size (KB) = 951672 Test 060 hrrr_control PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/hrrr_control -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/hrrr_control_decomp +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/hrrr_control_decomp Checking test 061 hrrr_control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2696,14 +2648,14 @@ Checking test 061 hrrr_control_decomp results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 687.507432 - 0: The maximum resident set size (KB) = 944568 + 0: The total amount of wall time = 610.691010 + 0: The maximum resident set size (KB) = 944156 Test 061 hrrr_control_decomp PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/hrrr_control -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/hrrr_control_2threads +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/hrrr_control_2threads Checking test 062 hrrr_control_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2750,28 +2702,28 @@ Checking test 062 hrrr_control_2threads results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 624.844757 - 0: The maximum resident set size (KB) = 1010004 + 0: The total amount of wall time = 545.995140 + 0: The maximum resident set size (KB) = 1009608 Test 062 hrrr_control_2threads PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/hrrr_control -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/hrrr_control_restart +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/hrrr_control_restart Checking test 063 hrrr_control_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 426.558381 - 0: The maximum resident set size (KB) = 837040 + 0: The total amount of wall time = 433.926851 + 0: The maximum resident set size (KB) = 838516 Test 063 hrrr_control_restart PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/rrfs_v1beta -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/rrfs_v1beta +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/rrfs_v1beta Checking test 064 rrfs_v1beta results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2818,14 +2770,14 @@ Checking test 064 rrfs_v1beta results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 700.726735 - 0: The maximum resident set size (KB) = 951084 + 0: The total amount of wall time = 624.555667 + 0: The maximum resident set size (KB) = 949716 Test 064 rrfs_v1beta PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/rrfs_v1nssl -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/rrfs_v1nssl +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/rrfs_v1nssl Checking test 065 rrfs_v1nssl results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2840,14 +2792,14 @@ Checking test 065 rrfs_v1nssl results .... Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 811.948972 - 0: The maximum resident set size (KB) = 634916 + 0: The total amount of wall time = 739.874154 + 0: The maximum resident set size (KB) = 633760 Test 065 rrfs_v1nssl PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/rrfs_v1nssl_nohailnoccn -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/rrfs_v1nssl_nohailnoccn +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/rrfs_v1nssl_nohailnoccn Checking test 066 rrfs_v1nssl_nohailnoccn results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2862,14 +2814,14 @@ Checking test 066 rrfs_v1nssl_nohailnoccn results .... Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 789.179810 - 0: The maximum resident set size (KB) = 637924 + 0: The total amount of wall time = 737.141712 + 0: The maximum resident set size (KB) = 634684 Test 066 rrfs_v1nssl_nohailnoccn PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/rrfs_smoke_conus13km_hrrr_warm -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/rrfs_smoke_conus13km_hrrr_warm +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/rrfs_smoke_conus13km_hrrr_warm Checking test 067 rrfs_smoke_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -2878,14 +2830,14 @@ Checking test 067 rrfs_smoke_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 257.539594 - 0: The maximum resident set size (KB) = 905260 + 0: The total amount of wall time = 203.879215 + 0: The maximum resident set size (KB) = 896900 Test 067 rrfs_smoke_conus13km_hrrr_warm PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/rrfs_smoke_conus13km_hrrr_warm -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/rrfs_smoke_conus13km_hrrr_warm_2threads +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/rrfs_smoke_conus13km_hrrr_warm_2threads Checking test 068 rrfs_smoke_conus13km_hrrr_warm_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -2894,14 +2846,14 @@ Checking test 068 rrfs_smoke_conus13km_hrrr_warm_2threads results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 178.565872 - 0: The maximum resident set size (KB) = 863324 + 0: The total amount of wall time = 135.069610 + 0: The maximum resident set size (KB) = 858784 Test 068 rrfs_smoke_conus13km_hrrr_warm_2threads PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/rrfs_conus13km_hrrr_warm -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/rrfs_conus13km_hrrr_warm +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/rrfs_conus13km_hrrr_warm Checking test 069 rrfs_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -2910,14 +2862,14 @@ Checking test 069 rrfs_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 231.074799 - 0: The maximum resident set size (KB) = 878428 + 0: The total amount of wall time = 182.523467 + 0: The maximum resident set size (KB) = 877856 Test 069 rrfs_conus13km_hrrr_warm PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/rrfs_smoke_conus13km_hrrr_warm_radar_tten -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/rrfs_smoke_conus13km_radar_tten_warm +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/rrfs_smoke_conus13km_radar_tten_warm Checking test 070 rrfs_smoke_conus13km_radar_tten_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -2926,26 +2878,26 @@ Checking test 070 rrfs_smoke_conus13km_radar_tten_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 239.719951 - 0: The maximum resident set size (KB) = 896176 + 0: The total amount of wall time = 210.062570 + 0: The maximum resident set size (KB) = 897628 Test 070 rrfs_smoke_conus13km_radar_tten_warm PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/rrfs_conus13km_hrrr_warm_restart_mismatch -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/rrfs_conus13km_hrrr_warm_restart_mismatch +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/rrfs_conus13km_hrrr_warm_restart_mismatch Checking test 071 rrfs_conus13km_hrrr_warm_restart_mismatch results .... Comparing sfcf002.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 117.397314 - 0: The maximum resident set size (KB) = 849588 + 0: The total amount of wall time = 105.941695 + 0: The maximum resident set size (KB) = 851216 Test 071 rrfs_conus13km_hrrr_warm_restart_mismatch PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/control_csawmg -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/control_csawmg +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/control_csawmg Checking test 072 control_csawmg results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2956,14 +2908,14 @@ Checking test 072 control_csawmg results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 532.392483 + 0: The total amount of wall time = 474.914375 0: The maximum resident set size (KB) = 673392 Test 072 control_csawmg PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/control_csawmgt -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/control_csawmgt +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/control_csawmgt Checking test 073 control_csawmgt results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2974,14 +2926,14 @@ Checking test 073 control_csawmgt results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 525.051615 - 0: The maximum resident set size (KB) = 661928 + 0: The total amount of wall time = 465.137220 + 0: The maximum resident set size (KB) = 668316 Test 073 control_csawmgt PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/control_ras -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/control_ras +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/control_ras Checking test 074 control_ras results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2992,26 +2944,26 @@ Checking test 074 control_ras results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 308.631405 - 0: The maximum resident set size (KB) = 634260 + 0: The total amount of wall time = 252.409083 + 0: The maximum resident set size (KB) = 640256 Test 074 control_ras PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/control_wam -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/control_wam +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/control_wam Checking test 075 control_wam results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK - 0: The total amount of wall time = 169.274900 - 0: The maximum resident set size (KB) = 479356 + 0: The total amount of wall time = 154.218261 + 0: The maximum resident set size (KB) = 483024 Test 075 control_wam PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/control_p8_faster -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/control_p8_faster +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/control_p8_faster Checking test 076 control_p8_faster results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -3058,14 +3010,14 @@ Checking test 076 control_p8_faster results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 232.615659 - 0: The maximum resident set size (KB) = 1547660 + 0: The total amount of wall time = 221.019204 + 0: The maximum resident set size (KB) = 1534684 Test 076 control_p8_faster PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/regional_control_faster -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/regional_control_faster +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/regional_control_faster Checking test 077 regional_control_faster results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -3076,56 +3028,56 @@ Checking test 077 regional_control_faster results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 413.537589 - 0: The maximum resident set size (KB) = 784112 + 0: The total amount of wall time = 382.242565 + 0: The maximum resident set size (KB) = 788160 Test 077 regional_control_faster PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/rrfs_smoke_conus13km_hrrr_warm_debug -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/rrfs_smoke_conus13km_hrrr_warm_debug +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/rrfs_smoke_conus13km_hrrr_warm_debug Checking test 078 rrfs_smoke_conus13km_hrrr_warm_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 1109.403744 - 0: The maximum resident set size (KB) = 935624 + 0: The total amount of wall time = 1095.245430 + 0: The maximum resident set size (KB) = 920904 Test 078 rrfs_smoke_conus13km_hrrr_warm_debug PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/rrfs_smoke_conus13km_hrrr_warm_debug -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/rrfs_smoke_conus13km_hrrr_warm_debug_2threads +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/rrfs_smoke_conus13km_hrrr_warm_debug_2threads Checking test 079 rrfs_smoke_conus13km_hrrr_warm_debug_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 664.635352 - 0: The maximum resident set size (KB) = 891036 + 0: The total amount of wall time = 636.762141 + 0: The maximum resident set size (KB) = 889540 Test 079 rrfs_smoke_conus13km_hrrr_warm_debug_2threads PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/rrfs_conus13km_hrrr_warm_debugs -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/rrfs_conus13km_hrrr_warm_debug +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/rrfs_conus13km_hrrr_warm_debug Checking test 080 rrfs_conus13km_hrrr_warm_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 975.277921 - 0: The maximum resident set size (KB) = 910608 + 0: The total amount of wall time = 978.460504 + 0: The maximum resident set size (KB) = 909592 Test 080 rrfs_conus13km_hrrr_warm_debug PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/control_CubedSphereGrid_debug -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/control_CubedSphereGrid_debug +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/control_CubedSphereGrid_debug Checking test 081 control_CubedSphereGrid_debug results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -3152,348 +3104,348 @@ Checking test 081 control_CubedSphereGrid_debug results .... Comparing atmf001.tile5.nc .........OK Comparing atmf001.tile6.nc .........OK - 0: The total amount of wall time = 209.457379 - 0: The maximum resident set size (KB) = 730424 + 0: The total amount of wall time = 198.782239 + 0: The maximum resident set size (KB) = 732548 Test 081 control_CubedSphereGrid_debug PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/control_wrtGauss_netcdf_parallel_debug -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/control_wrtGauss_netcdf_parallel_debug +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/control_wrtGauss_netcdf_parallel_debug Checking test 082 control_wrtGauss_netcdf_parallel_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 200.437363 - 0: The maximum resident set size (KB) = 739384 + 0: The total amount of wall time = 191.852030 + 0: The maximum resident set size (KB) = 732620 Test 082 control_wrtGauss_netcdf_parallel_debug PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/control_stochy_debug -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/control_stochy_debug +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/control_stochy_debug Checking test 083 control_stochy_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 227.802722 - 0: The maximum resident set size (KB) = 740720 + 0: The total amount of wall time = 213.893776 + 0: The maximum resident set size (KB) = 736948 Test 083 control_stochy_debug PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/control_lndp_debug -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/control_lndp_debug +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/control_lndp_debug Checking test 084 control_lndp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 201.745708 - 0: The maximum resident set size (KB) = 735284 + 0: The total amount of wall time = 193.414745 + 0: The maximum resident set size (KB) = 739040 Test 084 control_lndp_debug PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/control_csawmg_debug -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/control_csawmg_debug +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/control_csawmg_debug Checking test 085 control_csawmg_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 308.187411 - 0: The maximum resident set size (KB) = 787096 + 0: The total amount of wall time = 302.577768 + 0: The maximum resident set size (KB) = 783724 Test 085 control_csawmg_debug PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/control_csawmgt_debug -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/control_csawmgt_debug +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/control_csawmgt_debug Checking test 086 control_csawmgt_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 312.414049 - 0: The maximum resident set size (KB) = 784460 + 0: The total amount of wall time = 296.028800 + 0: The maximum resident set size (KB) = 776996 Test 086 control_csawmgt_debug PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/control_ras_debug -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/control_ras_debug +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/control_ras_debug Checking test 087 control_ras_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 216.202113 - 0: The maximum resident set size (KB) = 746692 + 0: The total amount of wall time = 194.980485 + 0: The maximum resident set size (KB) = 742020 Test 087 control_ras_debug PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/control_diag_debug -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/control_diag_debug +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/control_diag_debug Checking test 088 control_diag_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 221.821530 - 0: The maximum resident set size (KB) = 793340 + 0: The total amount of wall time = 205.921504 + 0: The maximum resident set size (KB) = 784584 Test 088 control_diag_debug PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/control_debug_p8 -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/control_debug_p8 +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/control_debug_p8 Checking test 089 control_debug_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 221.276339 - 0: The maximum resident set size (KB) = 1551100 + 0: The total amount of wall time = 220.580859 + 0: The maximum resident set size (KB) = 1559764 Test 089 control_debug_p8 PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/regional_debug -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/regional_debug +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/regional_debug Checking test 090 regional_debug results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK Comparing phyf000.nc .........OK Comparing phyf001.nc .........OK - 0: The total amount of wall time = 1288.552729 - 0: The maximum resident set size (KB) = 803872 + 0: The total amount of wall time = 1284.267709 + 0: The maximum resident set size (KB) = 795984 Test 090 regional_debug PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_control_debug -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/rap_control_debug +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/rap_control_debug Checking test 091 rap_control_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 366.293930 - 0: The maximum resident set size (KB) = 1113452 + 0: The total amount of wall time = 350.467059 + 0: The maximum resident set size (KB) = 1111812 Test 091 rap_control_debug PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/hrrr_control_debug -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/hrrr_control_debug +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/hrrr_control_debug Checking test 092 hrrr_control_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 342.345390 - 0: The maximum resident set size (KB) = 1112200 + 0: The total amount of wall time = 341.503922 + 0: The maximum resident set size (KB) = 1112236 Test 092 hrrr_control_debug PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_control_debug -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/rap_unified_drag_suite_debug +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/rap_unified_drag_suite_debug Checking test 093 rap_unified_drag_suite_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 357.027959 - 0: The maximum resident set size (KB) = 1105504 + 0: The total amount of wall time = 348.795063 + 0: The maximum resident set size (KB) = 1114364 Test 093 rap_unified_drag_suite_debug PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_diag_debug -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/rap_diag_debug +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/rap_diag_debug Checking test 094 rap_diag_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 378.025044 - 0: The maximum resident set size (KB) = 1193224 + 0: The total amount of wall time = 370.513851 + 0: The maximum resident set size (KB) = 1190048 Test 094 rap_diag_debug PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_cires_ugwp_debug -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/rap_cires_ugwp_debug +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/rap_cires_ugwp_debug Checking test 095 rap_cires_ugwp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 374.673621 - 0: The maximum resident set size (KB) = 1105788 + 0: The total amount of wall time = 361.568296 + 0: The maximum resident set size (KB) = 1104140 Test 095 rap_cires_ugwp_debug PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_cires_ugwp_debug -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/rap_unified_ugwp_debug +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/rap_unified_ugwp_debug Checking test 096 rap_unified_ugwp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 364.449448 - 0: The maximum resident set size (KB) = 1104880 + 0: The total amount of wall time = 359.417144 + 0: The maximum resident set size (KB) = 1116964 Test 096 rap_unified_ugwp_debug PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_lndp_debug -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/rap_lndp_debug +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/rap_lndp_debug Checking test 097 rap_lndp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 358.446608 - 0: The maximum resident set size (KB) = 1106064 + 0: The total amount of wall time = 356.663861 + 0: The maximum resident set size (KB) = 1105880 Test 097 rap_lndp_debug PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_progcld_thompson_debug -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/rap_progcld_thompson_debug +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/rap_progcld_thompson_debug Checking test 098 rap_progcld_thompson_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 356.533009 - 0: The maximum resident set size (KB) = 1108216 + 0: The total amount of wall time = 352.471651 + 0: The maximum resident set size (KB) = 1112332 Test 098 rap_progcld_thompson_debug PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_noah_debug -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/rap_noah_debug +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/rap_noah_debug Checking test 099 rap_noah_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 349.057666 - 0: The maximum resident set size (KB) = 1106804 + 0: The total amount of wall time = 348.450009 + 0: The maximum resident set size (KB) = 1106492 Test 099 rap_noah_debug PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_sfcdiff_debug -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/rap_sfcdiff_debug +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/rap_sfcdiff_debug Checking test 100 rap_sfcdiff_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 354.153228 - 0: The maximum resident set size (KB) = 1116628 + 0: The total amount of wall time = 350.739331 + 0: The maximum resident set size (KB) = 1107976 Test 100 rap_sfcdiff_debug PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_noah_sfcdiff_cires_ugwp_debug -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/rap_noah_sfcdiff_cires_ugwp_debug +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/rap_noah_sfcdiff_cires_ugwp_debug Checking test 101 rap_noah_sfcdiff_cires_ugwp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 587.554779 - 0: The maximum resident set size (KB) = 1109044 + 0: The total amount of wall time = 582.262471 + 0: The maximum resident set size (KB) = 1102000 Test 101 rap_noah_sfcdiff_cires_ugwp_debug PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/rrfs_v1beta_debug -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/rrfs_v1beta_debug +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/rrfs_v1beta_debug Checking test 102 rrfs_v1beta_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 348.294228 - 0: The maximum resident set size (KB) = 1107916 + 0: The total amount of wall time = 343.352952 + 0: The maximum resident set size (KB) = 1101532 Test 102 rrfs_v1beta_debug PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_clm_lake_debug -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/rap_clm_lake_debug +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/rap_clm_lake_debug Checking test 103 rap_clm_lake_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 435.991621 - 0: The maximum resident set size (KB) = 1110796 + 0: The total amount of wall time = 429.114386 + 0: The maximum resident set size (KB) = 1115836 Test 103 rap_clm_lake_debug PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_flake_debug -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/rap_flake_debug +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/rap_flake_debug Checking test 104 rap_flake_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 364.863750 - 0: The maximum resident set size (KB) = 1107652 + 0: The total amount of wall time = 361.127563 + 0: The maximum resident set size (KB) = 1110128 Test 104 rap_flake_debug PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/control_wam_debug -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/control_wam_debug +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/control_wam_debug Checking test 105 control_wam_debug results .... Comparing sfcf019.nc .........OK Comparing atmf019.nc .........OK - 0: The total amount of wall time = 362.373473 - 0: The maximum resident set size (KB) = 435092 + 0: The total amount of wall time = 354.597543 + 0: The maximum resident set size (KB) = 437020 Test 105 control_wam_debug PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/regional_spp_sppt_shum_skeb_dyn32_phy32 -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/regional_spp_sppt_shum_skeb_dyn32_phy32 +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/regional_spp_sppt_shum_skeb_dyn32_phy32 Checking test 106 regional_spp_sppt_shum_skeb_dyn32_phy32 results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK @@ -3504,14 +3456,14 @@ Checking test 106 regional_spp_sppt_shum_skeb_dyn32_phy32 results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF01 .........OK - 0: The total amount of wall time = 345.095550 - 0: The maximum resident set size (KB) = 986128 + 0: The total amount of wall time = 317.981607 + 0: The maximum resident set size (KB) = 980616 Test 106 regional_spp_sppt_shum_skeb_dyn32_phy32 PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_control_dyn32_phy32 -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/rap_control_dyn32_phy32 +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/rap_control_dyn32_phy32 Checking test 107 rap_control_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3558,14 +3510,14 @@ Checking test 107 rap_control_dyn32_phy32 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 540.854021 - 0: The maximum resident set size (KB) = 844960 + 0: The total amount of wall time = 516.824953 + 0: The maximum resident set size (KB) = 852700 Test 107 rap_control_dyn32_phy32 PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/hrrr_control_dyn32_phy32 -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/hrrr_control_dyn32_phy32 +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/hrrr_control_dyn32_phy32 Checking test 108 hrrr_control_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3612,14 +3564,14 @@ Checking test 108 hrrr_control_dyn32_phy32 results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 267.477712 - 0: The maximum resident set size (KB) = 826560 + 0: The total amount of wall time = 263.013026 + 0: The maximum resident set size (KB) = 837348 Test 108 hrrr_control_dyn32_phy32 PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_control_dyn32_phy32 -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/rap_2threads_dyn32_phy32 +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/rap_2threads_dyn32_phy32 Checking test 109 rap_2threads_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3666,14 +3618,14 @@ Checking test 109 rap_2threads_dyn32_phy32 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 533.405927 - 0: The maximum resident set size (KB) = 879232 + 0: The total amount of wall time = 494.819913 + 0: The maximum resident set size (KB) = 887632 Test 109 rap_2threads_dyn32_phy32 PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/hrrr_control_dyn32_phy32 -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/hrrr_control_2threads_dyn32_phy32 +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/hrrr_control_2threads_dyn32_phy32 Checking test 110 hrrr_control_2threads_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3720,14 +3672,14 @@ Checking test 110 hrrr_control_2threads_dyn32_phy32 results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 259.777073 - 0: The maximum resident set size (KB) = 865172 + 0: The total amount of wall time = 241.341593 + 0: The maximum resident set size (KB) = 878856 Test 110 hrrr_control_2threads_dyn32_phy32 PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/hrrr_control_dyn32_phy32 -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/hrrr_control_decomp_dyn32_phy32 +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/hrrr_control_decomp_dyn32_phy32 Checking test 111 hrrr_control_decomp_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3774,14 +3726,14 @@ Checking test 111 hrrr_control_decomp_dyn32_phy32 results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 290.037453 - 0: The maximum resident set size (KB) = 822200 + 0: The total amount of wall time = 271.928015 + 0: The maximum resident set size (KB) = 828388 Test 111 hrrr_control_decomp_dyn32_phy32 PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_control_dyn32_phy32 -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/rap_restart_dyn32_phy32 +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/rap_restart_dyn32_phy32 Checking test 112 rap_restart_dyn32_phy32 results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -3820,28 +3772,28 @@ Checking test 112 rap_restart_dyn32_phy32 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 374.560314 - 0: The maximum resident set size (KB) = 810036 + 0: The total amount of wall time = 377.536025 + 0: The maximum resident set size (KB) = 804588 Test 112 rap_restart_dyn32_phy32 PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/hrrr_control_dyn32_phy32 -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/hrrr_control_restart_dyn32_phy32 +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/hrrr_control_restart_dyn32_phy32 Checking test 113 hrrr_control_restart_dyn32_phy32 results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 140.081012 - 0: The maximum resident set size (KB) = 764388 + 0: The total amount of wall time = 135.532356 + 0: The maximum resident set size (KB) = 755616 Test 113 hrrr_control_restart_dyn32_phy32 PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_control_dyn64_phy32 -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/rap_control_dyn64_phy32 +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/rap_control_dyn64_phy32 Checking test 114 rap_control_dyn64_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3888,81 +3840,81 @@ Checking test 114 rap_control_dyn64_phy32 results .... Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 336.281729 - 0: The maximum resident set size (KB) = 867340 + 0: The total amount of wall time = 335.492895 + 0: The maximum resident set size (KB) = 872708 Test 114 rap_control_dyn64_phy32 PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_control_debug_dyn32_phy32 -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/rap_control_debug_dyn32_phy32 +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/rap_control_debug_dyn32_phy32 Checking test 115 rap_control_debug_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 352.831862 - 0: The maximum resident set size (KB) = 1005268 + 0: The total amount of wall time = 344.694557 + 0: The maximum resident set size (KB) = 999108 Test 115 rap_control_debug_dyn32_phy32 PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/hrrr_control_debug_dyn32_phy32 -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/hrrr_control_debug_dyn32_phy32 +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/hrrr_control_debug_dyn32_phy32 Checking test 116 hrrr_control_debug_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 356.286737 - 0: The maximum resident set size (KB) = 993148 + 0: The total amount of wall time = 335.745733 + 0: The maximum resident set size (KB) = 1000108 Test 116 hrrr_control_debug_dyn32_phy32 PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_control_debug_dyn64_phy32 -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/rap_control_dyn64_phy32_debug +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/rap_control_dyn64_phy32_debug Checking test 117 rap_control_dyn64_phy32_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 356.675201 - 0: The maximum resident set size (KB) = 1027888 + 0: The total amount of wall time = 355.464336 + 0: The maximum resident set size (KB) = 1030488 Test 117 rap_control_dyn64_phy32_debug PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/hafs_regional_atm -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/hafs_regional_atm +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/hafs_regional_atm Checking test 118 hafs_regional_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing HURPRS.GrbF06 .........OK - 0: The total amount of wall time = 382.199689 - 0: The maximum resident set size (KB) = 1229784 + 0: The total amount of wall time = 354.872752 + 0: The maximum resident set size (KB) = 1218852 Test 118 hafs_regional_atm PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/hafs_regional_atm_thompson_gfdlsf -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/hafs_regional_atm_thompson_gfdlsf +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/hafs_regional_atm_thompson_gfdlsf Checking test 119 hafs_regional_atm_thompson_gfdlsf results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK - 0: The total amount of wall time = 519.481687 - 0: The maximum resident set size (KB) = 1515832 + 0: The total amount of wall time = 436.578449 + 0: The maximum resident set size (KB) = 1584992 Test 119 hafs_regional_atm_thompson_gfdlsf PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/hafs_regional_atm_ocn -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/hafs_regional_atm_ocn +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/hafs_regional_atm_ocn Checking test 120 hafs_regional_atm_ocn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -3971,14 +3923,14 @@ Checking test 120 hafs_regional_atm_ocn results .... Comparing ufs.hafs.cpl.hi.2019-08-29-21600.nc .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 534.296634 - 0: The maximum resident set size (KB) = 1263188 + 0: The total amount of wall time = 534.671455 + 0: The maximum resident set size (KB) = 1295448 Test 120 hafs_regional_atm_ocn PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/hafs_regional_atm_wav -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/hafs_regional_atm_wav +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/hafs_regional_atm_wav Checking test 121 hafs_regional_atm_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -3987,14 +3939,14 @@ Checking test 121 hafs_regional_atm_wav results .... Comparing ufs.hafs.ww3.r.2019-08-29-21600 .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 884.029113 - 0: The maximum resident set size (KB) = 1323824 + 0: The total amount of wall time = 942.736185 + 0: The maximum resident set size (KB) = 1322080 Test 121 hafs_regional_atm_wav PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/hafs_regional_atm_ocn_wav -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/hafs_regional_atm_ocn_wav +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/hafs_regional_atm_ocn_wav Checking test 122 hafs_regional_atm_ocn_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4005,14 +3957,14 @@ Checking test 122 hafs_regional_atm_ocn_wav results .... Comparing ufs.hafs.ww3.r.2019-08-29-21600 .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 1079.092724 - 0: The maximum resident set size (KB) = 1342728 + 0: The total amount of wall time = 1036.348543 + 0: The maximum resident set size (KB) = 1342588 -Test 122 hafs_regional_atm_ocn_wav PASS +Test 122 hafs_regional_atm_ocn_wav PASS Tries: 2 baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/hafs_regional_docn -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/hafs_regional_docn +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/hafs_regional_docn Checking test 123 hafs_regional_docn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4020,14 +3972,14 @@ Checking test 123 hafs_regional_docn results .... Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK Comparing ufs.hafs.docn.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 515.797101 - 0: The maximum resident set size (KB) = 1303448 + 0: The total amount of wall time = 500.679887 + 0: The maximum resident set size (KB) = 1305512 Test 123 hafs_regional_docn PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/hafs_regional_docn_oisst -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/hafs_regional_docn_oisst +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/hafs_regional_docn_oisst Checking test 124 hafs_regional_docn_oisst results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4035,118 +3987,118 @@ Checking test 124 hafs_regional_docn_oisst results .... Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK Comparing ufs.hafs.docn.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 520.852498 - 0: The maximum resident set size (KB) = 1298820 + 0: The total amount of wall time = 501.415864 + 0: The maximum resident set size (KB) = 1294880 Test 124 hafs_regional_docn_oisst PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/datm_cdeps_control_cfsr -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/datm_cdeps_control_cfsr +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/datm_cdeps_control_cfsr Checking test 125 datm_cdeps_control_cfsr results .... Comparing RESTART/20111002.000000.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 - 0: The total amount of wall time = 236.253837 - 0: The maximum resident set size (KB) = 963768 + 0: The total amount of wall time = 240.470648 + 0: The maximum resident set size (KB) = 968668 Test 125 datm_cdeps_control_cfsr PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/datm_cdeps_control_cfsr -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/datm_cdeps_restart_cfsr +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/datm_cdeps_restart_cfsr Checking test 126 datm_cdeps_restart_cfsr results .... Comparing RESTART/20111002.000000.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 - 0: The total amount of wall time = 148.998982 - 0: The maximum resident set size (KB) = 932580 + 0: The total amount of wall time = 130.078509 + 0: The maximum resident set size (KB) = 949064 Test 126 datm_cdeps_restart_cfsr PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/datm_cdeps_control_gefs -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/datm_cdeps_control_gefs +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/datm_cdeps_control_gefs Checking test 127 datm_cdeps_control_gefs results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 241.304196 - 0: The maximum resident set size (KB) = 863444 + 0: The total amount of wall time = 231.956769 + 0: The maximum resident set size (KB) = 859520 Test 127 datm_cdeps_control_gefs PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/datm_cdeps_iau_gefs -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/datm_cdeps_iau_gefs +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/datm_cdeps_iau_gefs Checking test 128 datm_cdeps_iau_gefs results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 246.827401 - 0: The maximum resident set size (KB) = 869724 + 0: The total amount of wall time = 234.055694 + 0: The maximum resident set size (KB) = 858880 Test 128 datm_cdeps_iau_gefs PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/datm_cdeps_stochy_gefs -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/datm_cdeps_stochy_gefs +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/datm_cdeps_stochy_gefs Checking test 129 datm_cdeps_stochy_gefs results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 240.289819 - 0: The maximum resident set size (KB) = 860108 + 0: The total amount of wall time = 231.124768 + 0: The maximum resident set size (KB) = 868068 Test 129 datm_cdeps_stochy_gefs PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/datm_cdeps_ciceC_cfsr -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/datm_cdeps_ciceC_cfsr +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/datm_cdeps_ciceC_cfsr Checking test 130 datm_cdeps_ciceC_cfsr results .... Comparing RESTART/20111002.000000.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 - 0: The total amount of wall time = 240.528467 - 0: The maximum resident set size (KB) = 959496 + 0: The total amount of wall time = 229.099308 + 0: The maximum resident set size (KB) = 961516 Test 130 datm_cdeps_ciceC_cfsr PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/datm_cdeps_bulk_cfsr -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/datm_cdeps_bulk_cfsr +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/datm_cdeps_bulk_cfsr Checking test 131 datm_cdeps_bulk_cfsr results .... Comparing RESTART/20111002.000000.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 - 0: The total amount of wall time = 221.091261 - 0: The maximum resident set size (KB) = 965716 + 0: The total amount of wall time = 230.295576 + 0: The maximum resident set size (KB) = 966568 Test 131 datm_cdeps_bulk_cfsr PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/datm_cdeps_bulk_gefs -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/datm_cdeps_bulk_gefs +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/datm_cdeps_bulk_gefs Checking test 132 datm_cdeps_bulk_gefs results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 240.822424 - 0: The maximum resident set size (KB) = 863716 + 0: The total amount of wall time = 224.466458 + 0: The maximum resident set size (KB) = 857396 Test 132 datm_cdeps_bulk_gefs PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/datm_cdeps_mx025_cfsr -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/datm_cdeps_mx025_cfsr +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/datm_cdeps_mx025_cfsr Checking test 133 datm_cdeps_mx025_cfsr results .... Comparing RESTART/20111001.120000.MOM.res.nc .........OK Comparing RESTART/20111001.120000.MOM.res_1.nc .........OK @@ -4155,14 +4107,14 @@ Checking test 133 datm_cdeps_mx025_cfsr results .... Comparing RESTART/iced.2011-10-01-43200.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-01-43200.nc .........OK - 0: The total amount of wall time = 663.905521 - 0: The maximum resident set size (KB) = 764396 + 0: The total amount of wall time = 624.861325 + 0: The maximum resident set size (KB) = 764544 Test 133 datm_cdeps_mx025_cfsr PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/datm_cdeps_mx025_gefs -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/datm_cdeps_mx025_gefs +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/datm_cdeps_mx025_gefs Checking test 134 datm_cdeps_mx025_gefs results .... Comparing RESTART/20111001.120000.MOM.res.nc .........OK Comparing RESTART/20111001.120000.MOM.res_1.nc .........OK @@ -4171,77 +4123,77 @@ Checking test 134 datm_cdeps_mx025_gefs results .... Comparing RESTART/iced.2011-10-01-43200.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-01-43200.nc .........OK - 0: The total amount of wall time = 615.073142 - 0: The maximum resident set size (KB) = 733832 + 0: The total amount of wall time = 617.400673 + 0: The maximum resident set size (KB) = 742900 Test 134 datm_cdeps_mx025_gefs PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/datm_cdeps_control_cfsr -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/datm_cdeps_multiple_files_cfsr +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/datm_cdeps_multiple_files_cfsr Checking test 135 datm_cdeps_multiple_files_cfsr results .... Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 233.766560 - 0: The maximum resident set size (KB) = 969440 + 0: The total amount of wall time = 234.066664 + 0: The maximum resident set size (KB) = 954048 Test 135 datm_cdeps_multiple_files_cfsr PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/datm_cdeps_3072x1536_cfsr -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/datm_cdeps_3072x1536_cfsr +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/datm_cdeps_3072x1536_cfsr Checking test 136 datm_cdeps_3072x1536_cfsr results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR3072x1536.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 353.230192 - 0: The maximum resident set size (KB) = 2258808 + 0: The total amount of wall time = 319.607465 + 0: The maximum resident set size (KB) = 2268188 Test 136 datm_cdeps_3072x1536_cfsr PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/datm_cdeps_gfs -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/datm_cdeps_gfs +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/datm_cdeps_gfs Checking test 137 datm_cdeps_gfs results .... Comparing RESTART/20210323.060000.MOM.res.nc .........OK Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/DATM_GFS.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 357.008430 - 0: The maximum resident set size (KB) = 2246080 + 0: The total amount of wall time = 338.366261 + 0: The maximum resident set size (KB) = 2255272 Test 137 datm_cdeps_gfs PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/datm_cdeps_debug_cfsr -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/datm_cdeps_debug_cfsr +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/datm_cdeps_debug_cfsr Checking test 138 datm_cdeps_debug_cfsr results .... Comparing RESTART/20111001.060000.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 - 0: The total amount of wall time = 478.173055 - 0: The maximum resident set size (KB) = 932876 + 0: The total amount of wall time = 466.157964 + 0: The maximum resident set size (KB) = 907748 Test 138 datm_cdeps_debug_cfsr PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/datm_cdeps_control_cfsr_faster -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/datm_cdeps_control_cfsr_faster +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/datm_cdeps_control_cfsr_faster Checking test 139 datm_cdeps_control_cfsr_faster results .... Comparing RESTART/20111002.000000.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 - 0: The total amount of wall time = 235.472652 - 0: The maximum resident set size (KB) = 961324 + 0: The total amount of wall time = 217.227167 + 0: The maximum resident set size (KB) = 960644 Test 139 datm_cdeps_control_cfsr_faster PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/datm_cdeps_lnd_gswp3 -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/datm_cdeps_lnd_gswp3 +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/datm_cdeps_lnd_gswp3 Checking test 140 datm_cdeps_lnd_gswp3 results .... Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile1.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile2.nc .........OK @@ -4250,14 +4202,14 @@ Checking test 140 datm_cdeps_lnd_gswp3 results .... Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile5.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile6.nc .........OK - 0: The total amount of wall time = 19.029263 - 0: The maximum resident set size (KB) = 241204 + 0: The total amount of wall time = 17.378304 + 0: The maximum resident set size (KB) = 241792 Test 140 datm_cdeps_lnd_gswp3 PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/datm_cdeps_lnd_gswp3 -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/datm_cdeps_lnd_gswp3_rst +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/datm_cdeps_lnd_gswp3_rst Checking test 141 datm_cdeps_lnd_gswp3_rst results .... Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile1.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile2.nc .........OK @@ -4266,14 +4218,14 @@ Checking test 141 datm_cdeps_lnd_gswp3_rst results .... Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile5.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile6.nc .........OK - 0: The total amount of wall time = 23.320219 - 0: The maximum resident set size (KB) = 239024 + 0: The total amount of wall time = 19.821556 + 0: The maximum resident set size (KB) = 240572 Test 141 datm_cdeps_lnd_gswp3_rst PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/control_p8_atmlnd_sbs -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/control_p8_atmlnd_sbs +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/control_p8_atmlnd_sbs Checking test 142 control_p8_atmlnd_sbs results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -4358,14 +4310,14 @@ Checking test 142 control_p8_atmlnd_sbs results .... Comparing ufs.cpld.lnd.out.2021-03-23-21600.tile5.nc .........OK Comparing ufs.cpld.lnd.out.2021-03-23-21600.tile6.nc .........OK - 0: The total amount of wall time = 297.046004 - 0: The maximum resident set size (KB) = 1601656 + 0: The total amount of wall time = 293.761179 + 0: The maximum resident set size (KB) = 1596776 Test 142 control_p8_atmlnd_sbs PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/atmwav_control_noaero_p8 -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/atmwav_control_noaero_p8 +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/atmwav_control_noaero_p8 Checking test 143 atmwav_control_noaero_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -4408,14 +4360,14 @@ Checking test 143 atmwav_control_noaero_p8 results .... Comparing 20210322.180000.out_grd.ww3 .........OK Comparing ufs.atmw.ww3.r.2021-03-22-64800 .........OK - 0: The total amount of wall time = 130.491167 - 0: The maximum resident set size (KB) = 1561324 + 0: The total amount of wall time = 131.395508 + 0: The maximum resident set size (KB) = 1565540 Test 143 atmwav_control_noaero_p8 PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/control_atmwav -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/control_atmwav +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/control_atmwav Checking test 144 control_atmwav results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -4459,14 +4411,14 @@ Checking test 144 control_atmwav results .... Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK Comparing 20210322.180000.restart.glo_1deg .........OK - 0: The total amount of wall time = 125.013014 - 0: The maximum resident set size (KB) = 594868 + 0: The total amount of wall time = 123.748846 + 0: The maximum resident set size (KB) = 598332 Test 144 control_atmwav PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/atmaero_control_p8 -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/atmaero_control_p8 +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/atmaero_control_p8 Checking test 145 atmaero_control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -4510,14 +4462,14 @@ Checking test 145 atmaero_control_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 332.119572 - 0: The maximum resident set size (KB) = 1631720 + 0: The total amount of wall time = 312.952949 + 0: The maximum resident set size (KB) = 1638584 Test 145 atmaero_control_p8 PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/atmaero_control_p8_rad -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/atmaero_control_p8_rad +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/atmaero_control_p8_rad Checking test 146 atmaero_control_p8_rad results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -4561,14 +4513,14 @@ Checking test 146 atmaero_control_p8_rad results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 387.515454 - 0: The maximum resident set size (KB) = 1663252 + 0: The total amount of wall time = 382.516810 + 0: The maximum resident set size (KB) = 1663760 Test 146 atmaero_control_p8_rad PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/atmaero_control_p8_rad_micro -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_241154/atmaero_control_p8_rad_micro +working dir = /lfs4/HFIP/hfv3gfs/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_199935/atmaero_control_p8_rad_micro Checking test 147 atmaero_control_p8_rad_micro results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -4612,12 +4564,72 @@ Checking test 147 atmaero_control_p8_rad_micro results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 408.187459 - 0: The maximum resident set size (KB) = 1684284 + 0: The total amount of wall time = 389.306770 + 0: The maximum resident set size (KB) = 1667400 Test 147 atmaero_control_p8_rad_micro PASS +FAILED TESTS: +Test control_c384gdas 028 failed in run_test failed + +REGRESSION TEST FAILED +Wed May 3 15:27:20 UTC 2023 +Elapsed time: 03h:03m:50s. Have a nice day! +Wed May 3 16:08:06 UTC 2023 +Start Regression test + +Compile 001 elapsed time 1816 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_WoFS_v0,FV3_GFS_v17_p8_mynn -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON + +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230430/INTEL/control_c384gdas +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_13527/control_c384gdas +Checking test 001 control_c384gdas results .... + Comparing sfcf000.nc .........OK + Comparing sfcf006.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf006.nc .........OK + Comparing GFSFLX.GrbF00 .........OK + Comparing GFSFLX.GrbF06 .........OK + Comparing GFSPRS.GrbF00 .........OK + Comparing GFSPRS.GrbF06 .........OK + Comparing RESTART/20210322.060000.coupler.res .........OK + Comparing RESTART/20210322.060000.fv_core.res.nc .........OK + Comparing RESTART/20210322.060000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.060000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.060000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.060000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.060000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.060000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.060000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.060000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.060000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.060000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.060000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.060000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.060000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.060000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.060000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.060000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.060000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.060000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.060000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.060000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.060000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.060000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.060000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.060000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.060000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.060000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.060000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.060000.sfc_data.tile4.nc .........OK + Comparing RESTART/20210322.060000.sfc_data.tile5.nc .........OK + Comparing RESTART/20210322.060000.sfc_data.tile6.nc .........OK + + 0: The total amount of wall time = 841.328273 + 0: The maximum resident set size (KB) = 1194412 + +Test 001 control_c384gdas PASS + REGRESSION TEST WAS SUCCESSFUL -Mon May 1 02:15:35 UTC 2023 -Elapsed time: 02h:59m:13s. Have a nice day! +Wed May 3 17:06:47 UTC 2023 +Elapsed time: 00h:58m:42s. Have a nice day! diff --git a/tests/RegressionTests_orion.intel.log b/tests/RegressionTests_orion.intel.log index db82b2094f..3d51389855 100755 --- a/tests/RegressionTests_orion.intel.log +++ b/tests/RegressionTests_orion.intel.log @@ -1,43 +1,43 @@ -Sun Apr 30 17:31:54 CDT 2023 +Wed May 3 07:34:26 CDT 2023 Start Regression test -Compile 001 elapsed time 804 seconds. -DAPP=S2SWA -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 002 elapsed time 804 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 003 elapsed time 686 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 004 elapsed time 286 seconds. -DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 005 elapsed time 264 seconds. -DAPP=S2SW -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 006 elapsed time 659 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_sfcocn -DCMEPS_AOFLUX=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 007 elapsed time 702 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 008 elapsed time 864 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 009 elapsed time 684 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_WoFS_v0,FV3_GFS_v17_p8_mynn -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 010 elapsed time 614 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_flake,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 011 elapsed time 610 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_csawmg,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 012 elapsed time 610 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 013 elapsed time 678 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_WoFS_v0 -D32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 014 elapsed time 229 seconds. -DAPP=ATM -DDEBUG=ON -D32BIT=ON -DCCPP_SUITES=FV3_HRRR,FV3_HRRR_flake,FV3_GFS_v16,FV3_GFS_v16_csawmg,FV3_GFS_v16_ras,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km,FV3_RAP,FV3_HRRR,FV3_RAP_unified_ugwp,FV3_RAP_cires_ugwp,FV3_RAP_flake,FV3_RAP_clm_lake,FV3_RAP_noah,FV3_RAP_sfcdiff,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 015 elapsed time 194 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 016 elapsed time 569 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_flake -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 017 elapsed time 572 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 018 elapsed time 174 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_flake -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 019 elapsed time 173 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_flake -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 020 elapsed time 600 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 021 elapsed time 209 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 022 elapsed time 776 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_thompson_noahmp_nonsst,FV3_HAFS_v1_thompson_noahmp,FV3_HAFS_v1_thompson_nonsst,FV3_HAFS_v1_thompson,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 023 elapsed time 659 seconds. -DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 024 elapsed time 214 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 025 elapsed time 123 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 026 elapsed time 190 seconds. -DAPP=NG-GODAS -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 027 elapsed time 51 seconds. -DAPP=LND -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 028 elapsed time 591 seconds. -DAPP=ATML -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 029 elapsed time 600 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 030 elapsed time 624 seconds. -DAPP=ATMWM -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 031 elapsed time 615 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 032 elapsed time 589 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 033 elapsed time 186 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DDEBUG=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 034 elapsed time 644 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DFASTER=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 001 elapsed time 792 seconds. -DAPP=S2SWA -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 002 elapsed time 792 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 003 elapsed time 715 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 004 elapsed time 273 seconds. -DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 005 elapsed time 231 seconds. -DAPP=S2SW -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 006 elapsed time 700 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_sfcocn -DCMEPS_AOFLUX=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 007 elapsed time 658 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 008 elapsed time 844 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 009 elapsed time 700 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_WoFS_v0,FV3_GFS_v17_p8_mynn -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 010 elapsed time 616 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_flake,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 011 elapsed time 612 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_csawmg,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 012 elapsed time 609 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 013 elapsed time 673 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_WoFS_v0 -D32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 014 elapsed time 231 seconds. -DAPP=ATM -DDEBUG=ON -D32BIT=ON -DCCPP_SUITES=FV3_HRRR,FV3_HRRR_flake,FV3_GFS_v16,FV3_GFS_v16_csawmg,FV3_GFS_v16_ras,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km,FV3_RAP,FV3_HRRR,FV3_RAP_unified_ugwp,FV3_RAP_cires_ugwp,FV3_RAP_flake,FV3_RAP_clm_lake,FV3_RAP_noah,FV3_RAP_sfcdiff,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 015 elapsed time 202 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 016 elapsed time 626 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_flake -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 017 elapsed time 546 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 018 elapsed time 211 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_flake -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 019 elapsed time 211 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_flake -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 020 elapsed time 611 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 021 elapsed time 198 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 022 elapsed time 804 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_thompson_noahmp_nonsst,FV3_HAFS_v1_thompson_noahmp,FV3_HAFS_v1_thompson_nonsst,FV3_HAFS_v1_thompson,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 023 elapsed time 695 seconds. -DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 024 elapsed time 217 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 025 elapsed time 127 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 026 elapsed time 196 seconds. -DAPP=NG-GODAS -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 027 elapsed time 53 seconds. -DAPP=LND -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 028 elapsed time 602 seconds. -DAPP=ATML -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 029 elapsed time 611 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 030 elapsed time 612 seconds. -DAPP=ATMWM -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 031 elapsed time 594 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 032 elapsed time 546 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 033 elapsed time 174 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DDEBUG=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 034 elapsed time 663 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DFASTER=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/cpld_control_p8_mixedmode -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/cpld_control_p8_mixedmode +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/cpld_control_p8_mixedmode Checking test 001 cpld_control_p8_mixedmode results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -102,14 +102,14 @@ Checking test 001 cpld_control_p8_mixedmode results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 302.836815 - 0: The maximum resident set size (KB) = 3144152 + 0: The total amount of wall time = 307.691832 + 0: The maximum resident set size (KB) = 3153408 Test 001 cpld_control_p8_mixedmode PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/cpld_control_gfsv17 -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/cpld_control_gfsv17 +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/cpld_control_gfsv17 Checking test 002 cpld_control_gfsv17 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -173,14 +173,14 @@ Checking test 002 cpld_control_gfsv17 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 223.834382 - 0: The maximum resident set size (KB) = 1726620 + 0: The total amount of wall time = 226.017431 + 0: The maximum resident set size (KB) = 1727196 Test 002 cpld_control_gfsv17 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/cpld_control_p8 -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/cpld_control_p8 +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/cpld_control_p8 Checking test 003 cpld_control_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -245,14 +245,14 @@ Checking test 003 cpld_control_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 338.940647 - 0: The maximum resident set size (KB) = 3186120 + 0: The total amount of wall time = 345.786066 + 0: The maximum resident set size (KB) = 3177360 Test 003 cpld_control_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/cpld_control_p8 -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/cpld_restart_p8 +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/cpld_restart_p8 Checking test 004 cpld_restart_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -305,14 +305,14 @@ Checking test 004 cpld_restart_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 204.199820 - 0: The maximum resident set size (KB) = 3051068 + 0: The total amount of wall time = 202.406468 + 0: The maximum resident set size (KB) = 3050180 Test 004 cpld_restart_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/cpld_control_p8 -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/cpld_control_qr_p8 +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/cpld_control_qr_p8 Checking test 005 cpld_control_qr_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -377,14 +377,14 @@ Checking test 005 cpld_control_qr_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 342.650864 - 0: The maximum resident set size (KB) = 3192808 + 0: The total amount of wall time = 342.995234 + 0: The maximum resident set size (KB) = 3192232 Test 005 cpld_control_qr_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/cpld_control_p8 -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/cpld_restart_qr_p8 +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/cpld_restart_qr_p8 Checking test 006 cpld_restart_qr_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -437,14 +437,14 @@ Checking test 006 cpld_restart_qr_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 209.910891 - 0: The maximum resident set size (KB) = 3065364 + 0: The total amount of wall time = 205.709155 + 0: The maximum resident set size (KB) = 3061680 Test 006 cpld_restart_qr_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/cpld_control_p8 -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/cpld_2threads_p8 +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/cpld_2threads_p8 Checking test 007 cpld_2threads_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -497,14 +497,14 @@ Checking test 007 cpld_2threads_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 399.151931 - 0: The maximum resident set size (KB) = 3519944 + 0: The total amount of wall time = 411.370032 + 0: The maximum resident set size (KB) = 3517272 Test 007 cpld_2threads_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/cpld_control_p8 -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/cpld_decomp_p8 +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/cpld_decomp_p8 Checking test 008 cpld_decomp_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -557,14 +557,14 @@ Checking test 008 cpld_decomp_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 344.757272 - 0: The maximum resident set size (KB) = 3174776 + 0: The total amount of wall time = 342.310087 + 0: The maximum resident set size (KB) = 3175612 Test 008 cpld_decomp_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/cpld_control_p8 -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/cpld_mpi_p8 +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/cpld_mpi_p8 Checking test 009 cpld_mpi_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -617,14 +617,14 @@ Checking test 009 cpld_mpi_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 285.341684 - 0: The maximum resident set size (KB) = 3030352 + 0: The total amount of wall time = 284.117197 + 0: The maximum resident set size (KB) = 3026840 Test 009 cpld_mpi_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/cpld_control_ciceC_p8 -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/cpld_control_ciceC_p8 +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/cpld_control_ciceC_p8 Checking test 010 cpld_control_ciceC_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -689,14 +689,14 @@ Checking test 010 cpld_control_ciceC_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 341.986827 - 0: The maximum resident set size (KB) = 3184540 + 0: The total amount of wall time = 347.818941 + 0: The maximum resident set size (KB) = 3181480 Test 010 cpld_control_ciceC_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/cpld_control_c192_p8 -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/cpld_control_c192_p8 +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/cpld_control_c192_p8 Checking test 011 cpld_control_c192_p8 results .... Comparing sfcf030.tile1.nc .........OK Comparing sfcf030.tile2.nc .........OK @@ -749,14 +749,14 @@ Checking test 011 cpld_control_c192_p8 results .... Comparing 20210323.120000.out_grd.ww3 .........OK Comparing 20210323.120000.out_pnt.ww3 .........OK - 0: The total amount of wall time = 643.660998 - 0: The maximum resident set size (KB) = 3225552 + 0: The total amount of wall time = 636.532061 + 0: The maximum resident set size (KB) = 3252504 Test 011 cpld_control_c192_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/cpld_control_c192_p8 -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/cpld_restart_c192_p8 +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/cpld_restart_c192_p8 Checking test 012 cpld_restart_c192_p8 results .... Comparing sfcf030.tile1.nc .........OK Comparing sfcf030.tile2.nc .........OK @@ -809,14 +809,14 @@ Checking test 012 cpld_restart_c192_p8 results .... Comparing 20210323.120000.out_grd.ww3 .........OK Comparing 20210323.120000.out_pnt.ww3 .........OK - 0: The total amount of wall time = 436.579765 - 0: The maximum resident set size (KB) = 3140964 + 0: The total amount of wall time = 444.394532 + 0: The maximum resident set size (KB) = 3162048 Test 012 cpld_restart_c192_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/cpld_bmark_p8 -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/cpld_bmark_p8 +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/cpld_bmark_p8 Checking test 013 cpld_bmark_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -864,14 +864,14 @@ Checking test 013 cpld_bmark_p8 results .... Comparing 20130401.060000.out_pnt.ww3 .........OK Comparing 20130401.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 870.507059 - 0: The maximum resident set size (KB) = 4072696 + 0: The total amount of wall time = 884.215054 + 0: The maximum resident set size (KB) = 4045644 Test 013 cpld_bmark_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/cpld_bmark_p8 -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/cpld_restart_bmark_p8 +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/cpld_restart_bmark_p8 Checking test 014 cpld_restart_bmark_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -919,14 +919,14 @@ Checking test 014 cpld_restart_bmark_p8 results .... Comparing 20130401.060000.out_pnt.ww3 .........OK Comparing 20130401.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 536.005169 - 0: The maximum resident set size (KB) = 3922156 + 0: The total amount of wall time = 527.672043 + 0: The maximum resident set size (KB) = 3978556 Test 014 cpld_restart_bmark_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/cpld_control_noaero_p8 -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/cpld_control_noaero_p8 +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/cpld_control_noaero_p8 Checking test 015 cpld_control_noaero_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -990,14 +990,14 @@ Checking test 015 cpld_control_noaero_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 254.226348 - 0: The maximum resident set size (KB) = 1719824 + 0: The total amount of wall time = 256.066037 + 0: The maximum resident set size (KB) = 1721512 Test 015 cpld_control_noaero_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/cpld_control_c96_noaero_p8 -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/cpld_control_nowave_noaero_p8 +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/cpld_control_nowave_noaero_p8 Checking test 016 cpld_control_nowave_noaero_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1059,14 +1059,14 @@ Checking test 016 cpld_control_nowave_noaero_p8 results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 258.699091 - 0: The maximum resident set size (KB) = 1770892 + 0: The total amount of wall time = 261.917029 + 0: The maximum resident set size (KB) = 1771052 Test 016 cpld_control_nowave_noaero_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/cpld_debug_p8 -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/cpld_debug_p8 +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/cpld_debug_p8 Checking test 017 cpld_debug_p8 results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK @@ -1119,14 +1119,14 @@ Checking test 017 cpld_debug_p8 results .... Comparing 20210322.090000.out_pnt.ww3 .........OK Comparing 20210322.090000.out_grd.ww3 .........OK - 0: The total amount of wall time = 535.705424 - 0: The maximum resident set size (KB) = 3243668 + 0: The total amount of wall time = 553.609249 + 0: The maximum resident set size (KB) = 3244908 Test 017 cpld_debug_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/cpld_debug_noaero_p8 -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/cpld_debug_noaero_p8 +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/cpld_debug_noaero_p8 Checking test 018 cpld_debug_noaero_p8 results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK @@ -1178,14 +1178,14 @@ Checking test 018 cpld_debug_noaero_p8 results .... Comparing 20210322.090000.out_pnt.ww3 .........OK Comparing 20210322.090000.out_grd.ww3 .........OK - 0: The total amount of wall time = 381.575361 - 0: The maximum resident set size (KB) = 1753172 + 0: The total amount of wall time = 381.883669 + 0: The maximum resident set size (KB) = 1739324 Test 018 cpld_debug_noaero_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/cpld_control_noaero_p8_agrid -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/cpld_control_noaero_p8_agrid +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/cpld_control_noaero_p8_agrid Checking test 019 cpld_control_noaero_p8_agrid results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1247,14 +1247,14 @@ Checking test 019 cpld_control_noaero_p8_agrid results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 274.977772 - 0: The maximum resident set size (KB) = 1719956 + 0: The total amount of wall time = 270.185408 + 0: The maximum resident set size (KB) = 1769148 Test 019 cpld_control_noaero_p8_agrid PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/cpld_control_c48 -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/cpld_control_c48 +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/cpld_control_c48 Checking test 020 cpld_control_c48 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -1304,14 +1304,14 @@ Checking test 020 cpld_control_c48 results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 497.260347 - 0: The maximum resident set size (KB) = 2808724 + 0: The total amount of wall time = 498.765477 + 0: The maximum resident set size (KB) = 2801360 Test 020 cpld_control_c48 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/cpld_warmstart_c48 -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/cpld_warmstart_c48 +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/cpld_warmstart_c48 Checking test 021 cpld_warmstart_c48 results .... Comparing sfcf006.tile1.nc .........OK Comparing sfcf006.tile2.nc .........OK @@ -1361,14 +1361,14 @@ Checking test 021 cpld_warmstart_c48 results .... Comparing RESTART/iced.2021-03-23-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-43200.nc .........OK - 0: The total amount of wall time = 135.507576 - 0: The maximum resident set size (KB) = 2808432 + 0: The total amount of wall time = 137.142063 + 0: The maximum resident set size (KB) = 2810760 Test 021 cpld_warmstart_c48 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/cpld_warmstart_c48 -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/cpld_restart_c48 +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/cpld_restart_c48 Checking test 022 cpld_restart_c48 results .... Comparing sfcf006.tile1.nc .........OK Comparing sfcf006.tile2.nc .........OK @@ -1418,14 +1418,14 @@ Checking test 022 cpld_restart_c48 results .... Comparing RESTART/iced.2021-03-23-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-43200.nc .........OK - 0: The total amount of wall time = 75.504654 - 0: The maximum resident set size (KB) = 2233272 + 0: The total amount of wall time = 75.763378 + 0: The maximum resident set size (KB) = 2249136 Test 022 cpld_restart_c48 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/cpld_control_p8_faster -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/cpld_control_p8_faster +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/cpld_control_p8_faster Checking test 023 cpld_control_p8_faster results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1490,14 +1490,14 @@ Checking test 023 cpld_control_p8_faster results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 320.543693 - 0: The maximum resident set size (KB) = 3178188 + 0: The total amount of wall time = 323.401551 + 0: The maximum resident set size (KB) = 3184316 Test 023 cpld_control_p8_faster PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/control_flake -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/control_flake +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/control_flake Checking test 024 control_flake results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1508,14 +1508,14 @@ Checking test 024 control_flake results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 193.486824 - 0: The maximum resident set size (KB) = 677472 + 0: The total amount of wall time = 193.367106 + 0: The maximum resident set size (KB) = 681000 Test 024 control_flake PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/control_CubedSphereGrid -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/control_CubedSphereGrid +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/control_CubedSphereGrid Checking test 025 control_CubedSphereGrid results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -1542,28 +1542,28 @@ Checking test 025 control_CubedSphereGrid results .... Comparing atmf024.tile5.nc .........OK Comparing atmf024.tile6.nc .........OK - 0: The total amount of wall time = 132.210195 - 0: The maximum resident set size (KB) = 631028 + 0: The total amount of wall time = 130.808745 + 0: The maximum resident set size (KB) = 630048 Test 025 control_CubedSphereGrid PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/control_CubedSphereGrid_parallel -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/control_CubedSphereGrid_parallel +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/control_CubedSphereGrid_parallel Checking test 026 control_CubedSphereGrid_parallel results .... - Comparing sfcf000.nc .........OK + Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK Comparing atmf024.nc .........OK - 0: The total amount of wall time = 128.186591 - 0: The maximum resident set size (KB) = 635732 + 0: The total amount of wall time = 127.544161 + 0: The maximum resident set size (KB) = 631400 Test 026 control_CubedSphereGrid_parallel PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/control_latlon -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/control_latlon +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/control_latlon Checking test 027 control_latlon results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1574,32 +1574,32 @@ Checking test 027 control_latlon results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 132.729449 - 0: The maximum resident set size (KB) = 632192 + 0: The total amount of wall time = 133.114963 + 0: The maximum resident set size (KB) = 632800 Test 027 control_latlon PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/control_wrtGauss_netcdf_parallel -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/control_wrtGauss_netcdf_parallel +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/control_wrtGauss_netcdf_parallel Checking test 028 control_wrtGauss_netcdf_parallel results .... Comparing sfcf000.nc .........OK - Comparing sfcf024.nc ............ALT CHECK......OK - Comparing atmf000.nc .........OK + Comparing sfcf024.nc .........OK + Comparing atmf000.nc ............ALT CHECK......OK Comparing atmf024.nc ............ALT CHECK......OK Comparing GFSFLX.GrbF00 .........OK Comparing GFSFLX.GrbF24 .........OK Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 135.899365 - 0: The maximum resident set size (KB) = 632636 + 0: The total amount of wall time = 138.204804 + 0: The maximum resident set size (KB) = 634284 Test 028 control_wrtGauss_netcdf_parallel PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/control_c48 -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/control_c48 +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/control_c48 Checking test 029 control_c48 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1638,14 +1638,14 @@ Checking test 029 control_c48 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0: The total amount of wall time = 344.217705 -0: The maximum resident set size (KB) = 821740 +0: The total amount of wall time = 346.074144 +0: The maximum resident set size (KB) = 823228 Test 029 control_c48 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/control_c192 -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/control_c192 +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/control_c192 Checking test 030 control_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1656,14 +1656,14 @@ Checking test 030 control_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 533.398425 - 0: The maximum resident set size (KB) = 769368 + 0: The total amount of wall time = 529.133649 + 0: The maximum resident set size (KB) = 774748 Test 030 control_c192 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/control_c384 -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/control_c384 +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/control_c384 Checking test 031 control_c384 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1674,14 +1674,14 @@ Checking test 031 control_c384 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 579.973652 - 0: The maximum resident set size (KB) = 1231716 + 0: The total amount of wall time = 576.907635 + 0: The maximum resident set size (KB) = 1230928 Test 031 control_c384 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/control_c384gdas -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/control_c384gdas +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/control_c384gdas Checking test 032 control_c384gdas results .... Comparing sfcf000.nc .........OK Comparing sfcf006.nc .........OK @@ -1724,14 +1724,14 @@ Checking test 032 control_c384gdas results .... Comparing RESTART/20210322.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 512.851629 - 0: The maximum resident set size (KB) = 1340340 + 0: The total amount of wall time = 511.015644 + 0: The maximum resident set size (KB) = 1339056 Test 032 control_c384gdas PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/control_stochy -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/control_stochy +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/control_stochy Checking test 033 control_stochy results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1742,28 +1742,28 @@ Checking test 033 control_stochy results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 88.627311 - 0: The maximum resident set size (KB) = 633056 + 0: The total amount of wall time = 87.744372 + 0: The maximum resident set size (KB) = 637348 Test 033 control_stochy PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/control_stochy -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/control_stochy_restart +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/control_stochy_restart Checking test 034 control_stochy_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 47.766737 - 0: The maximum resident set size (KB) = 490308 + 0: The total amount of wall time = 47.960771 + 0: The maximum resident set size (KB) = 486548 Test 034 control_stochy_restart PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/control_lndp -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/control_lndp +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/control_lndp Checking test 035 control_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1774,14 +1774,14 @@ Checking test 035 control_lndp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 81.393395 - 0: The maximum resident set size (KB) = 634008 + 0: The total amount of wall time = 81.338104 + 0: The maximum resident set size (KB) = 633132 Test 035 control_lndp PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/control_iovr4 -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/control_iovr4 +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/control_iovr4 Checking test 036 control_iovr4 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1796,14 +1796,14 @@ Checking test 036 control_iovr4 results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 134.729208 - 0: The maximum resident set size (KB) = 631844 + 0: The total amount of wall time = 134.725830 + 0: The maximum resident set size (KB) = 632444 Test 036 control_iovr4 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/control_iovr5 -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/control_iovr5 +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/control_iovr5 Checking test 037 control_iovr5 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1818,14 +1818,14 @@ Checking test 037 control_iovr5 results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 134.656075 - 0: The maximum resident set size (KB) = 633220 + 0: The total amount of wall time = 135.685619 + 0: The maximum resident set size (KB) = 634072 Test 037 control_iovr5 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/control_p8 -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/control_p8 +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/control_p8 Checking test 038 control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1872,14 +1872,14 @@ Checking test 038 control_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 169.177328 - 0: The maximum resident set size (KB) = 1600452 + 0: The total amount of wall time = 167.028696 + 0: The maximum resident set size (KB) = 1605564 Test 038 control_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/control_p8 -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/control_restart_p8 +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/control_restart_p8 Checking test 039 control_restart_p8 results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1918,14 +1918,14 @@ Checking test 039 control_restart_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 90.024075 - 0: The maximum resident set size (KB) = 876888 + 0: The total amount of wall time = 88.002158 + 0: The maximum resident set size (KB) = 884792 Test 039 control_restart_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/control_p8 -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/control_qr_p8 +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/control_qr_p8 Checking test 040 control_qr_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1972,14 +1972,14 @@ Checking test 040 control_qr_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc ............ALT CHECK......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc ............ALT CHECK......OK - 0: The total amount of wall time = 170.921414 - 0: The maximum resident set size (KB) = 1602736 + 0: The total amount of wall time = 167.269687 + 0: The maximum resident set size (KB) = 1617376 Test 040 control_qr_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/control_p8 -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/control_restart_qr_p8 +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/control_restart_qr_p8 Checking test 041 control_restart_qr_p8 results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -2018,14 +2018,14 @@ Checking test 041 control_restart_qr_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc ............ALT CHECK......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc ............ALT CHECK......OK - 0: The total amount of wall time = 92.565020 - 0: The maximum resident set size (KB) = 867616 + 0: The total amount of wall time = 90.220621 + 0: The maximum resident set size (KB) = 872932 Test 041 control_restart_qr_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/control_p8 -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/control_decomp_p8 +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/control_decomp_p8 Checking test 042 control_decomp_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2068,14 +2068,14 @@ Checking test 042 control_decomp_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 176.065057 - 0: The maximum resident set size (KB) = 1594696 + 0: The total amount of wall time = 174.445486 + 0: The maximum resident set size (KB) = 1587836 Test 042 control_decomp_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/control_p8 -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/control_2threads_p8 +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/control_2threads_p8 Checking test 043 control_2threads_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2118,14 +2118,14 @@ Checking test 043 control_2threads_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 179.760980 - 0: The maximum resident set size (KB) = 1689316 + 0: The total amount of wall time = 176.137685 + 0: The maximum resident set size (KB) = 1696824 Test 043 control_2threads_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/control_p8_lndp -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/control_p8_lndp +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/control_p8_lndp Checking test 044 control_p8_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2144,14 +2144,14 @@ Checking test 044 control_p8_lndp results .... Comparing GFSPRS.GrbF24 .........OK Comparing GFSPRS.GrbF48 .........OK - 0: The total amount of wall time = 313.530211 - 0: The maximum resident set size (KB) = 1610292 + 0: The total amount of wall time = 311.591426 + 0: The maximum resident set size (KB) = 1600508 Test 044 control_p8_lndp PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/control_p8_rrtmgp -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/control_p8_rrtmgp +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/control_p8_rrtmgp Checking test 045 control_p8_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2198,14 +2198,14 @@ Checking test 045 control_p8_rrtmgp results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 230.253873 - 0: The maximum resident set size (KB) = 1679376 + 0: The total amount of wall time = 226.844177 + 0: The maximum resident set size (KB) = 1679184 Test 045 control_p8_rrtmgp PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/control_p8_mynn -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/control_p8_mynn +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/control_p8_mynn Checking test 046 control_p8_mynn results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2252,14 +2252,14 @@ Checking test 046 control_p8_mynn results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 172.923628 - 0: The maximum resident set size (KB) = 1604468 + 0: The total amount of wall time = 170.661883 + 0: The maximum resident set size (KB) = 1609480 Test 046 control_p8_mynn PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/merra2_thompson -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/merra2_thompson +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/merra2_thompson Checking test 047 merra2_thompson results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2306,14 +2306,14 @@ Checking test 047 merra2_thompson results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 191.027516 - 0: The maximum resident set size (KB) = 1616640 + 0: The total amount of wall time = 188.945876 + 0: The maximum resident set size (KB) = 1618088 Test 047 merra2_thompson PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/regional_control -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/regional_control +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/regional_control Checking test 048 regional_control results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2324,28 +2324,28 @@ Checking test 048 regional_control results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 298.419040 - 0: The maximum resident set size (KB) = 870916 + 0: The total amount of wall time = 294.561270 + 0: The maximum resident set size (KB) = 868772 Test 048 regional_control PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/regional_control -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/regional_restart +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/regional_restart Checking test 049 regional_restart results .... Comparing dynf006.nc .........OK Comparing phyf006.nc .........OK Comparing PRSLEV.GrbF06 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 153.381527 - 0: The maximum resident set size (KB) = 860612 + 0: The total amount of wall time = 152.709925 + 0: The maximum resident set size (KB) = 831132 Test 049 regional_restart PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/regional_control -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/regional_control_qr +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/regional_control_qr Checking test 050 regional_control_qr results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2356,28 +2356,28 @@ Checking test 050 regional_control_qr results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 297.524854 - 0: The maximum resident set size (KB) = 871764 + 0: The total amount of wall time = 297.447452 + 0: The maximum resident set size (KB) = 835932 Test 050 regional_control_qr PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/regional_control -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/regional_restart_qr +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/regional_restart_qr Checking test 051 regional_restart_qr results .... Comparing dynf006.nc .........OK Comparing phyf006.nc .........OK Comparing PRSLEV.GrbF06 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 151.042307 - 0: The maximum resident set size (KB) = 865132 + 0: The total amount of wall time = 151.906564 + 0: The maximum resident set size (KB) = 862640 Test 051 regional_restart_qr PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/regional_control -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/regional_decomp +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/regional_decomp Checking test 052 regional_decomp results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2388,14 +2388,14 @@ Checking test 052 regional_decomp results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 315.854452 - 0: The maximum resident set size (KB) = 866796 + 0: The total amount of wall time = 312.885741 + 0: The maximum resident set size (KB) = 861008 Test 052 regional_decomp PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/regional_control -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/regional_2threads +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/regional_2threads Checking test 053 regional_2threads results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2406,14 +2406,14 @@ Checking test 053 regional_2threads results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 207.327820 - 0: The maximum resident set size (KB) = 853444 + 0: The total amount of wall time = 206.896128 + 0: The maximum resident set size (KB) = 847416 Test 053 regional_2threads PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/regional_noquilt -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/regional_noquilt +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/regional_noquilt Checking test 054 regional_noquilt results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK @@ -2421,28 +2421,28 @@ Checking test 054 regional_noquilt results .... Comparing RESTART/fv_core.res.tile1_new.nc .........OK Comparing RESTART/fv_tracer.res.tile1_new.nc .........OK - 0: The total amount of wall time = 319.818168 - 0: The maximum resident set size (KB) = 864704 + 0: The total amount of wall time = 316.200582 + 0: The maximum resident set size (KB) = 870632 Test 054 regional_noquilt PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/regional_netcdf_parallel -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/regional_netcdf_parallel +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/regional_netcdf_parallel Checking test 055 regional_netcdf_parallel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK Comparing phyf006.nc .........OK - 0: The total amount of wall time = 295.731527 - 0: The maximum resident set size (KB) = 862528 + 0: The total amount of wall time = 291.258780 + 0: The maximum resident set size (KB) = 864384 Test 055 regional_netcdf_parallel PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/regional_control -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/regional_2dwrtdecomp +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/regional_2dwrtdecomp Checking test 056 regional_2dwrtdecomp results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2453,14 +2453,14 @@ Checking test 056 regional_2dwrtdecomp results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 300.254941 - 0: The maximum resident set size (KB) = 868920 + 0: The total amount of wall time = 298.024154 + 0: The maximum resident set size (KB) = 868120 Test 056 regional_2dwrtdecomp PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/fv3_regional_wofs -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/regional_wofs +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/regional_wofs Checking test 057 regional_wofs results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2471,14 +2471,14 @@ Checking test 057 regional_wofs results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 374.820654 - 0: The maximum resident set size (KB) = 633724 + 0: The total amount of wall time = 374.669524 + 0: The maximum resident set size (KB) = 628336 Test 057 regional_wofs PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_control -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/rap_control +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/rap_control Checking test 058 rap_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2525,14 +2525,14 @@ Checking test 058 rap_control results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 459.690014 - 0: The maximum resident set size (KB) = 1061100 + 0: The total amount of wall time = 457.196709 + 0: The maximum resident set size (KB) = 1062448 Test 058 rap_control PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/regional_spp_sppt_shum_skeb -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/regional_spp_sppt_shum_skeb +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/regional_spp_sppt_shum_skeb Checking test 059 regional_spp_sppt_shum_skeb results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK @@ -2543,14 +2543,14 @@ Checking test 059 regional_spp_sppt_shum_skeb results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF01 .........OK - 0: The total amount of wall time = 267.660633 - 0: The maximum resident set size (KB) = 1187324 + 0: The total amount of wall time = 265.392853 + 0: The maximum resident set size (KB) = 1180744 Test 059 regional_spp_sppt_shum_skeb PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_control -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/rap_decomp +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/rap_decomp Checking test 060 rap_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2597,14 +2597,14 @@ Checking test 060 rap_decomp results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 477.481098 - 0: The maximum resident set size (KB) = 1000580 + 0: The total amount of wall time = 479.020339 + 0: The maximum resident set size (KB) = 1003688 Test 060 rap_decomp PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_control -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/rap_2threads +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/rap_2threads Checking test 061 rap_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2651,14 +2651,14 @@ Checking test 061 rap_2threads results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 471.095969 - 0: The maximum resident set size (KB) = 1138152 + 0: The total amount of wall time = 469.199513 + 0: The maximum resident set size (KB) = 1139724 Test 061 rap_2threads PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_control -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/rap_restart +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/rap_restart Checking test 062 rap_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -2697,14 +2697,14 @@ Checking test 062 rap_restart results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 234.779378 - 0: The maximum resident set size (KB) = 973180 + 0: The total amount of wall time = 232.262486 + 0: The maximum resident set size (KB) = 975168 Test 062 rap_restart PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_sfcdiff -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/rap_sfcdiff +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/rap_sfcdiff Checking test 063 rap_sfcdiff results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2751,14 +2751,14 @@ Checking test 063 rap_sfcdiff results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 456.377784 - 0: The maximum resident set size (KB) = 1058860 + 0: The total amount of wall time = 459.023354 + 0: The maximum resident set size (KB) = 1053916 Test 063 rap_sfcdiff PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_sfcdiff -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/rap_sfcdiff_decomp +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/rap_sfcdiff_decomp Checking test 064 rap_sfcdiff_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2805,14 +2805,14 @@ Checking test 064 rap_sfcdiff_decomp results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 479.422342 - 0: The maximum resident set size (KB) = 992952 + 0: The total amount of wall time = 482.580329 + 0: The maximum resident set size (KB) = 1010264 Test 064 rap_sfcdiff_decomp PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_sfcdiff -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/rap_sfcdiff_restart +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/rap_sfcdiff_restart Checking test 065 rap_sfcdiff_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -2851,14 +2851,14 @@ Checking test 065 rap_sfcdiff_restart results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 341.456831 - 0: The maximum resident set size (KB) = 988068 + 0: The total amount of wall time = 340.790363 + 0: The maximum resident set size (KB) = 963932 Test 065 rap_sfcdiff_restart PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/hrrr_control -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/hrrr_control +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/hrrr_control Checking test 066 hrrr_control results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2905,14 +2905,14 @@ Checking test 066 hrrr_control results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 426.659774 - 0: The maximum resident set size (KB) = 1055440 + 0: The total amount of wall time = 426.847859 + 0: The maximum resident set size (KB) = 1060044 Test 066 hrrr_control PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/hrrr_control -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/hrrr_control_decomp +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/hrrr_control_decomp Checking test 067 hrrr_control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2959,14 +2959,14 @@ Checking test 067 hrrr_control_decomp results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 444.829164 - 0: The maximum resident set size (KB) = 1005056 + 0: The total amount of wall time = 447.761807 + 0: The maximum resident set size (KB) = 1004252 Test 067 hrrr_control_decomp PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/hrrr_control -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/hrrr_control_2threads +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/hrrr_control_2threads Checking test 068 hrrr_control_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3013,28 +3013,28 @@ Checking test 068 hrrr_control_2threads results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 359.749073 - 0: The maximum resident set size (KB) = 1076008 + 0: The total amount of wall time = 360.169862 + 0: The maximum resident set size (KB) = 1077608 Test 068 hrrr_control_2threads PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/hrrr_control -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/hrrr_control_restart +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/hrrr_control_restart Checking test 069 hrrr_control_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 318.767700 - 0: The maximum resident set size (KB) = 986772 + 0: The total amount of wall time = 318.506086 + 0: The maximum resident set size (KB) = 987400 Test 069 hrrr_control_restart PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/rrfs_v1beta -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/rrfs_v1beta +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/rrfs_v1beta Checking test 070 rrfs_v1beta results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3081,14 +3081,14 @@ Checking test 070 rrfs_v1beta results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 452.590498 - 0: The maximum resident set size (KB) = 1051752 + 0: The total amount of wall time = 454.691374 + 0: The maximum resident set size (KB) = 1053960 Test 070 rrfs_v1beta PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/rrfs_v1nssl -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/rrfs_v1nssl +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/rrfs_v1nssl Checking test 071 rrfs_v1nssl results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3103,14 +3103,14 @@ Checking test 071 rrfs_v1nssl results .... Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 540.659039 - 0: The maximum resident set size (KB) = 699008 + 0: The total amount of wall time = 539.935359 + 0: The maximum resident set size (KB) = 693804 Test 071 rrfs_v1nssl PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/rrfs_v1nssl_nohailnoccn -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/rrfs_v1nssl_nohailnoccn +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/rrfs_v1nssl_nohailnoccn Checking test 072 rrfs_v1nssl_nohailnoccn results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3125,14 +3125,14 @@ Checking test 072 rrfs_v1nssl_nohailnoccn results .... Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 523.449298 - 0: The maximum resident set size (KB) = 762144 + 0: The total amount of wall time = 526.895414 + 0: The maximum resident set size (KB) = 759220 Test 072 rrfs_v1nssl_nohailnoccn PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/rrfs_smoke_conus13km_hrrr_warm -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/rrfs_smoke_conus13km_hrrr_warm +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/rrfs_smoke_conus13km_hrrr_warm Checking test 073 rrfs_smoke_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -3141,14 +3141,14 @@ Checking test 073 rrfs_smoke_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 151.393367 - 0: The maximum resident set size (KB) = 1033060 + 0: The total amount of wall time = 150.067244 + 0: The maximum resident set size (KB) = 1037284 Test 073 rrfs_smoke_conus13km_hrrr_warm PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/rrfs_smoke_conus13km_hrrr_warm -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/rrfs_smoke_conus13km_hrrr_warm_2threads +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/rrfs_smoke_conus13km_hrrr_warm_2threads Checking test 074 rrfs_smoke_conus13km_hrrr_warm_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -3157,14 +3157,14 @@ Checking test 074 rrfs_smoke_conus13km_hrrr_warm_2threads results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 100.669672 - 0: The maximum resident set size (KB) = 944032 + 0: The total amount of wall time = 98.617390 + 0: The maximum resident set size (KB) = 946228 Test 074 rrfs_smoke_conus13km_hrrr_warm_2threads PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/rrfs_conus13km_hrrr_warm -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/rrfs_conus13km_hrrr_warm +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/rrfs_conus13km_hrrr_warm Checking test 075 rrfs_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -3173,14 +3173,14 @@ Checking test 075 rrfs_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 133.130973 - 0: The maximum resident set size (KB) = 992580 + 0: The total amount of wall time = 133.577182 + 0: The maximum resident set size (KB) = 994472 Test 075 rrfs_conus13km_hrrr_warm PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/rrfs_smoke_conus13km_hrrr_warm_radar_tten -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/rrfs_smoke_conus13km_radar_tten_warm +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/rrfs_smoke_conus13km_radar_tten_warm Checking test 076 rrfs_smoke_conus13km_radar_tten_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -3189,26 +3189,26 @@ Checking test 076 rrfs_smoke_conus13km_radar_tten_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 150.310049 - 0: The maximum resident set size (KB) = 1034036 + 0: The total amount of wall time = 151.155395 + 0: The maximum resident set size (KB) = 1041056 Test 076 rrfs_smoke_conus13km_radar_tten_warm PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/rrfs_conus13km_hrrr_warm_restart_mismatch -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/rrfs_conus13km_hrrr_warm_restart_mismatch +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/rrfs_conus13km_hrrr_warm_restart_mismatch Checking test 077 rrfs_conus13km_hrrr_warm_restart_mismatch results .... Comparing sfcf002.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 71.357689 - 0: The maximum resident set size (KB) = 976392 + 0: The total amount of wall time = 69.858110 + 0: The maximum resident set size (KB) = 978872 Test 077 rrfs_conus13km_hrrr_warm_restart_mismatch PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/control_csawmg -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/control_csawmg +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/control_csawmg Checking test 078 control_csawmg results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -3219,14 +3219,14 @@ Checking test 078 control_csawmg results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 342.800629 - 0: The maximum resident set size (KB) = 726124 + 0: The total amount of wall time = 342.077042 + 0: The maximum resident set size (KB) = 728448 Test 078 control_csawmg PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/control_csawmgt -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/control_csawmgt +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/control_csawmgt Checking test 079 control_csawmgt results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -3237,14 +3237,14 @@ Checking test 079 control_csawmgt results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 340.990149 - 0: The maximum resident set size (KB) = 668568 + 0: The total amount of wall time = 338.186308 + 0: The maximum resident set size (KB) = 727104 Test 079 control_csawmgt PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/control_ras -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/control_ras +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/control_ras Checking test 080 control_ras results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -3255,26 +3255,26 @@ Checking test 080 control_ras results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 181.925814 - 0: The maximum resident set size (KB) = 725832 + 0: The total amount of wall time = 181.846534 + 0: The maximum resident set size (KB) = 728328 Test 080 control_ras PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/control_wam -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/control_wam +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/control_wam Checking test 081 control_wam results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK - 0: The total amount of wall time = 113.541276 - 0: The maximum resident set size (KB) = 646948 + 0: The total amount of wall time = 112.738742 + 0: The maximum resident set size (KB) = 650696 Test 081 control_wam PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/control_p8_faster -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/control_p8_faster +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/control_p8_faster Checking test 082 control_p8_faster results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -3321,14 +3321,14 @@ Checking test 082 control_p8_faster results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 156.982598 - 0: The maximum resident set size (KB) = 1611624 + 0: The total amount of wall time = 152.940984 + 0: The maximum resident set size (KB) = 1604780 Test 082 control_p8_faster PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/regional_control_faster -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/regional_control_faster +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/regional_control_faster Checking test 083 regional_control_faster results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -3339,56 +3339,56 @@ Checking test 083 regional_control_faster results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 270.303563 - 0: The maximum resident set size (KB) = 870368 + 0: The total amount of wall time = 273.116099 + 0: The maximum resident set size (KB) = 873724 Test 083 regional_control_faster PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/rrfs_smoke_conus13km_hrrr_warm_debug -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/rrfs_smoke_conus13km_hrrr_warm_debug +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/rrfs_smoke_conus13km_hrrr_warm_debug Checking test 084 rrfs_smoke_conus13km_hrrr_warm_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 828.948592 - 0: The maximum resident set size (KB) = 1062080 + 0: The total amount of wall time = 825.321942 + 0: The maximum resident set size (KB) = 1064108 Test 084 rrfs_smoke_conus13km_hrrr_warm_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/rrfs_smoke_conus13km_hrrr_warm_debug -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/rrfs_smoke_conus13km_hrrr_warm_debug_2threads +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/rrfs_smoke_conus13km_hrrr_warm_debug_2threads Checking test 085 rrfs_smoke_conus13km_hrrr_warm_debug_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 488.551737 - 0: The maximum resident set size (KB) = 940956 + 0: The total amount of wall time = 492.342913 + 0: The maximum resident set size (KB) = 982972 Test 085 rrfs_smoke_conus13km_hrrr_warm_debug_2threads PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/rrfs_conus13km_hrrr_warm_debugs -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/rrfs_conus13km_hrrr_warm_debug +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/rrfs_conus13km_hrrr_warm_debug Checking test 086 rrfs_conus13km_hrrr_warm_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 744.935815 - 0: The maximum resident set size (KB) = 1020680 + 0: The total amount of wall time = 757.993202 + 0: The maximum resident set size (KB) = 1022524 Test 086 rrfs_conus13km_hrrr_warm_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/control_CubedSphereGrid_debug -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/control_CubedSphereGrid_debug +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/control_CubedSphereGrid_debug Checking test 087 control_CubedSphereGrid_debug results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -3415,348 +3415,348 @@ Checking test 087 control_CubedSphereGrid_debug results .... Comparing atmf001.tile5.nc .........OK Comparing atmf001.tile6.nc .........OK - 0: The total amount of wall time = 159.172162 - 0: The maximum resident set size (KB) = 792404 + 0: The total amount of wall time = 152.033336 + 0: The maximum resident set size (KB) = 793256 Test 087 control_CubedSphereGrid_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/control_wrtGauss_netcdf_parallel_debug -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/control_wrtGauss_netcdf_parallel_debug +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/control_wrtGauss_netcdf_parallel_debug Checking test 088 control_wrtGauss_netcdf_parallel_debug results .... - Comparing sfcf000.nc ............ALT CHECK......OK + Comparing sfcf000.nc .........OK Comparing sfcf001.nc ............ALT CHECK......OK Comparing atmf000.nc ............ALT CHECK......OK - Comparing atmf001.nc .........OK + Comparing atmf001.nc ............ALT CHECK......OK - 0: The total amount of wall time = 152.662867 - 0: The maximum resident set size (KB) = 794868 + 0: The total amount of wall time = 150.866208 + 0: The maximum resident set size (KB) = 797140 Test 088 control_wrtGauss_netcdf_parallel_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/control_stochy_debug -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/control_stochy_debug +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/control_stochy_debug Checking test 089 control_stochy_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 175.606113 - 0: The maximum resident set size (KB) = 803872 + 0: The total amount of wall time = 174.089099 + 0: The maximum resident set size (KB) = 798228 Test 089 control_stochy_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/control_lndp_debug -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/control_lndp_debug +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/control_lndp_debug Checking test 090 control_lndp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 156.312281 - 0: The maximum resident set size (KB) = 796472 + 0: The total amount of wall time = 151.612288 + 0: The maximum resident set size (KB) = 802288 Test 090 control_lndp_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/control_csawmg_debug -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/control_csawmg_debug +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/control_csawmg_debug Checking test 091 control_csawmg_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 234.668154 - 0: The maximum resident set size (KB) = 843792 + 0: The total amount of wall time = 231.259220 + 0: The maximum resident set size (KB) = 845044 Test 091 control_csawmg_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/control_csawmgt_debug -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/control_csawmgt_debug +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/control_csawmgt_debug Checking test 092 control_csawmgt_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 233.530583 - 0: The maximum resident set size (KB) = 839836 + 0: The total amount of wall time = 229.228074 + 0: The maximum resident set size (KB) = 845204 Test 092 control_csawmgt_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/control_ras_debug -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/control_ras_debug +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/control_ras_debug Checking test 093 control_ras_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 155.969851 - 0: The maximum resident set size (KB) = 805600 + 0: The total amount of wall time = 149.151060 + 0: The maximum resident set size (KB) = 803920 Test 093 control_ras_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/control_diag_debug -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/control_diag_debug +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/control_diag_debug Checking test 094 control_diag_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 158.160821 - 0: The maximum resident set size (KB) = 851396 + 0: The total amount of wall time = 151.660047 + 0: The maximum resident set size (KB) = 855524 Test 094 control_diag_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/control_debug_p8 -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/control_debug_p8 +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/control_debug_p8 Checking test 095 control_debug_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 170.400891 - 0: The maximum resident set size (KB) = 1619572 + 0: The total amount of wall time = 170.626916 + 0: The maximum resident set size (KB) = 1619696 Test 095 control_debug_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/regional_debug -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/regional_debug +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/regional_debug Checking test 096 regional_debug results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK Comparing phyf000.nc .........OK Comparing phyf001.nc .........OK - 0: The total amount of wall time = 994.108378 - 0: The maximum resident set size (KB) = 881984 + 0: The total amount of wall time = 991.112235 + 0: The maximum resident set size (KB) = 888960 Test 096 regional_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_control_debug -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/rap_control_debug +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/rap_control_debug Checking test 097 rap_control_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 270.327887 - 0: The maximum resident set size (KB) = 1174828 + 0: The total amount of wall time = 277.972285 + 0: The maximum resident set size (KB) = 1178392 Test 097 rap_control_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/hrrr_control_debug -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/hrrr_control_debug +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/hrrr_control_debug Checking test 098 hrrr_control_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 267.394102 - 0: The maximum resident set size (KB) = 1167968 + 0: The total amount of wall time = 271.033972 + 0: The maximum resident set size (KB) = 1176620 Test 098 hrrr_control_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_control_debug -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/rap_unified_drag_suite_debug +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/rap_unified_drag_suite_debug Checking test 099 rap_unified_drag_suite_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 279.939476 - 0: The maximum resident set size (KB) = 1172044 + 0: The total amount of wall time = 283.445570 + 0: The maximum resident set size (KB) = 1149508 Test 099 rap_unified_drag_suite_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_diag_debug -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/rap_diag_debug +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/rap_diag_debug Checking test 100 rap_diag_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 291.456410 - 0: The maximum resident set size (KB) = 1258616 + 0: The total amount of wall time = 287.125055 + 0: The maximum resident set size (KB) = 1260608 Test 100 rap_diag_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_cires_ugwp_debug -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/rap_cires_ugwp_debug +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/rap_cires_ugwp_debug Checking test 101 rap_cires_ugwp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 289.870758 - 0: The maximum resident set size (KB) = 1165736 + 0: The total amount of wall time = 277.322134 + 0: The maximum resident set size (KB) = 1174096 Test 101 rap_cires_ugwp_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_cires_ugwp_debug -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/rap_unified_ugwp_debug +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/rap_unified_ugwp_debug Checking test 102 rap_unified_ugwp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 287.136721 - 0: The maximum resident set size (KB) = 1174088 + 0: The total amount of wall time = 289.345738 + 0: The maximum resident set size (KB) = 1182484 Test 102 rap_unified_ugwp_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_lndp_debug -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/rap_lndp_debug +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/rap_lndp_debug Checking test 103 rap_lndp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 280.952072 - 0: The maximum resident set size (KB) = 1173152 + 0: The total amount of wall time = 283.856771 + 0: The maximum resident set size (KB) = 1174460 Test 103 rap_lndp_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_progcld_thompson_debug -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/rap_progcld_thompson_debug +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/rap_progcld_thompson_debug Checking test 104 rap_progcld_thompson_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 280.780864 - 0: The maximum resident set size (KB) = 1174008 + 0: The total amount of wall time = 279.784217 + 0: The maximum resident set size (KB) = 1171796 Test 104 rap_progcld_thompson_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_noah_debug -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/rap_noah_debug +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/rap_noah_debug Checking test 105 rap_noah_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 278.086257 - 0: The maximum resident set size (KB) = 1116552 + 0: The total amount of wall time = 268.509498 + 0: The maximum resident set size (KB) = 1170780 Test 105 rap_noah_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_sfcdiff_debug -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/rap_sfcdiff_debug +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/rap_sfcdiff_debug Checking test 106 rap_sfcdiff_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 273.702758 - 0: The maximum resident set size (KB) = 1171616 + 0: The total amount of wall time = 276.621502 + 0: The maximum resident set size (KB) = 1176612 Test 106 rap_sfcdiff_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_noah_sfcdiff_cires_ugwp_debug -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/rap_noah_sfcdiff_cires_ugwp_debug +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/rap_noah_sfcdiff_cires_ugwp_debug Checking test 107 rap_noah_sfcdiff_cires_ugwp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 457.348216 - 0: The maximum resident set size (KB) = 1170932 + 0: The total amount of wall time = 453.308880 + 0: The maximum resident set size (KB) = 1173456 Test 107 rap_noah_sfcdiff_cires_ugwp_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/rrfs_v1beta_debug -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/rrfs_v1beta_debug +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/rrfs_v1beta_debug Checking test 108 rrfs_v1beta_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 277.699872 - 0: The maximum resident set size (KB) = 1131980 + 0: The total amount of wall time = 272.083385 + 0: The maximum resident set size (KB) = 1172228 Test 108 rrfs_v1beta_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_clm_lake_debug -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/rap_clm_lake_debug +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/rap_clm_lake_debug Checking test 109 rap_clm_lake_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 358.289251 - 0: The maximum resident set size (KB) = 1171120 + 0: The total amount of wall time = 352.361631 + 0: The maximum resident set size (KB) = 1175324 Test 109 rap_clm_lake_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_flake_debug -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/rap_flake_debug +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/rap_flake_debug Checking test 110 rap_flake_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 275.559848 - 0: The maximum resident set size (KB) = 1154468 + 0: The total amount of wall time = 268.427923 + 0: The maximum resident set size (KB) = 1174152 Test 110 rap_flake_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/control_wam_debug -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/control_wam_debug +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/control_wam_debug Checking test 111 control_wam_debug results .... Comparing sfcf019.nc .........OK Comparing atmf019.nc .........OK - 0: The total amount of wall time = 277.223999 - 0: The maximum resident set size (KB) = 528948 + 0: The total amount of wall time = 277.113615 + 0: The maximum resident set size (KB) = 538308 Test 111 control_wam_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/regional_spp_sppt_shum_skeb_dyn32_phy32 -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/regional_spp_sppt_shum_skeb_dyn32_phy32 +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/regional_spp_sppt_shum_skeb_dyn32_phy32 Checking test 112 regional_spp_sppt_shum_skeb_dyn32_phy32 results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK @@ -3767,14 +3767,14 @@ Checking test 112 regional_spp_sppt_shum_skeb_dyn32_phy32 results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF01 .........OK - 0: The total amount of wall time = 250.087620 - 0: The maximum resident set size (KB) = 1077348 + 0: The total amount of wall time = 250.487390 + 0: The maximum resident set size (KB) = 1088304 Test 112 regional_spp_sppt_shum_skeb_dyn32_phy32 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_control_dyn32_phy32 -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/rap_control_dyn32_phy32 +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/rap_control_dyn32_phy32 Checking test 113 rap_control_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3821,14 +3821,14 @@ Checking test 113 rap_control_dyn32_phy32 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 380.369294 - 0: The maximum resident set size (KB) = 997284 + 0: The total amount of wall time = 383.851459 + 0: The maximum resident set size (KB) = 1002068 Test 113 rap_control_dyn32_phy32 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/hrrr_control_dyn32_phy32 -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/hrrr_control_dyn32_phy32 +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/hrrr_control_dyn32_phy32 Checking test 114 hrrr_control_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3875,14 +3875,14 @@ Checking test 114 hrrr_control_dyn32_phy32 results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 191.793022 - 0: The maximum resident set size (KB) = 965448 + 0: The total amount of wall time = 189.310241 + 0: The maximum resident set size (KB) = 951072 Test 114 hrrr_control_dyn32_phy32 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_control_dyn32_phy32 -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/rap_2threads_dyn32_phy32 +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/rap_2threads_dyn32_phy32 Checking test 115 rap_2threads_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3929,14 +3929,14 @@ Checking test 115 rap_2threads_dyn32_phy32 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 399.640319 - 0: The maximum resident set size (KB) = 1023920 + 0: The total amount of wall time = 397.570543 + 0: The maximum resident set size (KB) = 1024504 Test 115 rap_2threads_dyn32_phy32 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/hrrr_control_dyn32_phy32 -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/hrrr_control_2threads_dyn32_phy32 +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/hrrr_control_2threads_dyn32_phy32 Checking test 116 hrrr_control_2threads_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3983,14 +3983,14 @@ Checking test 116 hrrr_control_2threads_dyn32_phy32 results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 166.529536 - 0: The maximum resident set size (KB) = 896876 + 0: The total amount of wall time = 162.060522 + 0: The maximum resident set size (KB) = 931976 Test 116 hrrr_control_2threads_dyn32_phy32 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/hrrr_control_dyn32_phy32 -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/hrrr_control_decomp_dyn32_phy32 +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/hrrr_control_decomp_dyn32_phy32 Checking test 117 hrrr_control_decomp_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -4037,14 +4037,14 @@ Checking test 117 hrrr_control_decomp_dyn32_phy32 results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 201.170880 - 0: The maximum resident set size (KB) = 893416 + 0: The total amount of wall time = 201.437020 + 0: The maximum resident set size (KB) = 908976 Test 117 hrrr_control_decomp_dyn32_phy32 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_control_dyn32_phy32 -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/rap_restart_dyn32_phy32 +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/rap_restart_dyn32_phy32 Checking test 118 rap_restart_dyn32_phy32 results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -4083,28 +4083,28 @@ Checking test 118 rap_restart_dyn32_phy32 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 282.949380 - 0: The maximum resident set size (KB) = 952764 + 0: The total amount of wall time = 282.535541 + 0: The maximum resident set size (KB) = 951928 Test 118 rap_restart_dyn32_phy32 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/hrrr_control_dyn32_phy32 -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/hrrr_control_restart_dyn32_phy32 +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/hrrr_control_restart_dyn32_phy32 Checking test 119 hrrr_control_restart_dyn32_phy32 results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 97.725755 - 0: The maximum resident set size (KB) = 868960 + 0: The total amount of wall time = 98.726692 + 0: The maximum resident set size (KB) = 869576 Test 119 hrrr_control_restart_dyn32_phy32 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_control_dyn64_phy32 -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/rap_control_dyn64_phy32 +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/rap_control_dyn64_phy32 Checking test 120 rap_control_dyn64_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -4151,81 +4151,81 @@ Checking test 120 rap_control_dyn64_phy32 results .... Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 242.473281 - 0: The maximum resident set size (KB) = 974756 + 0: The total amount of wall time = 242.885360 + 0: The maximum resident set size (KB) = 970928 Test 120 rap_control_dyn64_phy32 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_control_debug_dyn32_phy32 -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/rap_control_debug_dyn32_phy32 +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/rap_control_debug_dyn32_phy32 Checking test 121 rap_control_debug_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 273.206742 - 0: The maximum resident set size (KB) = 1064684 + 0: The total amount of wall time = 274.986617 + 0: The maximum resident set size (KB) = 1065184 Test 121 rap_control_debug_dyn32_phy32 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/hrrr_control_debug_dyn32_phy32 -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/hrrr_control_debug_dyn32_phy32 +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/hrrr_control_debug_dyn32_phy32 Checking test 122 hrrr_control_debug_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 274.967972 - 0: The maximum resident set size (KB) = 1057584 + 0: The total amount of wall time = 272.519981 + 0: The maximum resident set size (KB) = 1055368 Test 122 hrrr_control_debug_dyn32_phy32 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_control_debug_dyn64_phy32 -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/rap_control_dyn64_phy32_debug +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/rap_control_dyn64_phy32_debug Checking test 123 rap_control_dyn64_phy32_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 271.456213 - 0: The maximum resident set size (KB) = 1109540 + 0: The total amount of wall time = 275.757189 + 0: The maximum resident set size (KB) = 1106724 Test 123 rap_control_dyn64_phy32_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/hafs_regional_atm -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/hafs_regional_atm +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/hafs_regional_atm Checking test 124 hafs_regional_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing HURPRS.GrbF06 .........OK - 0: The total amount of wall time = 265.872422 - 0: The maximum resident set size (KB) = 1050540 + 0: The total amount of wall time = 266.732140 + 0: The maximum resident set size (KB) = 1055024 Test 124 hafs_regional_atm PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/hafs_regional_atm_thompson_gfdlsf -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/hafs_regional_atm_thompson_gfdlsf +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/hafs_regional_atm_thompson_gfdlsf Checking test 125 hafs_regional_atm_thompson_gfdlsf results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK - 0: The total amount of wall time = 385.651733 - 0: The maximum resident set size (KB) = 1368176 + 0: The total amount of wall time = 395.504759 + 0: The maximum resident set size (KB) = 1419904 Test 125 hafs_regional_atm_thompson_gfdlsf PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/hafs_regional_atm_ocn -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/hafs_regional_atm_ocn +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/hafs_regional_atm_ocn Checking test 126 hafs_regional_atm_ocn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4234,14 +4234,14 @@ Checking test 126 hafs_regional_atm_ocn results .... Comparing ufs.hafs.cpl.hi.2019-08-29-21600.nc .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 374.202647 - 0: The maximum resident set size (KB) = 1226832 + 0: The total amount of wall time = 377.906343 + 0: The maximum resident set size (KB) = 1228536 Test 126 hafs_regional_atm_ocn PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/hafs_regional_atm_wav -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/hafs_regional_atm_wav +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/hafs_regional_atm_wav Checking test 127 hafs_regional_atm_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4250,14 +4250,14 @@ Checking test 127 hafs_regional_atm_wav results .... Comparing ufs.hafs.ww3.r.2019-08-29-21600 .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 725.210052 - 0: The maximum resident set size (KB) = 1264352 + 0: The total amount of wall time = 729.014911 + 0: The maximum resident set size (KB) = 1263452 Test 127 hafs_regional_atm_wav PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/hafs_regional_atm_ocn_wav -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/hafs_regional_atm_ocn_wav +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/hafs_regional_atm_ocn_wav Checking test 128 hafs_regional_atm_ocn_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4268,28 +4268,28 @@ Checking test 128 hafs_regional_atm_ocn_wav results .... Comparing ufs.hafs.ww3.r.2019-08-29-21600 .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 815.904826 - 0: The maximum resident set size (KB) = 1279600 + 0: The total amount of wall time = 825.036960 + 0: The maximum resident set size (KB) = 1277760 Test 128 hafs_regional_atm_ocn_wav PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/hafs_regional_1nest_atm -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/hafs_regional_1nest_atm +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/hafs_regional_1nest_atm Checking test 129 hafs_regional_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK Comparing sfc.nest02.f006.nc .........OK - 0: The total amount of wall time = 361.457467 - 0: The maximum resident set size (KB) = 504804 + 0: The total amount of wall time = 361.386813 + 0: The maximum resident set size (KB) = 505720 Test 129 hafs_regional_1nest_atm PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/hafs_regional_telescopic_2nests_atm -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/hafs_regional_telescopic_2nests_atm +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/hafs_regional_telescopic_2nests_atm Checking test 130 hafs_regional_telescopic_2nests_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4298,28 +4298,28 @@ Checking test 130 hafs_regional_telescopic_2nests_atm results .... Comparing atm.nest03.f006.nc .........OK Comparing sfc.nest03.f006.nc .........OK - 0: The total amount of wall time = 410.777913 - 0: The maximum resident set size (KB) = 512704 + 0: The total amount of wall time = 412.777704 + 0: The maximum resident set size (KB) = 518664 Test 130 hafs_regional_telescopic_2nests_atm PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/hafs_global_1nest_atm -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/hafs_global_1nest_atm +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/hafs_global_1nest_atm Checking test 131 hafs_global_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK Comparing sfc.nest02.f006.nc .........OK - 0: The total amount of wall time = 173.322800 - 0: The maximum resident set size (KB) = 328004 + 0: The total amount of wall time = 174.908016 + 0: The maximum resident set size (KB) = 354644 Test 131 hafs_global_1nest_atm PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/hafs_global_multiple_4nests_atm -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/hafs_global_multiple_4nests_atm +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/hafs_global_multiple_4nests_atm Checking test 132 hafs_global_multiple_4nests_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4337,14 +4337,14 @@ Checking test 132 hafs_global_multiple_4nests_atm results .... Comparing HURPRS.GrbF06.nest04 .........OK Comparing HURPRS.GrbF06.nest05 .........OK - 0: The total amount of wall time = 461.568870 - 0: The maximum resident set size (KB) = 427884 + 0: The total amount of wall time = 462.604706 + 0: The maximum resident set size (KB) = 428044 Test 132 hafs_global_multiple_4nests_atm PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/hafs_regional_specified_moving_1nest_atm -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/hafs_regional_specified_moving_1nest_atm +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/hafs_regional_specified_moving_1nest_atm Checking test 133 hafs_regional_specified_moving_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4353,28 +4353,28 @@ Checking test 133 hafs_regional_specified_moving_1nest_atm results .... Comparing HURPRS.GrbF06 .........OK Comparing HURPRS.GrbF06.nest02 .........OK - 0: The total amount of wall time = 227.147727 - 0: The maximum resident set size (KB) = 523104 + 0: The total amount of wall time = 230.372413 + 0: The maximum resident set size (KB) = 523476 Test 133 hafs_regional_specified_moving_1nest_atm PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/hafs_regional_storm_following_1nest_atm -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/hafs_regional_storm_following_1nest_atm +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/hafs_regional_storm_following_1nest_atm Checking test 134 hafs_regional_storm_following_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK Comparing sfc.nest02.f006.nc .........OK - 0: The total amount of wall time = 216.219587 - 0: The maximum resident set size (KB) = 521088 + 0: The total amount of wall time = 218.993572 + 0: The maximum resident set size (KB) = 524276 Test 134 hafs_regional_storm_following_1nest_atm PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/hafs_regional_storm_following_1nest_atm_ocn -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/hafs_regional_storm_following_1nest_atm_ocn +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/hafs_regional_storm_following_1nest_atm_ocn Checking test 135 hafs_regional_storm_following_1nest_atm_ocn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4383,42 +4383,42 @@ Checking test 135 hafs_regional_storm_following_1nest_atm_ocn results .... Comparing archv.2020_238_18.a .........OK Comparing archs.2020_238_18.a .........OK - 0: The total amount of wall time = 289.430014 - 0: The maximum resident set size (KB) = 569780 + 0: The total amount of wall time = 288.990864 + 0: The maximum resident set size (KB) = 569068 Test 135 hafs_regional_storm_following_1nest_atm_ocn PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/hafs_global_storm_following_1nest_atm -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/hafs_global_storm_following_1nest_atm +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/hafs_global_storm_following_1nest_atm Checking test 136 hafs_global_storm_following_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK Comparing sfc.nest02.f006.nc .........OK - 0: The total amount of wall time = 67.915255 - 0: The maximum resident set size (KB) = 374180 + 0: The total amount of wall time = 67.390177 + 0: The maximum resident set size (KB) = 371844 Test 136 hafs_global_storm_following_1nest_atm PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/hafs_regional_storm_following_1nest_atm_ocn_debug -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/hafs_regional_storm_following_1nest_atm_ocn_debug +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/hafs_regional_storm_following_1nest_atm_ocn_debug Checking test 137 hafs_regional_storm_following_1nest_atm_ocn_debug results .... Comparing atmf001.nc .........OK Comparing sfcf001.nc .........OK Comparing atm.nest02.f001.nc .........OK Comparing sfc.nest02.f001.nc .........OK - 0: The total amount of wall time = 742.409701 - 0: The maximum resident set size (KB) = 593432 + 0: The total amount of wall time = 748.096910 + 0: The maximum resident set size (KB) = 587476 Test 137 hafs_regional_storm_following_1nest_atm_ocn_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/hafs_regional_storm_following_1nest_atm_ocn_wav -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/hafs_regional_storm_following_1nest_atm_ocn_wav +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/hafs_regional_storm_following_1nest_atm_ocn_wav Checking test 138 hafs_regional_storm_following_1nest_atm_ocn_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4429,14 +4429,14 @@ Checking test 138 hafs_regional_storm_following_1nest_atm_ocn_wav results .... Comparing 20200825.180000.out_grd.ww3 .........OK Comparing 20200825.180000.out_pnt.ww3 .........OK - 0: The total amount of wall time = 536.941220 - 0: The maximum resident set size (KB) = 629788 + 0: The total amount of wall time = 540.472584 + 0: The maximum resident set size (KB) = 620488 Test 138 hafs_regional_storm_following_1nest_atm_ocn_wav PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/hafs_regional_docn -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/hafs_regional_docn +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/hafs_regional_docn Checking test 139 hafs_regional_docn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4444,14 +4444,14 @@ Checking test 139 hafs_regional_docn results .... Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK Comparing ufs.hafs.docn.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 365.939423 - 0: The maximum resident set size (KB) = 1243612 + 0: The total amount of wall time = 359.932701 + 0: The maximum resident set size (KB) = 1235856 Test 139 hafs_regional_docn PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/hafs_regional_docn_oisst -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/hafs_regional_docn_oisst +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/hafs_regional_docn_oisst Checking test 140 hafs_regional_docn_oisst results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4459,131 +4459,131 @@ Checking test 140 hafs_regional_docn_oisst results .... Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK Comparing ufs.hafs.docn.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 357.902838 - 0: The maximum resident set size (KB) = 1225612 + 0: The total amount of wall time = 362.724306 + 0: The maximum resident set size (KB) = 1224192 Test 140 hafs_regional_docn_oisst PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/hafs_regional_datm_cdeps -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/hafs_regional_datm_cdeps +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/hafs_regional_datm_cdeps Checking test 141 hafs_regional_datm_cdeps results .... Comparing ufs.hafs.cpl.hi.2019-08-30-00000.nc .........OK Comparing ufs.hafs.cpl.r.2019-08-30-00000.nc .........OK Comparing ufs.hafs.datm.r.2019-08-30-00000.nc .........OK - 0: The total amount of wall time = 941.296838 - 0: The maximum resident set size (KB) = 1039196 + 0: The total amount of wall time = 933.482599 + 0: The maximum resident set size (KB) = 1046192 Test 141 hafs_regional_datm_cdeps PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/datm_cdeps_control_cfsr -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/datm_cdeps_control_cfsr +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/datm_cdeps_control_cfsr Checking test 142 datm_cdeps_control_cfsr results .... Comparing RESTART/20111002.000000.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 - 0: The total amount of wall time = 144.628457 - 0: The maximum resident set size (KB) = 1057004 + 0: The total amount of wall time = 146.453403 + 0: The maximum resident set size (KB) = 1063352 Test 142 datm_cdeps_control_cfsr PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/datm_cdeps_control_cfsr -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/datm_cdeps_restart_cfsr +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/datm_cdeps_restart_cfsr Checking test 143 datm_cdeps_restart_cfsr results .... Comparing RESTART/20111002.000000.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 - 0: The total amount of wall time = 90.686174 - 0: The maximum resident set size (KB) = 1037548 + 0: The total amount of wall time = 91.485648 + 0: The maximum resident set size (KB) = 1022364 Test 143 datm_cdeps_restart_cfsr PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/datm_cdeps_control_gefs -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/datm_cdeps_control_gefs +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/datm_cdeps_control_gefs Checking test 144 datm_cdeps_control_gefs results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 144.849701 - 0: The maximum resident set size (KB) = 966332 + 0: The total amount of wall time = 141.755135 + 0: The maximum resident set size (KB) = 966716 Test 144 datm_cdeps_control_gefs PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/datm_cdeps_iau_gefs -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/datm_cdeps_iau_gefs +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/datm_cdeps_iau_gefs Checking test 145 datm_cdeps_iau_gefs results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 142.719642 - 0: The maximum resident set size (KB) = 970312 + 0: The total amount of wall time = 145.472430 + 0: The maximum resident set size (KB) = 975332 Test 145 datm_cdeps_iau_gefs PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/datm_cdeps_stochy_gefs -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/datm_cdeps_stochy_gefs +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/datm_cdeps_stochy_gefs Checking test 146 datm_cdeps_stochy_gefs results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 144.880909 - 0: The maximum resident set size (KB) = 964872 + 0: The total amount of wall time = 144.529233 + 0: The maximum resident set size (KB) = 964276 Test 146 datm_cdeps_stochy_gefs PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/datm_cdeps_ciceC_cfsr -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/datm_cdeps_ciceC_cfsr +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/datm_cdeps_ciceC_cfsr Checking test 147 datm_cdeps_ciceC_cfsr results .... Comparing RESTART/20111002.000000.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 - 0: The total amount of wall time = 144.658293 - 0: The maximum resident set size (KB) = 1081656 + 0: The total amount of wall time = 145.171754 + 0: The maximum resident set size (KB) = 1053968 Test 147 datm_cdeps_ciceC_cfsr PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/datm_cdeps_bulk_cfsr -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/datm_cdeps_bulk_cfsr +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/datm_cdeps_bulk_cfsr Checking test 148 datm_cdeps_bulk_cfsr results .... Comparing RESTART/20111002.000000.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 - 0: The total amount of wall time = 149.999200 - 0: The maximum resident set size (KB) = 1032388 + 0: The total amount of wall time = 146.674902 + 0: The maximum resident set size (KB) = 1075344 Test 148 datm_cdeps_bulk_cfsr PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/datm_cdeps_bulk_gefs -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/datm_cdeps_bulk_gefs +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/datm_cdeps_bulk_gefs Checking test 149 datm_cdeps_bulk_gefs results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 140.080360 - 0: The maximum resident set size (KB) = 956940 + 0: The total amount of wall time = 140.207867 + 0: The maximum resident set size (KB) = 952208 Test 149 datm_cdeps_bulk_gefs PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/datm_cdeps_mx025_cfsr -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/datm_cdeps_mx025_cfsr +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/datm_cdeps_mx025_cfsr Checking test 150 datm_cdeps_mx025_cfsr results .... Comparing RESTART/20111001.120000.MOM.res.nc .........OK Comparing RESTART/20111001.120000.MOM.res_1.nc .........OK @@ -4592,14 +4592,14 @@ Checking test 150 datm_cdeps_mx025_cfsr results .... Comparing RESTART/iced.2011-10-01-43200.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-01-43200.nc .........OK - 0: The total amount of wall time = 440.180170 - 0: The maximum resident set size (KB) = 876272 + 0: The total amount of wall time = 447.327439 + 0: The maximum resident set size (KB) = 877824 Test 150 datm_cdeps_mx025_cfsr PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/datm_cdeps_mx025_gefs -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/datm_cdeps_mx025_gefs +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/datm_cdeps_mx025_gefs Checking test 151 datm_cdeps_mx025_gefs results .... Comparing RESTART/20111001.120000.MOM.res.nc .........OK Comparing RESTART/20111001.120000.MOM.res_1.nc .........OK @@ -4608,77 +4608,77 @@ Checking test 151 datm_cdeps_mx025_gefs results .... Comparing RESTART/iced.2011-10-01-43200.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-01-43200.nc .........OK - 0: The total amount of wall time = 439.350480 - 0: The maximum resident set size (KB) = 929284 + 0: The total amount of wall time = 446.514385 + 0: The maximum resident set size (KB) = 932804 Test 151 datm_cdeps_mx025_gefs PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/datm_cdeps_control_cfsr -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/datm_cdeps_multiple_files_cfsr +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/datm_cdeps_multiple_files_cfsr Checking test 152 datm_cdeps_multiple_files_cfsr results .... Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 143.966493 - 0: The maximum resident set size (KB) = 1051620 + 0: The total amount of wall time = 143.477066 + 0: The maximum resident set size (KB) = 1065732 Test 152 datm_cdeps_multiple_files_cfsr PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/datm_cdeps_3072x1536_cfsr -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/datm_cdeps_3072x1536_cfsr +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/datm_cdeps_3072x1536_cfsr Checking test 153 datm_cdeps_3072x1536_cfsr results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR3072x1536.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 193.425446 - 0: The maximum resident set size (KB) = 2361400 + 0: The total amount of wall time = 196.819786 + 0: The maximum resident set size (KB) = 2353236 Test 153 datm_cdeps_3072x1536_cfsr PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/datm_cdeps_gfs -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/datm_cdeps_gfs +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/datm_cdeps_gfs Checking test 154 datm_cdeps_gfs results .... Comparing RESTART/20210323.060000.MOM.res.nc .........OK Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/DATM_GFS.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 198.601281 - 0: The maximum resident set size (KB) = 2363000 + 0: The total amount of wall time = 199.943999 + 0: The maximum resident set size (KB) = 2309044 Test 154 datm_cdeps_gfs PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/datm_cdeps_debug_cfsr -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/datm_cdeps_debug_cfsr +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/datm_cdeps_debug_cfsr Checking test 155 datm_cdeps_debug_cfsr results .... Comparing RESTART/20111001.060000.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 - 0: The total amount of wall time = 365.796116 - 0: The maximum resident set size (KB) = 1001096 + 0: The total amount of wall time = 350.681983 + 0: The maximum resident set size (KB) = 975932 Test 155 datm_cdeps_debug_cfsr PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/datm_cdeps_control_cfsr_faster -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/datm_cdeps_control_cfsr_faster +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/datm_cdeps_control_cfsr_faster Checking test 156 datm_cdeps_control_cfsr_faster results .... Comparing RESTART/20111002.000000.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 - 0: The total amount of wall time = 147.038543 - 0: The maximum resident set size (KB) = 1075984 + 0: The total amount of wall time = 146.386919 + 0: The maximum resident set size (KB) = 1067056 Test 156 datm_cdeps_control_cfsr_faster PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/datm_cdeps_lnd_gswp3 -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/datm_cdeps_lnd_gswp3 +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/datm_cdeps_lnd_gswp3 Checking test 157 datm_cdeps_lnd_gswp3 results .... Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile1.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile2.nc .........OK @@ -4687,14 +4687,14 @@ Checking test 157 datm_cdeps_lnd_gswp3 results .... Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile5.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile6.nc .........OK - 0: The total amount of wall time = 7.686906 - 0: The maximum resident set size (KB) = 228376 + 0: The total amount of wall time = 8.456536 + 0: The maximum resident set size (KB) = 264932 Test 157 datm_cdeps_lnd_gswp3 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/datm_cdeps_lnd_gswp3 -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/datm_cdeps_lnd_gswp3_rst +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/datm_cdeps_lnd_gswp3_rst Checking test 158 datm_cdeps_lnd_gswp3_rst results .... Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile1.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile2.nc .........OK @@ -4703,14 +4703,14 @@ Checking test 158 datm_cdeps_lnd_gswp3_rst results .... Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile5.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile6.nc .........OK - 0: The total amount of wall time = 14.448834 - 0: The maximum resident set size (KB) = 263976 + 0: The total amount of wall time = 13.005100 + 0: The maximum resident set size (KB) = 256308 Test 158 datm_cdeps_lnd_gswp3_rst PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/control_p8_atmlnd_sbs -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/control_p8_atmlnd_sbs +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/control_p8_atmlnd_sbs Checking test 159 control_p8_atmlnd_sbs results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -4795,14 +4795,14 @@ Checking test 159 control_p8_atmlnd_sbs results .... Comparing ufs.cpld.lnd.out.2021-03-23-21600.tile5.nc .........OK Comparing ufs.cpld.lnd.out.2021-03-23-21600.tile6.nc .........OK - 0: The total amount of wall time = 204.610688 - 0: The maximum resident set size (KB) = 1559904 + 0: The total amount of wall time = 201.619003 + 0: The maximum resident set size (KB) = 1616464 Test 159 control_p8_atmlnd_sbs PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/atmwav_control_noaero_p8 -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/atmwav_control_noaero_p8 +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/atmwav_control_noaero_p8 Checking test 160 atmwav_control_noaero_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -4845,14 +4845,14 @@ Checking test 160 atmwav_control_noaero_p8 results .... Comparing 20210322.180000.out_grd.ww3 .........OK Comparing ufs.atmw.ww3.r.2021-03-22-64800 .........OK - 0: The total amount of wall time = 93.841349 - 0: The maximum resident set size (KB) = 1638660 + 0: The total amount of wall time = 92.782510 + 0: The maximum resident set size (KB) = 1640372 Test 160 atmwav_control_noaero_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/control_atmwav -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/control_atmwav +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/control_atmwav Checking test 161 control_atmwav results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -4896,14 +4896,14 @@ Checking test 161 control_atmwav results .... Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK Comparing 20210322.180000.restart.glo_1deg .........OK - 0: The total amount of wall time = 87.905772 - 0: The maximum resident set size (KB) = 662384 + 0: The total amount of wall time = 87.093573 + 0: The maximum resident set size (KB) = 668900 Test 161 control_atmwav PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/atmaero_control_p8 -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/atmaero_control_p8 +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/atmaero_control_p8 Checking test 162 atmaero_control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -4947,14 +4947,14 @@ Checking test 162 atmaero_control_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 232.164734 - 0: The maximum resident set size (KB) = 2919740 + 0: The total amount of wall time = 225.907062 + 0: The maximum resident set size (KB) = 2981600 -Test 162 atmaero_control_p8 PASS Tries: 2 +Test 162 atmaero_control_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/atmaero_control_p8_rad -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/atmaero_control_p8_rad +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/atmaero_control_p8_rad Checking test 163 atmaero_control_p8_rad results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -4998,14 +4998,14 @@ Checking test 163 atmaero_control_p8_rad results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 278.713901 - 0: The maximum resident set size (KB) = 3046472 + 0: The total amount of wall time = 281.633596 + 0: The maximum resident set size (KB) = 3044604 Test 163 atmaero_control_p8_rad PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/atmaero_control_p8_rad_micro -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/atmaero_control_p8_rad_micro +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/atmaero_control_p8_rad_micro Checking test 164 atmaero_control_p8_rad_micro results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -5049,14 +5049,14 @@ Checking test 164 atmaero_control_p8_rad_micro results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 284.840943 - 0: The maximum resident set size (KB) = 3062224 + 0: The total amount of wall time = 284.025781 + 0: The maximum resident set size (KB) = 3057200 Test 164 atmaero_control_p8_rad_micro PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/regional_atmaq -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/regional_atmaq +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/regional_atmaq Checking test 165 regional_atmaq results .... Comparing sfcf000.nc .........OK Comparing sfcf003.nc .........OK @@ -5072,14 +5072,14 @@ Checking test 165 regional_atmaq results .... Comparing RESTART/20190801.180000.phy_data.nc .........OK Comparing RESTART/20190801.180000.sfc_data.nc .........OK - 0: The total amount of wall time = 617.439469 - 0: The maximum resident set size (KB) = 1484424 + 0: The total amount of wall time = 616.960995 + 0: The maximum resident set size (KB) = 1479984 Test 165 regional_atmaq PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/regional_atmaq_debug -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/regional_atmaq_debug +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/regional_atmaq_debug Checking test 166 regional_atmaq_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -5093,14 +5093,14 @@ Checking test 166 regional_atmaq_debug results .... Comparing RESTART/20190801.130000.phy_data.nc .........OK Comparing RESTART/20190801.130000.sfc_data.nc .........OK - 0: The total amount of wall time = 1214.821164 - 0: The maximum resident set size (KB) = 1409868 + 0: The total amount of wall time = 1240.117106 + 0: The maximum resident set size (KB) = 1403020 Test 166 regional_atmaq_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230430/INTEL/regional_atmaq_faster -working dir = /work/noaa/epic-ps/jongkim/pr-1715/stmp/jongkim/FV3_RT/rt_286327/regional_atmaq_faster +working dir = /work/noaa/epic-ps/zshrader/rt-1667/stmp/zshrader/FV3_RT/rt_154566/regional_atmaq_faster Checking test 167 regional_atmaq_faster results .... Comparing sfcf000.nc .........OK Comparing sfcf003.nc .........OK @@ -5116,12 +5116,12 @@ Checking test 167 regional_atmaq_faster results .... Comparing RESTART/20190801.180000.phy_data.nc .........OK Comparing RESTART/20190801.180000.sfc_data.nc .........OK - 0: The total amount of wall time = 547.778005 - 0: The maximum resident set size (KB) = 1298512 + 0: The total amount of wall time = 540.968041 + 0: The maximum resident set size (KB) = 1477420 Test 167 regional_atmaq_faster PASS REGRESSION TEST WAS SUCCESSFUL -Sun Apr 30 18:47:34 CDT 2023 -Elapsed time: 01h:15m:41s. Have a nice day! +Wed May 3 08:46:49 CDT 2023 +Elapsed time: 01h:12m:23s. Have a nice day! diff --git a/tests/RegressionTests_wcoss2.intel.log b/tests/RegressionTests_wcoss2.intel.log index c0da339c0c..225d81da3e 100644 --- a/tests/RegressionTests_wcoss2.intel.log +++ b/tests/RegressionTests_wcoss2.intel.log @@ -1,34 +1,34 @@ -Mon May 1 16:08:52 UTC 2023 +Wed May 3 13:42:22 UTC 2023 Start Regression test -Compile 001 elapsed time 625 seconds. -DAPP=S2SWA -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 002 elapsed time 626 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 003 elapsed time 1145 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 004 elapsed time 1174 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_sfcocn -DCMEPS_AOFLUX=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 005 elapsed time 1173 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 006 elapsed time 720 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 007 elapsed time 562 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_WoFS_v0,FV3_GFS_v17_p8_mynn -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 008 elapsed time 1876 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_flake,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 009 elapsed time 996 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_csawmg,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 010 elapsed time 460 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 011 elapsed time 1267 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_WoFS_v0 -D32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 012 elapsed time 762 seconds. -DAPP=ATM -DDEBUG=ON -D32BIT=ON -DCCPP_SUITES=FV3_HRRR,FV3_HRRR_flake,FV3_GFS_v16,FV3_GFS_v16_csawmg,FV3_GFS_v16_ras,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km,FV3_RAP,FV3_HRRR,FV3_RAP_unified_ugwp,FV3_RAP_cires_ugwp,FV3_RAP_flake,FV3_RAP_clm_lake,FV3_RAP_noah,FV3_RAP_sfcdiff,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 013 elapsed time 1092 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 014 elapsed time 534 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_flake -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 015 elapsed time 735 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 016 elapsed time 974 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_flake -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 017 elapsed time 308 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_flake -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 018 elapsed time 598 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 019 elapsed time 1058 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 020 elapsed time 895 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_thompson_noahmp_nonsst,FV3_HAFS_v1_thompson_noahmp,FV3_HAFS_v1_thompson_nonsst,FV3_HAFS_v1_thompson,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 021 elapsed time 782 seconds. -DAPP=ATML -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 022 elapsed time 1081 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 023 elapsed time 606 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 024 elapsed time 497 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DDEBUG=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 025 elapsed time 787 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DFASTER=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 001 elapsed time 1234 seconds. -DAPP=S2SWA -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 002 elapsed time 641 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 003 elapsed time 635 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 004 elapsed time 1314 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_sfcocn -DCMEPS_AOFLUX=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 005 elapsed time 1094 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 006 elapsed time 1557 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 007 elapsed time 673 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_WoFS_v0,FV3_GFS_v17_p8_mynn -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 008 elapsed time 635 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_flake,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 009 elapsed time 493 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_csawmg,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 010 elapsed time 1806 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 011 elapsed time 954 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_WoFS_v0 -D32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 012 elapsed time 344 seconds. -DAPP=ATM -DDEBUG=ON -D32BIT=ON -DCCPP_SUITES=FV3_HRRR,FV3_HRRR_flake,FV3_GFS_v16,FV3_GFS_v16_csawmg,FV3_GFS_v16_ras,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km,FV3_RAP,FV3_HRRR,FV3_RAP_unified_ugwp,FV3_RAP_cires_ugwp,FV3_RAP_flake,FV3_RAP_clm_lake,FV3_RAP_noah,FV3_RAP_sfcdiff,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 013 elapsed time 368 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 014 elapsed time 1193 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_flake -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 015 elapsed time 810 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 016 elapsed time 799 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_flake -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 017 elapsed time 456 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_flake -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 018 elapsed time 958 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 019 elapsed time 490 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 020 elapsed time 718 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_thompson_noahmp_nonsst,FV3_HAFS_v1_thompson_noahmp,FV3_HAFS_v1_thompson_nonsst,FV3_HAFS_v1_thompson,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 021 elapsed time 1106 seconds. -DAPP=ATML -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 022 elapsed time 729 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 023 elapsed time 796 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 024 elapsed time 643 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DDEBUG=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 025 elapsed time 1025 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DFASTER=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/cpld_control_p8_mixedmode -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/cpld_control_p8_mixedmode +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/cpld_control_p8_mixedmode Checking test 001 cpld_control_p8_mixedmode results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -93,14 +93,14 @@ Checking test 001 cpld_control_p8_mixedmode results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -The total amount of wall time = 344.077926 -The maximum resident set size (KB) = 2954256 +The total amount of wall time = 336.097687 +The maximum resident set size (KB) = 2953084 Test 001 cpld_control_p8_mixedmode PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/cpld_control_p8 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/cpld_control_p8 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/cpld_control_p8 Checking test 002 cpld_control_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -165,14 +165,14 @@ Checking test 002 cpld_control_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -The total amount of wall time = 390.158668 -The maximum resident set size (KB) = 2985720 +The total amount of wall time = 390.360939 +The maximum resident set size (KB) = 2985008 Test 002 cpld_control_p8 PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/cpld_control_p8 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/cpld_restart_p8 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/cpld_restart_p8 Checking test 003 cpld_restart_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -225,14 +225,14 @@ Checking test 003 cpld_restart_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -The total amount of wall time = 238.465114 -The maximum resident set size (KB) = 2875016 +The total amount of wall time = 236.665734 +The maximum resident set size (KB) = 2870936 Test 003 cpld_restart_p8 PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/cpld_control_p8 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/cpld_control_qr_p8 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/cpld_control_qr_p8 Checking test 004 cpld_control_qr_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -297,14 +297,14 @@ Checking test 004 cpld_control_qr_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -The total amount of wall time = 394.537995 -The maximum resident set size (KB) = 3000788 +The total amount of wall time = 395.236992 +The maximum resident set size (KB) = 2994756 Test 004 cpld_control_qr_p8 PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/cpld_control_p8 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/cpld_restart_qr_p8 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/cpld_restart_qr_p8 Checking test 005 cpld_restart_qr_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -357,14 +357,14 @@ Checking test 005 cpld_restart_qr_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -The total amount of wall time = 237.670015 -The maximum resident set size (KB) = 2891364 +The total amount of wall time = 236.931555 +The maximum resident set size (KB) = 2881188 Test 005 cpld_restart_qr_p8 PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/cpld_control_p8 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/cpld_2threads_p8 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/cpld_2threads_p8 Checking test 006 cpld_2threads_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -417,14 +417,14 @@ Checking test 006 cpld_2threads_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -The total amount of wall time = 373.275613 -The maximum resident set size (KB) = 3290048 +The total amount of wall time = 372.958501 +The maximum resident set size (KB) = 3287180 Test 006 cpld_2threads_p8 PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/cpld_control_p8 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/cpld_decomp_p8 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/cpld_decomp_p8 Checking test 007 cpld_decomp_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -477,14 +477,14 @@ Checking test 007 cpld_decomp_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -The total amount of wall time = 385.621059 -The maximum resident set size (KB) = 2983140 +The total amount of wall time = 384.970138 +The maximum resident set size (KB) = 2980172 Test 007 cpld_decomp_p8 PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/cpld_control_p8 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/cpld_mpi_p8 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/cpld_mpi_p8 Checking test 008 cpld_mpi_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -537,14 +537,14 @@ Checking test 008 cpld_mpi_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -The total amount of wall time = 327.294867 -The maximum resident set size (KB) = 2913620 +The total amount of wall time = 324.373548 +The maximum resident set size (KB) = 2910948 Test 008 cpld_mpi_p8 PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/cpld_control_ciceC_p8 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/cpld_control_ciceC_p8 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/cpld_control_ciceC_p8 Checking test 009 cpld_control_ciceC_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -609,14 +609,14 @@ Checking test 009 cpld_control_ciceC_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -The total amount of wall time = 392.329465 -The maximum resident set size (KB) = 2986448 +The total amount of wall time = 387.650989 +The maximum resident set size (KB) = 2983636 Test 009 cpld_control_ciceC_p8 PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/cpld_bmark_p8 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/cpld_bmark_p8 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/cpld_bmark_p8 Checking test 010 cpld_bmark_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -664,14 +664,14 @@ Checking test 010 cpld_bmark_p8 results .... Comparing 20130401.060000.out_pnt.ww3 .........OK Comparing 20130401.060000.out_grd.ww3 .........OK -The total amount of wall time = 959.771544 -The maximum resident set size (KB) = 3920584 +The total amount of wall time = 955.246493 +The maximum resident set size (KB) = 3922064 Test 010 cpld_bmark_p8 PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/cpld_bmark_p8 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/cpld_restart_bmark_p8 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/cpld_restart_bmark_p8 Checking test 011 cpld_restart_bmark_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -719,14 +719,14 @@ Checking test 011 cpld_restart_bmark_p8 results .... Comparing 20130401.060000.out_pnt.ww3 .........OK Comparing 20130401.060000.out_grd.ww3 .........OK -The total amount of wall time = 662.053421 -The maximum resident set size (KB) = 3898428 +The total amount of wall time = 683.238762 +The maximum resident set size (KB) = 3898120 Test 011 cpld_restart_bmark_p8 PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/cpld_control_noaero_p8 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/cpld_control_noaero_p8 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/cpld_control_noaero_p8 Checking test 012 cpld_control_noaero_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -790,14 +790,14 @@ Checking test 012 cpld_control_noaero_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -The total amount of wall time = 286.633321 -The maximum resident set size (KB) = 1568260 +The total amount of wall time = 286.132413 +The maximum resident set size (KB) = 1581444 Test 012 cpld_control_noaero_p8 PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/cpld_control_c96_noaero_p8 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/cpld_control_nowave_noaero_p8 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/cpld_control_nowave_noaero_p8 Checking test 013 cpld_control_nowave_noaero_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -859,14 +859,14 @@ Checking test 013 cpld_control_nowave_noaero_p8 results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK -The total amount of wall time = 306.747489 -The maximum resident set size (KB) = 1628436 +The total amount of wall time = 305.112356 +The maximum resident set size (KB) = 1634004 Test 013 cpld_control_nowave_noaero_p8 PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/cpld_control_noaero_p8_agrid -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/cpld_control_noaero_p8_agrid +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/cpld_control_noaero_p8_agrid Checking test 014 cpld_control_noaero_p8_agrid results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -928,14 +928,14 @@ Checking test 014 cpld_control_noaero_p8_agrid results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK -The total amount of wall time = 314.046787 -The maximum resident set size (KB) = 1633036 +The total amount of wall time = 310.876057 +The maximum resident set size (KB) = 1622864 Test 014 cpld_control_noaero_p8_agrid PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/cpld_control_c48 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/cpld_control_c48 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/cpld_control_c48 Checking test 015 cpld_control_c48 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -985,14 +985,14 @@ Checking test 015 cpld_control_c48 results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK -The total amount of wall time = 438.425360 -The maximum resident set size (KB) = 2644684 +The total amount of wall time = 441.596645 +The maximum resident set size (KB) = 2642520 Test 015 cpld_control_c48 PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/cpld_warmstart_c48 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/cpld_warmstart_c48 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/cpld_warmstart_c48 Checking test 016 cpld_warmstart_c48 results .... Comparing sfcf006.tile1.nc .........OK Comparing sfcf006.tile2.nc .........OK @@ -1042,14 +1042,14 @@ Checking test 016 cpld_warmstart_c48 results .... Comparing RESTART/iced.2021-03-23-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-43200.nc .........OK -The total amount of wall time = 133.628836 -The maximum resident set size (KB) = 2658604 +The total amount of wall time = 127.264648 +The maximum resident set size (KB) = 2658404 Test 016 cpld_warmstart_c48 PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/cpld_warmstart_c48 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/cpld_restart_c48 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/cpld_restart_c48 Checking test 017 cpld_restart_c48 results .... Comparing sfcf006.tile1.nc .........OK Comparing sfcf006.tile2.nc .........OK @@ -1099,14 +1099,14 @@ Checking test 017 cpld_restart_c48 results .... Comparing RESTART/iced.2021-03-23-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-43200.nc .........OK -The total amount of wall time = 70.563770 -The maximum resident set size (KB) = 2075248 +The total amount of wall time = 70.990707 +The maximum resident set size (KB) = 2075296 Test 017 cpld_restart_c48 PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/cpld_control_p8_faster -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/cpld_control_p8_faster +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/cpld_control_p8_faster Checking test 018 cpld_control_p8_faster results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1171,14 +1171,14 @@ Checking test 018 cpld_control_p8_faster results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -The total amount of wall time = 386.819251 -The maximum resident set size (KB) = 2980460 +The total amount of wall time = 381.174474 +The maximum resident set size (KB) = 2982784 Test 018 cpld_control_p8_faster PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/control_flake -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/control_flake +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/control_flake Checking test 019 control_flake results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1189,14 +1189,14 @@ Checking test 019 control_flake results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 216.008959 -The maximum resident set size (KB) = 566932 +The total amount of wall time = 215.223041 +The maximum resident set size (KB) = 566996 Test 019 control_flake PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/control_CubedSphereGrid -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/control_CubedSphereGrid +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/control_CubedSphereGrid Checking test 020 control_CubedSphereGrid results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -1223,14 +1223,14 @@ Checking test 020 control_CubedSphereGrid results .... Comparing atmf024.tile5.nc .........OK Comparing atmf024.tile6.nc .........OK -The total amount of wall time = 131.724510 -The maximum resident set size (KB) = 519768 +The total amount of wall time = 130.644581 +The maximum resident set size (KB) = 520936 Test 020 control_CubedSphereGrid PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/control_latlon -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/control_latlon +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/control_latlon Checking test 021 control_latlon results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1241,14 +1241,14 @@ Checking test 021 control_latlon results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 135.382709 -The maximum resident set size (KB) = 523248 +The total amount of wall time = 134.237330 +The maximum resident set size (KB) = 521500 Test 021 control_latlon PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/control_wrtGauss_netcdf_parallel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/control_wrtGauss_netcdf_parallel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/control_wrtGauss_netcdf_parallel Checking test 022 control_wrtGauss_netcdf_parallel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1259,14 +1259,14 @@ Checking test 022 control_wrtGauss_netcdf_parallel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 140.641949 -The maximum resident set size (KB) = 518788 +The total amount of wall time = 135.930000 +The maximum resident set size (KB) = 521512 Test 022 control_wrtGauss_netcdf_parallel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/control_c48 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/control_c48 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/control_c48 Checking test 023 control_c48 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1305,14 +1305,14 @@ Checking test 023 control_c48 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 327.517252 -The maximum resident set size (KB) = 680560 +The total amount of wall time = 328.433645 +The maximum resident set size (KB) = 679480 Test 023 control_c48 PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/control_c192 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/control_c192 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/control_c192 Checking test 024 control_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1323,14 +1323,14 @@ Checking test 024 control_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 532.414530 -The maximum resident set size (KB) = 621376 +The total amount of wall time = 532.119892 +The maximum resident set size (KB) = 622820 Test 024 control_c192 PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/control_c384 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/control_c384 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/control_c384 Checking test 025 control_c384 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1341,14 +1341,14 @@ Checking test 025 control_c384 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -The total amount of wall time = 573.002651 -The maximum resident set size (KB) = 932488 +The total amount of wall time = 571.278496 +The maximum resident set size (KB) = 931128 Test 025 control_c384 PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/control_c384gdas -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/control_c384gdas +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/control_c384gdas Checking test 026 control_c384gdas results .... Comparing sfcf000.nc .........OK Comparing sfcf006.nc .........OK @@ -1391,14 +1391,14 @@ Checking test 026 control_c384gdas results .... Comparing RESTART/20210322.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 504.049559 -The maximum resident set size (KB) = 1064104 +The total amount of wall time = 500.386520 +The maximum resident set size (KB) = 1067340 Test 026 control_c384gdas PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/control_stochy -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/control_stochy +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/control_stochy Checking test 027 control_stochy results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1409,28 +1409,28 @@ Checking test 027 control_stochy results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -The total amount of wall time = 99.234317 -The maximum resident set size (KB) = 523164 +The total amount of wall time = 90.563830 +The maximum resident set size (KB) = 525772 Test 027 control_stochy PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/control_stochy -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/control_stochy_restart +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/control_stochy_restart Checking test 028 control_stochy_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK -The total amount of wall time = 51.920468 -The maximum resident set size (KB) = 294280 +The total amount of wall time = 53.556547 +The maximum resident set size (KB) = 292328 Test 028 control_stochy_restart PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/control_lndp -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/control_lndp +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/control_lndp Checking test 029 control_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1441,14 +1441,14 @@ Checking test 029 control_lndp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -The total amount of wall time = 84.520844 -The maximum resident set size (KB) = 520668 +The total amount of wall time = 84.500841 +The maximum resident set size (KB) = 521308 Test 029 control_lndp PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/control_iovr4 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/control_iovr4 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/control_iovr4 Checking test 030 control_iovr4 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1463,14 +1463,14 @@ Checking test 030 control_iovr4 results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 139.760784 -The maximum resident set size (KB) = 520032 +The total amount of wall time = 135.913574 +The maximum resident set size (KB) = 519400 Test 030 control_iovr4 PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/control_iovr5 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/control_iovr5 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/control_iovr5 Checking test 031 control_iovr5 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1485,14 +1485,14 @@ Checking test 031 control_iovr5 results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 140.952414 -The maximum resident set size (KB) = 519268 +The total amount of wall time = 136.721853 +The maximum resident set size (KB) = 518684 Test 031 control_iovr5 PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/control_p8 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/control_p8 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/control_p8 Checking test 032 control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1539,14 +1539,14 @@ Checking test 032 control_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 186.378875 -The maximum resident set size (KB) = 1489372 +The total amount of wall time = 183.329238 +The maximum resident set size (KB) = 1489648 Test 032 control_p8 PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/control_p8 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/control_restart_p8 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/control_restart_p8 Checking test 033 control_restart_p8 results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1585,14 +1585,14 @@ Checking test 033 control_restart_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 108.649878 -The maximum resident set size (KB) = 659684 +The total amount of wall time = 103.620588 +The maximum resident set size (KB) = 659252 Test 033 control_restart_p8 PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/control_p8 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/control_qr_p8 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/control_qr_p8 Checking test 034 control_qr_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1639,14 +1639,14 @@ Checking test 034 control_qr_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc ............ALT CHECK......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc ............ALT CHECK......OK -The total amount of wall time = 185.838127 -The maximum resident set size (KB) = 1497500 +The total amount of wall time = 182.842279 +The maximum resident set size (KB) = 1500504 Test 034 control_qr_p8 PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/control_p8 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/control_restart_qr_p8 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/control_restart_qr_p8 Checking test 035 control_restart_qr_p8 results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1685,14 +1685,14 @@ Checking test 035 control_restart_qr_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc ............ALT CHECK......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc ............ALT CHECK......OK -The total amount of wall time = 105.463179 -The maximum resident set size (KB) = 674312 +The total amount of wall time = 106.356990 +The maximum resident set size (KB) = 674960 Test 035 control_restart_qr_p8 PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/control_p8 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/control_decomp_p8 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/control_decomp_p8 Checking test 036 control_decomp_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1735,14 +1735,14 @@ Checking test 036 control_decomp_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 186.793331 -The maximum resident set size (KB) = 1488720 +The total amount of wall time = 189.825777 +The maximum resident set size (KB) = 1484652 Test 036 control_decomp_p8 PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/control_p8 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/control_2threads_p8 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/control_2threads_p8 Checking test 037 control_2threads_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1785,14 +1785,14 @@ Checking test 037 control_2threads_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 162.409665 -The maximum resident set size (KB) = 1577208 +The total amount of wall time = 161.558481 +The maximum resident set size (KB) = 1572140 Test 037 control_2threads_p8 PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/control_p8_lndp -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/control_p8_lndp +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/control_p8_lndp Checking test 038 control_p8_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1811,14 +1811,14 @@ Checking test 038 control_p8_lndp results .... Comparing GFSPRS.GrbF24 .........OK Comparing GFSPRS.GrbF48 .........OK -The total amount of wall time = 328.072294 -The maximum resident set size (KB) = 1488256 +The total amount of wall time = 327.329460 +The maximum resident set size (KB) = 1495592 Test 038 control_p8_lndp PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/control_p8_rrtmgp -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/control_p8_rrtmgp +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/control_p8_rrtmgp Checking test 039 control_p8_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1865,14 +1865,14 @@ Checking test 039 control_p8_rrtmgp results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 238.782638 -The maximum resident set size (KB) = 1545960 +The total amount of wall time = 239.585699 +The maximum resident set size (KB) = 1550092 Test 039 control_p8_rrtmgp PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/control_p8_mynn -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/control_p8_mynn +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/control_p8_mynn Checking test 040 control_p8_mynn results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1919,14 +1919,14 @@ Checking test 040 control_p8_mynn results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 186.247089 -The maximum resident set size (KB) = 1495316 +The total amount of wall time = 183.799657 +The maximum resident set size (KB) = 1487724 Test 040 control_p8_mynn PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/merra2_thompson -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/merra2_thompson +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/merra2_thompson Checking test 041 merra2_thompson results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1973,14 +1973,14 @@ Checking test 041 merra2_thompson results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 209.426006 -The maximum resident set size (KB) = 1496144 +The total amount of wall time = 211.641439 +The maximum resident set size (KB) = 1497032 Test 041 merra2_thompson PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/regional_control -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/regional_control +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/regional_control Checking test 042 regional_control results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -1991,28 +1991,28 @@ Checking test 042 regional_control results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK -The total amount of wall time = 298.406816 -The maximum resident set size (KB) = 655440 +The total amount of wall time = 296.733848 +The maximum resident set size (KB) = 658408 Test 042 regional_control PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/regional_control -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/regional_restart +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/regional_restart Checking test 043 regional_restart results .... Comparing dynf006.nc .........OK Comparing phyf006.nc .........OK Comparing PRSLEV.GrbF06 .........OK Comparing NATLEV.GrbF06 .........OK -The total amount of wall time = 162.789995 -The maximum resident set size (KB) = 653368 +The total amount of wall time = 167.921857 +The maximum resident set size (KB) = 655316 Test 043 regional_restart PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/regional_control -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/regional_control_qr +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/regional_control_qr Checking test 044 regional_control_qr results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2023,28 +2023,28 @@ Checking test 044 regional_control_qr results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK -The total amount of wall time = 292.705654 -The maximum resident set size (KB) = 655256 +The total amount of wall time = 296.004888 +The maximum resident set size (KB) = 655080 Test 044 regional_control_qr PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/regional_control -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/regional_restart_qr +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/regional_restart_qr Checking test 045 regional_restart_qr results .... Comparing dynf006.nc .........OK Comparing phyf006.nc .........OK Comparing PRSLEV.GrbF06 .........OK Comparing NATLEV.GrbF06 .........OK -The total amount of wall time = 161.432368 -The maximum resident set size (KB) = 654820 +The total amount of wall time = 164.697645 +The maximum resident set size (KB) = 655140 Test 045 regional_restart_qr PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/regional_control -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/regional_decomp +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/regional_decomp Checking test 046 regional_decomp results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2055,14 +2055,14 @@ Checking test 046 regional_decomp results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK -The total amount of wall time = 313.683288 -The maximum resident set size (KB) = 659800 +The total amount of wall time = 312.282293 +The maximum resident set size (KB) = 657544 Test 046 regional_decomp PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/regional_control -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/regional_2threads +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/regional_2threads Checking test 047 regional_2threads results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2073,14 +2073,14 @@ Checking test 047 regional_2threads results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK -The total amount of wall time = 184.416543 -The maximum resident set size (KB) = 703760 +The total amount of wall time = 182.787169 +The maximum resident set size (KB) = 700424 Test 047 regional_2threads PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/regional_noquilt -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/regional_noquilt +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/regional_noquilt Checking test 048 regional_noquilt results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK @@ -2088,28 +2088,28 @@ Checking test 048 regional_noquilt results .... Comparing RESTART/fv_core.res.tile1_new.nc .........OK Comparing RESTART/fv_tracer.res.tile1_new.nc .........OK -The total amount of wall time = 321.323950 -The maximum resident set size (KB) = 652404 +The total amount of wall time = 316.251434 +The maximum resident set size (KB) = 653352 Test 048 regional_noquilt PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/regional_netcdf_parallel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/regional_netcdf_parallel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/regional_netcdf_parallel Checking test 049 regional_netcdf_parallel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK Comparing phyf006.nc .........OK -The total amount of wall time = 290.643676 -The maximum resident set size (KB) = 652268 +The total amount of wall time = 288.074052 +The maximum resident set size (KB) = 656656 Test 049 regional_netcdf_parallel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/regional_control -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/regional_2dwrtdecomp +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/regional_2dwrtdecomp Checking test 050 regional_2dwrtdecomp results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2120,14 +2120,14 @@ Checking test 050 regional_2dwrtdecomp results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK -The total amount of wall time = 297.853112 -The maximum resident set size (KB) = 655500 +The total amount of wall time = 293.408547 +The maximum resident set size (KB) = 655964 Test 050 regional_2dwrtdecomp PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/fv3_regional_wofs -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/regional_wofs +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/regional_wofs Checking test 051 regional_wofs results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2138,14 +2138,14 @@ Checking test 051 regional_wofs results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK -The total amount of wall time = 366.491730 -The maximum resident set size (KB) = 345752 +The total amount of wall time = 366.459978 +The maximum resident set size (KB) = 347428 Test 051 regional_wofs PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_control -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/rap_control +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/rap_control Checking test 052 rap_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2192,14 +2192,14 @@ Checking test 052 rap_control results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 419.245525 -The maximum resident set size (KB) = 893160 +The total amount of wall time = 420.682625 +The maximum resident set size (KB) = 898192 Test 052 rap_control PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/regional_spp_sppt_shum_skeb -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/regional_spp_sppt_shum_skeb +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/regional_spp_sppt_shum_skeb Checking test 053 regional_spp_sppt_shum_skeb results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK @@ -2210,14 +2210,14 @@ Checking test 053 regional_spp_sppt_shum_skeb results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF01 .........OK -The total amount of wall time = 256.463477 -The maximum resident set size (KB) = 988992 +The total amount of wall time = 251.361841 +The maximum resident set size (KB) = 985540 Test 053 regional_spp_sppt_shum_skeb PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_control -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/rap_decomp +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/rap_decomp Checking test 054 rap_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2264,14 +2264,14 @@ Checking test 054 rap_decomp results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 435.142056 -The maximum resident set size (KB) = 892888 +The total amount of wall time = 440.757111 +The maximum resident set size (KB) = 895880 Test 054 rap_decomp PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_control -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/rap_2threads +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/rap_2threads Checking test 055 rap_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2318,14 +2318,14 @@ Checking test 055 rap_2threads results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 394.632840 -The maximum resident set size (KB) = 971028 +The total amount of wall time = 392.753180 +The maximum resident set size (KB) = 969720 Test 055 rap_2threads PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_control -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/rap_restart +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/rap_restart Checking test 056 rap_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -2364,14 +2364,14 @@ Checking test 056 rap_restart results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 214.881317 -The maximum resident set size (KB) = 649688 +The total amount of wall time = 214.513937 +The maximum resident set size (KB) = 649048 Test 056 rap_restart PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_sfcdiff -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/rap_sfcdiff +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/rap_sfcdiff Checking test 057 rap_sfcdiff results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2418,14 +2418,14 @@ Checking test 057 rap_sfcdiff results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 432.454106 -The maximum resident set size (KB) = 896848 +The total amount of wall time = 424.861105 +The maximum resident set size (KB) = 892580 Test 057 rap_sfcdiff PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_sfcdiff -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/rap_sfcdiff_decomp +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/rap_sfcdiff_decomp Checking test 058 rap_sfcdiff_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2472,14 +2472,14 @@ Checking test 058 rap_sfcdiff_decomp results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 447.626517 -The maximum resident set size (KB) = 899208 +The total amount of wall time = 440.214834 +The maximum resident set size (KB) = 896964 Test 058 rap_sfcdiff_decomp PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_sfcdiff -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/rap_sfcdiff_restart +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/rap_sfcdiff_restart Checking test 059 rap_sfcdiff_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -2518,14 +2518,14 @@ Checking test 059 rap_sfcdiff_restart results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 311.579613 -The maximum resident set size (KB) = 648452 +The total amount of wall time = 316.482419 +The maximum resident set size (KB) = 644300 Test 059 rap_sfcdiff_restart PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/hrrr_control -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/hrrr_control +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/hrrr_control Checking test 060 hrrr_control results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2572,14 +2572,14 @@ Checking test 060 hrrr_control results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK -The total amount of wall time = 405.646827 -The maximum resident set size (KB) = 888688 +The total amount of wall time = 394.068438 +The maximum resident set size (KB) = 892212 Test 060 hrrr_control PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/hrrr_control -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/hrrr_control_decomp +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/hrrr_control_decomp Checking test 061 hrrr_control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2626,14 +2626,14 @@ Checking test 061 hrrr_control_decomp results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK -The total amount of wall time = 404.925169 -The maximum resident set size (KB) = 893584 +The total amount of wall time = 406.132521 +The maximum resident set size (KB) = 893688 Test 061 hrrr_control_decomp PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/hrrr_control -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/hrrr_control_2threads +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/hrrr_control_2threads Checking test 062 hrrr_control_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2680,28 +2680,28 @@ Checking test 062 hrrr_control_2threads results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK -The total amount of wall time = 353.224663 -The maximum resident set size (KB) = 966472 +The total amount of wall time = 352.502272 +The maximum resident set size (KB) = 968384 Test 062 hrrr_control_2threads PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/hrrr_control -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/hrrr_control_restart +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/hrrr_control_restart Checking test 063 hrrr_control_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK -The total amount of wall time = 287.729902 -The maximum resident set size (KB) = 643556 +The total amount of wall time = 287.558597 +The maximum resident set size (KB) = 644968 Test 063 hrrr_control_restart PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/rrfs_v1beta -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/rrfs_v1beta +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/rrfs_v1beta Checking test 064 rrfs_v1beta results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2748,14 +2748,14 @@ Checking test 064 rrfs_v1beta results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 418.322317 -The maximum resident set size (KB) = 891560 +The total amount of wall time = 418.690787 +The maximum resident set size (KB) = 895172 Test 064 rrfs_v1beta PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/rrfs_v1nssl -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/rrfs_v1nssl +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/rrfs_v1nssl Checking test 065 rrfs_v1nssl results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2770,14 +2770,14 @@ Checking test 065 rrfs_v1nssl results .... Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK -The total amount of wall time = 484.700602 -The maximum resident set size (KB) = 585464 +The total amount of wall time = 482.922618 +The maximum resident set size (KB) = 586388 Test 065 rrfs_v1nssl PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/rrfs_v1nssl_nohailnoccn -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/rrfs_v1nssl_nohailnoccn +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/rrfs_v1nssl_nohailnoccn Checking test 066 rrfs_v1nssl_nohailnoccn results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2792,14 +2792,14 @@ Checking test 066 rrfs_v1nssl_nohailnoccn results .... Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK -The total amount of wall time = 471.333214 -The maximum resident set size (KB) = 574144 +The total amount of wall time = 471.508581 +The maximum resident set size (KB) = 575804 Test 066 rrfs_v1nssl_nohailnoccn PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/rrfs_smoke_conus13km_hrrr_warm -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/rrfs_smoke_conus13km_hrrr_warm +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/rrfs_smoke_conus13km_hrrr_warm Checking test 067 rrfs_smoke_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -2808,14 +2808,14 @@ Checking test 067 rrfs_smoke_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK -The total amount of wall time = 150.354583 -The maximum resident set size (KB) = 805088 +The total amount of wall time = 154.023400 +The maximum resident set size (KB) = 805252 Test 067 rrfs_smoke_conus13km_hrrr_warm PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/rrfs_smoke_conus13km_hrrr_warm -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/rrfs_smoke_conus13km_hrrr_warm_2threads +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/rrfs_smoke_conus13km_hrrr_warm_2threads Checking test 068 rrfs_smoke_conus13km_hrrr_warm_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -2824,14 +2824,14 @@ Checking test 068 rrfs_smoke_conus13km_hrrr_warm_2threads results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK -The total amount of wall time = 107.063176 -The maximum resident set size (KB) = 809752 +The total amount of wall time = 109.896708 +The maximum resident set size (KB) = 801860 Test 068 rrfs_smoke_conus13km_hrrr_warm_2threads PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/rrfs_conus13km_hrrr_warm -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/rrfs_conus13km_hrrr_warm +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/rrfs_conus13km_hrrr_warm Checking test 069 rrfs_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -2840,14 +2840,14 @@ Checking test 069 rrfs_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK -The total amount of wall time = 138.390032 -The maximum resident set size (KB) = 802148 +The total amount of wall time = 138.801110 +The maximum resident set size (KB) = 798156 Test 069 rrfs_conus13km_hrrr_warm PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/rrfs_smoke_conus13km_hrrr_warm_radar_tten -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/rrfs_smoke_conus13km_radar_tten_warm +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/rrfs_smoke_conus13km_radar_tten_warm Checking test 070 rrfs_smoke_conus13km_radar_tten_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -2856,26 +2856,26 @@ Checking test 070 rrfs_smoke_conus13km_radar_tten_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK -The total amount of wall time = 154.986546 -The maximum resident set size (KB) = 808592 +The total amount of wall time = 153.749228 +The maximum resident set size (KB) = 805820 Test 070 rrfs_smoke_conus13km_radar_tten_warm PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/rrfs_conus13km_hrrr_warm_restart_mismatch -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/rrfs_conus13km_hrrr_warm_restart_mismatch +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/rrfs_conus13km_hrrr_warm_restart_mismatch Checking test 071 rrfs_conus13km_hrrr_warm_restart_mismatch results .... Comparing sfcf002.nc .........OK Comparing atmf002.nc .........OK -The total amount of wall time = 73.638154 -The maximum resident set size (KB) = 770072 +The total amount of wall time = 72.808815 +The maximum resident set size (KB) = 768556 Test 071 rrfs_conus13km_hrrr_warm_restart_mismatch PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/control_csawmg -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/control_csawmg +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/control_csawmg Checking test 072 control_csawmg results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2886,14 +2886,14 @@ Checking test 072 control_csawmg results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 351.254351 -The maximum resident set size (KB) = 587136 +The total amount of wall time = 352.663793 +The maximum resident set size (KB) = 587008 Test 072 control_csawmg PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/control_csawmgt -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/control_csawmgt +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/control_csawmgt Checking test 073 control_csawmgt results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2904,14 +2904,14 @@ Checking test 073 control_csawmgt results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 350.237222 -The maximum resident set size (KB) = 587900 +The total amount of wall time = 345.596964 +The maximum resident set size (KB) = 587972 Test 073 control_csawmgt PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/control_ras -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/control_ras +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/control_ras Checking test 074 control_ras results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2922,26 +2922,26 @@ Checking test 074 control_ras results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 184.222807 -The maximum resident set size (KB) = 551984 +The total amount of wall time = 184.133902 +The maximum resident set size (KB) = 553568 Test 074 control_ras PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/control_wam -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/control_wam +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/control_wam Checking test 075 control_wam results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK -The total amount of wall time = 119.232503 -The maximum resident set size (KB) = 274908 +The total amount of wall time = 118.369571 +The maximum resident set size (KB) = 432856 Test 075 control_wam PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/control_p8_faster -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/control_p8_faster +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/control_p8_faster Checking test 076 control_p8_faster results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2988,14 +2988,14 @@ Checking test 076 control_p8_faster results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 180.929364 -The maximum resident set size (KB) = 1492208 +The total amount of wall time = 176.834952 +The maximum resident set size (KB) = 1489340 Test 076 control_p8_faster PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/regional_control_faster -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/regional_control_faster +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/regional_control_faster Checking test 077 regional_control_faster results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -3006,56 +3006,56 @@ Checking test 077 regional_control_faster results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK -The total amount of wall time = 286.598672 -The maximum resident set size (KB) = 659020 +The total amount of wall time = 281.262524 +The maximum resident set size (KB) = 655136 Test 077 regional_control_faster PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/rrfs_smoke_conus13km_hrrr_warm_debug -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/rrfs_smoke_conus13km_hrrr_warm_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/rrfs_smoke_conus13km_hrrr_warm_debug Checking test 078 rrfs_smoke_conus13km_hrrr_warm_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 919.716564 -The maximum resident set size (KB) = 835468 +The total amount of wall time = 920.790487 +The maximum resident set size (KB) = 832716 Test 078 rrfs_smoke_conus13km_hrrr_warm_debug PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/rrfs_smoke_conus13km_hrrr_warm_debug -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/rrfs_smoke_conus13km_hrrr_warm_debug_2threads +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/rrfs_smoke_conus13km_hrrr_warm_debug_2threads Checking test 079 rrfs_smoke_conus13km_hrrr_warm_debug_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 530.414785 -The maximum resident set size (KB) = 836736 +The total amount of wall time = 528.158665 +The maximum resident set size (KB) = 830164 Test 079 rrfs_smoke_conus13km_hrrr_warm_debug_2threads PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/rrfs_conus13km_hrrr_warm_debugs -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/rrfs_conus13km_hrrr_warm_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/rrfs_conus13km_hrrr_warm_debug Checking test 080 rrfs_conus13km_hrrr_warm_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 820.363688 -The maximum resident set size (KB) = 827612 +The total amount of wall time = 822.856221 +The maximum resident set size (KB) = 825200 Test 080 rrfs_conus13km_hrrr_warm_debug PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/control_CubedSphereGrid_debug -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/control_CubedSphereGrid_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/control_CubedSphereGrid_debug Checking test 081 control_CubedSphereGrid_debug results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -3082,348 +3082,348 @@ Checking test 081 control_CubedSphereGrid_debug results .... Comparing atmf001.tile5.nc .........OK Comparing atmf001.tile6.nc .........OK -The total amount of wall time = 159.581471 -The maximum resident set size (KB) = 683036 +The total amount of wall time = 160.335037 +The maximum resident set size (KB) = 679584 Test 081 control_CubedSphereGrid_debug PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/control_wrtGauss_netcdf_parallel_debug -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/control_wrtGauss_netcdf_parallel_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/control_wrtGauss_netcdf_parallel_debug Checking test 082 control_wrtGauss_netcdf_parallel_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 159.643157 -The maximum resident set size (KB) = 680780 +The total amount of wall time = 158.493961 +The maximum resident set size (KB) = 678416 Test 082 control_wrtGauss_netcdf_parallel_debug PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/control_stochy_debug -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/control_stochy_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/control_stochy_debug Checking test 083 control_stochy_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 180.075217 -The maximum resident set size (KB) = 684472 +The total amount of wall time = 182.797835 +The maximum resident set size (KB) = 681792 Test 083 control_stochy_debug PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/control_lndp_debug -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/control_lndp_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/control_lndp_debug Checking test 084 control_lndp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 161.581963 -The maximum resident set size (KB) = 686076 +The total amount of wall time = 162.531361 +The maximum resident set size (KB) = 691628 Test 084 control_lndp_debug PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/control_csawmg_debug -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/control_csawmg_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/control_csawmg_debug Checking test 085 control_csawmg_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 260.545819 -The maximum resident set size (KB) = 721468 +The total amount of wall time = 257.214779 +The maximum resident set size (KB) = 727440 Test 085 control_csawmg_debug PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/control_csawmgt_debug -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/control_csawmgt_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/control_csawmgt_debug Checking test 086 control_csawmgt_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 257.605685 -The maximum resident set size (KB) = 721784 +The total amount of wall time = 251.912538 +The maximum resident set size (KB) = 719560 Test 086 control_csawmgt_debug PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/control_ras_debug -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/control_ras_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/control_ras_debug Checking test 087 control_ras_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 162.995966 -The maximum resident set size (KB) = 694928 +The total amount of wall time = 164.909572 +The maximum resident set size (KB) = 693824 Test 087 control_ras_debug PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/control_diag_debug -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/control_diag_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/control_diag_debug Checking test 088 control_diag_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 164.203449 -The maximum resident set size (KB) = 738412 +The total amount of wall time = 166.439592 +The maximum resident set size (KB) = 738500 Test 088 control_diag_debug PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/control_debug_p8 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/control_debug_p8 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/control_debug_p8 Checking test 089 control_debug_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 190.960919 -The maximum resident set size (KB) = 1512216 +The total amount of wall time = 189.519409 +The maximum resident set size (KB) = 1501388 Test 089 control_debug_p8 PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/regional_debug -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/regional_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/regional_debug Checking test 090 regional_debug results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK Comparing phyf000.nc .........OK Comparing phyf001.nc .........OK -The total amount of wall time = 1047.976562 -The maximum resident set size (KB) = 677852 +The total amount of wall time = 1062.564283 +The maximum resident set size (KB) = 677220 Test 090 regional_debug PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_control_debug -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/rap_control_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/rap_control_debug Checking test 091 rap_control_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 300.421429 -The maximum resident set size (KB) = 1053300 +The total amount of wall time = 302.391458 +The maximum resident set size (KB) = 1053856 Test 091 rap_control_debug PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/hrrr_control_debug -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/hrrr_control_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/hrrr_control_debug Checking test 092 hrrr_control_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 293.895097 -The maximum resident set size (KB) = 1051660 +The total amount of wall time = 293.089546 +The maximum resident set size (KB) = 1050148 Test 092 hrrr_control_debug PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_control_debug -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/rap_unified_drag_suite_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/rap_unified_drag_suite_debug Checking test 093 rap_unified_drag_suite_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 299.538753 -The maximum resident set size (KB) = 1059264 +The total amount of wall time = 301.255381 +The maximum resident set size (KB) = 1056320 Test 093 rap_unified_drag_suite_debug PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_diag_debug -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/rap_diag_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/rap_diag_debug Checking test 094 rap_diag_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 310.558154 -The maximum resident set size (KB) = 1137036 +The total amount of wall time = 309.699438 +The maximum resident set size (KB) = 1137232 Test 094 rap_diag_debug PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_cires_ugwp_debug -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/rap_cires_ugwp_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/rap_cires_ugwp_debug Checking test 095 rap_cires_ugwp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 305.462494 -The maximum resident set size (KB) = 1055728 +The total amount of wall time = 310.232979 +The maximum resident set size (KB) = 1058796 Test 095 rap_cires_ugwp_debug PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_cires_ugwp_debug -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/rap_unified_ugwp_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/rap_unified_ugwp_debug Checking test 096 rap_unified_ugwp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 306.541713 -The maximum resident set size (KB) = 1055560 +The total amount of wall time = 307.318815 +The maximum resident set size (KB) = 1056256 Test 096 rap_unified_ugwp_debug PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_lndp_debug -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/rap_lndp_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/rap_lndp_debug Checking test 097 rap_lndp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 302.800479 -The maximum resident set size (KB) = 1053900 +The total amount of wall time = 302.696091 +The maximum resident set size (KB) = 1052872 Test 097 rap_lndp_debug PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_progcld_thompson_debug -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/rap_progcld_thompson_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/rap_progcld_thompson_debug Checking test 098 rap_progcld_thompson_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 302.313915 -The maximum resident set size (KB) = 1057268 +The total amount of wall time = 300.414940 +The maximum resident set size (KB) = 1052492 Test 098 rap_progcld_thompson_debug PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_noah_debug -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/rap_noah_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/rap_noah_debug Checking test 099 rap_noah_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 293.036272 -The maximum resident set size (KB) = 1055172 +The total amount of wall time = 296.359560 +The maximum resident set size (KB) = 1057140 Test 099 rap_noah_debug PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_sfcdiff_debug -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/rap_sfcdiff_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/rap_sfcdiff_debug Checking test 100 rap_sfcdiff_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 301.647423 -The maximum resident set size (KB) = 1055528 +The total amount of wall time = 298.768931 +The maximum resident set size (KB) = 1057784 Test 100 rap_sfcdiff_debug PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_noah_sfcdiff_cires_ugwp_debug -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/rap_noah_sfcdiff_cires_ugwp_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/rap_noah_sfcdiff_cires_ugwp_debug Checking test 101 rap_noah_sfcdiff_cires_ugwp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 492.510729 -The maximum resident set size (KB) = 1057532 +The total amount of wall time = 492.386883 +The maximum resident set size (KB) = 1057316 Test 101 rap_noah_sfcdiff_cires_ugwp_debug PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/rrfs_v1beta_debug -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/rrfs_v1beta_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/rrfs_v1beta_debug Checking test 102 rrfs_v1beta_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 296.226377 -The maximum resident set size (KB) = 1051268 +The total amount of wall time = 295.727584 +The maximum resident set size (KB) = 1051648 Test 102 rrfs_v1beta_debug PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_clm_lake_debug -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/rap_clm_lake_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/rap_clm_lake_debug Checking test 103 rap_clm_lake_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 357.113617 -The maximum resident set size (KB) = 1057484 +The total amount of wall time = 358.706021 +The maximum resident set size (KB) = 1057860 Test 103 rap_clm_lake_debug PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_flake_debug -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/rap_flake_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/rap_flake_debug Checking test 104 rap_flake_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 303.214374 -The maximum resident set size (KB) = 1058124 +The total amount of wall time = 303.390759 +The maximum resident set size (KB) = 1056884 Test 104 rap_flake_debug PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/control_wam_debug -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/control_wam_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/control_wam_debug Checking test 105 control_wam_debug results .... Comparing sfcf019.nc .........OK Comparing atmf019.nc .........OK -The total amount of wall time = 295.515255 -The maximum resident set size (KB) = 300432 +The total amount of wall time = 295.688799 +The maximum resident set size (KB) = 301288 Test 105 control_wam_debug PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/regional_spp_sppt_shum_skeb_dyn32_phy32 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/regional_spp_sppt_shum_skeb_dyn32_phy32 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/regional_spp_sppt_shum_skeb_dyn32_phy32 Checking test 106 regional_spp_sppt_shum_skeb_dyn32_phy32 results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK @@ -3434,14 +3434,14 @@ Checking test 106 regional_spp_sppt_shum_skeb_dyn32_phy32 results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF01 .........OK -The total amount of wall time = 236.704350 -The maximum resident set size (KB) = 897404 +The total amount of wall time = 235.156350 +The maximum resident set size (KB) = 897672 Test 106 regional_spp_sppt_shum_skeb_dyn32_phy32 PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_control_dyn32_phy32 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/rap_control_dyn32_phy32 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/rap_control_dyn32_phy32 Checking test 107 rap_control_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3488,14 +3488,14 @@ Checking test 107 rap_control_dyn32_phy32 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 353.172830 -The maximum resident set size (KB) = 777796 +The total amount of wall time = 362.666380 +The maximum resident set size (KB) = 780960 Test 107 rap_control_dyn32_phy32 PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/hrrr_control_dyn32_phy32 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/hrrr_control_dyn32_phy32 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/hrrr_control_dyn32_phy32 Checking test 108 hrrr_control_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3542,14 +3542,14 @@ Checking test 108 hrrr_control_dyn32_phy32 results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK -The total amount of wall time = 180.294750 -The maximum resident set size (KB) = 778796 +The total amount of wall time = 179.199375 +The maximum resident set size (KB) = 772292 Test 108 hrrr_control_dyn32_phy32 PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_control_dyn32_phy32 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/rap_2threads_dyn32_phy32 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/rap_2threads_dyn32_phy32 Checking test 109 rap_2threads_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3596,14 +3596,14 @@ Checking test 109 rap_2threads_dyn32_phy32 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 329.569655 -The maximum resident set size (KB) = 833044 +The total amount of wall time = 330.353589 +The maximum resident set size (KB) = 835012 Test 109 rap_2threads_dyn32_phy32 PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/hrrr_control_dyn32_phy32 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/hrrr_control_2threads_dyn32_phy32 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/hrrr_control_2threads_dyn32_phy32 Checking test 110 hrrr_control_2threads_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3650,14 +3650,14 @@ Checking test 110 hrrr_control_2threads_dyn32_phy32 results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK -The total amount of wall time = 162.275717 -The maximum resident set size (KB) = 825992 +The total amount of wall time = 161.051744 +The maximum resident set size (KB) = 824288 Test 110 hrrr_control_2threads_dyn32_phy32 PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/hrrr_control_dyn32_phy32 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/hrrr_control_decomp_dyn32_phy32 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/hrrr_control_decomp_dyn32_phy32 Checking test 111 hrrr_control_decomp_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3704,14 +3704,14 @@ Checking test 111 hrrr_control_decomp_dyn32_phy32 results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK -The total amount of wall time = 187.773499 -The maximum resident set size (KB) = 776908 +The total amount of wall time = 187.898564 +The maximum resident set size (KB) = 776976 Test 111 hrrr_control_decomp_dyn32_phy32 PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_control_dyn32_phy32 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/rap_restart_dyn32_phy32 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/rap_restart_dyn32_phy32 Checking test 112 rap_restart_dyn32_phy32 results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -3750,28 +3750,28 @@ Checking test 112 rap_restart_dyn32_phy32 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 262.188987 -The maximum resident set size (KB) = 616604 +The total amount of wall time = 260.639075 +The maximum resident set size (KB) = 615560 Test 112 rap_restart_dyn32_phy32 PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/hrrr_control_dyn32_phy32 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/hrrr_control_restart_dyn32_phy32 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/hrrr_control_restart_dyn32_phy32 Checking test 113 hrrr_control_restart_dyn32_phy32 results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK -The total amount of wall time = 93.798855 -The maximum resident set size (KB) = 611524 +The total amount of wall time = 96.041956 +The maximum resident set size (KB) = 606060 Test 113 hrrr_control_restart_dyn32_phy32 PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_control_dyn64_phy32 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/rap_control_dyn64_phy32 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/rap_control_dyn64_phy32 Checking test 114 rap_control_dyn64_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3818,81 +3818,81 @@ Checking test 114 rap_control_dyn64_phy32 results .... Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK -The total amount of wall time = 238.051919 -The maximum resident set size (KB) = 797436 +The total amount of wall time = 236.233572 +The maximum resident set size (KB) = 797688 Test 114 rap_control_dyn64_phy32 PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_control_debug_dyn32_phy32 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/rap_control_debug_dyn32_phy32 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/rap_control_debug_dyn32_phy32 Checking test 115 rap_control_debug_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 295.244393 -The maximum resident set size (KB) = 937996 +The total amount of wall time = 292.411817 +The maximum resident set size (KB) = 937112 Test 115 rap_control_debug_dyn32_phy32 PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/hrrr_control_debug_dyn32_phy32 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/hrrr_control_debug_dyn32_phy32 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/hrrr_control_debug_dyn32_phy32 Checking test 116 hrrr_control_debug_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 287.304351 -The maximum resident set size (KB) = 936076 +The total amount of wall time = 291.243915 +The maximum resident set size (KB) = 935352 Test 116 hrrr_control_debug_dyn32_phy32 PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/rap_control_debug_dyn64_phy32 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/rap_control_dyn64_phy32_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/rap_control_dyn64_phy32_debug Checking test 117 rap_control_dyn64_phy32_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 298.958597 -The maximum resident set size (KB) = 959512 +The total amount of wall time = 296.078635 +The maximum resident set size (KB) = 958228 Test 117 rap_control_dyn64_phy32_debug PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/hafs_regional_atm -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/hafs_regional_atm +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/hafs_regional_atm Checking test 118 hafs_regional_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing HURPRS.GrbF06 .........OK -The total amount of wall time = 277.273454 -The maximum resident set size (KB) = 823796 +The total amount of wall time = 282.044065 +The maximum resident set size (KB) = 822072 Test 118 hafs_regional_atm PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/hafs_regional_atm_thompson_gfdlsf -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/hafs_regional_atm_thompson_gfdlsf +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/hafs_regional_atm_thompson_gfdlsf Checking test 119 hafs_regional_atm_thompson_gfdlsf results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK -The total amount of wall time = 336.885582 -The maximum resident set size (KB) = 1182080 +The total amount of wall time = 340.640872 +The maximum resident set size (KB) = 1184376 Test 119 hafs_regional_atm_thompson_gfdlsf PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/hafs_regional_atm_ocn -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/hafs_regional_atm_ocn +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/hafs_regional_atm_ocn Checking test 120 hafs_regional_atm_ocn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -3901,14 +3901,14 @@ Checking test 120 hafs_regional_atm_ocn results .... Comparing ufs.hafs.cpl.hi.2019-08-29-21600.nc .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK -The total amount of wall time = 399.974166 -The maximum resident set size (KB) = 861208 +The total amount of wall time = 395.748144 +The maximum resident set size (KB) = 864456 Test 120 hafs_regional_atm_ocn PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/hafs_regional_atm_wav -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/hafs_regional_atm_wav +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/hafs_regional_atm_wav Checking test 121 hafs_regional_atm_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -3917,14 +3917,14 @@ Checking test 121 hafs_regional_atm_wav results .... Comparing ufs.hafs.ww3.r.2019-08-29-21600 .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK -The total amount of wall time = 708.649174 -The maximum resident set size (KB) = 890928 +The total amount of wall time = 709.078681 +The maximum resident set size (KB) = 892996 Test 121 hafs_regional_atm_wav PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/hafs_regional_atm_ocn_wav -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/hafs_regional_atm_ocn_wav +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/hafs_regional_atm_ocn_wav Checking test 122 hafs_regional_atm_ocn_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -3935,28 +3935,28 @@ Checking test 122 hafs_regional_atm_ocn_wav results .... Comparing ufs.hafs.ww3.r.2019-08-29-21600 .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK -The total amount of wall time = 904.107228 -The maximum resident set size (KB) = 919676 +The total amount of wall time = 903.148061 +The maximum resident set size (KB) = 915896 Test 122 hafs_regional_atm_ocn_wav PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/hafs_regional_1nest_atm -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/hafs_regional_1nest_atm +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/hafs_regional_1nest_atm Checking test 123 hafs_regional_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK Comparing sfc.nest02.f006.nc .........OK -The total amount of wall time = 337.184838 -The maximum resident set size (KB) = 397560 +The total amount of wall time = 341.665365 +The maximum resident set size (KB) = 396028 Test 123 hafs_regional_1nest_atm PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/hafs_regional_telescopic_2nests_atm -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/hafs_regional_telescopic_2nests_atm +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/hafs_regional_telescopic_2nests_atm Checking test 124 hafs_regional_telescopic_2nests_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -3965,28 +3965,28 @@ Checking test 124 hafs_regional_telescopic_2nests_atm results .... Comparing atm.nest03.f006.nc .........OK Comparing sfc.nest03.f006.nc .........OK -The total amount of wall time = 409.846204 -The maximum resident set size (KB) = 403400 +The total amount of wall time = 413.937773 +The maximum resident set size (KB) = 401144 Test 124 hafs_regional_telescopic_2nests_atm PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/hafs_global_1nest_atm -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/hafs_global_1nest_atm +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/hafs_global_1nest_atm Checking test 125 hafs_global_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK Comparing sfc.nest02.f006.nc .........OK -The total amount of wall time = 180.214734 -The maximum resident set size (KB) = 264184 +The total amount of wall time = 185.232258 +The maximum resident set size (KB) = 264016 Test 125 hafs_global_1nest_atm PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/hafs_global_multiple_4nests_atm -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/hafs_global_multiple_4nests_atm +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/hafs_global_multiple_4nests_atm Checking test 126 hafs_global_multiple_4nests_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4004,14 +4004,14 @@ Checking test 126 hafs_global_multiple_4nests_atm results .... Comparing HURPRS.GrbF06.nest04 .........OK Comparing HURPRS.GrbF06.nest05 .........OK -The total amount of wall time = 493.758052 -The maximum resident set size (KB) = 348432 +The total amount of wall time = 489.595597 +The maximum resident set size (KB) = 347928 Test 126 hafs_global_multiple_4nests_atm PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/hafs_regional_specified_moving_1nest_atm -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/hafs_regional_specified_moving_1nest_atm +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/hafs_regional_specified_moving_1nest_atm Checking test 127 hafs_regional_specified_moving_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4020,28 +4020,28 @@ Checking test 127 hafs_regional_specified_moving_1nest_atm results .... Comparing HURPRS.GrbF06 .........OK Comparing HURPRS.GrbF06.nest02 .........OK -The total amount of wall time = 222.433583 -The maximum resident set size (KB) = 407376 +The total amount of wall time = 225.862445 +The maximum resident set size (KB) = 407984 Test 127 hafs_regional_specified_moving_1nest_atm PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/hafs_regional_storm_following_1nest_atm -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/hafs_regional_storm_following_1nest_atm +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/hafs_regional_storm_following_1nest_atm Checking test 128 hafs_regional_storm_following_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK Comparing sfc.nest02.f006.nc .........OK -The total amount of wall time = 215.856210 -The maximum resident set size (KB) = 411744 +The total amount of wall time = 208.596398 +The maximum resident set size (KB) = 406860 Test 128 hafs_regional_storm_following_1nest_atm PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/hafs_regional_storm_following_1nest_atm_ocn -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/hafs_regional_storm_following_1nest_atm_ocn +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/hafs_regional_storm_following_1nest_atm_ocn Checking test 129 hafs_regional_storm_following_1nest_atm_ocn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4050,42 +4050,42 @@ Checking test 129 hafs_regional_storm_following_1nest_atm_ocn results .... Comparing archv.2020_238_18.a .........OK Comparing archs.2020_238_18.a .........OK -The total amount of wall time = 255.248494 -The maximum resident set size (KB) = 474448 +The total amount of wall time = 260.129276 +The maximum resident set size (KB) = 471112 Test 129 hafs_regional_storm_following_1nest_atm_ocn PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/hafs_global_storm_following_1nest_atm -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/hafs_global_storm_following_1nest_atm +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/hafs_global_storm_following_1nest_atm Checking test 130 hafs_global_storm_following_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK Comparing sfc.nest02.f006.nc .........OK -The total amount of wall time = 86.104308 -The maximum resident set size (KB) = 292060 +The total amount of wall time = 93.575550 +The maximum resident set size (KB) = 290496 Test 130 hafs_global_storm_following_1nest_atm PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/hafs_regional_storm_following_1nest_atm_ocn_debug -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/hafs_regional_storm_following_1nest_atm_ocn_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/hafs_regional_storm_following_1nest_atm_ocn_debug Checking test 131 hafs_regional_storm_following_1nest_atm_ocn_debug results .... Comparing atmf001.nc .........OK Comparing sfcf001.nc .........OK Comparing atm.nest02.f001.nc .........OK Comparing sfc.nest02.f001.nc .........OK -The total amount of wall time = 804.993640 -The maximum resident set size (KB) = 498244 +The total amount of wall time = 803.206126 +The maximum resident set size (KB) = 498780 Test 131 hafs_regional_storm_following_1nest_atm_ocn_debug PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/hafs_regional_storm_following_1nest_atm_ocn_wav -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/hafs_regional_storm_following_1nest_atm_ocn_wav +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/hafs_regional_storm_following_1nest_atm_ocn_wav Checking test 132 hafs_regional_storm_following_1nest_atm_ocn_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4096,14 +4096,14 @@ Checking test 132 hafs_regional_storm_following_1nest_atm_ocn_wav results .... Comparing 20200825.180000.out_grd.ww3 .........OK Comparing 20200825.180000.out_pnt.ww3 .........OK -The total amount of wall time = 512.300445 -The maximum resident set size (KB) = 526368 +The total amount of wall time = 508.151736 +The maximum resident set size (KB) = 531060 Test 132 hafs_regional_storm_following_1nest_atm_ocn_wav PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/control_p8_atmlnd_sbs -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/control_p8_atmlnd_sbs +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/control_p8_atmlnd_sbs Checking test 133 control_p8_atmlnd_sbs results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -4188,14 +4188,14 @@ Checking test 133 control_p8_atmlnd_sbs results .... Comparing ufs.cpld.lnd.out.2021-03-23-21600.tile5.nc .........OK Comparing ufs.cpld.lnd.out.2021-03-23-21600.tile6.nc .........OK -The total amount of wall time = 241.627842 +The total amount of wall time = 244.688297 The maximum resident set size (KB) = 1541940 Test 133 control_p8_atmlnd_sbs PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/atmaero_control_p8 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/atmaero_control_p8 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/atmaero_control_p8 Checking test 134 atmaero_control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -4239,14 +4239,14 @@ Checking test 134 atmaero_control_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 250.322331 -The maximum resident set size (KB) = 2816112 +The total amount of wall time = 249.247389 +The maximum resident set size (KB) = 2814404 Test 134 atmaero_control_p8 PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/atmaero_control_p8_rad -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/atmaero_control_p8_rad +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/atmaero_control_p8_rad Checking test 135 atmaero_control_p8_rad results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -4290,14 +4290,14 @@ Checking test 135 atmaero_control_p8_rad results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 284.958006 -The maximum resident set size (KB) = 2880900 +The total amount of wall time = 288.203019 +The maximum resident set size (KB) = 2880132 Test 135 atmaero_control_p8_rad PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/atmaero_control_p8_rad_micro -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/atmaero_control_p8_rad_micro +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/atmaero_control_p8_rad_micro Checking test 136 atmaero_control_p8_rad_micro results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -4341,14 +4341,14 @@ Checking test 136 atmaero_control_p8_rad_micro results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 291.307613 -The maximum resident set size (KB) = 2888648 +The total amount of wall time = 292.192461 +The maximum resident set size (KB) = 2887416 Test 136 atmaero_control_p8_rad_micro PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/regional_atmaq -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/regional_atmaq +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/regional_atmaq Checking test 137 regional_atmaq results .... Comparing sfcf000.nc .........OK Comparing sfcf003.nc .........OK @@ -4364,14 +4364,14 @@ Checking test 137 regional_atmaq results .... Comparing RESTART/20190801.180000.phy_data.nc .........OK Comparing RESTART/20190801.180000.sfc_data.nc .........OK -The total amount of wall time = 685.627858 -The maximum resident set size (KB) = 1254132 +The total amount of wall time = 689.563797 +The maximum resident set size (KB) = 1266032 Test 137 regional_atmaq PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/regional_atmaq_debug -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/regional_atmaq_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/regional_atmaq_debug Checking test 138 regional_atmaq_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -4385,14 +4385,14 @@ Checking test 138 regional_atmaq_debug results .... Comparing RESTART/20190801.130000.phy_data.nc .........OK Comparing RESTART/20190801.130000.sfc_data.nc .........OK -The total amount of wall time = 1307.071089 -The maximum resident set size (KB) = 1291016 +The total amount of wall time = 1314.166581 +The maximum resident set size (KB) = 1291500 Test 138 regional_atmaq_debug PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230430/INTEL/regional_atmaq_faster -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_66164/regional_atmaq_faster +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_157780/regional_atmaq_faster Checking test 139 regional_atmaq_faster results .... Comparing sfcf000.nc .........OK Comparing sfcf003.nc .........OK @@ -4408,12 +4408,12 @@ Checking test 139 regional_atmaq_faster results .... Comparing RESTART/20190801.180000.phy_data.nc .........OK Comparing RESTART/20190801.180000.sfc_data.nc .........OK -The total amount of wall time = 638.780118 -The maximum resident set size (KB) = 1264212 +The total amount of wall time = 667.101759 +The maximum resident set size (KB) = 1263924 Test 139 regional_atmaq_faster PASS REGRESSION TEST WAS SUCCESSFUL -Mon May 1 17:17:22 UTC 2023 -Elapsed time: 01h:08m:31s. Have a nice day! +Wed May 3 14:47:00 UTC 2023 +Elapsed time: 01h:04m:39s. Have a nice day! diff --git a/tests/default_vars.sh b/tests/default_vars.sh index 435415ab68..ed7b2b5920 100755 --- a/tests/default_vars.sh +++ b/tests/default_vars.sh @@ -258,6 +258,34 @@ elif [[ $MACHINE_ID = stampede.* ]]; then TPN_cpl_atmw_gdas=12; INPES_cpl_atmw_gdas=6; JNPES_cpl_atmw_gdas=8 THRD_cpl_atmw_gdas=4; WPG_cpl_atmw_gdas=24; APB_cpl_atmw_gdas="0 311"; WPB_cpl_atmw_gdas="312 559" +elif [[ ${MACHINE_ID} = noaacloud.* ]] ; then + + if [[ $PW_CSP == aws ]]; then + TPN=36 + elif [[ $PW_CSP == azure ]]; then + TPN=44 + elif [[ $PW_CSP == google ]]; then + TPN=30 + fi + + INPES_dflt=3 ; JNPES_dflt=8 + INPES_thrd=3 ; JNPES_thrd=4 + + INPES_c384=8 ; JNPES_c384=6 ; THRD_c384=2 + INPES_c768=8 ; JNPES_c768=16 ; THRD_c768=2 + + THRD_cpl_dflt=1 + INPES_cpl_dflt=3; JNPES_cpl_dflt=8; WPG_cpl_dflt=6 + OCN_tasks_cpl_dflt=20 + ICE_tasks_cpl_dflt=10 + WAV_tasks_cpl_dflt=20 + + THRD_cpl_thrd=2 + INPES_cpl_thrd=3; JNPES_cpl_thrd=4; WPG_cpl_thrd=6 + OCN_tasks_cpl_thrd=20 + ICE_tasks_cpl_thrd=10 + WAV_tasks_cpl_thrd=12 + elif [[ $MACHINE_ID = expanse.* ]]; then echo "Unknown MACHINE_ID ${MACHINE_ID}. Please update tasks configurations in default_vars.sh" @@ -269,7 +297,8 @@ elif [[ $MACHINE_ID = expanse.* ]]; then TPN_cpl_atmw_gdas=12; INPES_cpl_atmw_gdas=6; JNPES_cpl_atmw_gdas=8 THRD_cpl_atmw_gdas=2; WPG_cpl_atmw_gdas=24; APB_cpl_atmw_gdas="0 311"; WPB_cpl_atmw_gdas="312 559" - + + else echo "Unknown MACHINE_ID ${MACHINE_ID}" diff --git a/tests/detect_machine.sh b/tests/detect_machine.sh index 2e1eb624e1..5d22dd339b 100755 --- a/tests/detect_machine.sh +++ b/tests/detect_machine.sh @@ -99,10 +99,21 @@ case $(hostname -f) in login2.stampede2.tacc.utexas.edu) MACHINE_ID=stampede ;; ### stampede2 login3.stampede2.tacc.utexas.edu) MACHINE_ID=stampede ;; ### stampede3 login4.stampede2.tacc.utexas.edu) MACHINE_ID=stampede ;; ### stampede4 - + + login01.expanse.sdsc.edu) MACHINE_ID=expanse ;; ### expanse1 login02.expanse.sdsc.edu) MACHINE_ID=expanse ;; ### expanse2 + +esac + +case $(echo $PW_CSP) in + + aws) MACHINE_ID=aws ;; ### parallelworks aws + google) MACHINE_ID=gcp ;; ### parallelworks gcp + azure) MACHINE_ID=azure ;; ### parallelworks azure + esac +[[ ${MACHINE_ID} =~ "aws" || ${MACHINE_ID} =~ "gcp" || ${MACHINE_ID} =~ "azure" ]] && MACHINE_ID=noaacloud # Overwrite auto-detect with RT_MACHINE if set MACHINE_ID=${RT_MACHINE:-${MACHINE_ID}} diff --git a/tests/fv3_conf/compile_slurm.IN_noaacloud b/tests/fv3_conf/compile_slurm.IN_noaacloud new file mode 100644 index 0000000000..b9c4ca4146 --- /dev/null +++ b/tests/fv3_conf/compile_slurm.IN_noaacloud @@ -0,0 +1,17 @@ +#!/bin/sh +#SBATCH -e err +#SBATCH -o out +#SBATCH --qos=batch +#SBATCH --nodes=1 +#SBATCH --ntasks-per-node=@[TPN] +#SBATCH --job-name="@[JBNME]" + +set -eux + +echo -n " $( date +%s )," > job_timestamp.txt +echo "Compile started: " `date` + +@[PATHRT]/compile.sh @[MACHINE_ID] "@[MAKE_OPT]" @[COMPILE_NR] + +echo "Compile ended: " `date` +echo -n " $( date +%s )," >> job_timestamp.txt diff --git a/tests/fv3_conf/fv3_slurm.IN_noaacloud b/tests/fv3_conf/fv3_slurm.IN_noaacloud new file mode 100644 index 0000000000..519e29b96a --- /dev/null +++ b/tests/fv3_conf/fv3_slurm.IN_noaacloud @@ -0,0 +1,45 @@ +#!/bin/sh +#SBATCH -e err +#SBATCH -o out +#SBATCH --qos=batch +### #SBATCH --ntasks=@[TASKS] +#SBATCH --nodes=@[NODES] +#SBATCH --ntasks-per-node=@[TPN] +#SBATCH --job-name="@[JBNME]" +#SBATCH --exclusive + +set -eux +echo -n " $( date +%s )," > job_timestamp.txt + +set +x +MACHINE_ID=noaacloud +module use $( pwd -P ) +module use /contrib/EPIC/spack-stack/spack-stack-1.3.0/envs/unified-dev/install/modulefiles/Core +module load stack-intel/2021.3.0 stack-intel-oneapi-mpi/2021.3.0 +module load ufs-weather-model-env/unified-dev +module list + +set -x + +ulimit -s unlimited +ulimit -l unlimited + +echo "Model started: " `date` + +#export MPI_TYPE_DEPTH=20 +export OMP_STACKSIZE=512M +export KMP_AFFINITY=scatter +export OMP_NUM_THREADS=1 +#export ESMF_RUNTIME_COMPLIANCECHECK=OFF:depth=4 +#export PSM_RANKS_PER_CONTEXT=4 +#export PSM_SHAREDCONTEXTS=1 +#export ESMF_RUNTIME_PROFILE=ON +#export ESMF_RUNTIME_PROFILE_OUTPUT="SUMMARY" + +# Avoid job errors because of filesystem synchronization delays +sync && sleep 1 + +srun --mpi=pmi2 --label -n @[TASKS] ./fv3.exe + +echo "Model ended: " `date` +echo -n " $( date +%s )," >> job_timestamp.txt diff --git a/tests/module-setup.sh b/tests/module-setup.sh index 48a6c91c11..468140f666 100755 --- a/tests/module-setup.sh +++ b/tests/module-setup.sh @@ -43,7 +43,14 @@ elif [[ $MACHINE_ID = cheyenne* ]] ; then source /glade/u/apps/ch/modulefiles/default/localinit/localinit.sh fi module purge - + +elif [[ $MACHINE_ID = noaacloud* ]] ; then + # We are on NOAA Cloud + if ( ! eval module help > /dev/null 2>&1 ) ; then + source /apps/lmod/8.5.2/init/bash + fi + module purge + elif [[ $MACHINE_ID = stampede* ]] ; then # We are on TACC Stampede if ( ! eval module help > /dev/null 2>&1 ) ; then diff --git a/tests/rt.sh b/tests/rt.sh index 44339541be..19751476fb 100755 --- a/tests/rt.sh +++ b/tests/rt.sh @@ -358,7 +358,29 @@ elif [[ $MACHINE_ID = expanse.* ]]; then PTMP=$dprefix SCHEDULER=slurm cp fv3_conf/fv3_slurm.IN_expanse fv3_conf/fv3_slurm.IN + + elif [[ $MACHINE_ID = noaacloud.* ]]; then + + module use /apps/modules/modulefiles + module load rocoto/1.3.3 + + ROCOTORUN=$(which rocotorun) + ROCOTOSTAT=$(which rocotostat) + ROCOTOCOMPLETE=$(which rocotocomplete) + ROCOTO_SCHEDULER=slurm + QUEUE=batch + COMPILE_QUEUE=batch + PARTITION= + dprefix=/lustre/ + DISKNM=/contrib/ufs-weather-model/RT + STMP=$dprefix/stmp4 + PTMP=$dprefix/stmp2 + SCHEDULER=slurm + cp fv3_conf/fv3_slurm.IN_noaacloud fv3_conf/fv3_slurm.IN + cp fv3_conf/compile_slurm.IN_noaacloud fv3_conf/compile_slurm.IN + + else die "Unknown machine ID, please edit detect_machine.sh file" fi @@ -510,6 +532,10 @@ if [[ $ROCOTO == true ]]; then QUEUE=s4 COMPILE_QUEUE=s4 ROCOTO_SCHEDULER=slurm + elif [[ $MACHINE_ID = noaacloud.* ]]; then + QUEUE=batch + COMPILE_QUEUE=batch + ROCOTO_SCHEDULER=slurm elif [[ $MACHINE_ID = jet.* ]]; then QUEUE=batch COMPILE_QUEUE=batch diff --git a/tests/rt_utils.sh b/tests/rt_utils.sh index f363cca7f3..4387fb610f 100755 --- a/tests/rt_utils.sh +++ b/tests/rt_utils.sh @@ -355,11 +355,11 @@ check_results() { fi if [[ $d -eq 1 && ${i##*.} == 'nc' ]] ; then - if [[ ${MACHINE_ID} =~ orion || ${MACHINE_ID} =~ hera || ${MACHINE_ID} =~ wcoss2 || ${MACHINE_ID} =~ acorn || ${MACHINE_ID} =~ cheyenne || ${MACHINE_ID} =~ gaea || ${MACHINE_ID} =~ jet || ${MACHINE_ID} =~ s4 ]] ; then + if [[ ${MACHINE_ID} =~ orion || ${MACHINE_ID} =~ hera || ${MACHINE_ID} =~ wcoss2 || ${MACHINE_ID} =~ acorn || ${MACHINE_ID} =~ cheyenne || ${MACHINE_ID} =~ gaea || ${MACHINE_ID} =~ jet || ${MACHINE_ID} =~ s4 || ${MACHINE_ID} =~ noaacloud ]] ; then printf ".......ALT CHECK.." >> ${REGRESSIONTEST_LOG} printf ".......ALT CHECK.." if [[ ${MACHINE_ID} =~ orion || ${MACHINE_ID} =~ hera || ${MACHINE_ID} =~ gaea || ${MACHINE_ID} =~ jet || ${MACHINE_ID} =~ cheyenne ]] ; then - nccmp -d -f -g --Attribute=checksum --warn=format ${RTPWD}/${CNTL_DIR}/${i} ${RUNDIR}/${i} > ${i}_nccmp.log 2>&1 && d=$? || d=$? + nccmp -d -f -g -B --Attribute=checksum --warn=format ${RTPWD}/${CNTL_DIR}/${i} ${RUNDIR}/${i} > ${i}_nccmp.log 2>&1 && d=$? || d=$? else ${PATHRT}/compare_ncfile.py ${RTPWD}/${CNTL_DIR}/$i ${RUNDIR}/$i > compare_ncfile.log 2>&1 && d=$? || d=$? fi