diff --git a/AQM b/AQM index b2d8853222..d1896c64f3 160000 --- a/AQM +++ b/AQM @@ -1 +1 @@ -Subproject commit b2d88532228cdb3af3c560e71c9993c758962204 +Subproject commit d1896c64f3c137aa033c47432f3055fd50a7a18e diff --git a/CMakeLists.txt b/CMakeLists.txt index c981641b31..6e8ad115dd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -63,7 +63,7 @@ set(AVX OFF CACHE BOOL "Enable AVX-I instruction set") set(SIMDMULTIARCH OFF CACHE BOOL "Enable multi-target SIMD instruction sets") set(DEBUG OFF CACHE BOOL "Enable DEBUG mode") set(DEBUG_LINKMPI ON CACHE BOOL "Enable linkmpi option when DEBUG mode is on") -set(INLINE_POST OFF CACHE BOOL "Enable inline post") +set(INLINE_POST ON CACHE BOOL "Enable inline post") set(MULTI_GASES OFF CACHE BOOL "Enable MULTI_GASES") set(MOVING_NEST OFF CACHE BOOL "Enable moving nest code") set(OPENMP ON CACHE BOOL "Enable OpenMP threading") diff --git a/FV3 b/FV3 index b848547103..33ea58d111 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit b84854710342ece3ff792e1431ef916a02ec3ffe +Subproject commit 33ea58d111bc30e8e8bffa6d8c8bc4238419e714 diff --git a/cmake/configure_acorn.cmake b/cmake/configure_acorn.cmake index 20d9c8dddb..c1c59110a7 100644 --- a/cmake/configure_acorn.cmake +++ b/cmake/configure_acorn.cmake @@ -1,4 +1,3 @@ -set(INLINE_POST ON CACHE BOOL "Enable inline post" FORCE) set(PARALLEL_NETCDF ON CACHE BOOL "Enable parallel NetCDF" FORCE) set(DEBUG_LINKMPI OFF CACHE BOOL "Enable linkmpi option when DEBUG mode is on" FORCE) set(AVX2 OFF CACHE BOOL "Enable AVX2 instruction set" FORCE) diff --git a/cmake/configure_cheyenne.gnu.cmake b/cmake/configure_cheyenne.gnu.cmake index feda1e6f4c..e69de29bb2 100644 --- a/cmake/configure_cheyenne.gnu.cmake +++ b/cmake/configure_cheyenne.gnu.cmake @@ -1 +0,0 @@ -set(INLINE_POST ON CACHE BOOL "Enable inline post" FORCE) diff --git a/cmake/configure_cheyenne.intel.cmake b/cmake/configure_cheyenne.intel.cmake index c8a689be6c..31f88424f7 100644 --- a/cmake/configure_cheyenne.intel.cmake +++ b/cmake/configure_cheyenne.intel.cmake @@ -1,3 +1,2 @@ -set(INLINE_POST ON CACHE BOOL "Enable inline post" FORCE) set(PARALLEL_NETCDF ON CACHE BOOL "Enable parallel NetCDF" FORCE) set(DEBUG_LINKMPI OFF CACHE BOOL "Enable linkmpi option when DEBUG mode is on" FORCE) diff --git a/cmake/configure_expanse.intel.cmake b/cmake/configure_expanse.intel.cmake index 241e701061..8f1ffe0d01 100644 --- a/cmake/configure_expanse.intel.cmake +++ b/cmake/configure_expanse.intel.cmake @@ -1,2 +1 @@ -set(INLINE_POST ON CACHE BOOL "Enable inline post" FORCE) set(PARALLEL_NETCDF ON CACHE BOOL "Enable parallel NetCDF" FORCE) diff --git a/cmake/configure_gaea.intel.cmake b/cmake/configure_gaea.intel.cmake index 84390226fe..62479866f6 100644 --- a/cmake/configure_gaea.intel.cmake +++ b/cmake/configure_gaea.intel.cmake @@ -1,4 +1,3 @@ -set(INLINE_POST ON CACHE BOOL "Enable inline post" FORCE) set(PARALLEL_NETCDF ON CACHE BOOL "Enable parallel NetCDF" FORCE) set(DEBUG_LINKMPI OFF CACHE BOOL "Enable linkmpi option when DEBUG mode is on" FORCE) set(MOM6_Extra_FORTRAN_FLAGS "-xsse2") diff --git a/cmake/configure_hera.gnu.cmake b/cmake/configure_hera.gnu.cmake index ba689958ab..92b8ecb75e 100644 --- a/cmake/configure_hera.gnu.cmake +++ b/cmake/configure_hera.gnu.cmake @@ -1,2 +1 @@ -set(INLINE_POST ON CACHE BOOL "Enable inline post" FORCE) set(PARALLEL_NETCDF ON CACHE BOOL "Enable parallel NetCDF" FORCE) diff --git a/cmake/configure_hera.intel.cmake b/cmake/configure_hera.intel.cmake index ba689958ab..92b8ecb75e 100644 --- a/cmake/configure_hera.intel.cmake +++ b/cmake/configure_hera.intel.cmake @@ -1,2 +1 @@ -set(INLINE_POST ON CACHE BOOL "Enable inline post" FORCE) set(PARALLEL_NETCDF ON CACHE BOOL "Enable parallel NetCDF" FORCE) diff --git a/cmake/configure_jet.intel.cmake b/cmake/configure_jet.intel.cmake index 3b151ec3f0..e510b6092f 100644 --- a/cmake/configure_jet.intel.cmake +++ b/cmake/configure_jet.intel.cmake @@ -1,4 +1,3 @@ -set(INLINE_POST ON CACHE BOOL "Enable inline post" FORCE) set(PARALLEL_NETCDF ON CACHE BOOL "Enable parallel NetCDF" FORCE) set(AVX2 OFF CACHE BOOL "Enable AVX2 instruction set" FORCE) set(SIMDMULTIARCH ON CACHE BOOL "Enable multi-target SIMD instruction sets" FORCE) diff --git a/cmake/configure_linux.gnu.cmake b/cmake/configure_linux.gnu.cmake index ba689958ab..92b8ecb75e 100644 --- a/cmake/configure_linux.gnu.cmake +++ b/cmake/configure_linux.gnu.cmake @@ -1,2 +1 @@ -set(INLINE_POST ON CACHE BOOL "Enable inline post" FORCE) set(PARALLEL_NETCDF ON CACHE BOOL "Enable parallel NetCDF" FORCE) diff --git a/cmake/configure_linux.intel.cmake b/cmake/configure_linux.intel.cmake index ba689958ab..92b8ecb75e 100644 --- a/cmake/configure_linux.intel.cmake +++ b/cmake/configure_linux.intel.cmake @@ -1,2 +1 @@ -set(INLINE_POST ON CACHE BOOL "Enable inline post" FORCE) set(PARALLEL_NETCDF ON CACHE BOOL "Enable parallel NetCDF" FORCE) diff --git a/cmake/configure_macosx.gnu.cmake b/cmake/configure_macosx.gnu.cmake index aef8dac1d8..1307585e6b 100644 --- a/cmake/configure_macosx.gnu.cmake +++ b/cmake/configure_macosx.gnu.cmake @@ -1,4 +1,3 @@ -set(INLINE_POST ON CACHE BOOL "Enable inline post" FORCE) set(PARALLEL_NETCDF ON CACHE BOOL "Enable parallel NetCDF" FORCE) # OpenMP broken for clang compiler diff --git a/cmake/configure_macosx.intel.cmake b/cmake/configure_macosx.intel.cmake index 19cfd30004..ee238ab301 100644 --- a/cmake/configure_macosx.intel.cmake +++ b/cmake/configure_macosx.intel.cmake @@ -1,3 +1,2 @@ -set(INLINE_POST ON CACHE BOOL "Enable inline post" FORCE) set(PARALLEL_NETCDF ON CACHE BOOL "Enable parallel NetCDF" FORCE) set(DEBUG_LINKMPI OFF CACHE BOOL "Enable linkmpi option when DEBUG mode is on" FORCE) diff --git a/cmake/configure_orion.intel.cmake b/cmake/configure_orion.intel.cmake index 241e701061..8f1ffe0d01 100644 --- a/cmake/configure_orion.intel.cmake +++ b/cmake/configure_orion.intel.cmake @@ -1,2 +1 @@ -set(INLINE_POST ON CACHE BOOL "Enable inline post" FORCE) set(PARALLEL_NETCDF ON CACHE BOOL "Enable parallel NetCDF" FORCE) diff --git a/cmake/configure_s4.intel.cmake b/cmake/configure_s4.intel.cmake index 0c2fec19b4..255f46cecf 100644 --- a/cmake/configure_s4.intel.cmake +++ b/cmake/configure_s4.intel.cmake @@ -1,4 +1,3 @@ -set(INLINE_POST ON CACHE BOOL "Enable inline post" FORCE) set(AVX2 OFF CACHE BOOL "Enable AVX2 instruction set" FORCE) set(AVX ON CACHE BOOL "Enable AVX2 instruction set" FORCE) set(PARALLEL_NETCDF ON CACHE BOOL "Enable parallel NetCDF" FORCE) diff --git a/cmake/configure_stampede.intel.cmake b/cmake/configure_stampede.intel.cmake index feda1e6f4c..e69de29bb2 100644 --- a/cmake/configure_stampede.intel.cmake +++ b/cmake/configure_stampede.intel.cmake @@ -1 +0,0 @@ -set(INLINE_POST ON CACHE BOOL "Enable inline post" FORCE) diff --git a/cmake/configure_wcoss2.cmake b/cmake/configure_wcoss2.cmake index 20d9c8dddb..c1c59110a7 100644 --- a/cmake/configure_wcoss2.cmake +++ b/cmake/configure_wcoss2.cmake @@ -1,4 +1,3 @@ -set(INLINE_POST ON CACHE BOOL "Enable inline post" FORCE) set(PARALLEL_NETCDF ON CACHE BOOL "Enable parallel NetCDF" FORCE) set(DEBUG_LINKMPI OFF CACHE BOOL "Enable linkmpi option when DEBUG mode is on" FORCE) set(AVX2 OFF CACHE BOOL "Enable AVX2 instruction set" FORCE) diff --git a/modulefiles/ufs_wcoss2.intel.lua b/modulefiles/ufs_wcoss2.intel.lua index a6123009eb..22a340bfec 100644 --- a/modulefiles/ufs_wcoss2.intel.lua +++ b/modulefiles/ufs_wcoss2.intel.lua @@ -39,9 +39,6 @@ load(pathJoin("netcdf", netcdf_ver)) pio_ver=os.getenv("pio_ver") or "2.5.7" load(pathJoin("pio", 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.01" load(pathJoin("fms", fms_ver)) @@ -66,6 +63,19 @@ load(pathJoin("sp", sp_ver)) w3emc_ver=os.getenv("w3emc_ver") or "2.9.2" load(pathJoin("w3emc", w3emc_ver)) +prepend_path("MODULEPATH", "/apps/dev/lmodules/intel/19.1.3.304") + +gftl_shared_ver=os.getenv("gftl_shared_ver") or "1.5.0" +load(pathJoin("gftl_shared", gftl_shared_ver)) + +prepend_path("MODULEPATH", "/apps/dev/modulefiles/mpi/intel/19.1.3.304/cray-mpich/8.1.9") + +esmf_ver=os.getenv("esmf_ver") or "8.3.0b09" +load(pathJoin("esmf", esmf_ver)) + +mapl_ver=os.getenv("mapl_ver") or "2.23.1-esmf-8.3.0b09" +load(pathJoin("mapl", mapl_ver)) + setenv("CC", "cc") setenv("CXX", "CC") setenv("FC", "ftn") diff --git a/modulefiles/ufs_wcoss2.intel_debug.lua b/modulefiles/ufs_wcoss2.intel_debug.lua index a6123009eb..ad577a40a3 100644 --- a/modulefiles/ufs_wcoss2.intel_debug.lua +++ b/modulefiles/ufs_wcoss2.intel_debug.lua @@ -39,9 +39,6 @@ load(pathJoin("netcdf", netcdf_ver)) pio_ver=os.getenv("pio_ver") or "2.5.7" load(pathJoin("pio", 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.01" load(pathJoin("fms", fms_ver)) @@ -66,6 +63,19 @@ load(pathJoin("sp", sp_ver)) w3emc_ver=os.getenv("w3emc_ver") or "2.9.2" load(pathJoin("w3emc", w3emc_ver)) +prepend_path("MODULEPATH", "/apps/dev/lmodules/intel/19.1.3.304") + +gftl_shared_ver=os.getenv("gftl_shared_ver") or "1.5.0" +load(pathJoin("gftl_shared", gftl_shared_ver)) + +prepend_path("MODULEPATH", "/apps/dev/modulefiles/mpi/intel/19.1.3.304/cray-mpich/8.1.9") + +esmf_ver=os.getenv("esmf_ver") or "8.3.0b09-debug" +load(pathJoin("esmf", esmf_ver)) + +mapl_ver=os.getenv("mapl_ver") or "2.23.1-esmf-8.3.0b09" +load(pathJoin("mapl", mapl_ver)) + setenv("CC", "cc") setenv("CXX", "CC") setenv("FC", "ftn") diff --git a/tests/RegressionTests_cheyenne.gnu.log b/tests/RegressionTests_cheyenne.gnu.log index 2cb890c2aa..1d7110b42c 100644 --- a/tests/RegressionTests_cheyenne.gnu.log +++ b/tests/RegressionTests_cheyenne.gnu.log @@ -1,21 +1,21 @@ -Wed Dec 14 22:00:02 MST 2022 +Mon Dec 19 21:44:16 MST 2022 Start Regression test -Compile 001 elapsed time 404 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_ras,FV3_GFS_v17_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 002 elapsed time 424 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_smoke,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 003 elapsed time 869 seconds. -DAPP=ATM -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 004 elapsed time 206 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 385 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 006 elapsed time 1073 seconds. -DAPP=ATM -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 007 elapsed time 861 seconds. -DAPP=ATM -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 008 elapsed time 864 seconds. -DAPP=ATM -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 009 elapsed time 651 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 593 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 396 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 312 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON - -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/GNU/control -working dir = /glade/scratch/dswales/FV3_RT/rt_39543/control +Compile 001 elapsed time 396 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_ras,FV3_GFS_v17_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 002 elapsed time 422 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_smoke,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 003 elapsed time 862 seconds. -DAPP=ATM -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 004 elapsed time 212 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 380 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 006 elapsed time 1088 seconds. -DAPP=ATM -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 007 elapsed time 862 seconds. -DAPP=ATM -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 008 elapsed time 867 seconds. -DAPP=ATM -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 009 elapsed time 682 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 591 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 390 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 315 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON + +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/GNU/control +working dir = /glade/scratch/dswales/FV3_RT/rt_24216/control Checking test 001 control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -62,14 +62,14 @@ Checking test 001 control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 276.361190 -0:The maximum resident set size (KB) = 435560 +0:The total amount of wall time = 276.762836 +0:The maximum resident set size (KB) = 435740 Test 001 control PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/GNU/control -working dir = /glade/scratch/dswales/FV3_RT/rt_39543/control_restart +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/GNU/control +working dir = /glade/scratch/dswales/FV3_RT/rt_24216/control_restart Checking test 002 control_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -108,14 +108,14 @@ Checking test 002 control_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 138.656069 -0:The maximum resident set size (KB) = 185408 +0:The total amount of wall time = 139.978185 +0:The maximum resident set size (KB) = 185504 Test 002 control_restart PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/GNU/control_c48 -working dir = /glade/scratch/dswales/FV3_RT/rt_39543/control_c48 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/GNU/control_c48 +working dir = /glade/scratch/dswales/FV3_RT/rt_24216/control_c48 Checking test 003 control_c48 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -154,14 +154,14 @@ Checking test 003 control_c48 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 812.350241 -0:The maximum resident set size (KB) = 676908 +0:The total amount of wall time = 815.896808 +0:The maximum resident set size (KB) = 676844 Test 003 control_c48 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/GNU/control_stochy -working dir = /glade/scratch/dswales/FV3_RT/rt_39543/control_stochy +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/GNU/control_stochy +working dir = /glade/scratch/dswales/FV3_RT/rt_24216/control_stochy Checking test 004 control_stochy results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -172,14 +172,14 @@ Checking test 004 control_stochy results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -0:The total amount of wall time = 176.989493 -0:The maximum resident set size (KB) = 431052 +0:The total amount of wall time = 178.822350 +0:The maximum resident set size (KB) = 429872 Test 004 control_stochy PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/GNU/control_ras -working dir = /glade/scratch/dswales/FV3_RT/rt_39543/control_ras +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/GNU/control_ras +working dir = /glade/scratch/dswales/FV3_RT/rt_24216/control_ras Checking test 005 control_ras results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -190,14 +190,14 @@ Checking test 005 control_ras results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 291.970684 -0:The maximum resident set size (KB) = 448368 +0:The total amount of wall time = 290.125428 +0:The maximum resident set size (KB) = 448400 Test 005 control_ras PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/GNU/control_p8 -working dir = /glade/scratch/dswales/FV3_RT/rt_39543/control_p8 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/GNU/control_p8 +working dir = /glade/scratch/dswales/FV3_RT/rt_24216/control_p8 Checking test 006 control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -244,14 +244,14 @@ Checking test 006 control_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 300.913993 -0:The maximum resident set size (KB) = 1222572 +0:The total amount of wall time = 307.929762 +0:The maximum resident set size (KB) = 1222532 Test 006 control_p8 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/GNU/rap_control -working dir = /glade/scratch/dswales/FV3_RT/rt_39543/rap_control +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/GNU/rap_control +working dir = /glade/scratch/dswales/FV3_RT/rt_24216/rap_control Checking test 007 rap_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -298,14 +298,14 @@ Checking test 007 rap_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 706.064125 -0:The maximum resident set size (KB) = 776332 +0:The total amount of wall time = 710.715784 +0:The maximum resident set size (KB) = 776232 Test 007 rap_control PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/GNU/rap_control -working dir = /glade/scratch/dswales/FV3_RT/rt_39543/rap_decomp +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/GNU/rap_control +working dir = /glade/scratch/dswales/FV3_RT/rt_24216/rap_decomp Checking test 008 rap_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -352,14 +352,14 @@ Checking test 008 rap_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 716.726022 -0:The maximum resident set size (KB) = 775688 +0:The total amount of wall time = 717.164274 +0:The maximum resident set size (KB) = 775776 Test 008 rap_decomp PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/GNU/rap_control -working dir = /glade/scratch/dswales/FV3_RT/rt_39543/rap_2threads +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/GNU/rap_control +working dir = /glade/scratch/dswales/FV3_RT/rt_24216/rap_2threads Checking test 009 rap_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -406,14 +406,14 @@ Checking test 009 rap_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 649.064616 -0:The maximum resident set size (KB) = 843312 +0:The total amount of wall time = 648.803601 +0:The maximum resident set size (KB) = 843348 Test 009 rap_2threads PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/GNU/rap_control -working dir = /glade/scratch/dswales/FV3_RT/rt_39543/rap_restart +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/GNU/rap_control +working dir = /glade/scratch/dswales/FV3_RT/rt_24216/rap_restart Checking test 010 rap_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -452,14 +452,14 @@ Checking test 010 rap_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 355.325764 -0:The maximum resident set size (KB) = 524680 +0:The total amount of wall time = 351.606716 +0:The maximum resident set size (KB) = 523952 Test 010 rap_restart PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/GNU/rap_sfcdiff -working dir = /glade/scratch/dswales/FV3_RT/rt_39543/rap_sfcdiff +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/GNU/rap_sfcdiff +working dir = /glade/scratch/dswales/FV3_RT/rt_24216/rap_sfcdiff Checking test 011 rap_sfcdiff results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -506,14 +506,14 @@ Checking test 011 rap_sfcdiff results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 697.151816 -0:The maximum resident set size (KB) = 776304 +0:The total amount of wall time = 703.858243 +0:The maximum resident set size (KB) = 776180 Test 011 rap_sfcdiff PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/GNU/rap_sfcdiff -working dir = /glade/scratch/dswales/FV3_RT/rt_39543/rap_sfcdiff_decomp +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/GNU/rap_sfcdiff +working dir = /glade/scratch/dswales/FV3_RT/rt_24216/rap_sfcdiff_decomp Checking test 012 rap_sfcdiff_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -560,14 +560,14 @@ Checking test 012 rap_sfcdiff_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 712.300222 -0:The maximum resident set size (KB) = 776356 +0:The total amount of wall time = 710.802732 +0:The maximum resident set size (KB) = 776260 Test 012 rap_sfcdiff_decomp PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/GNU/rap_sfcdiff -working dir = /glade/scratch/dswales/FV3_RT/rt_39543/rap_sfcdiff_restart +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/GNU/rap_sfcdiff +working dir = /glade/scratch/dswales/FV3_RT/rt_24216/rap_sfcdiff_restart Checking test 013 rap_sfcdiff_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -606,14 +606,14 @@ Checking test 013 rap_sfcdiff_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 520.248627 -0:The maximum resident set size (KB) = 523796 +0:The total amount of wall time = 524.471802 +0:The maximum resident set size (KB) = 523564 Test 013 rap_sfcdiff_restart PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/GNU/hrrr_control -working dir = /glade/scratch/dswales/FV3_RT/rt_39543/hrrr_control +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/GNU/hrrr_control +working dir = /glade/scratch/dswales/FV3_RT/rt_24216/hrrr_control Checking test 014 hrrr_control results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -660,14 +660,14 @@ Checking test 014 hrrr_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 676.772271 -0:The maximum resident set size (KB) = 773656 +0:The total amount of wall time = 683.734114 +0:The maximum resident set size (KB) = 773708 Test 014 hrrr_control PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/GNU/hrrr_control -working dir = /glade/scratch/dswales/FV3_RT/rt_39543/hrrr_control_2threads +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/GNU/hrrr_control +working dir = /glade/scratch/dswales/FV3_RT/rt_24216/hrrr_control_2threads Checking test 015 hrrr_control_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -714,14 +714,14 @@ Checking test 015 hrrr_control_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 613.876916 -0:The maximum resident set size (KB) = 838380 +0:The total amount of wall time = 612.496121 +0:The maximum resident set size (KB) = 838184 Test 015 hrrr_control_2threads PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/GNU/hrrr_control -working dir = /glade/scratch/dswales/FV3_RT/rt_39543/hrrr_control_decomp +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/GNU/hrrr_control +working dir = /glade/scratch/dswales/FV3_RT/rt_24216/hrrr_control_decomp Checking test 016 hrrr_control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -768,14 +768,14 @@ Checking test 016 hrrr_control_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 678.633956 -0:The maximum resident set size (KB) = 773868 +0:The total amount of wall time = 678.022787 +0:The maximum resident set size (KB) = 773816 Test 016 hrrr_control_decomp PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/GNU/hrrr_control -working dir = /glade/scratch/dswales/FV3_RT/rt_39543/hrrr_control_restart +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/GNU/hrrr_control +working dir = /glade/scratch/dswales/FV3_RT/rt_24216/hrrr_control_restart Checking test 017 hrrr_control_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -814,14 +814,14 @@ Checking test 017 hrrr_control_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 508.696929 -0:The maximum resident set size (KB) = 519648 +0:The total amount of wall time = 509.990709 +0:The maximum resident set size (KB) = 519636 Test 017 hrrr_control_restart PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/GNU/rrfs_v1beta -working dir = /glade/scratch/dswales/FV3_RT/rt_39543/rrfs_v1beta +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/GNU/rrfs_v1beta +working dir = /glade/scratch/dswales/FV3_RT/rt_24216/rrfs_v1beta Checking test 018 rrfs_v1beta results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -868,14 +868,14 @@ Checking test 018 rrfs_v1beta results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 690.528766 -0:The maximum resident set size (KB) = 773368 +0:The total amount of wall time = 688.430734 +0:The maximum resident set size (KB) = 773316 Test 018 rrfs_v1beta PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/GNU/rrfs_conus13km_hrrr_warm -working dir = /glade/scratch/dswales/FV3_RT/rt_39543/rrfs_conus13km_hrrr_warm +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/GNU/rrfs_conus13km_hrrr_warm +working dir = /glade/scratch/dswales/FV3_RT/rt_24216/rrfs_conus13km_hrrr_warm Checking test 019 rrfs_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -884,14 +884,14 @@ Checking test 019 rrfs_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK -0:The total amount of wall time = 203.753786 -0:The maximum resident set size (KB) = 594160 +0:The total amount of wall time = 203.508375 +0:The maximum resident set size (KB) = 594072 Test 019 rrfs_conus13km_hrrr_warm PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/GNU/rrfs_smoke_conus13km_hrrr_warm -working dir = /glade/scratch/dswales/FV3_RT/rt_39543/rrfs_smoke_conus13km_hrrr_warm +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/GNU/rrfs_smoke_conus13km_hrrr_warm +working dir = /glade/scratch/dswales/FV3_RT/rt_24216/rrfs_smoke_conus13km_hrrr_warm Checking test 020 rrfs_smoke_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -900,14 +900,14 @@ Checking test 020 rrfs_smoke_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK -0:The total amount of wall time = 219.980973 -0:The maximum resident set size (KB) = 607820 +0:The total amount of wall time = 222.927643 +0:The maximum resident set size (KB) = 607920 Test 020 rrfs_smoke_conus13km_hrrr_warm PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/GNU/rrfs_conus13km_radar_tten_warm -working dir = /glade/scratch/dswales/FV3_RT/rt_39543/rrfs_conus13km_radar_tten_warm +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/GNU/rrfs_conus13km_radar_tten_warm +working dir = /glade/scratch/dswales/FV3_RT/rt_24216/rrfs_conus13km_radar_tten_warm Checking test 021 rrfs_conus13km_radar_tten_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -916,14 +916,14 @@ Checking test 021 rrfs_conus13km_radar_tten_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK -0:The total amount of wall time = 203.057332 -0:The maximum resident set size (KB) = 596756 +0:The total amount of wall time = 203.055924 +0:The maximum resident set size (KB) = 596744 Test 021 rrfs_conus13km_radar_tten_warm PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/GNU/rrfs_conus13km_radar_tten_warm -working dir = /glade/scratch/dswales/FV3_RT/rt_39543/rrfs_conus13km_radar_tten_warm_2threads +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/GNU/rrfs_conus13km_radar_tten_warm +working dir = /glade/scratch/dswales/FV3_RT/rt_24216/rrfs_conus13km_radar_tten_warm_2threads Checking test 022 rrfs_conus13km_radar_tten_warm_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -932,222 +932,222 @@ Checking test 022 rrfs_conus13km_radar_tten_warm_2threads results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK -0:The total amount of wall time = 128.035092 -0:The maximum resident set size (KB) = 600220 +0:The total amount of wall time = 128.612053 +0:The maximum resident set size (KB) = 600096 Test 022 rrfs_conus13km_radar_tten_warm_2threads PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/GNU/control_debug -working dir = /glade/scratch/dswales/FV3_RT/rt_39543/control_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/GNU/control_debug +working dir = /glade/scratch/dswales/FV3_RT/rt_24216/control_debug Checking test 023 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 = 82.103037 -0:The maximum resident set size (KB) = 426936 +0:The total amount of wall time = 82.235429 +0:The maximum resident set size (KB) = 426748 Test 023 control_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/GNU/control_diag_debug -working dir = /glade/scratch/dswales/FV3_RT/rt_39543/control_diag_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/GNU/control_diag_debug +working dir = /glade/scratch/dswales/FV3_RT/rt_24216/control_diag_debug Checking test 024 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 = 88.711712 -0:The maximum resident set size (KB) = 483920 +0:The total amount of wall time = 87.929012 +0:The maximum resident set size (KB) = 484072 Test 024 control_diag_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/GNU/regional_debug -working dir = /glade/scratch/dswales/FV3_RT/rt_39543/regional_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/GNU/regional_debug +working dir = /glade/scratch/dswales/FV3_RT/rt_24216/regional_debug Checking test 025 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 = 479.020180 -0:The maximum resident set size (KB) = 559492 +0:The total amount of wall time = 478.879024 +0:The maximum resident set size (KB) = 559412 -Test 025 regional_debug PASS +Test 025 regional_debug PASS Tries: 2 -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/GNU/rap_control_debug -working dir = /glade/scratch/dswales/FV3_RT/rt_39543/rap_control_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/GNU/rap_control_debug +working dir = /glade/scratch/dswales/FV3_RT/rt_24216/rap_control_debug Checking test 026 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 = 149.515785 -0:The maximum resident set size (KB) = 798828 +0:The total amount of wall time = 150.286545 +0:The maximum resident set size (KB) = 798836 Test 026 rap_control_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/GNU/hrrr_control_debug -working dir = /glade/scratch/dswales/FV3_RT/rt_39543/hrrr_control_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/GNU/hrrr_control_debug +working dir = /glade/scratch/dswales/FV3_RT/rt_24216/hrrr_control_debug Checking test 027 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 = 146.565345 -0:The maximum resident set size (KB) = 793708 +0:The total amount of wall time = 146.393826 +0:The maximum resident set size (KB) = 793728 Test 027 hrrr_control_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/GNU/rap_diag_debug -working dir = /glade/scratch/dswales/FV3_RT/rt_39543/rap_diag_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/GNU/rap_diag_debug +working dir = /glade/scratch/dswales/FV3_RT/rt_24216/rap_diag_debug Checking test 028 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 = 158.212443 -0:The maximum resident set size (KB) = 882356 +0:The total amount of wall time = 157.363472 +0:The maximum resident set size (KB) = 882476 Test 028 rap_diag_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/GNU/rap_noah_sfcdiff_cires_ugwp_debug -working dir = /glade/scratch/dswales/FV3_RT/rt_39543/rap_noah_sfcdiff_cires_ugwp_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/GNU/rap_noah_sfcdiff_cires_ugwp_debug +working dir = /glade/scratch/dswales/FV3_RT/rt_24216/rap_noah_sfcdiff_cires_ugwp_debug Checking test 029 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 = 238.287632 -0:The maximum resident set size (KB) = 797572 +0:The total amount of wall time = 238.631520 +0:The maximum resident set size (KB) = 797464 Test 029 rap_noah_sfcdiff_cires_ugwp_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/GNU/rap_progcld_thompson_debug -working dir = /glade/scratch/dswales/FV3_RT/rt_39543/rap_progcld_thompson_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/GNU/rap_progcld_thompson_debug +working dir = /glade/scratch/dswales/FV3_RT/rt_24216/rap_progcld_thompson_debug Checking test 030 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 = 149.342828 -0:The maximum resident set size (KB) = 798828 +0:The total amount of wall time = 149.470929 +0:The maximum resident set size (KB) = 798908 Test 030 rap_progcld_thompson_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/GNU/rrfs_v1beta_debug -working dir = /glade/scratch/dswales/FV3_RT/rt_39543/rrfs_v1beta_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/GNU/rrfs_v1beta_debug +working dir = /glade/scratch/dswales/FV3_RT/rt_24216/rrfs_v1beta_debug Checking test 031 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 = 148.005516 -0:The maximum resident set size (KB) = 793324 +0:The total amount of wall time = 147.468771 +0:The maximum resident set size (KB) = 793272 Test 031 rrfs_v1beta_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/GNU/control_ras_debug -working dir = /glade/scratch/dswales/FV3_RT/rt_39543/control_ras_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/GNU/control_ras_debug +working dir = /glade/scratch/dswales/FV3_RT/rt_24216/control_ras_debug Checking test 032 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 = 85.117402 -0:The maximum resident set size (KB) = 436656 +0:The total amount of wall time = 84.893681 +0:The maximum resident set size (KB) = 436732 Test 032 control_ras_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/GNU/control_stochy_debug -working dir = /glade/scratch/dswales/FV3_RT/rt_39543/control_stochy_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/GNU/control_stochy_debug +working dir = /glade/scratch/dswales/FV3_RT/rt_24216/control_stochy_debug Checking test 033 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 = 92.218641 -0:The maximum resident set size (KB) = 431760 +0:The total amount of wall time = 92.971305 +0:The maximum resident set size (KB) = 430592 Test 033 control_stochy_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/GNU/control_debug_p8 -working dir = /glade/scratch/dswales/FV3_RT/rt_39543/control_debug_p8 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/GNU/control_debug_p8 +working dir = /glade/scratch/dswales/FV3_RT/rt_24216/control_debug_p8 Checking test 034 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 = 95.970533 -0:The maximum resident set size (KB) = 1214156 +0:The total amount of wall time = 97.765835 +0:The maximum resident set size (KB) = 1214084 Test 034 control_debug_p8 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/GNU/rrfs_conus13km_hrrr_warm_debugs -working dir = /glade/scratch/dswales/FV3_RT/rt_39543/rrfs_conus13km_hrrr_warm_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/GNU/rrfs_conus13km_hrrr_warm_debugs +working dir = /glade/scratch/dswales/FV3_RT/rt_24216/rrfs_conus13km_hrrr_warm_debug Checking test 035 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 = 387.030263 -0:The maximum resident set size (KB) = 602392 +0:The total amount of wall time = 387.073981 +0:The maximum resident set size (KB) = 601824 Test 035 rrfs_conus13km_hrrr_warm_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/GNU/rrfs_conus13km_radar_tten_warm_debug -working dir = /glade/scratch/dswales/FV3_RT/rt_39543/rrfs_conus13km_radar_tten_warm_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/GNU/rrfs_conus13km_radar_tten_warm_debug +working dir = /glade/scratch/dswales/FV3_RT/rt_24216/rrfs_conus13km_radar_tten_warm_debug Checking test 036 rrfs_conus13km_radar_tten_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 = 396.055558 -0:The maximum resident set size (KB) = 605224 +0:The total amount of wall time = 387.881258 +0:The maximum resident set size (KB) = 604548 Test 036 rrfs_conus13km_radar_tten_warm_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/GNU/control_wam_debug -working dir = /glade/scratch/dswales/FV3_RT/rt_39543/control_wam_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/GNU/control_wam_debug +working dir = /glade/scratch/dswales/FV3_RT/rt_24216/control_wam_debug Checking test 037 control_wam_debug results .... Comparing sfcf019.nc .........OK Comparing atmf019.nc .........OK -0:The total amount of wall time = 143.616105 -0:The maximum resident set size (KB) = 172680 +0:The total amount of wall time = 143.580592 +0:The maximum resident set size (KB) = 172656 Test 037 control_wam_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/GNU/rap_control_dyn32_phy32 -working dir = /glade/scratch/dswales/FV3_RT/rt_39543/rap_control_dyn32_phy32 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/GNU/rap_control_dyn32_phy32 +working dir = /glade/scratch/dswales/FV3_RT/rt_24216/rap_control_dyn32_phy32 Checking test 038 rap_control_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -1194,14 +1194,14 @@ Checking test 038 rap_control_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 673.354640 -0:The maximum resident set size (KB) = 662172 +0:The total amount of wall time = 677.067827 +0:The maximum resident set size (KB) = 662152 Test 038 rap_control_dyn32_phy32 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/GNU/hrrr_control_dyn32_phy32 -working dir = /glade/scratch/dswales/FV3_RT/rt_39543/hrrr_control_dyn32_phy32 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/GNU/hrrr_control_dyn32_phy32 +working dir = /glade/scratch/dswales/FV3_RT/rt_24216/hrrr_control_dyn32_phy32 Checking test 039 hrrr_control_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -1248,14 +1248,14 @@ Checking test 039 hrrr_control_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 345.190391 -0:The maximum resident set size (KB) = 660244 +0:The total amount of wall time = 349.334779 +0:The maximum resident set size (KB) = 660124 Test 039 hrrr_control_dyn32_phy32 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/GNU/rap_control_dyn32_phy32 -working dir = /glade/scratch/dswales/FV3_RT/rt_39543/rap_2threads_dyn32_phy32 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/GNU/rap_control_dyn32_phy32 +working dir = /glade/scratch/dswales/FV3_RT/rt_24216/rap_2threads_dyn32_phy32 Checking test 040 rap_2threads_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -1302,14 +1302,14 @@ Checking test 040 rap_2threads_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 615.899539 -0:The maximum resident set size (KB) = 702376 +0:The total amount of wall time = 617.594678 +0:The maximum resident set size (KB) = 702388 Test 040 rap_2threads_dyn32_phy32 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/GNU/hrrr_control_dyn32_phy32 -working dir = /glade/scratch/dswales/FV3_RT/rt_39543/hrrr_control_2threads_dyn32_phy32 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/GNU/hrrr_control_dyn32_phy32 +working dir = /glade/scratch/dswales/FV3_RT/rt_24216/hrrr_control_2threads_dyn32_phy32 Checking test 041 hrrr_control_2threads_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -1356,14 +1356,14 @@ Checking test 041 hrrr_control_2threads_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 308.245070 -0:The maximum resident set size (KB) = 699460 +0:The total amount of wall time = 311.243634 +0:The maximum resident set size (KB) = 699568 Test 041 hrrr_control_2threads_dyn32_phy32 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/GNU/hrrr_control_dyn32_phy32 -working dir = /glade/scratch/dswales/FV3_RT/rt_39543/hrrr_control_decomp_dyn32_phy32 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/GNU/hrrr_control_dyn32_phy32 +working dir = /glade/scratch/dswales/FV3_RT/rt_24216/hrrr_control_decomp_dyn32_phy32 Checking test 042 hrrr_control_decomp_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -1410,14 +1410,14 @@ Checking test 042 hrrr_control_decomp_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 342.101450 -0:The maximum resident set size (KB) = 659596 +0:The total amount of wall time = 344.406477 +0:The maximum resident set size (KB) = 659520 Test 042 hrrr_control_decomp_dyn32_phy32 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/GNU/rap_control_dyn32_phy32 -working dir = /glade/scratch/dswales/FV3_RT/rt_39543/rap_restart_dyn32_phy32 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/GNU/rap_control_dyn32_phy32 +working dir = /glade/scratch/dswales/FV3_RT/rt_24216/rap_restart_dyn32_phy32 Checking test 043 rap_restart_dyn32_phy32 results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -1456,14 +1456,14 @@ Checking test 043 rap_restart_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 505.362059 -0:The maximum resident set size (KB) = 499572 +0:The total amount of wall time = 508.025406 +0:The maximum resident set size (KB) = 499412 Test 043 rap_restart_dyn32_phy32 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/GNU/hrrr_control_dyn32_phy32 -working dir = /glade/scratch/dswales/FV3_RT/rt_39543/hrrr_control_restart_dyn32_phy32 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/GNU/hrrr_control_dyn32_phy32 +working dir = /glade/scratch/dswales/FV3_RT/rt_24216/hrrr_control_restart_dyn32_phy32 Checking test 044 hrrr_control_restart_dyn32_phy32 results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -1502,14 +1502,14 @@ Checking test 044 hrrr_control_restart_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 174.540344 -0:The maximum resident set size (KB) = 497300 +0:The total amount of wall time = 174.699550 +0:The maximum resident set size (KB) = 497492 Test 044 hrrr_control_restart_dyn32_phy32 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/GNU/rap_control_dyn64_phy32 -working dir = /glade/scratch/dswales/FV3_RT/rt_39543/rap_control_dyn64_phy32 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/GNU/rap_control_dyn64_phy32 +working dir = /glade/scratch/dswales/FV3_RT/rt_24216/rap_control_dyn64_phy32 Checking test 045 rap_control_dyn64_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -1556,56 +1556,56 @@ Checking test 045 rap_control_dyn64_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 402.517616 -0:The maximum resident set size (KB) = 680952 +0:The total amount of wall time = 402.497001 +0:The maximum resident set size (KB) = 681716 Test 045 rap_control_dyn64_phy32 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/GNU/rap_control_debug_dyn32_phy32 -working dir = /glade/scratch/dswales/FV3_RT/rt_39543/rap_control_debug_dyn32_phy32 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/GNU/rap_control_debug_dyn32_phy32 +working dir = /glade/scratch/dswales/FV3_RT/rt_24216/rap_control_debug_dyn32_phy32 Checking test 046 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 = 145.360637 -0:The maximum resident set size (KB) = 679424 +0:The total amount of wall time = 146.671609 +0:The maximum resident set size (KB) = 679500 Test 046 rap_control_debug_dyn32_phy32 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/GNU/hrrr_control_debug_dyn32_phy32 -working dir = /glade/scratch/dswales/FV3_RT/rt_39543/hrrr_control_debug_dyn32_phy32 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/GNU/hrrr_control_debug_dyn32_phy32 +working dir = /glade/scratch/dswales/FV3_RT/rt_24216/hrrr_control_debug_dyn32_phy32 Checking test 047 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 = 142.831306 -0:The maximum resident set size (KB) = 676344 +0:The total amount of wall time = 145.669788 +0:The maximum resident set size (KB) = 676580 Test 047 hrrr_control_debug_dyn32_phy32 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/GNU/rap_control_debug_dyn64_phy32 -working dir = /glade/scratch/dswales/FV3_RT/rt_39543/rap_control_dyn64_phy32_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/GNU/rap_control_debug_dyn64_phy32 +working dir = /glade/scratch/dswales/FV3_RT/rt_24216/rap_control_dyn64_phy32_debug Checking test 048 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 = 150.319130 -0:The maximum resident set size (KB) = 699160 +0:The total amount of wall time = 151.306289 +0:The maximum resident set size (KB) = 699060 Test 048 rap_control_dyn64_phy32_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/GNU/cpld_control_p8 -working dir = /glade/scratch/dswales/FV3_RT/rt_39543/cpld_control_p8 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/GNU/cpld_control_p8 +working dir = /glade/scratch/dswales/FV3_RT/rt_24216/cpld_control_p8 Checking test 049 cpld_control_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1670,14 +1670,14 @@ Checking test 049 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 = 497.317885 -0:The maximum resident set size (KB) = 3141752 +0:The total amount of wall time = 497.525905 +0:The maximum resident set size (KB) = 3142160 Test 049 cpld_control_p8 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/GNU/cpld_control_c96_noaero_p8 -working dir = /glade/scratch/dswales/FV3_RT/rt_39543/cpld_control_nowave_noaero_p8 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/GNU/cpld_control_c96_noaero_p8 +working dir = /glade/scratch/dswales/FV3_RT/rt_24216/cpld_control_nowave_noaero_p8 Checking test 050 cpld_control_nowave_noaero_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1739,14 +1739,14 @@ Checking test 050 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 = 246.121550 -0:The maximum resident set size (KB) = 1223960 +0:The total amount of wall time = 248.112891 +0:The maximum resident set size (KB) = 1228348 Test 050 cpld_control_nowave_noaero_p8 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/GNU/cpld_debug_p8 -working dir = /glade/scratch/dswales/FV3_RT/rt_39543/cpld_debug_p8 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/GNU/cpld_debug_p8 +working dir = /glade/scratch/dswales/FV3_RT/rt_24216/cpld_debug_p8 Checking test 051 cpld_debug_p8 results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK @@ -1799,25 +1799,25 @@ Checking test 051 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 = 278.304134 -0:The maximum resident set size (KB) = 3163252 +0:The total amount of wall time = 279.698611 +0:The maximum resident set size (KB) = 3160784 Test 051 cpld_debug_p8 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/GNU/datm_cdeps_control_cfsr -working dir = /glade/scratch/dswales/FV3_RT/rt_39543/datm_cdeps_control_cfsr +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/GNU/datm_cdeps_control_cfsr +working dir = /glade/scratch/dswales/FV3_RT/rt_24216/datm_cdeps_control_cfsr Checking test 052 datm_cdeps_control_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK -0:The total amount of wall time = 179.444894 -0:The maximum resident set size (KB) = 684952 +0:The total amount of wall time = 196.184908 +0:The maximum resident set size (KB) = 681644 Test 052 datm_cdeps_control_cfsr PASS REGRESSION TEST WAS SUCCESSFUL -Wed Dec 14 22:35:47 MST 2022 -Elapsed time: 00h:35m:46s. Have a nice day! +Mon Dec 19 22:15:04 MST 2022 +Elapsed time: 00h:30m:48s. Have a nice day! diff --git a/tests/RegressionTests_cheyenne.intel.log b/tests/RegressionTests_cheyenne.intel.log index 68bfea4ddd..cd967d887e 100644 --- a/tests/RegressionTests_cheyenne.intel.log +++ b/tests/RegressionTests_cheyenne.intel.log @@ -1,34 +1,35 @@ -Wed Dec 14 22:11:16 MST 2022 +Tue Dec 20 09:53:57 MST 2022 Start Regression test -Compile 001 elapsed time 1248 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 002 elapsed time 1159 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 003 elapsed time 460 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 004 elapsed time 431 seconds. -DAPP=S2SW -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 005 elapsed time 853 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_sfcocn -DCMEPS_AOFLUX=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 006 elapsed time 860 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 007 elapsed time 753 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 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 008 elapsed time 796 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_RRTMGP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_smoke,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 009 elapsed time 695 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 578 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 011 elapsed time 1355 seconds. -DAPP=ATM -DDEBUG=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 012 elapsed time 261 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 013 elapsed time 583 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 001 elapsed time 1314 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 002 elapsed time 1152 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 003 elapsed time 480 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 004 elapsed time 427 seconds. -DAPP=S2SW -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 005 elapsed time 854 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_sfcocn -DCMEPS_AOFLUX=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 006 elapsed time 848 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 007 elapsed time 752 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 -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 008 elapsed time 797 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_RRTMGP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_smoke,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 009 elapsed time 699 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 582 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 011 elapsed time 1363 seconds. -DAPP=ATM -DDEBUG=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 012 elapsed time 262 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 013 elapsed time 578 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release Compile 014 elapsed time 583 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 015 elapsed time 261 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 016 elapsed time 266 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 017 elapsed time 912 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst,FV3_HAFS_v0_thompson_tedmf_gfdlsf -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 018 elapsed time 890 seconds. -DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 019 elapsed time 455 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 015 elapsed time 275 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 016 elapsed time 271 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 017 elapsed time 910 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst,FV3_HAFS_v0_thompson_tedmf_gfdlsf -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 018 elapsed time 885 seconds. -DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 019 elapsed time 461 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON Compile 020 elapsed time 229 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON Compile 021 elapsed time 116 seconds. -DAPP=LND -DMPI=ON -DCMAKE_BUILD_TYPE=Release Compile 022 elapsed time 738 seconds. -DAPP=ATML -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 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 023 elapsed time 793 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 024 elapsed time 679 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 025 elapsed time 648 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 023 elapsed time 810 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 024 elapsed time 669 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 025 elapsed time 652 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 026 elapsed time 301 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/cpld_control_p8 -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/cpld_control_p8 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/cpld_control_p8 +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/cpld_control_p8 Checking test 001 cpld_control_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -93,14 +94,14 @@ Checking test 001 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 = 325.485978 -0:The maximum resident set size (KB) = 2719128 +0:The total amount of wall time = 364.485323 +0:The maximum resident set size (KB) = 2719116 Test 001 cpld_control_p8 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/cpld_control_p8 -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/cpld_restart_p8 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/cpld_control_p8 +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/cpld_restart_p8 Checking test 002 cpld_restart_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -153,14 +154,14 @@ Checking test 002 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 = 180.540948 -0:The maximum resident set size (KB) = 2580576 +0:The total amount of wall time = 186.313949 +0:The maximum resident set size (KB) = 2580892 Test 002 cpld_restart_p8 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/cpld_control_p8 -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/cpld_2threads_p8 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/cpld_control_p8 +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/cpld_2threads_p8 Checking test 003 cpld_2threads_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -213,14 +214,14 @@ Checking test 003 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 = 256.368660 -0:The maximum resident set size (KB) = 3164964 +0:The total amount of wall time = 253.892241 +0:The maximum resident set size (KB) = 3165176 Test 003 cpld_2threads_p8 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/cpld_control_p8 -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/cpld_esmfthreads_p8 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/cpld_control_p8 +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/cpld_esmfthreads_p8 Checking test 004 cpld_esmfthreads_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -273,14 +274,14 @@ Checking test 004 cpld_esmfthreads_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -0:The total amount of wall time = 264.597798 -0:The maximum resident set size (KB) = 2886504 +0:The total amount of wall time = 259.295587 +0:The maximum resident set size (KB) = 2886808 Test 004 cpld_esmfthreads_p8 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/cpld_control_p8 -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/cpld_decomp_p8 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/cpld_control_p8 +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/cpld_decomp_p8 Checking test 005 cpld_decomp_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -333,14 +334,14 @@ Checking test 005 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 = 325.510570 -0:The maximum resident set size (KB) = 2723760 +0:The total amount of wall time = 314.257157 +0:The maximum resident set size (KB) = 2723752 Test 005 cpld_decomp_p8 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/cpld_control_p8 -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/cpld_mpi_p8 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/cpld_control_p8 +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/cpld_mpi_p8 Checking test 006 cpld_mpi_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -393,14 +394,14 @@ Checking test 006 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 = 283.504779 -0:The maximum resident set size (KB) = 2687188 +0:The total amount of wall time = 282.461450 +0:The maximum resident set size (KB) = 2687348 Test 006 cpld_mpi_p8 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/cpld_control_ciceC_p8 -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/cpld_control_ciceC_p8 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/cpld_control_ciceC_p8 +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/cpld_control_ciceC_p8 Checking test 007 cpld_control_ciceC_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -465,14 +466,14 @@ Checking test 007 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 = 313.150931 -0:The maximum resident set size (KB) = 2718872 +0:The total amount of wall time = 324.875211 +0:The maximum resident set size (KB) = 2718684 Test 007 cpld_control_ciceC_p8 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/cpld_control_c192_p8 -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/cpld_control_c192_p8 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/cpld_control_c192_p8 +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/cpld_control_c192_p8 Checking test 008 cpld_control_c192_p8 results .... Comparing sfcf030.tile1.nc .........OK Comparing sfcf030.tile2.nc .........OK @@ -525,14 +526,14 @@ Checking test 008 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 = 796.340635 -0:The maximum resident set size (KB) = 3025204 +0:The total amount of wall time = 782.167973 +0:The maximum resident set size (KB) = 3024624 Test 008 cpld_control_c192_p8 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/cpld_control_c192_p8 -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/cpld_restart_c192_p8 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/cpld_control_c192_p8 +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/cpld_restart_c192_p8 Checking test 009 cpld_restart_c192_p8 results .... Comparing sfcf030.tile1.nc .........OK Comparing sfcf030.tile2.nc .........OK @@ -585,14 +586,14 @@ Checking test 009 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 = 449.368728 -0:The maximum resident set size (KB) = 2953628 +0:The total amount of wall time = 371.615552 +0:The maximum resident set size (KB) = 2953972 Test 009 cpld_restart_c192_p8 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/cpld_control_noaero_p8 -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/cpld_control_noaero_p8 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/cpld_control_noaero_p8 +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/cpld_control_noaero_p8 Checking test 010 cpld_control_noaero_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -656,14 +657,14 @@ Checking test 010 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 = 275.263239 -0:The maximum resident set size (KB) = 1440612 +0:The total amount of wall time = 275.216110 +0:The maximum resident set size (KB) = 1440556 Test 010 cpld_control_noaero_p8 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/cpld_control_c96_noaero_p8 -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/cpld_control_nowave_noaero_p8 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/cpld_control_c96_noaero_p8 +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/cpld_control_nowave_noaero_p8 Checking test 011 cpld_control_nowave_noaero_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -725,14 +726,14 @@ Checking test 011 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 = 195.123466 -0:The maximum resident set size (KB) = 1454492 +0:The total amount of wall time = 197.547790 +0:The maximum resident set size (KB) = 1454396 Test 011 cpld_control_nowave_noaero_p8 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/cpld_debug_p8 -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/cpld_debug_p8 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/cpld_debug_p8 +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/cpld_debug_p8 Checking test 012 cpld_debug_p8 results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK @@ -785,14 +786,14 @@ Checking test 012 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 = 474.034969 -0:The maximum resident set size (KB) = 2790904 +0:The total amount of wall time = 476.758285 +0:The maximum resident set size (KB) = 2790952 Test 012 cpld_debug_p8 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/cpld_debug_noaero_p8 -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/cpld_debug_noaero_p8 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/cpld_debug_noaero_p8 +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/cpld_debug_noaero_p8 Checking test 013 cpld_debug_noaero_p8 results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK @@ -844,14 +845,14 @@ Checking test 013 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 = 348.176945 -0:The maximum resident set size (KB) = 1464920 +0:The total amount of wall time = 347.403001 +0:The maximum resident set size (KB) = 1465140 Test 013 cpld_debug_noaero_p8 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/cpld_control_noaero_p8_agrid -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/cpld_control_noaero_p8_agrid +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/cpld_control_noaero_p8_agrid +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/cpld_control_noaero_p8_agrid Checking test 014 cpld_control_noaero_p8_agrid results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -913,14 +914,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 -0:The total amount of wall time = 259.588867 -0:The maximum resident set size (KB) = 1458460 +0:The total amount of wall time = 254.165471 +0:The maximum resident set size (KB) = 1458560 Test 014 cpld_control_noaero_p8_agrid PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/cpld_control_c48 -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/cpld_control_c48 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/cpld_control_c48 +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/cpld_control_c48 Checking test 015 cpld_control_c48 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -970,14 +971,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 -0:The total amount of wall time = 604.801189 -0:The maximum resident set size (KB) = 2583460 +0:The total amount of wall time = 606.691424 +0:The maximum resident set size (KB) = 2583384 Test 015 cpld_control_c48 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/cpld_warmstart_c48 -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/cpld_warmstart_c48 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/cpld_warmstart_c48 +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/cpld_warmstart_c48 Checking test 016 cpld_warmstart_c48 results .... Comparing sfcf006.tile1.nc .........OK Comparing sfcf006.tile2.nc .........OK @@ -1027,14 +1028,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 -0:The total amount of wall time = 161.806874 -0:The maximum resident set size (KB) = 2600140 +0:The total amount of wall time = 162.679309 +0:The maximum resident set size (KB) = 2599984 Test 016 cpld_warmstart_c48 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/cpld_warmstart_c48 -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/cpld_restart_c48 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/cpld_warmstart_c48 +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/cpld_restart_c48 Checking test 017 cpld_restart_c48 results .... Comparing sfcf006.tile1.nc .........OK Comparing sfcf006.tile2.nc .........OK @@ -1084,14 +1085,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 -0:The total amount of wall time = 85.179477 -0:The maximum resident set size (KB) = 2016680 +0:The total amount of wall time = 85.724074 +0:The maximum resident set size (KB) = 2017012 Test 017 cpld_restart_c48 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/control -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/control +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/control +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/control Checking test 018 control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1138,14 +1139,14 @@ Checking test 018 control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 146.583600 -0:The maximum resident set size (KB) = 456796 +0:The total amount of wall time = 148.732905 +0:The maximum resident set size (KB) = 456888 Test 018 control PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/control -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/control_decomp +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/control +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/control_decomp Checking test 019 control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1188,14 +1189,14 @@ Checking test 019 control_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 153.538234 -0:The maximum resident set size (KB) = 454940 +0:The total amount of wall time = 157.276752 +0:The maximum resident set size (KB) = 454784 Test 019 control_decomp PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/control -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/control_2dwrtdecomp +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/control +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/control_2dwrtdecomp Checking test 020 control_2dwrtdecomp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1206,14 +1207,14 @@ Checking test 020 control_2dwrtdecomp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 146.583632 -0:The maximum resident set size (KB) = 457348 +0:The total amount of wall time = 147.528384 +0:The maximum resident set size (KB) = 457280 Test 020 control_2dwrtdecomp PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/control -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/control_2threads +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/control +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/control_2threads Checking test 021 control_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1256,14 +1257,14 @@ Checking test 021 control_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 140.156976 -0:The maximum resident set size (KB) = 505420 +0:The total amount of wall time = 139.118826 +0:The maximum resident set size (KB) = 505296 Test 021 control_2threads PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/control -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/control_restart +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/control +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/control_restart Checking test 022 control_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1302,14 +1303,14 @@ Checking test 022 control_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 76.953740 -0:The maximum resident set size (KB) = 197392 +0:The total amount of wall time = 77.470741 +0:The maximum resident set size (KB) = 197420 Test 022 control_restart PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/control -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/control_fhzero +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/control +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/control_fhzero Checking test 023 control_fhzero results .... Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf021.nc ............ALT CHECK......OK @@ -1352,14 +1353,14 @@ Checking test 023 control_fhzero results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 138.263233 -0:The maximum resident set size (KB) = 456668 +0:The total amount of wall time = 138.456589 +0:The maximum resident set size (KB) = 456756 Test 023 control_fhzero PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/control_CubedSphereGrid -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/control_CubedSphereGrid +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/control_CubedSphereGrid +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/control_CubedSphereGrid Checking test 024 control_CubedSphereGrid results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -1386,28 +1387,28 @@ Checking test 024 control_CubedSphereGrid results .... Comparing atmf024.tile5.nc .........OK Comparing atmf024.tile6.nc .........OK -0:The total amount of wall time = 141.905412 -0:The maximum resident set size (KB) = 456788 +0:The total amount of wall time = 142.310244 +0:The maximum resident set size (KB) = 456612 Test 024 control_CubedSphereGrid PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/control_CubedSphereGrid_parallel -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/control_CubedSphereGrid_parallel +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/control_CubedSphereGrid_parallel +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/control_CubedSphereGrid_parallel Checking test 025 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 + Comparing atmf024.nc .........OK -0:The total amount of wall time = 139.150466 -0:The maximum resident set size (KB) = 456728 +0:The total amount of wall time = 140.506960 +0:The maximum resident set size (KB) = 456552 Test 025 control_CubedSphereGrid_parallel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/control_latlon -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/control_latlon +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/control_latlon +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/control_latlon Checking test 026 control_latlon results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1418,16 +1419,16 @@ Checking test 026 control_latlon results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 147.039888 -0:The maximum resident set size (KB) = 456896 +0:The total amount of wall time = 148.346914 +0:The maximum resident set size (KB) = 456816 Test 026 control_latlon PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/control_wrtGauss_netcdf_parallel -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/control_wrtGauss_netcdf_parallel +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/control_wrtGauss_netcdf_parallel +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/control_wrtGauss_netcdf_parallel Checking test 027 control_wrtGauss_netcdf_parallel results .... - Comparing sfcf000.nc ............ALT CHECK......OK + Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK Comparing atmf024.nc .........OK @@ -1436,14 +1437,14 @@ Checking test 027 control_wrtGauss_netcdf_parallel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 148.088067 -0:The maximum resident set size (KB) = 456700 +0:The total amount of wall time = 148.977392 +0:The maximum resident set size (KB) = 456716 Test 027 control_wrtGauss_netcdf_parallel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/control_c48 -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/control_c48 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/control_c48 +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/control_c48 Checking test 028 control_c48 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1482,14 +1483,14 @@ Checking test 028 control_c48 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 444.077071 -0:The maximum resident set size (KB) = 628036 +0:The total amount of wall time = 444.223367 +0:The maximum resident set size (KB) = 628004 Test 028 control_c48 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/control_c192 -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/control_c192 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/control_c192 +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/control_c192 Checking test 029 control_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1500,14 +1501,14 @@ Checking test 029 control_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 573.285738 -0:The maximum resident set size (KB) = 560308 +0:The total amount of wall time = 591.494057 +0:The maximum resident set size (KB) = 560232 Test 029 control_c192 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/control_c384 -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/control_c384 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/control_c384 +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/control_c384 Checking test 030 control_c384 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1518,14 +1519,14 @@ Checking test 030 control_c384 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -0:The total amount of wall time = 580.038794 -0:The maximum resident set size (KB) = 835744 +0:The total amount of wall time = 592.690476 +0:The maximum resident set size (KB) = 835512 Test 030 control_c384 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/control_c384gdas -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/control_c384gdas +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/control_c384gdas +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/control_c384gdas Checking test 031 control_c384gdas results .... Comparing sfcf000.nc .........OK Comparing sfcf006.nc .........OK @@ -1568,14 +1569,14 @@ Checking test 031 control_c384gdas results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 508.276003 -0:The maximum resident set size (KB) = 972172 +0:The total amount of wall time = 512.497577 +0:The maximum resident set size (KB) = 971704 Test 031 control_c384gdas PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/control_c384_progsigma -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/control_c384_progsigma +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/control_c384_progsigma +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/control_c384_progsigma Checking test 032 control_c384_progsigma results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1586,14 +1587,14 @@ Checking test 032 control_c384_progsigma results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -0:The total amount of wall time = 595.481808 -0:The maximum resident set size (KB) = 854288 +0:The total amount of wall time = 603.385856 +0:The maximum resident set size (KB) = 854592 Test 032 control_c384_progsigma PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/control_stochy -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/control_stochy +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/control_stochy +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/control_stochy Checking test 033 control_stochy results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1604,28 +1605,28 @@ Checking test 033 control_stochy results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -0:The total amount of wall time = 97.658576 -0:The maximum resident set size (KB) = 460108 +0:The total amount of wall time = 99.606192 +0:The maximum resident set size (KB) = 460136 Test 033 control_stochy PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/control_stochy -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/control_stochy_restart +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/control_stochy +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/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 = 51.419557 -0:The maximum resident set size (KB) = 225552 +0:The total amount of wall time = 52.190235 +0:The maximum resident set size (KB) = 225560 Test 034 control_stochy_restart PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/control_lndp -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/control_lndp +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/control_lndp +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/control_lndp Checking test 035 control_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1636,14 +1637,14 @@ Checking test 035 control_lndp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -0:The total amount of wall time = 87.559972 -0:The maximum resident set size (KB) = 458632 +0:The total amount of wall time = 89.919903 +0:The maximum resident set size (KB) = 458668 Test 035 control_lndp PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/control_iovr4 -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/control_iovr4 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/control_iovr4 +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/control_iovr4 Checking test 036 control_iovr4 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1658,14 +1659,14 @@ Checking test 036 control_iovr4 results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 147.034039 -0:The maximum resident set size (KB) = 456904 +0:The total amount of wall time = 147.625287 +0:The maximum resident set size (KB) = 456808 Test 036 control_iovr4 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/control_iovr5 -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/control_iovr5 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/control_iovr5 +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/control_iovr5 Checking test 037 control_iovr5 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1680,14 +1681,14 @@ Checking test 037 control_iovr5 results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 147.880843 -0:The maximum resident set size (KB) = 456892 +0:The total amount of wall time = 148.312842 +0:The maximum resident set size (KB) = 456840 Test 037 control_iovr5 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/control_p8 -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/control_p8 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/control_p8 +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/control_p8 Checking test 038 control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1734,14 +1735,14 @@ Checking test 038 control_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 180.356085 -0:The maximum resident set size (KB) = 1426336 +0:The total amount of wall time = 181.032757 +0:The maximum resident set size (KB) = 1426268 Test 038 control_p8 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/control_p8_lndp -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/control_p8_lndp +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/control_p8_lndp +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/control_p8_lndp Checking test 039 control_p8_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1760,14 +1761,14 @@ Checking test 039 control_p8_lndp results .... Comparing GFSPRS.GrbF24 .........OK Comparing GFSPRS.GrbF48 .........OK -0:The total amount of wall time = 333.920238 -0:The maximum resident set size (KB) = 1426756 +0:The total amount of wall time = 338.791388 +0:The maximum resident set size (KB) = 1426732 Test 039 control_p8_lndp PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/control_p8 -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/control_restart_p8 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/control_p8 +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/control_restart_p8 Checking test 040 control_restart_p8 results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1806,14 +1807,14 @@ Checking test 040 control_restart_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 96.018449 -0:The maximum resident set size (KB) = 582720 +0:The total amount of wall time = 94.649481 +0:The maximum resident set size (KB) = 583056 Test 040 control_restart_p8 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/control_p8 -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/control_decomp_p8 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/control_p8 +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/control_decomp_p8 Checking test 041 control_decomp_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1856,14 +1857,14 @@ Checking test 041 control_decomp_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 186.374379 -0:The maximum resident set size (KB) = 1420548 +0:The total amount of wall time = 185.964707 +0:The maximum resident set size (KB) = 1420572 Test 041 control_decomp_p8 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/control_p8 -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/control_2threads_p8 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/control_p8 +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/control_2threads_p8 Checking test 042 control_2threads_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1906,14 +1907,14 @@ Checking test 042 control_2threads_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 168.692987 -0:The maximum resident set size (KB) = 1496852 +0:The total amount of wall time = 170.446537 +0:The maximum resident set size (KB) = 1496828 Test 042 control_2threads_p8 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/control_p8_rrtmgp -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/control_p8_rrtmgp +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/control_p8_rrtmgp +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/control_p8_rrtmgp Checking test 043 control_p8_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1960,14 +1961,14 @@ Checking test 043 control_p8_rrtmgp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 249.258619 -0:The maximum resident set size (KB) = 1542168 +0:The total amount of wall time = 248.180622 +0:The maximum resident set size (KB) = 1542080 Test 043 control_p8_rrtmgp PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/merra2_thompson -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/merra2_thompson +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/merra2_thompson +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/merra2_thompson Checking test 044 merra2_thompson results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2014,14 +2015,14 @@ Checking test 044 merra2_thompson results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 205.131664 -0:The maximum resident set size (KB) = 1431612 +0:The total amount of wall time = 210.650997 +0:The maximum resident set size (KB) = 1431604 Test 044 merra2_thompson PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/regional_control -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/regional_control +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/regional_control +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/regional_control Checking test 045 regional_control results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2032,28 +2033,28 @@ Checking test 045 regional_control results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK -0:The total amount of wall time = 327.875228 +0:The total amount of wall time = 340.393109 0:The maximum resident set size (KB) = 606580 Test 045 regional_control PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/regional_control -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/regional_restart +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/regional_control +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/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 = 172.444982 -0:The maximum resident set size (KB) = 594152 +0:The total amount of wall time = 172.154285 +0:The maximum resident set size (KB) = 594092 Test 046 regional_restart PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/regional_control -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/regional_decomp +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/regional_control +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/regional_decomp Checking test 047 regional_decomp results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2064,14 +2065,14 @@ Checking test 047 regional_decomp results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK -0:The total amount of wall time = 355.619637 -0:The maximum resident set size (KB) = 599056 +0:The total amount of wall time = 352.836819 +0:The maximum resident set size (KB) = 599152 Test 047 regional_decomp PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/regional_control -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/regional_2threads +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/regional_control +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/regional_2threads Checking test 048 regional_2threads results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2082,14 +2083,14 @@ Checking test 048 regional_2threads results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK -0:The total amount of wall time = 199.886731 -0:The maximum resident set size (KB) = 593272 +0:The total amount of wall time = 203.228473 +0:The maximum resident set size (KB) = 593236 Test 048 regional_2threads PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/regional_noquilt -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/regional_noquilt +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/regional_noquilt +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/regional_noquilt Checking test 049 regional_noquilt results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK @@ -2097,28 +2098,28 @@ Checking test 049 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 = 365.125871 -0:The maximum resident set size (KB) = 601520 +0:The total amount of wall time = 366.043301 +0:The maximum resident set size (KB) = 601444 Test 049 regional_noquilt PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/regional_netcdf_parallel -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/regional_netcdf_parallel +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/regional_netcdf_parallel +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/regional_netcdf_parallel Checking test 050 regional_netcdf_parallel results .... - Comparing dynf000.nc ............ALT CHECK......OK - Comparing dynf006.nc ............ALT CHECK......OK + Comparing dynf000.nc .........OK + Comparing dynf006.nc .........OK Comparing phyf000.nc ............ALT CHECK......OK - Comparing phyf006.nc .........OK + Comparing phyf006.nc ............ALT CHECK......OK -0:The total amount of wall time = 342.677773 -0:The maximum resident set size (KB) = 593492 +0:The total amount of wall time = 336.576427 +0:The maximum resident set size (KB) = 593472 Test 050 regional_netcdf_parallel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/regional_control -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/regional_2dwrtdecomp +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/regional_control +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/regional_2dwrtdecomp Checking test 051 regional_2dwrtdecomp results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2129,14 +2130,14 @@ Checking test 051 regional_2dwrtdecomp results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK -0:The total amount of wall time = 339.477070 -0:The maximum resident set size (KB) = 606584 +0:The total amount of wall time = 338.909337 +0:The maximum resident set size (KB) = 606624 Test 051 regional_2dwrtdecomp PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/fv3_regional_wofs -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/regional_wofs +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/fv3_regional_wofs +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/regional_wofs Checking test 052 regional_wofs results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2147,14 +2148,14 @@ Checking test 052 regional_wofs results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK -0:The total amount of wall time = 422.862676 -0:The maximum resident set size (KB) = 274204 +0:The total amount of wall time = 423.794461 +0:The maximum resident set size (KB) = 274544 Test 052 regional_wofs PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/rap_control -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/rap_control +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/rap_control +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/rap_control Checking test 053 rap_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2201,14 +2202,14 @@ Checking test 053 rap_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 460.710694 -0:The maximum resident set size (KB) = 828248 +0:The total amount of wall time = 460.854740 +0:The maximum resident set size (KB) = 828148 Test 053 rap_control PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/rap_rrtmgp -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/rap_rrtmgp +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/rap_rrtmgp +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/rap_rrtmgp Checking test 054 rap_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2255,14 +2256,14 @@ Checking test 054 rap_rrtmgp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 523.339450 -0:The maximum resident set size (KB) = 951656 +0:The total amount of wall time = 519.670186 +0:The maximum resident set size (KB) = 951652 Test 054 rap_rrtmgp PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/regional_spp_sppt_shum_skeb -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/regional_spp_sppt_shum_skeb +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/regional_spp_sppt_shum_skeb +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/regional_spp_sppt_shum_skeb Checking test 055 regional_spp_sppt_shum_skeb results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK @@ -2273,14 +2274,14 @@ Checking test 055 regional_spp_sppt_shum_skeb results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF01 .........OK -0:The total amount of wall time = 257.273664 -0:The maximum resident set size (KB) = 932408 +0:The total amount of wall time = 257.474294 +0:The maximum resident set size (KB) = 932412 Test 055 regional_spp_sppt_shum_skeb PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/rap_control -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/rap_decomp +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/rap_control +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/rap_decomp Checking test 056 rap_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2327,14 +2328,14 @@ Checking test 056 rap_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 485.490492 -0:The maximum resident set size (KB) = 827276 +0:The total amount of wall time = 487.539028 +0:The maximum resident set size (KB) = 827324 Test 056 rap_decomp PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/rap_control -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/rap_2threads +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/rap_control +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/rap_2threads Checking test 057 rap_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2381,14 +2382,14 @@ Checking test 057 rap_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 434.859876 -0:The maximum resident set size (KB) = 884312 +0:The total amount of wall time = 437.856617 +0:The maximum resident set size (KB) = 884476 Test 057 rap_2threads PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/rap_control -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/rap_restart +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/rap_control +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/rap_restart Checking test 058 rap_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -2427,14 +2428,14 @@ Checking test 058 rap_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 229.128309 -0:The maximum resident set size (KB) = 572476 +0:The total amount of wall time = 235.677537 +0:The maximum resident set size (KB) = 572440 Test 058 rap_restart PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/rap_sfcdiff -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/rap_sfcdiff +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/rap_sfcdiff +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/rap_sfcdiff Checking test 059 rap_sfcdiff results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2481,14 +2482,14 @@ Checking test 059 rap_sfcdiff results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 453.124025 -0:The maximum resident set size (KB) = 825160 +0:The total amount of wall time = 457.274359 +0:The maximum resident set size (KB) = 825256 Test 059 rap_sfcdiff PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/rap_sfcdiff -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/rap_sfcdiff_decomp +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/rap_sfcdiff +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/rap_sfcdiff_decomp Checking test 060 rap_sfcdiff_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2535,14 +2536,14 @@ Checking test 060 rap_sfcdiff_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 487.762849 -0:The maximum resident set size (KB) = 827124 +0:The total amount of wall time = 474.075355 +0:The maximum resident set size (KB) = 827240 Test 060 rap_sfcdiff_decomp PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/rap_sfcdiff -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/rap_sfcdiff_restart +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/rap_sfcdiff +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/rap_sfcdiff_restart Checking test 061 rap_sfcdiff_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -2581,14 +2582,14 @@ Checking test 061 rap_sfcdiff_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 345.805888 -0:The maximum resident set size (KB) = 572264 +0:The total amount of wall time = 342.872409 +0:The maximum resident set size (KB) = 572336 Test 061 rap_sfcdiff_restart PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/hrrr_control -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/hrrr_control +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/hrrr_control +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/hrrr_control Checking test 062 hrrr_control results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2635,14 +2636,14 @@ Checking test 062 hrrr_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 432.213520 -0:The maximum resident set size (KB) = 822040 +0:The total amount of wall time = 436.067451 +0:The maximum resident set size (KB) = 822076 Test 062 hrrr_control PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/hrrr_control -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/hrrr_control_decomp +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/hrrr_control +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/hrrr_control_decomp Checking test 063 hrrr_control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2689,14 +2690,14 @@ Checking test 063 hrrr_control_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 456.360232 -0:The maximum resident set size (KB) = 822116 +0:The total amount of wall time = 457.581451 +0:The maximum resident set size (KB) = 822132 Test 063 hrrr_control_decomp PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/hrrr_control -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/hrrr_control_2threads +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/hrrr_control +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/hrrr_control_2threads Checking test 064 hrrr_control_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2743,14 +2744,14 @@ Checking test 064 hrrr_control_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 410.176124 -0:The maximum resident set size (KB) = 880068 +0:The total amount of wall time = 412.867504 +0:The maximum resident set size (KB) = 878636 Test 064 hrrr_control_2threads PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/hrrr_control -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/hrrr_control_restart +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/hrrr_control +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/hrrr_control_restart Checking test 065 hrrr_control_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -2789,14 +2790,14 @@ Checking test 065 hrrr_control_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 329.684998 -0:The maximum resident set size (KB) = 567544 +0:The total amount of wall time = 328.577377 +0:The maximum resident set size (KB) = 567580 Test 065 hrrr_control_restart PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/rrfs_v1beta -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/rrfs_v1beta +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/rrfs_v1beta +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/rrfs_v1beta Checking test 066 rrfs_v1beta results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2843,14 +2844,14 @@ Checking test 066 rrfs_v1beta results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 448.398957 -0:The maximum resident set size (KB) = 820324 +0:The total amount of wall time = 448.146095 +0:The maximum resident set size (KB) = 820472 Test 066 rrfs_v1beta PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/rrfs_v1nssl -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/rrfs_v1nssl +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/rrfs_v1nssl +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/rrfs_v1nssl Checking test 067 rrfs_v1nssl results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2865,14 +2866,14 @@ Checking test 067 rrfs_v1nssl results .... Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK -0:The total amount of wall time = 561.057350 -0:The maximum resident set size (KB) = 509116 +0:The total amount of wall time = 554.848239 +0:The maximum resident set size (KB) = 509140 Test 067 rrfs_v1nssl PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/rrfs_v1nssl_nohailnoccn -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/rrfs_v1nssl_nohailnoccn +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/rrfs_v1nssl_nohailnoccn +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/rrfs_v1nssl_nohailnoccn Checking test 068 rrfs_v1nssl_nohailnoccn results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2887,14 +2888,14 @@ Checking test 068 rrfs_v1nssl_nohailnoccn results .... Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK -0:The total amount of wall time = 540.334181 -0:The maximum resident set size (KB) = 505184 +0:The total amount of wall time = 538.501847 +0:The maximum resident set size (KB) = 505264 Test 068 rrfs_v1nssl_nohailnoccn PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/rrfs_conus13km_hrrr_warm -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/rrfs_conus13km_hrrr_warm +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/rrfs_conus13km_hrrr_warm +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/rrfs_conus13km_hrrr_warm Checking test 069 rrfs_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -2903,14 +2904,14 @@ Checking test 069 rrfs_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK -0:The total amount of wall time = 129.622928 -0:The maximum resident set size (KB) = 641204 +0:The total amount of wall time = 129.688258 +0:The maximum resident set size (KB) = 641312 Test 069 rrfs_conus13km_hrrr_warm PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/rrfs_smoke_conus13km_hrrr_warm -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/rrfs_smoke_conus13km_hrrr_warm +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/rrfs_smoke_conus13km_hrrr_warm +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/rrfs_smoke_conus13km_hrrr_warm Checking test 070 rrfs_smoke_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -2919,14 +2920,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 = 143.610759 -0:The maximum resident set size (KB) = 656448 +0:The total amount of wall time = 143.355880 +0:The maximum resident set size (KB) = 656704 Test 070 rrfs_smoke_conus13km_hrrr_warm PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/rrfs_conus13km_radar_tten_warm -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/rrfs_conus13km_radar_tten_warm +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/rrfs_conus13km_radar_tten_warm +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/rrfs_conus13km_radar_tten_warm Checking test 071 rrfs_conus13km_radar_tten_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -2935,14 +2936,14 @@ Checking test 071 rrfs_conus13km_radar_tten_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK -0:The total amount of wall time = 128.847358 -0:The maximum resident set size (KB) = 644116 +0:The total amount of wall time = 128.603038 +0:The maximum resident set size (KB) = 643480 Test 071 rrfs_conus13km_radar_tten_warm PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/rrfs_conus13km_hrrr_warm -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/rrfs_conus13km_hrrr_warm_2threads +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/rrfs_conus13km_hrrr_warm +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/rrfs_conus13km_hrrr_warm_2threads Checking test 072 rrfs_conus13km_hrrr_warm_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -2951,14 +2952,14 @@ Checking test 072 rrfs_conus13km_hrrr_warm_2threads results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK -0:The total amount of wall time = 79.310587 -0:The maximum resident set size (KB) = 644092 +0:The total amount of wall time = 79.976910 +0:The maximum resident set size (KB) = 642096 Test 072 rrfs_conus13km_hrrr_warm_2threads PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/rrfs_conus13km_radar_tten_warm -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/rrfs_conus13km_radar_tten_warm_2threads +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/rrfs_conus13km_radar_tten_warm +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/rrfs_conus13km_radar_tten_warm_2threads Checking test 073 rrfs_conus13km_radar_tten_warm_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -2967,14 +2968,14 @@ Checking test 073 rrfs_conus13km_radar_tten_warm_2threads results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK -0:The total amount of wall time = 79.928604 -0:The maximum resident set size (KB) = 645292 +0:The total amount of wall time = 79.728264 +0:The maximum resident set size (KB) = 646320 Test 073 rrfs_conus13km_radar_tten_warm_2threads PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/control_csawmg -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/control_csawmg +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/control_csawmg +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/control_csawmg Checking test 074 control_csawmg results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2985,14 +2986,14 @@ Checking test 074 control_csawmg results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 398.039333 -0:The maximum resident set size (KB) = 532516 +0:The total amount of wall time = 396.463774 +0:The maximum resident set size (KB) = 532552 Test 074 control_csawmg PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/control_csawmgt -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/control_csawmgt +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/control_csawmgt +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/control_csawmgt Checking test 075 control_csawmgt results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -3003,14 +3004,14 @@ Checking test 075 control_csawmgt results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 394.269248 -0:The maximum resident set size (KB) = 531764 +0:The total amount of wall time = 390.662641 +0:The maximum resident set size (KB) = 531700 Test 075 control_csawmgt PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/control_ras -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/control_ras +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/control_ras +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/control_ras Checking test 076 control_ras results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -3021,82 +3022,82 @@ Checking test 076 control_ras results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 204.444755 -0:The maximum resident set size (KB) = 490224 +0:The total amount of wall time = 203.570915 +0:The maximum resident set size (KB) = 490136 Test 076 control_ras PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/control_wam -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/control_wam +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/control_wam +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/control_wam Checking test 077 control_wam results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK -0:The total amount of wall time = 128.977442 -0:The maximum resident set size (KB) = 207752 +0:The total amount of wall time = 128.598718 +0:The maximum resident set size (KB) = 207716 Test 077 control_wam PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/rrfs_conus13km_hrrr_warm_debugs -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/rrfs_conus13km_hrrr_warm_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/rrfs_conus13km_hrrr_warm_debugs +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/rrfs_conus13km_hrrr_warm_debug Checking test 078 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 = 759.759601 -0:The maximum resident set size (KB) = 672280 +0:The total amount of wall time = 760.653124 +0:The maximum resident set size (KB) = 672196 Test 078 rrfs_conus13km_hrrr_warm_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/rrfs_conus13km_radar_tten_warm_debug -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/rrfs_conus13km_radar_tten_warm_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/rrfs_conus13km_radar_tten_warm_debug +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/rrfs_conus13km_radar_tten_warm_debug Checking test 079 rrfs_conus13km_radar_tten_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 = 758.306808 -0:The maximum resident set size (KB) = 674352 +0:The total amount of wall time = 763.203862 +0:The maximum resident set size (KB) = 674084 Test 079 rrfs_conus13km_radar_tten_warm_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/control_debug -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/control_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/control_debug +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/control_debug Checking test 080 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 = 160.834378 -0:The maximum resident set size (KB) = 626000 +0:The total amount of wall time = 160.036022 +0:The maximum resident set size (KB) = 626044 Test 080 control_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/control_debug -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/control_2threads_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/control_debug +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/control_2threads_debug Checking test 081 control_2threads_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 = 149.865626 -0:The maximum resident set size (KB) = 672116 +0:The total amount of wall time = 152.789260 +0:The maximum resident set size (KB) = 670452 Test 081 control_2threads_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/control_CubedSphereGrid_debug -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/control_CubedSphereGrid_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/control_CubedSphereGrid_debug +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/control_CubedSphereGrid_debug Checking test 082 control_CubedSphereGrid_debug results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -3123,348 +3124,348 @@ Checking test 082 control_CubedSphereGrid_debug results .... Comparing atmf001.tile5.nc .........OK Comparing atmf001.tile6.nc .........OK -0:The total amount of wall time = 174.847264 -0:The maximum resident set size (KB) = 626168 +0:The total amount of wall time = 175.748211 +0:The maximum resident set size (KB) = 626376 Test 082 control_CubedSphereGrid_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/control_wrtGauss_netcdf_parallel_debug -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/control_wrtGauss_netcdf_parallel_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/control_wrtGauss_netcdf_parallel_debug +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/control_wrtGauss_netcdf_parallel_debug Checking test 083 control_wrtGauss_netcdf_parallel_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf001.nc ............ALT CHECK......OK + Comparing atmf000.nc ............ALT CHECK......OK + Comparing atmf001.nc .........OK -0:The total amount of wall time = 165.987767 -0:The maximum resident set size (KB) = 626008 +0:The total amount of wall time = 163.492292 +0:The maximum resident set size (KB) = 626048 Test 083 control_wrtGauss_netcdf_parallel_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/control_stochy_debug -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/control_stochy_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/control_stochy_debug +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/control_stochy_debug Checking test 084 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 = 183.060153 -0:The maximum resident set size (KB) = 630176 +0:The total amount of wall time = 187.179392 +0:The maximum resident set size (KB) = 630316 Test 084 control_stochy_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/control_lndp_debug -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/control_lndp_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/control_lndp_debug +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/control_lndp_debug Checking test 085 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 = 165.065254 -0:The maximum resident set size (KB) = 629108 +0:The total amount of wall time = 165.213850 +0:The maximum resident set size (KB) = 628756 Test 085 control_lndp_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/control_csawmg_debug -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/control_csawmg_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/control_csawmg_debug +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/control_csawmg_debug Checking test 086 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 = 261.320623 -0:The maximum resident set size (KB) = 673212 +0:The total amount of wall time = 256.969229 +0:The maximum resident set size (KB) = 673332 Test 086 control_csawmg_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/control_csawmgt_debug -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/control_csawmgt_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/control_csawmgt_debug +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/control_csawmgt_debug Checking test 087 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 = 252.388604 -0:The maximum resident set size (KB) = 673312 +0:The total amount of wall time = 255.304044 +0:The maximum resident set size (KB) = 673388 Test 087 control_csawmgt_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/control_ras_debug -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/control_ras_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/control_ras_debug +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/control_ras_debug Checking test 088 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 = 166.554349 -0:The maximum resident set size (KB) = 636164 +0:The total amount of wall time = 167.448636 +0:The maximum resident set size (KB) = 636160 Test 088 control_ras_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/control_diag_debug -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/control_diag_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/control_diag_debug +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/control_diag_debug Checking test 089 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 = 169.055854 -0:The maximum resident set size (KB) = 683684 +0:The total amount of wall time = 172.005122 +0:The maximum resident set size (KB) = 683880 Test 089 control_diag_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/control_debug_p8 -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/control_debug_p8 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/control_debug_p8 +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/control_debug_p8 Checking test 090 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 = 183.847052 -0:The maximum resident set size (KB) = 1448960 +0:The total amount of wall time = 186.494315 +0:The maximum resident set size (KB) = 1448980 Test 090 control_debug_p8 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/regional_debug -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/regional_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/regional_debug +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/regional_debug Checking test 091 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.093250 -0:The maximum resident set size (KB) = 626092 +0:The total amount of wall time = 1041.520212 +0:The maximum resident set size (KB) = 623952 Test 091 regional_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/rap_control_debug -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/rap_control_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/rap_control_debug +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/rap_control_debug Checking test 092 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 = 292.288025 -0:The maximum resident set size (KB) = 991860 +0:The total amount of wall time = 293.840248 +0:The maximum resident set size (KB) = 991836 Test 092 rap_control_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/hrrr_control_debug -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/hrrr_control_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/hrrr_control_debug +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/hrrr_control_debug Checking test 093 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 = 287.879729 -0:The maximum resident set size (KB) = 989120 +0:The total amount of wall time = 288.398047 +0:The maximum resident set size (KB) = 989192 Test 093 hrrr_control_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/rap_control_debug -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/rap_unified_drag_suite_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/rap_control_debug +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/rap_unified_drag_suite_debug Checking test 094 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 = 292.321883 -0:The maximum resident set size (KB) = 991104 +0:The total amount of wall time = 294.091294 +0:The maximum resident set size (KB) = 991508 Test 094 rap_unified_drag_suite_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/rap_diag_debug -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/rap_diag_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/rap_diag_debug +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/rap_diag_debug Checking test 095 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 = 306.695734 -0:The maximum resident set size (KB) = 1076432 +0:The total amount of wall time = 310.052225 +0:The maximum resident set size (KB) = 1076356 Test 095 rap_diag_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/rap_cires_ugwp_debug -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/rap_cires_ugwp_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/rap_cires_ugwp_debug +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/rap_cires_ugwp_debug Checking test 096 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 = 298.152794 -0:The maximum resident set size (KB) = 992788 +0:The total amount of wall time = 299.771148 +0:The maximum resident set size (KB) = 992880 Test 096 rap_cires_ugwp_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/rap_cires_ugwp_debug -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/rap_unified_ugwp_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/rap_cires_ugwp_debug +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/rap_unified_ugwp_debug Checking test 097 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 = 297.765173 -0:The maximum resident set size (KB) = 991548 +0:The total amount of wall time = 299.483046 +0:The maximum resident set size (KB) = 991644 Test 097 rap_unified_ugwp_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/rap_lndp_debug -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/rap_lndp_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/rap_lndp_debug +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/rap_lndp_debug Checking test 098 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 = 294.741127 -0:The maximum resident set size (KB) = 992488 +0:The total amount of wall time = 299.571528 +0:The maximum resident set size (KB) = 992596 Test 098 rap_lndp_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/rap_flake_debug -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/rap_flake_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/rap_flake_debug +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/rap_flake_debug Checking test 099 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 = 291.577254 -0:The maximum resident set size (KB) = 991212 +0:The total amount of wall time = 293.275950 +0:The maximum resident set size (KB) = 991308 Test 099 rap_flake_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/rap_progcld_thompson_debug -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/rap_progcld_thompson_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/rap_progcld_thompson_debug +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/rap_progcld_thompson_debug Checking test 100 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 = 291.805029 -0:The maximum resident set size (KB) = 991472 +0:The total amount of wall time = 292.149200 +0:The maximum resident set size (KB) = 991928 Test 100 rap_progcld_thompson_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/rap_noah_debug -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/rap_noah_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/rap_noah_debug +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/rap_noah_debug Checking test 101 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 = 286.693715 -0:The maximum resident set size (KB) = 991668 +0:The total amount of wall time = 288.734234 +0:The maximum resident set size (KB) = 991932 Test 101 rap_noah_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/rap_rrtmgp_debug -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/rap_rrtmgp_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/rap_rrtmgp_debug +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/rap_rrtmgp_debug Checking test 102 rap_rrtmgp_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 = 488.286853 -0:The maximum resident set size (KB) = 1121336 +0:The total amount of wall time = 490.744729 +0:The maximum resident set size (KB) = 1121496 Test 102 rap_rrtmgp_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/rap_sfcdiff_debug -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/rap_sfcdiff_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/rap_sfcdiff_debug +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/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 = 297.121990 -0:The maximum resident set size (KB) = 991444 +0:The total amount of wall time = 296.504193 +0:The maximum resident set size (KB) = 991464 Test 103 rap_sfcdiff_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/rap_noah_sfcdiff_cires_ugwp_debug -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/rap_noah_sfcdiff_cires_ugwp_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/rap_noah_sfcdiff_cires_ugwp_debug +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/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 = 475.955737 -0:The maximum resident set size (KB) = 991388 +0:The total amount of wall time = 479.045849 +0:The maximum resident set size (KB) = 991412 Test 104 rap_noah_sfcdiff_cires_ugwp_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/rrfs_v1beta_debug -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/rrfs_v1beta_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/rrfs_v1beta_debug +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/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 = 288.386839 -0:The maximum resident set size (KB) = 987572 +0:The total amount of wall time = 287.161048 +0:The maximum resident set size (KB) = 987788 Test 105 rrfs_v1beta_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/control_wam_debug -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/control_wam_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/control_wam_debug +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/control_wam_debug Checking test 106 control_wam_debug results .... Comparing sfcf019.nc .........OK Comparing atmf019.nc .........OK -0:The total amount of wall time = 296.346719 -0:The maximum resident set size (KB) = 241384 +0:The total amount of wall time = 298.786435 +0:The maximum resident set size (KB) = 241436 Test 106 control_wam_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/regional_spp_sppt_shum_skeb_dyn32_phy32 -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/regional_spp_sppt_shum_skeb_dyn32_phy32 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/regional_spp_sppt_shum_skeb_dyn32_phy32 +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/regional_spp_sppt_shum_skeb_dyn32_phy32 Checking test 107 regional_spp_sppt_shum_skeb_dyn32_phy32 results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK @@ -3475,14 +3476,14 @@ Checking test 107 regional_spp_sppt_shum_skeb_dyn32_phy32 results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF01 .........OK -0:The total amount of wall time = 235.271096 -0:The maximum resident set size (KB) = 831904 +0:The total amount of wall time = 236.567940 +0:The maximum resident set size (KB) = 831956 Test 107 regional_spp_sppt_shum_skeb_dyn32_phy32 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/rap_control_dyn32_phy32 -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/rap_control_dyn32_phy32 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/rap_control_dyn32_phy32 +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/rap_control_dyn32_phy32 Checking test 108 rap_control_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3529,14 +3530,14 @@ Checking test 108 rap_control_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 368.371141 -0:The maximum resident set size (KB) = 709140 +0:The total amount of wall time = 371.484061 +0:The maximum resident set size (KB) = 709244 Test 108 rap_control_dyn32_phy32 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/hrrr_control_dyn32_phy32 -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/hrrr_control_dyn32_phy32 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/hrrr_control_dyn32_phy32 +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/hrrr_control_dyn32_phy32 Checking test 109 hrrr_control_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3583,14 +3584,14 @@ Checking test 109 hrrr_control_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 196.974582 -0:The maximum resident set size (KB) = 708012 +0:The total amount of wall time = 195.802189 +0:The maximum resident set size (KB) = 708068 Test 109 hrrr_control_dyn32_phy32 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/rap_control_dyn32_phy32 -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/rap_2threads_dyn32_phy32 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/rap_control_dyn32_phy32 +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/rap_2threads_dyn32_phy32 Checking test 110 rap_2threads_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3637,14 +3638,14 @@ Checking test 110 rap_2threads_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 357.074868 -0:The maximum resident set size (KB) = 752424 +0:The total amount of wall time = 352.479583 +0:The maximum resident set size (KB) = 752288 Test 110 rap_2threads_dyn32_phy32 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/hrrr_control_dyn32_phy32 -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/hrrr_control_2threads_dyn32_phy32 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/hrrr_control_dyn32_phy32 +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/hrrr_control_2threads_dyn32_phy32 Checking test 111 hrrr_control_2threads_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3691,14 +3692,14 @@ Checking test 111 hrrr_control_2threads_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 184.177848 -0:The maximum resident set size (KB) = 745084 +0:The total amount of wall time = 182.932708 +0:The maximum resident set size (KB) = 744696 Test 111 hrrr_control_2threads_dyn32_phy32 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/hrrr_control_dyn32_phy32 -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/hrrr_control_decomp_dyn32_phy32 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/hrrr_control_dyn32_phy32 +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/hrrr_control_decomp_dyn32_phy32 Checking test 112 hrrr_control_decomp_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3745,14 +3746,14 @@ Checking test 112 hrrr_control_decomp_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 205.955739 -0:The maximum resident set size (KB) = 707032 +0:The total amount of wall time = 206.103261 +0:The maximum resident set size (KB) = 706612 Test 112 hrrr_control_decomp_dyn32_phy32 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/rap_control_dyn32_phy32 -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/rap_restart_dyn32_phy32 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/rap_control_dyn32_phy32 +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/rap_restart_dyn32_phy32 Checking test 113 rap_restart_dyn32_phy32 results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -3791,14 +3792,14 @@ Checking test 113 rap_restart_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 283.595227 -0:The maximum resident set size (KB) = 543564 +0:The total amount of wall time = 277.739631 +0:The maximum resident set size (KB) = 543508 Test 113 rap_restart_dyn32_phy32 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/hrrr_control_dyn32_phy32 -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/hrrr_control_restart_dyn32_phy32 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/hrrr_control_dyn32_phy32 +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/hrrr_control_restart_dyn32_phy32 Checking test 114 hrrr_control_restart_dyn32_phy32 results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -3837,14 +3838,14 @@ Checking test 114 hrrr_control_restart_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 99.074186 -0:The maximum resident set size (KB) = 541544 +0:The total amount of wall time = 100.188116 +0:The maximum resident set size (KB) = 541696 Test 114 hrrr_control_restart_dyn32_phy32 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/rap_control_dyn64_phy32 -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/rap_control_dyn64_phy32 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/rap_control_dyn64_phy32 +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/rap_control_dyn64_phy32 Checking test 115 rap_control_dyn64_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3891,81 +3892,81 @@ Checking test 115 rap_control_dyn64_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 260.536021 -0:The maximum resident set size (KB) = 728752 +0:The total amount of wall time = 258.517607 +0:The maximum resident set size (KB) = 728500 Test 115 rap_control_dyn64_phy32 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/rap_control_debug_dyn32_phy32 -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/rap_control_debug_dyn32_phy32 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/rap_control_debug_dyn32_phy32 +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/rap_control_debug_dyn32_phy32 Checking test 116 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 = 286.857383 -0:The maximum resident set size (KB) = 876636 +0:The total amount of wall time = 289.844083 +0:The maximum resident set size (KB) = 876968 Test 116 rap_control_debug_dyn32_phy32 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/hrrr_control_debug_dyn32_phy32 -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/hrrr_control_debug_dyn32_phy32 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/hrrr_control_debug_dyn32_phy32 +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/hrrr_control_debug_dyn32_phy32 Checking test 117 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 = 282.071301 -0:The maximum resident set size (KB) = 876120 +0:The total amount of wall time = 283.281037 +0:The maximum resident set size (KB) = 875764 Test 117 hrrr_control_debug_dyn32_phy32 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/rap_control_debug_dyn64_phy32 -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/rap_control_dyn64_phy32_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/rap_control_debug_dyn64_phy32 +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/rap_control_dyn64_phy32_debug Checking test 118 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 = 290.443632 -0:The maximum resident set size (KB) = 897132 +0:The total amount of wall time = 292.319092 +0:The maximum resident set size (KB) = 897484 Test 118 rap_control_dyn64_phy32_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/hafs_regional_atm -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/hafs_regional_atm +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/hafs_regional_atm +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/hafs_regional_atm Checking test 119 hafs_regional_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing HURPRS.GrbF06 .........OK -0:The total amount of wall time = 264.995576 -0:The maximum resident set size (KB) = 692884 +0:The total amount of wall time = 353.654771 +0:The maximum resident set size (KB) = 690152 Test 119 hafs_regional_atm PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/hafs_regional_atm_thompson_gfdlsf -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/hafs_regional_atm_thompson_gfdlsf +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/hafs_regional_atm_thompson_gfdlsf +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/hafs_regional_atm_thompson_gfdlsf Checking test 120 hafs_regional_atm_thompson_gfdlsf results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK -0:The total amount of wall time = 319.099693 -0:The maximum resident set size (KB) = 1054420 +0:The total amount of wall time = 301.037406 +0:The maximum resident set size (KB) = 1055188 Test 120 hafs_regional_atm_thompson_gfdlsf PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/hafs_regional_atm_ocn -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/hafs_regional_atm_ocn +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/hafs_regional_atm_ocn +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/hafs_regional_atm_ocn Checking test 121 hafs_regional_atm_ocn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -3974,14 +3975,14 @@ Checking test 121 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 = 459.186905 -0:The maximum resident set size (KB) = 721980 +0:The total amount of wall time = 430.267259 +0:The maximum resident set size (KB) = 722360 Test 121 hafs_regional_atm_ocn PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/hafs_regional_atm_wav -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/hafs_regional_atm_wav +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/hafs_regional_atm_wav +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/hafs_regional_atm_wav Checking test 122 hafs_regional_atm_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -3990,14 +3991,14 @@ Checking test 122 hafs_regional_atm_wav results .... Comparing 20190829.060000.restart.ww3 .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK -0:The total amount of wall time = 1012.214354 -0:The maximum resident set size (KB) = 751108 +0:The total amount of wall time = 1078.612394 +0:The maximum resident set size (KB) = 752356 Test 122 hafs_regional_atm_wav PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/hafs_regional_atm_ocn_wav -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/hafs_regional_atm_ocn_wav +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/hafs_regional_atm_ocn_wav +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/hafs_regional_atm_ocn_wav Checking test 123 hafs_regional_atm_ocn_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4008,28 +4009,28 @@ Checking test 123 hafs_regional_atm_ocn_wav results .... Comparing 20190829.060000.restart.ww3 .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK -0:The total amount of wall time = 1103.039949 -0:The maximum resident set size (KB) = 767208 +0:The total amount of wall time = 1152.746309 +0:The maximum resident set size (KB) = 767140 Test 123 hafs_regional_atm_ocn_wav PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/hafs_regional_1nest_atm -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/hafs_regional_1nest_atm +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/hafs_regional_1nest_atm +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/hafs_regional_1nest_atm Checking test 124 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 = 415.264196 -0:The maximum resident set size (KB) = 278868 +0:The total amount of wall time = 412.684895 +0:The maximum resident set size (KB) = 278592 Test 124 hafs_regional_1nest_atm PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/hafs_regional_telescopic_2nests_atm -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/hafs_regional_telescopic_2nests_atm +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/hafs_regional_telescopic_2nests_atm +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/hafs_regional_telescopic_2nests_atm Checking test 125 hafs_regional_telescopic_2nests_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4038,28 +4039,28 @@ Checking test 125 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 = 454.771079 -0:The maximum resident set size (KB) = 292124 +0:The total amount of wall time = 450.250397 +0:The maximum resident set size (KB) = 292208 Test 125 hafs_regional_telescopic_2nests_atm PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/hafs_global_1nest_atm -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/hafs_global_1nest_atm +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/hafs_global_1nest_atm +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/hafs_global_1nest_atm Checking test 126 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 = 183.437525 -0:The maximum resident set size (KB) = 188244 +0:The total amount of wall time = 185.632323 +0:The maximum resident set size (KB) = 187996 Test 126 hafs_global_1nest_atm PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/hafs_global_multiple_4nests_atm -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/hafs_global_multiple_4nests_atm +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/hafs_global_multiple_4nests_atm +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/hafs_global_multiple_4nests_atm Checking test 127 hafs_global_multiple_4nests_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4077,14 +4078,14 @@ Checking test 127 hafs_global_multiple_4nests_atm results .... Comparing HURPRS.GrbF06.nest04 .........OK Comparing HURPRS.GrbF06.nest05 .........OK -0:The total amount of wall time = 560.036071 -0:The maximum resident set size (KB) = 266236 +0:The total amount of wall time = 548.133474 +0:The maximum resident set size (KB) = 265740 Test 127 hafs_global_multiple_4nests_atm PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/hafs_regional_specified_moving_1nest_atm -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/hafs_regional_specified_moving_1nest_atm +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/hafs_regional_specified_moving_1nest_atm +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/hafs_regional_specified_moving_1nest_atm Checking test 128 hafs_regional_specified_moving_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4093,28 +4094,28 @@ Checking test 128 hafs_regional_specified_moving_1nest_atm results .... Comparing HURPRS.GrbF06 .........OK Comparing HURPRS.GrbF06.nest02 .........OK -0:The total amount of wall time = 249.805473 -0:The maximum resident set size (KB) = 290640 +0:The total amount of wall time = 246.162445 +0:The maximum resident set size (KB) = 290408 Test 128 hafs_regional_specified_moving_1nest_atm PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/hafs_regional_storm_following_1nest_atm -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/hafs_regional_storm_following_1nest_atm +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/hafs_regional_storm_following_1nest_atm +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/hafs_regional_storm_following_1nest_atm Checking test 129 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 = 236.136718 -0:The maximum resident set size (KB) = 290320 +0:The total amount of wall time = 229.056506 +0:The maximum resident set size (KB) = 290512 Test 129 hafs_regional_storm_following_1nest_atm PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/hafs_regional_storm_following_1nest_atm_ocn -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/hafs_regional_storm_following_1nest_atm_ocn +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/hafs_regional_storm_following_1nest_atm_ocn +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/hafs_regional_storm_following_1nest_atm_ocn Checking test 130 hafs_regional_storm_following_1nest_atm_ocn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4123,14 +4124,14 @@ Checking test 130 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 = 270.130208 -0:The maximum resident set size (KB) = 320588 +0:The total amount of wall time = 269.295001 +0:The maximum resident set size (KB) = 319872 Test 130 hafs_regional_storm_following_1nest_atm_ocn PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/hafs_regional_storm_following_1nest_atm_ocn_wav -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/hafs_regional_storm_following_1nest_atm_ocn_wav +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/hafs_regional_storm_following_1nest_atm_ocn_wav +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/hafs_regional_storm_following_1nest_atm_ocn_wav Checking test 131 hafs_regional_storm_following_1nest_atm_ocn_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4141,28 +4142,28 @@ Checking test 131 hafs_regional_storm_following_1nest_atm_ocn_wav results .... Comparing out_grd.ww3 .........OK Comparing out_pnt.ww3 .........OK -0:The total amount of wall time = 719.038521 -0:The maximum resident set size (KB) = 385424 +0:The total amount of wall time = 707.098971 +0:The maximum resident set size (KB) = 385980 Test 131 hafs_regional_storm_following_1nest_atm_ocn_wav PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/hafs_global_storm_following_1nest_atm -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/hafs_global_storm_following_1nest_atm +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/hafs_global_storm_following_1nest_atm +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/hafs_global_storm_following_1nest_atm Checking test 132 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 = 70.220284 -0:The maximum resident set size (KB) = 205096 +0:The total amount of wall time = 68.435409 +0:The maximum resident set size (KB) = 205620 Test 132 hafs_global_storm_following_1nest_atm PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/hafs_regional_docn -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/hafs_regional_docn +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/hafs_regional_docn +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/hafs_regional_docn Checking test 133 hafs_regional_docn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4170,14 +4171,14 @@ Checking test 133 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 = 424.186224 -0:The maximum resident set size (KB) = 737312 +0:The total amount of wall time = 421.341216 +0:The maximum resident set size (KB) = 737932 Test 133 hafs_regional_docn PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/hafs_regional_docn_oisst -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/hafs_regional_docn_oisst +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/hafs_regional_docn_oisst +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/hafs_regional_docn_oisst Checking test 134 hafs_regional_docn_oisst results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4185,131 +4186,131 @@ Checking test 134 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 = 423.499996 -0:The maximum resident set size (KB) = 717376 +0:The total amount of wall time = 423.615661 +0:The maximum resident set size (KB) = 718064 Test 134 hafs_regional_docn_oisst PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/hafs_regional_datm_cdeps -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/hafs_regional_datm_cdeps +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/hafs_regional_datm_cdeps +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/hafs_regional_datm_cdeps Checking test 135 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 = 1284.820175 -0:The maximum resident set size (KB) = 891592 +0:The total amount of wall time = 1283.899310 +0:The maximum resident set size (KB) = 891672 Test 135 hafs_regional_datm_cdeps PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/datm_cdeps_control_cfsr -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/datm_cdeps_control_cfsr +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/datm_cdeps_control_cfsr +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/datm_cdeps_control_cfsr Checking test 136 datm_cdeps_control_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK -0:The total amount of wall time = 167.615862 -0:The maximum resident set size (KB) = 720200 +0:The total amount of wall time = 162.286745 +0:The maximum resident set size (KB) = 731684 Test 136 datm_cdeps_control_cfsr PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/datm_cdeps_control_cfsr -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/datm_cdeps_restart_cfsr +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/datm_cdeps_control_cfsr +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/datm_cdeps_restart_cfsr Checking test 137 datm_cdeps_restart_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK -0:The total amount of wall time = 101.449031 -0:The maximum resident set size (KB) = 708408 +0:The total amount of wall time = 101.366875 +0:The maximum resident set size (KB) = 708404 Test 137 datm_cdeps_restart_cfsr PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/datm_cdeps_control_gefs -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/datm_cdeps_control_gefs +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/datm_cdeps_control_gefs +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/datm_cdeps_control_gefs Checking test 138 datm_cdeps_control_gefs results .... Comparing RESTART/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.856571 -0:The maximum resident set size (KB) = 610836 +0:The total amount of wall time = 161.882986 +0:The maximum resident set size (KB) = 610828 Test 138 datm_cdeps_control_gefs PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/datm_cdeps_iau_gefs -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/datm_cdeps_iau_gefs +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/datm_cdeps_iau_gefs +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/datm_cdeps_iau_gefs Checking test 139 datm_cdeps_iau_gefs results .... Comparing RESTART/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.788630 -0:The maximum resident set size (KB) = 610828 +0:The total amount of wall time = 165.330651 +0:The maximum resident set size (KB) = 610832 Test 139 datm_cdeps_iau_gefs PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/datm_cdeps_stochy_gefs -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/datm_cdeps_stochy_gefs +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/datm_cdeps_stochy_gefs +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/datm_cdeps_stochy_gefs Checking test 140 datm_cdeps_stochy_gefs results .... Comparing RESTART/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.119120 -0:The maximum resident set size (KB) = 610828 +0:The total amount of wall time = 164.047455 +0:The maximum resident set size (KB) = 610848 Test 140 datm_cdeps_stochy_gefs PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/datm_cdeps_ciceC_cfsr -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/datm_cdeps_ciceC_cfsr +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/datm_cdeps_ciceC_cfsr +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/datm_cdeps_ciceC_cfsr Checking test 141 datm_cdeps_ciceC_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK -0:The total amount of wall time = 210.535275 -0:The maximum resident set size (KB) = 731252 +0:The total amount of wall time = 169.442756 +0:The maximum resident set size (KB) = 720152 Test 141 datm_cdeps_ciceC_cfsr PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/datm_cdeps_bulk_cfsr -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/datm_cdeps_bulk_cfsr +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/datm_cdeps_bulk_cfsr +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/datm_cdeps_bulk_cfsr Checking test 142 datm_cdeps_bulk_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK -0:The total amount of wall time = 169.073034 -0:The maximum resident set size (KB) = 720204 +0:The total amount of wall time = 168.625293 +0:The maximum resident set size (KB) = 720176 Test 142 datm_cdeps_bulk_cfsr PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/datm_cdeps_bulk_gefs -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/datm_cdeps_bulk_gefs +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/datm_cdeps_bulk_gefs +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/datm_cdeps_bulk_gefs Checking test 143 datm_cdeps_bulk_gefs results .... Comparing RESTART/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.783330 -0:The maximum resident set size (KB) = 610828 +0:The total amount of wall time = 160.965517 +0:The maximum resident set size (KB) = 610840 Test 143 datm_cdeps_bulk_gefs PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/datm_cdeps_mx025_cfsr -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/datm_cdeps_mx025_cfsr +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/datm_cdeps_mx025_cfsr +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/datm_cdeps_mx025_cfsr Checking test 144 datm_cdeps_mx025_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK @@ -4318,14 +4319,14 @@ Checking test 144 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 = 429.923993 -0:The maximum resident set size (KB) = 519080 +0:The total amount of wall time = 428.048535 +0:The maximum resident set size (KB) = 517644 Test 144 datm_cdeps_mx025_cfsr PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/datm_cdeps_mx025_gefs -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/datm_cdeps_mx025_gefs +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/datm_cdeps_mx025_gefs +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/datm_cdeps_mx025_gefs Checking test 145 datm_cdeps_mx025_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK @@ -4334,64 +4335,64 @@ Checking test 145 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 = 424.987349 -0:The maximum resident set size (KB) = 497960 +0:The total amount of wall time = 817.727912 +0:The maximum resident set size (KB) = 497944 Test 145 datm_cdeps_mx025_gefs PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/datm_cdeps_control_cfsr -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/datm_cdeps_multiple_files_cfsr +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/datm_cdeps_control_cfsr +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/datm_cdeps_multiple_files_cfsr Checking test 146 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.291819 -0:The maximum resident set size (KB) = 720224 +0:The total amount of wall time = 167.524269 +0:The maximum resident set size (KB) = 720212 Test 146 datm_cdeps_multiple_files_cfsr PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/datm_cdeps_3072x1536_cfsr -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/datm_cdeps_3072x1536_cfsr +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/datm_cdeps_3072x1536_cfsr +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/datm_cdeps_3072x1536_cfsr Checking test 147 datm_cdeps_3072x1536_cfsr results .... Comparing RESTART/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 = 292.253993 -0:The maximum resident set size (KB) = 1944652 +0:The total amount of wall time = 240.313338 +0:The maximum resident set size (KB) = 1944948 Test 147 datm_cdeps_3072x1536_cfsr PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/datm_cdeps_gfs -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/datm_cdeps_gfs +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/datm_cdeps_gfs +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/datm_cdeps_gfs Checking test 148 datm_cdeps_gfs results .... Comparing RESTART/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 = 255.091571 -0:The maximum resident set size (KB) = 1944616 +0:The total amount of wall time = 240.398414 +0:The maximum resident set size (KB) = 1945548 Test 148 datm_cdeps_gfs PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/datm_cdeps_debug_cfsr -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/datm_cdeps_debug_cfsr +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/datm_cdeps_debug_cfsr +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/datm_cdeps_debug_cfsr Checking test 149 datm_cdeps_debug_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-01-21600.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-01-21600.nc .........OK -0:The total amount of wall time = 457.317639 -0:The maximum resident set size (KB) = 710336 +0:The total amount of wall time = 458.080738 +0:The maximum resident set size (KB) = 710352 Test 149 datm_cdeps_debug_cfsr PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/datm_cdeps_lnd_gswp3 -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/datm_cdeps_lnd_gswp3 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/datm_cdeps_lnd_gswp3 +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/datm_cdeps_lnd_gswp3 Checking test 150 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 @@ -4400,14 +4401,14 @@ Checking test 150 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.705898 -0:The maximum resident set size (KB) = 213148 +0:The total amount of wall time = 10.671783 +0:The maximum resident set size (KB) = 209440 Test 150 datm_cdeps_lnd_gswp3 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/datm_cdeps_lnd_gswp3 -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/datm_cdeps_lnd_gswp3_rst +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/datm_cdeps_lnd_gswp3 +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/datm_cdeps_lnd_gswp3_rst Checking test 151 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 @@ -4416,14 +4417,14 @@ Checking test 151 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 = 16.915588 -0:The maximum resident set size (KB) = 211324 +0:The total amount of wall time = 16.433255 +0:The maximum resident set size (KB) = 213148 Test 151 datm_cdeps_lnd_gswp3_rst PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/control_p8_atmlnd_sbs -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/control_p8_atmlnd_sbs +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/control_p8_atmlnd_sbs +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/control_p8_atmlnd_sbs Checking test 152 control_p8_atmlnd_sbs results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -4508,14 +4509,14 @@ Checking test 152 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 = 241.682493 -0:The maximum resident set size (KB) = 1465656 +0:The total amount of wall time = 238.076143 +0:The maximum resident set size (KB) = 1465592 Test 152 control_p8_atmlnd_sbs PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/control_atmwav -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/control_atmwav +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/control_atmwav +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/control_atmwav Checking test 153 control_atmwav results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -4559,14 +4560,14 @@ Checking test 153 control_atmwav results .... Comparing RESTART/sfc_data.tile6.nc .........OK Comparing 20210322.180000.restart.glo_1deg .........OK -0:The total amount of wall time = 98.195222 -0:The maximum resident set size (KB) = 477116 +0:The total amount of wall time = 100.005785 +0:The maximum resident set size (KB) = 476972 Test 153 control_atmwav PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/atmaero_control_p8 -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/atmaero_control_p8 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/atmaero_control_p8 +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/atmaero_control_p8 Checking test 154 atmaero_control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -4610,14 +4611,14 @@ Checking test 154 atmaero_control_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 253.351289 -0:The maximum resident set size (KB) = 2706340 +0:The total amount of wall time = 249.734489 +0:The maximum resident set size (KB) = 2706232 Test 154 atmaero_control_p8 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/atmaero_control_p8_rad -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/atmaero_control_p8_rad +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/atmaero_control_p8_rad +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/atmaero_control_p8_rad Checking test 155 atmaero_control_p8_rad results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -4661,14 +4662,14 @@ Checking test 155 atmaero_control_p8_rad results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 307.324202 -0:The maximum resident set size (KB) = 2760672 +0:The total amount of wall time = 307.292693 +0:The maximum resident set size (KB) = 2760844 Test 155 atmaero_control_p8_rad PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/atmaero_control_p8_rad_micro -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/atmaero_control_p8_rad_micro +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/atmaero_control_p8_rad_micro +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/atmaero_control_p8_rad_micro Checking test 156 atmaero_control_p8_rad_micro results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -4712,14 +4713,14 @@ Checking test 156 atmaero_control_p8_rad_micro results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 311.265668 -0:The maximum resident set size (KB) = 2767096 +0:The total amount of wall time = 307.277882 +0:The maximum resident set size (KB) = 2766968 Test 156 atmaero_control_p8_rad_micro PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221215/INTEL/regional_atmaq -working dir = /glade/scratch/dswales/FV3_RT/rt_36173/regional_atmaq +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/regional_atmaq +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/regional_atmaq Checking test 157 regional_atmaq results .... Comparing sfcf000.nc .........OK Comparing sfcf003.nc .........OK @@ -4735,12 +4736,33 @@ Checking test 157 regional_atmaq results .... Comparing RESTART/phy_data.nc .........OK Comparing RESTART/sfc_data.nc .........OK -0:The total amount of wall time = 1061.044023 -0:The maximum resident set size (KB) = 813584 +0:The total amount of wall time = 1186.582218 +0:The maximum resident set size (KB) = 813420 Test 157 regional_atmaq PASS +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20221219/INTEL/regional_atmaq_debug +working dir = /glade/scratch/dswales/FV3_RT/rt_7730/regional_atmaq_debug +Checking test 158 regional_atmaq_debug results .... + Comparing sfcf000.nc .........OK + Comparing sfcf001.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf001.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/phy_data.nc .........OK + Comparing RESTART/sfc_data.nc .........OK + +0:The total amount of wall time = 1729.176516 +0:The maximum resident set size (KB) = 966192 + +Test 158 regional_atmaq_debug PASS + + REGRESSION TEST WAS SUCCESSFUL -Wed Dec 14 23:19:14 MST 2022 -Elapsed time: 01h:07m:58s. Have a nice day! +Tue Dec 20 11:23:47 MST 2022 +Elapsed time: 01h:29m:50s. Have a nice day! diff --git a/tests/RegressionTests_hera.gnu.log b/tests/RegressionTests_hera.gnu.log index cbb1bb0877..cc3c3c82c3 100644 --- a/tests/RegressionTests_hera.gnu.log +++ b/tests/RegressionTests_hera.gnu.log @@ -1,21 +1,21 @@ -Thu Dec 15 00:59:25 UTC 2022 +Mon Dec 19 15:47:35 UTC 2022 Start Regression test -Compile 001 elapsed time 187 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_ras,FV3_GFS_v17_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 002 elapsed time 197 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_smoke,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 003 elapsed time 306 seconds. -DAPP=ATM -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 004 elapsed time 99 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 194 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 006 elapsed time 380 seconds. -DAPP=ATM -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 007 elapsed time 308 seconds. -DAPP=ATM -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 008 elapsed time 305 seconds. -DAPP=ATM -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 001 elapsed time 190 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_ras,FV3_GFS_v17_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 002 elapsed time 190 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_smoke,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 003 elapsed time 300 seconds. -DAPP=ATM -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 004 elapsed time 101 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 186 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 006 elapsed time 377 seconds. -DAPP=ATM -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 007 elapsed time 305 seconds. -DAPP=ATM -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 008 elapsed time 303 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 236 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 152 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 115 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 010 elapsed time 235 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 140 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 114 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/GNU/control -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_10380/control +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/GNU/control +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_7565/control Checking test 001 control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -62,14 +62,14 @@ Checking test 001 control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 813.138014 - 0: The maximum resident set size (KB) = 474568 + 0: The total amount of wall time = 833.742155 + 0: The maximum resident set size (KB) = 476976 Test 001 control PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/GNU/control -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_10380/control_restart +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/GNU/control +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_7565/control_restart Checking test 002 control_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -108,14 +108,14 @@ Checking test 002 control_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 406.466353 - 0: The maximum resident set size (KB) = 183956 + 0: The total amount of wall time = 402.775500 + 0: The maximum resident set size (KB) = 183980 Test 002 control_restart PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/GNU/control_c48 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_10380/control_c48 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/GNU/control_c48 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_7565/control_c48 Checking test 003 control_c48 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -154,14 +154,14 @@ Checking test 003 control_c48 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0: The total amount of wall time = 674.283268 -0: The maximum resident set size (KB) = 706128 +0: The total amount of wall time = 672.968483 +0: The maximum resident set size (KB) = 703752 Test 003 control_c48 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/GNU/control_stochy -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_10380/control_stochy +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/GNU/control_stochy +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_7565/control_stochy Checking test 004 control_stochy results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -172,14 +172,14 @@ Checking test 004 control_stochy results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 645.384146 - 0: The maximum resident set size (KB) = 484092 + 0: The total amount of wall time = 652.899010 + 0: The maximum resident set size (KB) = 479432 Test 004 control_stochy PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/GNU/control_ras -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_10380/control_ras +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/GNU/control_ras +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_7565/control_ras Checking test 005 control_ras results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -190,14 +190,14 @@ Checking test 005 control_ras results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 826.981703 - 0: The maximum resident set size (KB) = 486484 + 0: The total amount of wall time = 834.052756 + 0: The maximum resident set size (KB) = 487952 Test 005 control_ras PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/GNU/control_p8 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_10380/control_p8 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/GNU/control_p8 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_7565/control_p8 Checking test 006 control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -244,14 +244,14 @@ Checking test 006 control_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 889.575978 - 0: The maximum resident set size (KB) = 1233420 + 0: The total amount of wall time = 910.932500 + 0: The maximum resident set size (KB) = 1233364 Test 006 control_p8 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/GNU/rap_control -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_10380/rap_control +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/GNU/rap_control +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_7565/rap_control Checking test 007 rap_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -298,14 +298,14 @@ Checking test 007 rap_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1410.284622 - 0: The maximum resident set size (KB) = 831396 + 0: The total amount of wall time = 1477.090504 + 0: The maximum resident set size (KB) = 826872 Test 007 rap_control PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/GNU/rap_control -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_10380/rap_decomp +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/GNU/rap_control +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_7565/rap_decomp Checking test 008 rap_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -352,14 +352,14 @@ Checking test 008 rap_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1423.523590 - 0: The maximum resident set size (KB) = 830272 + 0: The total amount of wall time = 1440.397008 + 0: The maximum resident set size (KB) = 826040 Test 008 rap_decomp PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/GNU/rap_control -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_10380/rap_2threads +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/GNU/rap_control +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_7565/rap_2threads Checking test 009 rap_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -406,14 +406,14 @@ Checking test 009 rap_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1431.539048 - 0: The maximum resident set size (KB) = 894920 + 0: The total amount of wall time = 1461.675724 + 0: The maximum resident set size (KB) = 894648 Test 009 rap_2threads PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/GNU/rap_control -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_10380/rap_restart +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/GNU/rap_control +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_7565/rap_restart Checking test 010 rap_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -452,14 +452,14 @@ Checking test 010 rap_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 721.430145 - 0: The maximum resident set size (KB) = 540628 + 0: The total amount of wall time = 715.688034 + 0: The maximum resident set size (KB) = 540588 Test 010 rap_restart PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/GNU/rap_sfcdiff -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_10380/rap_sfcdiff +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/GNU/rap_sfcdiff +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_7565/rap_sfcdiff Checking test 011 rap_sfcdiff results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -506,14 +506,14 @@ Checking test 011 rap_sfcdiff results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1475.063781 - 0: The maximum resident set size (KB) = 829876 + 0: The total amount of wall time = 1461.971774 + 0: The maximum resident set size (KB) = 829392 Test 011 rap_sfcdiff PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/GNU/rap_sfcdiff -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_10380/rap_sfcdiff_decomp +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/GNU/rap_sfcdiff +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_7565/rap_sfcdiff_decomp Checking test 012 rap_sfcdiff_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -560,14 +560,14 @@ Checking test 012 rap_sfcdiff_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1426.768926 - 0: The maximum resident set size (KB) = 827988 + 0: The total amount of wall time = 1435.970308 + 0: The maximum resident set size (KB) = 825932 Test 012 rap_sfcdiff_decomp PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/GNU/rap_sfcdiff -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_10380/rap_sfcdiff_restart +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/GNU/rap_sfcdiff +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_7565/rap_sfcdiff_restart Checking test 013 rap_sfcdiff_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -606,14 +606,14 @@ Checking test 013 rap_sfcdiff_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1055.392205 - 0: The maximum resident set size (KB) = 540388 + 0: The total amount of wall time = 1070.712726 + 0: The maximum resident set size (KB) = 543800 Test 013 rap_sfcdiff_restart PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/GNU/hrrr_control -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_10380/hrrr_control +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/GNU/hrrr_control +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_7565/hrrr_control Checking test 014 hrrr_control results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -660,14 +660,14 @@ Checking test 014 hrrr_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1420.268611 - 0: The maximum resident set size (KB) = 827484 + 0: The total amount of wall time = 1441.450356 + 0: The maximum resident set size (KB) = 823172 Test 014 hrrr_control PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/GNU/hrrr_control -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_10380/hrrr_control_2threads +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/GNU/hrrr_control +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_7565/hrrr_control_2threads Checking test 015 hrrr_control_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -714,14 +714,14 @@ Checking test 015 hrrr_control_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1440.750789 - 0: The maximum resident set size (KB) = 889712 + 0: The total amount of wall time = 1449.239279 + 0: The maximum resident set size (KB) = 890356 Test 015 hrrr_control_2threads PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/GNU/hrrr_control -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_10380/hrrr_control_decomp +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/GNU/hrrr_control +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_7565/hrrr_control_decomp Checking test 016 hrrr_control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -768,14 +768,14 @@ Checking test 016 hrrr_control_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1393.245692 - 0: The maximum resident set size (KB) = 826540 + 0: The total amount of wall time = 1387.540291 + 0: The maximum resident set size (KB) = 833856 Test 016 hrrr_control_decomp PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/GNU/hrrr_control -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_10380/hrrr_control_restart +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/GNU/hrrr_control +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_7565/hrrr_control_restart Checking test 017 hrrr_control_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -814,14 +814,14 @@ Checking test 017 hrrr_control_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1044.902396 - 0: The maximum resident set size (KB) = 537532 + 0: The total amount of wall time = 1040.466456 + 0: The maximum resident set size (KB) = 540268 Test 017 hrrr_control_restart PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/GNU/rrfs_v1beta -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_10380/rrfs_v1beta +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/GNU/rrfs_v1beta +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_7565/rrfs_v1beta Checking test 018 rrfs_v1beta results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -868,14 +868,14 @@ Checking test 018 rrfs_v1beta results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1414.645373 - 0: The maximum resident set size (KB) = 829876 + 0: The total amount of wall time = 1430.527936 + 0: The maximum resident set size (KB) = 823988 Test 018 rrfs_v1beta PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/GNU/rrfs_conus13km_hrrr_warm -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_10380/rrfs_conus13km_hrrr_warm +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/GNU/rrfs_conus13km_hrrr_warm +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_7565/rrfs_conus13km_hrrr_warm Checking test 019 rrfs_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -884,14 +884,14 @@ Checking test 019 rrfs_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 748.720335 - 0: The maximum resident set size (KB) = 638744 + 0: The total amount of wall time = 765.294802 + 0: The maximum resident set size (KB) = 635492 Test 019 rrfs_conus13km_hrrr_warm PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/GNU/rrfs_smoke_conus13km_hrrr_warm -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_10380/rrfs_smoke_conus13km_hrrr_warm +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/GNU/rrfs_smoke_conus13km_hrrr_warm +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_7565/rrfs_smoke_conus13km_hrrr_warm Checking test 020 rrfs_smoke_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -900,14 +900,14 @@ Checking test 020 rrfs_smoke_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 780.761336 - 0: The maximum resident set size (KB) = 651520 + 0: The total amount of wall time = 808.377211 + 0: The maximum resident set size (KB) = 650996 Test 020 rrfs_smoke_conus13km_hrrr_warm PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/GNU/rrfs_conus13km_radar_tten_warm -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_10380/rrfs_conus13km_radar_tten_warm +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/GNU/rrfs_conus13km_radar_tten_warm +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_7565/rrfs_conus13km_radar_tten_warm Checking test 021 rrfs_conus13km_radar_tten_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -916,14 +916,14 @@ Checking test 021 rrfs_conus13km_radar_tten_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 768.400051 - 0: The maximum resident set size (KB) = 637816 + 0: The total amount of wall time = 773.641750 + 0: The maximum resident set size (KB) = 638516 Test 021 rrfs_conus13km_radar_tten_warm PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/GNU/rrfs_conus13km_radar_tten_warm -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_10380/rrfs_conus13km_radar_tten_warm_2threads +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/GNU/rrfs_conus13km_radar_tten_warm +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_7565/rrfs_conus13km_radar_tten_warm_2threads Checking test 022 rrfs_conus13km_radar_tten_warm_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -932,222 +932,222 @@ Checking test 022 rrfs_conus13km_radar_tten_warm_2threads results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 1016.582423 - 0: The maximum resident set size (KB) = 637192 + 0: The total amount of wall time = 1010.462906 + 0: The maximum resident set size (KB) = 634104 Test 022 rrfs_conus13km_radar_tten_warm_2threads PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/GNU/control_debug -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_10380/control_debug +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/GNU/control_debug +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_7565/control_debug Checking test 023 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 = 101.134293 - 0: The maximum resident set size (KB) = 481628 + 0: The total amount of wall time = 102.198576 + 0: The maximum resident set size (KB) = 468904 Test 023 control_debug PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/GNU/control_diag_debug -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_10380/control_diag_debug +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/GNU/control_diag_debug +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_7565/control_diag_debug Checking test 024 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 = 127.864550 - 0: The maximum resident set size (KB) = 533196 + 0: The total amount of wall time = 126.935435 + 0: The maximum resident set size (KB) = 527072 Test 024 control_diag_debug PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/GNU/regional_debug -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_10380/regional_debug +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/GNU/regional_debug +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_7565/regional_debug Checking test 025 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 = 635.398027 - 0: The maximum resident set size (KB) = 590528 + 0: The total amount of wall time = 690.651729 + 0: The maximum resident set size (KB) = 590720 Test 025 regional_debug PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/GNU/rap_control_debug -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_10380/rap_control_debug +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/GNU/rap_control_debug +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_7565/rap_control_debug Checking test 026 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 = 170.628018 - 0: The maximum resident set size (KB) = 847264 + 0: The total amount of wall time = 172.639919 + 0: The maximum resident set size (KB) = 844344 Test 026 rap_control_debug PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/GNU/hrrr_control_debug -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_10380/hrrr_control_debug +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/GNU/hrrr_control_debug +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_7565/hrrr_control_debug Checking test 027 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 = 167.430112 - 0: The maximum resident set size (KB) = 843592 + 0: The total amount of wall time = 170.514032 + 0: The maximum resident set size (KB) = 840472 Test 027 hrrr_control_debug PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/GNU/rap_diag_debug -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_10380/rap_diag_debug +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/GNU/rap_diag_debug +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_7565/rap_diag_debug Checking test 028 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 = 209.884599 - 0: The maximum resident set size (KB) = 928700 + 0: The total amount of wall time = 209.204918 + 0: The maximum resident set size (KB) = 927516 Test 028 rap_diag_debug PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/GNU/rap_noah_sfcdiff_cires_ugwp_debug -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_10380/rap_noah_sfcdiff_cires_ugwp_debug +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/GNU/rap_noah_sfcdiff_cires_ugwp_debug +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_7565/rap_noah_sfcdiff_cires_ugwp_debug Checking test 029 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 = 274.973660 - 0: The maximum resident set size (KB) = 846028 + 0: The total amount of wall time = 277.093499 + 0: The maximum resident set size (KB) = 844144 Test 029 rap_noah_sfcdiff_cires_ugwp_debug PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/GNU/rap_progcld_thompson_debug -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_10380/rap_progcld_thompson_debug +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/GNU/rap_progcld_thompson_debug +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_7565/rap_progcld_thompson_debug Checking test 030 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 = 172.910003 - 0: The maximum resident set size (KB) = 844912 + 0: The total amount of wall time = 170.222772 + 0: The maximum resident set size (KB) = 846440 Test 030 rap_progcld_thompson_debug PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/GNU/rrfs_v1beta_debug -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_10380/rrfs_v1beta_debug +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/GNU/rrfs_v1beta_debug +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_7565/rrfs_v1beta_debug Checking test 031 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 = 169.369214 - 0: The maximum resident set size (KB) = 841420 + 0: The total amount of wall time = 172.691161 + 0: The maximum resident set size (KB) = 843412 Test 031 rrfs_v1beta_debug PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/GNU/control_ras_debug -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_10380/control_ras_debug +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/GNU/control_ras_debug +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_7565/control_ras_debug Checking test 032 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 = 103.836753 - 0: The maximum resident set size (KB) = 484132 + 0: The total amount of wall time = 103.434568 + 0: The maximum resident set size (KB) = 481780 Test 032 control_ras_debug PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/GNU/control_stochy_debug -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_10380/control_stochy_debug +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/GNU/control_stochy_debug +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_7565/control_stochy_debug Checking test 033 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 = 118.496853 - 0: The maximum resident set size (KB) = 483616 + 0: The total amount of wall time = 117.784142 + 0: The maximum resident set size (KB) = 475596 Test 033 control_stochy_debug PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/GNU/control_debug_p8 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_10380/control_debug_p8 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/GNU/control_debug_p8 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_7565/control_debug_p8 Checking test 034 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 = 118.235036 - 0: The maximum resident set size (KB) = 1236092 + 0: The total amount of wall time = 115.224858 + 0: The maximum resident set size (KB) = 1233984 Test 034 control_debug_p8 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/GNU/rrfs_conus13km_hrrr_warm_debugs -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_10380/rrfs_conus13km_hrrr_warm_debug +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/GNU/rrfs_conus13km_hrrr_warm_debugs +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_7565/rrfs_conus13km_hrrr_warm_debug Checking test 035 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 = 551.188297 - 0: The maximum resident set size (KB) = 646356 + 0: The total amount of wall time = 525.240160 + 0: The maximum resident set size (KB) = 646560 Test 035 rrfs_conus13km_hrrr_warm_debug PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/GNU/rrfs_conus13km_radar_tten_warm_debug -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_10380/rrfs_conus13km_radar_tten_warm_debug +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/GNU/rrfs_conus13km_radar_tten_warm_debug +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_7565/rrfs_conus13km_radar_tten_warm_debug Checking test 036 rrfs_conus13km_radar_tten_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 = 541.148251 - 0: The maximum resident set size (KB) = 651300 + 0: The total amount of wall time = 542.651393 + 0: The maximum resident set size (KB) = 651860 Test 036 rrfs_conus13km_radar_tten_warm_debug PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/GNU/control_wam_debug -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_10380/control_wam_debug +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/GNU/control_wam_debug +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_7565/control_wam_debug Checking test 037 control_wam_debug results .... Comparing sfcf019.nc .........OK Comparing atmf019.nc .........OK - 0: The total amount of wall time = 186.118691 - 0: The maximum resident set size (KB) = 192372 + 0: The total amount of wall time = 184.463573 + 0: The maximum resident set size (KB) = 194184 Test 037 control_wam_debug PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/GNU/rap_control_dyn32_phy32 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_10380/rap_control_dyn32_phy32 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/GNU/rap_control_dyn32_phy32 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_7565/rap_control_dyn32_phy32 Checking test 038 rap_control_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -1194,14 +1194,14 @@ Checking test 038 rap_control_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1469.977086 - 0: The maximum resident set size (KB) = 684840 + 0: The total amount of wall time = 1451.879864 + 0: The maximum resident set size (KB) = 686016 Test 038 rap_control_dyn32_phy32 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/GNU/hrrr_control_dyn32_phy32 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_10380/hrrr_control_dyn32_phy32 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/GNU/hrrr_control_dyn32_phy32 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_7565/hrrr_control_dyn32_phy32 Checking test 039 hrrr_control_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -1248,14 +1248,14 @@ Checking test 039 hrrr_control_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 730.980628 - 0: The maximum resident set size (KB) = 683384 + 0: The total amount of wall time = 730.225659 + 0: The maximum resident set size (KB) = 682804 Test 039 hrrr_control_dyn32_phy32 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/GNU/rap_control_dyn32_phy32 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_10380/rap_2threads_dyn32_phy32 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/GNU/rap_control_dyn32_phy32 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_7565/rap_2threads_dyn32_phy32 Checking test 040 rap_2threads_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -1302,14 +1302,14 @@ Checking test 040 rap_2threads_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1447.377899 - 0: The maximum resident set size (KB) = 732188 + 0: The total amount of wall time = 1441.477026 + 0: The maximum resident set size (KB) = 726584 Test 040 rap_2threads_dyn32_phy32 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/GNU/hrrr_control_dyn32_phy32 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_10380/hrrr_control_2threads_dyn32_phy32 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/GNU/hrrr_control_dyn32_phy32 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_7565/hrrr_control_2threads_dyn32_phy32 Checking test 041 hrrr_control_2threads_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -1356,14 +1356,14 @@ Checking test 041 hrrr_control_2threads_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 697.900219 - 0: The maximum resident set size (KB) = 729412 + 0: The total amount of wall time = 710.787052 + 0: The maximum resident set size (KB) = 726600 Test 041 hrrr_control_2threads_dyn32_phy32 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/GNU/hrrr_control_dyn32_phy32 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_10380/hrrr_control_decomp_dyn32_phy32 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/GNU/hrrr_control_dyn32_phy32 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_7565/hrrr_control_decomp_dyn32_phy32 Checking test 042 hrrr_control_decomp_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -1410,14 +1410,14 @@ Checking test 042 hrrr_control_decomp_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 707.282191 - 0: The maximum resident set size (KB) = 688192 + 0: The total amount of wall time = 708.915311 + 0: The maximum resident set size (KB) = 683580 Test 042 hrrr_control_decomp_dyn32_phy32 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/GNU/rap_control_dyn32_phy32 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_10380/rap_restart_dyn32_phy32 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/GNU/rap_control_dyn32_phy32 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_7565/rap_restart_dyn32_phy32 Checking test 043 rap_restart_dyn32_phy32 results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -1456,14 +1456,14 @@ Checking test 043 rap_restart_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1054.227051 - 0: The maximum resident set size (KB) = 508120 + 0: The total amount of wall time = 1068.783621 + 0: The maximum resident set size (KB) = 512224 Test 043 rap_restart_dyn32_phy32 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/GNU/hrrr_control_dyn32_phy32 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_10380/hrrr_control_restart_dyn32_phy32 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/GNU/hrrr_control_dyn32_phy32 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_7565/hrrr_control_restart_dyn32_phy32 Checking test 044 hrrr_control_restart_dyn32_phy32 results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -1502,14 +1502,14 @@ Checking test 044 hrrr_control_restart_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 347.980386 - 0: The maximum resident set size (KB) = 508508 + 0: The total amount of wall time = 358.622809 + 0: The maximum resident set size (KB) = 505332 Test 044 hrrr_control_restart_dyn32_phy32 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/GNU/rap_control_dyn64_phy32 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_10380/rap_control_dyn64_phy32 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/GNU/rap_control_dyn64_phy32 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_7565/rap_control_dyn64_phy32 Checking test 045 rap_control_dyn64_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -1556,56 +1556,56 @@ Checking test 045 rap_control_dyn64_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1059.804865 - 0: The maximum resident set size (KB) = 708012 + 0: The total amount of wall time = 1038.749513 + 0: The maximum resident set size (KB) = 706488 Test 045 rap_control_dyn64_phy32 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/GNU/rap_control_debug_dyn32_phy32 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_10380/rap_control_debug_dyn32_phy32 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/GNU/rap_control_debug_dyn32_phy32 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_7565/rap_control_debug_dyn32_phy32 Checking test 046 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 = 174.317318 - 0: The maximum resident set size (KB) = 706520 + 0: The total amount of wall time = 170.525389 + 0: The maximum resident set size (KB) = 703236 Test 046 rap_control_debug_dyn32_phy32 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/GNU/hrrr_control_debug_dyn32_phy32 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_10380/hrrr_control_debug_dyn32_phy32 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/GNU/hrrr_control_debug_dyn32_phy32 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_7565/hrrr_control_debug_dyn32_phy32 Checking test 047 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 = 169.335145 - 0: The maximum resident set size (KB) = 700352 + 0: The total amount of wall time = 163.244854 + 0: The maximum resident set size (KB) = 701372 Test 047 hrrr_control_debug_dyn32_phy32 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/GNU/rap_control_debug_dyn64_phy32 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_10380/rap_control_dyn64_phy32_debug +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/GNU/rap_control_debug_dyn64_phy32 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_7565/rap_control_dyn64_phy32_debug Checking test 048 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 = 203.602544 - 0: The maximum resident set size (KB) = 719328 + 0: The total amount of wall time = 197.399286 + 0: The maximum resident set size (KB) = 719072 Test 048 rap_control_dyn64_phy32_debug PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/GNU/cpld_control_p8 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_10380/cpld_control_p8 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/GNU/cpld_control_p8 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_7565/cpld_control_p8 Checking test 049 cpld_control_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1670,14 +1670,14 @@ Checking test 049 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 = 1716.861203 - 0: The maximum resident set size (KB) = 1432572 + 0: The total amount of wall time = 1681.589901 + 0: The maximum resident set size (KB) = 1431416 Test 049 cpld_control_p8 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/GNU/cpld_control_c96_noaero_p8 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_10380/cpld_control_nowave_noaero_p8 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/GNU/cpld_control_c96_noaero_p8 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_7565/cpld_control_nowave_noaero_p8 Checking test 050 cpld_control_nowave_noaero_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1739,14 +1739,14 @@ Checking test 050 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 = 1218.501186 - 0: The maximum resident set size (KB) = 1327472 + 0: The total amount of wall time = 1225.706546 + 0: The maximum resident set size (KB) = 1328604 Test 050 cpld_control_nowave_noaero_p8 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/GNU/cpld_debug_p8 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_10380/cpld_debug_p8 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/GNU/cpld_debug_p8 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_7565/cpld_debug_p8 Checking test 051 cpld_debug_p8 results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK @@ -1799,25 +1799,25 @@ Checking test 051 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 = 863.382176 - 0: The maximum resident set size (KB) = 1443704 + 0: The total amount of wall time = 829.509247 + 0: The maximum resident set size (KB) = 1441536 Test 051 cpld_debug_p8 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/GNU/datm_cdeps_control_cfsr -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_10380/datm_cdeps_control_cfsr +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/GNU/datm_cdeps_control_cfsr +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_7565/datm_cdeps_control_cfsr Checking test 052 datm_cdeps_control_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 178.509727 - 0: The maximum resident set size (KB) = 661340 + 0: The total amount of wall time = 176.917979 + 0: The maximum resident set size (KB) = 661020 Test 052 datm_cdeps_control_cfsr PASS REGRESSION TEST WAS SUCCESSFUL -Thu Dec 15 14:11:17 UTC 2022 -Elapsed time: 13h:11m:53s. Have a nice day! +Mon Dec 19 17:02:26 UTC 2022 +Elapsed time: 01h:14m:51s. Have a nice day! diff --git a/tests/RegressionTests_hera.intel.log b/tests/RegressionTests_hera.intel.log index 8f5941ae89..538a350bd3 100644 --- a/tests/RegressionTests_hera.intel.log +++ b/tests/RegressionTests_hera.intel.log @@ -1,34 +1,35 @@ -Thu Dec 15 12:12:26 UTC 2022 +Mon Dec 19 15:50:19 UTC 2022 Start Regression test -Compile 001 elapsed time 590 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 002 elapsed time 550 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 003 elapsed time 218 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 004 elapsed time 193 seconds. -DAPP=S2SW -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 005 elapsed time 389 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_sfcocn -DCMEPS_AOFLUX=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 006 elapsed time 381 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 007 elapsed time 347 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 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 008 elapsed time 358 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_RRTMGP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_smoke,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 009 elapsed time 334 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 315 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 011 elapsed time 678 seconds. -DAPP=ATM -DDEBUG=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 012 elapsed time 155 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 013 elapsed time 321 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 014 elapsed time 363 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 015 elapsed time 174 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 016 elapsed time 173 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 017 elapsed time 575 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst,FV3_HAFS_v0_thompson_tedmf_gfdlsf -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 018 elapsed time 559 seconds. -DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 001 elapsed time 604 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 002 elapsed time 575 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 003 elapsed time 211 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 004 elapsed time 187 seconds. -DAPP=S2SW -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 005 elapsed time 388 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_sfcocn -DCMEPS_AOFLUX=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 006 elapsed time 397 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 007 elapsed time 350 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 -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 008 elapsed time 356 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_RRTMGP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_smoke,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 009 elapsed time 336 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 320 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 011 elapsed time 660 seconds. -DAPP=ATM -DDEBUG=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 012 elapsed time 151 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 013 elapsed time 316 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 014 elapsed time 326 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 015 elapsed time 159 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 016 elapsed time 158 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 017 elapsed time 527 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst,FV3_HAFS_v0_thompson_tedmf_gfdlsf -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 018 elapsed time 533 seconds. -DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release Compile 019 elapsed time 184 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 020 elapsed time 116 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 021 elapsed time 72 seconds. -DAPP=LND -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 022 elapsed time 356 seconds. -DAPP=ATML -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 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 023 elapsed time 525 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 024 elapsed time 346 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 020 elapsed time 112 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 021 elapsed time 52 seconds. -DAPP=LND -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 022 elapsed time 355 seconds. -DAPP=ATML -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 -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 023 elapsed time 530 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 024 elapsed time 360 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release Compile 025 elapsed time 334 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 026 elapsed time 186 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/cpld_control_p8 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/cpld_control_p8 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/cpld_control_p8 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/cpld_control_p8 Checking test 001 cpld_control_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -93,14 +94,14 @@ Checking test 001 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.387540 - 0: The maximum resident set size (KB) = 3183076 + 0: The total amount of wall time = 335.563664 + 0: The maximum resident set size (KB) = 3176220 Test 001 cpld_control_p8 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/cpld_control_p8 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/cpld_restart_p8 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/cpld_control_p8 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/cpld_restart_p8 Checking test 002 cpld_restart_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -153,14 +154,14 @@ Checking test 002 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 = 190.001874 - 0: The maximum resident set size (KB) = 3048740 + 0: The total amount of wall time = 189.987642 + 0: The maximum resident set size (KB) = 3047060 Test 002 cpld_restart_p8 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/cpld_control_p8 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/cpld_2threads_p8 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/cpld_control_p8 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/cpld_2threads_p8 Checking test 003 cpld_2threads_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -213,14 +214,14 @@ Checking test 003 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 = 419.712186 - 0: The maximum resident set size (KB) = 3447528 + 0: The total amount of wall time = 420.606298 + 0: The maximum resident set size (KB) = 3445212 Test 003 cpld_2threads_p8 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/cpld_control_p8 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/cpld_esmfthreads_p8 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/cpld_control_p8 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/cpld_esmfthreads_p8 Checking test 004 cpld_esmfthreads_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -273,14 +274,14 @@ Checking test 004 cpld_esmfthreads_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 351.757818 - 0: The maximum resident set size (KB) = 3516144 + 0: The total amount of wall time = 351.683128 + 0: The maximum resident set size (KB) = 3513628 Test 004 cpld_esmfthreads_p8 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/cpld_control_p8 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/cpld_decomp_p8 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/cpld_control_p8 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/cpld_decomp_p8 Checking test 005 cpld_decomp_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -333,14 +334,14 @@ Checking test 005 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 = 334.938279 - 0: The maximum resident set size (KB) = 3172576 + 0: The total amount of wall time = 338.479781 + 0: The maximum resident set size (KB) = 3170036 Test 005 cpld_decomp_p8 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/cpld_control_p8 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/cpld_mpi_p8 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/cpld_control_p8 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/cpld_mpi_p8 Checking test 006 cpld_mpi_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -393,14 +394,14 @@ Checking test 006 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 = 314.114745 - 0: The maximum resident set size (KB) = 3022552 + 0: The total amount of wall time = 276.382968 + 0: The maximum resident set size (KB) = 3025408 Test 006 cpld_mpi_p8 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/cpld_control_ciceC_p8 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/cpld_control_ciceC_p8 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/cpld_control_ciceC_p8 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/cpld_control_ciceC_p8 Checking test 007 cpld_control_ciceC_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -465,14 +466,14 @@ Checking test 007 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 = 334.767590 - 0: The maximum resident set size (KB) = 3179108 + 0: The total amount of wall time = 336.931202 + 0: The maximum resident set size (KB) = 3178688 Test 007 cpld_control_ciceC_p8 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/cpld_control_c192_p8 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/cpld_control_c192_p8 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/cpld_control_c192_p8 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/cpld_control_c192_p8 Checking test 008 cpld_control_c192_p8 results .... Comparing sfcf030.tile1.nc .........OK Comparing sfcf030.tile2.nc .........OK @@ -525,14 +526,14 @@ Checking test 008 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 = 651.703814 - 0: The maximum resident set size (KB) = 3216460 + 0: The total amount of wall time = 655.765617 + 0: The maximum resident set size (KB) = 3221260 Test 008 cpld_control_c192_p8 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/cpld_control_c192_p8 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/cpld_restart_c192_p8 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/cpld_control_c192_p8 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/cpld_restart_c192_p8 Checking test 009 cpld_restart_c192_p8 results .... Comparing sfcf030.tile1.nc .........OK Comparing sfcf030.tile2.nc .........OK @@ -585,14 +586,14 @@ Checking test 009 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 = 402.391135 - 0: The maximum resident set size (KB) = 3136360 + 0: The total amount of wall time = 409.445562 + 0: The maximum resident set size (KB) = 3136540 Test 009 cpld_restart_c192_p8 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/cpld_bmark_p8 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/cpld_bmark_p8 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/cpld_bmark_p8 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/cpld_bmark_p8 Checking test 010 cpld_bmark_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -640,14 +641,14 @@ Checking test 010 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 = 746.129219 - 0: The maximum resident set size (KB) = 4036380 + 0: The total amount of wall time = 748.036807 + 0: The maximum resident set size (KB) = 4029580 Test 010 cpld_bmark_p8 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/cpld_bmark_p8 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/cpld_restart_bmark_p8 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/cpld_bmark_p8 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/cpld_restart_bmark_p8 Checking test 011 cpld_restart_bmark_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -695,14 +696,14 @@ Checking test 011 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 = 454.329710 - 0: The maximum resident set size (KB) = 3971852 + 0: The total amount of wall time = 462.938307 + 0: The maximum resident set size (KB) = 3964640 Test 011 cpld_restart_bmark_p8 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/cpld_control_noaero_p8 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/cpld_control_noaero_p8 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/cpld_control_noaero_p8 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/cpld_control_noaero_p8 Checking test 012 cpld_control_noaero_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -766,14 +767,14 @@ Checking test 012 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 = 230.212714 - 0: The maximum resident set size (KB) = 1728948 + 0: The total amount of wall time = 230.560236 + 0: The maximum resident set size (KB) = 1734176 Test 012 cpld_control_noaero_p8 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/cpld_control_c96_noaero_p8 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/cpld_control_nowave_noaero_p8 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/cpld_control_c96_noaero_p8 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/cpld_control_nowave_noaero_p8 Checking test 013 cpld_control_nowave_noaero_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -835,14 +836,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 - 0: The total amount of wall time = 253.583057 - 0: The maximum resident set size (KB) = 1765924 + 0: The total amount of wall time = 254.405289 + 0: The maximum resident set size (KB) = 1756484 Test 013 cpld_control_nowave_noaero_p8 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/cpld_debug_p8 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/cpld_debug_p8 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/cpld_debug_p8 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/cpld_debug_p8 Checking test 014 cpld_debug_p8 results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK @@ -895,14 +896,14 @@ Checking test 014 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 = 647.866228 - 0: The maximum resident set size (KB) = 3243108 + 0: The total amount of wall time = 654.998299 + 0: The maximum resident set size (KB) = 3251548 Test 014 cpld_debug_p8 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/cpld_debug_noaero_p8 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/cpld_debug_noaero_p8 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/cpld_debug_noaero_p8 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/cpld_debug_noaero_p8 Checking test 015 cpld_debug_noaero_p8 results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK @@ -954,14 +955,14 @@ Checking test 015 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 = 400.999596 - 0: The maximum resident set size (KB) = 1759004 + 0: The total amount of wall time = 398.591614 + 0: The maximum resident set size (KB) = 1749664 Test 015 cpld_debug_noaero_p8 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/cpld_control_noaero_p8_agrid -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/cpld_control_noaero_p8_agrid +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/cpld_control_noaero_p8_agrid +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/cpld_control_noaero_p8_agrid Checking test 016 cpld_control_noaero_p8_agrid results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1023,14 +1024,14 @@ Checking test 016 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 = 262.074511 - 0: The maximum resident set size (KB) = 1758204 + 0: The total amount of wall time = 261.930246 + 0: The maximum resident set size (KB) = 1759156 Test 016 cpld_control_noaero_p8_agrid PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/cpld_control_c48 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/cpld_control_c48 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/cpld_control_c48 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/cpld_control_c48 Checking test 017 cpld_control_c48 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -1080,14 +1081,14 @@ Checking test 017 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 = 506.572554 - 0: The maximum resident set size (KB) = 2797796 + 0: The total amount of wall time = 500.267362 + 0: The maximum resident set size (KB) = 2791724 Test 017 cpld_control_c48 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/cpld_warmstart_c48 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/cpld_warmstart_c48 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/cpld_warmstart_c48 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/cpld_warmstart_c48 Checking test 018 cpld_warmstart_c48 results .... Comparing sfcf006.tile1.nc .........OK Comparing sfcf006.tile2.nc .........OK @@ -1137,14 +1138,14 @@ Checking test 018 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 = 137.684739 - 0: The maximum resident set size (KB) = 2800432 + 0: The total amount of wall time = 135.775470 + 0: The maximum resident set size (KB) = 2799492 Test 018 cpld_warmstart_c48 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/cpld_warmstart_c48 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/cpld_restart_c48 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/cpld_warmstart_c48 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/cpld_restart_c48 Checking test 019 cpld_restart_c48 results .... Comparing sfcf006.tile1.nc .........OK Comparing sfcf006.tile2.nc .........OK @@ -1194,14 +1195,14 @@ Checking test 019 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 = 73.764459 - 0: The maximum resident set size (KB) = 2245784 + 0: The total amount of wall time = 73.637628 + 0: The maximum resident set size (KB) = 2237544 Test 019 cpld_restart_c48 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/control -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/control +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/control +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/control Checking test 020 control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1248,14 +1249,14 @@ Checking test 020 control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 134.028594 - 0: The maximum resident set size (KB) = 631156 + 0: The total amount of wall time = 132.672752 + 0: The maximum resident set size (KB) = 634932 Test 020 control PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/control -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/control_decomp +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/control +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/control_decomp Checking test 021 control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1298,14 +1299,14 @@ Checking test 021 control_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 139.462063 - 0: The maximum resident set size (KB) = 620152 + 0: The total amount of wall time = 137.938637 + 0: The maximum resident set size (KB) = 617280 Test 021 control_decomp PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/control -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/control_2dwrtdecomp +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/control +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/control_2dwrtdecomp Checking test 022 control_2dwrtdecomp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1316,14 +1317,14 @@ Checking test 022 control_2dwrtdecomp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 132.817155 - 0: The maximum resident set size (KB) = 628964 + 0: The total amount of wall time = 132.068620 + 0: The maximum resident set size (KB) = 628168 Test 022 control_2dwrtdecomp PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/control -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/control_2threads +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/control +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/control_2threads Checking test 023 control_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1366,14 +1367,14 @@ Checking test 023 control_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 161.182564 - 0: The maximum resident set size (KB) = 669808 + 0: The total amount of wall time = 164.076541 + 0: The maximum resident set size (KB) = 671324 Test 023 control_2threads PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/control -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/control_restart +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/control +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/control_restart Checking test 024 control_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1412,14 +1413,14 @@ Checking test 024 control_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 68.473521 - 0: The maximum resident set size (KB) = 467336 + 0: The total amount of wall time = 69.503899 + 0: The maximum resident set size (KB) = 467920 Test 024 control_restart PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/control -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/control_fhzero +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/control +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/control_fhzero Checking test 025 control_fhzero results .... Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf021.nc ............ALT CHECK......OK @@ -1462,14 +1463,14 @@ Checking test 025 control_fhzero results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 126.993624 - 0: The maximum resident set size (KB) = 633444 + 0: The total amount of wall time = 125.206690 + 0: The maximum resident set size (KB) = 628708 Test 025 control_fhzero PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/control_CubedSphereGrid -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/control_CubedSphereGrid +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/control_CubedSphereGrid +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/control_CubedSphereGrid Checking test 026 control_CubedSphereGrid results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -1496,28 +1497,28 @@ Checking test 026 control_CubedSphereGrid results .... Comparing atmf024.tile5.nc .........OK Comparing atmf024.tile6.nc .........OK - 0: The total amount of wall time = 130.918342 - 0: The maximum resident set size (KB) = 629732 + 0: The total amount of wall time = 127.548537 + 0: The maximum resident set size (KB) = 631368 Test 026 control_CubedSphereGrid PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/control_CubedSphereGrid_parallel -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/control_CubedSphereGrid_parallel +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/control_CubedSphereGrid_parallel +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/control_CubedSphereGrid_parallel Checking test 027 control_CubedSphereGrid_parallel results .... Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf024.nc ............ALT CHECK......OK Comparing atmf000.nc .........OK Comparing atmf024.nc .........OK - 0: The total amount of wall time = 127.174548 - 0: The maximum resident set size (KB) = 630708 + 0: The total amount of wall time = 126.511441 + 0: The maximum resident set size (KB) = 632792 Test 027 control_CubedSphereGrid_parallel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/control_latlon -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/control_latlon +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/control_latlon +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/control_latlon Checking test 028 control_latlon results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1528,32 +1529,32 @@ Checking test 028 control_latlon results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 132.426279 - 0: The maximum resident set size (KB) = 628840 + 0: The total amount of wall time = 130.127059 + 0: The maximum resident set size (KB) = 636148 Test 028 control_latlon PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/control_wrtGauss_netcdf_parallel -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/control_wrtGauss_netcdf_parallel +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/control_wrtGauss_netcdf_parallel +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/control_wrtGauss_netcdf_parallel Checking test 029 control_wrtGauss_netcdf_parallel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc ............ALT CHECK......OK Comparing atmf000.nc .........OK - Comparing atmf024.nc ............ALT CHECK......OK + Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF00 .........OK Comparing GFSFLX.GrbF24 .........OK Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 134.219141 - 0: The maximum resident set size (KB) = 632624 + 0: The total amount of wall time = 134.118214 + 0: The maximum resident set size (KB) = 630968 Test 029 control_wrtGauss_netcdf_parallel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/control_c48 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/control_c48 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/control_c48 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/control_c48 Checking test 030 control_c48 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1592,14 +1593,14 @@ Checking test 030 control_c48 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0: The total amount of wall time = 344.379250 -0: The maximum resident set size (KB) = 816912 +0: The total amount of wall time = 344.655376 +0: The maximum resident set size (KB) = 816560 Test 030 control_c48 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/control_c192 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/control_c192 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/control_c192 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/control_c192 Checking test 031 control_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1610,14 +1611,14 @@ Checking test 031 control_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 523.795375 - 0: The maximum resident set size (KB) = 764400 + 0: The total amount of wall time = 521.167150 + 0: The maximum resident set size (KB) = 765556 Test 031 control_c192 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/control_c384 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/control_c384 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/control_c384 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/control_c384 Checking test 032 control_c384 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1628,14 +1629,14 @@ Checking test 032 control_c384 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 693.663072 - 0: The maximum resident set size (KB) = 1087072 + 0: The total amount of wall time = 689.577925 + 0: The maximum resident set size (KB) = 1093740 Test 032 control_c384 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/control_c384gdas -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/control_c384gdas +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/control_c384gdas +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/control_c384gdas Checking test 033 control_c384gdas results .... Comparing sfcf000.nc .........OK Comparing sfcf006.nc .........OK @@ -1678,14 +1679,14 @@ Checking test 033 control_c384gdas results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 586.235741 - 0: The maximum resident set size (KB) = 1239696 + 0: The total amount of wall time = 581.166310 + 0: The maximum resident set size (KB) = 1247604 Test 033 control_c384gdas PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/control_c384_progsigma -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/control_c384_progsigma +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/control_c384_progsigma +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/control_c384_progsigma Checking test 034 control_c384_progsigma results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1696,14 +1697,14 @@ Checking test 034 control_c384_progsigma results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 707.593328 - 0: The maximum resident set size (KB) = 1079628 + 0: The total amount of wall time = 711.808385 + 0: The maximum resident set size (KB) = 1080348 Test 034 control_c384_progsigma PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/control_stochy -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/control_stochy +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/control_stochy +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/control_stochy Checking test 035 control_stochy results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1714,28 +1715,28 @@ Checking test 035 control_stochy results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 86.355002 - 0: The maximum resident set size (KB) = 634472 + 0: The total amount of wall time = 88.340427 + 0: The maximum resident set size (KB) = 634656 Test 035 control_stochy PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/control_stochy -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/control_stochy_restart +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/control_stochy +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/control_stochy_restart Checking test 036 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 = 46.062656 - 0: The maximum resident set size (KB) = 484836 + 0: The total amount of wall time = 45.943672 + 0: The maximum resident set size (KB) = 490064 Test 036 control_stochy_restart PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/control_lndp -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/control_lndp +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/control_lndp +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/control_lndp Checking test 037 control_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1746,14 +1747,14 @@ Checking test 037 control_lndp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 79.192099 - 0: The maximum resident set size (KB) = 634548 + 0: The total amount of wall time = 79.088319 + 0: The maximum resident set size (KB) = 633068 Test 037 control_lndp PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/control_iovr4 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/control_iovr4 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/control_iovr4 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/control_iovr4 Checking test 038 control_iovr4 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1768,14 +1769,14 @@ Checking test 038 control_iovr4 results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 132.918536 - 0: The maximum resident set size (KB) = 633876 + 0: The total amount of wall time = 134.119630 + 0: The maximum resident set size (KB) = 628536 Test 038 control_iovr4 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/control_iovr5 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/control_iovr5 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/control_iovr5 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/control_iovr5 Checking test 039 control_iovr5 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1790,14 +1791,14 @@ Checking test 039 control_iovr5 results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 132.541115 - 0: The maximum resident set size (KB) = 625956 + 0: The total amount of wall time = 133.294359 + 0: The maximum resident set size (KB) = 628992 Test 039 control_iovr5 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/control_p8 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/control_p8 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/control_p8 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/control_p8 Checking test 040 control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1844,14 +1845,14 @@ Checking test 040 control_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 163.963716 - 0: The maximum resident set size (KB) = 1613484 + 0: The total amount of wall time = 166.168939 + 0: The maximum resident set size (KB) = 1602088 Test 040 control_p8 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/control_p8_lndp -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/control_p8_lndp +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/control_p8_lndp +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/control_p8_lndp Checking test 041 control_p8_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1870,14 +1871,14 @@ Checking test 041 control_p8_lndp results .... Comparing GFSPRS.GrbF24 .........OK Comparing GFSPRS.GrbF48 .........OK - 0: The total amount of wall time = 311.413771 - 0: The maximum resident set size (KB) = 1605796 + 0: The total amount of wall time = 311.928380 + 0: The maximum resident set size (KB) = 1603056 Test 041 control_p8_lndp PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/control_p8 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/control_restart_p8 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/control_p8 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/control_restart_p8 Checking test 042 control_restart_p8 results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1916,14 +1917,14 @@ Checking test 042 control_restart_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 86.904585 - 0: The maximum resident set size (KB) = 875728 + 0: The total amount of wall time = 85.564361 + 0: The maximum resident set size (KB) = 864328 Test 042 control_restart_p8 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/control_p8 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/control_decomp_p8 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/control_p8 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/control_decomp_p8 Checking test 043 control_decomp_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1966,14 +1967,14 @@ Checking test 043 control_decomp_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 171.004823 - 0: The maximum resident set size (KB) = 1593064 + 0: The total amount of wall time = 169.655094 + 0: The maximum resident set size (KB) = 1590764 Test 043 control_decomp_p8 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/control_p8 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/control_2threads_p8 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/control_p8 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/control_2threads_p8 Checking test 044 control_2threads_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2016,14 +2017,14 @@ Checking test 044 control_2threads_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 201.305589 - 0: The maximum resident set size (KB) = 1668636 + 0: The total amount of wall time = 200.680029 + 0: The maximum resident set size (KB) = 1661932 Test 044 control_2threads_p8 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/control_p8_rrtmgp -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/control_p8_rrtmgp +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/control_p8_rrtmgp +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/control_p8_rrtmgp Checking test 045 control_p8_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2070,14 +2071,14 @@ Checking test 045 control_p8_rrtmgp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 197.911740 - 0: The maximum resident set size (KB) = 1729932 + 0: The total amount of wall time = 218.038573 + 0: The maximum resident set size (KB) = 1730160 Test 045 control_p8_rrtmgp PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/merra2_thompson -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/merra2_thompson +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/merra2_thompson +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/merra2_thompson Checking test 046 merra2_thompson results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2124,14 +2125,14 @@ Checking test 046 merra2_thompson results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 185.852918 - 0: The maximum resident set size (KB) = 1611456 + 0: The total amount of wall time = 188.015836 + 0: The maximum resident set size (KB) = 1617984 Test 046 merra2_thompson PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/regional_control -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/regional_control +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/regional_control +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/regional_control Checking test 047 regional_control results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2142,28 +2143,28 @@ Checking test 047 regional_control results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 291.645259 - 0: The maximum resident set size (KB) = 867444 + 0: The total amount of wall time = 293.770235 + 0: The maximum resident set size (KB) = 870408 Test 047 regional_control PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/regional_control -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/regional_restart +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/regional_control +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/regional_restart Checking test 048 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 = 147.841313 - 0: The maximum resident set size (KB) = 869156 + 0: The total amount of wall time = 147.238215 + 0: The maximum resident set size (KB) = 865100 Test 048 regional_restart PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/regional_control -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/regional_decomp +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/regional_control +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/regional_decomp Checking test 049 regional_decomp results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2174,14 +2175,14 @@ Checking test 049 regional_decomp results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 310.650754 - 0: The maximum resident set size (KB) = 856996 + 0: The total amount of wall time = 310.145826 + 0: The maximum resident set size (KB) = 855864 Test 049 regional_decomp PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/regional_control -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/regional_2threads +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/regional_control +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/regional_2threads Checking test 050 regional_2threads results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2192,14 +2193,14 @@ Checking test 050 regional_2threads results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 226.959724 - 0: The maximum resident set size (KB) = 834612 + 0: The total amount of wall time = 226.332671 + 0: The maximum resident set size (KB) = 834880 Test 050 regional_2threads PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/regional_noquilt -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/regional_noquilt +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/regional_noquilt +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/regional_noquilt Checking test 051 regional_noquilt results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK @@ -2207,28 +2208,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 = 323.189949 - 0: The maximum resident set size (KB) = 865756 + 0: The total amount of wall time = 321.538730 + 0: The maximum resident set size (KB) = 859904 Test 051 regional_noquilt PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/regional_netcdf_parallel -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/regional_netcdf_parallel +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/regional_netcdf_parallel +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/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 .........OK + Comparing phyf000.nc ............ALT CHECK......OK + Comparing phyf006.nc ............ALT CHECK......OK - 0: The total amount of wall time = 308.035855 - 0: The maximum resident set size (KB) = 859776 + 0: The total amount of wall time = 289.492686 + 0: The maximum resident set size (KB) = 859416 Test 052 regional_netcdf_parallel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/regional_control -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/regional_2dwrtdecomp +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/regional_control +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/regional_2dwrtdecomp Checking test 053 regional_2dwrtdecomp results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2239,14 +2240,14 @@ Checking test 053 regional_2dwrtdecomp results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 294.802690 - 0: The maximum resident set size (KB) = 867736 + 0: The total amount of wall time = 290.886910 + 0: The maximum resident set size (KB) = 868224 Test 053 regional_2dwrtdecomp PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/fv3_regional_wofs -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/regional_wofs +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/fv3_regional_wofs +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/regional_wofs Checking test 054 regional_wofs results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2257,14 +2258,14 @@ Checking test 054 regional_wofs results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 375.006549 - 0: The maximum resident set size (KB) = 626304 + 0: The total amount of wall time = 374.431852 + 0: The maximum resident set size (KB) = 626512 Test 054 regional_wofs PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/rap_control -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/rap_control +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/rap_control +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/rap_control Checking test 055 rap_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2311,14 +2312,14 @@ Checking test 055 rap_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 439.782669 - 0: The maximum resident set size (KB) = 1061516 + 0: The total amount of wall time = 440.742770 + 0: The maximum resident set size (KB) = 1051544 Test 055 rap_control PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/rap_rrtmgp -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/rap_rrtmgp +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/rap_rrtmgp +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/rap_rrtmgp Checking test 056 rap_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2365,14 +2366,14 @@ Checking test 056 rap_rrtmgp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 473.216759 - 0: The maximum resident set size (KB) = 1206456 + 0: The total amount of wall time = 472.927757 + 0: The maximum resident set size (KB) = 1211840 Test 056 rap_rrtmgp PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/regional_spp_sppt_shum_skeb -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/regional_spp_sppt_shum_skeb +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/regional_spp_sppt_shum_skeb +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/regional_spp_sppt_shum_skeb Checking test 057 regional_spp_sppt_shum_skeb results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK @@ -2383,14 +2384,14 @@ Checking test 057 regional_spp_sppt_shum_skeb results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF01 .........OK - 0: The total amount of wall time = 288.807366 - 0: The maximum resident set size (KB) = 1176628 + 0: The total amount of wall time = 291.766500 + 0: The maximum resident set size (KB) = 1181744 Test 057 regional_spp_sppt_shum_skeb PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/rap_control -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/rap_decomp +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/rap_control +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/rap_decomp Checking test 058 rap_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2437,14 +2438,14 @@ Checking test 058 rap_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 463.598005 - 0: The maximum resident set size (KB) = 1001880 + 0: The total amount of wall time = 460.617860 + 0: The maximum resident set size (KB) = 998328 Test 058 rap_decomp PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/rap_control -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/rap_2threads +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/rap_control +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/rap_2threads Checking test 059 rap_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2491,14 +2492,14 @@ Checking test 059 rap_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 527.602085 - 0: The maximum resident set size (KB) = 1060200 + 0: The total amount of wall time = 522.282042 + 0: The maximum resident set size (KB) = 1063128 Test 059 rap_2threads PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/rap_control -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/rap_restart +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/rap_control +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/rap_restart Checking test 060 rap_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -2537,14 +2538,14 @@ Checking test 060 rap_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 223.173136 - 0: The maximum resident set size (KB) = 960400 + 0: The total amount of wall time = 222.770056 + 0: The maximum resident set size (KB) = 957724 Test 060 rap_restart PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/rap_sfcdiff -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/rap_sfcdiff +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/rap_sfcdiff +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/rap_sfcdiff Checking test 061 rap_sfcdiff results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2591,14 +2592,14 @@ Checking test 061 rap_sfcdiff results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 437.313510 - 0: The maximum resident set size (KB) = 1061884 + 0: The total amount of wall time = 439.676998 + 0: The maximum resident set size (KB) = 1060012 Test 061 rap_sfcdiff PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/rap_sfcdiff -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/rap_sfcdiff_decomp +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/rap_sfcdiff +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/rap_sfcdiff_decomp Checking test 062 rap_sfcdiff_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2645,14 +2646,14 @@ Checking test 062 rap_sfcdiff_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 463.416889 - 0: The maximum resident set size (KB) = 1000944 + 0: The total amount of wall time = 461.991283 + 0: The maximum resident set size (KB) = 998832 Test 062 rap_sfcdiff_decomp PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/rap_sfcdiff -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/rap_sfcdiff_restart +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/rap_sfcdiff +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/rap_sfcdiff_restart Checking test 063 rap_sfcdiff_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -2691,14 +2692,14 @@ Checking test 063 rap_sfcdiff_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 327.649612 - 0: The maximum resident set size (KB) = 983752 + 0: The total amount of wall time = 325.980441 + 0: The maximum resident set size (KB) = 979876 Test 063 rap_sfcdiff_restart PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/hrrr_control -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/hrrr_control +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/hrrr_control +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/hrrr_control Checking test 064 hrrr_control results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2745,14 +2746,14 @@ Checking test 064 hrrr_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 421.694995 - 0: The maximum resident set size (KB) = 1048776 + 0: The total amount of wall time = 421.540276 + 0: The maximum resident set size (KB) = 1042588 Test 064 hrrr_control PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/hrrr_control -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/hrrr_control_decomp +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/hrrr_control +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/hrrr_control_decomp Checking test 065 hrrr_control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2799,14 +2800,14 @@ Checking test 065 hrrr_control_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 442.532714 - 0: The maximum resident set size (KB) = 994048 + 0: The total amount of wall time = 440.438234 + 0: The maximum resident set size (KB) = 995208 Test 065 hrrr_control_decomp PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/hrrr_control -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/hrrr_control_2threads +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/hrrr_control +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/hrrr_control_2threads Checking test 066 hrrr_control_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2853,14 +2854,14 @@ Checking test 066 hrrr_control_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 499.995307 - 0: The maximum resident set size (KB) = 1055432 + 0: The total amount of wall time = 491.396650 + 0: The maximum resident set size (KB) = 1050452 Test 066 hrrr_control_2threads PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/hrrr_control -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/hrrr_control_restart +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/hrrr_control +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/hrrr_control_restart Checking test 067 hrrr_control_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -2899,14 +2900,14 @@ Checking test 067 hrrr_control_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 316.570593 - 0: The maximum resident set size (KB) = 983764 + 0: The total amount of wall time = 315.836129 + 0: The maximum resident set size (KB) = 980052 Test 067 hrrr_control_restart PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/rrfs_v1beta -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/rrfs_v1beta +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/rrfs_v1beta +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/rrfs_v1beta Checking test 068 rrfs_v1beta results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2953,14 +2954,14 @@ Checking test 068 rrfs_v1beta results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 433.156493 - 0: The maximum resident set size (KB) = 1062348 + 0: The total amount of wall time = 432.592603 + 0: The maximum resident set size (KB) = 1048376 Test 068 rrfs_v1beta PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/rrfs_v1nssl -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/rrfs_v1nssl +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/rrfs_v1nssl +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/rrfs_v1nssl Checking test 069 rrfs_v1nssl results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2975,14 +2976,14 @@ Checking test 069 rrfs_v1nssl results .... Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 513.134192 - 0: The maximum resident set size (KB) = 691616 + 0: The total amount of wall time = 514.494435 + 0: The maximum resident set size (KB) = 685464 Test 069 rrfs_v1nssl PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/rrfs_v1nssl_nohailnoccn -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/rrfs_v1nssl_nohailnoccn +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/rrfs_v1nssl_nohailnoccn +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/rrfs_v1nssl_nohailnoccn Checking test 070 rrfs_v1nssl_nohailnoccn results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2997,14 +2998,14 @@ Checking test 070 rrfs_v1nssl_nohailnoccn results .... Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 502.814033 - 0: The maximum resident set size (KB) = 749840 + 0: The total amount of wall time = 500.745070 + 0: The maximum resident set size (KB) = 749264 Test 070 rrfs_v1nssl_nohailnoccn PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/rrfs_conus13km_hrrr_warm -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/rrfs_conus13km_hrrr_warm +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/rrfs_conus13km_hrrr_warm +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/rrfs_conus13km_hrrr_warm Checking test 071 rrfs_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -3013,14 +3014,14 @@ Checking test 071 rrfs_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 124.576563 - 0: The maximum resident set size (KB) = 929924 + 0: The total amount of wall time = 125.078731 + 0: The maximum resident set size (KB) = 926040 Test 071 rrfs_conus13km_hrrr_warm PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/rrfs_smoke_conus13km_hrrr_warm -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/rrfs_smoke_conus13km_hrrr_warm +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/rrfs_smoke_conus13km_hrrr_warm +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/rrfs_smoke_conus13km_hrrr_warm Checking test 072 rrfs_smoke_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -3029,14 +3030,14 @@ Checking test 072 rrfs_smoke_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 140.211695 - 0: The maximum resident set size (KB) = 956272 + 0: The total amount of wall time = 140.706537 + 0: The maximum resident set size (KB) = 954204 Test 072 rrfs_smoke_conus13km_hrrr_warm PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/rrfs_conus13km_radar_tten_warm -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/rrfs_conus13km_radar_tten_warm +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/rrfs_conus13km_radar_tten_warm +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/rrfs_conus13km_radar_tten_warm Checking test 073 rrfs_conus13km_radar_tten_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -3045,14 +3046,14 @@ Checking test 073 rrfs_conus13km_radar_tten_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 125.323145 - 0: The maximum resident set size (KB) = 933960 + 0: The total amount of wall time = 126.424904 + 0: The maximum resident set size (KB) = 932392 Test 073 rrfs_conus13km_radar_tten_warm PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/rrfs_conus13km_hrrr_warm -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/rrfs_conus13km_hrrr_warm_2threads +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/rrfs_conus13km_hrrr_warm +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/rrfs_conus13km_hrrr_warm_2threads Checking test 074 rrfs_conus13km_hrrr_warm_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -3061,14 +3062,14 @@ Checking test 074 rrfs_conus13km_hrrr_warm_2threads results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 94.536786 - 0: The maximum resident set size (KB) = 900236 + 0: The total amount of wall time = 94.323569 + 0: The maximum resident set size (KB) = 896600 Test 074 rrfs_conus13km_hrrr_warm_2threads PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/rrfs_conus13km_radar_tten_warm -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/rrfs_conus13km_radar_tten_warm_2threads +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/rrfs_conus13km_radar_tten_warm +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/rrfs_conus13km_radar_tten_warm_2threads Checking test 075 rrfs_conus13km_radar_tten_warm_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -3077,14 +3078,14 @@ Checking test 075 rrfs_conus13km_radar_tten_warm_2threads results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 96.741111 - 0: The maximum resident set size (KB) = 900944 + 0: The total amount of wall time = 96.641291 + 0: The maximum resident set size (KB) = 901684 Test 075 rrfs_conus13km_radar_tten_warm_2threads PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/control_csawmg -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/control_csawmg +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/control_csawmg +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/control_csawmg Checking test 076 control_csawmg results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -3095,14 +3096,14 @@ Checking test 076 control_csawmg results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 341.101316 - 0: The maximum resident set size (KB) = 720716 + 0: The total amount of wall time = 341.391027 + 0: The maximum resident set size (KB) = 720108 Test 076 control_csawmg PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/control_csawmgt -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/control_csawmgt +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/control_csawmgt +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/control_csawmgt Checking test 077 control_csawmgt results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -3113,14 +3114,14 @@ Checking test 077 control_csawmgt results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 340.101804 - 0: The maximum resident set size (KB) = 724952 + 0: The total amount of wall time = 334.287204 + 0: The maximum resident set size (KB) = 723368 Test 077 control_csawmgt PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/control_ras -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/control_ras +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/control_ras +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/control_ras Checking test 078 control_ras results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -3131,82 +3132,82 @@ Checking test 078 control_ras results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 178.094801 - 0: The maximum resident set size (KB) = 720420 + 0: The total amount of wall time = 179.582919 + 0: The maximum resident set size (KB) = 712308 Test 078 control_ras PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/control_wam -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/control_wam +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/control_wam +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/control_wam Checking test 079 control_wam results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK - 0: The total amount of wall time = 110.479388 - 0: The maximum resident set size (KB) = 640984 + 0: The total amount of wall time = 112.972254 + 0: The maximum resident set size (KB) = 640224 Test 079 control_wam PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/rrfs_conus13km_hrrr_warm_debugs -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/rrfs_conus13km_hrrr_warm_debug +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/rrfs_conus13km_hrrr_warm_debugs +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/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 = 714.874359 - 0: The maximum resident set size (KB) = 979824 + 0: The total amount of wall time = 719.777228 + 0: The maximum resident set size (KB) = 956768 Test 080 rrfs_conus13km_hrrr_warm_debug PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/rrfs_conus13km_radar_tten_warm_debug -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/rrfs_conus13km_radar_tten_warm_debug +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/rrfs_conus13km_radar_tten_warm_debug +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/rrfs_conus13km_radar_tten_warm_debug Checking test 081 rrfs_conus13km_radar_tten_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 = 714.861391 - 0: The maximum resident set size (KB) = 964524 + 0: The total amount of wall time = 719.824663 + 0: The maximum resident set size (KB) = 985640 Test 081 rrfs_conus13km_radar_tten_warm_debug PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/control_debug -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/control_debug +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/control_debug +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/control_debug Checking test 082 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 = 149.848613 - 0: The maximum resident set size (KB) = 795460 + 0: The total amount of wall time = 148.832237 + 0: The maximum resident set size (KB) = 793356 Test 082 control_debug PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/control_debug -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/control_2threads_debug +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/control_debug +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/control_2threads_debug Checking test 083 control_2threads_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 = 213.567189 - 0: The maximum resident set size (KB) = 829764 + 0: The total amount of wall time = 215.003223 + 0: The maximum resident set size (KB) = 832964 Test 083 control_2threads_debug PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/control_CubedSphereGrid_debug -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/control_CubedSphereGrid_debug +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/control_CubedSphereGrid_debug +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/control_CubedSphereGrid_debug Checking test 084 control_CubedSphereGrid_debug results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -3233,348 +3234,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 = 160.970428 - 0: The maximum resident set size (KB) = 791060 + 0: The total amount of wall time = 163.986683 + 0: The maximum resident set size (KB) = 789496 Test 084 control_CubedSphereGrid_debug PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/control_wrtGauss_netcdf_parallel_debug -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/control_wrtGauss_netcdf_parallel_debug +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/control_wrtGauss_netcdf_parallel_debug +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/control_wrtGauss_netcdf_parallel_debug Checking test 085 control_wrtGauss_netcdf_parallel_debug results .... - Comparing sfcf000.nc .........OK - Comparing sfcf001.nc .........OK + Comparing sfcf000.nc ............ALT CHECK......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.205053 - 0: The maximum resident set size (KB) = 795512 + 0: The total amount of wall time = 153.196878 + 0: The maximum resident set size (KB) = 791944 Test 085 control_wrtGauss_netcdf_parallel_debug PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/control_stochy_debug -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/control_stochy_debug +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/control_stochy_debug +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/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 = 170.229591 - 0: The maximum resident set size (KB) = 802700 + 0: The total amount of wall time = 169.074947 + 0: The maximum resident set size (KB) = 804612 Test 086 control_stochy_debug PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/control_lndp_debug -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/control_lndp_debug +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/control_lndp_debug +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/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 = 154.759790 - 0: The maximum resident set size (KB) = 799172 + 0: The total amount of wall time = 152.052549 + 0: The maximum resident set size (KB) = 806620 Test 087 control_lndp_debug PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/control_csawmg_debug -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/control_csawmg_debug +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/control_csawmg_debug +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/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 = 231.367950 - 0: The maximum resident set size (KB) = 853924 + 0: The total amount of wall time = 230.608329 + 0: The maximum resident set size (KB) = 844428 Test 088 control_csawmg_debug PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/control_csawmgt_debug -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/control_csawmgt_debug +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/control_csawmgt_debug +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/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 = 231.216552 - 0: The maximum resident set size (KB) = 845016 + 0: The total amount of wall time = 226.457513 + 0: The maximum resident set size (KB) = 844548 Test 089 control_csawmgt_debug PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/control_ras_debug -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/control_ras_debug +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/control_ras_debug +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/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 = 154.147499 - 0: The maximum resident set size (KB) = 809772 + 0: The total amount of wall time = 153.924848 + 0: The maximum resident set size (KB) = 802072 Test 090 control_ras_debug PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/control_diag_debug -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/control_diag_debug +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/control_diag_debug +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/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.209190 - 0: The maximum resident set size (KB) = 847828 + 0: The total amount of wall time = 159.612207 + 0: The maximum resident set size (KB) = 846320 Test 091 control_diag_debug PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/control_debug_p8 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/control_debug_p8 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/control_debug_p8 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/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 = 166.987705 - 0: The maximum resident set size (KB) = 1617352 + 0: The total amount of wall time = 171.879933 + 0: The maximum resident set size (KB) = 1626060 Test 092 control_debug_p8 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/regional_debug -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/regional_debug +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/regional_debug +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/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 = 984.513468 - 0: The maximum resident set size (KB) = 887260 + 0: The total amount of wall time = 973.692353 + 0: The maximum resident set size (KB) = 886304 Test 093 regional_debug PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/rap_control_debug -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/rap_control_debug +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/rap_control_debug +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/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 = 274.002779 - 0: The maximum resident set size (KB) = 1167092 + 0: The total amount of wall time = 273.149076 + 0: The maximum resident set size (KB) = 1176044 Test 094 rap_control_debug PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/hrrr_control_debug -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/hrrr_control_debug +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/hrrr_control_debug +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/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 = 271.144467 - 0: The maximum resident set size (KB) = 1177900 + 0: The total amount of wall time = 269.109080 + 0: The maximum resident set size (KB) = 1167128 Test 095 hrrr_control_debug PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/rap_control_debug -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/rap_unified_drag_suite_debug +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/rap_control_debug +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/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 = 274.302846 - 0: The maximum resident set size (KB) = 1174004 + 0: The total amount of wall time = 275.934018 + 0: The maximum resident set size (KB) = 1172936 Test 096 rap_unified_drag_suite_debug PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/rap_diag_debug -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/rap_diag_debug +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/rap_diag_debug +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/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 = 291.267005 - 0: The maximum resident set size (KB) = 1251024 + 0: The total amount of wall time = 289.345424 + 0: The maximum resident set size (KB) = 1258980 Test 097 rap_diag_debug PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/rap_cires_ugwp_debug -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/rap_cires_ugwp_debug +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/rap_cires_ugwp_debug +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/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 = 281.944904 - 0: The maximum resident set size (KB) = 1171900 + 0: The total amount of wall time = 278.734755 + 0: The maximum resident set size (KB) = 1173724 Test 098 rap_cires_ugwp_debug PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/rap_cires_ugwp_debug -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/rap_unified_ugwp_debug +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/rap_cires_ugwp_debug +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/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 = 275.729399 - 0: The maximum resident set size (KB) = 1176476 + 0: The total amount of wall time = 276.565172 + 0: The maximum resident set size (KB) = 1172568 Test 099 rap_unified_ugwp_debug PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/rap_lndp_debug -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/rap_lndp_debug +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/rap_lndp_debug +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/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 = 277.879374 - 0: The maximum resident set size (KB) = 1177788 + 0: The total amount of wall time = 280.012385 + 0: The maximum resident set size (KB) = 1171796 Test 100 rap_lndp_debug PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/rap_flake_debug -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/rap_flake_debug +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/rap_flake_debug +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/rap_flake_debug Checking test 101 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 = 268.867462 - 0: The maximum resident set size (KB) = 1170548 + 0: The total amount of wall time = 277.393927 + 0: The maximum resident set size (KB) = 1172716 Test 101 rap_flake_debug PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/rap_progcld_thompson_debug -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/rap_progcld_thompson_debug +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/rap_progcld_thompson_debug +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/rap_progcld_thompson_debug Checking test 102 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 = 274.770071 - 0: The maximum resident set size (KB) = 1174988 + 0: The total amount of wall time = 274.944422 + 0: The maximum resident set size (KB) = 1170776 Test 102 rap_progcld_thompson_debug PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/rap_noah_debug -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/rap_noah_debug +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/rap_noah_debug +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/rap_noah_debug Checking test 103 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.022070 - 0: The maximum resident set size (KB) = 1174572 + 0: The total amount of wall time = 268.213246 + 0: The maximum resident set size (KB) = 1171884 Test 103 rap_noah_debug PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/rap_rrtmgp_debug -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/rap_rrtmgp_debug +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/rap_rrtmgp_debug +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/rap_rrtmgp_debug Checking test 104 rap_rrtmgp_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 = 458.115347 - 0: The maximum resident set size (KB) = 1305364 + 0: The total amount of wall time = 459.153264 + 0: The maximum resident set size (KB) = 1301596 Test 104 rap_rrtmgp_debug PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/rap_sfcdiff_debug -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/rap_sfcdiff_debug +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/rap_sfcdiff_debug +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/rap_sfcdiff_debug Checking test 105 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 = 275.759821 - 0: The maximum resident set size (KB) = 1170432 + 0: The total amount of wall time = 272.444593 + 0: The maximum resident set size (KB) = 1177716 Test 105 rap_sfcdiff_debug PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/rap_noah_sfcdiff_cires_ugwp_debug -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/rap_noah_sfcdiff_cires_ugwp_debug +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/rap_noah_sfcdiff_cires_ugwp_debug +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/rap_noah_sfcdiff_cires_ugwp_debug Checking test 106 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.567736 - 0: The maximum resident set size (KB) = 1171736 + 0: The total amount of wall time = 445.194191 + 0: The maximum resident set size (KB) = 1171020 Test 106 rap_noah_sfcdiff_cires_ugwp_debug PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/rrfs_v1beta_debug -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/rrfs_v1beta_debug +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/rrfs_v1beta_debug +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/rrfs_v1beta_debug Checking test 107 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 = 269.098338 - 0: The maximum resident set size (KB) = 1169916 + 0: The total amount of wall time = 270.223942 + 0: The maximum resident set size (KB) = 1167044 Test 107 rrfs_v1beta_debug PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/control_wam_debug -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/control_wam_debug +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/control_wam_debug +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/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 = 282.283258 - 0: The maximum resident set size (KB) = 521488 + 0: The total amount of wall time = 281.998327 + 0: The maximum resident set size (KB) = 517976 Test 108 control_wam_debug PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/regional_spp_sppt_shum_skeb_dyn32_phy32 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/regional_spp_sppt_shum_skeb_dyn32_phy32 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/regional_spp_sppt_shum_skeb_dyn32_phy32 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/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 @@ -3585,14 +3586,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 = 265.698564 - 0: The maximum resident set size (KB) = 1079588 + 0: The total amount of wall time = 264.958203 + 0: The maximum resident set size (KB) = 1080524 Test 109 regional_spp_sppt_shum_skeb_dyn32_phy32 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/rap_control_dyn32_phy32 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/rap_control_dyn32_phy32 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/rap_control_dyn32_phy32 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/rap_control_dyn32_phy32 Checking test 110 rap_control_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3639,14 +3640,14 @@ Checking test 110 rap_control_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 356.129539 - 0: The maximum resident set size (KB) = 996736 + 0: The total amount of wall time = 357.401865 + 0: The maximum resident set size (KB) = 1006964 Test 110 rap_control_dyn32_phy32 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/hrrr_control_dyn32_phy32 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/hrrr_control_dyn32_phy32 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/hrrr_control_dyn32_phy32 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/hrrr_control_dyn32_phy32 Checking test 111 hrrr_control_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3693,14 +3694,14 @@ Checking test 111 hrrr_control_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 185.455215 - 0: The maximum resident set size (KB) = 945372 + 0: The total amount of wall time = 184.417025 + 0: The maximum resident set size (KB) = 959720 Test 111 hrrr_control_dyn32_phy32 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/rap_control_dyn32_phy32 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/rap_2threads_dyn32_phy32 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/rap_control_dyn32_phy32 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/rap_2threads_dyn32_phy32 Checking test 112 rap_2threads_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3747,14 +3748,14 @@ Checking test 112 rap_2threads_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 426.628281 - 0: The maximum resident set size (KB) = 929644 + 0: The total amount of wall time = 432.390455 + 0: The maximum resident set size (KB) = 930400 Test 112 rap_2threads_dyn32_phy32 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/hrrr_control_dyn32_phy32 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/hrrr_control_2threads_dyn32_phy32 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/hrrr_control_dyn32_phy32 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/hrrr_control_2threads_dyn32_phy32 Checking test 113 hrrr_control_2threads_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3801,14 +3802,14 @@ Checking test 113 hrrr_control_2threads_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 220.237116 - 0: The maximum resident set size (KB) = 922892 + 0: The total amount of wall time = 220.630641 + 0: The maximum resident set size (KB) = 918764 Test 113 hrrr_control_2threads_dyn32_phy32 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/hrrr_control_dyn32_phy32 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/hrrr_control_decomp_dyn32_phy32 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/hrrr_control_dyn32_phy32 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/hrrr_control_decomp_dyn32_phy32 Checking test 114 hrrr_control_decomp_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3855,14 +3856,14 @@ Checking test 114 hrrr_control_decomp_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 195.352529 - 0: The maximum resident set size (KB) = 898164 + 0: The total amount of wall time = 194.215661 + 0: The maximum resident set size (KB) = 902084 Test 114 hrrr_control_decomp_dyn32_phy32 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/rap_control_dyn32_phy32 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/rap_restart_dyn32_phy32 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/rap_control_dyn32_phy32 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/rap_restart_dyn32_phy32 Checking test 115 rap_restart_dyn32_phy32 results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -3901,14 +3902,14 @@ Checking test 115 rap_restart_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 265.952946 - 0: The maximum resident set size (KB) = 952160 + 0: The total amount of wall time = 264.075744 + 0: The maximum resident set size (KB) = 944484 Test 115 rap_restart_dyn32_phy32 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/hrrr_control_dyn32_phy32 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/hrrr_control_restart_dyn32_phy32 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/hrrr_control_dyn32_phy32 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/hrrr_control_restart_dyn32_phy32 Checking test 116 hrrr_control_restart_dyn32_phy32 results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -3947,14 +3948,14 @@ Checking test 116 hrrr_control_restart_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 95.175906 - 0: The maximum resident set size (KB) = 849076 + 0: The total amount of wall time = 94.471315 + 0: The maximum resident set size (KB) = 857564 Test 116 hrrr_control_restart_dyn32_phy32 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/rap_control_dyn64_phy32 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/rap_control_dyn64_phy32 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/rap_control_dyn64_phy32 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/rap_control_dyn64_phy32 Checking test 117 rap_control_dyn64_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -4001,81 +4002,81 @@ Checking test 117 rap_control_dyn64_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 231.839931 - 0: The maximum resident set size (KB) = 961676 + 0: The total amount of wall time = 230.412030 + 0: The maximum resident set size (KB) = 964516 Test 117 rap_control_dyn64_phy32 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/rap_control_debug_dyn32_phy32 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/rap_control_debug_dyn32_phy32 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/rap_control_debug_dyn32_phy32 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/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 = 266.546299 - 0: The maximum resident set size (KB) = 1053128 + 0: The total amount of wall time = 271.387551 + 0: The maximum resident set size (KB) = 1061080 Test 118 rap_control_debug_dyn32_phy32 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/hrrr_control_debug_dyn32_phy32 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/hrrr_control_debug_dyn32_phy32 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/hrrr_control_debug_dyn32_phy32 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/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 = 262.844871 - 0: The maximum resident set size (KB) = 1054544 + 0: The total amount of wall time = 262.424923 + 0: The maximum resident set size (KB) = 1056224 Test 119 hrrr_control_debug_dyn32_phy32 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/rap_control_debug_dyn64_phy32 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/rap_control_dyn64_phy32_debug +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/rap_control_debug_dyn64_phy32 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/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 = 271.941427 - 0: The maximum resident set size (KB) = 1094976 + 0: The total amount of wall time = 274.439854 + 0: The maximum resident set size (KB) = 1103004 Test 120 rap_control_dyn64_phy32_debug PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/hafs_regional_atm -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/hafs_regional_atm +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/hafs_regional_atm +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/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 = 299.505888 - 0: The maximum resident set size (KB) = 973176 + 0: The total amount of wall time = 300.415094 + 0: The maximum resident set size (KB) = 972004 Test 121 hafs_regional_atm PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/hafs_regional_atm_thompson_gfdlsf -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/hafs_regional_atm_thompson_gfdlsf +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/hafs_regional_atm_thompson_gfdlsf +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/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 = 377.801934 - 0: The maximum resident set size (KB) = 1344092 + 0: The total amount of wall time = 378.198015 + 0: The maximum resident set size (KB) = 1344580 Test 122 hafs_regional_atm_thompson_gfdlsf PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/hafs_regional_atm_ocn -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/hafs_regional_atm_ocn +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/hafs_regional_atm_ocn +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/hafs_regional_atm_ocn Checking test 123 hafs_regional_atm_ocn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4084,14 +4085,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 = 380.058395 - 0: The maximum resident set size (KB) = 1193088 + 0: The total amount of wall time = 381.617349 + 0: The maximum resident set size (KB) = 1202596 Test 123 hafs_regional_atm_ocn PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/hafs_regional_atm_wav -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/hafs_regional_atm_wav +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/hafs_regional_atm_wav +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/hafs_regional_atm_wav Checking test 124 hafs_regional_atm_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4100,14 +4101,14 @@ Checking test 124 hafs_regional_atm_wav results .... Comparing 20190829.060000.restart.ww3 .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 715.816833 - 0: The maximum resident set size (KB) = 1224504 + 0: The total amount of wall time = 705.547353 + 0: The maximum resident set size (KB) = 1222052 Test 124 hafs_regional_atm_wav PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/hafs_regional_atm_ocn_wav -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/hafs_regional_atm_ocn_wav +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/hafs_regional_atm_ocn_wav +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/hafs_regional_atm_ocn_wav Checking test 125 hafs_regional_atm_ocn_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4118,28 +4119,28 @@ Checking test 125 hafs_regional_atm_ocn_wav results .... Comparing 20190829.060000.restart.ww3 .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 804.799149 - 0: The maximum resident set size (KB) = 1240600 + 0: The total amount of wall time = 816.025854 + 0: The maximum resident set size (KB) = 1240904 Test 125 hafs_regional_atm_ocn_wav PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/hafs_regional_1nest_atm -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/hafs_regional_1nest_atm +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/hafs_regional_1nest_atm +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/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 = 468.963768 - 0: The maximum resident set size (KB) = 535600 + 0: The total amount of wall time = 466.547821 + 0: The maximum resident set size (KB) = 532908 Test 126 hafs_regional_1nest_atm PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/hafs_regional_telescopic_2nests_atm -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/hafs_regional_telescopic_2nests_atm +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/hafs_regional_telescopic_2nests_atm +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/hafs_regional_telescopic_2nests_atm Checking test 127 hafs_regional_telescopic_2nests_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4148,28 +4149,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 = 518.783521 - 0: The maximum resident set size (KB) = 582848 + 0: The total amount of wall time = 516.988356 + 0: The maximum resident set size (KB) = 585188 Test 127 hafs_regional_telescopic_2nests_atm PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/hafs_global_1nest_atm -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/hafs_global_1nest_atm +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/hafs_global_1nest_atm +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/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 = 213.259294 - 0: The maximum resident set size (KB) = 379820 + 0: The total amount of wall time = 212.321625 + 0: The maximum resident set size (KB) = 379572 Test 128 hafs_global_1nest_atm PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/hafs_global_multiple_4nests_atm -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/hafs_global_multiple_4nests_atm +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/hafs_global_multiple_4nests_atm +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/hafs_global_multiple_4nests_atm Checking test 129 hafs_global_multiple_4nests_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4187,14 +4188,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 = 584.622246 - 0: The maximum resident set size (KB) = 413376 + 0: The total amount of wall time = 588.727217 + 0: The maximum resident set size (KB) = 413156 Test 129 hafs_global_multiple_4nests_atm PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/hafs_regional_specified_moving_1nest_atm -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/hafs_regional_specified_moving_1nest_atm +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/hafs_regional_specified_moving_1nest_atm +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/hafs_regional_specified_moving_1nest_atm Checking test 130 hafs_regional_specified_moving_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4203,28 +4204,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 = 280.714860 - 0: The maximum resident set size (KB) = 543764 + 0: The total amount of wall time = 277.200856 + 0: The maximum resident set size (KB) = 543168 Test 130 hafs_regional_specified_moving_1nest_atm PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/hafs_regional_storm_following_1nest_atm -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/hafs_regional_storm_following_1nest_atm +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/hafs_regional_storm_following_1nest_atm +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/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 = 266.980776 - 0: The maximum resident set size (KB) = 547444 + 0: The total amount of wall time = 266.724034 + 0: The maximum resident set size (KB) = 540152 Test 131 hafs_regional_storm_following_1nest_atm PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/hafs_regional_storm_following_1nest_atm_ocn -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/hafs_regional_storm_following_1nest_atm_ocn +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/hafs_regional_storm_following_1nest_atm_ocn +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/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 @@ -4233,14 +4234,14 @@ 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 = 275.276780 - 0: The maximum resident set size (KB) = 611116 + 0: The total amount of wall time = 274.584992 + 0: The maximum resident set size (KB) = 612236 Test 132 hafs_regional_storm_following_1nest_atm_ocn PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/hafs_regional_storm_following_1nest_atm_ocn_wav -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/hafs_regional_storm_following_1nest_atm_ocn_wav +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/hafs_regional_storm_following_1nest_atm_ocn_wav +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/hafs_regional_storm_following_1nest_atm_ocn_wav Checking test 133 hafs_regional_storm_following_1nest_atm_ocn_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4251,28 +4252,28 @@ Checking test 133 hafs_regional_storm_following_1nest_atm_ocn_wav results .... Comparing out_grd.ww3 .........OK Comparing out_pnt.ww3 .........OK - 0: The total amount of wall time = 627.943669 - 0: The maximum resident set size (KB) = 595900 + 0: The total amount of wall time = 628.312072 + 0: The maximum resident set size (KB) = 592704 Test 133 hafs_regional_storm_following_1nest_atm_ocn_wav PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/hafs_global_storm_following_1nest_atm -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/hafs_global_storm_following_1nest_atm +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/hafs_global_storm_following_1nest_atm +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/hafs_global_storm_following_1nest_atm Checking test 134 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 = 79.353946 - 0: The maximum resident set size (KB) = 391244 + 0: The total amount of wall time = 78.866732 + 0: The maximum resident set size (KB) = 392388 Test 134 hafs_global_storm_following_1nest_atm PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/hafs_regional_docn -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/hafs_regional_docn +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/hafs_regional_docn +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/hafs_regional_docn Checking test 135 hafs_regional_docn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4280,14 +4281,14 @@ Checking test 135 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 = 380.493136 - 0: The maximum resident set size (KB) = 1208264 + 0: The total amount of wall time = 376.714756 + 0: The maximum resident set size (KB) = 1203600 Test 135 hafs_regional_docn PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/hafs_regional_docn_oisst -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/hafs_regional_docn_oisst +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/hafs_regional_docn_oisst +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/hafs_regional_docn_oisst Checking test 136 hafs_regional_docn_oisst results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4295,131 +4296,131 @@ Checking test 136 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 = 380.809819 - 0: The maximum resident set size (KB) = 1198556 + 0: The total amount of wall time = 378.151747 + 0: The maximum resident set size (KB) = 1194424 Test 136 hafs_regional_docn_oisst PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/hafs_regional_datm_cdeps -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/hafs_regional_datm_cdeps +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/hafs_regional_datm_cdeps +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/hafs_regional_datm_cdeps Checking test 137 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 = 930.520631 - 0: The maximum resident set size (KB) = 1038220 + 0: The total amount of wall time = 938.424594 + 0: The maximum resident set size (KB) = 1041204 Test 137 hafs_regional_datm_cdeps PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/datm_cdeps_control_cfsr -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/datm_cdeps_control_cfsr +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/datm_cdeps_control_cfsr +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/datm_cdeps_control_cfsr Checking test 138 datm_cdeps_control_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 157.733773 - 0: The maximum resident set size (KB) = 1073448 + 0: The total amount of wall time = 156.956369 + 0: The maximum resident set size (KB) = 1060140 Test 138 datm_cdeps_control_cfsr PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/datm_cdeps_control_cfsr -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/datm_cdeps_restart_cfsr +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/datm_cdeps_control_cfsr +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/datm_cdeps_restart_cfsr Checking test 139 datm_cdeps_restart_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 94.180051 - 0: The maximum resident set size (KB) = 1019676 + 0: The total amount of wall time = 92.216043 + 0: The maximum resident set size (KB) = 1009052 Test 139 datm_cdeps_restart_cfsr PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/datm_cdeps_control_gefs -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/datm_cdeps_control_gefs +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/datm_cdeps_control_gefs +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/datm_cdeps_control_gefs Checking test 140 datm_cdeps_control_gefs results .... Comparing RESTART/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 = 151.896661 - 0: The maximum resident set size (KB) = 960044 + 0: The total amount of wall time = 152.387302 + 0: The maximum resident set size (KB) = 978928 Test 140 datm_cdeps_control_gefs PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/datm_cdeps_iau_gefs -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/datm_cdeps_iau_gefs +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/datm_cdeps_iau_gefs +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/datm_cdeps_iau_gefs Checking test 141 datm_cdeps_iau_gefs results .... Comparing RESTART/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 = 151.922743 - 0: The maximum resident set size (KB) = 961076 + 0: The total amount of wall time = 153.818882 + 0: The maximum resident set size (KB) = 963340 Test 141 datm_cdeps_iau_gefs PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/datm_cdeps_stochy_gefs -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/datm_cdeps_stochy_gefs +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/datm_cdeps_stochy_gefs +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/datm_cdeps_stochy_gefs Checking test 142 datm_cdeps_stochy_gefs results .... Comparing RESTART/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.920440 - 0: The maximum resident set size (KB) = 952260 + 0: The total amount of wall time = 153.667122 + 0: The maximum resident set size (KB) = 966032 Test 142 datm_cdeps_stochy_gefs PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/datm_cdeps_ciceC_cfsr -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/datm_cdeps_ciceC_cfsr +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/datm_cdeps_ciceC_cfsr +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/datm_cdeps_ciceC_cfsr Checking test 143 datm_cdeps_ciceC_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 154.431660 - 0: The maximum resident set size (KB) = 1088816 + 0: The total amount of wall time = 154.198555 + 0: The maximum resident set size (KB) = 1060628 Test 143 datm_cdeps_ciceC_cfsr PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/datm_cdeps_bulk_cfsr -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/datm_cdeps_bulk_cfsr +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/datm_cdeps_bulk_cfsr +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/datm_cdeps_bulk_cfsr Checking test 144 datm_cdeps_bulk_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 155.973120 - 0: The maximum resident set size (KB) = 1053220 + 0: The total amount of wall time = 157.434737 + 0: The maximum resident set size (KB) = 1072588 Test 144 datm_cdeps_bulk_cfsr PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/datm_cdeps_bulk_gefs -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/datm_cdeps_bulk_gefs +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/datm_cdeps_bulk_gefs +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/datm_cdeps_bulk_gefs Checking test 145 datm_cdeps_bulk_gefs results .... Comparing RESTART/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 = 151.811345 - 0: The maximum resident set size (KB) = 970796 + 0: The total amount of wall time = 148.736455 + 0: The maximum resident set size (KB) = 968464 Test 145 datm_cdeps_bulk_gefs PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/datm_cdeps_mx025_cfsr -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/datm_cdeps_mx025_cfsr +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/datm_cdeps_mx025_cfsr +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/datm_cdeps_mx025_cfsr Checking test 146 datm_cdeps_mx025_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK @@ -4428,14 +4429,14 @@ Checking test 146 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 = 436.231806 - 0: The maximum resident set size (KB) = 881568 + 0: The total amount of wall time = 425.527534 + 0: The maximum resident set size (KB) = 893676 Test 146 datm_cdeps_mx025_cfsr PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/datm_cdeps_mx025_gefs -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/datm_cdeps_mx025_gefs +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/datm_cdeps_mx025_gefs +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/datm_cdeps_mx025_gefs Checking test 147 datm_cdeps_mx025_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK @@ -4444,64 +4445,64 @@ Checking test 147 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 = 437.864097 - 0: The maximum resident set size (KB) = 931060 + 0: The total amount of wall time = 421.118956 + 0: The maximum resident set size (KB) = 929724 Test 147 datm_cdeps_mx025_gefs PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/datm_cdeps_control_cfsr -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/datm_cdeps_multiple_files_cfsr +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/datm_cdeps_control_cfsr +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/datm_cdeps_multiple_files_cfsr Checking test 148 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 = 156.738465 - 0: The maximum resident set size (KB) = 1077168 + 0: The total amount of wall time = 156.975246 + 0: The maximum resident set size (KB) = 1066192 Test 148 datm_cdeps_multiple_files_cfsr PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/datm_cdeps_3072x1536_cfsr -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/datm_cdeps_3072x1536_cfsr +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/datm_cdeps_3072x1536_cfsr +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/datm_cdeps_3072x1536_cfsr Checking test 149 datm_cdeps_3072x1536_cfsr results .... Comparing RESTART/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 = 206.626226 - 0: The maximum resident set size (KB) = 2369928 + 0: The total amount of wall time = 202.477431 + 0: The maximum resident set size (KB) = 2361244 Test 149 datm_cdeps_3072x1536_cfsr PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/datm_cdeps_gfs -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/datm_cdeps_gfs +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/datm_cdeps_gfs +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/datm_cdeps_gfs Checking test 150 datm_cdeps_gfs results .... Comparing RESTART/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 = 208.529128 - 0: The maximum resident set size (KB) = 2364068 + 0: The total amount of wall time = 212.342458 + 0: The maximum resident set size (KB) = 2358484 Test 150 datm_cdeps_gfs PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/datm_cdeps_debug_cfsr -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/datm_cdeps_debug_cfsr +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/datm_cdeps_debug_cfsr +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/datm_cdeps_debug_cfsr Checking test 151 datm_cdeps_debug_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-01-21600.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-01-21600.nc .........OK - 0: The total amount of wall time = 446.175810 - 0: The maximum resident set size (KB) = 1010064 + 0: The total amount of wall time = 466.175889 + 0: The maximum resident set size (KB) = 1008816 Test 151 datm_cdeps_debug_cfsr PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/datm_cdeps_lnd_gswp3 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/datm_cdeps_lnd_gswp3 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/datm_cdeps_lnd_gswp3 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/datm_cdeps_lnd_gswp3 Checking test 152 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 @@ -4510,14 +4511,14 @@ Checking test 152 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.385778 - 0: The maximum resident set size (KB) = 254104 + 0: The total amount of wall time = 6.648827 + 0: The maximum resident set size (KB) = 263216 Test 152 datm_cdeps_lnd_gswp3 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/datm_cdeps_lnd_gswp3 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/datm_cdeps_lnd_gswp3_rst +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/datm_cdeps_lnd_gswp3 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/datm_cdeps_lnd_gswp3_rst Checking test 153 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 @@ -4526,14 +4527,14 @@ Checking test 153 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.435507 - 0: The maximum resident set size (KB) = 263040 + 0: The total amount of wall time = 12.185264 + 0: The maximum resident set size (KB) = 264160 Test 153 datm_cdeps_lnd_gswp3_rst PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/control_p8_atmlnd_sbs -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/control_p8_atmlnd_sbs +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/control_p8_atmlnd_sbs +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/control_p8_atmlnd_sbs Checking test 154 control_p8_atmlnd_sbs results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -4618,14 +4619,14 @@ Checking test 154 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 = 201.188809 - 0: The maximum resident set size (KB) = 1607088 + 0: The total amount of wall time = 200.373128 + 0: The maximum resident set size (KB) = 1609696 Test 154 control_p8_atmlnd_sbs PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/control_atmwav -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/control_atmwav +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/control_atmwav +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/control_atmwav Checking test 155 control_atmwav results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -4669,14 +4670,14 @@ Checking test 155 control_atmwav results .... Comparing RESTART/sfc_data.tile6.nc .........OK Comparing 20210322.180000.restart.glo_1deg .........OK - 0: The total amount of wall time = 86.610954 - 0: The maximum resident set size (KB) = 654652 + 0: The total amount of wall time = 85.532554 + 0: The maximum resident set size (KB) = 656964 Test 155 control_atmwav PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/atmaero_control_p8 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/atmaero_control_p8 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/atmaero_control_p8 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/atmaero_control_p8 Checking test 156 atmaero_control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -4720,14 +4721,14 @@ Checking test 156 atmaero_control_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 230.330548 - 0: The maximum resident set size (KB) = 2975788 + 0: The total amount of wall time = 222.846664 + 0: The maximum resident set size (KB) = 2977200 Test 156 atmaero_control_p8 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/atmaero_control_p8_rad -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/atmaero_control_p8_rad +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/atmaero_control_p8_rad +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/atmaero_control_p8_rad Checking test 157 atmaero_control_p8_rad results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -4771,14 +4772,14 @@ Checking test 157 atmaero_control_p8_rad results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 282.458991 - 0: The maximum resident set size (KB) = 3050164 + 0: The total amount of wall time = 275.228367 + 0: The maximum resident set size (KB) = 3042952 Test 157 atmaero_control_p8_rad PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/atmaero_control_p8_rad_micro -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/atmaero_control_p8_rad_micro +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/atmaero_control_p8_rad_micro +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/atmaero_control_p8_rad_micro Checking test 158 atmaero_control_p8_rad_micro results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -4822,14 +4823,14 @@ Checking test 158 atmaero_control_p8_rad_micro results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 284.617061 - 0: The maximum resident set size (KB) = 3051876 + 0: The total amount of wall time = 278.762309 + 0: The maximum resident set size (KB) = 3051612 Test 158 atmaero_control_p8_rad_micro PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221215/INTEL/regional_atmaq -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_30728/regional_atmaq +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/regional_atmaq +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/regional_atmaq Checking test 159 regional_atmaq results .... Comparing sfcf000.nc .........OK Comparing sfcf003.nc .........OK @@ -4845,12 +4846,33 @@ Checking test 159 regional_atmaq results .... Comparing RESTART/phy_data.nc .........OK Comparing RESTART/sfc_data.nc .........OK - 0: The total amount of wall time = 650.681359 - 0: The maximum resident set size (KB) = 1096944 + 0: The total amount of wall time = 653.213453 + 0: The maximum resident set size (KB) = 1093980 Test 159 regional_atmaq PASS +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20221219/INTEL/regional_atmaq_debug +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_12084/regional_atmaq_debug +Checking test 160 regional_atmaq_debug results .... + Comparing sfcf000.nc .........OK + Comparing sfcf001.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf001.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/phy_data.nc .........OK + Comparing RESTART/sfc_data.nc .........OK + + 0: The total amount of wall time = 1222.929301 + 0: The maximum resident set size (KB) = 1203356 + +Test 160 regional_atmaq_debug PASS + + REGRESSION TEST WAS SUCCESSFUL -Fri Dec 16 08:18:33 UTC 2022 -Elapsed time: 20h:06m:08s. Have a nice day! +Mon Dec 19 17:32:07 UTC 2022 +Elapsed time: 01h:41m:49s. Have a nice day! diff --git a/tests/rt.conf b/tests/rt.conf index 935b5cc390..c07d5a85e0 100644 --- a/tests/rt.conf +++ b/tests/rt.conf @@ -2,21 +2,21 @@ # S2S tests # ################################################################################################################################################################################### -COMPILE | -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp | - wcoss2.intel | fv3 | -RUN | cpld_control_p8 | - wcoss2.intel | fv3 | -RUN | cpld_restart_p8 | - wcoss2.intel | | cpld_control_p8 -RUN | cpld_2threads_p8 | - wcoss2.intel | | -RUN | cpld_esmfthreads_p8 | - wcoss2.intel | | -RUN | cpld_decomp_p8 | - wcoss2.intel | | -RUN | cpld_mpi_p8 | - wcoss2.intel | | -#RUN | cpld_multigrid_p8 | - wcoss2.intel | | -RUN | cpld_control_ciceC_p8 | - wcoss2.intel | fv3 | - -RUN | cpld_control_c192_p8 | - wcoss2.intel jet.intel acorn.intel | fv3 | -RUN | cpld_restart_c192_p8 | - wcoss2.intel jet.intel acorn.intel | | cpld_control_c192_p8 - -RUN | cpld_bmark_p8 | - wcoss2.intel jet.intel cheyenne.intel acorn.intel | fv3 | -RUN | cpld_restart_bmark_p8 | - wcoss2.intel jet.intel cheyenne.intel acorn.intel | | cpld_bmark_p8 +COMPILE | -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp | | fv3 | +RUN | cpld_control_p8 | | fv3 | +RUN | cpld_restart_p8 | | | cpld_control_p8 +RUN | cpld_2threads_p8 | | | +RUN | cpld_esmfthreads_p8 | | | +RUN | cpld_decomp_p8 | | | +RUN | cpld_mpi_p8 | | | +#RUN | cpld_multigrid_p8 | | | +RUN | cpld_control_ciceC_p8 | | fv3 | + +RUN | cpld_control_c192_p8 | - wcoss2.intel jet.intel acorn.intel | fv3 | +RUN | cpld_restart_c192_p8 | - wcoss2.intel jet.intel acorn.intel | | cpld_control_c192_p8 + +RUN | cpld_bmark_p8 | - jet.intel cheyenne.intel acorn.intel | fv3 | +RUN | cpld_restart_bmark_p8 | - jet.intel cheyenne.intel acorn.intel | | cpld_bmark_p8 COMPILE | -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 | | fv3 | RUN | cpld_control_noaero_p8 | | fv3 | @@ -33,9 +33,9 @@ COMPILE | -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_sfcocn -DCMEPS_AOFLUX=O RUN | cpld_control_noaero_p8_agrid | | fv3 | COMPILE | -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 | | fv3 | -RUN | cpld_control_c48 | - wcoss2.intel | fv3 | -RUN | cpld_warmstart_c48 | - wcoss2.intel | fv3 | -RUN | cpld_restart_c48 | - wcoss2.intel | | cpld_warmstart_c48 +RUN | cpld_control_c48 | | fv3 | +RUN | cpld_warmstart_c48 | | fv3 | +RUN | cpld_restart_c48 | | | cpld_warmstart_c48 ################################################################################################################################################################################### # ATM tests # @@ -175,8 +175,8 @@ COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON RUN | regional_spp_sppt_shum_skeb_dyn32_phy32 | | fv3 | RUN | rap_control_dyn32_phy32 | | fv3 | RUN | hrrr_control_dyn32_phy32 | | fv3 | -RUN | rap_2threads_dyn32_phy32 | - wcoss_cray | | -RUN | hrrr_control_2threads_dyn32_phy32 | - wcoss_cray | | +RUN | rap_2threads_dyn32_phy32 | | | +RUN | hrrr_control_2threads_dyn32_phy32 | | | RUN | hrrr_control_decomp_dyn32_phy32 | | | RUN | rap_restart_dyn32_phy32 | | | rap_control_dyn32_phy32 RUN | hrrr_control_restart_dyn32_phy32 | | | hrrr_control_dyn32_phy32 @@ -268,13 +268,15 @@ RUN | control_atmwav # ATM-GOCART tests # ################################################################################################################################################################################### -COMPILE | -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON | - wcoss2.intel | fv3 | -RUN | atmaero_control_p8 | - wcoss2.intel | fv3 | -RUN | atmaero_control_p8_rad | - wcoss2.intel | fv3 | -RUN | atmaero_control_p8_rad_micro | - wcoss2.intel | fv3 | +COMPILE | -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON | | fv3 | +RUN | atmaero_control_p8 | | fv3 | +RUN | atmaero_control_p8_rad | | fv3 | +RUN | atmaero_control_p8_rad_micro | | fv3 | ################################################################################################################################################################################### # ATM-CMAQ tests ################################################################################################################################################################################### COMPILE | -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 | | fv3 | RUN | regional_atmaq | | fv3 | +COMPILE | -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DDEBUG=ON | | fv3 | +RUN | regional_atmaq_debug | - jet.intel | fv3 | diff --git a/tests/rt.ncar.sh b/tests/rt.ncar.sh index c82b2be887..b64a546b4c 100755 --- a/tests/rt.ncar.sh +++ b/tests/rt.ncar.sh @@ -444,7 +444,7 @@ if [[ $TESTS_FILE =~ '35d' ]] || [[ $TESTS_FILE =~ 'weekly' ]]; then TEST_35D=true fi -BL_DATE=20221215 +BL_DATE=20221219 RTPWD=${RTPWD:-$DISKNM/NCAR/main-${BL_DATE}/${RT_COMPILER^^}} diff --git a/tests/rt.sh b/tests/rt.sh index 533f101f6c..5875adf2c3 100755 --- a/tests/rt.sh +++ b/tests/rt.sh @@ -443,7 +443,7 @@ if [[ $TESTS_FILE =~ '35d' ]] || [[ $TESTS_FILE =~ 'weekly' ]]; then TEST_35D=true fi -BL_DATE=20221128 +BL_DATE=20221201 RTPWD=${RTPWD:-$DISKNM/NEMSfv3gfs/develop-${BL_DATE}/${RT_COMPILER^^}} diff --git a/tests/tests/regional_atmaq_debug b/tests/tests/regional_atmaq_debug new file mode 100644 index 0000000000..298e744771 --- /dev/null +++ b/tests/tests/regional_atmaq_debug @@ -0,0 +1,98 @@ +############################################################################### +# +# regional aqm test: GFSv15p2 atmosphere with aqm (CMAQ) in DEBUG mode C96L64 +# +############################################################################### + +export TEST_DESCR="AQM (CMAQ) regional test for comparison in debug mode of results with previous trunk version" + +export CNTL_DIR=regional_atmaq_debug + +export LIST_FILES="sfcf000.nc \ + sfcf001.nc \ + atmf000.nc \ + atmf001.nc \ + RESTART/coupler.res \ + RESTART/fv_core.res.nc \ + RESTART/fv_core.res.tile1.nc \ + RESTART/fv_srf_wnd.res.tile1.nc \ + RESTART/fv_tracer.res.tile1.nc \ + RESTART/phy_data.nc \ + RESTART/sfc_data.nc" + +export_fv3 + +export SYEAR=2019 +export SMONTH=08 +export SDAY=1 +export SHOUR=12 +export FHMAX=1 +export DT_ATMOS=180 +export WRTTASK_PER_GROUP=8 +export NSOUT=-1 +export OUTPUT_GRID='lambert_conformal' +export NSTF_NAME='2,0,0,0,0' +export IAER=5111 +export IOVR=3 +export OUTPUT_FH='0 1' + +#AQM Specifics +#NPZ input.nml 64 +#DNATS input.nml 4 +#RES_LATLON_DYNAMICS input.nml 'fv3_increment.nc' +#fhzero = 1.0 input.nml +#fhcyc = 0 input.nml +#cdmbgwd = 3.5, 0.25 input.nml +export AQM=.true. +export MAX_OUTPUT_FIELDS=450 +export OUTPUT_GRID='lambert_conformal' +export CEN_LON=-97.5 +export CEN_LAT=38.5 +export LON1=-121.70231097 +export LAT1=22.57417972 +export STDLAT1=38.5 +export STDLAT2=38.5 +export NPX=397 +export NPY=233 +export NX=393 +export NY=225 +export DX=13000.0 +export DY=13000.0 +export FNALBC="'C775.snowfree_albedo.tileX.nc'" +export FNVETC="'C775.vegetation_type.tileX.nc'" +export FNSOTC="'C775.soil_type.tileX.nc'" +export FNABSC="'C775.maximum_snow_albedo.tileX.nc'" + +export TASKS=${TASKS_aqm} +export INPES=${INPES_aqm} +export JNPES=${JNPES_aqm} +export NTILES=1 +export atm_model='fv3' +export aqm_model='aqm' + +export FIELD_TABLE=field_table_aqm +export DIAG_TABLE=diag_table_aqm +export DNATS=5 +export FSCAV_AERO="'aacd:0.0', 'acet:0.0', 'acrolein:0.0', 'acro_primary:0.0', + 'ald2:0.0', 'ald2_primary:0.0', 'aldx:0.0', 'benzene:0.0', + 'butadiene13:0.0', 'cat1:0.0', 'cl2:0.0', 'clno2:0.0', + 'co:0.0', 'cres:0.0', 'cron:0.0', 'ech4:0.0', 'epox:0.0', + 'eth:0.0', 'etha:0.0', 'ethy:0.0', 'etoh:0.0', 'facd:0.0', + 'fmcl:0.0', 'form:0.0', 'form_primary:0.0', 'gly:0.0', + 'glyd:0.0', 'h2o2:0.0', 'hcl:0.0', 'hg:0.0', 'hgiigas:0.0', + 'hno3:0.0', 'hocl:0.0', 'hono:0.0', 'hpld:0.0', 'intr:0.0', + 'iole:0.0', 'isop:0.0', 'ispd:0.0', 'ispx:0.0', 'ket:0.0', + 'meoh:0.0', 'mepx:0.0', 'mgly:0.0', 'n2o5:0.0', 'naph:0.0', + 'no:0.0', 'no2:0.0', 'no3:0.0', 'ntr1:0.0', 'ntr2:0.0', + 'o3:0.0', 'ole:0.0', 'opan:0.0', 'open:0.0', 'opo3:0.0', + 'pacd:0.0', 'pan:0.0', 'panx:0.0', 'par:0.0', 'pcvoc:0.0', + 'pna:0.0', 'prpa:0.0', 'rooh:0.0', 'sesq:0.0', 'so2:0.0', + 'soaalk:0.0', 'sulf:0.0', 'terp:0.0', 'tol:0.0', 'tolu:0.0', + 'vivpo1:0.0', 'vlvoo1:0.0', 'vlvoo2:0.0', 'vlvpo1:0.0', + 'vsvoo1:0.0', 'vsvoo2:0.0', 'vsvoo3:0.0', 'vsvpo1:0.0', + 'vsvpo2:0.0', 'vsvpo3:0.0', 'xopn:0.0', 'xylmn:0.0', '*:0.2'" +export INPUT_NML="regional_atmaq.nml.IN" +export MODEL_CONFIGURE="model_configure_atmaq.IN" +export NEMS_CONFIGURE="nems.configure.atmaq.IN" +export FV3_RUN="fv3_aqm.IN" +export CCPP_SUITE=FV3_GFS_v15p2