diff --git a/CMEPS-interface/CMEPS b/CMEPS-interface/CMEPS index 75fed2b0e1..fe2c15820c 160000 --- a/CMEPS-interface/CMEPS +++ b/CMEPS-interface/CMEPS @@ -1 +1 @@ -Subproject commit 75fed2b0e1d7f81543b62f586aa648f36b290b5a +Subproject commit fe2c15820c27808260c313fa5caa0ae69e987dae diff --git a/FV3 b/FV3 index dcf9863e4b..a919cc25be 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit dcf9863e4b2bec824a42476d08a7bb60b1091b4d +Subproject commit a919cc25be37b303540ebf7b0f1ac1813e6c576a diff --git a/WW3 b/WW3 index 081d5a64f2..e026bcc3c7 160000 --- a/WW3 +++ b/WW3 @@ -1 +1 @@ -Subproject commit 081d5a64f205caac7f920acec6004b1a184f5709 +Subproject commit e026bcc3c748580c0e0e22d6b9394356a37d6ef8 diff --git a/modulefiles/ufs_common.lua b/modulefiles/ufs_common.lua index ae8b8e6c31..6b9c9d4042 100644 --- a/modulefiles/ufs_common.lua +++ b/modulefiles/ufs_common.lua @@ -1,56 +1,30 @@ -help([[ -loads UFS Model common libraries -]]) - -jasper_ver=os.getenv("jasper_ver") or "2.0.25" -load(pathJoin("jasper", jasper_ver)) - -zlib_ver=os.getenv("zlib_ver") or "1.2.11" -load(pathJoin("zlib", zlib_ver)) - -libpng_ver=os.getenv("libpng_ver") or "1.6.37" -load(pathJoin("libpng", libpng_ver)) - -hdf5_ver=os.getenv("hdf5_ver") or "1.10.6" -load(pathJoin("hdf5", hdf5_ver)) - -netcdf_ver=os.getenv("netcdf_ver") or "4.7.4" -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.04" -load(pathJoin("fms",fms_ver)) - -bacio_ver=os.getenv("bacio_ver") or "2.4.1" -load(pathJoin("bacio", bacio_ver)) - -crtm_ver=os.getenv("crtm_ver") or "2.4.0" -load(pathJoin("crtm", crtm_ver)) - -g2_ver=os.getenv("g2_ver") or "3.4.5" -load(pathJoin("g2", g2_ver)) - -g2tmpl_ver=os.getenv("g2tmpl_ver") or "1.10.2" -load(pathJoin("g2tmpl", g2tmpl_ver)) - -ip_ver=os.getenv("ip_ver") or "3.3.3" -load(pathJoin("ip", ip_ver)) - -sp_ver=os.getenv("sp_ver") or "2.3.3" -load(pathJoin("sp", sp_ver)) - -w3emc_ver=os.getenv("w3emc_ver") or "2.9.2" -load(pathJoin("w3emc", w3emc_ver)) - -gftl_shared_ver=os.getenv("gftl_shared_ver") or "v1.5.0" -load(pathJoin("gftl-shared", gftl_shared_ver)) - -mapl_ver=os.getenv("mapl_ver") or "2.22.0-esmf-8.3.0b09" -load(pathJoin("mapl", mapl_ver)) - whatis("Description: UFS build environment common libraries") + +help([[Load UFS Model common libraries]]) + +local ufs_modules = { + {["jasper"] = "2.0.25"}, + {["zlib"] = "1.2.11"}, + {["libpng"] = "1.6.37"}, + {["hdf5"] = "1.10.6"}, + {["netcdf"] = "4.7.4"}, + {["pio"] = "2.5.7"}, + {["esmf"] = "8.3.0b09"}, + {["fms"] = "2022.04"}, + {["bacio"] = "2.4.1"}, + {["crtm"] = "2.4.0"}, + {["g2"] = "3.4.5"}, + {["g2tmpl"] = "1.10.2"}, + {["ip"] = "3.3.3"}, + {["sp"] = "2.3.3"}, + {["w3emc"] = "2.9.2"}, + {["gftl-shared"] = "v1.5.0"}, + {["mapl"] = "2.22.0-esmf-8.3.0b09"}, +} + +for i = 1, #ufs_modules do + for name, default_version in pairs(ufs_modules[i]) do + local env_version_name = string.gsub(name, "-", "_") .. "_ver" + load(pathJoin(name, os.getenv(env_version_name) or default_version)) + end +end diff --git a/modulefiles/ufs_gaea.intel.lua b/modulefiles/ufs_gaea.intel.lua index fb0ded562e..245d9d064c 100644 --- a/modulefiles/ufs_gaea.intel.lua +++ b/modulefiles/ufs_gaea.intel.lua @@ -5,9 +5,6 @@ help([[ whatis([===[Loads libraries needed for building the UFS Weather Model on Gaea ]===]) -prepend_path("MODULEPATH", "/lustre/f2/dev/role.epic/contrib/modulefiles") -load(pathJoin("miniconda3",os.getenv("miniconda_ver") or "4.12.0")) - load(pathJoin("cmake", os.getenv("cmake_ver") or "3.20.1")) prepend_path("MODULEPATH","/lustre/f2/dev/role.epic/contrib/hpc-stack/intel-2021.3.0_noarch/modulefiles/stack") @@ -22,14 +19,10 @@ load(pathJoin("libpng", os.getenv("libpng_ver") or "1.6.37")) load(pathJoin("gcc", os.getenv("gcc_ver") or "8.3.0")) -- Needed at runtime: load("alps") -load("rocoto") load("ufs_common") setenv("CC","cc") setenv("FC","ftn") setenv("CXX","CC") -setenv("CMAKE_C_COMPILER","cc") -setenv("CMAKE_CXX_COMPILER","CC") -setenv("CMAKE_Fortran_COMPILER","ftn") setenv("CMAKE_Platform","gaea.intel") diff --git a/modulefiles/ufs_hera.gnu.lua b/modulefiles/ufs_hera.gnu.lua index eef017b7c3..1687aa8f42 100644 --- a/modulefiles/ufs_hera.gnu.lua +++ b/modulefiles/ufs_hera.gnu.lua @@ -2,10 +2,6 @@ help([[ loads UFS Model prerequisites for Hera/GNU ]]) -prepend_path("MODULEPATH", "/scratch1/NCEPDEV/nems/role.epic/miniconda3/modulefiles") -miniconda3_ver=os.getenv("miniconda3_ver") or "4.12.0" -load(pathJoin("miniconda3", miniconda3_ver)) - prepend_path("MODULEPATH", "/contrib/sutils/modulefiles") load("sutils") diff --git a/modulefiles/ufs_hera.intel.lua b/modulefiles/ufs_hera.intel.lua index 2bc3722598..2a3b27d736 100644 --- a/modulefiles/ufs_hera.intel.lua +++ b/modulefiles/ufs_hera.intel.lua @@ -2,10 +2,6 @@ help([[ loads UFS Model prerequisites for Hera/Intel ]]) -prepend_path("MODULEPATH", "/scratch1/NCEPDEV/nems/role.epic/miniconda3/modulefiles") -miniconda3_ver=os.getenv("miniconda3_ver") or "4.12.0" -load(pathJoin("miniconda3", miniconda3_ver)) - prepend_path("MODULEPATH", "/contrib/sutils/modulefiles") load("sutils") diff --git a/modulefiles/ufs_jet.intel.lua b/modulefiles/ufs_jet.intel.lua index 6ca3c691bc..2ce9e944ba 100644 --- a/modulefiles/ufs_jet.intel.lua +++ b/modulefiles/ufs_jet.intel.lua @@ -8,11 +8,6 @@ load("sutils") cmake_ver=os.getenv("cmake_ver") or "3.20.1" load(pathJoin("cmake", cmake_ver)) -prepend_path("MODULEPATH", "/mnt/lfs4/HFIP/hfv3gfs/role.epic/miniconda3/modulefiles") -miniconda3_ver=os.getenv("miniconda3_ver") or "4.12.0" -load(pathJoin("miniconda3", miniconda3_ver)) - - prepend_path("MODULEPATH", "/mnt/lfs4/HFIP/hfv3gfs/role.epic/hpc-stack/libs/intel-2022.1.2/modulefiles/stack") hpc_ver=os.getenv("hpc_ver") or "1.2.0" diff --git a/modulefiles/ufs_orion.intel.lua b/modulefiles/ufs_orion.intel.lua index ab6997c3e9..0e942d9e14 100644 --- a/modulefiles/ufs_orion.intel.lua +++ b/modulefiles/ufs_orion.intel.lua @@ -8,10 +8,6 @@ load("noaatools") cmake_ver=os.getenv("cmake_ver") or "3.22.1" load(pathJoin("cmake", cmake_ver)) -prepend_path("MODULEPATH", "/work/noaa/epic-ps/role-epic-ps/miniconda3/modulefiles") -miniconda3_ver=os.getenv("miniconda3_ver") or "4.12.0" -load(pathJoin("miniconda3", miniconda3_ver)) - prepend_path("MODULEPATH", "/work/noaa/epic-ps/role-epic-ps/hpc-stack/libs/intel-2022.1.2/modulefiles/stack") hpc_ver=os.getenv("hpc_ver") or "1.2.0" diff --git a/tests/RegressionTests_cheyenne.gnu.log b/tests/RegressionTests_cheyenne.gnu.log index 8afecb70a5..6432eadd3b 100644 --- a/tests/RegressionTests_cheyenne.gnu.log +++ b/tests/RegressionTests_cheyenne.gnu.log @@ -1,21 +1,21 @@ -Mon May 8 16:49:10 MDT 2023 +Thu Jun 15 09:44:09 MDT 2023 Start Regression test -Compile 001 elapsed time 386 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 407 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 003 elapsed time 892 seconds. -DAPP=ATM -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 004 elapsed time 196 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 005 elapsed time 391 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 006 elapsed time 1125 seconds. -DAPP=ATM -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 007 elapsed time 905 seconds. -DAPP=ATM -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 008 elapsed time 888 seconds. -DAPP=ATM -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 009 elapsed time 652 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 585 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 369 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 305 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON - -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/GNU/control_c48 -working dir = /glade/scratch/dswales/FV3_RT/rt_8682/control_c48 +Compile 001 elapsed time 391 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v16_ras,FV3_GFS_v17_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 002 elapsed time 400 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 003 elapsed time 894 seconds. -DAPP=ATM -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 004 elapsed time 188 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 005 elapsed time 391 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_flake -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 006 elapsed time 1148 seconds. -DAPP=ATM -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 007 elapsed time 901 seconds. -DAPP=ATM -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 008 elapsed time 890 seconds. -DAPP=ATM -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 009 elapsed time 659 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 010 elapsed time 575 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 011 elapsed time 356 seconds. -DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 012 elapsed time 293 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON + +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_GNU/control_c48 +working dir = /glade/scratch/grantf/FV3_RT/rt_45861/control_c48 Checking test 001 control_c48 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -54,14 +54,14 @@ Checking test 001 control_c48 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 822.602178 -0:The maximum resident set size (KB) = 679820 +0:The total amount of wall time = 820.123543 +0:The maximum resident set size (KB) = 680308 Test 001 control_c48 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/GNU/control_stochy -working dir = /glade/scratch/dswales/FV3_RT/rt_8682/control_stochy +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_GNU/control_stochy +working dir = /glade/scratch/grantf/FV3_RT/rt_45861/control_stochy Checking test 002 control_stochy results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -72,14 +72,14 @@ Checking test 002 control_stochy results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -0:The total amount of wall time = 177.452875 -0:The maximum resident set size (KB) = 443468 +0:The total amount of wall time = 177.513594 +0:The maximum resident set size (KB) = 443528 Test 002 control_stochy PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/GNU/control_ras -working dir = /glade/scratch/dswales/FV3_RT/rt_8682/control_ras +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_GNU/control_ras +working dir = /glade/scratch/grantf/FV3_RT/rt_45861/control_ras Checking test 003 control_ras results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -90,14 +90,14 @@ Checking test 003 control_ras results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 294.249070 -0:The maximum resident set size (KB) = 451956 +0:The total amount of wall time = 294.310816 +0:The maximum resident set size (KB) = 452344 Test 003 control_ras PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/GNU/control_p8 -working dir = /glade/scratch/dswales/FV3_RT/rt_8682/control_p8 +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_GNU/control_p8 +working dir = /glade/scratch/grantf/FV3_RT/rt_45861/control_p8 Checking test 004 control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -144,15 +144,33 @@ Checking test 004 control_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 310.418493 -0:The maximum resident set size (KB) = 1224696 +0:The total amount of wall time = 310.838140 +0:The maximum resident set size (KB) = 1225164 Test 004 control_p8 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/GNU/rap_control -working dir = /glade/scratch/dswales/FV3_RT/rt_8682/rap_control -Checking test 005 rap_control results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_GNU/control_flake +working dir = /glade/scratch/grantf/FV3_RT/rt_45861/control_flake +Checking test 005 control_flake results .... + Comparing sfcf000.nc .........OK + Comparing sfcf024.nc .........OK + Comparing atmf000.nc .........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 = 351.750018 +0:The maximum resident set size (KB) = 490680 + +Test 005 control_flake PASS + + +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_GNU/rap_control +working dir = /glade/scratch/grantf/FV3_RT/rt_45861/rap_control +Checking test 006 rap_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -198,15 +216,15 @@ Checking test 005 rap_control results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 712.810733 -0:The maximum resident set size (KB) = 792192 +0:The total amount of wall time = 713.200906 +0:The maximum resident set size (KB) = 792392 -Test 005 rap_control PASS +Test 006 rap_control PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/GNU/rap_control -working dir = /glade/scratch/dswales/FV3_RT/rt_8682/rap_decomp -Checking test 006 rap_decomp results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_GNU/rap_control +working dir = /glade/scratch/grantf/FV3_RT/rt_45861/rap_decomp +Checking test 007 rap_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -252,15 +270,15 @@ Checking test 006 rap_decomp results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 727.289666 -0:The maximum resident set size (KB) = 791964 +0:The total amount of wall time = 717.834369 +0:The maximum resident set size (KB) = 791764 -Test 006 rap_decomp PASS +Test 007 rap_decomp PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/GNU/rap_control -working dir = /glade/scratch/dswales/FV3_RT/rt_8682/rap_2threads -Checking test 007 rap_2threads results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_GNU/rap_control +working dir = /glade/scratch/grantf/FV3_RT/rt_45861/rap_2threads +Checking test 008 rap_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -306,15 +324,15 @@ Checking test 007 rap_2threads results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 654.305258 -0:The maximum resident set size (KB) = 865892 +0:The total amount of wall time = 656.374311 +0:The maximum resident set size (KB) = 866044 -Test 007 rap_2threads PASS +Test 008 rap_2threads PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/GNU/rap_control -working dir = /glade/scratch/dswales/FV3_RT/rt_8682/rap_restart -Checking test 008 rap_restart results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_GNU/rap_control +working dir = /glade/scratch/grantf/FV3_RT/rt_45861/rap_restart +Checking test 009 rap_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF24 .........OK @@ -352,15 +370,15 @@ Checking test 008 rap_restart results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 355.141756 -0:The maximum resident set size (KB) = 539508 +0:The total amount of wall time = 355.506725 +0:The maximum resident set size (KB) = 539472 -Test 008 rap_restart PASS +Test 009 rap_restart PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/GNU/rap_sfcdiff -working dir = /glade/scratch/dswales/FV3_RT/rt_8682/rap_sfcdiff -Checking test 009 rap_sfcdiff results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_GNU/rap_sfcdiff +working dir = /glade/scratch/grantf/FV3_RT/rt_45861/rap_sfcdiff +Checking test 010 rap_sfcdiff results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -406,15 +424,15 @@ Checking test 009 rap_sfcdiff results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 713.790188 -0:The maximum resident set size (KB) = 792384 +0:The total amount of wall time = 714.307347 +0:The maximum resident set size (KB) = 791832 -Test 009 rap_sfcdiff PASS +Test 010 rap_sfcdiff PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/GNU/rap_sfcdiff -working dir = /glade/scratch/dswales/FV3_RT/rt_8682/rap_sfcdiff_decomp -Checking test 010 rap_sfcdiff_decomp results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_GNU/rap_sfcdiff +working dir = /glade/scratch/grantf/FV3_RT/rt_45861/rap_sfcdiff_decomp +Checking test 011 rap_sfcdiff_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -460,15 +478,15 @@ Checking test 010 rap_sfcdiff_decomp results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 722.057866 -0:The maximum resident set size (KB) = 791660 +0:The total amount of wall time = 720.728944 +0:The maximum resident set size (KB) = 791580 -Test 010 rap_sfcdiff_decomp PASS +Test 011 rap_sfcdiff_decomp PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/GNU/rap_sfcdiff -working dir = /glade/scratch/dswales/FV3_RT/rt_8682/rap_sfcdiff_restart -Checking test 011 rap_sfcdiff_restart results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_GNU/rap_sfcdiff +working dir = /glade/scratch/grantf/FV3_RT/rt_45861/rap_sfcdiff_restart +Checking test 012 rap_sfcdiff_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK @@ -506,15 +524,15 @@ Checking test 011 rap_sfcdiff_restart results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 526.599947 -0:The maximum resident set size (KB) = 544740 +0:The total amount of wall time = 529.838423 +0:The maximum resident set size (KB) = 544528 -Test 011 rap_sfcdiff_restart PASS +Test 012 rap_sfcdiff_restart PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/GNU/hrrr_control -working dir = /glade/scratch/dswales/FV3_RT/rt_8682/hrrr_control -Checking test 012 hrrr_control results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_GNU/hrrr_control +working dir = /glade/scratch/grantf/FV3_RT/rt_45861/hrrr_control +Checking test 013 hrrr_control results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -527,48 +545,48 @@ Checking test 012 hrrr_control results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210323.060000.coupler.res .........OK - Comparing RESTART/20210323.060000.fv_core.res.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - -0:The total amount of wall time = 691.420882 -0:The maximum resident set size (KB) = 790036 - -Test 012 hrrr_control PASS - - -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/GNU/hrrr_control -working dir = /glade/scratch/dswales/FV3_RT/rt_8682/hrrr_control_2threads -Checking test 013 hrrr_control_2threads results .... + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK + +0:The total amount of wall time = 686.761340 +0:The maximum resident set size (KB) = 789088 + +Test 013 hrrr_control PASS + + +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_GNU/hrrr_control +working dir = /glade/scratch/grantf/FV3_RT/rt_45861/hrrr_control_2threads +Checking test 014 hrrr_control_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -581,48 +599,48 @@ Checking test 013 hrrr_control_2threads results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210323.060000.coupler.res .........OK - Comparing RESTART/20210323.060000.fv_core.res.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - -0:The total amount of wall time = 627.828556 -0:The maximum resident set size (KB) = 860272 - -Test 013 hrrr_control_2threads PASS - - -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/GNU/hrrr_control -working dir = /glade/scratch/dswales/FV3_RT/rt_8682/hrrr_control_decomp -Checking test 014 hrrr_control_decomp results .... + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK + +0:The total amount of wall time = 709.851417 +0:The maximum resident set size (KB) = 855748 + +Test 014 hrrr_control_2threads PASS + + +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_GNU/hrrr_control +working dir = /glade/scratch/grantf/FV3_RT/rt_45861/hrrr_control_decomp +Checking test 015 hrrr_control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -635,94 +653,62 @@ Checking test 014 hrrr_control_decomp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210323.060000.coupler.res .........OK - Comparing RESTART/20210323.060000.fv_core.res.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - -0:The total amount of wall time = 690.784236 -0:The maximum resident set size (KB) = 789344 - -Test 014 hrrr_control_decomp PASS - - -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/GNU/hrrr_control -working dir = /glade/scratch/dswales/FV3_RT/rt_8682/hrrr_control_restart -Checking test 015 hrrr_control_restart results .... + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK + +0:The total amount of wall time = 683.394129 +0:The maximum resident set size (KB) = 789036 + +Test 015 hrrr_control_decomp PASS + + +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_GNU/hrrr_control +working dir = /glade/scratch/grantf/FV3_RT/rt_45861/hrrr_control_restart +Checking test 016 hrrr_control_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210323.060000.coupler.res .........OK - Comparing RESTART/20210323.060000.fv_core.res.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 511.322630 -0:The maximum resident set size (KB) = 540744 +0:The total amount of wall time = 508.594555 +0:The maximum resident set size (KB) = 539656 -Test 015 hrrr_control_restart PASS +Test 016 hrrr_control_restart PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/GNU/rrfs_v1beta -working dir = /glade/scratch/dswales/FV3_RT/rt_8682/rrfs_v1beta -Checking test 016 rrfs_v1beta results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_GNU/rrfs_v1beta +working dir = /glade/scratch/grantf/FV3_RT/rt_45861/rrfs_v1beta +Checking test 017 rrfs_v1beta results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -768,15 +754,15 @@ Checking test 016 rrfs_v1beta results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 705.152556 -0:The maximum resident set size (KB) = 789288 +0:The total amount of wall time = 703.452714 +0:The maximum resident set size (KB) = 788960 -Test 016 rrfs_v1beta PASS +Test 017 rrfs_v1beta PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/GNU/rrfs_smoke_conus13km_hrrr_warm -working dir = /glade/scratch/dswales/FV3_RT/rt_8682/rrfs_smoke_conus13km_hrrr_warm -Checking test 017 rrfs_smoke_conus13km_hrrr_warm results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_GNU/rrfs_smoke_conus13km_hrrr_warm +working dir = /glade/scratch/grantf/FV3_RT/rt_45861/rrfs_smoke_conus13km_hrrr_warm +Checking test 018 rrfs_smoke_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -784,15 +770,15 @@ Checking test 017 rrfs_smoke_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK -0:The total amount of wall time = 231.811102 -0:The maximum resident set size (KB) = 637060 +0:The total amount of wall time = 230.420105 +0:The maximum resident set size (KB) = 639456 -Test 017 rrfs_smoke_conus13km_hrrr_warm PASS +Test 018 rrfs_smoke_conus13km_hrrr_warm PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/GNU/rrfs_smoke_conus13km_hrrr_warm -working dir = /glade/scratch/dswales/FV3_RT/rt_8682/rrfs_smoke_conus13km_hrrr_warm_2threads -Checking test 018 rrfs_smoke_conus13km_hrrr_warm_2threads results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_GNU/rrfs_smoke_conus13km_hrrr_warm +working dir = /glade/scratch/grantf/FV3_RT/rt_45861/rrfs_smoke_conus13km_hrrr_warm_2threads +Checking test 019 rrfs_smoke_conus13km_hrrr_warm_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -800,15 +786,15 @@ Checking test 018 rrfs_smoke_conus13km_hrrr_warm_2threads results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK -0:The total amount of wall time = 145.762510 -0:The maximum resident set size (KB) = 660604 +0:The total amount of wall time = 146.547690 +0:The maximum resident set size (KB) = 658632 -Test 018 rrfs_smoke_conus13km_hrrr_warm_2threads PASS +Test 019 rrfs_smoke_conus13km_hrrr_warm_2threads PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/GNU/rrfs_conus13km_hrrr_warm -working dir = /glade/scratch/dswales/FV3_RT/rt_8682/rrfs_conus13km_hrrr_warm -Checking test 019 rrfs_conus13km_hrrr_warm results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_GNU/rrfs_conus13km_hrrr_warm +working dir = /glade/scratch/grantf/FV3_RT/rt_45861/rrfs_conus13km_hrrr_warm +Checking test 020 rrfs_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -816,15 +802,15 @@ Checking test 019 rrfs_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK -0:The total amount of wall time = 212.186115 -0:The maximum resident set size (KB) = 616004 +0:The total amount of wall time = 210.893903 +0:The maximum resident set size (KB) = 618268 -Test 019 rrfs_conus13km_hrrr_warm PASS +Test 020 rrfs_conus13km_hrrr_warm PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/GNU/rrfs_smoke_conus13km_hrrr_warm_radar_tten -working dir = /glade/scratch/dswales/FV3_RT/rt_8682/rrfs_smoke_conus13km_radar_tten_warm -Checking test 020 rrfs_smoke_conus13km_radar_tten_warm results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_GNU/rrfs_smoke_conus13km_hrrr_warm_radar_tten +working dir = /glade/scratch/grantf/FV3_RT/rt_45861/rrfs_smoke_conus13km_radar_tten_warm +Checking test 021 rrfs_smoke_conus13km_radar_tten_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -832,235 +818,263 @@ Checking test 020 rrfs_smoke_conus13km_radar_tten_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK -0:The total amount of wall time = 232.634352 -0:The maximum resident set size (KB) = 639288 +0:The total amount of wall time = 232.414575 +0:The maximum resident set size (KB) = 642644 -Test 020 rrfs_smoke_conus13km_radar_tten_warm PASS +Test 021 rrfs_smoke_conus13km_radar_tten_warm PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/GNU/rrfs_conus13km_hrrr_warm_restart_mismatch -working dir = /glade/scratch/dswales/FV3_RT/rt_8682/rrfs_conus13km_hrrr_warm_restart_mismatch -Checking test 021 rrfs_conus13km_hrrr_warm_restart_mismatch results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_GNU/rrfs_conus13km_hrrr_warm_restart_mismatch +working dir = /glade/scratch/grantf/FV3_RT/rt_45861/rrfs_conus13km_hrrr_warm_restart_mismatch +Checking test 022 rrfs_conus13km_hrrr_warm_restart_mismatch results .... Comparing sfcf002.nc .........OK Comparing atmf002.nc .........OK -0:The total amount of wall time = 111.223838 -0:The maximum resident set size (KB) = 596588 +0:The total amount of wall time = 111.343206 +0:The maximum resident set size (KB) = 599532 -Test 021 rrfs_conus13km_hrrr_warm_restart_mismatch PASS +Test 022 rrfs_conus13km_hrrr_warm_restart_mismatch PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/GNU/control_diag_debug -working dir = /glade/scratch/dswales/FV3_RT/rt_8682/control_diag_debug -Checking test 022 control_diag_debug results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_GNU/control_diag_debug +working dir = /glade/scratch/grantf/FV3_RT/rt_45861/control_diag_debug +Checking test 023 control_diag_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 82.681204 -0:The maximum resident set size (KB) = 492916 +0:The total amount of wall time = 83.983322 +0:The maximum resident set size (KB) = 492020 -Test 022 control_diag_debug PASS +Test 023 control_diag_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/GNU/regional_debug -working dir = /glade/scratch/dswales/FV3_RT/rt_8682/regional_debug -Checking test 023 regional_debug results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_GNU/regional_debug +working dir = /glade/scratch/grantf/FV3_RT/rt_45861/regional_debug +Checking test 024 regional_debug results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK Comparing phyf000.nc .........OK Comparing phyf001.nc .........OK -0:The total amount of wall time = 477.142900 -0:The maximum resident set size (KB) = 567852 +0:The total amount of wall time = 477.920582 +0:The maximum resident set size (KB) = 567240 + +Test 024 regional_debug PASS + -Test 023 regional_debug PASS +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_GNU/rap_control_debug +working dir = /glade/scratch/grantf/FV3_RT/rt_45861/rap_control_debug +Checking test 025 rap_control_debug results .... + Comparing sfcf000.nc .........OK + Comparing sfcf001.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf001.nc .........OK + +0:The total amount of wall time = 145.096993 +0:The maximum resident set size (KB) = 806148 + +Test 025 rap_control_debug PASS + + +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_GNU/hrrr_control_debug +working dir = /glade/scratch/grantf/FV3_RT/rt_45861/hrrr_control_debug +Checking test 026 hrrr_control_debug results .... + Comparing sfcf000.nc .........OK + Comparing sfcf001.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf001.nc .........OK + +0:The total amount of wall time = 141.645676 +0:The maximum resident set size (KB) = 801456 +Test 026 hrrr_control_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/GNU/rap_control_debug -working dir = /glade/scratch/dswales/FV3_RT/rt_8682/rap_control_debug -Checking test 024 rap_control_debug results .... + +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_GNU/rap_diag_debug +working dir = /glade/scratch/grantf/FV3_RT/rt_45861/rap_diag_debug +Checking test 027 rap_diag_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 145.608072 -0:The maximum resident set size (KB) = 806008 +0:The total amount of wall time = 152.825426 +0:The maximum resident set size (KB) = 888180 -Test 024 rap_control_debug PASS +Test 027 rap_diag_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/GNU/hrrr_control_debug -working dir = /glade/scratch/dswales/FV3_RT/rt_8682/hrrr_control_debug -Checking test 025 hrrr_control_debug results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_GNU/rap_noah_sfcdiff_cires_ugwp_debug +working dir = /glade/scratch/grantf/FV3_RT/rt_45861/rap_noah_sfcdiff_cires_ugwp_debug +Checking test 028 rap_noah_sfcdiff_cires_ugwp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 142.435969 -0:The maximum resident set size (KB) = 802016 +0:The total amount of wall time = 234.307215 +0:The maximum resident set size (KB) = 804364 -Test 025 hrrr_control_debug PASS +Test 028 rap_noah_sfcdiff_cires_ugwp_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/GNU/rap_diag_debug -working dir = /glade/scratch/dswales/FV3_RT/rt_8682/rap_diag_debug -Checking test 026 rap_diag_debug results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_GNU/rap_progcld_thompson_debug +working dir = /glade/scratch/grantf/FV3_RT/rt_45861/rap_progcld_thompson_debug +Checking test 029 rap_progcld_thompson_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 152.272170 -0:The maximum resident set size (KB) = 888736 +0:The total amount of wall time = 146.210042 +0:The maximum resident set size (KB) = 806260 -Test 026 rap_diag_debug PASS +Test 029 rap_progcld_thompson_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/GNU/rap_noah_sfcdiff_cires_ugwp_debug -working dir = /glade/scratch/dswales/FV3_RT/rt_8682/rap_noah_sfcdiff_cires_ugwp_debug -Checking test 027 rap_noah_sfcdiff_cires_ugwp_debug results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_GNU/rrfs_v1beta_debug +working dir = /glade/scratch/grantf/FV3_RT/rt_45861/rrfs_v1beta_debug +Checking test 030 rrfs_v1beta_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 234.253151 -0:The maximum resident set size (KB) = 804840 +0:The total amount of wall time = 144.142119 +0:The maximum resident set size (KB) = 801232 -Test 027 rap_noah_sfcdiff_cires_ugwp_debug PASS +Test 030 rrfs_v1beta_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/GNU/rap_progcld_thompson_debug -working dir = /glade/scratch/dswales/FV3_RT/rt_8682/rap_progcld_thompson_debug -Checking test 028 rap_progcld_thompson_debug results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_GNU/control_ras_debug +working dir = /glade/scratch/grantf/FV3_RT/rt_45861/control_ras_debug +Checking test 031 control_ras_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 146.841816 -0:The maximum resident set size (KB) = 806208 +0:The total amount of wall time = 81.068143 +0:The maximum resident set size (KB) = 446468 -Test 028 rap_progcld_thompson_debug PASS +Test 031 control_ras_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/GNU/rrfs_v1beta_debug -working dir = /glade/scratch/dswales/FV3_RT/rt_8682/rrfs_v1beta_debug -Checking test 029 rrfs_v1beta_debug results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_GNU/control_stochy_debug +working dir = /glade/scratch/grantf/FV3_RT/rt_45861/control_stochy_debug +Checking test 032 control_stochy_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 144.218497 -0:The maximum resident set size (KB) = 801692 +0:The total amount of wall time = 88.332565 +0:The maximum resident set size (KB) = 438900 -Test 029 rrfs_v1beta_debug PASS +Test 032 control_stochy_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/GNU/control_ras_debug -working dir = /glade/scratch/dswales/FV3_RT/rt_8682/control_ras_debug -Checking test 030 control_ras_debug results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_GNU/control_debug_p8 +working dir = /glade/scratch/grantf/FV3_RT/rt_45861/control_debug_p8 +Checking test 033 control_debug_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 81.168191 -0:The maximum resident set size (KB) = 446216 +0:The total amount of wall time = 92.050089 +0:The maximum resident set size (KB) = 1221728 -Test 030 control_ras_debug PASS +Test 033 control_debug_p8 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/GNU/control_stochy_debug -working dir = /glade/scratch/dswales/FV3_RT/rt_8682/control_stochy_debug -Checking test 031 control_stochy_debug results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_GNU/rrfs_smoke_conus13km_hrrr_warm_debug +working dir = /glade/scratch/grantf/FV3_RT/rt_45861/rrfs_smoke_conus13km_hrrr_warm_debug +Checking test 034 rrfs_smoke_conus13km_hrrr_warm_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 89.087302 -0:The maximum resident set size (KB) = 439204 +0:The total amount of wall time = 436.499694 +0:The maximum resident set size (KB) = 645216 -Test 031 control_stochy_debug PASS +Test 034 rrfs_smoke_conus13km_hrrr_warm_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/GNU/control_debug_p8 -working dir = /glade/scratch/dswales/FV3_RT/rt_8682/control_debug_p8 -Checking test 032 control_debug_p8 results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_GNU/rrfs_smoke_conus13km_hrrr_warm_debug +working dir = /glade/scratch/grantf/FV3_RT/rt_45861/rrfs_smoke_conus13km_hrrr_warm_debug_2threads +Checking test 035 rrfs_smoke_conus13km_hrrr_warm_debug_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 91.808522 -0:The maximum resident set size (KB) = 1221176 +0:The total amount of wall time = 258.536899 +0:The maximum resident set size (KB) = 669460 -Test 032 control_debug_p8 PASS +Test 035 rrfs_smoke_conus13km_hrrr_warm_debug_2threads PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/GNU/rrfs_smoke_conus13km_hrrr_warm_debug -working dir = /glade/scratch/dswales/FV3_RT/rt_8682/rrfs_smoke_conus13km_hrrr_warm_debug -Checking test 033 rrfs_smoke_conus13km_hrrr_warm_debug results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_GNU/rrfs_conus13km_hrrr_warm_debugs +working dir = /glade/scratch/grantf/FV3_RT/rt_45861/rrfs_conus13km_hrrr_warm_debug +Checking test 036 rrfs_conus13km_hrrr_warm_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 438.373803 -0:The maximum resident set size (KB) = 641788 +0:The total amount of wall time = 395.841106 +0:The maximum resident set size (KB) = 623296 -Test 033 rrfs_smoke_conus13km_hrrr_warm_debug PASS +Test 036 rrfs_conus13km_hrrr_warm_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/GNU/rrfs_smoke_conus13km_hrrr_warm_debug -working dir = /glade/scratch/dswales/FV3_RT/rt_8682/rrfs_smoke_conus13km_hrrr_warm_debug_2threads -Checking test 034 rrfs_smoke_conus13km_hrrr_warm_debug_2threads results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_GNU/rap_flake_debug +working dir = /glade/scratch/grantf/FV3_RT/rt_45861/rap_flake_debug +Checking test 037 rap_flake_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 256.457359 -0:The maximum resident set size (KB) = 665988 +0:The total amount of wall time = 145.199403 +0:The maximum resident set size (KB) = 806112 -Test 034 rrfs_smoke_conus13km_hrrr_warm_debug_2threads PASS +Test 037 rap_flake_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/GNU/rrfs_conus13km_hrrr_warm_debugs -working dir = /glade/scratch/dswales/FV3_RT/rt_8682/rrfs_conus13km_hrrr_warm_debug -Checking test 035 rrfs_conus13km_hrrr_warm_debug results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_GNU/rap_clm_lake_debug +working dir = /glade/scratch/grantf/FV3_RT/rt_45861/rap_clm_lake_debug +Checking test 038 rap_clm_lake_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 395.544245 -0:The maximum resident set size (KB) = 620512 +0:The total amount of wall time = 165.405450 +0:The maximum resident set size (KB) = 807740 -Test 035 rrfs_conus13km_hrrr_warm_debug PASS +Test 038 rap_clm_lake_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/GNU/control_wam_debug -working dir = /glade/scratch/dswales/FV3_RT/rt_8682/control_wam_debug -Checking test 036 control_wam_debug results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_GNU/control_wam_debug +working dir = /glade/scratch/grantf/FV3_RT/rt_45861/control_wam_debug +Checking test 039 control_wam_debug results .... Comparing sfcf019.nc .........OK Comparing atmf019.nc .........OK -0:The total amount of wall time = 142.150747 -0:The maximum resident set size (KB) = 183400 +0:The total amount of wall time = 140.771619 +0:The maximum resident set size (KB) = 182300 -Test 036 control_wam_debug PASS +Test 039 control_wam_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/GNU/rap_control_dyn32_phy32 -working dir = /glade/scratch/dswales/FV3_RT/rt_8682/rap_control_dyn32_phy32 -Checking test 037 rap_control_dyn32_phy32 results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_GNU/rap_control_dyn32_phy32 +working dir = /glade/scratch/grantf/FV3_RT/rt_45861/rap_control_dyn32_phy32 +Checking test 040 rap_control_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -1106,15 +1120,15 @@ Checking test 037 rap_control_dyn32_phy32 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 703.770588 -0:The maximum resident set size (KB) = 673684 +0:The total amount of wall time = 705.296796 +0:The maximum resident set size (KB) = 672508 -Test 037 rap_control_dyn32_phy32 PASS +Test 040 rap_control_dyn32_phy32 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/GNU/hrrr_control_dyn32_phy32 -working dir = /glade/scratch/dswales/FV3_RT/rt_8682/hrrr_control_dyn32_phy32 -Checking test 038 hrrr_control_dyn32_phy32 results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_GNU/hrrr_control_dyn32_phy32 +working dir = /glade/scratch/grantf/FV3_RT/rt_45861/hrrr_control_dyn32_phy32 +Checking test 041 hrrr_control_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -1127,48 +1141,48 @@ Checking test 038 hrrr_control_dyn32_phy32 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210322.180000.coupler.res .........OK - Comparing RESTART/20210322.180000.fv_core.res.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile6.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK - -0:The total amount of wall time = 356.387727 -0:The maximum resident set size (KB) = 671368 - -Test 038 hrrr_control_dyn32_phy32 PASS - - -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/GNU/rap_control_dyn32_phy32 -working dir = /glade/scratch/dswales/FV3_RT/rt_8682/rap_2threads_dyn32_phy32 -Checking test 039 rap_2threads_dyn32_phy32 results .... + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK + +0:The total amount of wall time = 353.496190 +0:The maximum resident set size (KB) = 671104 + +Test 041 hrrr_control_dyn32_phy32 PASS + + +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_GNU/rap_control_dyn32_phy32 +working dir = /glade/scratch/grantf/FV3_RT/rt_45861/rap_2threads_dyn32_phy32 +Checking test 042 rap_2threads_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -1214,15 +1228,15 @@ Checking test 039 rap_2threads_dyn32_phy32 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 643.528535 -0:The maximum resident set size (KB) = 719720 +0:The total amount of wall time = 643.906768 +0:The maximum resident set size (KB) = 720188 -Test 039 rap_2threads_dyn32_phy32 PASS +Test 042 rap_2threads_dyn32_phy32 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/GNU/hrrr_control_dyn32_phy32 -working dir = /glade/scratch/dswales/FV3_RT/rt_8682/hrrr_control_2threads_dyn32_phy32 -Checking test 040 hrrr_control_2threads_dyn32_phy32 results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_GNU/hrrr_control_dyn32_phy32 +working dir = /glade/scratch/grantf/FV3_RT/rt_45861/hrrr_control_2threads_dyn32_phy32 +Checking test 043 hrrr_control_2threads_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -1235,48 +1249,48 @@ Checking test 040 hrrr_control_2threads_dyn32_phy32 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210322.180000.coupler.res .........OK - Comparing RESTART/20210322.180000.fv_core.res.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile6.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK - -0:The total amount of wall time = 321.629976 -0:The maximum resident set size (KB) = 716848 - -Test 040 hrrr_control_2threads_dyn32_phy32 PASS - - -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/GNU/hrrr_control_dyn32_phy32 -working dir = /glade/scratch/dswales/FV3_RT/rt_8682/hrrr_control_decomp_dyn32_phy32 -Checking test 041 hrrr_control_decomp_dyn32_phy32 results .... + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK + +0:The total amount of wall time = 406.993567 +0:The maximum resident set size (KB) = 711644 + +Test 043 hrrr_control_2threads_dyn32_phy32 PASS + + +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_GNU/hrrr_control_dyn32_phy32 +working dir = /glade/scratch/grantf/FV3_RT/rt_45861/hrrr_control_decomp_dyn32_phy32 +Checking test 044 hrrr_control_decomp_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -1289,48 +1303,48 @@ Checking test 041 hrrr_control_decomp_dyn32_phy32 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210322.180000.coupler.res .........OK - Comparing RESTART/20210322.180000.fv_core.res.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile6.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK - -0:The total amount of wall time = 355.326228 -0:The maximum resident set size (KB) = 670064 - -Test 041 hrrr_control_decomp_dyn32_phy32 PASS - - -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/GNU/rap_control_dyn32_phy32 -working dir = /glade/scratch/dswales/FV3_RT/rt_8682/rap_restart_dyn32_phy32 -Checking test 042 rap_restart_dyn32_phy32 results .... + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK + +0:The total amount of wall time = 352.634181 +0:The maximum resident set size (KB) = 669996 + +Test 044 hrrr_control_decomp_dyn32_phy32 PASS + + +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_GNU/rap_control_dyn32_phy32 +working dir = /glade/scratch/grantf/FV3_RT/rt_45861/rap_restart_dyn32_phy32 +Checking test 045 rap_restart_dyn32_phy32 results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK @@ -1368,61 +1382,29 @@ Checking test 042 rap_restart_dyn32_phy32 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 521.754780 -0:The maximum resident set size (KB) = 511752 +0:The total amount of wall time = 521.844407 +0:The maximum resident set size (KB) = 511584 -Test 042 rap_restart_dyn32_phy32 PASS +Test 045 rap_restart_dyn32_phy32 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/GNU/hrrr_control_dyn32_phy32 -working dir = /glade/scratch/dswales/FV3_RT/rt_8682/hrrr_control_restart_dyn32_phy32 -Checking test 043 hrrr_control_restart_dyn32_phy32 results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_GNU/hrrr_control_dyn32_phy32 +working dir = /glade/scratch/grantf/FV3_RT/rt_45861/hrrr_control_restart_dyn32_phy32 +Checking test 046 hrrr_control_restart_dyn32_phy32 results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210322.180000.coupler.res .........OK - Comparing RESTART/20210322.180000.fv_core.res.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile6.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 180.198555 -0:The maximum resident set size (KB) = 507476 +0:The total amount of wall time = 178.723407 +0:The maximum resident set size (KB) = 506056 -Test 043 hrrr_control_restart_dyn32_phy32 PASS +Test 046 hrrr_control_restart_dyn32_phy32 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/GNU/rap_control_dyn64_phy32 -working dir = /glade/scratch/dswales/FV3_RT/rt_8682/rap_control_dyn64_phy32 -Checking test 044 rap_control_dyn64_phy32 results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_GNU/rap_control_dyn64_phy32 +working dir = /glade/scratch/grantf/FV3_RT/rt_45861/rap_control_dyn64_phy32 +Checking test 047 rap_control_dyn64_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -1468,57 +1450,57 @@ Checking test 044 rap_control_dyn64_phy32 results .... Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 414.348974 -0:The maximum resident set size (KB) = 694116 +0:The total amount of wall time = 417.135046 +0:The maximum resident set size (KB) = 693120 -Test 044 rap_control_dyn64_phy32 PASS +Test 047 rap_control_dyn64_phy32 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/GNU/rap_control_debug_dyn32_phy32 -working dir = /glade/scratch/dswales/FV3_RT/rt_8682/rap_control_debug_dyn32_phy32 -Checking test 045 rap_control_debug_dyn32_phy32 results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_GNU/rap_control_debug_dyn32_phy32 +working dir = /glade/scratch/grantf/FV3_RT/rt_45861/rap_control_debug_dyn32_phy32 +Checking test 048 rap_control_debug_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 142.762451 -0:The maximum resident set size (KB) = 688348 +0:The total amount of wall time = 142.505633 +0:The maximum resident set size (KB) = 686936 -Test 045 rap_control_debug_dyn32_phy32 PASS +Test 048 rap_control_debug_dyn32_phy32 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/GNU/hrrr_control_debug_dyn32_phy32 -working dir = /glade/scratch/dswales/FV3_RT/rt_8682/hrrr_control_debug_dyn32_phy32 -Checking test 046 hrrr_control_debug_dyn32_phy32 results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_GNU/hrrr_control_debug_dyn32_phy32 +working dir = /glade/scratch/grantf/FV3_RT/rt_45861/hrrr_control_debug_dyn32_phy32 +Checking test 049 hrrr_control_debug_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 140.220135 -0:The maximum resident set size (KB) = 684468 +0:The total amount of wall time = 139.565295 +0:The maximum resident set size (KB) = 684104 -Test 046 hrrr_control_debug_dyn32_phy32 PASS +Test 049 hrrr_control_debug_dyn32_phy32 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/GNU/rap_control_debug_dyn64_phy32 -working dir = /glade/scratch/dswales/FV3_RT/rt_8682/rap_control_dyn64_phy32_debug -Checking test 047 rap_control_dyn64_phy32_debug results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_GNU/rap_control_debug_dyn64_phy32 +working dir = /glade/scratch/grantf/FV3_RT/rt_45861/rap_control_dyn64_phy32_debug +Checking test 050 rap_control_dyn64_phy32_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 148.046466 -0:The maximum resident set size (KB) = 707628 +0:The total amount of wall time = 148.497909 +0:The maximum resident set size (KB) = 707060 -Test 047 rap_control_dyn64_phy32_debug PASS +Test 050 rap_control_dyn64_phy32_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/GNU/cpld_control_p8 -working dir = /glade/scratch/dswales/FV3_RT/rt_8682/cpld_control_p8 -Checking test 048 cpld_control_p8 results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_GNU/cpld_control_p8 +working dir = /glade/scratch/grantf/FV3_RT/rt_45861/cpld_control_p8 +Checking test 051 cpld_control_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK Comparing sfcf021.tile3.nc .........OK @@ -1582,15 +1564,15 @@ Checking test 048 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 = 502.998850 -0:The maximum resident set size (KB) = 3160608 +0:The total amount of wall time = 504.766468 +0:The maximum resident set size (KB) = 3160528 -Test 048 cpld_control_p8 PASS +Test 051 cpld_control_p8 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/GNU/cpld_control_c96_noaero_p8 -working dir = /glade/scratch/dswales/FV3_RT/rt_8682/cpld_control_nowave_noaero_p8 -Checking test 049 cpld_control_nowave_noaero_p8 results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_GNU/cpld_control_c96_noaero_p8 +working dir = /glade/scratch/grantf/FV3_RT/rt_45861/cpld_control_nowave_noaero_p8 +Checking test 052 cpld_control_nowave_noaero_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK Comparing sfcf021.tile3.nc .........OK @@ -1651,15 +1633,15 @@ Checking test 049 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 = 248.923050 -0:The maximum resident set size (KB) = 1240276 +0:The total amount of wall time = 249.509057 +0:The maximum resident set size (KB) = 1240952 -Test 049 cpld_control_nowave_noaero_p8 PASS +Test 052 cpld_control_nowave_noaero_p8 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/GNU/cpld_debug_p8 -working dir = /glade/scratch/dswales/FV3_RT/rt_8682/cpld_debug_p8 -Checking test 050 cpld_debug_p8 results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_GNU/cpld_debug_p8 +working dir = /glade/scratch/grantf/FV3_RT/rt_45861/cpld_debug_p8 +Checking test 053 cpld_debug_p8 results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK Comparing sfcf003.tile3.nc .........OK @@ -1711,25 +1693,25 @@ Checking test 050 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 = 201.267139 -0:The maximum resident set size (KB) = 3173380 +0:The total amount of wall time = 200.067568 +0:The maximum resident set size (KB) = 3174284 -Test 050 cpld_debug_p8 PASS +Test 053 cpld_debug_p8 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/GNU/datm_cdeps_control_cfsr -working dir = /glade/scratch/dswales/FV3_RT/rt_8682/datm_cdeps_control_cfsr -Checking test 051 datm_cdeps_control_cfsr results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_GNU/datm_cdeps_control_cfsr +working dir = /glade/scratch/grantf/FV3_RT/rt_45861/datm_cdeps_control_cfsr +Checking test 054 datm_cdeps_control_cfsr results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK -0:The total amount of wall time = 179.665112 -0:The maximum resident set size (KB) = 671816 +0:The total amount of wall time = 178.863498 +0:The maximum resident set size (KB) = 671500 -Test 051 datm_cdeps_control_cfsr PASS +Test 054 datm_cdeps_control_cfsr PASS REGRESSION TEST WAS SUCCESSFUL -Mon May 8 17:28:57 MDT 2023 -Elapsed time: 00h:39m:48s. Have a nice day! +Thu Jun 15 10:20:48 MDT 2023 +Elapsed time: 00h:36m:39s. Have a nice day! diff --git a/tests/RegressionTests_cheyenne.intel.log b/tests/RegressionTests_cheyenne.intel.log index 490d97d6e1..a3760773e5 100644 --- a/tests/RegressionTests_cheyenne.intel.log +++ b/tests/RegressionTests_cheyenne.intel.log @@ -1,43 +1,43 @@ -Mon May 8 17:51:01 MDT 2023 +Wed Jun 14 14:48:22 MDT 2023 Start Regression test -Compile 001 elapsed time 1538 seconds. -DAPP=S2SWA -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 002 elapsed time 1428 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 003 elapsed time 1383 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 004 elapsed time 465 seconds. -DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 005 elapsed time 416 seconds. -DAPP=S2SW -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 006 elapsed time 1103 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_sfcocn -DCMEPS_AOFLUX=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 007 elapsed time 1111 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 008 elapsed time 1843 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 009 elapsed time 1095 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,FV3_GFS_v17_p8_mynn -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 010 elapsed time 983 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 011 elapsed time 949 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_csawmg,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 012 elapsed time 841 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 013 elapsed time 1292 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_WoFS_v0 -D32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 014 elapsed time 422 seconds. -DAPP=ATM -DDEBUG=ON -D32BIT=ON -DCCPP_SUITES=FV3_HRRR,FV3_GFS_v16,FV3_GFS_v16_csawmg,FV3_GFS_v16_ras,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km,FV3_RAP,FV3_HRRR,FV3_RAP_unified_ugwp,FV3_RAP_cires_ugwp,FV3_RAP_flake,FV3_RAP_noah,FV3_RAP_sfcdiff,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 001 elapsed time 1563 seconds. -DAPP=S2SWA -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 002 elapsed time 1621 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 003 elapsed time 1467 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 004 elapsed time 476 seconds. -DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 005 elapsed time 431 seconds. -DAPP=S2SW -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 006 elapsed time 1176 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_sfcocn -DCMEPS_AOFLUX=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 007 elapsed time 1195 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 008 elapsed time 1911 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 009 elapsed time 1159 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_WoFS_v0,FV3_GFS_v17_p8_mynn -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 010 elapsed time 1075 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_flake,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 011 elapsed time 1012 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_csawmg,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 012 elapsed time 902 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 013 elapsed time 1382 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_WoFS_v0 -D32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 014 elapsed time 457 seconds. -DAPP=ATM -DDEBUG=ON -D32BIT=ON -DCCPP_SUITES=FV3_HRRR,FV3_HRRR_flake,FV3_GFS_v16,FV3_GFS_v16_csawmg,FV3_GFS_v16_ras,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km,FV3_RAP,FV3_HRRR,FV3_RAP_unified_ugwp,FV3_RAP_cires_ugwp,FV3_RAP_flake,FV3_RAP_clm_lake,FV3_RAP_noah,FV3_RAP_sfcdiff,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta -DMPI=ON -DCMAKE_BUILD_TYPE=Debug Compile 015 elapsed time 288 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 016 elapsed time 858 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 017 elapsed time 865 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 018 elapsed time 295 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 019 elapsed time 285 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 020 elapsed time 1160 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 021 elapsed time 369 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 022 elapsed time 1583 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_thompson_noahmp_nonsst,FV3_HAFS_v1_thompson_noahmp,FV3_HAFS_v1_thompson_nonsst,FV3_HAFS_v1_thompson,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 023 elapsed time 1139 seconds. -DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 024 elapsed time 455 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 025 elapsed time 225 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 026 elapsed time 451 seconds. -DAPP=NG-GODAS -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 027 elapsed time 112 seconds. -DAPP=LND -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 028 elapsed time 973 seconds. -DAPP=ATML -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 029 elapsed time 1021 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 030 elapsed time 1041 seconds. -DAPP=ATMWM -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 031 elapsed time 902 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 032 elapsed time 906 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 033 elapsed time 324 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DDEBUG=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 034 elapsed time 1054 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DFASTER=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release - -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/cpld_control_p8_mixedmode -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/cpld_control_p8_mixedmode +Compile 016 elapsed time 938 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_flake -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 017 elapsed time 929 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 018 elapsed time 311 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_flake -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 019 elapsed time 311 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_flake -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 020 elapsed time 1264 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 021 elapsed time 373 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 022 elapsed time 1695 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_thompson_noahmp_nonsst,FV3_HAFS_v1_thompson_noahmp,FV3_HAFS_v1_thompson_nonsst,FV3_HAFS_v1_thompson,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 023 elapsed time 1222 seconds. -DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 024 elapsed time 443 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 025 elapsed time 223 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 026 elapsed time 443 seconds. -DAPP=NG-GODAS -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 027 elapsed time 115 seconds. -DAPP=LND -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 028 elapsed time 1031 seconds. -DAPP=ATML -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 029 elapsed time 1094 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 030 elapsed time 1084 seconds. -DAPP=ATMWM -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 031 elapsed time 974 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 032 elapsed time 962 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 033 elapsed time 338 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DDEBUG=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 034 elapsed time 1127 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DFASTER=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release + +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_p8_mixedmode +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/cpld_control_p8_mixedmode Checking test 001 cpld_control_p8_mixedmode results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -102,14 +102,14 @@ Checking test 001 cpld_control_p8_mixedmode results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -0:The total amount of wall time = 322.761712 -0:The maximum resident set size (KB) = 2698564 +0:The total amount of wall time = 328.138679 +0:The maximum resident set size (KB) = 2698800 Test 001 cpld_control_p8_mixedmode PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/cpld_control_gfsv17 -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/cpld_control_gfsv17 +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_gfsv17 +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/cpld_control_gfsv17 Checking test 002 cpld_control_gfsv17 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -173,14 +173,14 @@ Checking test 002 cpld_control_gfsv17 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -0:The total amount of wall time = 284.630407 -0:The maximum resident set size (KB) = 1437392 +0:The total amount of wall time = 278.835308 +0:The maximum resident set size (KB) = 1437684 Test 002 cpld_control_gfsv17 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/cpld_control_p8 -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/cpld_control_p8 +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_p8 +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/cpld_control_p8 Checking test 003 cpld_control_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -245,14 +245,14 @@ Checking test 003 cpld_control_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -0:The total amount of wall time = 326.201096 -0:The maximum resident set size (KB) = 2715428 +0:The total amount of wall time = 323.990575 +0:The maximum resident set size (KB) = 2715300 Test 003 cpld_control_p8 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/cpld_control_p8 -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/cpld_restart_p8 +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_p8 +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/cpld_restart_p8 Checking test 004 cpld_restart_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -305,14 +305,14 @@ Checking test 004 cpld_restart_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -0:The total amount of wall time = 190.116283 -0:The maximum resident set size (KB) = 2576356 +0:The total amount of wall time = 188.670908 +0:The maximum resident set size (KB) = 2576848 Test 004 cpld_restart_p8 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/cpld_control_p8 -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/cpld_control_qr_p8 +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_p8 +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/cpld_control_qr_p8 Checking test 005 cpld_control_qr_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -377,14 +377,14 @@ Checking test 005 cpld_control_qr_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -0:The total amount of wall time = 331.392838 -0:The maximum resident set size (KB) = 2719428 +0:The total amount of wall time = 328.356147 +0:The maximum resident set size (KB) = 2719804 Test 005 cpld_control_qr_p8 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/cpld_control_p8 -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/cpld_restart_qr_p8 +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_p8 +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/cpld_restart_qr_p8 Checking test 006 cpld_restart_qr_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -437,14 +437,14 @@ Checking test 006 cpld_restart_qr_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -0:The total amount of wall time = 199.878939 -0:The maximum resident set size (KB) = 2593328 +0:The total amount of wall time = 201.345850 +0:The maximum resident set size (KB) = 2593176 Test 006 cpld_restart_qr_p8 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/cpld_control_p8 -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/cpld_2threads_p8 +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_p8 +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/cpld_2threads_p8 Checking test 007 cpld_2threads_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -497,14 +497,14 @@ Checking test 007 cpld_2threads_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -0:The total amount of wall time = 255.142218 -0:The maximum resident set size (KB) = 3177792 +0:The total amount of wall time = 257.579457 +0:The maximum resident set size (KB) = 3177884 Test 007 cpld_2threads_p8 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/cpld_control_p8 -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/cpld_decomp_p8 +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_p8 +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/cpld_decomp_p8 Checking test 008 cpld_decomp_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -557,14 +557,14 @@ Checking test 008 cpld_decomp_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -0:The total amount of wall time = 318.984007 -0:The maximum resident set size (KB) = 2720216 +0:The total amount of wall time = 326.722255 +0:The maximum resident set size (KB) = 2722420 Test 008 cpld_decomp_p8 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/cpld_control_p8 -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/cpld_mpi_p8 +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_p8 +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/cpld_mpi_p8 Checking test 009 cpld_mpi_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -617,14 +617,14 @@ Checking test 009 cpld_mpi_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -0:The total amount of wall time = 279.781736 -0:The maximum resident set size (KB) = 2680320 +0:The total amount of wall time = 278.411105 +0:The maximum resident set size (KB) = 2681568 Test 009 cpld_mpi_p8 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/cpld_control_ciceC_p8 -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/cpld_control_ciceC_p8 +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_ciceC_p8 +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/cpld_control_ciceC_p8 Checking test 010 cpld_control_ciceC_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -689,14 +689,14 @@ Checking test 010 cpld_control_ciceC_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -0:The total amount of wall time = 327.058266 -0:The maximum resident set size (KB) = 2715424 +0:The total amount of wall time = 316.752812 +0:The maximum resident set size (KB) = 2715900 Test 010 cpld_control_ciceC_p8 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/cpld_control_c192_p8 -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/cpld_control_c192_p8 +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_c192_p8 +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/cpld_control_c192_p8 Checking test 011 cpld_control_c192_p8 results .... Comparing sfcf030.tile1.nc .........OK Comparing sfcf030.tile2.nc .........OK @@ -749,14 +749,14 @@ Checking test 011 cpld_control_c192_p8 results .... Comparing 20210323.120000.out_grd.ww3 .........OK Comparing 20210323.120000.out_pnt.ww3 .........OK -0:The total amount of wall time = 642.828754 -0:The maximum resident set size (KB) = 3351868 +0:The total amount of wall time = 821.216953 +0:The maximum resident set size (KB) = 3350432 Test 011 cpld_control_c192_p8 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/cpld_control_c192_p8 -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/cpld_restart_c192_p8 +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_c192_p8 +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/cpld_restart_c192_p8 Checking test 012 cpld_restart_c192_p8 results .... Comparing sfcf030.tile1.nc .........OK Comparing sfcf030.tile2.nc .........OK @@ -809,14 +809,14 @@ Checking test 012 cpld_restart_c192_p8 results .... Comparing 20210323.120000.out_grd.ww3 .........OK Comparing 20210323.120000.out_pnt.ww3 .........OK -0:The total amount of wall time = 403.460362 -0:The maximum resident set size (KB) = 3276504 +0:The total amount of wall time = 392.641350 +0:The maximum resident set size (KB) = 3276516 Test 012 cpld_restart_c192_p8 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/cpld_control_noaero_p8 -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/cpld_control_noaero_p8 +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_noaero_p8 +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/cpld_control_noaero_p8 Checking test 013 cpld_control_noaero_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -880,14 +880,14 @@ Checking test 013 cpld_control_noaero_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -0:The total amount of wall time = 295.932618 -0:The maximum resident set size (KB) = 1435684 +0:The total amount of wall time = 294.657201 +0:The maximum resident set size (KB) = 1435724 Test 013 cpld_control_noaero_p8 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/cpld_control_c96_noaero_p8 -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/cpld_control_nowave_noaero_p8 +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_c96_noaero_p8 +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/cpld_control_nowave_noaero_p8 Checking test 014 cpld_control_nowave_noaero_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -949,14 +949,14 @@ Checking test 014 cpld_control_nowave_noaero_p8 results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK -0:The total amount of wall time = 194.835745 -0:The maximum resident set size (KB) = 1453156 +0:The total amount of wall time = 199.217420 +0:The maximum resident set size (KB) = 1453376 Test 014 cpld_control_nowave_noaero_p8 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/cpld_debug_p8 -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/cpld_debug_p8 +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/cpld_debug_p8 +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/cpld_debug_p8 Checking test 015 cpld_debug_p8 results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK @@ -1009,14 +1009,14 @@ Checking test 015 cpld_debug_p8 results .... Comparing 20210322.090000.out_pnt.ww3 .........OK Comparing 20210322.090000.out_grd.ww3 .........OK -0:The total amount of wall time = 353.228420 -0:The maximum resident set size (KB) = 2778864 +0:The total amount of wall time = 352.642363 +0:The maximum resident set size (KB) = 2780268 Test 015 cpld_debug_p8 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/cpld_debug_noaero_p8 -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/cpld_debug_noaero_p8 +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/cpld_debug_noaero_p8 +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/cpld_debug_noaero_p8 Checking test 016 cpld_debug_noaero_p8 results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK @@ -1068,14 +1068,14 @@ Checking test 016 cpld_debug_noaero_p8 results .... Comparing 20210322.090000.out_pnt.ww3 .........OK Comparing 20210322.090000.out_grd.ww3 .........OK -0:The total amount of wall time = 302.785798 -0:The maximum resident set size (KB) = 1454068 +0:The total amount of wall time = 301.474620 +0:The maximum resident set size (KB) = 1454060 Test 016 cpld_debug_noaero_p8 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/cpld_control_noaero_p8_agrid -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/cpld_control_noaero_p8_agrid +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_noaero_p8_agrid +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/cpld_control_noaero_p8_agrid Checking test 017 cpld_control_noaero_p8_agrid results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1137,14 +1137,14 @@ Checking test 017 cpld_control_noaero_p8_agrid results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK -0:The total amount of wall time = 270.716147 -0:The maximum resident set size (KB) = 1457184 +0:The total amount of wall time = 275.789453 +0:The maximum resident set size (KB) = 1457236 Test 017 cpld_control_noaero_p8_agrid PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/cpld_control_c48 -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/cpld_control_c48 +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_c48 +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/cpld_control_c48 Checking test 018 cpld_control_c48 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -1194,14 +1194,14 @@ Checking test 018 cpld_control_c48 results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK -0:The total amount of wall time = 611.361668 -0:The maximum resident set size (KB) = 2587032 +0:The total amount of wall time = 605.398168 +0:The maximum resident set size (KB) = 2586696 Test 018 cpld_control_c48 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/cpld_warmstart_c48 -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/cpld_warmstart_c48 +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/cpld_warmstart_c48 +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/cpld_warmstart_c48 Checking test 019 cpld_warmstart_c48 results .... Comparing sfcf006.tile1.nc .........OK Comparing sfcf006.tile2.nc .........OK @@ -1251,14 +1251,14 @@ Checking test 019 cpld_warmstart_c48 results .... Comparing RESTART/iced.2021-03-23-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-43200.nc .........OK -0:The total amount of wall time = 166.211130 -0:The maximum resident set size (KB) = 2601488 +0:The total amount of wall time = 163.551020 +0:The maximum resident set size (KB) = 2602700 Test 019 cpld_warmstart_c48 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/cpld_warmstart_c48 -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/cpld_restart_c48 +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/cpld_warmstart_c48 +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/cpld_restart_c48 Checking test 020 cpld_restart_c48 results .... Comparing sfcf006.tile1.nc .........OK Comparing sfcf006.tile2.nc .........OK @@ -1308,15 +1308,33 @@ Checking test 020 cpld_restart_c48 results .... Comparing RESTART/iced.2021-03-23-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-43200.nc .........OK -0:The total amount of wall time = 87.388132 -0:The maximum resident set size (KB) = 2018968 +0:The total amount of wall time = 85.596476 +0:The maximum resident set size (KB) = 2019888 Test 020 cpld_restart_c48 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/control_CubedSphereGrid -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/control_CubedSphereGrid -Checking test 021 control_CubedSphereGrid results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/control_flake +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/control_flake +Checking test 021 control_flake results .... + Comparing sfcf000.nc .........OK + Comparing sfcf024.nc .........OK + Comparing atmf000.nc .........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 = 219.278316 +0:The maximum resident set size (KB) = 501352 + +Test 021 control_flake PASS + + +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/control_CubedSphereGrid +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/control_CubedSphereGrid +Checking test 022 control_CubedSphereGrid results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK Comparing sfcf000.tile3.nc .........OK @@ -1342,29 +1360,29 @@ Checking test 021 control_CubedSphereGrid results .... Comparing atmf024.tile5.nc .........OK Comparing atmf024.tile6.nc .........OK -0:The total amount of wall time = 141.435431 -0:The maximum resident set size (KB) = 454268 +0:The total amount of wall time = 142.360660 +0:The maximum resident set size (KB) = 454512 -Test 021 control_CubedSphereGrid PASS +Test 022 control_CubedSphereGrid PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/control_CubedSphereGrid_parallel -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/control_CubedSphereGrid_parallel -Checking test 022 control_CubedSphereGrid_parallel results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/control_CubedSphereGrid_parallel +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/control_CubedSphereGrid_parallel +Checking test 023 control_CubedSphereGrid_parallel results .... Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf024.nc ............ALT CHECK......OK Comparing atmf000.nc ............ALT CHECK......OK Comparing atmf024.nc ............ALT CHECK......OK -0:The total amount of wall time = 141.156418 -0:The maximum resident set size (KB) = 454256 +0:The total amount of wall time = 143.404804 +0:The maximum resident set size (KB) = 454652 -Test 022 control_CubedSphereGrid_parallel PASS +Test 023 control_CubedSphereGrid_parallel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/control_latlon -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/control_latlon -Checking test 023 control_latlon results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/control_latlon +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/control_latlon +Checking test 024 control_latlon results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1374,16 +1392,16 @@ Checking test 023 control_latlon results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 147.782222 -0:The maximum resident set size (KB) = 454340 +0:The total amount of wall time = 147.359764 +0:The maximum resident set size (KB) = 454624 -Test 023 control_latlon PASS +Test 024 control_latlon PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/control_wrtGauss_netcdf_parallel -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/control_wrtGauss_netcdf_parallel -Checking test 024 control_wrtGauss_netcdf_parallel results .... - Comparing sfcf000.nc ............ALT CHECK......OK +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/control_wrtGauss_netcdf_parallel +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/control_wrtGauss_netcdf_parallel +Checking test 025 control_wrtGauss_netcdf_parallel results .... + Comparing sfcf000.nc .........OK Comparing sfcf024.nc ............ALT CHECK......OK Comparing atmf000.nc .........OK Comparing atmf024.nc .........OK @@ -1392,15 +1410,15 @@ Checking test 024 control_wrtGauss_netcdf_parallel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 152.227131 -0:The maximum resident set size (KB) = 454276 +0:The total amount of wall time = 148.567347 +0:The maximum resident set size (KB) = 454576 -Test 024 control_wrtGauss_netcdf_parallel PASS +Test 025 control_wrtGauss_netcdf_parallel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/control_c48 -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/control_c48 -Checking test 025 control_c48 results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/control_c48 +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/control_c48 +Checking test 026 control_c48 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1438,15 +1456,15 @@ Checking test 025 control_c48 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 444.664646 -0:The maximum resident set size (KB) = 633544 +0:The total amount of wall time = 443.761982 +0:The maximum resident set size (KB) = 634320 -Test 025 control_c48 PASS +Test 026 control_c48 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/control_c192 -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/control_c192 -Checking test 026 control_c192 results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/control_c192 +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/control_c192 +Checking test 027 control_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1456,15 +1474,15 @@ Checking test 026 control_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 596.541820 -0:The maximum resident set size (KB) = 560416 +0:The total amount of wall time = 596.475809 +0:The maximum resident set size (KB) = 560284 -Test 026 control_c192 PASS +Test 027 control_c192 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/control_c384 -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/control_c384 -Checking test 027 control_c384 results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/control_c384 +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/control_c384 +Checking test 028 control_c384 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -1474,15 +1492,15 @@ Checking test 027 control_c384 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -0:The total amount of wall time = 591.590011 -0:The maximum resident set size (KB) = 898988 +0:The total amount of wall time = 587.438069 +0:The maximum resident set size (KB) = 903180 -Test 027 control_c384 PASS +Test 028 control_c384 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/control_c384gdas -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/control_c384gdas -Checking test 028 control_c384gdas results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/control_c384gdas +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/control_c384gdas +Checking test 029 control_c384gdas results .... Comparing sfcf000.nc .........OK Comparing sfcf006.nc .........OK Comparing atmf000.nc .........OK @@ -1524,15 +1542,15 @@ Checking test 028 control_c384gdas results .... Comparing RESTART/20210322.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 521.341321 -0:The maximum resident set size (KB) = 1027108 +0:The total amount of wall time = 518.599750 +0:The maximum resident set size (KB) = 1028780 -Test 028 control_c384gdas PASS +Test 029 control_c384gdas PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/control_stochy -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/control_stochy -Checking test 029 control_stochy results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/control_stochy +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/control_stochy +Checking test 030 control_stochy results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -1542,29 +1560,29 @@ Checking test 029 control_stochy results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -0:The total amount of wall time = 99.236466 -0:The maximum resident set size (KB) = 459144 +0:The total amount of wall time = 98.077076 +0:The maximum resident set size (KB) = 459376 -Test 029 control_stochy PASS +Test 030 control_stochy PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/control_stochy -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/control_stochy_restart -Checking test 030 control_stochy_restart results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/control_stochy +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/control_stochy_restart +Checking test 031 control_stochy_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK -0:The total amount of wall time = 52.583652 -0:The maximum resident set size (KB) = 226500 +0:The total amount of wall time = 53.096838 +0:The maximum resident set size (KB) = 227892 -Test 030 control_stochy_restart PASS +Test 031 control_stochy_restart PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/control_lndp -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/control_lndp -Checking test 031 control_lndp results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/control_lndp +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/control_lndp +Checking test 032 control_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -1574,15 +1592,15 @@ Checking test 031 control_lndp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -0:The total amount of wall time = 90.265186 -0:The maximum resident set size (KB) = 458204 +0:The total amount of wall time = 90.505263 +0:The maximum resident set size (KB) = 459132 -Test 031 control_lndp PASS +Test 032 control_lndp PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/control_iovr4 -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/control_iovr4 -Checking test 032 control_iovr4 results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/control_iovr4 +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/control_iovr4 +Checking test 033 control_iovr4 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1596,15 +1614,15 @@ Checking test 032 control_iovr4 results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 151.494053 -0:The maximum resident set size (KB) = 454192 +0:The total amount of wall time = 149.823610 +0:The maximum resident set size (KB) = 454652 -Test 032 control_iovr4 PASS +Test 033 control_iovr4 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/control_iovr5 -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/control_iovr5 -Checking test 033 control_iovr5 results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/control_iovr5 +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/control_iovr5 +Checking test 034 control_iovr5 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1618,15 +1636,15 @@ Checking test 033 control_iovr5 results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 149.508339 -0:The maximum resident set size (KB) = 454376 +0:The total amount of wall time = 147.235491 +0:The maximum resident set size (KB) = 454540 -Test 033 control_iovr5 PASS +Test 034 control_iovr5 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/control_p8 -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/control_p8 -Checking test 034 control_p8 results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/control_p8 +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/control_p8 +Checking test 035 control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1672,15 +1690,15 @@ Checking test 034 control_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 181.235700 -0:The maximum resident set size (KB) = 1423928 +0:The total amount of wall time = 183.155910 +0:The maximum resident set size (KB) = 1423956 -Test 034 control_p8 PASS +Test 035 control_p8 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/control_p8 -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/control_restart_p8 -Checking test 035 control_restart_p8 results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/control_p8 +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/control_restart_p8 +Checking test 036 control_restart_p8 results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF24 .........OK @@ -1718,15 +1736,15 @@ Checking test 035 control_restart_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 95.251997 -0:The maximum resident set size (KB) = 582920 +0:The total amount of wall time = 96.886055 +0:The maximum resident set size (KB) = 582104 -Test 035 control_restart_p8 PASS +Test 036 control_restart_p8 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/control_p8 -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/control_qr_p8 -Checking test 036 control_qr_p8 results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/control_p8 +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/control_qr_p8 +Checking test 037 control_qr_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1772,15 +1790,15 @@ Checking test 036 control_qr_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc ............ALT CHECK......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc ............ALT CHECK......OK -0:The total amount of wall time = 186.836676 -0:The maximum resident set size (KB) = 1427248 +0:The total amount of wall time = 181.107801 +0:The maximum resident set size (KB) = 1427656 -Test 036 control_qr_p8 PASS +Test 037 control_qr_p8 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/control_p8 -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/control_restart_qr_p8 -Checking test 037 control_restart_qr_p8 results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/control_p8 +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/control_restart_qr_p8 +Checking test 038 control_restart_qr_p8 results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF24 .........OK @@ -1818,15 +1836,15 @@ Checking test 037 control_restart_qr_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc ............ALT CHECK......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc ............ALT CHECK......OK -0:The total amount of wall time = 99.081209 -0:The maximum resident set size (KB) = 596976 +0:The total amount of wall time = 98.743896 +0:The maximum resident set size (KB) = 597232 -Test 037 control_restart_qr_p8 PASS +Test 038 control_restart_qr_p8 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/control_p8 -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/control_decomp_p8 -Checking test 038 control_decomp_p8 results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/control_p8 +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/control_decomp_p8 +Checking test 039 control_decomp_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1868,15 +1886,15 @@ Checking test 038 control_decomp_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 189.288091 -0:The maximum resident set size (KB) = 1418384 +0:The total amount of wall time = 187.555356 +0:The maximum resident set size (KB) = 1417744 -Test 038 control_decomp_p8 PASS +Test 039 control_decomp_p8 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/control_p8 -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/control_2threads_p8 -Checking test 039 control_2threads_p8 results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/control_p8 +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/control_2threads_p8 +Checking test 040 control_2threads_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1918,15 +1936,15 @@ Checking test 039 control_2threads_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 171.824241 -0:The maximum resident set size (KB) = 1509064 +0:The total amount of wall time = 171.050835 +0:The maximum resident set size (KB) = 1509272 -Test 039 control_2threads_p8 PASS +Test 040 control_2threads_p8 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/control_p8_lndp -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/control_p8_lndp -Checking test 040 control_p8_lndp results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/control_p8_lndp +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/control_p8_lndp +Checking test 041 control_p8_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1944,15 +1962,15 @@ Checking test 040 control_p8_lndp results .... Comparing GFSPRS.GrbF24 .........OK Comparing GFSPRS.GrbF48 .........OK -0:The total amount of wall time = 336.560241 -0:The maximum resident set size (KB) = 1424928 +0:The total amount of wall time = 337.343329 +0:The maximum resident set size (KB) = 1424232 -Test 040 control_p8_lndp PASS +Test 041 control_p8_lndp PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/control_p8_rrtmgp -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/control_p8_rrtmgp -Checking test 041 control_p8_rrtmgp results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/control_p8_rrtmgp +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/control_p8_rrtmgp +Checking test 042 control_p8_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1998,15 +2016,15 @@ Checking test 041 control_p8_rrtmgp results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 248.236417 -0:The maximum resident set size (KB) = 1480268 +0:The total amount of wall time = 247.210155 +0:The maximum resident set size (KB) = 1480560 -Test 041 control_p8_rrtmgp PASS +Test 042 control_p8_rrtmgp PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/control_p8_mynn -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/control_p8_mynn -Checking test 042 control_p8_mynn results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/control_p8_mynn +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/control_p8_mynn +Checking test 043 control_p8_mynn results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2052,15 +2070,15 @@ Checking test 042 control_p8_mynn results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 186.594359 -0:The maximum resident set size (KB) = 1427980 +0:The total amount of wall time = 181.505267 +0:The maximum resident set size (KB) = 1428436 -Test 042 control_p8_mynn PASS +Test 043 control_p8_mynn PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/merra2_thompson -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/merra2_thompson -Checking test 043 merra2_thompson results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/merra2_thompson +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/merra2_thompson +Checking test 044 merra2_thompson results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2106,15 +2124,15 @@ Checking test 043 merra2_thompson results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 209.072085 -0:The maximum resident set size (KB) = 1429684 +0:The total amount of wall time = 207.941242 +0:The maximum resident set size (KB) = 1429924 -Test 043 merra2_thompson PASS +Test 044 merra2_thompson PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/regional_control -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/regional_control -Checking test 044 regional_control results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/regional_control +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/regional_control +Checking test 045 regional_control results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2124,29 +2142,29 @@ Checking test 044 regional_control results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK -0:The total amount of wall time = 349.094932 -0:The maximum resident set size (KB) = 604804 +0:The total amount of wall time = 339.575841 +0:The maximum resident set size (KB) = 605068 -Test 044 regional_control PASS +Test 045 regional_control PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/regional_control -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/regional_restart -Checking test 045 regional_restart results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/regional_control +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/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 = 176.865104 -0:The maximum resident set size (KB) = 594148 +0:The total amount of wall time = 177.406432 +0:The maximum resident set size (KB) = 594392 -Test 045 regional_restart PASS +Test 046 regional_restart PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/regional_control -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/regional_control_qr -Checking test 046 regional_control_qr results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/regional_control +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/regional_control_qr +Checking test 047 regional_control_qr results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2156,29 +2174,29 @@ Checking test 046 regional_control_qr results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK -0:The total amount of wall time = 348.563018 -0:The maximum resident set size (KB) = 604792 +0:The total amount of wall time = 350.980612 +0:The maximum resident set size (KB) = 605084 -Test 046 regional_control_qr PASS +Test 047 regional_control_qr PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/regional_control -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/regional_restart_qr -Checking test 047 regional_restart_qr results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/regional_control +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/regional_restart_qr +Checking test 048 regional_restart_qr results .... Comparing dynf006.nc .........OK Comparing phyf006.nc .........OK Comparing PRSLEV.GrbF06 .........OK Comparing NATLEV.GrbF06 .........OK -0:The total amount of wall time = 179.626317 -0:The maximum resident set size (KB) = 594208 +0:The total amount of wall time = 176.131872 +0:The maximum resident set size (KB) = 594324 -Test 047 regional_restart_qr PASS +Test 048 regional_restart_qr PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/regional_control -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/regional_decomp -Checking test 048 regional_decomp results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/regional_control +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/regional_decomp +Checking test 049 regional_decomp results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2188,15 +2206,15 @@ Checking test 048 regional_decomp results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK -0:The total amount of wall time = 365.957023 -0:The maximum resident set size (KB) = 598752 +0:The total amount of wall time = 368.646774 +0:The maximum resident set size (KB) = 598900 -Test 048 regional_decomp PASS +Test 049 regional_decomp PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/regional_control -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/regional_2threads -Checking test 049 regional_2threads results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/regional_control +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/regional_2threads +Checking test 050 regional_2threads results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2206,44 +2224,44 @@ Checking test 049 regional_2threads results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK -0:The total amount of wall time = 213.690897 -0:The maximum resident set size (KB) = 611560 +0:The total amount of wall time = 218.663998 +0:The maximum resident set size (KB) = 611776 -Test 049 regional_2threads PASS +Test 050 regional_2threads PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/regional_noquilt -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/regional_noquilt -Checking test 050 regional_noquilt results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/regional_noquilt +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/regional_noquilt +Checking test 051 regional_noquilt results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK Comparing fv3_history.nc .........OK 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 = 354.550930 -0:The maximum resident set size (KB) = 599096 +0:The total amount of wall time = 364.920510 +0:The maximum resident set size (KB) = 599488 -Test 050 regional_noquilt PASS +Test 051 regional_noquilt PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/regional_netcdf_parallel -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/regional_netcdf_parallel -Checking test 051 regional_netcdf_parallel results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/regional_netcdf_parallel +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/regional_netcdf_parallel +Checking test 052 regional_netcdf_parallel results .... Comparing dynf000.nc .........OK - Comparing dynf006.nc .........OK + Comparing dynf006.nc ............ALT CHECK......OK Comparing phyf000.nc ............ALT CHECK......OK Comparing phyf006.nc .........OK -0:The total amount of wall time = 338.868886 -0:The maximum resident set size (KB) = 596732 +0:The total amount of wall time = 344.010753 +0:The maximum resident set size (KB) = 596984 -Test 051 regional_netcdf_parallel PASS +Test 052 regional_netcdf_parallel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/regional_control -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/regional_2dwrtdecomp -Checking test 052 regional_2dwrtdecomp results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/regional_control +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/regional_2dwrtdecomp +Checking test 053 regional_2dwrtdecomp results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2253,15 +2271,15 @@ Checking test 052 regional_2dwrtdecomp results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK -0:The total amount of wall time = 331.393985 -0:The maximum resident set size (KB) = 604812 +0:The total amount of wall time = 338.950023 +0:The maximum resident set size (KB) = 605124 -Test 052 regional_2dwrtdecomp PASS +Test 053 regional_2dwrtdecomp PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/fv3_regional_wofs -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/regional_wofs -Checking test 053 regional_wofs results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/fv3_regional_wofs +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/regional_wofs +Checking test 054 regional_wofs results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2271,15 +2289,15 @@ Checking test 053 regional_wofs results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK -0:The total amount of wall time = 428.757545 -0:The maximum resident set size (KB) = 275784 +0:The total amount of wall time = 434.122739 +0:The maximum resident set size (KB) = 276104 -Test 053 regional_wofs PASS +Test 054 regional_wofs PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/rap_control -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/rap_control -Checking test 054 rap_control results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/rap_control +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/rap_control +Checking test 055 rap_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2325,15 +2343,15 @@ Checking test 054 rap_control results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 486.145783 -0:The maximum resident set size (KB) = 823412 +0:The total amount of wall time = 475.707276 +0:The maximum resident set size (KB) = 823756 -Test 054 rap_control PASS +Test 055 rap_control PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/regional_spp_sppt_shum_skeb -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/regional_spp_sppt_shum_skeb -Checking test 055 regional_spp_sppt_shum_skeb results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/regional_spp_sppt_shum_skeb +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/regional_spp_sppt_shum_skeb +Checking test 056 regional_spp_sppt_shum_skeb results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK Comparing phyf000.nc .........OK @@ -2343,15 +2361,15 @@ Checking test 055 regional_spp_sppt_shum_skeb results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF01 .........OK -0:The total amount of wall time = 266.851190 -0:The maximum resident set size (KB) = 952264 +0:The total amount of wall time = 256.990184 +0:The maximum resident set size (KB) = 953420 -Test 055 regional_spp_sppt_shum_skeb PASS +Test 056 regional_spp_sppt_shum_skeb PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/rap_control -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/rap_decomp -Checking test 056 rap_decomp results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/rap_control +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/rap_decomp +Checking test 057 rap_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2397,15 +2415,15 @@ Checking test 056 rap_decomp results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 504.172898 -0:The maximum resident set size (KB) = 822440 +0:The total amount of wall time = 510.106808 +0:The maximum resident set size (KB) = 822612 -Test 056 rap_decomp PASS +Test 057 rap_decomp PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/rap_control -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/rap_2threads -Checking test 057 rap_2threads results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/rap_control +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/rap_2threads +Checking test 058 rap_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2451,15 +2469,15 @@ Checking test 057 rap_2threads results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 462.992184 -0:The maximum resident set size (KB) = 893700 +0:The total amount of wall time = 464.225474 +0:The maximum resident set size (KB) = 893764 -Test 057 rap_2threads PASS +Test 058 rap_2threads PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/rap_control -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/rap_restart -Checking test 058 rap_restart results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/rap_control +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/rap_restart +Checking test 059 rap_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF24 .........OK @@ -2497,15 +2515,15 @@ Checking test 058 rap_restart results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 243.493868 -0:The maximum resident set size (KB) = 571484 +0:The total amount of wall time = 246.588146 +0:The maximum resident set size (KB) = 571708 -Test 058 rap_restart PASS +Test 059 rap_restart PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/rap_sfcdiff -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/rap_sfcdiff -Checking test 059 rap_sfcdiff results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/rap_sfcdiff +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/rap_sfcdiff +Checking test 060 rap_sfcdiff results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2551,15 +2569,15 @@ Checking test 059 rap_sfcdiff results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 483.930373 -0:The maximum resident set size (KB) = 823356 +0:The total amount of wall time = 481.844079 +0:The maximum resident set size (KB) = 823676 -Test 059 rap_sfcdiff PASS +Test 060 rap_sfcdiff PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/rap_sfcdiff -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/rap_sfcdiff_decomp -Checking test 060 rap_sfcdiff_decomp results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/rap_sfcdiff +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/rap_sfcdiff_decomp +Checking test 061 rap_sfcdiff_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2605,15 +2623,15 @@ Checking test 060 rap_sfcdiff_decomp results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 505.935867 -0:The maximum resident set size (KB) = 822128 +0:The total amount of wall time = 509.071406 +0:The maximum resident set size (KB) = 822748 -Test 060 rap_sfcdiff_decomp PASS +Test 061 rap_sfcdiff_decomp PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/rap_sfcdiff -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/rap_sfcdiff_restart -Checking test 061 rap_sfcdiff_restart results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/rap_sfcdiff +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/rap_sfcdiff_restart +Checking test 062 rap_sfcdiff_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK @@ -2651,15 +2669,15 @@ Checking test 061 rap_sfcdiff_restart results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 358.314857 -0:The maximum resident set size (KB) = 570788 +0:The total amount of wall time = 357.733868 +0:The maximum resident set size (KB) = 571764 -Test 061 rap_sfcdiff_restart PASS +Test 062 rap_sfcdiff_restart PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/hrrr_control -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/hrrr_control -Checking test 062 hrrr_control results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/hrrr_control +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/hrrr_control +Checking test 063 hrrr_control results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2672,48 +2690,48 @@ Checking test 062 hrrr_control results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210323.060000.coupler.res .........OK - Comparing RESTART/20210323.060000.fv_core.res.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - -0:The total amount of wall time = 463.800057 -0:The maximum resident set size (KB) = 820944 - -Test 062 hrrr_control PASS - - -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/hrrr_control -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/hrrr_control_decomp -Checking test 063 hrrr_control_decomp results .... + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK + +0:The total amount of wall time = 443.380793 +0:The maximum resident set size (KB) = 821016 + +Test 063 hrrr_control PASS + + +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/hrrr_control +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/hrrr_control_decomp +Checking test 064 hrrr_control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2726,48 +2744,48 @@ Checking test 063 hrrr_control_decomp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210323.060000.coupler.res .........OK - Comparing RESTART/20210323.060000.fv_core.res.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - -0:The total amount of wall time = 483.966973 -0:The maximum resident set size (KB) = 820724 - -Test 063 hrrr_control_decomp PASS - - -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/hrrr_control -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/hrrr_control_2threads -Checking test 064 hrrr_control_2threads results .... + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK + +0:The total amount of wall time = 461.762558 +0:The maximum resident set size (KB) = 820556 + +Test 064 hrrr_control_decomp PASS + + +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/hrrr_control +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/hrrr_control_2threads +Checking test 065 hrrr_control_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2780,94 +2798,62 @@ Checking test 064 hrrr_control_2threads results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210323.060000.coupler.res .........OK - Comparing RESTART/20210323.060000.fv_core.res.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - -0:The total amount of wall time = 443.196610 -0:The maximum resident set size (KB) = 888472 - -Test 064 hrrr_control_2threads PASS - - -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/hrrr_control -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/hrrr_control_restart -Checking test 065 hrrr_control_restart results .... + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK + +0:The total amount of wall time = 505.410088 +0:The maximum resident set size (KB) = 895228 + +Test 065 hrrr_control_2threads PASS + + +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/hrrr_control +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/hrrr_control_restart +Checking test 066 hrrr_control_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210323.060000.coupler.res .........OK - Comparing RESTART/20210323.060000.fv_core.res.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 343.664338 -0:The maximum resident set size (KB) = 566300 +0:The total amount of wall time = 331.799744 +0:The maximum resident set size (KB) = 567592 -Test 065 hrrr_control_restart PASS +Test 066 hrrr_control_restart PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/rrfs_v1beta -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/rrfs_v1beta -Checking test 066 rrfs_v1beta results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/rrfs_v1beta +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/rrfs_v1beta +Checking test 067 rrfs_v1beta results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2913,15 +2899,15 @@ Checking test 066 rrfs_v1beta results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 479.129592 -0:The maximum resident set size (KB) = 819592 +0:The total amount of wall time = 479.366139 +0:The maximum resident set size (KB) = 819744 -Test 066 rrfs_v1beta PASS +Test 067 rrfs_v1beta PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/rrfs_v1nssl -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/rrfs_v1nssl -Checking test 067 rrfs_v1nssl results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/rrfs_v1nssl +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/rrfs_v1nssl +Checking test 068 rrfs_v1nssl results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2935,15 +2921,15 @@ Checking test 067 rrfs_v1nssl results .... Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK -0:The total amount of wall time = 583.423619 -0:The maximum resident set size (KB) = 508792 +0:The total amount of wall time = 584.291487 +0:The maximum resident set size (KB) = 508644 -Test 067 rrfs_v1nssl PASS +Test 068 rrfs_v1nssl PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/rrfs_v1nssl_nohailnoccn -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/rrfs_v1nssl_nohailnoccn -Checking test 068 rrfs_v1nssl_nohailnoccn results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/rrfs_v1nssl_nohailnoccn +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/rrfs_v1nssl_nohailnoccn +Checking test 069 rrfs_v1nssl_nohailnoccn results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2957,15 +2943,15 @@ Checking test 068 rrfs_v1nssl_nohailnoccn results .... Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK -0:The total amount of wall time = 569.564457 -0:The maximum resident set size (KB) = 502668 +0:The total amount of wall time = 568.920853 +0:The maximum resident set size (KB) = 502972 -Test 068 rrfs_v1nssl_nohailnoccn PASS Tries: 2 +Test 069 rrfs_v1nssl_nohailnoccn PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/rrfs_smoke_conus13km_hrrr_warm -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/rrfs_smoke_conus13km_hrrr_warm -Checking test 069 rrfs_smoke_conus13km_hrrr_warm results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/rrfs_smoke_conus13km_hrrr_warm +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/rrfs_smoke_conus13km_hrrr_warm +Checking test 070 rrfs_smoke_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -2973,15 +2959,15 @@ Checking test 069 rrfs_smoke_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK -0:The total amount of wall time = 155.903655 -0:The maximum resident set size (KB) = 675276 +0:The total amount of wall time = 154.358888 +0:The maximum resident set size (KB) = 670976 -Test 069 rrfs_smoke_conus13km_hrrr_warm PASS +Test 070 rrfs_smoke_conus13km_hrrr_warm PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/rrfs_smoke_conus13km_hrrr_warm -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/rrfs_smoke_conus13km_hrrr_warm_2threads -Checking test 070 rrfs_smoke_conus13km_hrrr_warm_2threads results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/rrfs_smoke_conus13km_hrrr_warm +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/rrfs_smoke_conus13km_hrrr_warm_2threads +Checking test 071 rrfs_smoke_conus13km_hrrr_warm_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -2989,15 +2975,15 @@ Checking test 070 rrfs_smoke_conus13km_hrrr_warm_2threads results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK -0:The total amount of wall time = 96.603004 -0:The maximum resident set size (KB) = 694000 +0:The total amount of wall time = 95.765540 +0:The maximum resident set size (KB) = 692928 -Test 070 rrfs_smoke_conus13km_hrrr_warm_2threads PASS +Test 071 rrfs_smoke_conus13km_hrrr_warm_2threads PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/rrfs_conus13km_hrrr_warm -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/rrfs_conus13km_hrrr_warm -Checking test 071 rrfs_conus13km_hrrr_warm results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/rrfs_conus13km_hrrr_warm +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/rrfs_conus13km_hrrr_warm +Checking test 072 rrfs_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -3005,15 +2991,15 @@ Checking test 071 rrfs_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK -0:The total amount of wall time = 138.567567 -0:The maximum resident set size (KB) = 654088 +0:The total amount of wall time = 136.760164 +0:The maximum resident set size (KB) = 667236 -Test 071 rrfs_conus13km_hrrr_warm PASS +Test 072 rrfs_conus13km_hrrr_warm PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/rrfs_smoke_conus13km_hrrr_warm_radar_tten -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/rrfs_smoke_conus13km_radar_tten_warm -Checking test 072 rrfs_smoke_conus13km_radar_tten_warm results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/rrfs_smoke_conus13km_hrrr_warm_radar_tten +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/rrfs_smoke_conus13km_radar_tten_warm +Checking test 073 rrfs_smoke_conus13km_radar_tten_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -3021,27 +3007,27 @@ Checking test 072 rrfs_smoke_conus13km_radar_tten_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK -0:The total amount of wall time = 154.735924 -0:The maximum resident set size (KB) = 677956 +0:The total amount of wall time = 154.962480 +0:The maximum resident set size (KB) = 677540 -Test 072 rrfs_smoke_conus13km_radar_tten_warm PASS +Test 073 rrfs_smoke_conus13km_radar_tten_warm PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/rrfs_conus13km_hrrr_warm_restart_mismatch -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/rrfs_conus13km_hrrr_warm_restart_mismatch -Checking test 073 rrfs_conus13km_hrrr_warm_restart_mismatch results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/rrfs_conus13km_hrrr_warm_restart_mismatch +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/rrfs_conus13km_hrrr_warm_restart_mismatch +Checking test 074 rrfs_conus13km_hrrr_warm_restart_mismatch results .... Comparing sfcf002.nc .........OK Comparing atmf002.nc .........OK -0:The total amount of wall time = 71.824837 -0:The maximum resident set size (KB) = 632224 +0:The total amount of wall time = 71.978246 +0:The maximum resident set size (KB) = 640136 -Test 073 rrfs_conus13km_hrrr_warm_restart_mismatch PASS +Test 074 rrfs_conus13km_hrrr_warm_restart_mismatch PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/control_csawmg -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/control_csawmg -Checking test 074 control_csawmg results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/control_csawmg +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/control_csawmg +Checking test 075 control_csawmg results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -3051,15 +3037,15 @@ Checking test 074 control_csawmg results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 398.356609 -0:The maximum resident set size (KB) = 527708 +0:The total amount of wall time = 398.532427 +0:The maximum resident set size (KB) = 528052 -Test 074 control_csawmg PASS +Test 075 control_csawmg PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/control_csawmgt -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/control_csawmgt -Checking test 075 control_csawmgt results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/control_csawmgt +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/control_csawmgt +Checking test 076 control_csawmgt results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -3069,15 +3055,15 @@ Checking test 075 control_csawmgt results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 394.643966 -0:The maximum resident set size (KB) = 528300 +0:The total amount of wall time = 379.538486 +0:The maximum resident set size (KB) = 528608 -Test 075 control_csawmgt PASS +Test 076 control_csawmgt PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/control_ras -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/control_ras -Checking test 076 control_ras results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/control_ras +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/control_ras +Checking test 077 control_ras results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -3087,27 +3073,27 @@ Checking test 076 control_ras results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 206.251503 -0:The maximum resident set size (KB) = 491244 +0:The total amount of wall time = 206.316432 +0:The maximum resident set size (KB) = 491204 -Test 076 control_ras PASS +Test 077 control_ras PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/control_wam -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/control_wam -Checking test 077 control_wam results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/control_wam +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/control_wam +Checking test 078 control_wam results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK -0:The total amount of wall time = 130.981028 -0:The maximum resident set size (KB) = 206232 +0:The total amount of wall time = 130.378546 +0:The maximum resident set size (KB) = 206852 -Test 077 control_wam PASS +Test 078 control_wam PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/control_p8_faster -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/control_p8_faster -Checking test 078 control_p8_faster results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/control_p8_faster +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/control_p8_faster +Checking test 079 control_p8_faster results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -3153,15 +3139,15 @@ Checking test 078 control_p8_faster results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 173.034422 -0:The maximum resident set size (KB) = 1423692 +0:The total amount of wall time = 174.395960 +0:The maximum resident set size (KB) = 1423804 -Test 078 control_p8_faster PASS +Test 079 control_p8_faster PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/regional_control_faster -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/regional_control_faster -Checking test 079 regional_control_faster results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/regional_control_faster +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/regional_control_faster +Checking test 080 regional_control_faster results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -3171,57 +3157,57 @@ Checking test 079 regional_control_faster results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK -0:The total amount of wall time = 327.399605 -0:The maximum resident set size (KB) = 604584 +0:The total amount of wall time = 328.047070 +0:The maximum resident set size (KB) = 604832 -Test 079 regional_control_faster PASS +Test 080 regional_control_faster PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/rrfs_smoke_conus13km_hrrr_warm_debug -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/rrfs_smoke_conus13km_hrrr_warm_debug -Checking test 080 rrfs_smoke_conus13km_hrrr_warm_debug results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/rrfs_smoke_conus13km_hrrr_warm_debug +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/rrfs_smoke_conus13km_hrrr_warm_debug +Checking test 081 rrfs_smoke_conus13km_hrrr_warm_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 874.701513 -0:The maximum resident set size (KB) = 704752 +0:The total amount of wall time = 877.495249 +0:The maximum resident set size (KB) = 704272 -Test 080 rrfs_smoke_conus13km_hrrr_warm_debug PASS +Test 081 rrfs_smoke_conus13km_hrrr_warm_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/rrfs_smoke_conus13km_hrrr_warm_debug -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/rrfs_smoke_conus13km_hrrr_warm_debug_2threads -Checking test 081 rrfs_smoke_conus13km_hrrr_warm_debug_2threads results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/rrfs_smoke_conus13km_hrrr_warm_debug +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/rrfs_smoke_conus13km_hrrr_warm_debug_2threads +Checking test 082 rrfs_smoke_conus13km_hrrr_warm_debug_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 497.968236 -0:The maximum resident set size (KB) = 724576 +0:The total amount of wall time = 501.320824 +0:The maximum resident set size (KB) = 723020 -Test 081 rrfs_smoke_conus13km_hrrr_warm_debug_2threads PASS +Test 082 rrfs_smoke_conus13km_hrrr_warm_debug_2threads PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/rrfs_conus13km_hrrr_warm_debugs -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/rrfs_conus13km_hrrr_warm_debug -Checking test 082 rrfs_conus13km_hrrr_warm_debug results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/rrfs_conus13km_hrrr_warm_debugs +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/rrfs_conus13km_hrrr_warm_debug +Checking test 083 rrfs_conus13km_hrrr_warm_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 780.646706 -0:The maximum resident set size (KB) = 683360 +0:The total amount of wall time = 782.442073 +0:The maximum resident set size (KB) = 697588 -Test 082 rrfs_conus13km_hrrr_warm_debug PASS +Test 083 rrfs_conus13km_hrrr_warm_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/control_CubedSphereGrid_debug -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/control_CubedSphereGrid_debug -Checking test 083 control_CubedSphereGrid_debug results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/control_CubedSphereGrid_debug +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/control_CubedSphereGrid_debug +Checking test 084 control_CubedSphereGrid_debug results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK Comparing sfcf000.tile3.nc .........OK @@ -3247,335 +3233,349 @@ Checking test 083 control_CubedSphereGrid_debug results .... Comparing atmf001.tile5.nc .........OK Comparing atmf001.tile6.nc .........OK -0:The total amount of wall time = 155.419704 -0:The maximum resident set size (KB) = 617480 +0:The total amount of wall time = 155.314224 +0:The maximum resident set size (KB) = 618000 -Test 083 control_CubedSphereGrid_debug PASS +Test 084 control_CubedSphereGrid_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/control_wrtGauss_netcdf_parallel_debug -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/control_wrtGauss_netcdf_parallel_debug -Checking test 084 control_wrtGauss_netcdf_parallel_debug results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/control_wrtGauss_netcdf_parallel_debug +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/control_wrtGauss_netcdf_parallel_debug +Checking test 085 control_wrtGauss_netcdf_parallel_debug results .... Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf001.nc ............ALT CHECK......OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 156.192725 -0:The maximum resident set size (KB) = 615748 +0:The total amount of wall time = 156.240549 +0:The maximum resident set size (KB) = 615416 -Test 084 control_wrtGauss_netcdf_parallel_debug PASS +Test 085 control_wrtGauss_netcdf_parallel_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/control_stochy_debug -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/control_stochy_debug -Checking test 085 control_stochy_debug results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/control_stochy_debug +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/control_stochy_debug +Checking test 086 control_stochy_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 175.616780 -0:The maximum resident set size (KB) = 621292 +0:The total amount of wall time = 175.098524 +0:The maximum resident set size (KB) = 621124 -Test 085 control_stochy_debug PASS +Test 086 control_stochy_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/control_lndp_debug -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/control_lndp_debug -Checking test 086 control_lndp_debug results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/control_lndp_debug +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/control_lndp_debug +Checking test 087 control_lndp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 157.933711 -0:The maximum resident set size (KB) = 620088 +0:The total amount of wall time = 157.399745 +0:The maximum resident set size (KB) = 620332 -Test 086 control_lndp_debug PASS +Test 087 control_lndp_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/control_csawmg_debug -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/control_csawmg_debug -Checking test 087 control_csawmg_debug results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/control_csawmg_debug +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/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 = 250.700870 -0:The maximum resident set size (KB) = 666464 +0:The total amount of wall time = 249.258350 +0:The maximum resident set size (KB) = 666820 -Test 087 control_csawmg_debug PASS +Test 088 control_csawmg_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/control_csawmgt_debug -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/control_csawmgt_debug -Checking test 088 control_csawmgt_debug results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/control_csawmgt_debug +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/control_csawmgt_debug +Checking test 089 control_csawmgt_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 245.262527 -0:The maximum resident set size (KB) = 667444 +0:The total amount of wall time = 244.910114 +0:The maximum resident set size (KB) = 667800 -Test 088 control_csawmgt_debug PASS +Test 089 control_csawmgt_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/control_ras_debug -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/control_ras_debug -Checking test 089 control_ras_debug results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/control_ras_debug +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/control_ras_debug +Checking test 090 control_ras_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 159.686779 -0:The maximum resident set size (KB) = 630348 +0:The total amount of wall time = 160.112281 +0:The maximum resident set size (KB) = 630116 -Test 089 control_ras_debug PASS +Test 090 control_ras_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/control_diag_debug -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/control_diag_debug -Checking test 090 control_diag_debug results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/control_diag_debug +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/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 = 159.932733 -0:The maximum resident set size (KB) = 674920 +0:The total amount of wall time = 160.004596 +0:The maximum resident set size (KB) = 675352 -Test 090 control_diag_debug PASS +Test 091 control_diag_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/control_debug_p8 -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/control_debug_p8 -Checking test 091 control_debug_p8 results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/control_debug_p8 +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/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 = 177.117459 -0:The maximum resident set size (KB) = 1442472 +0:The total amount of wall time = 176.370595 +0:The maximum resident set size (KB) = 1443432 -Test 091 control_debug_p8 PASS +Test 092 control_debug_p8 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/regional_debug -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/regional_debug -Checking test 092 regional_debug results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/regional_debug +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/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 = 1035.226783 -0:The maximum resident set size (KB) = 625924 +0:The total amount of wall time = 1034.071838 +0:The maximum resident set size (KB) = 626468 -Test 092 regional_debug PASS +Test 093 regional_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/rap_control_debug -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/rap_control_debug -Checking test 093 rap_control_debug results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/rap_control_debug +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/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 = 288.139407 -0:The maximum resident set size (KB) = 986760 +0:The total amount of wall time = 287.961081 +0:The maximum resident set size (KB) = 987052 -Test 093 rap_control_debug PASS +Test 094 rap_control_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/hrrr_control_debug -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/hrrr_control_debug -Checking test 094 hrrr_control_debug results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/hrrr_control_debug +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/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 = 282.867814 -0:The maximum resident set size (KB) = 984168 +0:The total amount of wall time = 281.302008 +0:The maximum resident set size (KB) = 983128 -Test 094 hrrr_control_debug PASS +Test 095 hrrr_control_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/rap_control_debug -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/rap_unified_drag_suite_debug -Checking test 095 rap_unified_drag_suite_debug results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/rap_control_debug +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/rap_unified_drag_suite_debug +Checking test 096 rap_unified_drag_suite_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 287.144496 -0:The maximum resident set size (KB) = 986724 +0:The total amount of wall time = 286.753130 +0:The maximum resident set size (KB) = 987160 -Test 095 rap_unified_drag_suite_debug PASS +Test 096 rap_unified_drag_suite_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/rap_diag_debug -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/rap_diag_debug -Checking test 096 rap_diag_debug results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/rap_diag_debug +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/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 = 298.385023 -0:The maximum resident set size (KB) = 1069968 +0:The total amount of wall time = 299.272500 +0:The maximum resident set size (KB) = 1070128 -Test 096 rap_diag_debug PASS +Test 097 rap_diag_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/rap_cires_ugwp_debug -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/rap_cires_ugwp_debug -Checking test 097 rap_cires_ugwp_debug results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/rap_cires_ugwp_debug +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/rap_cires_ugwp_debug +Checking test 098 rap_cires_ugwp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 292.361688 -0:The maximum resident set size (KB) = 985820 +0:The total amount of wall time = 296.374557 +0:The maximum resident set size (KB) = 986308 -Test 097 rap_cires_ugwp_debug PASS +Test 098 rap_cires_ugwp_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/rap_cires_ugwp_debug -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/rap_unified_ugwp_debug -Checking test 098 rap_unified_ugwp_debug results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/rap_cires_ugwp_debug +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/rap_unified_ugwp_debug +Checking test 099 rap_unified_ugwp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 292.935845 -0:The maximum resident set size (KB) = 986880 +0:The total amount of wall time = 296.072870 +0:The maximum resident set size (KB) = 987188 -Test 098 rap_unified_ugwp_debug PASS +Test 099 rap_unified_ugwp_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/rap_lndp_debug -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/rap_lndp_debug -Checking test 099 rap_lndp_debug results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/rap_lndp_debug +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/rap_lndp_debug +Checking test 100 rap_lndp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 289.252602 -0:The maximum resident set size (KB) = 987576 +0:The total amount of wall time = 290.230457 +0:The maximum resident set size (KB) = 987740 -Test 099 rap_lndp_debug PASS +Test 100 rap_lndp_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/rap_flake_debug -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/rap_flake_debug -Checking test 100 rap_flake_debug results .... - Comparing sfcf000.nc .........OK - Comparing sfcf001.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf001.nc .........OK - -0:The total amount of wall time = 287.925066 -0:The maximum resident set size (KB) = 986852 - -Test 100 rap_flake_debug PASS - - -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/rap_progcld_thompson_debug -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/rap_progcld_thompson_debug +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/rap_progcld_thompson_debug +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/rap_progcld_thompson_debug Checking test 101 rap_progcld_thompson_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 288.624005 -0:The maximum resident set size (KB) = 986604 +0:The total amount of wall time = 286.780046 +0:The maximum resident set size (KB) = 987112 Test 101 rap_progcld_thompson_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/rap_noah_debug -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/rap_noah_debug +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/rap_noah_debug +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/rap_noah_debug Checking test 102 rap_noah_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 281.761174 -0:The maximum resident set size (KB) = 984484 +0:The total amount of wall time = 281.238801 +0:The maximum resident set size (KB) = 985100 Test 102 rap_noah_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/rap_sfcdiff_debug -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/rap_sfcdiff_debug +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/rap_sfcdiff_debug +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/rap_sfcdiff_debug Checking test 103 rap_sfcdiff_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 287.145795 -0:The maximum resident set size (KB) = 986456 +0:The total amount of wall time = 287.223849 +0:The maximum resident set size (KB) = 986912 Test 103 rap_sfcdiff_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/rap_noah_sfcdiff_cires_ugwp_debug -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/rap_noah_sfcdiff_cires_ugwp_debug +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/rap_noah_sfcdiff_cires_ugwp_debug +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/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 = 471.996582 -0:The maximum resident set size (KB) = 985344 +0:The total amount of wall time = 472.034241 +0:The maximum resident set size (KB) = 985856 Test 104 rap_noah_sfcdiff_cires_ugwp_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/rrfs_v1beta_debug -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/rrfs_v1beta_debug +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/rrfs_v1beta_debug +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/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 = 283.218538 -0:The maximum resident set size (KB) = 983360 +0:The total amount of wall time = 284.097836 +0:The maximum resident set size (KB) = 982940 Test 105 rrfs_v1beta_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/control_wam_debug -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/control_wam_debug -Checking test 106 control_wam_debug results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/rap_clm_lake_debug +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/rap_clm_lake_debug +Checking test 106 rap_clm_lake_debug results .... + Comparing sfcf000.nc .........OK + Comparing sfcf001.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf001.nc .........OK + +0:The total amount of wall time = 353.359295 +0:The maximum resident set size (KB) = 989868 + +Test 106 rap_clm_lake_debug PASS + + +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/rap_flake_debug +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/rap_flake_debug +Checking test 107 rap_flake_debug results .... + Comparing sfcf000.nc .........OK + Comparing sfcf001.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf001.nc .........OK + +0:The total amount of wall time = 286.888389 +0:The maximum resident set size (KB) = 987340 + +Test 107 rap_flake_debug PASS + + +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/control_wam_debug +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/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 = 289.853088 -0:The maximum resident set size (KB) = 235428 +0:The total amount of wall time = 290.207280 +0:The maximum resident set size (KB) = 235660 -Test 106 control_wam_debug PASS +Test 108 control_wam_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/regional_spp_sppt_shum_skeb_dyn32_phy32 -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/regional_spp_sppt_shum_skeb_dyn32_phy32 -Checking test 107 regional_spp_sppt_shum_skeb_dyn32_phy32 results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/regional_spp_sppt_shum_skeb_dyn32_phy32 +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/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 Comparing phyf000.nc .........OK @@ -3585,15 +3585,15 @@ 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 = 246.781846 -0:The maximum resident set size (KB) = 850996 +0:The total amount of wall time = 245.692174 +0:The maximum resident set size (KB) = 855276 -Test 107 regional_spp_sppt_shum_skeb_dyn32_phy32 PASS +Test 109 regional_spp_sppt_shum_skeb_dyn32_phy32 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/rap_control_dyn32_phy32 -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/rap_control_dyn32_phy32 -Checking test 108 rap_control_dyn32_phy32 results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/rap_control_dyn32_phy32 +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/rap_control_dyn32_phy32 +Checking test 110 rap_control_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3639,15 +3639,15 @@ Checking test 108 rap_control_dyn32_phy32 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 399.494615 -0:The maximum resident set size (KB) = 707764 +0:The total amount of wall time = 401.776147 +0:The maximum resident set size (KB) = 708116 -Test 108 rap_control_dyn32_phy32 PASS +Test 110 rap_control_dyn32_phy32 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/hrrr_control_dyn32_phy32 -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/hrrr_control_dyn32_phy32 -Checking test 109 hrrr_control_dyn32_phy32 results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/hrrr_control_dyn32_phy32 +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/hrrr_control_dyn32_phy32 +Checking test 111 hrrr_control_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3660,48 +3660,48 @@ Checking test 109 hrrr_control_dyn32_phy32 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210322.180000.coupler.res .........OK - Comparing RESTART/20210322.180000.fv_core.res.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile6.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK - -0:The total amount of wall time = 209.913756 -0:The maximum resident set size (KB) = 706456 - -Test 109 hrrr_control_dyn32_phy32 PASS - - -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/rap_control_dyn32_phy32 -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/rap_2threads_dyn32_phy32 -Checking test 110 rap_2threads_dyn32_phy32 results .... + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK + +0:The total amount of wall time = 197.421814 +0:The maximum resident set size (KB) = 707772 + +Test 111 hrrr_control_dyn32_phy32 PASS + + +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/rap_control_dyn32_phy32 +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/rap_2threads_dyn32_phy32 +Checking test 112 rap_2threads_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3747,15 +3747,15 @@ Checking test 110 rap_2threads_dyn32_phy32 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 386.911847 -0:The maximum resident set size (KB) = 759504 +0:The total amount of wall time = 382.414455 +0:The maximum resident set size (KB) = 759796 -Test 110 rap_2threads_dyn32_phy32 PASS +Test 112 rap_2threads_dyn32_phy32 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/hrrr_control_dyn32_phy32 -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/hrrr_control_2threads_dyn32_phy32 -Checking test 111 hrrr_control_2threads_dyn32_phy32 results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/hrrr_control_dyn32_phy32 +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/hrrr_control_2threads_dyn32_phy32 +Checking test 113 hrrr_control_2threads_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3768,48 +3768,48 @@ Checking test 111 hrrr_control_2threads_dyn32_phy32 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210322.180000.coupler.res .........OK - Comparing RESTART/20210322.180000.fv_core.res.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile6.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK - -0:The total amount of wall time = 199.282978 -0:The maximum resident set size (KB) = 756484 - -Test 111 hrrr_control_2threads_dyn32_phy32 PASS - - -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/hrrr_control_dyn32_phy32 -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/hrrr_control_decomp_dyn32_phy32 -Checking test 112 hrrr_control_decomp_dyn32_phy32 results .... + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK + +0:The total amount of wall time = 279.145412 +0:The maximum resident set size (KB) = 753356 + +Test 113 hrrr_control_2threads_dyn32_phy32 PASS + + +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/hrrr_control_dyn32_phy32 +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/hrrr_control_decomp_dyn32_phy32 +Checking test 114 hrrr_control_decomp_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3822,48 +3822,48 @@ Checking test 112 hrrr_control_decomp_dyn32_phy32 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210322.180000.coupler.res .........OK - Comparing RESTART/20210322.180000.fv_core.res.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile6.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK - -0:The total amount of wall time = 220.728658 -0:The maximum resident set size (KB) = 704444 - -Test 112 hrrr_control_decomp_dyn32_phy32 PASS - - -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/rap_control_dyn32_phy32 -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/rap_restart_dyn32_phy32 -Checking test 113 rap_restart_dyn32_phy32 results .... + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK + +0:The total amount of wall time = 211.845047 +0:The maximum resident set size (KB) = 706052 + +Test 114 hrrr_control_decomp_dyn32_phy32 PASS + + +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/rap_control_dyn32_phy32 +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/rap_restart_dyn32_phy32 +Checking test 115 rap_restart_dyn32_phy32 results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK @@ -3901,61 +3901,29 @@ Checking test 113 rap_restart_dyn32_phy32 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 296.786500 -0:The maximum resident set size (KB) = 544784 +0:The total amount of wall time = 296.180778 +0:The maximum resident set size (KB) = 545344 -Test 113 rap_restart_dyn32_phy32 PASS +Test 115 rap_restart_dyn32_phy32 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/hrrr_control_dyn32_phy32 -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/hrrr_control_restart_dyn32_phy32 -Checking test 114 hrrr_control_restart_dyn32_phy32 results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/hrrr_control_dyn32_phy32 +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/hrrr_control_restart_dyn32_phy32 +Checking test 116 hrrr_control_restart_dyn32_phy32 results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210322.180000.coupler.res .........OK - Comparing RESTART/20210322.180000.fv_core.res.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile6.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 107.943173 -0:The maximum resident set size (KB) = 537580 +0:The total amount of wall time = 104.076619 +0:The maximum resident set size (KB) = 536892 -Test 114 hrrr_control_restart_dyn32_phy32 PASS +Test 116 hrrr_control_restart_dyn32_phy32 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/rap_control_dyn64_phy32 -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/rap_control_dyn64_phy32 -Checking test 115 rap_control_dyn64_phy32 results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/rap_control_dyn64_phy32 +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/rap_control_dyn64_phy32 +Checking test 117 rap_control_dyn64_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -4001,82 +3969,82 @@ Checking test 115 rap_control_dyn64_phy32 results .... Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 272.324695 -0:The maximum resident set size (KB) = 730432 +0:The total amount of wall time = 271.831214 +0:The maximum resident set size (KB) = 730536 -Test 115 rap_control_dyn64_phy32 PASS +Test 117 rap_control_dyn64_phy32 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/rap_control_debug_dyn32_phy32 -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/rap_control_debug_dyn32_phy32 -Checking test 116 rap_control_debug_dyn32_phy32 results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/rap_control_debug_dyn32_phy32 +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/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 = 283.131366 -0:The maximum resident set size (KB) = 872892 +0:The total amount of wall time = 282.586743 +0:The maximum resident set size (KB) = 872280 -Test 116 rap_control_debug_dyn32_phy32 PASS +Test 118 rap_control_debug_dyn32_phy32 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/hrrr_control_debug_dyn32_phy32 -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/hrrr_control_debug_dyn32_phy32 -Checking test 117 hrrr_control_debug_dyn32_phy32 results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/hrrr_control_debug_dyn32_phy32 +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/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 = 278.870376 -0:The maximum resident set size (KB) = 871096 +0:The total amount of wall time = 276.492953 +0:The maximum resident set size (KB) = 870940 -Test 117 hrrr_control_debug_dyn32_phy32 PASS +Test 119 hrrr_control_debug_dyn32_phy32 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/rap_control_debug_dyn64_phy32 -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/rap_control_dyn64_phy32_debug -Checking test 118 rap_control_dyn64_phy32_debug results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/rap_control_debug_dyn64_phy32 +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/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 = 287.637841 -0:The maximum resident set size (KB) = 890068 +0:The total amount of wall time = 285.817576 +0:The maximum resident set size (KB) = 892992 -Test 118 rap_control_dyn64_phy32_debug PASS +Test 120 rap_control_dyn64_phy32_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/hafs_regional_atm -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/hafs_regional_atm -Checking test 119 hafs_regional_atm results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_atm +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/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 = 259.471288 -0:The maximum resident set size (KB) = 742692 +0:The total amount of wall time = 260.893770 +0:The maximum resident set size (KB) = 743028 -Test 119 hafs_regional_atm PASS +Test 121 hafs_regional_atm PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/hafs_regional_atm_thompson_gfdlsf -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/hafs_regional_atm_thompson_gfdlsf -Checking test 120 hafs_regional_atm_thompson_gfdlsf results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_atm_thompson_gfdlsf +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/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 = 331.041285 -0:The maximum resident set size (KB) = 1099808 +0:The total amount of wall time = 289.469079 +0:The maximum resident set size (KB) = 1098708 -Test 120 hafs_regional_atm_thompson_gfdlsf PASS +Test 122 hafs_regional_atm_thompson_gfdlsf PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/hafs_regional_atm_ocn -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/hafs_regional_atm_ocn -Checking test 121 hafs_regional_atm_ocn results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_atm_ocn +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/hafs_regional_atm_ocn +Checking test 123 hafs_regional_atm_ocn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing archv.2019_241_06.a .........OK @@ -4084,15 +4052,15 @@ 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 = 430.715461 -0:The maximum resident set size (KB) = 740984 +0:The total amount of wall time = 456.830237 +0:The maximum resident set size (KB) = 743344 -Test 121 hafs_regional_atm_ocn PASS +Test 123 hafs_regional_atm_ocn PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/hafs_regional_atm_wav -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/hafs_regional_atm_wav -Checking test 122 hafs_regional_atm_wav results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_atm_wav +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/hafs_regional_atm_wav +Checking test 124 hafs_regional_atm_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing 20190829.060000.out_grd.ww3 .........OK @@ -4100,15 +4068,15 @@ Checking test 122 hafs_regional_atm_wav results .... Comparing ufs.hafs.ww3.r.2019-08-29-21600 .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK -0:The total amount of wall time = 995.112600 -0:The maximum resident set size (KB) = 769948 +0:The total amount of wall time = 1034.454485 +0:The maximum resident set size (KB) = 773040 -Test 122 hafs_regional_atm_wav PASS +Test 124 hafs_regional_atm_wav PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/hafs_regional_atm_ocn_wav -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/hafs_regional_atm_ocn_wav -Checking test 123 hafs_regional_atm_ocn_wav results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_atm_ocn_wav +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/hafs_regional_atm_ocn_wav +Checking test 125 hafs_regional_atm_ocn_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing archv.2019_241_06.a .........OK @@ -4118,29 +4086,29 @@ Checking test 123 hafs_regional_atm_ocn_wav results .... Comparing ufs.hafs.ww3.r.2019-08-29-21600 .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK -0:The total amount of wall time = 1196.031559 -0:The maximum resident set size (KB) = 792356 +0:The total amount of wall time = 1096.039955 +0:The maximum resident set size (KB) = 792740 -Test 123 hafs_regional_atm_ocn_wav PASS +Test 125 hafs_regional_atm_ocn_wav PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/hafs_regional_1nest_atm -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/hafs_regional_1nest_atm -Checking test 124 hafs_regional_1nest_atm results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_1nest_atm +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/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 = 375.782437 -0:The maximum resident set size (KB) = 300760 +0:The total amount of wall time = 374.042827 +0:The maximum resident set size (KB) = 300628 -Test 124 hafs_regional_1nest_atm PASS +Test 126 hafs_regional_1nest_atm PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/hafs_regional_telescopic_2nests_atm -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/hafs_regional_telescopic_2nests_atm -Checking test 125 hafs_regional_telescopic_2nests_atm results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_telescopic_2nests_atm +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/hafs_regional_telescopic_2nests_atm +Checking test 127 hafs_regional_telescopic_2nests_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4148,29 +4116,29 @@ 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 = 426.298241 -0:The maximum resident set size (KB) = 320052 +0:The total amount of wall time = 426.956868 +0:The maximum resident set size (KB) = 320900 -Test 125 hafs_regional_telescopic_2nests_atm PASS +Test 127 hafs_regional_telescopic_2nests_atm PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/hafs_global_1nest_atm -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/hafs_global_1nest_atm -Checking test 126 hafs_global_1nest_atm results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/hafs_global_1nest_atm +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/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 = 172.322915 -0:The maximum resident set size (KB) = 214012 +0:The total amount of wall time = 171.957735 +0:The maximum resident set size (KB) = 214352 -Test 126 hafs_global_1nest_atm PASS +Test 128 hafs_global_1nest_atm PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/hafs_global_multiple_4nests_atm -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/hafs_global_multiple_4nests_atm -Checking test 127 hafs_global_multiple_4nests_atm results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/hafs_global_multiple_4nests_atm +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/hafs_global_multiple_4nests_atm +Checking test 129 hafs_global_multiple_4nests_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4187,15 +4155,15 @@ 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 = 483.236852 -0:The maximum resident set size (KB) = 302148 +0:The total amount of wall time = 482.465558 +0:The maximum resident set size (KB) = 303776 -Test 127 hafs_global_multiple_4nests_atm PASS +Test 129 hafs_global_multiple_4nests_atm PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/hafs_regional_specified_moving_1nest_atm -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/hafs_regional_specified_moving_1nest_atm -Checking test 128 hafs_regional_specified_moving_1nest_atm results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_specified_moving_1nest_atm +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/hafs_regional_specified_moving_1nest_atm +Checking test 130 hafs_regional_specified_moving_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4203,29 +4171,29 @@ 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 = 243.306524 -0:The maximum resident set size (KB) = 318528 +0:The total amount of wall time = 241.154911 +0:The maximum resident set size (KB) = 318744 -Test 128 hafs_regional_specified_moving_1nest_atm PASS +Test 130 hafs_regional_specified_moving_1nest_atm PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/hafs_regional_storm_following_1nest_atm -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/hafs_regional_storm_following_1nest_atm -Checking test 129 hafs_regional_storm_following_1nest_atm results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_storm_following_1nest_atm +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/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 = 228.897571 -0:The maximum resident set size (KB) = 318716 +0:The total amount of wall time = 224.060504 +0:The maximum resident set size (KB) = 319072 -Test 129 hafs_regional_storm_following_1nest_atm PASS +Test 131 hafs_regional_storm_following_1nest_atm PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/hafs_regional_storm_following_1nest_atm_ocn -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/hafs_regional_storm_following_1nest_atm_ocn -Checking test 130 hafs_regional_storm_following_1nest_atm_ocn results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_storm_following_1nest_atm_ocn +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/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 Comparing atm.nest02.f006.nc .........OK @@ -4233,43 +4201,43 @@ 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 = 281.322525 -0:The maximum resident set size (KB) = 376372 +0:The total amount of wall time = 275.124861 +0:The maximum resident set size (KB) = 375836 -Test 130 hafs_regional_storm_following_1nest_atm_ocn PASS +Test 132 hafs_regional_storm_following_1nest_atm_ocn PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/hafs_global_storm_following_1nest_atm -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/hafs_global_storm_following_1nest_atm -Checking test 131 hafs_global_storm_following_1nest_atm results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/hafs_global_storm_following_1nest_atm +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/hafs_global_storm_following_1nest_atm +Checking test 133 hafs_global_storm_following_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK Comparing sfc.nest02.f006.nc .........OK -0:The total amount of wall time = 67.181740 -0:The maximum resident set size (KB) = 233308 +0:The total amount of wall time = 67.722054 +0:The maximum resident set size (KB) = 233860 -Test 131 hafs_global_storm_following_1nest_atm PASS +Test 133 hafs_global_storm_following_1nest_atm PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/hafs_regional_storm_following_1nest_atm_ocn_debug -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/hafs_regional_storm_following_1nest_atm_ocn_debug -Checking test 132 hafs_regional_storm_following_1nest_atm_ocn_debug results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_storm_following_1nest_atm_ocn_debug +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/hafs_regional_storm_following_1nest_atm_ocn_debug +Checking test 134 hafs_regional_storm_following_1nest_atm_ocn_debug results .... Comparing atmf001.nc .........OK Comparing sfcf001.nc .........OK Comparing atm.nest02.f001.nc .........OK Comparing sfc.nest02.f001.nc .........OK -0:The total amount of wall time = 763.905733 -0:The maximum resident set size (KB) = 402984 +0:The total amount of wall time = 765.297460 +0:The maximum resident set size (KB) = 401912 -Test 132 hafs_regional_storm_following_1nest_atm_ocn_debug PASS +Test 134 hafs_regional_storm_following_1nest_atm_ocn_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/hafs_regional_storm_following_1nest_atm_ocn_wav -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/hafs_regional_storm_following_1nest_atm_ocn_wav -Checking test 133 hafs_regional_storm_following_1nest_atm_ocn_wav results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_storm_following_1nest_atm_ocn_wav +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/hafs_regional_storm_following_1nest_atm_ocn_wav +Checking test 135 hafs_regional_storm_following_1nest_atm_ocn_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4279,162 +4247,162 @@ Checking test 133 hafs_regional_storm_following_1nest_atm_ocn_wav results .... Comparing 20200825.180000.out_grd.ww3 .........OK Comparing 20200825.180000.out_pnt.ww3 .........OK -0:The total amount of wall time = 763.394566 -0:The maximum resident set size (KB) = 426808 +0:The total amount of wall time = 779.114934 +0:The maximum resident set size (KB) = 427796 -Test 133 hafs_regional_storm_following_1nest_atm_ocn_wav PASS +Test 135 hafs_regional_storm_following_1nest_atm_ocn_wav PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/hafs_regional_docn -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/hafs_regional_docn -Checking test 134 hafs_regional_docn results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_docn +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/hafs_regional_docn +Checking test 136 hafs_regional_docn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing ufs.hafs.cpl.hi.2019-08-29-21600.nc .........OK 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 = 553.061288 -0:The maximum resident set size (KB) = 755244 +0:The total amount of wall time = 400.846681 +0:The maximum resident set size (KB) = 756600 -Test 134 hafs_regional_docn PASS +Test 136 hafs_regional_docn PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/hafs_regional_docn_oisst -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/hafs_regional_docn_oisst -Checking test 135 hafs_regional_docn_oisst results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_docn_oisst +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/hafs_regional_docn_oisst +Checking test 137 hafs_regional_docn_oisst results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing ufs.hafs.cpl.hi.2019-08-29-21600.nc .........OK 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 = 393.695084 -0:The maximum resident set size (KB) = 735592 +0:The total amount of wall time = 398.441332 +0:The maximum resident set size (KB) = 736568 -Test 135 hafs_regional_docn_oisst PASS +Test 137 hafs_regional_docn_oisst PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/hafs_regional_datm_cdeps -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/hafs_regional_datm_cdeps -Checking test 136 hafs_regional_datm_cdeps results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_datm_cdeps +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/hafs_regional_datm_cdeps +Checking test 138 hafs_regional_datm_cdeps results .... Comparing ufs.hafs.cpl.hi.2019-08-30-00000.nc .........OK Comparing ufs.hafs.cpl.r.2019-08-30-00000.nc .........OK Comparing ufs.hafs.datm.r.2019-08-30-00000.nc .........OK -0:The total amount of wall time = 1285.536127 -0:The maximum resident set size (KB) = 888120 +0:The total amount of wall time = 1280.885602 +0:The maximum resident set size (KB) = 887900 -Test 136 hafs_regional_datm_cdeps PASS +Test 138 hafs_regional_datm_cdeps PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/datm_cdeps_control_cfsr -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/datm_cdeps_control_cfsr -Checking test 137 datm_cdeps_control_cfsr results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_control_cfsr +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/datm_cdeps_control_cfsr +Checking test 139 datm_cdeps_control_cfsr results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK -0:The total amount of wall time = 169.617964 -0:The maximum resident set size (KB) = 716704 +0:The total amount of wall time = 167.983806 +0:The maximum resident set size (KB) = 716660 -Test 137 datm_cdeps_control_cfsr PASS +Test 139 datm_cdeps_control_cfsr PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/datm_cdeps_control_cfsr -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/datm_cdeps_restart_cfsr -Checking test 138 datm_cdeps_restart_cfsr results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_control_cfsr +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/datm_cdeps_restart_cfsr +Checking test 140 datm_cdeps_restart_cfsr results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK -0:The total amount of wall time = 97.965118 -0:The maximum resident set size (KB) = 704888 +0:The total amount of wall time = 102.779926 +0:The maximum resident set size (KB) = 704804 -Test 138 datm_cdeps_restart_cfsr PASS +Test 140 datm_cdeps_restart_cfsr PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/datm_cdeps_control_gefs -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/datm_cdeps_control_gefs -Checking test 139 datm_cdeps_control_gefs results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_control_gefs +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/datm_cdeps_control_gefs +Checking test 141 datm_cdeps_control_gefs results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK -0:The total amount of wall time = 161.771286 -0:The maximum resident set size (KB) = 607480 +0:The total amount of wall time = 161.199360 +0:The maximum resident set size (KB) = 607084 -Test 139 datm_cdeps_control_gefs PASS +Test 141 datm_cdeps_control_gefs PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/datm_cdeps_iau_gefs -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/datm_cdeps_iau_gefs -Checking test 140 datm_cdeps_iau_gefs results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_iau_gefs +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/datm_cdeps_iau_gefs +Checking test 142 datm_cdeps_iau_gefs results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK -0:The total amount of wall time = 166.124136 -0:The maximum resident set size (KB) = 607464 +0:The total amount of wall time = 164.497435 +0:The maximum resident set size (KB) = 607484 -Test 140 datm_cdeps_iau_gefs PASS +Test 142 datm_cdeps_iau_gefs PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/datm_cdeps_stochy_gefs -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/datm_cdeps_stochy_gefs -Checking test 141 datm_cdeps_stochy_gefs results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_stochy_gefs +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/datm_cdeps_stochy_gefs +Checking test 143 datm_cdeps_stochy_gefs results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK -0:The total amount of wall time = 163.777295 -0:The maximum resident set size (KB) = 607468 +0:The total amount of wall time = 163.820991 +0:The maximum resident set size (KB) = 607460 -Test 141 datm_cdeps_stochy_gefs PASS +Test 143 datm_cdeps_stochy_gefs PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/datm_cdeps_ciceC_cfsr -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/datm_cdeps_ciceC_cfsr -Checking test 142 datm_cdeps_ciceC_cfsr results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_ciceC_cfsr +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/datm_cdeps_ciceC_cfsr +Checking test 144 datm_cdeps_ciceC_cfsr results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK -0:The total amount of wall time = 169.477055 -0:The maximum resident set size (KB) = 716728 +0:The total amount of wall time = 168.076473 +0:The maximum resident set size (KB) = 716680 -Test 142 datm_cdeps_ciceC_cfsr PASS +Test 144 datm_cdeps_ciceC_cfsr PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/datm_cdeps_bulk_cfsr -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/datm_cdeps_bulk_cfsr -Checking test 143 datm_cdeps_bulk_cfsr results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_bulk_cfsr +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/datm_cdeps_bulk_cfsr +Checking test 145 datm_cdeps_bulk_cfsr results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK -0:The total amount of wall time = 169.563281 -0:The maximum resident set size (KB) = 728188 +0:The total amount of wall time = 169.156000 +0:The maximum resident set size (KB) = 727648 -Test 143 datm_cdeps_bulk_cfsr PASS +Test 145 datm_cdeps_bulk_cfsr PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/datm_cdeps_bulk_gefs -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/datm_cdeps_bulk_gefs -Checking test 144 datm_cdeps_bulk_gefs results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_bulk_gefs +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/datm_cdeps_bulk_gefs +Checking test 146 datm_cdeps_bulk_gefs results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK -0:The total amount of wall time = 157.481164 -0:The maximum resident set size (KB) = 607500 +0:The total amount of wall time = 160.634127 +0:The maximum resident set size (KB) = 607448 -Test 144 datm_cdeps_bulk_gefs PASS +Test 146 datm_cdeps_bulk_gefs PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/datm_cdeps_mx025_cfsr -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/datm_cdeps_mx025_cfsr -Checking test 145 datm_cdeps_mx025_cfsr results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_mx025_cfsr +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/datm_cdeps_mx025_cfsr +Checking test 147 datm_cdeps_mx025_cfsr results .... Comparing RESTART/20111001.120000.MOM.res.nc .........OK Comparing RESTART/20111001.120000.MOM.res_1.nc .........OK Comparing RESTART/20111001.120000.MOM.res_2.nc .........OK @@ -4442,15 +4410,15 @@ Checking test 145 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 = 426.186035 -0:The maximum resident set size (KB) = 514368 +0:The total amount of wall time = 870.739141 +0:The maximum resident set size (KB) = 514332 -Test 145 datm_cdeps_mx025_cfsr PASS +Test 147 datm_cdeps_mx025_cfsr PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/datm_cdeps_mx025_gefs -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/datm_cdeps_mx025_gefs -Checking test 146 datm_cdeps_mx025_gefs results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_mx025_gefs +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/datm_cdeps_mx025_gefs +Checking test 148 datm_cdeps_mx025_gefs results .... Comparing RESTART/20111001.120000.MOM.res.nc .........OK Comparing RESTART/20111001.120000.MOM.res_1.nc .........OK Comparing RESTART/20111001.120000.MOM.res_2.nc .........OK @@ -4458,78 +4426,78 @@ Checking test 146 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 = 443.136678 -0:The maximum resident set size (KB) = 494768 +0:The total amount of wall time = 819.025766 +0:The maximum resident set size (KB) = 494808 -Test 146 datm_cdeps_mx025_gefs PASS +Test 148 datm_cdeps_mx025_gefs PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/datm_cdeps_control_cfsr -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/datm_cdeps_multiple_files_cfsr -Checking test 147 datm_cdeps_multiple_files_cfsr results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_control_cfsr +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/datm_cdeps_multiple_files_cfsr +Checking test 149 datm_cdeps_multiple_files_cfsr results .... Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK -0:The total amount of wall time = 167.852533 -0:The maximum resident set size (KB) = 727856 +0:The total amount of wall time = 161.958685 +0:The maximum resident set size (KB) = 727776 -Test 147 datm_cdeps_multiple_files_cfsr PASS +Test 149 datm_cdeps_multiple_files_cfsr PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/datm_cdeps_3072x1536_cfsr -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/datm_cdeps_3072x1536_cfsr -Checking test 148 datm_cdeps_3072x1536_cfsr results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_3072x1536_cfsr +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/datm_cdeps_3072x1536_cfsr +Checking test 150 datm_cdeps_3072x1536_cfsr results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR3072x1536.cpl.r.2011-10-02-00000.nc .........OK -0:The total amount of wall time = 240.987262 -0:The maximum resident set size (KB) = 1941400 +0:The total amount of wall time = 257.708704 +0:The maximum resident set size (KB) = 1940372 -Test 148 datm_cdeps_3072x1536_cfsr PASS +Test 150 datm_cdeps_3072x1536_cfsr PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/datm_cdeps_gfs -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/datm_cdeps_gfs -Checking test 149 datm_cdeps_gfs results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_gfs +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/datm_cdeps_gfs +Checking test 151 datm_cdeps_gfs results .... Comparing RESTART/20210323.060000.MOM.res.nc .........OK Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/DATM_GFS.cpl.r.2021-03-23-21600.nc .........OK -0:The total amount of wall time = 256.471771 -0:The maximum resident set size (KB) = 1940324 +0:The total amount of wall time = 258.412697 +0:The maximum resident set size (KB) = 1941060 -Test 149 datm_cdeps_gfs PASS +Test 151 datm_cdeps_gfs PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/datm_cdeps_debug_cfsr -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/datm_cdeps_debug_cfsr -Checking test 150 datm_cdeps_debug_cfsr results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_debug_cfsr +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/datm_cdeps_debug_cfsr +Checking test 152 datm_cdeps_debug_cfsr results .... Comparing RESTART/20111001.060000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-01-21600.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-01-21600.nc .........OK -0:The total amount of wall time = 370.289911 -0:The maximum resident set size (KB) = 700652 +0:The total amount of wall time = 371.039713 +0:The maximum resident set size (KB) = 700576 -Test 150 datm_cdeps_debug_cfsr PASS +Test 152 datm_cdeps_debug_cfsr PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/datm_cdeps_control_cfsr_faster -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/datm_cdeps_control_cfsr_faster -Checking test 151 datm_cdeps_control_cfsr_faster results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_control_cfsr_faster +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/datm_cdeps_control_cfsr_faster +Checking test 153 datm_cdeps_control_cfsr_faster results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK -0:The total amount of wall time = 168.294581 -0:The maximum resident set size (KB) = 716764 +0:The total amount of wall time = 167.603248 +0:The maximum resident set size (KB) = 716732 -Test 151 datm_cdeps_control_cfsr_faster PASS +Test 153 datm_cdeps_control_cfsr_faster PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/datm_cdeps_lnd_gswp3 -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/datm_cdeps_lnd_gswp3 -Checking test 152 datm_cdeps_lnd_gswp3 results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_lnd_gswp3 +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/datm_cdeps_lnd_gswp3 +Checking test 154 datm_cdeps_lnd_gswp3 results .... Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile1.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile2.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile3.nc .........OK @@ -4537,15 +4505,15 @@ 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 = 11.842342 -0:The maximum resident set size (KB) = 204536 +0:The total amount of wall time = 10.564616 +0:The maximum resident set size (KB) = 216464 -Test 152 datm_cdeps_lnd_gswp3 PASS +Test 154 datm_cdeps_lnd_gswp3 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/datm_cdeps_lnd_gswp3 -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/datm_cdeps_lnd_gswp3_rst -Checking test 153 datm_cdeps_lnd_gswp3_rst results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_lnd_gswp3 +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/datm_cdeps_lnd_gswp3_rst +Checking test 155 datm_cdeps_lnd_gswp3_rst results .... Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile1.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile2.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile3.nc .........OK @@ -4553,15 +4521,15 @@ 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 = 16.252475 -0:The maximum resident set size (KB) = 208208 +0:The total amount of wall time = 15.193048 +0:The maximum resident set size (KB) = 208252 -Test 153 datm_cdeps_lnd_gswp3_rst PASS +Test 155 datm_cdeps_lnd_gswp3_rst PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/control_p8_atmlnd_sbs -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/control_p8_atmlnd_sbs -Checking test 154 control_p8_atmlnd_sbs results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/control_p8_atmlnd_sbs +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/control_p8_atmlnd_sbs +Checking test 156 control_p8_atmlnd_sbs results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK Comparing sfcf000.tile3.nc .........OK @@ -4645,15 +4613,15 @@ 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 = 234.449411 -0:The maximum resident set size (KB) = 1462900 +0:The total amount of wall time = 236.784606 +0:The maximum resident set size (KB) = 1463260 -Test 154 control_p8_atmlnd_sbs PASS +Test 156 control_p8_atmlnd_sbs PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/atmwav_control_noaero_p8 -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/atmwav_control_noaero_p8 -Checking test 155 atmwav_control_noaero_p8 results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/atmwav_control_noaero_p8 +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/atmwav_control_noaero_p8 +Checking test 157 atmwav_control_noaero_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -4695,15 +4663,15 @@ Checking test 155 atmwav_control_noaero_p8 results .... Comparing 20210322.180000.out_grd.ww3 .........OK Comparing ufs.atmw.ww3.r.2021-03-22-64800 .........OK -0:The total amount of wall time = 101.733015 -0:The maximum resident set size (KB) = 1434364 +0:The total amount of wall time = 101.334256 +0:The maximum resident set size (KB) = 1434632 -Test 155 atmwav_control_noaero_p8 PASS +Test 157 atmwav_control_noaero_p8 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/control_atmwav -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/control_atmwav -Checking test 156 control_atmwav results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/control_atmwav +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/control_atmwav +Checking test 158 control_atmwav results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -4746,15 +4714,15 @@ Checking test 156 control_atmwav results .... Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK Comparing 20210322.180000.restart.glo_1deg .........OK -0:The total amount of wall time = 100.323281 -0:The maximum resident set size (KB) = 474632 +0:The total amount of wall time = 101.564857 +0:The maximum resident set size (KB) = 475420 -Test 156 control_atmwav PASS +Test 158 control_atmwav PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/atmaero_control_p8 -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/atmaero_control_p8 -Checking test 157 atmaero_control_p8 results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/atmaero_control_p8 +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/atmaero_control_p8 +Checking test 159 atmaero_control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -4797,15 +4765,15 @@ Checking test 157 atmaero_control_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 250.006993 -0:The maximum resident set size (KB) = 2704044 +0:The total amount of wall time = 253.309399 +0:The maximum resident set size (KB) = 2703916 -Test 157 atmaero_control_p8 PASS +Test 159 atmaero_control_p8 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/atmaero_control_p8_rad -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/atmaero_control_p8_rad -Checking test 158 atmaero_control_p8_rad results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/atmaero_control_p8_rad +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/atmaero_control_p8_rad +Checking test 160 atmaero_control_p8_rad results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -4848,15 +4816,15 @@ Checking test 158 atmaero_control_p8_rad results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 306.188031 -0:The maximum resident set size (KB) = 2757992 +0:The total amount of wall time = 305.188191 +0:The maximum resident set size (KB) = 2758704 -Test 158 atmaero_control_p8_rad PASS +Test 160 atmaero_control_p8_rad PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/atmaero_control_p8_rad_micro -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/atmaero_control_p8_rad_micro -Checking test 159 atmaero_control_p8_rad_micro results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/atmaero_control_p8_rad_micro +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/atmaero_control_p8_rad_micro +Checking test 161 atmaero_control_p8_rad_micro results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -4899,15 +4867,15 @@ Checking test 159 atmaero_control_p8_rad_micro results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 311.789770 -0:The maximum resident set size (KB) = 2764336 +0:The total amount of wall time = 312.891060 +0:The maximum resident set size (KB) = 2765400 -Test 159 atmaero_control_p8_rad_micro PASS +Test 161 atmaero_control_p8_rad_micro PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/regional_atmaq -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/regional_atmaq -Checking test 160 regional_atmaq results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/regional_atmaq +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/regional_atmaq +Checking test 162 regional_atmaq results .... Comparing sfcf000.nc .........OK Comparing sfcf003.nc .........OK Comparing sfcf006.nc .........OK @@ -4922,15 +4890,15 @@ Checking test 160 regional_atmaq results .... Comparing RESTART/20190801.180000.phy_data.nc .........OK Comparing RESTART/20190801.180000.sfc_data.nc .........OK -0:The total amount of wall time = 756.284246 -0:The maximum resident set size (KB) = 999224 +0:The total amount of wall time = 766.812300 +0:The maximum resident set size (KB) = 999776 -Test 160 regional_atmaq PASS +Test 162 regional_atmaq PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230508/INTEL/regional_atmaq_faster -working dir = /glade/scratch/dswales/FV3_RT/rt_62147/regional_atmaq_faster -Checking test 161 regional_atmaq_faster results .... +baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/regional_atmaq_faster +working dir = /glade/scratch/grantf/FV3_RT/rt_9379/regional_atmaq_faster +Checking test 163 regional_atmaq_faster results .... Comparing sfcf000.nc .........OK Comparing sfcf003.nc .........OK Comparing sfcf006.nc .........OK @@ -4945,12 +4913,12 @@ Checking test 161 regional_atmaq_faster results .... Comparing RESTART/20190801.180000.phy_data.nc .........OK Comparing RESTART/20190801.180000.sfc_data.nc .........OK -0:The total amount of wall time = 702.865348 -0:The maximum resident set size (KB) = 999352 +0:The total amount of wall time = 936.434344 +0:The maximum resident set size (KB) = 999556 -Test 161 regional_atmaq_faster PASS +Test 163 regional_atmaq_faster PASS REGRESSION TEST WAS SUCCESSFUL -Mon May 8 19:06:50 MDT 2023 -Elapsed time: 01h:15m:50s. Have a nice day! +Wed Jun 14 16:10:04 MDT 2023 +Elapsed time: 01h:21m:42s. Have a nice day! diff --git a/tests/RegressionTests_hera.gnu.log b/tests/RegressionTests_hera.gnu.log index 30563e535a..c766d32509 100644 --- a/tests/RegressionTests_hera.gnu.log +++ b/tests/RegressionTests_hera.gnu.log @@ -1,21 +1,21 @@ -Mon Jun 12 17:27:20 UTC 2023 +Wed Jun 14 20:47:50 UTC 2023 Start Regression test -Compile 001 elapsed time 186 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 208 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 003 elapsed time 337 seconds. -DAPP=ATM -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 004 elapsed time 108 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 195 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 006 elapsed time 414 seconds. -DAPP=ATM -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 007 elapsed time 342 seconds. -DAPP=ATM -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 008 elapsed time 358 seconds. -DAPP=ATM -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 009 elapsed time 263 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 010 elapsed time 233 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 011 elapsed time 151 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 128 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 001 elapsed time 199 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v16_ras,FV3_GFS_v17_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 002 elapsed time 191 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 003 elapsed time 350 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 189 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_flake -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 006 elapsed time 433 seconds. -DAPP=ATM -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 007 elapsed time 344 seconds. -DAPP=ATM -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 008 elapsed time 344 seconds. -DAPP=ATM -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 009 elapsed time 265 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 230 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 148 seconds. -DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 012 elapsed time 111 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_GNU/control_c48 -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_6377/control_c48 +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4939/control_c48 Checking test 001 control_c48 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -54,14 +54,14 @@ Checking test 001 control_c48 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0: The total amount of wall time = 684.895811 -0: The maximum resident set size (KB) = 704444 +0: The total amount of wall time = 689.923099 +0: The maximum resident set size (KB) = 703504 Test 001 control_c48 PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_GNU/control_stochy -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_6377/control_stochy +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4939/control_stochy Checking test 002 control_stochy results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -72,14 +72,14 @@ Checking test 002 control_stochy results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 664.775253 - 0: The maximum resident set size (KB) = 476676 + 0: The total amount of wall time = 654.243692 + 0: The maximum resident set size (KB) = 478376 Test 002 control_stochy PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_GNU/control_ras -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_6377/control_ras +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4939/control_ras Checking test 003 control_ras results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -90,14 +90,14 @@ Checking test 003 control_ras results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 830.363294 - 0: The maximum resident set size (KB) = 482208 + 0: The total amount of wall time = 832.002142 + 0: The maximum resident set size (KB) = 486128 Test 003 control_ras PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_GNU/control_p8 -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_6377/control_p8 +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4939/control_p8 Checking test 004 control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -144,15 +144,33 @@ Checking test 004 control_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 930.711493 - 0: The maximum resident set size (KB) = 1233160 + 0: The total amount of wall time = 907.327263 + 0: The maximum resident set size (KB) = 1236300 Test 004 control_p8 PASS +baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_GNU/control_flake +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4939/control_flake +Checking test 005 control_flake results .... + Comparing sfcf000.nc .........OK + Comparing sfcf024.nc .........OK + Comparing atmf000.nc .........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 = 1562.434182 + 0: The maximum resident set size (KB) = 524812 + +Test 005 control_flake PASS + + baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_GNU/rap_control -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_6377/rap_control -Checking test 005 rap_control results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4939/rap_control +Checking test 006 rap_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -198,15 +216,15 @@ Checking test 005 rap_control results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1509.680394 - 0: The maximum resident set size (KB) = 828556 + 0: The total amount of wall time = 1457.654923 + 0: The maximum resident set size (KB) = 828572 -Test 005 rap_control PASS +Test 006 rap_control PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_GNU/rap_control -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_6377/rap_decomp -Checking test 006 rap_decomp results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4939/rap_decomp +Checking test 007 rap_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -252,15 +270,15 @@ Checking test 006 rap_decomp results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1432.397274 - 0: The maximum resident set size (KB) = 826232 + 0: The total amount of wall time = 1435.782190 + 0: The maximum resident set size (KB) = 829820 -Test 006 rap_decomp PASS +Test 007 rap_decomp PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_GNU/rap_control -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_6377/rap_2threads -Checking test 007 rap_2threads results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4939/rap_2threads +Checking test 008 rap_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -306,15 +324,15 @@ Checking test 007 rap_2threads results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1343.724918 - 0: The maximum resident set size (KB) = 890684 + 0: The total amount of wall time = 1370.424783 + 0: The maximum resident set size (KB) = 895076 -Test 007 rap_2threads PASS +Test 008 rap_2threads PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_GNU/rap_control -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_6377/rap_restart -Checking test 008 rap_restart results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4939/rap_restart +Checking test 009 rap_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF24 .........OK @@ -352,15 +370,15 @@ Checking test 008 rap_restart results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 736.229793 - 0: The maximum resident set size (KB) = 547336 + 0: The total amount of wall time = 729.085500 + 0: The maximum resident set size (KB) = 546864 -Test 008 rap_restart PASS +Test 009 rap_restart PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_GNU/rap_sfcdiff -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_6377/rap_sfcdiff -Checking test 009 rap_sfcdiff results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4939/rap_sfcdiff +Checking test 010 rap_sfcdiff results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -406,15 +424,15 @@ Checking test 009 rap_sfcdiff results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1477.069039 - 0: The maximum resident set size (KB) = 827416 + 0: The total amount of wall time = 1481.959435 + 0: The maximum resident set size (KB) = 831056 -Test 009 rap_sfcdiff PASS +Test 010 rap_sfcdiff PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_GNU/rap_sfcdiff -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_6377/rap_sfcdiff_decomp -Checking test 010 rap_sfcdiff_decomp results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4939/rap_sfcdiff_decomp +Checking test 011 rap_sfcdiff_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -460,15 +478,15 @@ Checking test 010 rap_sfcdiff_decomp results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1469.955573 - 0: The maximum resident set size (KB) = 823436 + 0: The total amount of wall time = 1452.021757 + 0: The maximum resident set size (KB) = 830364 -Test 010 rap_sfcdiff_decomp PASS +Test 011 rap_sfcdiff_decomp PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_GNU/rap_sfcdiff -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_6377/rap_sfcdiff_restart -Checking test 011 rap_sfcdiff_restart results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4939/rap_sfcdiff_restart +Checking test 012 rap_sfcdiff_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK @@ -506,15 +524,15 @@ Checking test 011 rap_sfcdiff_restart results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1074.435050 - 0: The maximum resident set size (KB) = 548216 + 0: The total amount of wall time = 1101.614966 + 0: The maximum resident set size (KB) = 544200 -Test 011 rap_sfcdiff_restart PASS +Test 012 rap_sfcdiff_restart PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_GNU/hrrr_control -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_6377/hrrr_control -Checking test 012 hrrr_control results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4939/hrrr_control +Checking test 013 hrrr_control results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -527,48 +545,48 @@ Checking test 012 hrrr_control results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210323.060000.coupler.res .........OK - Comparing RESTART/20210323.060000.fv_core.res.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 1481.059722 - 0: The maximum resident set size (KB) = 821804 - -Test 012 hrrr_control PASS + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK + + 0: The total amount of wall time = 1454.533339 + 0: The maximum resident set size (KB) = 823312 + +Test 013 hrrr_control PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_GNU/hrrr_control -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_6377/hrrr_control_2threads -Checking test 013 hrrr_control_2threads results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4939/hrrr_control_2threads +Checking test 014 hrrr_control_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -581,48 +599,48 @@ Checking test 013 hrrr_control_2threads results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210323.060000.coupler.res .........OK - Comparing RESTART/20210323.060000.fv_core.res.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 1378.599691 - 0: The maximum resident set size (KB) = 895940 - -Test 013 hrrr_control_2threads PASS + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK + + 0: The total amount of wall time = 1505.775816 + 0: The maximum resident set size (KB) = 888604 + +Test 014 hrrr_control_2threads PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_GNU/hrrr_control -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_6377/hrrr_control_decomp -Checking test 014 hrrr_control_decomp results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4939/hrrr_control_decomp +Checking test 015 hrrr_control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -635,94 +653,62 @@ Checking test 014 hrrr_control_decomp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210323.060000.coupler.res .........OK - Comparing RESTART/20210323.060000.fv_core.res.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 1478.947960 - 0: The maximum resident set size (KB) = 821176 - -Test 014 hrrr_control_decomp PASS + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK + + 0: The total amount of wall time = 1451.824200 + 0: The maximum resident set size (KB) = 822104 + +Test 015 hrrr_control_decomp PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_GNU/hrrr_control -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_6377/hrrr_control_restart -Checking test 015 hrrr_control_restart results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4939/hrrr_control_restart +Checking test 016 hrrr_control_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210323.060000.coupler.res .........OK - Comparing RESTART/20210323.060000.fv_core.res.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1036.377175 - 0: The maximum resident set size (KB) = 545160 + 0: The total amount of wall time = 1042.351243 + 0: The maximum resident set size (KB) = 546752 -Test 015 hrrr_control_restart PASS +Test 016 hrrr_control_restart PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_GNU/rrfs_v1beta -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_6377/rrfs_v1beta -Checking test 016 rrfs_v1beta results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4939/rrfs_v1beta +Checking test 017 rrfs_v1beta results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -768,15 +754,15 @@ Checking test 016 rrfs_v1beta results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1506.423311 - 0: The maximum resident set size (KB) = 825020 + 0: The total amount of wall time = 1484.516889 + 0: The maximum resident set size (KB) = 820840 -Test 016 rrfs_v1beta PASS +Test 017 rrfs_v1beta PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_GNU/rrfs_smoke_conus13km_hrrr_warm -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_6377/rrfs_smoke_conus13km_hrrr_warm -Checking test 017 rrfs_smoke_conus13km_hrrr_warm results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4939/rrfs_smoke_conus13km_hrrr_warm +Checking test 018 rrfs_smoke_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -784,15 +770,15 @@ Checking test 017 rrfs_smoke_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 768.997295 - 0: The maximum resident set size (KB) = 666316 + 0: The total amount of wall time = 797.251039 + 0: The maximum resident set size (KB) = 670712 -Test 017 rrfs_smoke_conus13km_hrrr_warm PASS +Test 018 rrfs_smoke_conus13km_hrrr_warm PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_GNU/rrfs_smoke_conus13km_hrrr_warm -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_6377/rrfs_smoke_conus13km_hrrr_warm_2threads -Checking test 018 rrfs_smoke_conus13km_hrrr_warm_2threads results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4939/rrfs_smoke_conus13km_hrrr_warm_2threads +Checking test 019 rrfs_smoke_conus13km_hrrr_warm_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -800,15 +786,15 @@ Checking test 018 rrfs_smoke_conus13km_hrrr_warm_2threads results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 1008.954705 - 0: The maximum resident set size (KB) = 667136 + 0: The total amount of wall time = 1080.510831 + 0: The maximum resident set size (KB) = 664888 -Test 018 rrfs_smoke_conus13km_hrrr_warm_2threads PASS +Test 019 rrfs_smoke_conus13km_hrrr_warm_2threads PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_GNU/rrfs_conus13km_hrrr_warm -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_6377/rrfs_conus13km_hrrr_warm -Checking test 019 rrfs_conus13km_hrrr_warm results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4939/rrfs_conus13km_hrrr_warm +Checking test 020 rrfs_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -816,15 +802,15 @@ Checking test 019 rrfs_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 808.839032 - 0: The maximum resident set size (KB) = 642748 + 0: The total amount of wall time = 773.226366 + 0: The maximum resident set size (KB) = 647236 -Test 019 rrfs_conus13km_hrrr_warm PASS +Test 020 rrfs_conus13km_hrrr_warm PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_GNU/rrfs_smoke_conus13km_hrrr_warm_radar_tten -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_6377/rrfs_smoke_conus13km_radar_tten_warm -Checking test 020 rrfs_smoke_conus13km_radar_tten_warm results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4939/rrfs_smoke_conus13km_radar_tten_warm +Checking test 021 rrfs_smoke_conus13km_radar_tten_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -832,235 +818,263 @@ Checking test 020 rrfs_smoke_conus13km_radar_tten_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 782.695906 - 0: The maximum resident set size (KB) = 671568 + 0: The total amount of wall time = 823.773931 + 0: The maximum resident set size (KB) = 674948 -Test 020 rrfs_smoke_conus13km_radar_tten_warm PASS +Test 021 rrfs_smoke_conus13km_radar_tten_warm PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_GNU/rrfs_conus13km_hrrr_warm_restart_mismatch -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_6377/rrfs_conus13km_hrrr_warm_restart_mismatch -Checking test 021 rrfs_conus13km_hrrr_warm_restart_mismatch results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4939/rrfs_conus13km_hrrr_warm_restart_mismatch +Checking test 022 rrfs_conus13km_hrrr_warm_restart_mismatch results .... Comparing sfcf002.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 405.933672 - 0: The maximum resident set size (KB) = 632644 + 0: The total amount of wall time = 403.566064 + 0: The maximum resident set size (KB) = 635648 -Test 021 rrfs_conus13km_hrrr_warm_restart_mismatch PASS +Test 022 rrfs_conus13km_hrrr_warm_restart_mismatch PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_GNU/control_diag_debug -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_6377/control_diag_debug -Checking test 022 control_diag_debug results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4939/control_diag_debug +Checking test 023 control_diag_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 126.108144 - 0: The maximum resident set size (KB) = 523496 + 0: The total amount of wall time = 126.564210 + 0: The maximum resident set size (KB) = 524220 -Test 022 control_diag_debug PASS +Test 023 control_diag_debug PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_GNU/regional_debug -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_6377/regional_debug -Checking test 023 regional_debug results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4939/regional_debug +Checking test 024 regional_debug results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK Comparing phyf000.nc .........OK Comparing phyf001.nc .........OK - 0: The total amount of wall time = 661.713949 - 0: The maximum resident set size (KB) = 590216 + 0: The total amount of wall time = 707.595484 + 0: The maximum resident set size (KB) = 592040 -Test 023 regional_debug PASS +Test 024 regional_debug PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_GNU/rap_control_debug -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_6377/rap_control_debug -Checking test 024 rap_control_debug results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4939/rap_control_debug +Checking test 025 rap_control_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 174.644218 - 0: The maximum resident set size (KB) = 835232 + 0: The total amount of wall time = 175.768212 + 0: The maximum resident set size (KB) = 836716 -Test 024 rap_control_debug PASS +Test 025 rap_control_debug PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_GNU/hrrr_control_debug -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_6377/hrrr_control_debug -Checking test 025 hrrr_control_debug results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4939/hrrr_control_debug +Checking test 026 hrrr_control_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 172.279823 - 0: The maximum resident set size (KB) = 832228 + 0: The total amount of wall time = 171.757515 + 0: The maximum resident set size (KB) = 837412 -Test 025 hrrr_control_debug PASS +Test 026 hrrr_control_debug PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_GNU/rap_diag_debug -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_6377/rap_diag_debug -Checking test 026 rap_diag_debug results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4939/rap_diag_debug +Checking test 027 rap_diag_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 208.722556 - 0: The maximum resident set size (KB) = 917156 + 0: The total amount of wall time = 215.636844 + 0: The maximum resident set size (KB) = 918616 -Test 026 rap_diag_debug PASS +Test 027 rap_diag_debug PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_GNU/rap_noah_sfcdiff_cires_ugwp_debug -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_6377/rap_noah_sfcdiff_cires_ugwp_debug -Checking test 027 rap_noah_sfcdiff_cires_ugwp_debug results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4939/rap_noah_sfcdiff_cires_ugwp_debug +Checking test 028 rap_noah_sfcdiff_cires_ugwp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 266.052439 - 0: The maximum resident set size (KB) = 831252 + 0: The total amount of wall time = 283.424376 + 0: The maximum resident set size (KB) = 830744 -Test 027 rap_noah_sfcdiff_cires_ugwp_debug PASS +Test 028 rap_noah_sfcdiff_cires_ugwp_debug PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_GNU/rap_progcld_thompson_debug -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_6377/rap_progcld_thompson_debug -Checking test 028 rap_progcld_thompson_debug results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4939/rap_progcld_thompson_debug +Checking test 029 rap_progcld_thompson_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 179.972975 - 0: The maximum resident set size (KB) = 838512 + 0: The total amount of wall time = 178.741742 + 0: The maximum resident set size (KB) = 839928 -Test 028 rap_progcld_thompson_debug PASS +Test 029 rap_progcld_thompson_debug PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_GNU/rrfs_v1beta_debug -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_6377/rrfs_v1beta_debug -Checking test 029 rrfs_v1beta_debug results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4939/rrfs_v1beta_debug +Checking test 030 rrfs_v1beta_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 171.538180 - 0: The maximum resident set size (KB) = 831224 + 0: The total amount of wall time = 175.870675 + 0: The maximum resident set size (KB) = 836116 -Test 029 rrfs_v1beta_debug PASS +Test 030 rrfs_v1beta_debug PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_GNU/control_ras_debug -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_6377/control_ras_debug -Checking test 030 control_ras_debug results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4939/control_ras_debug +Checking test 031 control_ras_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 103.490499 - 0: The maximum resident set size (KB) = 478592 + 0: The total amount of wall time = 101.950920 + 0: The maximum resident set size (KB) = 476760 -Test 030 control_ras_debug PASS +Test 031 control_ras_debug PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_GNU/control_stochy_debug -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_6377/control_stochy_debug -Checking test 031 control_stochy_debug results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4939/control_stochy_debug +Checking test 032 control_stochy_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 118.462227 - 0: The maximum resident set size (KB) = 473484 + 0: The total amount of wall time = 117.877834 + 0: The maximum resident set size (KB) = 473120 -Test 031 control_stochy_debug PASS +Test 032 control_stochy_debug PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_GNU/control_debug_p8 -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_6377/control_debug_p8 -Checking test 032 control_debug_p8 results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4939/control_debug_p8 +Checking test 033 control_debug_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 124.302438 - 0: The maximum resident set size (KB) = 1223648 + 0: The total amount of wall time = 119.591516 + 0: The maximum resident set size (KB) = 1225084 -Test 032 control_debug_p8 PASS +Test 033 control_debug_p8 PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_GNU/rrfs_smoke_conus13km_hrrr_warm_debug -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_6377/rrfs_smoke_conus13km_hrrr_warm_debug -Checking test 033 rrfs_smoke_conus13km_hrrr_warm_debug results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4939/rrfs_smoke_conus13km_hrrr_warm_debug +Checking test 034 rrfs_smoke_conus13km_hrrr_warm_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 637.988186 - 0: The maximum resident set size (KB) = 682096 + 0: The total amount of wall time = 635.055384 + 0: The maximum resident set size (KB) = 682368 -Test 033 rrfs_smoke_conus13km_hrrr_warm_debug PASS +Test 034 rrfs_smoke_conus13km_hrrr_warm_debug PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_GNU/rrfs_smoke_conus13km_hrrr_warm_debug -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_6377/rrfs_smoke_conus13km_hrrr_warm_debug_2threads -Checking test 034 rrfs_smoke_conus13km_hrrr_warm_debug_2threads results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4939/rrfs_smoke_conus13km_hrrr_warm_debug_2threads +Checking test 035 rrfs_smoke_conus13km_hrrr_warm_debug_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 759.845550 - 0: The maximum resident set size (KB) = 680728 + 0: The total amount of wall time = 747.437357 + 0: The maximum resident set size (KB) = 684008 -Test 034 rrfs_smoke_conus13km_hrrr_warm_debug_2threads PASS +Test 035 rrfs_smoke_conus13km_hrrr_warm_debug_2threads PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_GNU/rrfs_conus13km_hrrr_warm_debugs -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_6377/rrfs_conus13km_hrrr_warm_debug -Checking test 035 rrfs_conus13km_hrrr_warm_debug results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4939/rrfs_conus13km_hrrr_warm_debug +Checking test 036 rrfs_conus13km_hrrr_warm_debug results .... + Comparing sfcf000.nc .........OK + Comparing sfcf001.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf001.nc .........OK + + 0: The total amount of wall time = 617.529091 + 0: The maximum resident set size (KB) = 657280 + +Test 036 rrfs_conus13km_hrrr_warm_debug PASS + + +baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_GNU/rap_flake_debug +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4939/rap_flake_debug +Checking test 037 rap_flake_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 583.715042 - 0: The maximum resident set size (KB) = 656636 + 0: The total amount of wall time = 175.622186 + 0: The maximum resident set size (KB) = 836900 -Test 035 rrfs_conus13km_hrrr_warm_debug PASS +Test 037 rap_flake_debug PASS + + +baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_GNU/rap_clm_lake_debug +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4939/rap_clm_lake_debug +Checking test 038 rap_clm_lake_debug results .... + Comparing sfcf000.nc .........OK + Comparing sfcf001.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf001.nc .........OK + + 0: The total amount of wall time = 194.310971 + 0: The maximum resident set size (KB) = 842612 + +Test 038 rap_clm_lake_debug PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_GNU/control_wam_debug -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_6377/control_wam_debug -Checking test 036 control_wam_debug results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4939/control_wam_debug +Checking test 039 control_wam_debug results .... Comparing sfcf019.nc .........OK Comparing atmf019.nc .........OK - 0: The total amount of wall time = 180.195583 - 0: The maximum resident set size (KB) = 191804 + 0: The total amount of wall time = 180.648613 + 0: The maximum resident set size (KB) = 193448 -Test 036 control_wam_debug PASS +Test 039 control_wam_debug PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_GNU/rap_control_dyn32_phy32 -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_6377/rap_control_dyn32_phy32 -Checking test 037 rap_control_dyn32_phy32 results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4939/rap_control_dyn32_phy32 +Checking test 040 rap_control_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -1106,15 +1120,15 @@ Checking test 037 rap_control_dyn32_phy32 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1483.526176 - 0: The maximum resident set size (KB) = 685072 + 0: The total amount of wall time = 1508.645557 + 0: The maximum resident set size (KB) = 679864 -Test 037 rap_control_dyn32_phy32 PASS +Test 040 rap_control_dyn32_phy32 PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_GNU/hrrr_control_dyn32_phy32 -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_6377/hrrr_control_dyn32_phy32 -Checking test 038 hrrr_control_dyn32_phy32 results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4939/hrrr_control_dyn32_phy32 +Checking test 041 hrrr_control_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -1127,48 +1141,48 @@ Checking test 038 hrrr_control_dyn32_phy32 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210322.180000.coupler.res .........OK - Comparing RESTART/20210322.180000.fv_core.res.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile6.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 774.669723 - 0: The maximum resident set size (KB) = 684244 - -Test 038 hrrr_control_dyn32_phy32 PASS + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK + + 0: The total amount of wall time = 745.052757 + 0: The maximum resident set size (KB) = 679216 + +Test 041 hrrr_control_dyn32_phy32 PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_GNU/rap_control_dyn32_phy32 -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_6377/rap_2threads_dyn32_phy32 -Checking test 039 rap_2threads_dyn32_phy32 results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4939/rap_2threads_dyn32_phy32 +Checking test 042 rap_2threads_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -1214,15 +1228,15 @@ Checking test 039 rap_2threads_dyn32_phy32 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1419.334207 - 0: The maximum resident set size (KB) = 728436 + 0: The total amount of wall time = 1354.137201 + 0: The maximum resident set size (KB) = 731352 -Test 039 rap_2threads_dyn32_phy32 PASS +Test 042 rap_2threads_dyn32_phy32 PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_GNU/hrrr_control_dyn32_phy32 -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_6377/hrrr_control_2threads_dyn32_phy32 -Checking test 040 hrrr_control_2threads_dyn32_phy32 results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4939/hrrr_control_2threads_dyn32_phy32 +Checking test 043 hrrr_control_2threads_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -1235,48 +1249,48 @@ Checking test 040 hrrr_control_2threads_dyn32_phy32 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210322.180000.coupler.res .........OK - Comparing RESTART/20210322.180000.fv_core.res.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile6.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 672.717339 - 0: The maximum resident set size (KB) = 724596 - -Test 040 hrrr_control_2threads_dyn32_phy32 PASS + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK + + 0: The total amount of wall time = 756.666012 + 0: The maximum resident set size (KB) = 723192 + +Test 043 hrrr_control_2threads_dyn32_phy32 PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_GNU/hrrr_control_dyn32_phy32 -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_6377/hrrr_control_decomp_dyn32_phy32 -Checking test 041 hrrr_control_decomp_dyn32_phy32 results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4939/hrrr_control_decomp_dyn32_phy32 +Checking test 044 hrrr_control_decomp_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -1289,48 +1303,48 @@ Checking test 041 hrrr_control_decomp_dyn32_phy32 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210322.180000.coupler.res .........OK - Comparing RESTART/20210322.180000.fv_core.res.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile6.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 706.210934 - 0: The maximum resident set size (KB) = 681748 - -Test 041 hrrr_control_decomp_dyn32_phy32 PASS + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK + + 0: The total amount of wall time = 721.868289 + 0: The maximum resident set size (KB) = 679708 + +Test 044 hrrr_control_decomp_dyn32_phy32 PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_GNU/rap_control_dyn32_phy32 -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_6377/rap_restart_dyn32_phy32 -Checking test 042 rap_restart_dyn32_phy32 results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4939/rap_restart_dyn32_phy32 +Checking test 045 rap_restart_dyn32_phy32 results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK @@ -1368,61 +1382,29 @@ Checking test 042 rap_restart_dyn32_phy32 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1088.551082 - 0: The maximum resident set size (KB) = 510520 + 0: The total amount of wall time = 1087.063492 + 0: The maximum resident set size (KB) = 512000 -Test 042 rap_restart_dyn32_phy32 PASS +Test 045 rap_restart_dyn32_phy32 PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_GNU/hrrr_control_dyn32_phy32 -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_6377/hrrr_control_restart_dyn32_phy32 -Checking test 043 hrrr_control_restart_dyn32_phy32 results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4939/hrrr_control_restart_dyn32_phy32 +Checking test 046 hrrr_control_restart_dyn32_phy32 results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210322.180000.coupler.res .........OK - Comparing RESTART/20210322.180000.fv_core.res.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile6.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 359.875177 - 0: The maximum resident set size (KB) = 508584 + 0: The total amount of wall time = 380.099797 + 0: The maximum resident set size (KB) = 506436 -Test 043 hrrr_control_restart_dyn32_phy32 PASS +Test 046 hrrr_control_restart_dyn32_phy32 PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_GNU/rap_control_dyn64_phy32 -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_6377/rap_control_dyn64_phy32 -Checking test 044 rap_control_dyn64_phy32 results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4939/rap_control_dyn64_phy32 +Checking test 047 rap_control_dyn64_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -1468,57 +1450,57 @@ Checking test 044 rap_control_dyn64_phy32 results .... Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1096.779461 - 0: The maximum resident set size (KB) = 705680 + 0: The total amount of wall time = 1072.553256 + 0: The maximum resident set size (KB) = 705300 -Test 044 rap_control_dyn64_phy32 PASS +Test 047 rap_control_dyn64_phy32 PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_GNU/rap_control_debug_dyn32_phy32 -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_6377/rap_control_debug_dyn32_phy32 -Checking test 045 rap_control_debug_dyn32_phy32 results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4939/rap_control_debug_dyn32_phy32 +Checking test 048 rap_control_debug_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 170.742833 - 0: The maximum resident set size (KB) = 695896 + 0: The total amount of wall time = 172.740160 + 0: The maximum resident set size (KB) = 697856 -Test 045 rap_control_debug_dyn32_phy32 PASS +Test 048 rap_control_debug_dyn32_phy32 PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_GNU/hrrr_control_debug_dyn32_phy32 -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_6377/hrrr_control_debug_dyn32_phy32 -Checking test 046 hrrr_control_debug_dyn32_phy32 results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4939/hrrr_control_debug_dyn32_phy32 +Checking test 049 hrrr_control_debug_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 174.299058 - 0: The maximum resident set size (KB) = 694416 + 0: The total amount of wall time = 170.200715 + 0: The maximum resident set size (KB) = 697268 -Test 046 hrrr_control_debug_dyn32_phy32 PASS +Test 049 hrrr_control_debug_dyn32_phy32 PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_GNU/rap_control_debug_dyn64_phy32 -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_6377/rap_control_dyn64_phy32_debug -Checking test 047 rap_control_dyn64_phy32_debug results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4939/rap_control_dyn64_phy32_debug +Checking test 050 rap_control_dyn64_phy32_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 206.321189 - 0: The maximum resident set size (KB) = 711304 + 0: The total amount of wall time = 207.720350 + 0: The maximum resident set size (KB) = 713672 -Test 047 rap_control_dyn64_phy32_debug PASS +Test 050 rap_control_dyn64_phy32_debug PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_GNU/cpld_control_p8 -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_6377/cpld_control_p8 -Checking test 048 cpld_control_p8 results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4939/cpld_control_p8 +Checking test 051 cpld_control_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK Comparing sfcf021.tile3.nc .........OK @@ -1582,15 +1564,15 @@ Checking test 048 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 = 1790.470096 - 0: The maximum resident set size (KB) = 1426704 + 0: The total amount of wall time = 1797.200219 + 0: The maximum resident set size (KB) = 1425700 -Test 048 cpld_control_p8 PASS +Test 051 cpld_control_p8 PASS Tries: 2 baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_GNU/cpld_control_c96_noaero_p8 -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_6377/cpld_control_nowave_noaero_p8 -Checking test 049 cpld_control_nowave_noaero_p8 results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4939/cpld_control_nowave_noaero_p8 +Checking test 052 cpld_control_nowave_noaero_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK Comparing sfcf021.tile3.nc .........OK @@ -1651,15 +1633,15 @@ Checking test 049 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 = 1235.626878 - 0: The maximum resident set size (KB) = 1325692 + 0: The total amount of wall time = 1225.985654 + 0: The maximum resident set size (KB) = 1337796 -Test 049 cpld_control_nowave_noaero_p8 PASS +Test 052 cpld_control_nowave_noaero_p8 PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_GNU/cpld_debug_p8 -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_6377/cpld_debug_p8 -Checking test 050 cpld_debug_p8 results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4939/cpld_debug_p8 +Checking test 053 cpld_debug_p8 results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK Comparing sfcf003.tile3.nc .........OK @@ -1711,25 +1693,25 @@ Checking test 050 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 = 906.729102 - 0: The maximum resident set size (KB) = 1435712 + 0: The total amount of wall time = 845.314837 + 0: The maximum resident set size (KB) = 1437164 -Test 050 cpld_debug_p8 PASS +Test 053 cpld_debug_p8 PASS Tries: 2 baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_GNU/datm_cdeps_control_cfsr -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_6377/datm_cdeps_control_cfsr -Checking test 051 datm_cdeps_control_cfsr results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4939/datm_cdeps_control_cfsr +Checking test 054 datm_cdeps_control_cfsr results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 179.924732 - 0: The maximum resident set size (KB) = 663312 + 0: The total amount of wall time = 174.495887 + 0: The maximum resident set size (KB) = 669904 -Test 051 datm_cdeps_control_cfsr PASS +Test 054 datm_cdeps_control_cfsr PASS REGRESSION TEST WAS SUCCESSFUL -Mon Jun 12 18:23:01 UTC 2023 -Elapsed time: 00h:55m:42s. Have a nice day! +Wed Jun 14 22:09:56 UTC 2023 +Elapsed time: 01h:22m:08s. Have a nice day! diff --git a/tests/RegressionTests_hera.intel.log b/tests/RegressionTests_hera.intel.log index a2190453c9..a53f5e3c0c 100644 --- a/tests/RegressionTests_hera.intel.log +++ b/tests/RegressionTests_hera.intel.log @@ -1,43 +1,43 @@ -Thu Jun 8 17:50:34 UTC 2023 +Wed Jun 14 15:33:08 UTC 2023 Start Regression test -Compile 001 elapsed time 618 seconds. -DAPP=S2SWA -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 002 elapsed time 616 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 003 elapsed time 585 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 004 elapsed time 222 seconds. -DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 005 elapsed time 206 seconds. -DAPP=S2SW -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 006 elapsed time 533 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_sfcocn -DCMEPS_AOFLUX=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 007 elapsed time 528 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 008 elapsed time 709 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 009 elapsed time 529 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,FV3_GFS_v17_p8_mynn -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 010 elapsed time 487 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 011 elapsed time 485 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_csawmg,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 012 elapsed time 454 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 013 elapsed time 605 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_WoFS_v0 -D32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 014 elapsed time 226 seconds. -DAPP=ATM -DDEBUG=ON -D32BIT=ON -DCCPP_SUITES=FV3_HRRR,FV3_GFS_v16,FV3_GFS_v16_csawmg,FV3_GFS_v16_ras,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km,FV3_RAP,FV3_HRRR,FV3_RAP_unified_ugwp,FV3_RAP_cires_ugwp,FV3_RAP_flake,FV3_RAP_noah,FV3_RAP_sfcdiff,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 015 elapsed time 162 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 016 elapsed time 458 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 017 elapsed time 463 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 018 elapsed time 173 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 019 elapsed time 185 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 020 elapsed time 599 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 021 elapsed time 206 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 022 elapsed time 652 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_thompson_noahmp_nonsst,FV3_HAFS_v1_thompson_noahmp,FV3_HAFS_v1_thompson_nonsst,FV3_HAFS_v1_thompson,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 023 elapsed time 598 seconds. -DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 024 elapsed time 185 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 025 elapsed time 113 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 026 elapsed time 192 seconds. -DAPP=NG-GODAS -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 027 elapsed time 52 seconds. -DAPP=LND -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 028 elapsed time 482 seconds. -DAPP=ATML -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 029 elapsed time 530 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 030 elapsed time 558 seconds. -DAPP=ATMWM -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 031 elapsed time 486 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 032 elapsed time 461 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 033 elapsed time 178 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DDEBUG=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 034 elapsed time 540 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DFASTER=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 001 elapsed time 657 seconds. -DAPP=S2SWA -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 002 elapsed time 666 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 003 elapsed time 616 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 004 elapsed time 271 seconds. -DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 005 elapsed time 231 seconds. -DAPP=S2SW -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 006 elapsed time 576 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_sfcocn -DCMEPS_AOFLUX=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 007 elapsed time 577 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 008 elapsed time 746 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 009 elapsed time 596 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_WoFS_v0,FV3_GFS_v17_p8_mynn -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 010 elapsed time 560 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_flake,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 011 elapsed time 521 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_csawmg,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 012 elapsed time 473 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 013 elapsed time 625 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_WoFS_v0 -D32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 014 elapsed time 216 seconds. -DAPP=ATM -DDEBUG=ON -D32BIT=ON -DCCPP_SUITES=FV3_HRRR,FV3_HRRR_flake,FV3_GFS_v16,FV3_GFS_v16_csawmg,FV3_GFS_v16_ras,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km,FV3_RAP,FV3_HRRR,FV3_RAP_unified_ugwp,FV3_RAP_cires_ugwp,FV3_RAP_flake,FV3_RAP_clm_lake,FV3_RAP_noah,FV3_RAP_sfcdiff,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 015 elapsed time 174 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 016 elapsed time 498 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_flake -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 017 elapsed time 501 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 018 elapsed time 170 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_flake -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 019 elapsed time 171 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_flake -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 020 elapsed time 562 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 021 elapsed time 191 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 022 elapsed time 677 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_thompson_noahmp_nonsst,FV3_HAFS_v1_thompson_noahmp,FV3_HAFS_v1_thompson_nonsst,FV3_HAFS_v1_thompson,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 023 elapsed time 546 seconds. -DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 024 elapsed time 186 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 025 elapsed time 105 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 026 elapsed time 180 seconds. -DAPP=NG-GODAS -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 027 elapsed time 57 seconds. -DAPP=LND -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 028 elapsed time 538 seconds. -DAPP=ATML -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 029 elapsed time 542 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 030 elapsed time 536 seconds. -DAPP=ATMWM -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 031 elapsed time 516 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 032 elapsed time 505 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 033 elapsed time 172 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DDEBUG=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 034 elapsed time 571 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DFASTER=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_p8_mixedmode -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/cpld_control_p8_mixedmode +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/cpld_control_p8_mixedmode Checking test 001 cpld_control_p8_mixedmode results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -102,14 +102,14 @@ Checking test 001 cpld_control_p8_mixedmode results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 314.934740 - 0: The maximum resident set size (KB) = 3084268 + 0: The total amount of wall time = 307.045221 + 0: The maximum resident set size (KB) = 3129188 Test 001 cpld_control_p8_mixedmode PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_gfsv17 -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/cpld_control_gfsv17 +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/cpld_control_gfsv17 Checking test 002 cpld_control_gfsv17 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -173,14 +173,14 @@ Checking test 002 cpld_control_gfsv17 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 230.367609 - 0: The maximum resident set size (KB) = 1719892 + 0: The total amount of wall time = 226.437374 + 0: The maximum resident set size (KB) = 1710260 Test 002 cpld_control_gfsv17 PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_p8 -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/cpld_control_p8 +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/cpld_control_p8 Checking test 003 cpld_control_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -245,14 +245,14 @@ Checking test 003 cpld_control_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 346.940743 - 0: The maximum resident set size (KB) = 3134092 + 0: The total amount of wall time = 340.580865 + 0: The maximum resident set size (KB) = 3161700 Test 003 cpld_control_p8 PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_p8 -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/cpld_restart_p8 +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/cpld_restart_p8 Checking test 004 cpld_restart_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -305,14 +305,14 @@ Checking test 004 cpld_restart_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 198.259543 - 0: The maximum resident set size (KB) = 3046496 + 0: The total amount of wall time = 195.787648 + 0: The maximum resident set size (KB) = 3034660 Test 004 cpld_restart_p8 PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_p8 -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/cpld_control_qr_p8 +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/cpld_control_qr_p8 Checking test 005 cpld_control_qr_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -377,14 +377,14 @@ Checking test 005 cpld_control_qr_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 350.061670 - 0: The maximum resident set size (KB) = 3153232 + 0: The total amount of wall time = 346.375598 + 0: The maximum resident set size (KB) = 3136632 Test 005 cpld_control_qr_p8 PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_p8 -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/cpld_restart_qr_p8 +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/cpld_restart_qr_p8 Checking test 006 cpld_restart_qr_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -437,14 +437,14 @@ Checking test 006 cpld_restart_qr_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 201.654742 - 0: The maximum resident set size (KB) = 3001424 + 0: The total amount of wall time = 201.793110 + 0: The maximum resident set size (KB) = 3048388 Test 006 cpld_restart_qr_p8 PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_p8 -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/cpld_2threads_p8 +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/cpld_2threads_p8 Checking test 007 cpld_2threads_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -497,14 +497,14 @@ Checking test 007 cpld_2threads_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 355.888021 - 0: The maximum resident set size (KB) = 3506316 + 0: The total amount of wall time = 350.072867 + 0: The maximum resident set size (KB) = 3500604 Test 007 cpld_2threads_p8 PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_p8 -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/cpld_decomp_p8 +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/cpld_decomp_p8 Checking test 008 cpld_decomp_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -557,14 +557,14 @@ Checking test 008 cpld_decomp_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 341.096880 - 0: The maximum resident set size (KB) = 3154308 + 0: The total amount of wall time = 343.722795 + 0: The maximum resident set size (KB) = 3155692 Test 008 cpld_decomp_p8 PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_p8 -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/cpld_mpi_p8 +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/cpld_mpi_p8 Checking test 009 cpld_mpi_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -617,14 +617,14 @@ Checking test 009 cpld_mpi_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 285.449154 - 0: The maximum resident set size (KB) = 3009900 + 0: The total amount of wall time = 280.094126 + 0: The maximum resident set size (KB) = 3010780 Test 009 cpld_mpi_p8 PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_ciceC_p8 -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/cpld_control_ciceC_p8 +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/cpld_control_ciceC_p8 Checking test 010 cpld_control_ciceC_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -689,14 +689,14 @@ Checking test 010 cpld_control_ciceC_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 343.881560 - 0: The maximum resident set size (KB) = 3167324 + 0: The total amount of wall time = 340.075285 + 0: The maximum resident set size (KB) = 3161724 Test 010 cpld_control_ciceC_p8 PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_c192_p8 -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/cpld_control_c192_p8 +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/cpld_control_c192_p8 Checking test 011 cpld_control_c192_p8 results .... Comparing sfcf030.tile1.nc .........OK Comparing sfcf030.tile2.nc .........OK @@ -749,14 +749,14 @@ Checking test 011 cpld_control_c192_p8 results .... Comparing 20210323.120000.out_grd.ww3 .........OK Comparing 20210323.120000.out_pnt.ww3 .........OK - 0: The total amount of wall time = 599.400361 - 0: The maximum resident set size (KB) = 3245380 + 0: The total amount of wall time = 594.736258 + 0: The maximum resident set size (KB) = 3236648 Test 011 cpld_control_c192_p8 PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_c192_p8 -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/cpld_restart_c192_p8 +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/cpld_restart_c192_p8 Checking test 012 cpld_restart_c192_p8 results .... Comparing sfcf030.tile1.nc .........OK Comparing sfcf030.tile2.nc .........OK @@ -809,14 +809,14 @@ Checking test 012 cpld_restart_c192_p8 results .... Comparing 20210323.120000.out_grd.ww3 .........OK Comparing 20210323.120000.out_pnt.ww3 .........OK - 0: The total amount of wall time = 392.585910 - 0: The maximum resident set size (KB) = 3137776 + 0: The total amount of wall time = 401.684319 + 0: The maximum resident set size (KB) = 3136400 Test 012 cpld_restart_c192_p8 PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/cpld_bmark_p8 -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/cpld_bmark_p8 +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/cpld_bmark_p8 Checking test 013 cpld_bmark_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -864,14 +864,14 @@ Checking test 013 cpld_bmark_p8 results .... Comparing 20130401.060000.out_pnt.ww3 .........OK Comparing 20130401.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 729.456842 - 0: The maximum resident set size (KB) = 4019964 + 0: The total amount of wall time = 727.469965 + 0: The maximum resident set size (KB) = 4023376 Test 013 cpld_bmark_p8 PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/cpld_bmark_p8 -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/cpld_restart_bmark_p8 +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/cpld_restart_bmark_p8 Checking test 014 cpld_restart_bmark_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -919,14 +919,14 @@ Checking test 014 cpld_restart_bmark_p8 results .... Comparing 20130401.060000.out_pnt.ww3 .........OK Comparing 20130401.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 474.208702 - 0: The maximum resident set size (KB) = 3899256 + 0: The total amount of wall time = 492.190998 + 0: The maximum resident set size (KB) = 3948852 Test 014 cpld_restart_bmark_p8 PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_noaero_p8 -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/cpld_control_noaero_p8 +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/cpld_control_noaero_p8 Checking test 015 cpld_control_noaero_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -990,14 +990,14 @@ Checking test 015 cpld_control_noaero_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 270.457890 - 0: The maximum resident set size (KB) = 1707968 + 0: The total amount of wall time = 262.229687 + 0: The maximum resident set size (KB) = 1709020 Test 015 cpld_control_noaero_p8 PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_c96_noaero_p8 -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/cpld_control_nowave_noaero_p8 +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/cpld_control_nowave_noaero_p8 Checking test 016 cpld_control_nowave_noaero_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1059,14 +1059,14 @@ Checking test 016 cpld_control_nowave_noaero_p8 results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 260.240861 - 0: The maximum resident set size (KB) = 1750084 + 0: The total amount of wall time = 263.380033 + 0: The maximum resident set size (KB) = 1760360 Test 016 cpld_control_nowave_noaero_p8 PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/cpld_debug_p8 -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/cpld_debug_p8 +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/cpld_debug_p8 Checking test 017 cpld_debug_p8 results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK @@ -1119,14 +1119,14 @@ Checking test 017 cpld_debug_p8 results .... Comparing 20210322.090000.out_pnt.ww3 .........OK Comparing 20210322.090000.out_grd.ww3 .........OK - 0: The total amount of wall time = 526.728190 - 0: The maximum resident set size (KB) = 3228996 + 0: The total amount of wall time = 541.063133 + 0: The maximum resident set size (KB) = 3229072 Test 017 cpld_debug_p8 PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/cpld_debug_noaero_p8 -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/cpld_debug_noaero_p8 +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/cpld_debug_noaero_p8 Checking test 018 cpld_debug_noaero_p8 results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK @@ -1178,14 +1178,14 @@ Checking test 018 cpld_debug_noaero_p8 results .... Comparing 20210322.090000.out_pnt.ww3 .........OK Comparing 20210322.090000.out_grd.ww3 .........OK - 0: The total amount of wall time = 360.248247 - 0: The maximum resident set size (KB) = 1734260 + 0: The total amount of wall time = 376.032982 + 0: The maximum resident set size (KB) = 1728676 Test 018 cpld_debug_noaero_p8 PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_noaero_p8_agrid -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/cpld_control_noaero_p8_agrid +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/cpld_control_noaero_p8_agrid Checking test 019 cpld_control_noaero_p8_agrid results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1247,14 +1247,14 @@ Checking test 019 cpld_control_noaero_p8_agrid results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 273.946867 - 0: The maximum resident set size (KB) = 1733456 + 0: The total amount of wall time = 269.054749 + 0: The maximum resident set size (KB) = 1751528 Test 019 cpld_control_noaero_p8_agrid PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_c48 -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/cpld_control_c48 +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/cpld_control_c48 Checking test 020 cpld_control_c48 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -1304,14 +1304,14 @@ Checking test 020 cpld_control_c48 results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 587.278768 - 0: The maximum resident set size (KB) = 2802888 + 0: The total amount of wall time = 585.151452 + 0: The maximum resident set size (KB) = 2800548 Test 020 cpld_control_c48 PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/cpld_warmstart_c48 -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/cpld_warmstart_c48 +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/cpld_warmstart_c48 Checking test 021 cpld_warmstart_c48 results .... Comparing sfcf006.tile1.nc .........OK Comparing sfcf006.tile2.nc .........OK @@ -1361,14 +1361,14 @@ Checking test 021 cpld_warmstart_c48 results .... Comparing RESTART/iced.2021-03-23-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-43200.nc .........OK - 0: The total amount of wall time = 157.030432 - 0: The maximum resident set size (KB) = 2794096 + 0: The total amount of wall time = 156.048301 + 0: The maximum resident set size (KB) = 2797988 Test 021 cpld_warmstart_c48 PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/cpld_warmstart_c48 -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/cpld_restart_c48 +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/cpld_restart_c48 Checking test 022 cpld_restart_c48 results .... Comparing sfcf006.tile1.nc .........OK Comparing sfcf006.tile2.nc .........OK @@ -1418,14 +1418,14 @@ Checking test 022 cpld_restart_c48 results .... Comparing RESTART/iced.2021-03-23-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-43200.nc .........OK - 0: The total amount of wall time = 83.937954 - 0: The maximum resident set size (KB) = 2203088 + 0: The total amount of wall time = 81.884899 + 0: The maximum resident set size (KB) = 2246208 Test 022 cpld_restart_c48 PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_p8_faster -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/cpld_control_p8_faster +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/cpld_control_p8_faster Checking test 023 cpld_control_p8_faster results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1490,15 +1490,33 @@ Checking test 023 cpld_control_p8_faster results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 319.639344 - 0: The maximum resident set size (KB) = 3167844 + 0: The total amount of wall time = 320.855088 + 0: The maximum resident set size (KB) = 3171080 Test 023 cpld_control_p8_faster PASS +baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/control_flake +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/control_flake +Checking test 024 control_flake results .... + Comparing sfcf000.nc .........OK + Comparing sfcf024.nc .........OK + Comparing atmf000.nc .........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 = 187.377431 + 0: The maximum resident set size (KB) = 673628 + +Test 024 control_flake PASS + + baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/control_CubedSphereGrid -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/control_CubedSphereGrid -Checking test 024 control_CubedSphereGrid results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/control_CubedSphereGrid +Checking test 025 control_CubedSphereGrid results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK Comparing sfcf000.tile3.nc .........OK @@ -1524,29 +1542,29 @@ Checking test 024 control_CubedSphereGrid results .... Comparing atmf024.tile5.nc .........OK Comparing atmf024.tile6.nc .........OK - 0: The total amount of wall time = 131.429061 - 0: The maximum resident set size (KB) = 608144 + 0: The total amount of wall time = 130.026957 + 0: The maximum resident set size (KB) = 624652 -Test 024 control_CubedSphereGrid PASS +Test 025 control_CubedSphereGrid PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/control_CubedSphereGrid_parallel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/control_CubedSphereGrid_parallel -Checking test 025 control_CubedSphereGrid_parallel results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/control_CubedSphereGrid_parallel +Checking test 026 control_CubedSphereGrid_parallel results .... Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf024.nc ............ALT CHECK......OK - Comparing atmf000.nc ............ALT CHECK......OK - Comparing atmf024.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf024.nc ............ALT CHECK......OK - 0: The total amount of wall time = 130.915672 - 0: The maximum resident set size (KB) = 629256 + 0: The total amount of wall time = 130.457133 + 0: The maximum resident set size (KB) = 624508 -Test 025 control_CubedSphereGrid_parallel PASS +Test 026 control_CubedSphereGrid_parallel PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/control_latlon -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/control_latlon -Checking test 026 control_latlon results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/control_latlon +Checking test 027 control_latlon results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1556,15 +1574,15 @@ Checking test 026 control_latlon results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 136.647460 - 0: The maximum resident set size (KB) = 611224 + 0: The total amount of wall time = 135.028882 + 0: The maximum resident set size (KB) = 625420 -Test 026 control_latlon PASS +Test 027 control_latlon PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/control_wrtGauss_netcdf_parallel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/control_wrtGauss_netcdf_parallel -Checking test 027 control_wrtGauss_netcdf_parallel results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/control_wrtGauss_netcdf_parallel +Checking test 028 control_wrtGauss_netcdf_parallel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1574,15 +1592,15 @@ Checking test 027 control_wrtGauss_netcdf_parallel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 138.475093 - 0: The maximum resident set size (KB) = 629384 + 0: The total amount of wall time = 136.684928 + 0: The maximum resident set size (KB) = 628676 -Test 027 control_wrtGauss_netcdf_parallel PASS +Test 028 control_wrtGauss_netcdf_parallel PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/control_c48 -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/control_c48 -Checking test 028 control_c48 results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/control_c48 +Checking test 029 control_c48 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1620,15 +1638,15 @@ Checking test 028 control_c48 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0: The total amount of wall time = 375.301097 -0: The maximum resident set size (KB) = 806048 +0: The total amount of wall time = 366.474126 +0: The maximum resident set size (KB) = 820524 -Test 028 control_c48 PASS +Test 029 control_c48 PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/control_c192 -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/control_c192 -Checking test 029 control_c192 results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/control_c192 +Checking test 030 control_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1638,15 +1656,15 @@ Checking test 029 control_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 533.895005 - 0: The maximum resident set size (KB) = 757636 + 0: The total amount of wall time = 527.731098 + 0: The maximum resident set size (KB) = 767416 -Test 029 control_c192 PASS +Test 030 control_c192 PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/control_c384 -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/control_c384 -Checking test 030 control_c384 results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/control_c384 +Checking test 031 control_c384 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -1656,15 +1674,15 @@ Checking test 030 control_c384 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 529.621259 - 0: The maximum resident set size (KB) = 1256880 + 0: The total amount of wall time = 522.867046 + 0: The maximum resident set size (KB) = 1262052 -Test 030 control_c384 PASS +Test 031 control_c384 PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/control_c384gdas -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/control_c384gdas -Checking test 031 control_c384gdas results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/control_c384gdas +Checking test 032 control_c384gdas results .... Comparing sfcf000.nc .........OK Comparing sfcf006.nc .........OK Comparing atmf000.nc .........OK @@ -1706,15 +1724,15 @@ Checking test 031 control_c384gdas results .... Comparing RESTART/20210322.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 462.703206 - 0: The maximum resident set size (KB) = 1376804 + 0: The total amount of wall time = 459.291942 + 0: The maximum resident set size (KB) = 1370036 -Test 031 control_c384gdas PASS +Test 032 control_c384gdas PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/control_stochy -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/control_stochy -Checking test 032 control_stochy results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/control_stochy +Checking test 033 control_stochy results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -1724,29 +1742,29 @@ Checking test 032 control_stochy results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 89.101508 - 0: The maximum resident set size (KB) = 631552 + 0: The total amount of wall time = 88.235535 + 0: The maximum resident set size (KB) = 629440 -Test 032 control_stochy PASS +Test 033 control_stochy PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/control_stochy -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/control_stochy_restart -Checking test 033 control_stochy_restart results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/control_stochy_restart +Checking test 034 control_stochy_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 47.749439 - 0: The maximum resident set size (KB) = 481984 + 0: The total amount of wall time = 48.260818 + 0: The maximum resident set size (KB) = 486720 -Test 033 control_stochy_restart PASS +Test 034 control_stochy_restart PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/control_lndp -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/control_lndp -Checking test 034 control_lndp results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/control_lndp +Checking test 035 control_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -1756,15 +1774,15 @@ Checking test 034 control_lndp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 82.519146 - 0: The maximum resident set size (KB) = 630184 + 0: The total amount of wall time = 82.385797 + 0: The maximum resident set size (KB) = 634948 -Test 034 control_lndp PASS +Test 035 control_lndp PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/control_iovr4 -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/control_iovr4 -Checking test 035 control_iovr4 results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/control_iovr4 +Checking test 036 control_iovr4 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1778,15 +1796,15 @@ Checking test 035 control_iovr4 results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 137.074715 - 0: The maximum resident set size (KB) = 625936 + 0: The total amount of wall time = 137.867205 + 0: The maximum resident set size (KB) = 628008 -Test 035 control_iovr4 PASS +Test 036 control_iovr4 PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/control_iovr5 -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/control_iovr5 -Checking test 036 control_iovr5 results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/control_iovr5 +Checking test 037 control_iovr5 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1800,15 +1818,15 @@ Checking test 036 control_iovr5 results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 137.968833 - 0: The maximum resident set size (KB) = 630724 + 0: The total amount of wall time = 137.306229 + 0: The maximum resident set size (KB) = 626524 -Test 036 control_iovr5 PASS +Test 037 control_iovr5 PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/control_p8 -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/control_p8 -Checking test 037 control_p8 results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/control_p8 +Checking test 038 control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1854,15 +1872,15 @@ Checking test 037 control_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 169.340312 - 0: The maximum resident set size (KB) = 1603452 + 0: The total amount of wall time = 169.691428 + 0: The maximum resident set size (KB) = 1590540 -Test 037 control_p8 PASS +Test 038 control_p8 PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/control_p8 -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/control_restart_p8 -Checking test 038 control_restart_p8 results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/control_restart_p8 +Checking test 039 control_restart_p8 results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF24 .........OK @@ -1900,15 +1918,15 @@ Checking test 038 control_restart_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 88.362763 - 0: The maximum resident set size (KB) = 861968 + 0: The total amount of wall time = 88.363502 + 0: The maximum resident set size (KB) = 875760 -Test 038 control_restart_p8 PASS +Test 039 control_restart_p8 PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/control_p8 -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/control_qr_p8 -Checking test 039 control_qr_p8 results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/control_qr_p8 +Checking test 040 control_qr_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1954,15 +1972,15 @@ Checking test 039 control_qr_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc ............ALT CHECK......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc ............ALT CHECK......OK - 0: The total amount of wall time = 171.520126 - 0: The maximum resident set size (KB) = 1601096 + 0: The total amount of wall time = 169.532981 + 0: The maximum resident set size (KB) = 1600660 -Test 039 control_qr_p8 PASS +Test 040 control_qr_p8 PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/control_p8 -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/control_restart_qr_p8 -Checking test 040 control_restart_qr_p8 results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/control_restart_qr_p8 +Checking test 041 control_restart_qr_p8 results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF24 .........OK @@ -2000,15 +2018,15 @@ Checking test 040 control_restart_qr_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc ............ALT CHECK......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc ............ALT CHECK......OK - 0: The total amount of wall time = 91.094001 - 0: The maximum resident set size (KB) = 870536 + 0: The total amount of wall time = 91.035576 + 0: The maximum resident set size (KB) = 864620 -Test 040 control_restart_qr_p8 PASS +Test 041 control_restart_qr_p8 PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/control_p8 -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/control_decomp_p8 -Checking test 041 control_decomp_p8 results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/control_decomp_p8 +Checking test 042 control_decomp_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -2050,15 +2068,15 @@ Checking test 041 control_decomp_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 173.937944 - 0: The maximum resident set size (KB) = 1579804 + 0: The total amount of wall time = 177.386388 + 0: The maximum resident set size (KB) = 1576212 -Test 041 control_decomp_p8 PASS +Test 042 control_decomp_p8 PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/control_p8 -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/control_2threads_p8 -Checking test 042 control_2threads_p8 results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/control_2threads_p8 +Checking test 043 control_2threads_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -2100,15 +2118,15 @@ Checking test 042 control_2threads_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 159.770348 - 0: The maximum resident set size (KB) = 1670288 + 0: The total amount of wall time = 159.446644 + 0: The maximum resident set size (KB) = 1682968 -Test 042 control_2threads_p8 PASS +Test 043 control_2threads_p8 PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/control_p8_lndp -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/control_p8_lndp -Checking test 043 control_p8_lndp results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/control_p8_lndp +Checking test 044 control_p8_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2126,15 +2144,15 @@ Checking test 043 control_p8_lndp results .... Comparing GFSPRS.GrbF24 .........OK Comparing GFSPRS.GrbF48 .........OK - 0: The total amount of wall time = 319.754768 - 0: The maximum resident set size (KB) = 1589540 + 0: The total amount of wall time = 316.465725 + 0: The maximum resident set size (KB) = 1595440 -Test 043 control_p8_lndp PASS +Test 044 control_p8_lndp PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/control_p8_rrtmgp -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/control_p8_rrtmgp -Checking test 044 control_p8_rrtmgp results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/control_p8_rrtmgp +Checking test 045 control_p8_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2180,15 +2198,15 @@ Checking test 044 control_p8_rrtmgp results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 229.450867 - 0: The maximum resident set size (KB) = 1661964 + 0: The total amount of wall time = 227.540438 + 0: The maximum resident set size (KB) = 1677004 -Test 044 control_p8_rrtmgp PASS +Test 045 control_p8_rrtmgp PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/control_p8_mynn -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/control_p8_mynn -Checking test 045 control_p8_mynn results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/control_p8_mynn +Checking test 046 control_p8_mynn results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2234,15 +2252,15 @@ Checking test 045 control_p8_mynn results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 175.877321 - 0: The maximum resident set size (KB) = 1598620 + 0: The total amount of wall time = 173.092621 + 0: The maximum resident set size (KB) = 1611012 -Test 045 control_p8_mynn PASS +Test 046 control_p8_mynn PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/merra2_thompson -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/merra2_thompson -Checking test 046 merra2_thompson results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/merra2_thompson +Checking test 047 merra2_thompson results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2288,15 +2306,15 @@ Checking test 046 merra2_thompson results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 197.322511 - 0: The maximum resident set size (KB) = 1599496 + 0: The total amount of wall time = 193.796679 + 0: The maximum resident set size (KB) = 1602620 -Test 046 merra2_thompson PASS +Test 047 merra2_thompson PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/regional_control -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/regional_control -Checking test 047 regional_control results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/regional_control +Checking test 048 regional_control results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2306,29 +2324,29 @@ Checking test 047 regional_control results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 298.921282 - 0: The maximum resident set size (KB) = 865460 + 0: The total amount of wall time = 298.695033 + 0: The maximum resident set size (KB) = 867644 -Test 047 regional_control PASS +Test 048 regional_control PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/regional_control -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/regional_restart -Checking test 048 regional_restart results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/regional_restart +Checking test 049 regional_restart results .... Comparing dynf006.nc .........OK Comparing phyf006.nc .........OK Comparing PRSLEV.GrbF06 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 157.773155 - 0: The maximum resident set size (KB) = 852772 + 0: The total amount of wall time = 154.388184 + 0: The maximum resident set size (KB) = 863184 -Test 048 regional_restart PASS +Test 049 regional_restart PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/regional_control -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/regional_control_qr -Checking test 049 regional_control_qr results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/regional_control_qr +Checking test 050 regional_control_qr results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2338,29 +2356,29 @@ Checking test 049 regional_control_qr results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 301.824767 - 0: The maximum resident set size (KB) = 862284 + 0: The total amount of wall time = 298.424158 + 0: The maximum resident set size (KB) = 868544 -Test 049 regional_control_qr PASS +Test 050 regional_control_qr PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/regional_control -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/regional_restart_qr -Checking test 050 regional_restart_qr results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/regional_restart_qr +Checking test 051 regional_restart_qr results .... Comparing dynf006.nc .........OK Comparing phyf006.nc .........OK Comparing PRSLEV.GrbF06 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 153.621947 - 0: The maximum resident set size (KB) = 864472 + 0: The total amount of wall time = 152.473832 + 0: The maximum resident set size (KB) = 860552 -Test 050 regional_restart_qr PASS +Test 051 regional_restart_qr PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/regional_control -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/regional_decomp -Checking test 051 regional_decomp results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/regional_decomp +Checking test 052 regional_decomp results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2370,15 +2388,15 @@ Checking test 051 regional_decomp results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 319.873633 - 0: The maximum resident set size (KB) = 854656 + 0: The total amount of wall time = 315.098897 + 0: The maximum resident set size (KB) = 865908 -Test 051 regional_decomp PASS +Test 052 regional_decomp PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/regional_control -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/regional_2threads -Checking test 052 regional_2threads results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/regional_2threads +Checking test 053 regional_2threads results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2388,44 +2406,44 @@ Checking test 052 regional_2threads results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 182.852527 - 0: The maximum resident set size (KB) = 836888 + 0: The total amount of wall time = 187.662510 + 0: The maximum resident set size (KB) = 847124 -Test 052 regional_2threads PASS +Test 053 regional_2threads PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/regional_noquilt -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/regional_noquilt -Checking test 053 regional_noquilt results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/regional_noquilt +Checking test 054 regional_noquilt results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK Comparing fv3_history.nc .........OK 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 = 321.944323 - 0: The maximum resident set size (KB) = 854260 + 0: The total amount of wall time = 320.812073 + 0: The maximum resident set size (KB) = 855776 -Test 053 regional_noquilt PASS +Test 054 regional_noquilt PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/regional_netcdf_parallel -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/regional_netcdf_parallel -Checking test 054 regional_netcdf_parallel results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/regional_netcdf_parallel +Checking test 055 regional_netcdf_parallel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK Comparing phyf006.nc .........OK - 0: The total amount of wall time = 298.815621 - 0: The maximum resident set size (KB) = 858296 + 0: The total amount of wall time = 294.591514 + 0: The maximum resident set size (KB) = 860216 -Test 054 regional_netcdf_parallel PASS +Test 055 regional_netcdf_parallel PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/regional_control -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/regional_2dwrtdecomp -Checking test 055 regional_2dwrtdecomp results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/regional_2dwrtdecomp +Checking test 056 regional_2dwrtdecomp results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2435,15 +2453,15 @@ Checking test 055 regional_2dwrtdecomp results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 302.459163 - 0: The maximum resident set size (KB) = 864136 + 0: The total amount of wall time = 301.683476 + 0: The maximum resident set size (KB) = 866164 -Test 055 regional_2dwrtdecomp PASS +Test 056 regional_2dwrtdecomp PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/fv3_regional_wofs -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/regional_wofs -Checking test 056 regional_wofs results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/regional_wofs +Checking test 057 regional_wofs results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2453,15 +2471,15 @@ Checking test 056 regional_wofs results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 377.396480 - 0: The maximum resident set size (KB) = 630064 + 0: The total amount of wall time = 378.546546 + 0: The maximum resident set size (KB) = 607316 -Test 056 regional_wofs PASS +Test 057 regional_wofs PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/rap_control -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/rap_control -Checking test 057 rap_control results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/rap_control +Checking test 058 rap_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2507,15 +2525,15 @@ Checking test 057 rap_control results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 463.783622 - 0: The maximum resident set size (KB) = 1054464 + 0: The total amount of wall time = 460.620786 + 0: The maximum resident set size (KB) = 1056524 -Test 057 rap_control PASS +Test 058 rap_control PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/regional_spp_sppt_shum_skeb -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/regional_spp_sppt_shum_skeb -Checking test 058 regional_spp_sppt_shum_skeb results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/regional_spp_sppt_shum_skeb +Checking test 059 regional_spp_sppt_shum_skeb results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK Comparing phyf000.nc .........OK @@ -2525,15 +2543,15 @@ Checking test 058 regional_spp_sppt_shum_skeb results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF01 .........OK - 0: The total amount of wall time = 236.010871 - 0: The maximum resident set size (KB) = 1174804 + 0: The total amount of wall time = 233.835126 + 0: The maximum resident set size (KB) = 1188608 -Test 058 regional_spp_sppt_shum_skeb PASS +Test 059 regional_spp_sppt_shum_skeb PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/rap_control -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/rap_decomp -Checking test 059 rap_decomp results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/rap_decomp +Checking test 060 rap_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2579,15 +2597,15 @@ Checking test 059 rap_decomp results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 481.948382 - 0: The maximum resident set size (KB) = 996344 + 0: The total amount of wall time = 482.338378 + 0: The maximum resident set size (KB) = 998252 -Test 059 rap_decomp PASS +Test 060 rap_decomp PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/rap_control -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/rap_2threads -Checking test 060 rap_2threads results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/rap_2threads +Checking test 061 rap_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2633,15 +2651,15 @@ Checking test 060 rap_2threads results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 436.618815 - 0: The maximum resident set size (KB) = 1127016 + 0: The total amount of wall time = 436.689431 + 0: The maximum resident set size (KB) = 1134824 -Test 060 rap_2threads PASS +Test 061 rap_2threads PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/rap_control -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/rap_restart -Checking test 061 rap_restart results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/rap_restart +Checking test 062 rap_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF24 .........OK @@ -2679,15 +2697,15 @@ Checking test 061 rap_restart results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 235.746146 - 0: The maximum resident set size (KB) = 964084 + 0: The total amount of wall time = 235.029016 + 0: The maximum resident set size (KB) = 944124 -Test 061 rap_restart PASS +Test 062 rap_restart PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/rap_sfcdiff -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/rap_sfcdiff -Checking test 062 rap_sfcdiff results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/rap_sfcdiff +Checking test 063 rap_sfcdiff results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2733,15 +2751,15 @@ Checking test 062 rap_sfcdiff results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 465.129808 - 0: The maximum resident set size (KB) = 1054484 + 0: The total amount of wall time = 461.639762 + 0: The maximum resident set size (KB) = 1048660 -Test 062 rap_sfcdiff PASS +Test 063 rap_sfcdiff PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/rap_sfcdiff -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/rap_sfcdiff_decomp -Checking test 063 rap_sfcdiff_decomp results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/rap_sfcdiff_decomp +Checking test 064 rap_sfcdiff_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2787,15 +2805,15 @@ Checking test 063 rap_sfcdiff_decomp results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 485.599966 - 0: The maximum resident set size (KB) = 995020 + 0: The total amount of wall time = 485.526081 + 0: The maximum resident set size (KB) = 988200 -Test 063 rap_sfcdiff_decomp PASS +Test 064 rap_sfcdiff_decomp PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/rap_sfcdiff -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/rap_sfcdiff_restart -Checking test 064 rap_sfcdiff_restart results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/rap_sfcdiff_restart +Checking test 065 rap_sfcdiff_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK @@ -2833,15 +2851,15 @@ Checking test 064 rap_sfcdiff_restart results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 343.858047 - 0: The maximum resident set size (KB) = 983896 + 0: The total amount of wall time = 345.036111 + 0: The maximum resident set size (KB) = 979744 -Test 064 rap_sfcdiff_restart PASS +Test 065 rap_sfcdiff_restart PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/hrrr_control -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/hrrr_control -Checking test 065 hrrr_control results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/hrrr_control +Checking test 066 hrrr_control results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2854,48 +2872,48 @@ Checking test 065 hrrr_control results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210323.060000.coupler.res .........OK - Comparing RESTART/20210323.060000.fv_core.res.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 444.312612 - 0: The maximum resident set size (KB) = 1049552 - -Test 065 hrrr_control PASS + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK + + 0: The total amount of wall time = 429.043752 + 0: The maximum resident set size (KB) = 1048604 + +Test 066 hrrr_control PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/hrrr_control -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/hrrr_control_decomp -Checking test 066 hrrr_control_decomp results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/hrrr_control_decomp +Checking test 067 hrrr_control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2908,48 +2926,48 @@ Checking test 066 hrrr_control_decomp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210323.060000.coupler.res .........OK - Comparing RESTART/20210323.060000.fv_core.res.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 470.629538 - 0: The maximum resident set size (KB) = 959360 - -Test 066 hrrr_control_decomp PASS + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK + + 0: The total amount of wall time = 449.436272 + 0: The maximum resident set size (KB) = 991888 + +Test 067 hrrr_control_decomp PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/hrrr_control -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/hrrr_control_2threads -Checking test 067 hrrr_control_2threads results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/hrrr_control_2threads +Checking test 068 hrrr_control_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2962,94 +2980,62 @@ Checking test 067 hrrr_control_2threads results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210323.060000.coupler.res .........OK - Comparing RESTART/20210323.060000.fv_core.res.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 421.759555 - 0: The maximum resident set size (KB) = 1129172 - -Test 067 hrrr_control_2threads PASS + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK + + 0: The total amount of wall time = 399.511382 + 0: The maximum resident set size (KB) = 1065092 + +Test 068 hrrr_control_2threads PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/hrrr_control -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/hrrr_control_restart -Checking test 068 hrrr_control_restart results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/hrrr_control_restart +Checking test 069 hrrr_control_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210323.060000.coupler.res .........OK - Comparing RESTART/20210323.060000.fv_core.res.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 337.550337 - 0: The maximum resident set size (KB) = 964132 + 0: The total amount of wall time = 320.568283 + 0: The maximum resident set size (KB) = 981516 -Test 068 hrrr_control_restart PASS +Test 069 hrrr_control_restart PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/rrfs_v1beta -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/rrfs_v1beta -Checking test 069 rrfs_v1beta results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/rrfs_v1beta +Checking test 070 rrfs_v1beta results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3095,15 +3081,15 @@ Checking test 069 rrfs_v1beta results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 458.797900 - 0: The maximum resident set size (KB) = 1056096 + 0: The total amount of wall time = 456.587464 + 0: The maximum resident set size (KB) = 1052312 -Test 069 rrfs_v1beta PASS +Test 070 rrfs_v1beta PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/rrfs_v1nssl -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/rrfs_v1nssl -Checking test 070 rrfs_v1nssl results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/rrfs_v1nssl +Checking test 071 rrfs_v1nssl results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3117,15 +3103,15 @@ Checking test 070 rrfs_v1nssl results .... Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 535.969019 - 0: The maximum resident set size (KB) = 695788 + 0: The total amount of wall time = 540.175406 + 0: The maximum resident set size (KB) = 691308 -Test 070 rrfs_v1nssl PASS +Test 071 rrfs_v1nssl PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/rrfs_v1nssl_nohailnoccn -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/rrfs_v1nssl_nohailnoccn -Checking test 071 rrfs_v1nssl_nohailnoccn results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/rrfs_v1nssl_nohailnoccn +Checking test 072 rrfs_v1nssl_nohailnoccn results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3139,15 +3125,15 @@ Checking test 071 rrfs_v1nssl_nohailnoccn results .... Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 526.817183 - 0: The maximum resident set size (KB) = 733508 + 0: The total amount of wall time = 527.313512 + 0: The maximum resident set size (KB) = 752952 -Test 071 rrfs_v1nssl_nohailnoccn PASS +Test 072 rrfs_v1nssl_nohailnoccn PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/rrfs_smoke_conus13km_hrrr_warm -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/rrfs_smoke_conus13km_hrrr_warm -Checking test 072 rrfs_smoke_conus13km_hrrr_warm results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/rrfs_smoke_conus13km_hrrr_warm +Checking test 073 rrfs_smoke_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -3155,15 +3141,15 @@ Checking test 072 rrfs_smoke_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 147.554115 - 0: The maximum resident set size (KB) = 1030112 + 0: The total amount of wall time = 147.374657 + 0: The maximum resident set size (KB) = 1027668 -Test 072 rrfs_smoke_conus13km_hrrr_warm PASS +Test 073 rrfs_smoke_conus13km_hrrr_warm PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/rrfs_smoke_conus13km_hrrr_warm -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/rrfs_smoke_conus13km_hrrr_warm_2threads -Checking test 073 rrfs_smoke_conus13km_hrrr_warm_2threads results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/rrfs_smoke_conus13km_hrrr_warm_2threads +Checking test 074 rrfs_smoke_conus13km_hrrr_warm_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -3171,15 +3157,15 @@ Checking test 073 rrfs_smoke_conus13km_hrrr_warm_2threads results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 92.766988 - 0: The maximum resident set size (KB) = 898600 + 0: The total amount of wall time = 95.627438 + 0: The maximum resident set size (KB) = 930164 -Test 073 rrfs_smoke_conus13km_hrrr_warm_2threads PASS +Test 074 rrfs_smoke_conus13km_hrrr_warm_2threads PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/rrfs_conus13km_hrrr_warm -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/rrfs_conus13km_hrrr_warm -Checking test 074 rrfs_conus13km_hrrr_warm results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/rrfs_conus13km_hrrr_warm +Checking test 075 rrfs_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -3187,15 +3173,15 @@ Checking test 074 rrfs_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 131.025342 - 0: The maximum resident set size (KB) = 939488 + 0: The total amount of wall time = 131.897563 + 0: The maximum resident set size (KB) = 980360 -Test 074 rrfs_conus13km_hrrr_warm PASS +Test 075 rrfs_conus13km_hrrr_warm PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/rrfs_smoke_conus13km_hrrr_warm_radar_tten -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/rrfs_smoke_conus13km_radar_tten_warm -Checking test 075 rrfs_smoke_conus13km_radar_tten_warm results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/rrfs_smoke_conus13km_radar_tten_warm +Checking test 076 rrfs_smoke_conus13km_radar_tten_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -3203,27 +3189,27 @@ Checking test 075 rrfs_smoke_conus13km_radar_tten_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 148.336160 - 0: The maximum resident set size (KB) = 1023432 + 0: The total amount of wall time = 151.494591 + 0: The maximum resident set size (KB) = 1030024 -Test 075 rrfs_smoke_conus13km_radar_tten_warm PASS +Test 076 rrfs_smoke_conus13km_radar_tten_warm PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/rrfs_conus13km_hrrr_warm_restart_mismatch -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/rrfs_conus13km_hrrr_warm_restart_mismatch -Checking test 076 rrfs_conus13km_hrrr_warm_restart_mismatch results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/rrfs_conus13km_hrrr_warm_restart_mismatch +Checking test 077 rrfs_conus13km_hrrr_warm_restart_mismatch results .... Comparing sfcf002.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 68.480074 - 0: The maximum resident set size (KB) = 925328 + 0: The total amount of wall time = 70.151611 + 0: The maximum resident set size (KB) = 970716 -Test 076 rrfs_conus13km_hrrr_warm_restart_mismatch PASS +Test 077 rrfs_conus13km_hrrr_warm_restart_mismatch PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/control_csawmg -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/control_csawmg -Checking test 077 control_csawmg results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/control_csawmg +Checking test 078 control_csawmg results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -3233,15 +3219,15 @@ Checking test 077 control_csawmg results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 346.642401 - 0: The maximum resident set size (KB) = 728568 + 0: The total amount of wall time = 351.423398 + 0: The maximum resident set size (KB) = 717676 -Test 077 control_csawmg PASS +Test 078 control_csawmg PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/control_csawmgt -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/control_csawmgt -Checking test 078 control_csawmgt results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/control_csawmgt +Checking test 079 control_csawmgt results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -3251,15 +3237,15 @@ Checking test 078 control_csawmgt results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 341.543592 - 0: The maximum resident set size (KB) = 713200 + 0: The total amount of wall time = 342.561890 + 0: The maximum resident set size (KB) = 695800 -Test 078 control_csawmgt PASS +Test 079 control_csawmgt PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/control_ras -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/control_ras -Checking test 079 control_ras results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/control_ras +Checking test 080 control_ras results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -3269,27 +3255,27 @@ Checking test 079 control_ras results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 183.915233 - 0: The maximum resident set size (KB) = 716864 + 0: The total amount of wall time = 181.297126 + 0: The maximum resident set size (KB) = 713192 -Test 079 control_ras PASS +Test 080 control_ras PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/control_wam -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/control_wam -Checking test 080 control_wam results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/control_wam +Checking test 081 control_wam results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK - 0: The total amount of wall time = 112.307149 - 0: The maximum resident set size (KB) = 636744 + 0: The total amount of wall time = 111.942647 + 0: The maximum resident set size (KB) = 643852 -Test 080 control_wam PASS +Test 081 control_wam PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/control_p8_faster -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/control_p8_faster -Checking test 081 control_p8_faster results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/control_p8_faster +Checking test 082 control_p8_faster results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -3335,15 +3321,15 @@ Checking test 081 control_p8_faster results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 154.507367 - 0: The maximum resident set size (KB) = 1591680 + 0: The total amount of wall time = 153.821269 + 0: The maximum resident set size (KB) = 1593648 -Test 081 control_p8_faster PASS +Test 082 control_p8_faster PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/regional_control_faster -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/regional_control_faster -Checking test 082 regional_control_faster results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/regional_control_faster +Checking test 083 regional_control_faster results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -3353,57 +3339,57 @@ Checking test 082 regional_control_faster results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 274.037126 - 0: The maximum resident set size (KB) = 868348 + 0: The total amount of wall time = 273.268820 + 0: The maximum resident set size (KB) = 855656 -Test 082 regional_control_faster PASS +Test 083 regional_control_faster PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/rrfs_smoke_conus13km_hrrr_warm_debug -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/rrfs_smoke_conus13km_hrrr_warm_debug -Checking test 083 rrfs_smoke_conus13km_hrrr_warm_debug results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/rrfs_smoke_conus13km_hrrr_warm_debug +Checking test 084 rrfs_smoke_conus13km_hrrr_warm_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 835.391624 - 0: The maximum resident set size (KB) = 1060588 + 0: The total amount of wall time = 837.520960 + 0: The maximum resident set size (KB) = 1056492 -Test 083 rrfs_smoke_conus13km_hrrr_warm_debug PASS +Test 084 rrfs_smoke_conus13km_hrrr_warm_debug PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/rrfs_smoke_conus13km_hrrr_warm_debug -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/rrfs_smoke_conus13km_hrrr_warm_debug_2threads -Checking test 084 rrfs_smoke_conus13km_hrrr_warm_debug_2threads results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/rrfs_smoke_conus13km_hrrr_warm_debug_2threads +Checking test 085 rrfs_smoke_conus13km_hrrr_warm_debug_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 479.852276 - 0: The maximum resident set size (KB) = 970624 + 0: The total amount of wall time = 471.250878 + 0: The maximum resident set size (KB) = 964828 -Test 084 rrfs_smoke_conus13km_hrrr_warm_debug_2threads PASS +Test 085 rrfs_smoke_conus13km_hrrr_warm_debug_2threads PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/rrfs_conus13km_hrrr_warm_debugs -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/rrfs_conus13km_hrrr_warm_debug -Checking test 085 rrfs_conus13km_hrrr_warm_debug results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/rrfs_conus13km_hrrr_warm_debug +Checking test 086 rrfs_conus13km_hrrr_warm_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 741.180113 - 0: The maximum resident set size (KB) = 964680 + 0: The total amount of wall time = 743.551316 + 0: The maximum resident set size (KB) = 1006440 -Test 085 rrfs_conus13km_hrrr_warm_debug PASS +Test 086 rrfs_conus13km_hrrr_warm_debug PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/control_CubedSphereGrid_debug -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/control_CubedSphereGrid_debug -Checking test 086 control_CubedSphereGrid_debug results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/control_CubedSphereGrid_debug +Checking test 087 control_CubedSphereGrid_debug results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK Comparing sfcf000.tile3.nc .........OK @@ -3429,335 +3415,349 @@ Checking test 086 control_CubedSphereGrid_debug results .... Comparing atmf001.tile5.nc .........OK Comparing atmf001.tile6.nc .........OK - 0: The total amount of wall time = 147.214855 - 0: The maximum resident set size (KB) = 762960 + 0: The total amount of wall time = 146.103331 + 0: The maximum resident set size (KB) = 789532 -Test 086 control_CubedSphereGrid_debug PASS +Test 087 control_CubedSphereGrid_debug PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/control_wrtGauss_netcdf_parallel_debug -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/control_wrtGauss_netcdf_parallel_debug -Checking test 087 control_wrtGauss_netcdf_parallel_debug results .... - Comparing sfcf000.nc .........OK +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/control_wrtGauss_netcdf_parallel_debug +Checking test 088 control_wrtGauss_netcdf_parallel_debug results .... + Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 144.167949 - 0: The maximum resident set size (KB) = 793676 + 0: The total amount of wall time = 143.050970 + 0: The maximum resident set size (KB) = 792744 -Test 087 control_wrtGauss_netcdf_parallel_debug PASS +Test 088 control_wrtGauss_netcdf_parallel_debug PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/control_stochy_debug -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/control_stochy_debug -Checking test 088 control_stochy_debug results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/control_stochy_debug +Checking test 089 control_stochy_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 166.153181 - 0: The maximum resident set size (KB) = 794412 + 0: The total amount of wall time = 162.128961 + 0: The maximum resident set size (KB) = 800288 -Test 088 control_stochy_debug PASS +Test 089 control_stochy_debug PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/control_lndp_debug -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/control_lndp_debug -Checking test 089 control_lndp_debug results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/control_lndp_debug +Checking test 090 control_lndp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 150.289759 - 0: The maximum resident set size (KB) = 790152 + 0: The total amount of wall time = 146.883736 + 0: The maximum resident set size (KB) = 791888 -Test 089 control_lndp_debug PASS +Test 090 control_lndp_debug PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/control_csawmg_debug -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/control_csawmg_debug -Checking test 090 control_csawmg_debug results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/control_csawmg_debug +Checking test 091 control_csawmg_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 236.131619 - 0: The maximum resident set size (KB) = 835460 + 0: The total amount of wall time = 230.704582 + 0: The maximum resident set size (KB) = 832764 -Test 090 control_csawmg_debug PASS +Test 091 control_csawmg_debug PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/control_csawmgt_debug -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/control_csawmgt_debug -Checking test 091 control_csawmgt_debug results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/control_csawmgt_debug +Checking test 092 control_csawmgt_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 225.560829 - 0: The maximum resident set size (KB) = 837632 + 0: The total amount of wall time = 225.089936 + 0: The maximum resident set size (KB) = 840720 -Test 091 control_csawmgt_debug PASS +Test 092 control_csawmgt_debug PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/control_ras_debug -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/control_ras_debug -Checking test 092 control_ras_debug results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/control_ras_debug +Checking test 093 control_ras_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 149.056634 - 0: The maximum resident set size (KB) = 801268 + 0: The total amount of wall time = 150.372662 + 0: The maximum resident set size (KB) = 800496 -Test 092 control_ras_debug PASS +Test 093 control_ras_debug PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/control_diag_debug -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/control_diag_debug -Checking test 093 control_diag_debug results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/control_diag_debug +Checking test 094 control_diag_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 159.134031 - 0: The maximum resident set size (KB) = 845252 + 0: The total amount of wall time = 151.223451 + 0: The maximum resident set size (KB) = 850348 -Test 093 control_diag_debug PASS +Test 094 control_diag_debug PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/control_debug_p8 -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/control_debug_p8 -Checking test 094 control_debug_p8 results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/control_debug_p8 +Checking test 095 control_debug_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 165.696108 - 0: The maximum resident set size (KB) = 1587880 + 0: The total amount of wall time = 165.315604 + 0: The maximum resident set size (KB) = 1616772 -Test 094 control_debug_p8 PASS +Test 095 control_debug_p8 PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/regional_debug -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/regional_debug -Checking test 095 regional_debug results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/regional_debug +Checking test 096 regional_debug results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK Comparing phyf000.nc .........OK Comparing phyf001.nc .........OK - 0: The total amount of wall time = 985.437592 - 0: The maximum resident set size (KB) = 883152 + 0: The total amount of wall time = 981.062310 + 0: The maximum resident set size (KB) = 883944 -Test 095 regional_debug PASS +Test 096 regional_debug PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/rap_control_debug -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/rap_control_debug -Checking test 096 rap_control_debug results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/rap_control_debug +Checking test 097 rap_control_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 277.525493 - 0: The maximum resident set size (KB) = 1161428 + 0: The total amount of wall time = 272.009052 + 0: The maximum resident set size (KB) = 1153920 -Test 096 rap_control_debug PASS +Test 097 rap_control_debug PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/hrrr_control_debug -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/hrrr_control_debug -Checking test 097 hrrr_control_debug results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/hrrr_control_debug +Checking test 098 hrrr_control_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 265.075196 - 0: The maximum resident set size (KB) = 1164556 + 0: The total amount of wall time = 269.675804 + 0: The maximum resident set size (KB) = 1157588 -Test 097 hrrr_control_debug PASS +Test 098 hrrr_control_debug PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/rap_control_debug -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/rap_unified_drag_suite_debug -Checking test 098 rap_unified_drag_suite_debug results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/rap_unified_drag_suite_debug +Checking test 099 rap_unified_drag_suite_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 275.627824 - 0: The maximum resident set size (KB) = 1167276 + 0: The total amount of wall time = 272.607189 + 0: The maximum resident set size (KB) = 1164248 -Test 098 rap_unified_drag_suite_debug PASS +Test 099 rap_unified_drag_suite_debug PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/rap_diag_debug -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/rap_diag_debug -Checking test 099 rap_diag_debug results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/rap_diag_debug +Checking test 100 rap_diag_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 285.111256 - 0: The maximum resident set size (KB) = 1251364 + 0: The total amount of wall time = 283.408908 + 0: The maximum resident set size (KB) = 1253168 -Test 099 rap_diag_debug PASS +Test 100 rap_diag_debug PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/rap_cires_ugwp_debug -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/rap_cires_ugwp_debug -Checking test 100 rap_cires_ugwp_debug results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/rap_cires_ugwp_debug +Checking test 101 rap_cires_ugwp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 283.241911 - 0: The maximum resident set size (KB) = 1170868 + 0: The total amount of wall time = 276.515902 + 0: The maximum resident set size (KB) = 1167500 -Test 100 rap_cires_ugwp_debug PASS +Test 101 rap_cires_ugwp_debug PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/rap_cires_ugwp_debug -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/rap_unified_ugwp_debug -Checking test 101 rap_unified_ugwp_debug results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/rap_unified_ugwp_debug +Checking test 102 rap_unified_ugwp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 277.052844 - 0: The maximum resident set size (KB) = 1165960 + 0: The total amount of wall time = 282.798507 + 0: The maximum resident set size (KB) = 1167564 -Test 101 rap_unified_ugwp_debug PASS +Test 102 rap_unified_ugwp_debug PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/rap_lndp_debug -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/rap_lndp_debug -Checking test 102 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 = 274.733013 - 0: The maximum resident set size (KB) = 1170604 - -Test 102 rap_lndp_debug PASS - - -baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/rap_flake_debug -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/rap_flake_debug -Checking test 103 rap_flake_debug results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/rap_lndp_debug +Checking test 103 rap_lndp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 277.145988 - 0: The maximum resident set size (KB) = 1165928 + 0: The total amount of wall time = 275.764445 + 0: The maximum resident set size (KB) = 1166604 -Test 103 rap_flake_debug PASS +Test 103 rap_lndp_debug PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/rap_progcld_thompson_debug -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/rap_progcld_thompson_debug +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/rap_progcld_thompson_debug Checking test 104 rap_progcld_thompson_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 270.357164 - 0: The maximum resident set size (KB) = 1166396 + 0: The total amount of wall time = 270.793387 + 0: The maximum resident set size (KB) = 1165928 Test 104 rap_progcld_thompson_debug PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/rap_noah_debug -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/rap_noah_debug +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/rap_noah_debug Checking test 105 rap_noah_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 265.467116 - 0: The maximum resident set size (KB) = 1168364 + 0: The total amount of wall time = 267.476162 + 0: The maximum resident set size (KB) = 1167628 Test 105 rap_noah_debug PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/rap_sfcdiff_debug -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/rap_sfcdiff_debug +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/rap_sfcdiff_debug Checking test 106 rap_sfcdiff_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 276.440511 - 0: The maximum resident set size (KB) = 1134332 + 0: The total amount of wall time = 268.002706 + 0: The maximum resident set size (KB) = 1165684 Test 106 rap_sfcdiff_debug PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/rap_noah_sfcdiff_cires_ugwp_debug -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/rap_noah_sfcdiff_cires_ugwp_debug +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/rap_noah_sfcdiff_cires_ugwp_debug Checking test 107 rap_noah_sfcdiff_cires_ugwp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 457.191598 - 0: The maximum resident set size (KB) = 1164236 + 0: The total amount of wall time = 448.339466 + 0: The maximum resident set size (KB) = 1163872 Test 107 rap_noah_sfcdiff_cires_ugwp_debug PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/rrfs_v1beta_debug -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/rrfs_v1beta_debug +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/rrfs_v1beta_debug Checking test 108 rrfs_v1beta_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 269.722209 - 0: The maximum resident set size (KB) = 1160384 + 0: The total amount of wall time = 266.163007 + 0: The maximum resident set size (KB) = 1161504 Test 108 rrfs_v1beta_debug PASS +baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/rap_clm_lake_debug +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/rap_clm_lake_debug +Checking test 109 rap_clm_lake_debug results .... + Comparing sfcf000.nc .........OK + Comparing sfcf001.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf001.nc .........OK + + 0: The total amount of wall time = 332.885215 + 0: The maximum resident set size (KB) = 1166640 + +Test 109 rap_clm_lake_debug PASS + + +baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/rap_flake_debug +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/rap_flake_debug +Checking test 110 rap_flake_debug results .... + Comparing sfcf000.nc .........OK + Comparing sfcf001.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf001.nc .........OK + + 0: The total amount of wall time = 271.469664 + 0: The maximum resident set size (KB) = 1150216 + +Test 110 rap_flake_debug PASS + + baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/control_wam_debug -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/control_wam_debug -Checking test 109 control_wam_debug results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/control_wam_debug +Checking test 111 control_wam_debug results .... Comparing sfcf019.nc .........OK Comparing atmf019.nc .........OK - 0: The total amount of wall time = 273.806777 - 0: The maximum resident set size (KB) = 513540 + 0: The total amount of wall time = 274.312402 + 0: The maximum resident set size (KB) = 524928 -Test 109 control_wam_debug PASS +Test 111 control_wam_debug PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/regional_spp_sppt_shum_skeb_dyn32_phy32 -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/regional_spp_sppt_shum_skeb_dyn32_phy32 -Checking test 110 regional_spp_sppt_shum_skeb_dyn32_phy32 results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/regional_spp_sppt_shum_skeb_dyn32_phy32 +Checking test 112 regional_spp_sppt_shum_skeb_dyn32_phy32 results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK Comparing phyf000.nc .........OK @@ -3767,15 +3767,15 @@ Checking test 110 regional_spp_sppt_shum_skeb_dyn32_phy32 results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF01 .........OK - 0: The total amount of wall time = 231.728042 - 0: The maximum resident set size (KB) = 1070704 + 0: The total amount of wall time = 227.391956 + 0: The maximum resident set size (KB) = 1062868 -Test 110 regional_spp_sppt_shum_skeb_dyn32_phy32 PASS +Test 112 regional_spp_sppt_shum_skeb_dyn32_phy32 PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/rap_control_dyn32_phy32 -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/rap_control_dyn32_phy32 -Checking test 111 rap_control_dyn32_phy32 results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/rap_control_dyn32_phy32 +Checking test 113 rap_control_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3821,15 +3821,15 @@ Checking test 111 rap_control_dyn32_phy32 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 392.514471 - 0: The maximum resident set size (KB) = 998256 + 0: The total amount of wall time = 387.588008 + 0: The maximum resident set size (KB) = 992700 -Test 111 rap_control_dyn32_phy32 PASS +Test 113 rap_control_dyn32_phy32 PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/hrrr_control_dyn32_phy32 -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/hrrr_control_dyn32_phy32 -Checking test 112 hrrr_control_dyn32_phy32 results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/hrrr_control_dyn32_phy32 +Checking test 114 hrrr_control_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3842,48 +3842,48 @@ Checking test 112 hrrr_control_dyn32_phy32 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210322.180000.coupler.res .........OK - Comparing RESTART/20210322.180000.fv_core.res.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile6.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 207.870423 - 0: The maximum resident set size (KB) = 959684 - -Test 112 hrrr_control_dyn32_phy32 PASS + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK + + 0: The total amount of wall time = 193.629955 + 0: The maximum resident set size (KB) = 935236 + +Test 114 hrrr_control_dyn32_phy32 PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/rap_control_dyn32_phy32 -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/rap_2threads_dyn32_phy32 -Checking test 113 rap_2threads_dyn32_phy32 results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/rap_2threads_dyn32_phy32 +Checking test 115 rap_2threads_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3929,15 +3929,15 @@ Checking test 113 rap_2threads_dyn32_phy32 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 378.505340 - 0: The maximum resident set size (KB) = 1025632 + 0: The total amount of wall time = 371.976218 + 0: The maximum resident set size (KB) = 1010656 -Test 113 rap_2threads_dyn32_phy32 PASS +Test 115 rap_2threads_dyn32_phy32 PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/hrrr_control_dyn32_phy32 -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/hrrr_control_2threads_dyn32_phy32 -Checking test 114 hrrr_control_2threads_dyn32_phy32 results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/hrrr_control_2threads_dyn32_phy32 +Checking test 116 hrrr_control_2threads_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3950,48 +3950,48 @@ Checking test 114 hrrr_control_2threads_dyn32_phy32 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210322.180000.coupler.res .........OK - Comparing RESTART/20210322.180000.fv_core.res.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile6.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 196.356779 - 0: The maximum resident set size (KB) = 976216 - -Test 114 hrrr_control_2threads_dyn32_phy32 PASS + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK + + 0: The total amount of wall time = 183.042603 + 0: The maximum resident set size (KB) = 922696 + +Test 116 hrrr_control_2threads_dyn32_phy32 PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/hrrr_control_dyn32_phy32 -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/hrrr_control_decomp_dyn32_phy32 -Checking test 115 hrrr_control_decomp_dyn32_phy32 results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/hrrr_control_decomp_dyn32_phy32 +Checking test 117 hrrr_control_decomp_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -4004,48 +4004,48 @@ Checking test 115 hrrr_control_decomp_dyn32_phy32 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210322.180000.coupler.res .........OK - Comparing RESTART/20210322.180000.fv_core.res.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile6.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 213.528496 - 0: The maximum resident set size (KB) = 902344 - -Test 115 hrrr_control_decomp_dyn32_phy32 PASS + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK + + 0: The total amount of wall time = 203.210708 + 0: The maximum resident set size (KB) = 896480 + +Test 117 hrrr_control_decomp_dyn32_phy32 PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/rap_control_dyn32_phy32 -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/rap_restart_dyn32_phy32 -Checking test 116 rap_restart_dyn32_phy32 results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/rap_restart_dyn32_phy32 +Checking test 118 rap_restart_dyn32_phy32 results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK @@ -4083,61 +4083,29 @@ Checking test 116 rap_restart_dyn32_phy32 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 288.373791 - 0: The maximum resident set size (KB) = 949636 + 0: The total amount of wall time = 294.362612 + 0: The maximum resident set size (KB) = 942508 -Test 116 rap_restart_dyn32_phy32 PASS +Test 118 rap_restart_dyn32_phy32 PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/hrrr_control_dyn32_phy32 -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/hrrr_control_restart_dyn32_phy32 -Checking test 117 hrrr_control_restart_dyn32_phy32 results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/hrrr_control_restart_dyn32_phy32 +Checking test 119 hrrr_control_restart_dyn32_phy32 results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210322.180000.coupler.res .........OK - Comparing RESTART/20210322.180000.fv_core.res.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile6.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 106.290444 - 0: The maximum resident set size (KB) = 833992 + 0: The total amount of wall time = 99.108961 + 0: The maximum resident set size (KB) = 857488 -Test 117 hrrr_control_restart_dyn32_phy32 PASS +Test 119 hrrr_control_restart_dyn32_phy32 PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/rap_control_dyn64_phy32 -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/rap_control_dyn64_phy32 -Checking test 118 rap_control_dyn64_phy32 results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/rap_control_dyn64_phy32 +Checking test 120 rap_control_dyn64_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -4183,82 +4151,82 @@ Checking test 118 rap_control_dyn64_phy32 results .... Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 244.642070 - 0: The maximum resident set size (KB) = 960040 + 0: The total amount of wall time = 247.879892 + 0: The maximum resident set size (KB) = 965424 -Test 118 rap_control_dyn64_phy32 PASS +Test 120 rap_control_dyn64_phy32 PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/rap_control_debug_dyn32_phy32 -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/rap_control_debug_dyn32_phy32 -Checking test 119 rap_control_debug_dyn32_phy32 results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/rap_control_debug_dyn32_phy32 +Checking test 121 rap_control_debug_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 267.685418 - 0: The maximum resident set size (KB) = 1046924 + 0: The total amount of wall time = 272.081858 + 0: The maximum resident set size (KB) = 1052176 -Test 119 rap_control_debug_dyn32_phy32 PASS +Test 121 rap_control_debug_dyn32_phy32 PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/hrrr_control_debug_dyn32_phy32 -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/hrrr_control_debug_dyn32_phy32 -Checking test 120 hrrr_control_debug_dyn32_phy32 results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/hrrr_control_debug_dyn32_phy32 +Checking test 122 hrrr_control_debug_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 266.334323 - 0: The maximum resident set size (KB) = 1047612 + 0: The total amount of wall time = 266.827798 + 0: The maximum resident set size (KB) = 1051636 -Test 120 hrrr_control_debug_dyn32_phy32 PASS +Test 122 hrrr_control_debug_dyn32_phy32 PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/rap_control_debug_dyn64_phy32 -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/rap_control_dyn64_phy32_debug -Checking test 121 rap_control_dyn64_phy32_debug results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/rap_control_dyn64_phy32_debug +Checking test 123 rap_control_dyn64_phy32_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 279.755044 - 0: The maximum resident set size (KB) = 1090904 + 0: The total amount of wall time = 272.945761 + 0: The maximum resident set size (KB) = 1094868 -Test 121 rap_control_dyn64_phy32_debug PASS +Test 123 rap_control_dyn64_phy32_debug PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_atm -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/hafs_regional_atm -Checking test 122 hafs_regional_atm results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/hafs_regional_atm +Checking test 124 hafs_regional_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing HURPRS.GrbF06 .........OK - 0: The total amount of wall time = 250.729867 - 0: The maximum resident set size (KB) = 1056464 + 0: The total amount of wall time = 240.138963 + 0: The maximum resident set size (KB) = 1051696 -Test 122 hafs_regional_atm PASS +Test 124 hafs_regional_atm PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_atm_thompson_gfdlsf -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/hafs_regional_atm_thompson_gfdlsf -Checking test 123 hafs_regional_atm_thompson_gfdlsf results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/hafs_regional_atm_thompson_gfdlsf +Checking test 125 hafs_regional_atm_thompson_gfdlsf results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK - 0: The total amount of wall time = 354.205804 - 0: The maximum resident set size (KB) = 1402976 + 0: The total amount of wall time = 328.039229 + 0: The maximum resident set size (KB) = 1396784 -Test 123 hafs_regional_atm_thompson_gfdlsf PASS +Test 125 hafs_regional_atm_thompson_gfdlsf PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_atm_ocn -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/hafs_regional_atm_ocn -Checking test 124 hafs_regional_atm_ocn results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/hafs_regional_atm_ocn +Checking test 126 hafs_regional_atm_ocn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing archv.2019_241_06.a .........OK @@ -4266,15 +4234,15 @@ Checking test 124 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 = 387.601227 - 0: The maximum resident set size (KB) = 1213168 + 0: The total amount of wall time = 384.208710 + 0: The maximum resident set size (KB) = 1223868 -Test 124 hafs_regional_atm_ocn PASS +Test 126 hafs_regional_atm_ocn PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_atm_wav -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/hafs_regional_atm_wav -Checking test 125 hafs_regional_atm_wav results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/hafs_regional_atm_wav +Checking test 127 hafs_regional_atm_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing 20190829.060000.out_grd.ww3 .........OK @@ -4282,15 +4250,15 @@ Checking test 125 hafs_regional_atm_wav results .... Comparing ufs.hafs.ww3.r.2019-08-29-21600 .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 748.874773 - 0: The maximum resident set size (KB) = 1243148 + 0: The total amount of wall time = 754.037796 + 0: The maximum resident set size (KB) = 1249392 -Test 125 hafs_regional_atm_wav PASS +Test 127 hafs_regional_atm_wav PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_atm_ocn_wav -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/hafs_regional_atm_ocn_wav -Checking test 126 hafs_regional_atm_ocn_wav results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/hafs_regional_atm_ocn_wav +Checking test 128 hafs_regional_atm_ocn_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing archv.2019_241_06.a .........OK @@ -4300,29 +4268,29 @@ Checking test 126 hafs_regional_atm_ocn_wav results .... Comparing ufs.hafs.ww3.r.2019-08-29-21600 .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 853.563951 - 0: The maximum resident set size (KB) = 1269636 + 0: The total amount of wall time = 856.940045 + 0: The maximum resident set size (KB) = 1272024 -Test 126 hafs_regional_atm_ocn_wav PASS +Test 128 hafs_regional_atm_ocn_wav PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_1nest_atm -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/hafs_regional_1nest_atm -Checking test 127 hafs_regional_1nest_atm results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/hafs_regional_1nest_atm +Checking test 129 hafs_regional_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK Comparing sfc.nest02.f006.nc .........OK - 0: The total amount of wall time = 322.926937 - 0: The maximum resident set size (KB) = 498628 + 0: The total amount of wall time = 322.519571 + 0: The maximum resident set size (KB) = 507364 -Test 127 hafs_regional_1nest_atm PASS +Test 129 hafs_regional_1nest_atm PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_telescopic_2nests_atm -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/hafs_regional_telescopic_2nests_atm -Checking test 128 hafs_regional_telescopic_2nests_atm results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/hafs_regional_telescopic_2nests_atm +Checking test 130 hafs_regional_telescopic_2nests_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4330,29 +4298,29 @@ Checking test 128 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 = 379.809313 - 0: The maximum resident set size (KB) = 512064 + 0: The total amount of wall time = 368.848238 + 0: The maximum resident set size (KB) = 512456 -Test 128 hafs_regional_telescopic_2nests_atm PASS +Test 130 hafs_regional_telescopic_2nests_atm PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/hafs_global_1nest_atm -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/hafs_global_1nest_atm -Checking test 129 hafs_global_1nest_atm results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/hafs_global_1nest_atm +Checking test 131 hafs_global_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK Comparing sfc.nest02.f006.nc .........OK - 0: The total amount of wall time = 154.857860 - 0: The maximum resident set size (KB) = 350380 + 0: The total amount of wall time = 152.174249 + 0: The maximum resident set size (KB) = 349748 -Test 129 hafs_global_1nest_atm PASS +Test 131 hafs_global_1nest_atm PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/hafs_global_multiple_4nests_atm -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/hafs_global_multiple_4nests_atm -Checking test 130 hafs_global_multiple_4nests_atm results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/hafs_global_multiple_4nests_atm +Checking test 132 hafs_global_multiple_4nests_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4369,15 +4337,15 @@ Checking test 130 hafs_global_multiple_4nests_atm results .... Comparing HURPRS.GrbF06.nest04 .........OK Comparing HURPRS.GrbF06.nest05 .........OK - 0: The total amount of wall time = 422.202103 - 0: The maximum resident set size (KB) = 419332 + 0: The total amount of wall time = 415.131711 + 0: The maximum resident set size (KB) = 421216 -Test 130 hafs_global_multiple_4nests_atm PASS +Test 132 hafs_global_multiple_4nests_atm PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_specified_moving_1nest_atm -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/hafs_regional_specified_moving_1nest_atm -Checking test 131 hafs_regional_specified_moving_1nest_atm results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/hafs_regional_specified_moving_1nest_atm +Checking test 133 hafs_regional_specified_moving_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4385,29 +4353,29 @@ Checking test 131 hafs_regional_specified_moving_1nest_atm results .... Comparing HURPRS.GrbF06 .........OK Comparing HURPRS.GrbF06.nest02 .........OK - 0: The total amount of wall time = 208.247028 - 0: The maximum resident set size (KB) = 518464 + 0: The total amount of wall time = 206.238329 + 0: The maximum resident set size (KB) = 520428 -Test 131 hafs_regional_specified_moving_1nest_atm PASS +Test 133 hafs_regional_specified_moving_1nest_atm PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_storm_following_1nest_atm -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/hafs_regional_storm_following_1nest_atm -Checking test 132 hafs_regional_storm_following_1nest_atm results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/hafs_regional_storm_following_1nest_atm +Checking test 134 hafs_regional_storm_following_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK Comparing sfc.nest02.f006.nc .........OK - 0: The total amount of wall time = 201.250986 - 0: The maximum resident set size (KB) = 518548 + 0: The total amount of wall time = 194.039380 + 0: The maximum resident set size (KB) = 518724 -Test 132 hafs_regional_storm_following_1nest_atm PASS +Test 134 hafs_regional_storm_following_1nest_atm PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_storm_following_1nest_atm_ocn -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/hafs_regional_storm_following_1nest_atm_ocn -Checking test 133 hafs_regional_storm_following_1nest_atm_ocn results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/hafs_regional_storm_following_1nest_atm_ocn +Checking test 135 hafs_regional_storm_following_1nest_atm_ocn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4415,43 +4383,43 @@ Checking test 133 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 = 231.119218 - 0: The maximum resident set size (KB) = 561164 + 0: The total amount of wall time = 225.104432 + 0: The maximum resident set size (KB) = 562584 -Test 133 hafs_regional_storm_following_1nest_atm_ocn PASS +Test 135 hafs_regional_storm_following_1nest_atm_ocn PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/hafs_global_storm_following_1nest_atm -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/hafs_global_storm_following_1nest_atm -Checking test 134 hafs_global_storm_following_1nest_atm results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/hafs_global_storm_following_1nest_atm +Checking test 136 hafs_global_storm_following_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK Comparing sfc.nest02.f006.nc .........OK - 0: The total amount of wall time = 61.581660 - 0: The maximum resident set size (KB) = 335928 + 0: The total amount of wall time = 59.717702 + 0: The maximum resident set size (KB) = 367108 -Test 134 hafs_global_storm_following_1nest_atm PASS +Test 136 hafs_global_storm_following_1nest_atm PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_storm_following_1nest_atm_ocn_debug -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/hafs_regional_storm_following_1nest_atm_ocn_debug -Checking test 135 hafs_regional_storm_following_1nest_atm_ocn_debug results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/hafs_regional_storm_following_1nest_atm_ocn_debug +Checking test 137 hafs_regional_storm_following_1nest_atm_ocn_debug results .... Comparing atmf001.nc .........OK Comparing sfcf001.nc .........OK Comparing atm.nest02.f001.nc .........OK Comparing sfc.nest02.f001.nc .........OK - 0: The total amount of wall time = 723.639556 - 0: The maximum resident set size (KB) = 595728 + 0: The total amount of wall time = 721.521834 + 0: The maximum resident set size (KB) = 586108 -Test 135 hafs_regional_storm_following_1nest_atm_ocn_debug PASS +Test 137 hafs_regional_storm_following_1nest_atm_ocn_debug PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_storm_following_1nest_atm_ocn_wav -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/hafs_regional_storm_following_1nest_atm_ocn_wav -Checking test 136 hafs_regional_storm_following_1nest_atm_ocn_wav results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/hafs_regional_storm_following_1nest_atm_ocn_wav +Checking test 138 hafs_regional_storm_following_1nest_atm_ocn_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4461,162 +4429,162 @@ Checking test 136 hafs_regional_storm_following_1nest_atm_ocn_wav results .... Comparing 20200825.180000.out_grd.ww3 .........OK Comparing 20200825.180000.out_pnt.ww3 .........OK - 0: The total amount of wall time = 487.376635 - 0: The maximum resident set size (KB) = 614508 + 0: The total amount of wall time = 486.932996 + 0: The maximum resident set size (KB) = 623408 -Test 136 hafs_regional_storm_following_1nest_atm_ocn_wav PASS +Test 138 hafs_regional_storm_following_1nest_atm_ocn_wav PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_docn -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/hafs_regional_docn -Checking test 137 hafs_regional_docn results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/hafs_regional_docn +Checking test 139 hafs_regional_docn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing ufs.hafs.cpl.hi.2019-08-29-21600.nc .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK Comparing ufs.hafs.docn.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 360.949730 - 0: The maximum resident set size (KB) = 1230916 + 0: The total amount of wall time = 363.499290 + 0: The maximum resident set size (KB) = 1229940 -Test 137 hafs_regional_docn PASS +Test 139 hafs_regional_docn PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_docn_oisst -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/hafs_regional_docn_oisst -Checking test 138 hafs_regional_docn_oisst results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/hafs_regional_docn_oisst +Checking test 140 hafs_regional_docn_oisst results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing ufs.hafs.cpl.hi.2019-08-29-21600.nc .........OK 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 = 362.328365 - 0: The maximum resident set size (KB) = 1182008 + 0: The total amount of wall time = 359.884577 + 0: The maximum resident set size (KB) = 1213420 -Test 138 hafs_regional_docn_oisst PASS +Test 140 hafs_regional_docn_oisst PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_datm_cdeps -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/hafs_regional_datm_cdeps -Checking test 139 hafs_regional_datm_cdeps results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/hafs_regional_datm_cdeps +Checking test 141 hafs_regional_datm_cdeps results .... Comparing ufs.hafs.cpl.hi.2019-08-30-00000.nc .........OK Comparing ufs.hafs.cpl.r.2019-08-30-00000.nc .........OK Comparing ufs.hafs.datm.r.2019-08-30-00000.nc .........OK - 0: The total amount of wall time = 954.300567 - 0: The maximum resident set size (KB) = 1040836 + 0: The total amount of wall time = 960.343132 + 0: The maximum resident set size (KB) = 1042136 -Test 139 hafs_regional_datm_cdeps PASS +Test 141 hafs_regional_datm_cdeps PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_control_cfsr -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/datm_cdeps_control_cfsr -Checking test 140 datm_cdeps_control_cfsr results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/datm_cdeps_control_cfsr +Checking test 142 datm_cdeps_control_cfsr results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 156.393117 - 0: The maximum resident set size (KB) = 1056368 + 0: The total amount of wall time = 157.417163 + 0: The maximum resident set size (KB) = 1060128 -Test 140 datm_cdeps_control_cfsr PASS +Test 142 datm_cdeps_control_cfsr PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_control_cfsr -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/datm_cdeps_restart_cfsr -Checking test 141 datm_cdeps_restart_cfsr results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/datm_cdeps_restart_cfsr +Checking test 143 datm_cdeps_restart_cfsr results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 91.669124 - 0: The maximum resident set size (KB) = 1014344 + 0: The total amount of wall time = 93.492774 + 0: The maximum resident set size (KB) = 1025940 -Test 141 datm_cdeps_restart_cfsr PASS +Test 143 datm_cdeps_restart_cfsr PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_control_gefs -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/datm_cdeps_control_gefs -Checking test 142 datm_cdeps_control_gefs results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/datm_cdeps_control_gefs +Checking test 144 datm_cdeps_control_gefs results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 154.054708 - 0: The maximum resident set size (KB) = 977876 + 0: The total amount of wall time = 149.180639 + 0: The maximum resident set size (KB) = 972668 -Test 142 datm_cdeps_control_gefs PASS +Test 144 datm_cdeps_control_gefs PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_iau_gefs -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/datm_cdeps_iau_gefs -Checking test 143 datm_cdeps_iau_gefs results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/datm_cdeps_iau_gefs +Checking test 145 datm_cdeps_iau_gefs results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 160.287475 - 0: The maximum resident set size (KB) = 961264 + 0: The total amount of wall time = 151.121937 + 0: The maximum resident set size (KB) = 960476 -Test 143 datm_cdeps_iau_gefs PASS +Test 145 datm_cdeps_iau_gefs PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_stochy_gefs -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/datm_cdeps_stochy_gefs -Checking test 144 datm_cdeps_stochy_gefs results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/datm_cdeps_stochy_gefs +Checking test 146 datm_cdeps_stochy_gefs results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 157.047108 - 0: The maximum resident set size (KB) = 965620 + 0: The total amount of wall time = 151.110210 + 0: The maximum resident set size (KB) = 957344 -Test 144 datm_cdeps_stochy_gefs PASS +Test 146 datm_cdeps_stochy_gefs PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_ciceC_cfsr -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/datm_cdeps_ciceC_cfsr -Checking test 145 datm_cdeps_ciceC_cfsr results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/datm_cdeps_ciceC_cfsr +Checking test 147 datm_cdeps_ciceC_cfsr results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 155.891864 - 0: The maximum resident set size (KB) = 1068552 + 0: The total amount of wall time = 155.427450 + 0: The maximum resident set size (KB) = 1052812 -Test 145 datm_cdeps_ciceC_cfsr PASS +Test 147 datm_cdeps_ciceC_cfsr PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_bulk_cfsr -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/datm_cdeps_bulk_cfsr -Checking test 146 datm_cdeps_bulk_cfsr results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/datm_cdeps_bulk_cfsr +Checking test 148 datm_cdeps_bulk_cfsr results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 152.005586 - 0: The maximum resident set size (KB) = 1057232 + 0: The total amount of wall time = 159.115962 + 0: The maximum resident set size (KB) = 1056844 -Test 146 datm_cdeps_bulk_cfsr PASS +Test 148 datm_cdeps_bulk_cfsr PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_bulk_gefs -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/datm_cdeps_bulk_gefs -Checking test 147 datm_cdeps_bulk_gefs results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/datm_cdeps_bulk_gefs +Checking test 149 datm_cdeps_bulk_gefs results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 149.992902 - 0: The maximum resident set size (KB) = 962736 + 0: The total amount of wall time = 150.591532 + 0: The maximum resident set size (KB) = 968648 -Test 147 datm_cdeps_bulk_gefs PASS +Test 149 datm_cdeps_bulk_gefs PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_mx025_cfsr -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/datm_cdeps_mx025_cfsr -Checking test 148 datm_cdeps_mx025_cfsr results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/datm_cdeps_mx025_cfsr +Checking test 150 datm_cdeps_mx025_cfsr results .... Comparing RESTART/20111001.120000.MOM.res.nc .........OK Comparing RESTART/20111001.120000.MOM.res_1.nc .........OK Comparing RESTART/20111001.120000.MOM.res_2.nc .........OK @@ -4624,15 +4592,15 @@ Checking test 148 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 = 411.592803 - 0: The maximum resident set size (KB) = 871652 + 0: The total amount of wall time = 422.155181 + 0: The maximum resident set size (KB) = 873456 -Test 148 datm_cdeps_mx025_cfsr PASS +Test 150 datm_cdeps_mx025_cfsr PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_mx025_gefs -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/datm_cdeps_mx025_gefs -Checking test 149 datm_cdeps_mx025_gefs results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/datm_cdeps_mx025_gefs +Checking test 151 datm_cdeps_mx025_gefs results .... Comparing RESTART/20111001.120000.MOM.res.nc .........OK Comparing RESTART/20111001.120000.MOM.res_1.nc .........OK Comparing RESTART/20111001.120000.MOM.res_2.nc .........OK @@ -4640,78 +4608,78 @@ Checking test 149 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 = 413.218426 - 0: The maximum resident set size (KB) = 928240 + 0: The total amount of wall time = 422.698493 + 0: The maximum resident set size (KB) = 932920 -Test 149 datm_cdeps_mx025_gefs PASS +Test 151 datm_cdeps_mx025_gefs PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_control_cfsr -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/datm_cdeps_multiple_files_cfsr -Checking test 150 datm_cdeps_multiple_files_cfsr results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/datm_cdeps_multiple_files_cfsr +Checking test 152 datm_cdeps_multiple_files_cfsr results .... Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 156.088780 - 0: The maximum resident set size (KB) = 1074980 + 0: The total amount of wall time = 156.786439 + 0: The maximum resident set size (KB) = 1064260 -Test 150 datm_cdeps_multiple_files_cfsr PASS +Test 152 datm_cdeps_multiple_files_cfsr PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_3072x1536_cfsr -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/datm_cdeps_3072x1536_cfsr -Checking test 151 datm_cdeps_3072x1536_cfsr results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/datm_cdeps_3072x1536_cfsr +Checking test 153 datm_cdeps_3072x1536_cfsr results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR3072x1536.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 219.230735 - 0: The maximum resident set size (KB) = 2364272 + 0: The total amount of wall time = 226.815652 + 0: The maximum resident set size (KB) = 2362220 -Test 151 datm_cdeps_3072x1536_cfsr PASS +Test 153 datm_cdeps_3072x1536_cfsr PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_gfs -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/datm_cdeps_gfs -Checking test 152 datm_cdeps_gfs results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/datm_cdeps_gfs +Checking test 154 datm_cdeps_gfs results .... Comparing RESTART/20210323.060000.MOM.res.nc .........OK Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/DATM_GFS.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 224.031845 - 0: The maximum resident set size (KB) = 2359096 + 0: The total amount of wall time = 236.815208 + 0: The maximum resident set size (KB) = 2305164 -Test 152 datm_cdeps_gfs PASS +Test 154 datm_cdeps_gfs PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_debug_cfsr -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/datm_cdeps_debug_cfsr -Checking test 153 datm_cdeps_debug_cfsr results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/datm_cdeps_debug_cfsr +Checking test 155 datm_cdeps_debug_cfsr results .... Comparing RESTART/20111001.060000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-01-21600.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-01-21600.nc .........OK - 0: The total amount of wall time = 358.780471 - 0: The maximum resident set size (KB) = 980200 + 0: The total amount of wall time = 357.081844 + 0: The maximum resident set size (KB) = 977508 -Test 153 datm_cdeps_debug_cfsr PASS +Test 155 datm_cdeps_debug_cfsr PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_control_cfsr_faster -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/datm_cdeps_control_cfsr_faster -Checking test 154 datm_cdeps_control_cfsr_faster results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/datm_cdeps_control_cfsr_faster +Checking test 156 datm_cdeps_control_cfsr_faster results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 157.142625 - 0: The maximum resident set size (KB) = 1070292 + 0: The total amount of wall time = 155.583341 + 0: The maximum resident set size (KB) = 1052632 -Test 154 datm_cdeps_control_cfsr_faster PASS +Test 156 datm_cdeps_control_cfsr_faster PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_lnd_gswp3 -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/datm_cdeps_lnd_gswp3 -Checking test 155 datm_cdeps_lnd_gswp3 results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/datm_cdeps_lnd_gswp3 +Checking test 157 datm_cdeps_lnd_gswp3 results .... Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile1.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile2.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile3.nc .........OK @@ -4719,15 +4687,15 @@ Checking test 155 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.622645 - 0: The maximum resident set size (KB) = 263900 + 0: The total amount of wall time = 7.086498 + 0: The maximum resident set size (KB) = 261604 -Test 155 datm_cdeps_lnd_gswp3 PASS +Test 157 datm_cdeps_lnd_gswp3 PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_lnd_gswp3 -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/datm_cdeps_lnd_gswp3_rst -Checking test 156 datm_cdeps_lnd_gswp3_rst results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/datm_cdeps_lnd_gswp3_rst +Checking test 158 datm_cdeps_lnd_gswp3_rst results .... Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile1.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile2.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile3.nc .........OK @@ -4735,15 +4703,15 @@ Checking test 156 datm_cdeps_lnd_gswp3_rst results .... Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile5.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile6.nc .........OK - 0: The total amount of wall time = 14.984542 - 0: The maximum resident set size (KB) = 255368 + 0: The total amount of wall time = 12.513787 + 0: The maximum resident set size (KB) = 262308 -Test 156 datm_cdeps_lnd_gswp3_rst PASS +Test 158 datm_cdeps_lnd_gswp3_rst PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/control_p8_atmlnd_sbs -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/control_p8_atmlnd_sbs -Checking test 157 control_p8_atmlnd_sbs results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/control_p8_atmlnd_sbs +Checking test 159 control_p8_atmlnd_sbs results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK Comparing sfcf000.tile3.nc .........OK @@ -4827,15 +4795,15 @@ Checking test 157 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 = 208.452098 - 0: The maximum resident set size (KB) = 1607240 + 0: The total amount of wall time = 218.665949 + 0: The maximum resident set size (KB) = 1599892 -Test 157 control_p8_atmlnd_sbs PASS +Test 159 control_p8_atmlnd_sbs PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/atmwav_control_noaero_p8 -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/atmwav_control_noaero_p8 -Checking test 158 atmwav_control_noaero_p8 results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/atmwav_control_noaero_p8 +Checking test 160 atmwav_control_noaero_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -4877,15 +4845,15 @@ Checking test 158 atmwav_control_noaero_p8 results .... Comparing 20210322.180000.out_grd.ww3 .........OK Comparing ufs.atmw.ww3.r.2021-03-22-64800 .........OK - 0: The total amount of wall time = 97.100081 - 0: The maximum resident set size (KB) = 1623884 + 0: The total amount of wall time = 105.529590 + 0: The maximum resident set size (KB) = 1635072 -Test 158 atmwav_control_noaero_p8 PASS +Test 160 atmwav_control_noaero_p8 PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/control_atmwav -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/control_atmwav -Checking test 159 control_atmwav results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/control_atmwav +Checking test 161 control_atmwav results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -4928,15 +4896,15 @@ Checking test 159 control_atmwav results .... Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK Comparing 20210322.180000.restart.glo_1deg .........OK - 0: The total amount of wall time = 91.677571 - 0: The maximum resident set size (KB) = 657612 + 0: The total amount of wall time = 91.228917 + 0: The maximum resident set size (KB) = 660424 -Test 159 control_atmwav PASS +Test 161 control_atmwav PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/atmaero_control_p8 -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/atmaero_control_p8 -Checking test 160 atmaero_control_p8 results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/atmaero_control_p8 +Checking test 162 atmaero_control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -4979,15 +4947,15 @@ Checking test 160 atmaero_control_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 234.191634 - 0: The maximum resident set size (KB) = 2968140 + 0: The total amount of wall time = 241.925763 + 0: The maximum resident set size (KB) = 2960868 -Test 160 atmaero_control_p8 PASS +Test 162 atmaero_control_p8 PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/atmaero_control_p8_rad -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/atmaero_control_p8_rad -Checking test 161 atmaero_control_p8_rad results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/atmaero_control_p8_rad +Checking test 163 atmaero_control_p8_rad results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -5030,15 +4998,15 @@ Checking test 161 atmaero_control_p8_rad results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 281.731716 - 0: The maximum resident set size (KB) = 3030252 + 0: The total amount of wall time = 288.753833 + 0: The maximum resident set size (KB) = 3036060 -Test 161 atmaero_control_p8_rad PASS +Test 163 atmaero_control_p8_rad PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/atmaero_control_p8_rad_micro -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/atmaero_control_p8_rad_micro -Checking test 162 atmaero_control_p8_rad_micro results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/atmaero_control_p8_rad_micro +Checking test 164 atmaero_control_p8_rad_micro results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -5081,15 +5049,15 @@ Checking test 162 atmaero_control_p8_rad_micro results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 285.225682 - 0: The maximum resident set size (KB) = 3044456 + 0: The total amount of wall time = 291.467832 + 0: The maximum resident set size (KB) = 3050876 -Test 162 atmaero_control_p8_rad_micro PASS +Test 164 atmaero_control_p8_rad_micro PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/regional_atmaq -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/regional_atmaq -Checking test 163 regional_atmaq results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/regional_atmaq +Checking test 165 regional_atmaq results .... Comparing sfcf000.nc .........OK Comparing sfcf003.nc .........OK Comparing sfcf006.nc .........OK @@ -5104,15 +5072,15 @@ Checking test 163 regional_atmaq results .... Comparing RESTART/20190801.180000.phy_data.nc .........OK Comparing RESTART/20190801.180000.sfc_data.nc .........OK - 0: The total amount of wall time = 649.466580 - 0: The maximum resident set size (KB) = 1443156 + 0: The total amount of wall time = 651.057616 + 0: The maximum resident set size (KB) = 1436472 -Test 163 regional_atmaq PASS +Test 165 regional_atmaq PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/regional_atmaq_debug -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/regional_atmaq_debug -Checking test 164 regional_atmaq_debug results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/regional_atmaq_debug +Checking test 166 regional_atmaq_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK @@ -5125,15 +5093,15 @@ Checking test 164 regional_atmaq_debug results .... Comparing RESTART/20190801.130000.phy_data.nc .........OK Comparing RESTART/20190801.130000.sfc_data.nc .........OK - 0: The total amount of wall time = 1197.953664 - 0: The maximum resident set size (KB) = 1350952 + 0: The total amount of wall time = 1186.141259 + 0: The maximum resident set size (KB) = 1339816 -Test 164 regional_atmaq_debug PASS +Test 166 regional_atmaq_debug PASS baseline dir = /scratch1/BMC/gmtb/Grant.Firl/stmp4/Grant.Firl/FV3_RT/REGRESSION_TEST_INTEL/regional_atmaq_faster -working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_4554/regional_atmaq_faster -Checking test 165 regional_atmaq_faster results .... +working dir = /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_5132/regional_atmaq_faster +Checking test 167 regional_atmaq_faster results .... Comparing sfcf000.nc .........OK Comparing sfcf003.nc .........OK Comparing sfcf006.nc .........OK @@ -5148,12 +5116,12 @@ Checking test 165 regional_atmaq_faster results .... Comparing RESTART/20190801.180000.phy_data.nc .........OK Comparing RESTART/20190801.180000.sfc_data.nc .........OK - 0: The total amount of wall time = 571.014238 - 0: The maximum resident set size (KB) = 1467508 + 0: The total amount of wall time = 566.390530 + 0: The maximum resident set size (KB) = 1448504 -Test 165 regional_atmaq_faster PASS +Test 167 regional_atmaq_faster PASS REGRESSION TEST WAS SUCCESSFUL -Thu Jun 8 19:02:56 UTC 2023 -Elapsed time: 01h:12m:23s. Have a nice day! +Wed Jun 14 16:48:47 UTC 2023 +Elapsed time: 01h:15m:40s. Have a nice day! diff --git a/tests/compile.sh b/tests/compile.sh index 56249c3500..be580872cb 100755 --- a/tests/compile.sh +++ b/tests/compile.sh @@ -73,14 +73,6 @@ echo "Compiling ${MAKE_OPT} into $BUILD_NAME.exe on $MACHINE_ID" # set CMAKE_FLAGS based on $MAKE_OPT CMAKE_FLAGS=$MAKE_OPT - -# FIXME - create CCPP include directory before building FMS to avoid -# gfortran warnings of non-existent include directory (adding -# -Wno-missing-include-dirs) to the GNU compiler flags does not work, -# see also https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55534); -# this line can be removed once FMS becomes a pre-installed library -mkdir -p $PATHTR/FV3/ccpp/include - CMAKE_FLAGS+=" -DMPI=ON" if [[ "${MAKE_OPT}" == *"-DDEBUG=ON"* ]]; then diff --git a/tests/default_vars.sh b/tests/default_vars.sh index bb4fe900be..435415ab68 100755 --- a/tests/default_vars.sh +++ b/tests/default_vars.sh @@ -457,8 +457,12 @@ export OZ_PHYS_OLD=.true. export OZ_PHYS_NEW=.false. export H2O_PHYS=.false. -# Flake model -export LKM=0 +# Lake models +export LKM=0 # 0=no lake, 1=run lake model, 2=run both lake and nsst on lake points +export IOPT_LAKE=2 # 1=flake, 2=clm lake +export LAKEFRAC_THRESHOLD=0.0 # lake fraction must be higher for lake model to run it +export LAKEDEPTH_THRESHOLD=1.0 # lake must be deeper (in meters) for a lake model to run it +export FRAC_ICE=.false. export CPL=.false. export CPLCHM=.false. diff --git a/tests/fv3_conf/lake_control_run.IN b/tests/fv3_conf/lake_control_run.IN new file mode 100644 index 0000000000..7d34e82e23 --- /dev/null +++ b/tests/fv3_conf/lake_control_run.IN @@ -0,0 +1,152 @@ +rm -fr INPUT RESTART +if [ $NPX = 97 ]; then + inputdir=FV3_input_data +elif [ $NPX = 49 ]; then + inputdir=FV3_input_data48 +elif [ $NPX = 193 ]; then + inputdir=FV3_input_data192 +elif [ $NPX = 385 ]; then + inputdir=FV3_input_data384 +elif [ $NPX = 769 ]; then + inputdir=FV3_input_data768 +fi +echo "inputdir=$inputdir,NPX=$NPX" + +LAKE_DATA_PATH=@[INPUTDATA_ROOT]/lake_p8_water_fraction2020 + +OPNREQ_TEST=${OPNREQ_TEST:-false} +SUFFIX=${RT_SUFFIX} +if [ $WARM_START = .false. ]; then + mkdir INPUT RESTART + cp -r @[INPUTDATA_ROOT]/${inputdir}/INPUT_L127/* ./INPUT/. +# cp -r @[INPUTDATA_ROOT]/${inputdir}/ORO_FLAKE/* ./INPUT/. + cp $LAKE_DATA_PATH/oro_C96.mx100.tile1.nc ./INPUT/oro_data.tile1.nc + cp $LAKE_DATA_PATH/oro_C96.mx100.tile2.nc ./INPUT/oro_data.tile2.nc + cp $LAKE_DATA_PATH/oro_C96.mx100.tile3.nc ./INPUT/oro_data.tile3.nc + cp $LAKE_DATA_PATH/oro_C96.mx100.tile4.nc ./INPUT/oro_data.tile4.nc + cp $LAKE_DATA_PATH/oro_C96.mx100.tile5.nc ./INPUT/oro_data.tile5.nc + cp $LAKE_DATA_PATH/oro_C96.mx100.tile6.nc ./INPUT/oro_data.tile6.nc +else + mkdir INPUT RESTART + + if [[ ${OPNREQ_TEST} == true ]]; then + SUFFIX=${BL_SUFFIX} + fi + + if [ $MODEL_INITIALIZATION = false ]; then + #read_inc and iau tests restart from fh=24 + CURRDIR=`pwd` + FILEDIR=${CURRDIR}/../${DEP_RUN}${SUFFIX}/RESTART + else + #for warm start from initialiation time + FILEDIR=@[INPUTDATA_ROOT]/${inputdir}/INPUT_L127_GDAS + fi + + if [[ ${IAU_OFFSET} != 0 ]] || [[ $READ_INCREMENT = .true. ]]; then + + if [ $MODEL_INITIALIZATION = false ]; then + cp ${FILEDIR}/../INPUT/fv3_increment.nc INPUT/. + cp ${FILEDIR}/../INPUT/grid_spec.nc INPUT/. + cp ${FILEDIR}/../INPUT/*_grid.tile*.nc INPUT/. + cp ${FILEDIR}/../INPUT/oro_data.tile*.nc INPUT/. + else + cp ${FILEDIR}/fv_increment*.nc INPUT/. + cp ${FILEDIR}/grid_spec.nc INPUT/. + cp ${FILEDIR}/*_grid.tile*.nc INPUT/. + cp -r @[INPUTDATA_ROOT]/${inputdir}/INPUT_L127/* ./INPUT/. +# cp -r @[INPUTDATA_ROOT]/${inputdir}/ORO_FLAKE/* ./INPUT/. + cp $LAKE_DATA_PATH/oro_C96.mx100.tile1.nc ./INPUT/oro_data.tile1.nc + cp $LAKE_DATA_PATH/oro_C96.mx100.tile2.nc ./INPUT/oro_data.tile2.nc + cp $LAKE_DATA_PATH/oro_C96.mx100.tile3.nc ./INPUT/oro_data.tile3.nc + cp $LAKE_DATA_PATH/oro_C96.mx100.tile4.nc ./INPUT/oro_data.tile4.nc + cp $LAKE_DATA_PATH/oro_C96.mx100.tile5.nc ./INPUT/oro_data.tile5.nc + cp $LAKE_DATA_PATH/oro_C96.mx100.tile6.nc ./INPUT/oro_data.tile6.nc + fi + cp ${FILEDIR}/coupler.res INPUT/. + cp ${FILEDIR}/fv_core.res.* INPUT/. + cp ${FILEDIR}/fv_srf_wnd.res.* INPUT/. + cp ${FILEDIR}/fv_tracer.* INPUT/. + cp ${FILEDIR}/phy_data.* INPUT/. + cp ${FILEDIR}/sfc_data.* INPUT/. + else + #restart test start from fh FHROT + cp -r ../${DEP_RUN}${SUFFIX}/RESTART/${RESTART_FILE_PREFIX}.* ./INPUT + rm -f INPUT/fv_core.res.* + rm -f INPUT/fv_srf_wnd.res.* + rm -f INPUT/fv_tracer.res.* + rm -f INPUT/phy_data.* + rm -f INPUT/sfc_data.* + cp ${FILEDIR}/../INPUT/grid_spec.nc INPUT/. + cp ${FILEDIR}/../INPUT/*_grid.tile*.nc INPUT/. + cp ${FILEDIR}/../INPUT/oro_data*.nc INPUT/. + for RFILE in ../${DEP_RUN}${SUFFIX}/RESTART/${RESTART_FILE_PREFIX}.*; do + [ -e $RFILE ] || exit 1 + RFILE_OLD=$(basename $RFILE) + RFILE_NEW="${RFILE_OLD//${RESTART_FILE_PREFIX}./}" + cp $RFILE INPUT/${RFILE_NEW} + done + fi + +fi + +if [ $TILEDFIX = .true. ]; then + cp @[INPUTDATA_ROOT]/FV3_fix_tiled/@[ATMRES]/@[ATMRES]*.nc . + cp @[INPUTDATA_ROOT]/FV3_fix/global_glacier.2x2.grb . + cp @[INPUTDATA_ROOT]/FV3_fix/global_maxice.2x2.grb . + cp @[INPUTDATA_ROOT]/FV3_fix/RTGSST.1982.2012.monthly.clim.grb . + cp @[INPUTDATA_ROOT]/FV3_fix/global_snoclim.1.875.grb . + cp @[INPUTDATA_ROOT]/FV3_fix/CFSR.SEAICE.1982.2012.monthly.clim.grb . + cp @[INPUTDATA_ROOT]/${inputdir}/@[FNSMCC] . + cp @[INPUTDATA_ROOT]/${inputdir}/@[FNMSKH_control] . +else + cp @[INPUTDATA_ROOT]/${inputdir}/*grb . +fi + +if [ $CPLWAV = .true. ]; then + cp @[INPUTDATA_ROOT_WW3]/mod_def.* . + cp @[INPUTDATA_ROOT_WW3]/rmp_src* . +fi + +#inline post +if [[ $POSTAPP = 'global' ]]; then + cp ${PATHRT}/parm/post_itag_gfs itag + cp ${PATHRT}/parm/postxconfig-NT-gfs.txt postxconfig-NT.txt + cp ${PATHRT}/parm/postxconfig-NT-gfs_FH00.txt postxconfig-NT_FH00.txt + cp ${PATHRT}/parm/params_grib2_tbl_new params_grib2_tbl_new +fi + +#rrtmgp +if [ $DO_RRTMGP = .true. ]; then + cp @[INPUTDATA_ROOT]/FV3_input_data_RRTMGP/* . +fi + +#merra2 +if [ $USE_MERRA2 = .true. ]; then + for n in 01 02 03 04 05 06 07 08 09 10 11 12; do + cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/MERRA2/merra2.aerclim.2003-2014.m${n}.nc aeroclim.m${n}.nc + done + cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/aer_data/LUTS/optics_BC.v1_3.dat optics_BC.dat + cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/aer_data/LUTS/optics_OC.v1_3.dat optics_OC.dat + cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/aer_data/LUTS/optics_DU.v15_3.dat optics_DU.dat + cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/aer_data/LUTS/optics_SS.v3_3.dat optics_SS.dat + cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/aer_data/LUTS/optics_SU.v1_3.dat optics_SU.dat +fi + +#ugwpv1 +if [ $DO_UGWP_V1 = .true. ]; then + cp @[INPUTDATA_ROOT]/FV3_input_data/ugwp_c384_tau.nc ./ugwp_limb_tau.nc +fi + +#Thompson +if [ $IMP_PHYSICS = 8 ]; then + cp @[INPUTDATA_ROOT]/FV3_input_data_gsd/qr_acr_qsV2.dat . + cp @[INPUTDATA_ROOT]/FV3_input_data_gsd/qr_acr_qgV2.dat . + cp @[INPUTDATA_ROOT]/FV3_input_data_gsd/freezeH2O.dat . + cp @[INPUTDATA_ROOT]/FV3_input_data_gsd/CCN_ACTIVATE.BIN . +fi + +#prognostic aerosols +if [ $CPLCHM = .true. ]; then + cp ${PATHRT}/parm/gocart/*.rc . + ln -sf @[INPUTDATA_ROOT]/GOCART/ExtData . +fi diff --git a/tests/parm/control_flake.nml.IN b/tests/parm/control_flake.nml.IN index 8c637562c8..8855c40d72 100644 --- a/tests/parm/control_flake.nml.IN +++ b/tests/parm/control_flake.nml.IN @@ -106,6 +106,12 @@ deflate_level=1 / &gfs_physics_nml + lkm = @[LKM] + iopt_lake = @[IOPT_LAKE] + lakefrac_threshold = @[LAKEFRAC_THRESHOLD] ! 0.15 + lakedepth_threshold = @[LAKEDEPTH_THRESHOLD] ! 0.5 + clm_lake_debug = .false. + fhzero = 6 h2o_phys = .true. ldiag3d = .false. diff --git a/tests/parm/rap.nml.IN b/tests/parm/rap.nml.IN index eea8cc353f..75177cc326 100644 --- a/tests/parm/rap.nml.IN +++ b/tests/parm/rap.nml.IN @@ -132,6 +132,7 @@ deflate_level=1 pdfcld = .false. fhswr = 3600. fhlwr = 3600. + frac_ice = @[FRAC_ICE] ialb = @[IALB] iems = @[IEMS] iaer = @[IAER] @@ -190,6 +191,7 @@ deflate_level=1 nstf_name = 2,0,0,0,0 nst_anl = .true. lkm = @[LKM] + iopt_lake = @[IOPT_LAKE] psautco = 0.0008,0.0005 prautco = 0.00015,0.00015 lgfdlmprad = .true. diff --git a/tests/parm/rrfs_conus13km_hrrr.nml.IN b/tests/parm/rrfs_conus13km_hrrr.nml.IN index bbcc30e184..1d6ea99ad3 100644 --- a/tests/parm/rrfs_conus13km_hrrr.nml.IN +++ b/tests/parm/rrfs_conus13km_hrrr.nml.IN @@ -195,6 +195,7 @@ fhlwr = 1200.0 fhswr = 1200.0 fhzero = @[FHZERO] + frac_ice = @[FRAC_ICE] ! fscav_aero = @[FSCAV_AERO] gwd_opt = @[GWD_OPT] h2o_phys = .true. @@ -240,6 +241,7 @@ ! lfnc_p0 = @[LFNC_P0] lheatstrg = @[LHEATSTRG] lkm = @[LKM] + iopt_lake = @[IOPT_LAKE] lndp_type = @[LNDP_TYPE] lradar = @[LRADAR] lrefres = .true. diff --git a/tests/rt.conf b/tests/rt.conf index da5d08f6cf..8316a06c49 100644 --- a/tests/rt.conf +++ b/tests/rt.conf @@ -48,7 +48,8 @@ RUN | cpld_control_p8_faster # ATM tests # ################################################################################################################################################################################### -COMPILE | -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,FV3_GFS_v17_p8_mynn -D32BIT=ON | | fv3 | +COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_WoFS_v0,FV3_GFS_v17_p8_mynn -D32BIT=ON | | fv3 | +RUN | control_flake | | fv3 | RUN | control_CubedSphereGrid | | fv3 | RUN | control_CubedSphereGrid_parallel | - wcoss2.intel acorn.intel | fv3 | RUN | control_latlon | | fv3 | @@ -92,7 +93,7 @@ RUN | regional_ifi_control RUN | regional_ifi_decomp | + acorn.intel | | RUN | regional_ifi_2threads | + acorn.intel | | -COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON | | fv3 | +COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_flake,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON | | fv3 | RUN | rap_control | | fv3 | RUN | regional_spp_sppt_shum_skeb | | fv3 | @@ -106,6 +107,7 @@ RUN | hrrr_control RUN | hrrr_control_decomp | | | RUN | hrrr_control_2threads | | | RUN | hrrr_control_restart | | | hrrr_control + RUN | rrfs_v1beta | | fv3 | RUN | rrfs_v1nssl | | fv3 | RUN | rrfs_v1nssl_nohailnoccn | | fv3 | @@ -139,7 +141,7 @@ RUN | regional_control_faster # DEBUG ATM tests # ################################################################################################################################################################################### -COMPILE | -DAPP=ATM -DDEBUG=ON -D32BIT=ON -DCCPP_SUITES=FV3_HRRR,FV3_GFS_v16,FV3_GFS_v16_csawmg,FV3_GFS_v16_ras,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km,FV3_RAP,FV3_HRRR,FV3_RAP_unified_ugwp,FV3_RAP_cires_ugwp,FV3_RAP_flake,FV3_RAP_noah,FV3_RAP_sfcdiff,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta | | fv3 | +COMPILE | -DAPP=ATM -DDEBUG=ON -D32BIT=ON -DCCPP_SUITES=FV3_HRRR,FV3_HRRR_flake,FV3_GFS_v16,FV3_GFS_v16_csawmg,FV3_GFS_v16_ras,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km,FV3_RAP,FV3_HRRR,FV3_RAP_unified_ugwp,FV3_RAP_cires_ugwp,FV3_RAP_flake,FV3_RAP_clm_lake,FV3_RAP_noah,FV3_RAP_sfcdiff,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta | | fv3 | RUN | rrfs_smoke_conus13km_hrrr_warm_debug | | fv3 | RUN | rrfs_smoke_conus13km_hrrr_warm_debug_2threads | | | @@ -166,13 +168,15 @@ RUN | rap_diag_debug RUN | rap_cires_ugwp_debug | | fv3 | RUN | rap_unified_ugwp_debug | | | RUN | rap_lndp_debug | | fv3 | -RUN | rap_flake_debug | | fv3 | RUN | rap_progcld_thompson_debug | | fv3 | RUN | rap_noah_debug | | fv3 | RUN | rap_sfcdiff_debug | | fv3 | RUN | rap_noah_sfcdiff_cires_ugwp_debug | | fv3 | RUN | rrfs_v1beta_debug | | fv3 | +RUN | rap_clm_lake_debug | | fv3 | +RUN | rap_flake_debug | | fv3 | + COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON | | fv3 | RUN | control_wam_debug | | fv3 | @@ -181,7 +185,7 @@ RUN | control_wam_debug ################################################################################################################################################################################### # -COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON | | fv3 | +COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_flake -D32BIT=ON -DCCPP_32BIT=ON | | fv3 | RUN | regional_spp_sppt_shum_skeb_dyn32_phy32 | | fv3 | RUN | rap_control_dyn32_phy32 | | fv3 | RUN | hrrr_control_dyn32_phy32 | | fv3 | @@ -194,11 +198,11 @@ RUN | hrrr_control_restart_dyn32_phy32 COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON | | fv3 | RUN | rap_control_dyn64_phy32 | | fv3 | -COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON | | fv3 | +COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_flake -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON | | fv3 | RUN | rap_control_debug_dyn32_phy32 | | fv3 | RUN | hrrr_control_debug_dyn32_phy32 | | fv3 | -COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DDEBUG=ON | | fv3 | +COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_flake -DCCPP_32BIT=ON -DDEBUG=ON | | fv3 | RUN | rap_control_dyn64_phy32_debug | | fv3 | ################################################################################################################################################################################### diff --git a/tests/rt.ncar.sh b/tests/rt.ncar.sh index 105b4b7575..9ec8d160df 100755 --- a/tests/rt.ncar.sh +++ b/tests/rt.ncar.sh @@ -446,7 +446,7 @@ if [[ $TESTS_FILE =~ '35d' ]] || [[ $TESTS_FILE =~ 'weekly' ]]; then TEST_35D=true fi -BL_DATE=20230508 +BL_DATE=20230615 RTPWD=${RTPWD:-$DISKNM/NCAR/main-${BL_DATE}/${RT_COMPILER^^}} diff --git a/tests/rt.sh b/tests/rt.sh index 7848d35455..df6885638e 100755 --- a/tests/rt.sh +++ b/tests/rt.sh @@ -446,7 +446,7 @@ if [[ $TESTS_FILE =~ '35d' ]] || [[ $TESTS_FILE =~ 'weekly' ]]; then fi -BL_DATE=20230418 +BL_DATE=20230424 RTPWD=${RTPWD:-$DISKNM/NEMSfv3gfs/develop-${BL_DATE}/${RT_COMPILER^^}} diff --git a/tests/rt_gnu.conf b/tests/rt_gnu.conf index 2ec838b1ab..c0145a8456 100644 --- a/tests/rt_gnu.conf +++ b/tests/rt_gnu.conf @@ -2,12 +2,13 @@ # CCPP PROD tests # ################################################################################################################################################################## -COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_ras,FV3_GFS_v17_p8 | | fv3 | +COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v16_ras,FV3_GFS_v17_p8 | | fv3 | RUN | control_c48 | | fv3 | RUN | control_stochy | | fv3 | RUN | control_ras | | fv3 | RUN | control_p8 | | fv3 | +RUN | control_flake | | fv3 | COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta -D32BIT=ON | | fv3 | @@ -60,6 +61,9 @@ RUN | rrfs_conus13km_hrrr_warm_debug # This will run and not crash, but will not match its baseline: #RUN | rrfs_smoke_conus13km_hrrr_warm_debug_decomp | | | +RUN | rap_flake_debug | | fv3 | +RUN | rap_clm_lake_debug | | fv3 | + COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON | | fv3 | RUN | control_wam_debug | | fv3 | @@ -68,7 +72,7 @@ RUN | control_wam_debug # 32-bit physics tests # ################################################################################################################################################################## -COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON | | fv3 | +COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_flake -D32BIT=ON -DCCPP_32BIT=ON | | fv3 | RUN | rap_control_dyn32_phy32 | | fv3 | RUN | hrrr_control_dyn32_phy32 | | fv3 | RUN | rap_2threads_dyn32_phy32 | | | diff --git a/tests/rt_utils.sh b/tests/rt_utils.sh index 83407fe53c..0b5e4e3ef0 100755 --- a/tests/rt_utils.sh +++ b/tests/rt_utils.sh @@ -345,14 +345,6 @@ check_results() { echo ".......MISSING baseline" test_status='FAIL' - elif [[ $RT_COMPILER == "gnu" && $i == "RESTART/fv_core.res.nc" ]] ; then - - # Although identical in ncdiff, RESTART/fv_core.res.nc differs in byte 469, line 3, - # for the fv3_control_32bit test between each run (without changing the source code) - # for GNU compilers - skip comparison. - echo ".......SKIP for gnu compilers" >> ${REGRESSIONTEST_LOG} - echo ".......SKIP for gnu compilers" - else cmp ${RTPWD}/${CNTL_DIR}/$i ${RUNDIR}/$i >/dev/null 2>&1 && d=$? || d=$? @@ -366,7 +358,11 @@ check_results() { if [[ ${MACHINE_ID} =~ orion || ${MACHINE_ID} =~ hera || ${MACHINE_ID} =~ wcoss2 || ${MACHINE_ID} =~ acorn || ${MACHINE_ID} =~ cheyenne || ${MACHINE_ID} =~ gaea || ${MACHINE_ID} =~ jet || ${MACHINE_ID} =~ s4 ]] ; then printf ".......ALT CHECK.." >> ${REGRESSIONTEST_LOG} printf ".......ALT CHECK.." - ${PATHRT}/compare_ncfile.py ${RTPWD}/${CNTL_DIR}/$i ${RUNDIR}/$i > compare_ncfile.log 2>&1 && d=$? || d=$? + if [[ ${MACHINE_ID} =~ orion || ${MACHINE_ID} =~ hera || ${MACHINE_ID} =~ gaea || ${MACHINE_ID} =~ jet || ${MACHINE_ID} =~ cheyenne ]] ; then + nccmp -d -f -g -B --Attribute=checksum --warn=format ${RTPWD}/${CNTL_DIR}/${i} ${RUNDIR}/${i} > ${i}_nccmp.log 2>&1 && d=$? || d=$? + else + ${PATHRT}/compare_ncfile.py ${RTPWD}/${CNTL_DIR}/$i ${RUNDIR}/$i > compare_ncfile.log 2>&1 && d=$? || d=$? + fi if [[ $d -eq 1 ]]; then echo "....ERROR" >> ${REGRESSIONTEST_LOG} echo "....ERROR" diff --git a/tests/run_test.sh b/tests/run_test.sh index 1baa002a45..ac84897b97 100755 --- a/tests/run_test.sh +++ b/tests/run_test.sh @@ -105,6 +105,11 @@ if [[ $MACHINE_ID == wcoss2.* ]] || [[ $MACHINE_ID == acorn.* ]] ; then module load gcc/10.3.0 python/3.8.6 fi +# load nccmp module +if [[ $MACHINE_ID == hera.* ]] || [[ $MACHINE_ID == orion.* ]] || [[ $MACHINE_ID == gaea.* ]] || [[ $MACHINE_ID == jet.* ]] || [[ $MACHINE_ID == cheyenne.* ]]; then + module load nccmp +fi + SRCD="${PATHTR}" RUND="${RUNDIR}" @@ -276,7 +281,6 @@ if [[ $SCHEDULER = 'none' ]]; then ulimit -s unlimited if [[ $CI_TEST = 'true' ]]; then - eval ${OMP_ENV} mpiexec -n ${TASKS} ./fv3.exe >out 2> >(tee err >&3) else mpiexec -n ${TASKS} ./fv3.exe >out 2> >(tee err >&3) diff --git a/tests/tests/control_flake b/tests/tests/control_flake index cb3df6e9a6..7a732aa695 100644 --- a/tests/tests/control_flake +++ b/tests/tests/control_flake @@ -29,11 +29,15 @@ export OUTPUT_GRID='gaussian_grid' export NSTF_NAME='2,0,0,0,0' export WRITE_DOPOST=.true. export IAER=5111 +export RESTART_INTERVAL=6 + +export LKM=1 +export IOPT_LAKE=1 export DO_SPPT=.true. export DO_SHUM=.true. export DO_SKEB=.true. -export FV3_RUN=control_run.IN +export FV3_RUN=lake_control_run.IN export CCPP_SUITE=FV3_GFS_v16_flake export INPUT_NML=control_flake.nml.IN diff --git a/tests/tests/control_flake_debug b/tests/tests/control_flake_debug new file mode 100644 index 0000000000..b5403e8c85 --- /dev/null +++ b/tests/tests/control_flake_debug @@ -0,0 +1,40 @@ +############################################################################### +# +# Global control with flake test +# +############################################################################### + +export TEST_DESCR="Compare global control flake results with previous trunk version" + +export CNTL_DIR=control_flake_debug + +export LIST_FILES="sfcf000.nc \ + sfcf001.nc \ + atmf000.nc \ + atmf001.nc" + +export_fv3 +export NPZ=127 +export NPZP=128 +export DT_ATMOS=720 +export SYEAR=2021 +export SMONTH=03 +export SDAY=22 +export SHOUR=06 +export OUTPUT_GRID='gaussian_grid' +export NSTF_NAME='2,0,0,0,0' +#export WRITE_DOPOST=.true. +export IAER=5111 +export FHMAX=1 +export OUTPUT_FH="0 1" + +export LKM=1 +export IOPT_LAKE=1 + +export DO_SPPT=.true. +export DO_SHUM=.true. +export DO_SKEB=.true. + +export FV3_RUN=lake_control_run.IN +export CCPP_SUITE=FV3_GFS_v16_flake +export INPUT_NML=control_flake.nml.IN diff --git a/tests/tests/hrrr_control b/tests/tests/hrrr_control index 1e47a413f2..7e78491304 100644 --- a/tests/tests/hrrr_control +++ b/tests/tests/hrrr_control @@ -4,7 +4,7 @@ # ############################################################################### -export TEST_DESCR="Compare HRRR results with previous trunk version" +export TEST_DESCR="Compare HRRR CLM Lake results with previous trunk version" export CNTL_DIR=hrrr_control @@ -20,38 +20,38 @@ export LIST_FILES="sfcf000.nc \ GFSPRS.GrbF00 \ GFSPRS.GrbF09 \ GFSPRS.GrbF12 \ - RESTART/20210323.060000.coupler.res \ - RESTART/20210323.060000.fv_core.res.nc \ - RESTART/20210323.060000.fv_core.res.tile1.nc \ - RESTART/20210323.060000.fv_core.res.tile2.nc \ - RESTART/20210323.060000.fv_core.res.tile3.nc \ - RESTART/20210323.060000.fv_core.res.tile4.nc \ - RESTART/20210323.060000.fv_core.res.tile5.nc \ - RESTART/20210323.060000.fv_core.res.tile6.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc \ - RESTART/20210323.060000.fv_tracer.res.tile1.nc \ - RESTART/20210323.060000.fv_tracer.res.tile2.nc \ - RESTART/20210323.060000.fv_tracer.res.tile3.nc \ - RESTART/20210323.060000.fv_tracer.res.tile4.nc \ - RESTART/20210323.060000.fv_tracer.res.tile5.nc \ - RESTART/20210323.060000.fv_tracer.res.tile6.nc \ - RESTART/20210323.060000.phy_data.tile1.nc \ - RESTART/20210323.060000.phy_data.tile2.nc \ - RESTART/20210323.060000.phy_data.tile3.nc \ - RESTART/20210323.060000.phy_data.tile4.nc \ - RESTART/20210323.060000.phy_data.tile5.nc \ - RESTART/20210323.060000.phy_data.tile6.nc \ - RESTART/20210323.060000.sfc_data.tile1.nc \ - RESTART/20210323.060000.sfc_data.tile2.nc \ - RESTART/20210323.060000.sfc_data.tile3.nc \ - RESTART/20210323.060000.sfc_data.tile4.nc \ - RESTART/20210323.060000.sfc_data.tile5.nc \ - RESTART/20210323.060000.sfc_data.tile6.nc" + RESTART/20210322.120000.coupler.res \ + RESTART/20210322.120000.fv_core.res.nc \ + RESTART/20210322.120000.fv_core.res.tile1.nc \ + RESTART/20210322.120000.fv_core.res.tile2.nc \ + RESTART/20210322.120000.fv_core.res.tile3.nc \ + RESTART/20210322.120000.fv_core.res.tile4.nc \ + RESTART/20210322.120000.fv_core.res.tile5.nc \ + RESTART/20210322.120000.fv_core.res.tile6.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc \ + RESTART/20210322.120000.fv_tracer.res.tile1.nc \ + RESTART/20210322.120000.fv_tracer.res.tile2.nc \ + RESTART/20210322.120000.fv_tracer.res.tile3.nc \ + RESTART/20210322.120000.fv_tracer.res.tile4.nc \ + RESTART/20210322.120000.fv_tracer.res.tile5.nc \ + RESTART/20210322.120000.fv_tracer.res.tile6.nc \ + RESTART/20210322.120000.phy_data.tile1.nc \ + RESTART/20210322.120000.phy_data.tile2.nc \ + RESTART/20210322.120000.phy_data.tile3.nc \ + RESTART/20210322.120000.phy_data.tile4.nc \ + RESTART/20210322.120000.phy_data.tile5.nc \ + RESTART/20210322.120000.phy_data.tile6.nc \ + RESTART/20210322.120000.sfc_data.tile1.nc \ + RESTART/20210322.120000.sfc_data.tile2.nc \ + RESTART/20210322.120000.sfc_data.tile3.nc \ + RESTART/20210322.120000.sfc_data.tile4.nc \ + RESTART/20210322.120000.sfc_data.tile5.nc \ + RESTART/20210322.120000.sfc_data.tile6.nc" export_fv3 export NPZ=127 @@ -68,15 +68,19 @@ export WRITE_DOPOST=.true. export IAER=5111 export OUTPUT_FH='0 09 12' -export FV3_RUN=control_run.IN +export FRAC_GRID=.false. +export FRAC_ICE=.true. + +export FV3_RUN=lake_control_run.IN export CCPP_SUITE=FV3_HRRR export INPUT_NML=rap.nml.IN export FIELD_TABLE=field_table_thompson_aero_tke -export DIAG_TABLE=diag_table_rap +export NEW_DIAGTABLE=diag_table_rap export SFCLAY_COMPUTE_FLUX=.true. export LKM=1 +export IOPT_LAKE=2 export IMP_PHYSICS=8 export DNATS=0 export DO_SAT_ADJ=.false. diff --git a/tests/tests/hrrr_control_2threads b/tests/tests/hrrr_control_2threads index be17532b24..008ca80846 100644 --- a/tests/tests/hrrr_control_2threads +++ b/tests/tests/hrrr_control_2threads @@ -4,7 +4,7 @@ # ############################################################################### -export TEST_DESCR="Compare HRRR with 2 threads results with control test" +export TEST_DESCR="Compare HRRR CLM Lake with 2 threads results with control test" export CNTL_DIR=hrrr_control @@ -20,38 +20,38 @@ export LIST_FILES="sfcf000.nc \ GFSPRS.GrbF00 \ GFSPRS.GrbF09 \ GFSPRS.GrbF12 \ - RESTART/20210323.060000.coupler.res \ - RESTART/20210323.060000.fv_core.res.nc \ - RESTART/20210323.060000.fv_core.res.tile1.nc \ - RESTART/20210323.060000.fv_core.res.tile2.nc \ - RESTART/20210323.060000.fv_core.res.tile3.nc \ - RESTART/20210323.060000.fv_core.res.tile4.nc \ - RESTART/20210323.060000.fv_core.res.tile5.nc \ - RESTART/20210323.060000.fv_core.res.tile6.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc \ - RESTART/20210323.060000.fv_tracer.res.tile1.nc \ - RESTART/20210323.060000.fv_tracer.res.tile2.nc \ - RESTART/20210323.060000.fv_tracer.res.tile3.nc \ - RESTART/20210323.060000.fv_tracer.res.tile4.nc \ - RESTART/20210323.060000.fv_tracer.res.tile5.nc \ - RESTART/20210323.060000.fv_tracer.res.tile6.nc \ - RESTART/20210323.060000.phy_data.tile1.nc \ - RESTART/20210323.060000.phy_data.tile2.nc \ - RESTART/20210323.060000.phy_data.tile3.nc \ - RESTART/20210323.060000.phy_data.tile4.nc \ - RESTART/20210323.060000.phy_data.tile5.nc \ - RESTART/20210323.060000.phy_data.tile6.nc \ - RESTART/20210323.060000.sfc_data.tile1.nc \ - RESTART/20210323.060000.sfc_data.tile2.nc \ - RESTART/20210323.060000.sfc_data.tile3.nc \ - RESTART/20210323.060000.sfc_data.tile4.nc \ - RESTART/20210323.060000.sfc_data.tile5.nc \ - RESTART/20210323.060000.sfc_data.tile6.nc" + RESTART/20210322.120000.coupler.res \ + RESTART/20210322.120000.fv_core.res.nc \ + RESTART/20210322.120000.fv_core.res.tile1.nc \ + RESTART/20210322.120000.fv_core.res.tile2.nc \ + RESTART/20210322.120000.fv_core.res.tile3.nc \ + RESTART/20210322.120000.fv_core.res.tile4.nc \ + RESTART/20210322.120000.fv_core.res.tile5.nc \ + RESTART/20210322.120000.fv_core.res.tile6.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc \ + RESTART/20210322.120000.fv_tracer.res.tile1.nc \ + RESTART/20210322.120000.fv_tracer.res.tile2.nc \ + RESTART/20210322.120000.fv_tracer.res.tile3.nc \ + RESTART/20210322.120000.fv_tracer.res.tile4.nc \ + RESTART/20210322.120000.fv_tracer.res.tile5.nc \ + RESTART/20210322.120000.fv_tracer.res.tile6.nc \ + RESTART/20210322.120000.phy_data.tile1.nc \ + RESTART/20210322.120000.phy_data.tile2.nc \ + RESTART/20210322.120000.phy_data.tile3.nc \ + RESTART/20210322.120000.phy_data.tile4.nc \ + RESTART/20210322.120000.phy_data.tile5.nc \ + RESTART/20210322.120000.phy_data.tile6.nc \ + RESTART/20210322.120000.sfc_data.tile1.nc \ + RESTART/20210322.120000.sfc_data.tile2.nc \ + RESTART/20210322.120000.sfc_data.tile3.nc \ + RESTART/20210322.120000.sfc_data.tile4.nc \ + RESTART/20210322.120000.sfc_data.tile5.nc \ + RESTART/20210322.120000.sfc_data.tile6.nc" export_fv3 export NPZ=127 @@ -68,20 +68,25 @@ export WRITE_DOPOST=.true. export IAER=5111 export OUTPUT_FH='0 09 12' +export FRAC_GRID=.false. +export FRAC_ICE=.true. + +export THRD=2 export atm_omp_num_threads=2 export INPES=$INPES_thrd export JNPES=$JNPES_thrd export WRTTASK_PER_GROUP=6 -export FV3_RUN=control_run.IN +export FV3_RUN=lake_control_run.IN export CCPP_SUITE=FV3_HRRR export INPUT_NML=rap.nml.IN export FIELD_TABLE=field_table_thompson_aero_tke -export DIAG_TABLE=diag_table_rap +export NEW_DIAGTABLE=diag_table_rap export SFCLAY_COMPUTE_FLUX=.true. export LKM=1 +export IOPT_LAKE=2 export IMP_PHYSICS=8 export DNATS=0 export DO_SAT_ADJ=.false. diff --git a/tests/tests/hrrr_control_2threads_dyn32_phy32 b/tests/tests/hrrr_control_2threads_dyn32_phy32 index cfecbb0a2c..a53cdd4a5c 100644 --- a/tests/tests/hrrr_control_2threads_dyn32_phy32 +++ b/tests/tests/hrrr_control_2threads_dyn32_phy32 @@ -1,10 +1,10 @@ ############################################################################### # -# HRRR control with 2 threads test +# HRRR CLM Lake with 2 threads test # ############################################################################### -export TEST_DESCR="Compare HRRR with 2 threads results with control test" +export TEST_DESCR="Compare HRRR CLM Lake with 2 threads results with control test" export CNTL_DIR=hrrr_control_dyn32_phy32 @@ -20,38 +20,38 @@ export LIST_FILES="sfcf000.nc \ GFSPRS.GrbF00 \ GFSPRS.GrbF09 \ GFSPRS.GrbF12 \ - RESTART/20210322.180000.coupler.res \ - RESTART/20210322.180000.fv_core.res.nc \ - RESTART/20210322.180000.fv_core.res.tile1.nc \ - RESTART/20210322.180000.fv_core.res.tile2.nc \ - RESTART/20210322.180000.fv_core.res.tile3.nc \ - RESTART/20210322.180000.fv_core.res.tile4.nc \ - RESTART/20210322.180000.fv_core.res.tile5.nc \ - RESTART/20210322.180000.fv_core.res.tile6.nc \ - RESTART/20210322.180000.fv_srf_wnd.res.tile1.nc \ - RESTART/20210322.180000.fv_srf_wnd.res.tile2.nc \ - RESTART/20210322.180000.fv_srf_wnd.res.tile3.nc \ - RESTART/20210322.180000.fv_srf_wnd.res.tile4.nc \ - RESTART/20210322.180000.fv_srf_wnd.res.tile5.nc \ - RESTART/20210322.180000.fv_srf_wnd.res.tile6.nc \ - RESTART/20210322.180000.fv_tracer.res.tile1.nc \ - RESTART/20210322.180000.fv_tracer.res.tile2.nc \ - RESTART/20210322.180000.fv_tracer.res.tile3.nc \ - RESTART/20210322.180000.fv_tracer.res.tile4.nc \ - RESTART/20210322.180000.fv_tracer.res.tile5.nc \ - RESTART/20210322.180000.fv_tracer.res.tile6.nc \ - RESTART/20210322.180000.phy_data.tile1.nc \ - RESTART/20210322.180000.phy_data.tile2.nc \ - RESTART/20210322.180000.phy_data.tile3.nc \ - RESTART/20210322.180000.phy_data.tile4.nc \ - RESTART/20210322.180000.phy_data.tile5.nc \ - RESTART/20210322.180000.phy_data.tile6.nc \ - RESTART/20210322.180000.sfc_data.tile1.nc \ - RESTART/20210322.180000.sfc_data.tile2.nc \ - RESTART/20210322.180000.sfc_data.tile3.nc \ - RESTART/20210322.180000.sfc_data.tile4.nc \ - RESTART/20210322.180000.sfc_data.tile5.nc \ - RESTART/20210322.180000.sfc_data.tile6.nc" + RESTART/20210322.120000.coupler.res \ + RESTART/20210322.120000.fv_core.res.nc \ + RESTART/20210322.120000.fv_core.res.tile1.nc \ + RESTART/20210322.120000.fv_core.res.tile2.nc \ + RESTART/20210322.120000.fv_core.res.tile3.nc \ + RESTART/20210322.120000.fv_core.res.tile4.nc \ + RESTART/20210322.120000.fv_core.res.tile5.nc \ + RESTART/20210322.120000.fv_core.res.tile6.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc \ + RESTART/20210322.120000.fv_tracer.res.tile1.nc \ + RESTART/20210322.120000.fv_tracer.res.tile2.nc \ + RESTART/20210322.120000.fv_tracer.res.tile3.nc \ + RESTART/20210322.120000.fv_tracer.res.tile4.nc \ + RESTART/20210322.120000.fv_tracer.res.tile5.nc \ + RESTART/20210322.120000.fv_tracer.res.tile6.nc \ + RESTART/20210322.120000.phy_data.tile1.nc \ + RESTART/20210322.120000.phy_data.tile2.nc \ + RESTART/20210322.120000.phy_data.tile3.nc \ + RESTART/20210322.120000.phy_data.tile4.nc \ + RESTART/20210322.120000.phy_data.tile5.nc \ + RESTART/20210322.120000.phy_data.tile6.nc \ + RESTART/20210322.120000.sfc_data.tile1.nc \ + RESTART/20210322.120000.sfc_data.tile2.nc \ + RESTART/20210322.120000.sfc_data.tile3.nc \ + RESTART/20210322.120000.sfc_data.tile4.nc \ + RESTART/20210322.120000.sfc_data.tile5.nc \ + RESTART/20210322.120000.sfc_data.tile6.nc" export_fv3 export NPZ=127 @@ -69,20 +69,25 @@ export IAER=5111 export OUTPUT_FH='0 09 12' export FHMAX=12 +export FRAC_GRID=.false. +export FRAC_ICE=.true. + +export THRD=2 export atm_omp_num_threads=2 export INPES=$INPES_thrd export JNPES=$JNPES_thrd export WRTTASK_PER_GROUP=6 -export FV3_RUN=control_run.IN +export FV3_RUN=lake_control_run.IN export CCPP_SUITE=FV3_HRRR export INPUT_NML=rap.nml.IN export FIELD_TABLE=field_table_thompson_aero_tke -export DIAG_TABLE=diag_table_rap +export NEW_DIAGTABLE=diag_table_rap export SFCLAY_COMPUTE_FLUX=.true. export LKM=1 +export IOPT_LAKE=2 export IMP_PHYSICS=8 export DNATS=0 export DO_SAT_ADJ=.false. diff --git a/tests/tests/hrrr_control_debug b/tests/tests/hrrr_control_debug index 7067153aff..c03bd04b3e 100644 --- a/tests/tests/hrrr_control_debug +++ b/tests/tests/hrrr_control_debug @@ -4,7 +4,7 @@ # ############################################################################### -export TEST_DESCR="Compare HRRR debug results with previous trunk version" +export TEST_DESCR="Compare HRRR CLM Lake debug results with previous trunk version" export CNTL_DIR=hrrr_control_debug @@ -27,15 +27,19 @@ export IAER=5111 export OUTPUT_FH='0 1' export FHMAX=1 -export FV3_RUN=control_run.IN +export FRAC_GRID=.false. +export FRAC_ICE=.true. + +export FV3_RUN=lake_control_run.IN export CCPP_SUITE=FV3_HRRR export INPUT_NML=rap.nml.IN export FIELD_TABLE=field_table_thompson_aero_tke -export DIAG_TABLE=diag_table_rap +export NEW_DIAGTABLE=diag_table_rap export SFCLAY_COMPUTE_FLUX=.true. export LKM=1 +export IOPT_LAKE=2 export IMP_PHYSICS=8 export DNATS=0 export DO_SAT_ADJ=.false. diff --git a/tests/tests/hrrr_control_debug_dyn32_phy32 b/tests/tests/hrrr_control_debug_dyn32_phy32 index 7a2438e435..e0b1820c88 100644 --- a/tests/tests/hrrr_control_debug_dyn32_phy32 +++ b/tests/tests/hrrr_control_debug_dyn32_phy32 @@ -1,10 +1,10 @@ ############################################################################## # -# HRRR debug control test: atmosphere only at C96L127 +# HRRR debug CLM Lake control test: atmosphere only at C96L127 # ############################################################################### -export TEST_DESCR="Compare HRRR debug results with previous trunk version" +export TEST_DESCR="Compare HRRR CLM Lake debug results with previous trunk version" export CNTL_DIR=hrrr_control_debug_dyn32_phy32 @@ -27,15 +27,19 @@ export IAER=5111 export OUTPUT_FH='0 1' export FHMAX=1 -export FV3_RUN=control_run.IN +export FRAC_GRID=.false. +export FRAC_ICE=.true. + +export FV3_RUN=lake_control_run.IN export CCPP_SUITE=FV3_HRRR export INPUT_NML=rap.nml.IN export FIELD_TABLE=field_table_thompson_aero_tke -export DIAG_TABLE=diag_table_rap +export NEW_DIAGTABLE=diag_table_rap export SFCLAY_COMPUTE_FLUX=.true. export LKM=1 +export IOPT_LAKE=2 export IMP_PHYSICS=8 export DNATS=0 export DO_SAT_ADJ=.false. diff --git a/tests/tests/hrrr_control_decomp b/tests/tests/hrrr_control_decomp index 77b89a3475..ff5a897919 100644 --- a/tests/tests/hrrr_control_decomp +++ b/tests/tests/hrrr_control_decomp @@ -4,7 +4,7 @@ # ############################################################################### -export TEST_DESCR="Compare HRRR decomp results with control" +export TEST_DESCR="Compare HRRR CLM Lake decomp results with control" export CNTL_DIR=hrrr_control @@ -20,38 +20,38 @@ export LIST_FILES="sfcf000.nc \ GFSPRS.GrbF00 \ GFSPRS.GrbF09 \ GFSPRS.GrbF12 \ - RESTART/20210323.060000.coupler.res \ - RESTART/20210323.060000.fv_core.res.nc \ - RESTART/20210323.060000.fv_core.res.tile1.nc \ - RESTART/20210323.060000.fv_core.res.tile2.nc \ - RESTART/20210323.060000.fv_core.res.tile3.nc \ - RESTART/20210323.060000.fv_core.res.tile4.nc \ - RESTART/20210323.060000.fv_core.res.tile5.nc \ - RESTART/20210323.060000.fv_core.res.tile6.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc \ - RESTART/20210323.060000.fv_tracer.res.tile1.nc \ - RESTART/20210323.060000.fv_tracer.res.tile2.nc \ - RESTART/20210323.060000.fv_tracer.res.tile3.nc \ - RESTART/20210323.060000.fv_tracer.res.tile4.nc \ - RESTART/20210323.060000.fv_tracer.res.tile5.nc \ - RESTART/20210323.060000.fv_tracer.res.tile6.nc \ - RESTART/20210323.060000.phy_data.tile1.nc \ - RESTART/20210323.060000.phy_data.tile2.nc \ - RESTART/20210323.060000.phy_data.tile3.nc \ - RESTART/20210323.060000.phy_data.tile4.nc \ - RESTART/20210323.060000.phy_data.tile5.nc \ - RESTART/20210323.060000.phy_data.tile6.nc \ - RESTART/20210323.060000.sfc_data.tile1.nc \ - RESTART/20210323.060000.sfc_data.tile2.nc \ - RESTART/20210323.060000.sfc_data.tile3.nc \ - RESTART/20210323.060000.sfc_data.tile4.nc \ - RESTART/20210323.060000.sfc_data.tile5.nc \ - RESTART/20210323.060000.sfc_data.tile6.nc" + RESTART/20210322.120000.coupler.res \ + RESTART/20210322.120000.fv_core.res.nc \ + RESTART/20210322.120000.fv_core.res.tile1.nc \ + RESTART/20210322.120000.fv_core.res.tile2.nc \ + RESTART/20210322.120000.fv_core.res.tile3.nc \ + RESTART/20210322.120000.fv_core.res.tile4.nc \ + RESTART/20210322.120000.fv_core.res.tile5.nc \ + RESTART/20210322.120000.fv_core.res.tile6.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc \ + RESTART/20210322.120000.fv_tracer.res.tile1.nc \ + RESTART/20210322.120000.fv_tracer.res.tile2.nc \ + RESTART/20210322.120000.fv_tracer.res.tile3.nc \ + RESTART/20210322.120000.fv_tracer.res.tile4.nc \ + RESTART/20210322.120000.fv_tracer.res.tile5.nc \ + RESTART/20210322.120000.fv_tracer.res.tile6.nc \ + RESTART/20210322.120000.phy_data.tile1.nc \ + RESTART/20210322.120000.phy_data.tile2.nc \ + RESTART/20210322.120000.phy_data.tile3.nc \ + RESTART/20210322.120000.phy_data.tile4.nc \ + RESTART/20210322.120000.phy_data.tile5.nc \ + RESTART/20210322.120000.phy_data.tile6.nc \ + RESTART/20210322.120000.sfc_data.tile1.nc \ + RESTART/20210322.120000.sfc_data.tile2.nc \ + RESTART/20210322.120000.sfc_data.tile3.nc \ + RESTART/20210322.120000.sfc_data.tile4.nc \ + RESTART/20210322.120000.sfc_data.tile5.nc \ + RESTART/20210322.120000.sfc_data.tile6.nc" export_fv3 export NPZ=127 @@ -68,18 +68,22 @@ export WRITE_DOPOST=.true. export IAER=5111 export OUTPUT_FH='0 09 12' +export FRAC_GRID=.false. +export FRAC_ICE=.true. + export INPES=6 export JNPES=4 -export FV3_RUN=control_run.IN +export FV3_RUN=lake_control_run.IN export CCPP_SUITE=FV3_HRRR export INPUT_NML=rap.nml.IN export FIELD_TABLE=field_table_thompson_aero_tke -export DIAG_TABLE=diag_table_rap +export NEW_DIAGTABLE=diag_table_rap export SFCLAY_COMPUTE_FLUX=.true. export LKM=1 +export IOPT_LAKE=2 export IMP_PHYSICS=8 export DNATS=0 export DO_SAT_ADJ=.false. diff --git a/tests/tests/hrrr_control_decomp_dyn32_phy32 b/tests/tests/hrrr_control_decomp_dyn32_phy32 index f7837892e4..d4b1c516df 100644 --- a/tests/tests/hrrr_control_decomp_dyn32_phy32 +++ b/tests/tests/hrrr_control_decomp_dyn32_phy32 @@ -1,10 +1,10 @@ ############################################################################### # -# HRRR control test with different PEs +# HRRR CLM Lake control test with different PEs # ############################################################################### -export TEST_DESCR="Compare HRRR decomp results with control" +export TEST_DESCR="Compare HRRR CLM Lake decomp results with control" export CNTL_DIR=hrrr_control_dyn32_phy32 @@ -20,38 +20,38 @@ export LIST_FILES="sfcf000.nc \ GFSPRS.GrbF00 \ GFSPRS.GrbF09 \ GFSPRS.GrbF12 \ - RESTART/20210322.180000.coupler.res \ - RESTART/20210322.180000.fv_core.res.nc \ - RESTART/20210322.180000.fv_core.res.tile1.nc \ - RESTART/20210322.180000.fv_core.res.tile2.nc \ - RESTART/20210322.180000.fv_core.res.tile3.nc \ - RESTART/20210322.180000.fv_core.res.tile4.nc \ - RESTART/20210322.180000.fv_core.res.tile5.nc \ - RESTART/20210322.180000.fv_core.res.tile6.nc \ - RESTART/20210322.180000.fv_srf_wnd.res.tile1.nc \ - RESTART/20210322.180000.fv_srf_wnd.res.tile2.nc \ - RESTART/20210322.180000.fv_srf_wnd.res.tile3.nc \ - RESTART/20210322.180000.fv_srf_wnd.res.tile4.nc \ - RESTART/20210322.180000.fv_srf_wnd.res.tile5.nc \ - RESTART/20210322.180000.fv_srf_wnd.res.tile6.nc \ - RESTART/20210322.180000.fv_tracer.res.tile1.nc \ - RESTART/20210322.180000.fv_tracer.res.tile2.nc \ - RESTART/20210322.180000.fv_tracer.res.tile3.nc \ - RESTART/20210322.180000.fv_tracer.res.tile4.nc \ - RESTART/20210322.180000.fv_tracer.res.tile5.nc \ - RESTART/20210322.180000.fv_tracer.res.tile6.nc \ - RESTART/20210322.180000.phy_data.tile1.nc \ - RESTART/20210322.180000.phy_data.tile2.nc \ - RESTART/20210322.180000.phy_data.tile3.nc \ - RESTART/20210322.180000.phy_data.tile4.nc \ - RESTART/20210322.180000.phy_data.tile5.nc \ - RESTART/20210322.180000.phy_data.tile6.nc \ - RESTART/20210322.180000.sfc_data.tile1.nc \ - RESTART/20210322.180000.sfc_data.tile2.nc \ - RESTART/20210322.180000.sfc_data.tile3.nc \ - RESTART/20210322.180000.sfc_data.tile4.nc \ - RESTART/20210322.180000.sfc_data.tile5.nc \ - RESTART/20210322.180000.sfc_data.tile6.nc" + RESTART/20210322.120000.coupler.res \ + RESTART/20210322.120000.fv_core.res.nc \ + RESTART/20210322.120000.fv_core.res.tile1.nc \ + RESTART/20210322.120000.fv_core.res.tile2.nc \ + RESTART/20210322.120000.fv_core.res.tile3.nc \ + RESTART/20210322.120000.fv_core.res.tile4.nc \ + RESTART/20210322.120000.fv_core.res.tile5.nc \ + RESTART/20210322.120000.fv_core.res.tile6.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc \ + RESTART/20210322.120000.fv_tracer.res.tile1.nc \ + RESTART/20210322.120000.fv_tracer.res.tile2.nc \ + RESTART/20210322.120000.fv_tracer.res.tile3.nc \ + RESTART/20210322.120000.fv_tracer.res.tile4.nc \ + RESTART/20210322.120000.fv_tracer.res.tile5.nc \ + RESTART/20210322.120000.fv_tracer.res.tile6.nc \ + RESTART/20210322.120000.phy_data.tile1.nc \ + RESTART/20210322.120000.phy_data.tile2.nc \ + RESTART/20210322.120000.phy_data.tile3.nc \ + RESTART/20210322.120000.phy_data.tile4.nc \ + RESTART/20210322.120000.phy_data.tile5.nc \ + RESTART/20210322.120000.phy_data.tile6.nc \ + RESTART/20210322.120000.sfc_data.tile1.nc \ + RESTART/20210322.120000.sfc_data.tile2.nc \ + RESTART/20210322.120000.sfc_data.tile3.nc \ + RESTART/20210322.120000.sfc_data.tile4.nc \ + RESTART/20210322.120000.sfc_data.tile5.nc \ + RESTART/20210322.120000.sfc_data.tile6.nc" export_fv3 export NPZ=127 @@ -69,18 +69,22 @@ export IAER=5111 export OUTPUT_FH='0 09 12' export FHMAX=12 +export FRAC_GRID=.false. +export FRAC_ICE=.true. + export INPES=6 export JNPES=4 -export FV3_RUN=control_run.IN +export FV3_RUN=lake_control_run.IN export CCPP_SUITE=FV3_HRRR export INPUT_NML=rap.nml.IN export FIELD_TABLE=field_table_thompson_aero_tke -export DIAG_TABLE=diag_table_rap +export NEW_DIAGTABLE=diag_table_rap export SFCLAY_COMPUTE_FLUX=.true. export LKM=1 +export IOPT_LAKE=2 export IMP_PHYSICS=8 export DNATS=0 export DO_SAT_ADJ=.false. diff --git a/tests/tests/hrrr_control_dyn32_phy32 b/tests/tests/hrrr_control_dyn32_phy32 index aee729a131..04669a8a64 100644 --- a/tests/tests/hrrr_control_dyn32_phy32 +++ b/tests/tests/hrrr_control_dyn32_phy32 @@ -1,10 +1,10 @@ ############################################################################### # -# HRRR control test: atmosphere only at C96L127 +# HRRR clm lake test: atmosphere only at C96L127 # ############################################################################### -export TEST_DESCR="Compare HRRR results with previous trunk version" +export TEST_DESCR="Compare HRRR CLM Lake results with previous trunk version" export CNTL_DIR=hrrr_control_dyn32_phy32 @@ -20,38 +20,38 @@ export LIST_FILES="sfcf000.nc \ GFSPRS.GrbF00 \ GFSPRS.GrbF09 \ GFSPRS.GrbF12 \ - RESTART/20210322.180000.coupler.res \ - RESTART/20210322.180000.fv_core.res.nc \ - RESTART/20210322.180000.fv_core.res.tile1.nc \ - RESTART/20210322.180000.fv_core.res.tile2.nc \ - RESTART/20210322.180000.fv_core.res.tile3.nc \ - RESTART/20210322.180000.fv_core.res.tile4.nc \ - RESTART/20210322.180000.fv_core.res.tile5.nc \ - RESTART/20210322.180000.fv_core.res.tile6.nc \ - RESTART/20210322.180000.fv_srf_wnd.res.tile1.nc \ - RESTART/20210322.180000.fv_srf_wnd.res.tile2.nc \ - RESTART/20210322.180000.fv_srf_wnd.res.tile3.nc \ - RESTART/20210322.180000.fv_srf_wnd.res.tile4.nc \ - RESTART/20210322.180000.fv_srf_wnd.res.tile5.nc \ - RESTART/20210322.180000.fv_srf_wnd.res.tile6.nc \ - RESTART/20210322.180000.fv_tracer.res.tile1.nc \ - RESTART/20210322.180000.fv_tracer.res.tile2.nc \ - RESTART/20210322.180000.fv_tracer.res.tile3.nc \ - RESTART/20210322.180000.fv_tracer.res.tile4.nc \ - RESTART/20210322.180000.fv_tracer.res.tile5.nc \ - RESTART/20210322.180000.fv_tracer.res.tile6.nc \ - RESTART/20210322.180000.phy_data.tile1.nc \ - RESTART/20210322.180000.phy_data.tile2.nc \ - RESTART/20210322.180000.phy_data.tile3.nc \ - RESTART/20210322.180000.phy_data.tile4.nc \ - RESTART/20210322.180000.phy_data.tile5.nc \ - RESTART/20210322.180000.phy_data.tile6.nc \ - RESTART/20210322.180000.sfc_data.tile1.nc \ - RESTART/20210322.180000.sfc_data.tile2.nc \ - RESTART/20210322.180000.sfc_data.tile3.nc \ - RESTART/20210322.180000.sfc_data.tile4.nc \ - RESTART/20210322.180000.sfc_data.tile5.nc \ - RESTART/20210322.180000.sfc_data.tile6.nc" + RESTART/20210322.120000.coupler.res \ + RESTART/20210322.120000.fv_core.res.nc \ + RESTART/20210322.120000.fv_core.res.tile1.nc \ + RESTART/20210322.120000.fv_core.res.tile2.nc \ + RESTART/20210322.120000.fv_core.res.tile3.nc \ + RESTART/20210322.120000.fv_core.res.tile4.nc \ + RESTART/20210322.120000.fv_core.res.tile5.nc \ + RESTART/20210322.120000.fv_core.res.tile6.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc \ + RESTART/20210322.120000.fv_tracer.res.tile1.nc \ + RESTART/20210322.120000.fv_tracer.res.tile2.nc \ + RESTART/20210322.120000.fv_tracer.res.tile3.nc \ + RESTART/20210322.120000.fv_tracer.res.tile4.nc \ + RESTART/20210322.120000.fv_tracer.res.tile5.nc \ + RESTART/20210322.120000.fv_tracer.res.tile6.nc \ + RESTART/20210322.120000.phy_data.tile1.nc \ + RESTART/20210322.120000.phy_data.tile2.nc \ + RESTART/20210322.120000.phy_data.tile3.nc \ + RESTART/20210322.120000.phy_data.tile4.nc \ + RESTART/20210322.120000.phy_data.tile5.nc \ + RESTART/20210322.120000.phy_data.tile6.nc \ + RESTART/20210322.120000.sfc_data.tile1.nc \ + RESTART/20210322.120000.sfc_data.tile2.nc \ + RESTART/20210322.120000.sfc_data.tile3.nc \ + RESTART/20210322.120000.sfc_data.tile4.nc \ + RESTART/20210322.120000.sfc_data.tile5.nc \ + RESTART/20210322.120000.sfc_data.tile6.nc" export_fv3 export NPZ=127 @@ -69,15 +69,19 @@ export IAER=5111 export OUTPUT_FH='0 09 12' export FHMAX=12 -export FV3_RUN=control_run.IN +export FRAC_GRID=.false. +export FRAC_ICE=.true. + +export FV3_RUN=lake_control_run.IN export CCPP_SUITE=FV3_HRRR export INPUT_NML=rap.nml.IN export FIELD_TABLE=field_table_thompson_aero_tke -export DIAG_TABLE=diag_table_rap +export NEW_DIAGTABLE=diag_table_rap export SFCLAY_COMPUTE_FLUX=.true. export LHEATSTRG=.false. export LKM=1 +export IOPT_LAKE=2 export IMP_PHYSICS=8 export DNATS=0 export DO_SAT_ADJ=.false. diff --git a/tests/tests/hrrr_control_restart b/tests/tests/hrrr_control_restart index 9292f6e8fa..c37a7510bc 100644 --- a/tests/tests/hrrr_control_restart +++ b/tests/tests/hrrr_control_restart @@ -4,46 +4,14 @@ # ############################################################################### -export TEST_DESCR="Compare HRRR restart results with control" +export TEST_DESCR="Compare HRRR CLM Lake restart results with control" export CNTL_DIR=hrrr_control export LIST_FILES="sfcf012.nc \ atmf012.nc \ GFSFLX.GrbF12 \ - GFSPRS.GrbF12 \ - RESTART/20210323.060000.coupler.res \ - RESTART/20210323.060000.fv_core.res.nc \ - RESTART/20210323.060000.fv_core.res.tile1.nc \ - RESTART/20210323.060000.fv_core.res.tile2.nc \ - RESTART/20210323.060000.fv_core.res.tile3.nc \ - RESTART/20210323.060000.fv_core.res.tile4.nc \ - RESTART/20210323.060000.fv_core.res.tile5.nc \ - RESTART/20210323.060000.fv_core.res.tile6.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc \ - RESTART/20210323.060000.fv_tracer.res.tile1.nc \ - RESTART/20210323.060000.fv_tracer.res.tile2.nc \ - RESTART/20210323.060000.fv_tracer.res.tile3.nc \ - RESTART/20210323.060000.fv_tracer.res.tile4.nc \ - RESTART/20210323.060000.fv_tracer.res.tile5.nc \ - RESTART/20210323.060000.fv_tracer.res.tile6.nc \ - RESTART/20210323.060000.phy_data.tile1.nc \ - RESTART/20210323.060000.phy_data.tile2.nc \ - RESTART/20210323.060000.phy_data.tile3.nc \ - RESTART/20210323.060000.phy_data.tile4.nc \ - RESTART/20210323.060000.phy_data.tile5.nc \ - RESTART/20210323.060000.phy_data.tile6.nc \ - RESTART/20210323.060000.sfc_data.tile1.nc \ - RESTART/20210323.060000.sfc_data.tile2.nc \ - RESTART/20210323.060000.sfc_data.tile3.nc \ - RESTART/20210323.060000.sfc_data.tile4.nc \ - RESTART/20210323.060000.sfc_data.tile5.nc \ - RESTART/20210323.060000.sfc_data.tile6.nc" + GFSPRS.GrbF12" export_fv3 export NPZ=127 @@ -59,6 +27,9 @@ export WRITE_DOPOST=.true. export IAER=5111 export FHROT=6 +export FRAC_GRID=.false. +export FRAC_ICE=.true. + export WARM_START=.true. export NGGPS_IC=.false. export EXTERNAL_IC=.false. @@ -66,16 +37,17 @@ export MAKE_NH=.false. export MOUNTAIN=.true. export NA_INIT=0 -export FV3_RUN=control_run.IN +export FV3_RUN=lake_control_run.IN export CCPP_SUITE=FV3_HRRR export INPUT_NML=rap.nml.IN export FIELD_TABLE=field_table_thompson_aero_tke -export DIAG_TABLE=diag_table_rap +export NEW_DIAGTABLE=diag_table_rap export RESTART_FILE_PREFIX="${SYEAR}${SMONTH}${SDAY}.$(printf "%02d" $(( ${SHOUR} + ${FHROT} )))0000" export SFCLAY_COMPUTE_FLUX=.true. export LKM=1 +export IOPT_LAKE=2 export IMP_PHYSICS=8 export DNATS=0 export DO_SAT_ADJ=.false. diff --git a/tests/tests/hrrr_control_restart_dyn32_phy32 b/tests/tests/hrrr_control_restart_dyn32_phy32 index a10379c088..3edf8beb15 100644 --- a/tests/tests/hrrr_control_restart_dyn32_phy32 +++ b/tests/tests/hrrr_control_restart_dyn32_phy32 @@ -1,49 +1,17 @@ ############################################################################### # -# HRRR restart test +# HRRR CLM Lake restart test # ############################################################################### -export TEST_DESCR="Compare HRRR restart results with control" +export TEST_DESCR="Compare HRRR CLM Lake restart results with control" export CNTL_DIR=hrrr_control_dyn32_phy32 export LIST_FILES="sfcf012.nc \ atmf012.nc \ GFSFLX.GrbF12 \ - GFSPRS.GrbF12 \ - RESTART/20210322.180000.coupler.res \ - RESTART/20210322.180000.fv_core.res.nc \ - RESTART/20210322.180000.fv_core.res.tile1.nc \ - RESTART/20210322.180000.fv_core.res.tile2.nc \ - RESTART/20210322.180000.fv_core.res.tile3.nc \ - RESTART/20210322.180000.fv_core.res.tile4.nc \ - RESTART/20210322.180000.fv_core.res.tile5.nc \ - RESTART/20210322.180000.fv_core.res.tile6.nc \ - RESTART/20210322.180000.fv_srf_wnd.res.tile1.nc \ - RESTART/20210322.180000.fv_srf_wnd.res.tile2.nc \ - RESTART/20210322.180000.fv_srf_wnd.res.tile3.nc \ - RESTART/20210322.180000.fv_srf_wnd.res.tile4.nc \ - RESTART/20210322.180000.fv_srf_wnd.res.tile5.nc \ - RESTART/20210322.180000.fv_srf_wnd.res.tile6.nc \ - RESTART/20210322.180000.fv_tracer.res.tile1.nc \ - RESTART/20210322.180000.fv_tracer.res.tile2.nc \ - RESTART/20210322.180000.fv_tracer.res.tile3.nc \ - RESTART/20210322.180000.fv_tracer.res.tile4.nc \ - RESTART/20210322.180000.fv_tracer.res.tile5.nc \ - RESTART/20210322.180000.fv_tracer.res.tile6.nc \ - RESTART/20210322.180000.phy_data.tile1.nc \ - RESTART/20210322.180000.phy_data.tile2.nc \ - RESTART/20210322.180000.phy_data.tile3.nc \ - RESTART/20210322.180000.phy_data.tile4.nc \ - RESTART/20210322.180000.phy_data.tile5.nc \ - RESTART/20210322.180000.phy_data.tile6.nc \ - RESTART/20210322.180000.sfc_data.tile1.nc \ - RESTART/20210322.180000.sfc_data.tile2.nc \ - RESTART/20210322.180000.sfc_data.tile3.nc \ - RESTART/20210322.180000.sfc_data.tile4.nc \ - RESTART/20210322.180000.sfc_data.tile5.nc \ - RESTART/20210322.180000.sfc_data.tile6.nc" + GFSPRS.GrbF12" export_fv3 export NPZ=127 @@ -60,6 +28,9 @@ export IAER=5111 export FHROT=6 export FHMAX=12 +export FRAC_GRID=.false. +export FRAC_ICE=.true. + export WARM_START=.true. export NGGPS_IC=.false. export EXTERNAL_IC=.false. @@ -67,16 +38,17 @@ export MAKE_NH=.false. export MOUNTAIN=.true. export NA_INIT=0 -export FV3_RUN=control_run.IN +export FV3_RUN=lake_control_run.IN export CCPP_SUITE=FV3_HRRR export INPUT_NML=rap.nml.IN export FIELD_TABLE=field_table_thompson_aero_tke -export DIAG_TABLE=diag_table_rap +export NEW_DIAGTABLE=diag_table_rap export RESTART_FILE_PREFIX="${SYEAR}${SMONTH}${SDAY}.$(printf "%02d" $(( ${SHOUR} + ${FHROT} )))0000" export SFCLAY_COMPUTE_FLUX=.true. export LHEATSTRG=.false. export LKM=1 +export IOPT_LAKE=2 export IMP_PHYSICS=8 export DNATS=0 export DO_SAT_ADJ=.false. diff --git a/tests/tests/rap_clm_lake b/tests/tests/rap_clm_lake new file mode 100644 index 0000000000..c424fbb196 --- /dev/null +++ b/tests/tests/rap_clm_lake @@ -0,0 +1,106 @@ +############################################################################### +# +# RAP control test: lake coupled at C96L127 +# +############################################################################### + +export TEST_DESCR="Compare RAP lake coupled results with previous trunk version" + +export CNTL_DIR=rap_clm_lake + +export LIST_FILES="sfcf000.nc \ + sfcf021.nc \ + sfcf024.nc \ + atmf000.nc \ + atmf021.nc \ + atmf024.nc \ + GFSFLX.GrbF00 \ + GFSFLX.GrbF21 \ + GFSFLX.GrbF24 \ + GFSPRS.GrbF00 \ + GFSPRS.GrbF21 \ + GFSPRS.GrbF24 \ + RESTART/20210323.060000.coupler.res \ + RESTART/20210323.060000.fv_core.res.nc \ + RESTART/20210323.060000.fv_core.res.tile1.nc \ + RESTART/20210323.060000.fv_core.res.tile2.nc \ + RESTART/20210323.060000.fv_core.res.tile3.nc \ + RESTART/20210323.060000.fv_core.res.tile4.nc \ + RESTART/20210323.060000.fv_core.res.tile5.nc \ + RESTART/20210323.060000.fv_core.res.tile6.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc \ + RESTART/20210323.060000.fv_tracer.res.tile1.nc \ + RESTART/20210323.060000.fv_tracer.res.tile2.nc \ + RESTART/20210323.060000.fv_tracer.res.tile3.nc \ + RESTART/20210323.060000.fv_tracer.res.tile4.nc \ + RESTART/20210323.060000.fv_tracer.res.tile5.nc \ + RESTART/20210323.060000.fv_tracer.res.tile6.nc \ + RESTART/20210323.060000.phy_data.tile1.nc \ + RESTART/20210323.060000.phy_data.tile2.nc \ + RESTART/20210323.060000.phy_data.tile3.nc \ + RESTART/20210323.060000.phy_data.tile4.nc \ + RESTART/20210323.060000.phy_data.tile5.nc \ + RESTART/20210323.060000.phy_data.tile6.nc \ + RESTART/20210323.060000.sfc_data.tile1.nc \ + RESTART/20210323.060000.sfc_data.tile2.nc \ + RESTART/20210323.060000.sfc_data.tile3.nc \ + RESTART/20210323.060000.sfc_data.tile4.nc \ + RESTART/20210323.060000.sfc_data.tile5.nc \ + RESTART/20210323.060000.sfc_data.tile6.nc" + +export_fv3 +export NPZ=127 +export NPZP=128 +export DT_ATMOS=300 +export SYEAR=2021 +export SMONTH=03 +export SDAY=22 +export SHOUR=06 +export RESTART_INTERVAL="12 -1" +export OUTPUT_GRID='gaussian_grid' +export NSTF_NAME='2,0,0,0,0' +export WRITE_DOPOST=.true. +export IAER=5111 +export OUTPUT_FH='0 21 24' + +export FV3_RUN=lake_control_run.IN +export CCPP_SUITE=FV3_RAP_clm_lake +export INPUT_NML=rap.nml.IN +export FIELD_TABLE=field_table_thompson_aero_tke +export DIAG_TABLE=diag_table_rap + +export LKM=1 +export IOPT_LAKE=2 +export FRAC_ICE=.true. + +export LHEATSTRG=.false. +export IMP_PHYSICS=8 +export DNATS=0 +export DO_SAT_ADJ=.false. +export LRADAR=.true. +export LTAEROSOL=.true. +export IALB=2 +export IEMS=2 +export HYBEDMF=.false. +export DO_MYNNEDMF=.true. +export DO_MYNNSFCLAY=.true. +export IMFSHALCNV=3 +export IMFDEEPCNV=3 +export LSM=3 +export LSOIL_LSM=9 +export KICE=9 + +export GWD_OPT=3 +export DO_UGWP_V0=.false. +export DO_UGWP_V0_OROG_ONLY=.false. +export DO_GSL_DRAG_LS_BL=.true. +export DO_GSL_DRAG_SS=.true. +export DO_GSL_DRAG_TOFD=.true. +export DO_UGWP_V1=.false. +export DO_UGWP_V1_OROG_ONLY=.false. + diff --git a/tests/tests/rap_clm_lake_debug b/tests/tests/rap_clm_lake_debug new file mode 100644 index 0000000000..79a5d70d63 --- /dev/null +++ b/tests/tests/rap_clm_lake_debug @@ -0,0 +1,66 @@ +############################################################################### +# +# RAP control test: lake coupled at C96L127 (debug mode) +# +############################################################################### + +export TEST_DESCR="Compare RAP lake coupled results in debug mode with previous trunk version" + +export CNTL_DIR=rap_clm_lake_debug + +export LIST_FILES="sfcf000.nc \ + sfcf001.nc \ + atmf000.nc \ + atmf001.nc" + +export_fv3 +export NPZ=127 +export NPZP=128 +export DT_ATMOS=300 +export SYEAR=2021 +export SMONTH=03 +export SDAY=22 +export SHOUR=06 +export OUTPUT_GRID='gaussian_grid' +export NSTF_NAME='2,0,0,0,0' +export WRITE_DOPOST=.true. +export IAER=5111 +export OUTPUT_FH='0 1' +export FHMAX=1 + +export FV3_RUN=lake_control_run.IN +export CCPP_SUITE=FV3_RAP_clm_lake +export INPUT_NML=rap.nml.IN +export FIELD_TABLE=field_table_thompson_aero_tke +export DIAG_TABLE=diag_table_rap + +export LKM=1 +export IOPT_LAKE=2 +export FRAC_ICE=.true. + +export LHEATSTRG=.false. +export IMP_PHYSICS=8 +export DNATS=0 +export DO_SAT_ADJ=.false. +export LRADAR=.true. +export LTAEROSOL=.true. +export IALB=2 +export IEMS=2 +export HYBEDMF=.false. +export DO_MYNNEDMF=.true. +export DO_MYNNSFCLAY=.true. +export IMFSHALCNV=3 +export IMFDEEPCNV=3 +export LSM=3 +export LSOIL_LSM=9 +export KICE=9 + +export GWD_OPT=3 +export DO_UGWP_V0=.false. +export DO_UGWP_V0_OROG_ONLY=.false. +export DO_GSL_DRAG_LS_BL=.true. +export DO_GSL_DRAG_SS=.true. +export DO_GSL_DRAG_TOFD=.true. +export DO_UGWP_V1=.false. +export DO_UGWP_V1_OROG_ONLY=.false. + diff --git a/tests/tests/rap_flake_debug b/tests/tests/rap_flake_debug index 39b90e85f1..5f6d19f77a 100644 --- a/tests/tests/rap_flake_debug +++ b/tests/tests/rap_flake_debug @@ -28,7 +28,7 @@ export FHMAX=1 export OUTPUT_FH="0 1" #export WRITE_DOPOST=.true. -export FV3_RUN=control_run.IN +export FV3_RUN=lake_control_run.IN export CCPP_SUITE=FV3_RAP_flake export INPUT_NML=rap.nml.IN export FIELD_TABLE=field_table_thompson_aero_tke @@ -51,6 +51,7 @@ export LSM=3 export LSOIL_LSM=9 export KICE=9 export LKM=1 +export IOPT_LAKE=1 export GWD_OPT=3 export DO_UGWP_V0=.false. diff --git a/tests/tests/rrfs_conus13km_hrrr_warm b/tests/tests/rrfs_conus13km_hrrr_warm index 7b85d19b37..aee7ecbe8e 100644 --- a/tests/tests/rrfs_conus13km_hrrr_warm +++ b/tests/tests/rrfs_conus13km_hrrr_warm @@ -41,6 +41,7 @@ export SEDI_SEMI=.false. export DECFL=8 export LKM=1 +export IOPT_LAKE=2 export SFCLAY_COMPUTE_FLUX=.true. export IALB=2 export ICLIQ_SW=2 @@ -105,3 +106,5 @@ export INPUT_NML=rrfs_conus13km_hrrr.nml.IN export FIELD_TABLE=field_table_thompson_aero_tke export DIAG_TABLE=diag_table_hrrr export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN + +export FRAC_ICE=.true. diff --git a/tests/tests/rrfs_conus13km_hrrr_warm_2threads b/tests/tests/rrfs_conus13km_hrrr_warm_2threads index 0334f2a7d7..7bcb6927a3 100644 --- a/tests/tests/rrfs_conus13km_hrrr_warm_2threads +++ b/tests/tests/rrfs_conus13km_hrrr_warm_2threads @@ -46,6 +46,7 @@ export SEDI_SEMI=.false. export DECFL=8 export LKM=1 +export IOPT_LAKE=2 export SFCLAY_COMPUTE_FLUX=.true. export IALB=2 export ICLIQ_SW=2 @@ -110,3 +111,6 @@ export INPUT_NML=rrfs_conus13km_hrrr.nml.IN export FIELD_TABLE=field_table_thompson_aero_tke export DIAG_TABLE=diag_table_hrrr export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN + + +export FRAC_ICE=.true. diff --git a/tests/tests/rrfs_conus13km_hrrr_warm_debug b/tests/tests/rrfs_conus13km_hrrr_warm_debug index 00be635af0..af160182e3 100644 --- a/tests/tests/rrfs_conus13km_hrrr_warm_debug +++ b/tests/tests/rrfs_conus13km_hrrr_warm_debug @@ -39,6 +39,7 @@ export SEDI_SEMI=.false. export DECFL=8 export LKM=1 +export IOPT_LAKE=2 export SFCLAY_COMPUTE_FLUX=.true. export IALB=2 export ICLIQ_SW=2 @@ -103,3 +104,5 @@ export INPUT_NML=rrfs_conus13km_hrrr.nml.IN export FIELD_TABLE=field_table_thompson_aero_tke export DIAG_TABLE=diag_table_hrrr export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN + +export FRAC_ICE=.true. diff --git a/tests/tests/rrfs_conus13km_hrrr_warm_decomp b/tests/tests/rrfs_conus13km_hrrr_warm_decomp index b90e11d20a..ee84b2e021 100644 --- a/tests/tests/rrfs_conus13km_hrrr_warm_decomp +++ b/tests/tests/rrfs_conus13km_hrrr_warm_decomp @@ -44,6 +44,7 @@ export SEDI_SEMI=.false. export DECFL=8 export LKM=1 +export IOPT_LAKE=2 export SFCLAY_COMPUTE_FLUX=.true. export IALB=2 export ICLIQ_SW=2 @@ -106,3 +107,5 @@ export INPUT_NML=rrfs_conus13km_hrrr.nml.IN export FIELD_TABLE=field_table_thompson_aero_tke export DIAG_TABLE=diag_table_hrrr export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN + +export FRAC_ICE=.true. diff --git a/tests/tests/rrfs_conus13km_hrrr_warm_restart b/tests/tests/rrfs_conus13km_hrrr_warm_restart index 9a8ea26763..20caf15e1e 100644 --- a/tests/tests/rrfs_conus13km_hrrr_warm_restart +++ b/tests/tests/rrfs_conus13km_hrrr_warm_restart @@ -40,6 +40,7 @@ export SEDI_SEMI=.false. export DECFL=8 export LKM=1 +export IOPT_LAKE=2 export SFCLAY_COMPUTE_FLUX=.true. export IALB=2 export ICLIQ_SW=2 @@ -104,3 +105,5 @@ export INPUT_NML=rrfs_conus13km_hrrr.nml.IN export FIELD_TABLE=field_table_thompson_aero_tke export DIAG_TABLE=diag_table_hrrr export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN + +export FRAC_ICE=.true. diff --git a/tests/tests/rrfs_conus13km_hrrr_warm_restart_mismatch b/tests/tests/rrfs_conus13km_hrrr_warm_restart_mismatch index 9c31539088..b2703d1481 100644 --- a/tests/tests/rrfs_conus13km_hrrr_warm_restart_mismatch +++ b/tests/tests/rrfs_conus13km_hrrr_warm_restart_mismatch @@ -104,3 +104,5 @@ export INPUT_NML=rrfs_conus13km_hrrr.nml.IN export FIELD_TABLE=field_table_thompson_aero_tke export DIAG_TABLE=diag_table_hrrr export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN + +export FRAC_ICE=.true. diff --git a/tests/tests/rrfs_conus13km_radar_tten_warm b/tests/tests/rrfs_conus13km_radar_tten_warm index dc82d24e9f..346907349d 100644 --- a/tests/tests/rrfs_conus13km_radar_tten_warm +++ b/tests/tests/rrfs_conus13km_radar_tten_warm @@ -43,6 +43,7 @@ export SEDI_SEMI=.false. export DECFL=8 export LKM=1 +export IOPT_LAKE=2 export SFCLAY_COMPUTE_FLUX=.true. export IALB=2 export ICLIQ_SW=2 @@ -107,3 +108,5 @@ export INPUT_NML=rrfs_conus13km_hrrr.nml.IN export FIELD_TABLE=field_table_thompson_aero_tke export DIAG_TABLE=diag_table_hrrr export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN + +export FRAC_ICE=.true. diff --git a/tests/tests/rrfs_conus13km_radar_tten_warm_2threads b/tests/tests/rrfs_conus13km_radar_tten_warm_2threads index 173142c35d..3f5ab71ddc 100644 --- a/tests/tests/rrfs_conus13km_radar_tten_warm_2threads +++ b/tests/tests/rrfs_conus13km_radar_tten_warm_2threads @@ -48,6 +48,7 @@ export SEDI_SEMI=.false. export DECFL=8 export LKM=1 +export IOPT_LAKE=2 export SFCLAY_COMPUTE_FLUX=.true. export IALB=2 export ICLIQ_SW=2 @@ -112,3 +113,5 @@ export INPUT_NML=rrfs_conus13km_hrrr.nml.IN export FIELD_TABLE=field_table_thompson_aero_tke export DIAG_TABLE=diag_table_hrrr export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN + +export FRAC_ICE=.true. diff --git a/tests/tests/rrfs_conus13km_radar_tten_warm_debug b/tests/tests/rrfs_conus13km_radar_tten_warm_debug index 962175f9aa..46736e8cfc 100644 --- a/tests/tests/rrfs_conus13km_radar_tten_warm_debug +++ b/tests/tests/rrfs_conus13km_radar_tten_warm_debug @@ -41,6 +41,7 @@ export SEDI_SEMI=.false. export DECFL=8 export LKM=1 +export IOPT_LAKE=2 export SFCLAY_COMPUTE_FLUX=.true. export IALB=2 export ICLIQ_SW=2 @@ -105,3 +106,5 @@ export INPUT_NML=rrfs_conus13km_hrrr.nml.IN export FIELD_TABLE=field_table_thompson_aero_tke export DIAG_TABLE=diag_table_hrrr export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN + +export FRAC_ICE=.true. diff --git a/tests/tests/rrfs_conus13km_radar_tten_warm_decomp b/tests/tests/rrfs_conus13km_radar_tten_warm_decomp index 761e27952e..18eb6c3374 100644 --- a/tests/tests/rrfs_conus13km_radar_tten_warm_decomp +++ b/tests/tests/rrfs_conus13km_radar_tten_warm_decomp @@ -46,6 +46,7 @@ export SEDI_SEMI=.false. export DECFL=8 export LKM=1 +export IOPT_LAKE=2 export SFCLAY_COMPUTE_FLUX=.true. export IALB=2 export ICLIQ_SW=2 @@ -108,3 +109,5 @@ export INPUT_NML=rrfs_conus13km_hrrr.nml.IN export FIELD_TABLE=field_table_thompson_aero_tke export DIAG_TABLE=diag_table_hrrr export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN + +export FRAC_ICE=.true. diff --git a/tests/tests/rrfs_conus13km_radar_tten_warm_restart b/tests/tests/rrfs_conus13km_radar_tten_warm_restart index 14d365e679..52233523f1 100644 --- a/tests/tests/rrfs_conus13km_radar_tten_warm_restart +++ b/tests/tests/rrfs_conus13km_radar_tten_warm_restart @@ -42,6 +42,7 @@ export SEDI_SEMI=.false. export DECFL=8 export LKM=1 +export IOPT_LAKE=2 export SFCLAY_COMPUTE_FLUX=.true. export IALB=2 export ICLIQ_SW=2 @@ -106,3 +107,5 @@ export INPUT_NML=rrfs_conus13km_hrrr.nml.IN export FIELD_TABLE=field_table_thompson_aero_tke export DIAG_TABLE=diag_table_hrrr export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN + +export FRAC_ICE=.true. diff --git a/tests/tests/rrfs_smoke_conus13km_hrrr_warm b/tests/tests/rrfs_smoke_conus13km_hrrr_warm index 6e9c9dee6e..b3d41a2f02 100644 --- a/tests/tests/rrfs_smoke_conus13km_hrrr_warm +++ b/tests/tests/rrfs_smoke_conus13km_hrrr_warm @@ -44,6 +44,7 @@ export RRFS_SMOKE=.true. export SEAS_OPT=0 export LKM=1 +export IOPT_LAKE=2 export SFCLAY_COMPUTE_FLUX=.true. export IALB=2 export ICLIQ_SW=2 @@ -108,4 +109,5 @@ export INPUT_NML=rrfs_conus13km_hrrr.nml.IN export FIELD_TABLE=field_table_thompson_aero_tke_smoke export DIAG_TABLE=diag_table_hrrr export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN -export DIAG_TABLE_ADDITIONAL=diag_additional_rrfs_smoke \ No newline at end of file +export DIAG_TABLE_ADDITIONAL=diag_additional_rrfs_smoke +export FRAC_ICE=.true. diff --git a/tests/tests/rrfs_smoke_conus13km_hrrr_warm_2threads b/tests/tests/rrfs_smoke_conus13km_hrrr_warm_2threads index 9d70a75128..df8f023822 100644 --- a/tests/tests/rrfs_smoke_conus13km_hrrr_warm_2threads +++ b/tests/tests/rrfs_smoke_conus13km_hrrr_warm_2threads @@ -114,3 +114,5 @@ export FIELD_TABLE=field_table_thompson_aero_tke_smoke export DIAG_TABLE=diag_table_hrrr export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN export DIAG_TABLE_ADDITIONAL=diag_additional_rrfs_smoke + +export FRAC_ICE=.true. diff --git a/tests/tests/rrfs_smoke_conus13km_hrrr_warm_debug b/tests/tests/rrfs_smoke_conus13km_hrrr_warm_debug index 661fff7ca7..14950bfbbf 100644 --- a/tests/tests/rrfs_smoke_conus13km_hrrr_warm_debug +++ b/tests/tests/rrfs_smoke_conus13km_hrrr_warm_debug @@ -107,3 +107,5 @@ export FIELD_TABLE=field_table_thompson_aero_tke_smoke export DIAG_TABLE=diag_table_hrrr export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN export DIAG_TABLE_ADDITIONAL=diag_additional_rrfs_smoke + +export FRAC_ICE=.true. diff --git a/tests/tests/rrfs_smoke_conus13km_hrrr_warm_debug_2threads b/tests/tests/rrfs_smoke_conus13km_hrrr_warm_debug_2threads index 124e93de52..1fde465f1b 100644 --- a/tests/tests/rrfs_smoke_conus13km_hrrr_warm_debug_2threads +++ b/tests/tests/rrfs_smoke_conus13km_hrrr_warm_debug_2threads @@ -112,3 +112,5 @@ export FIELD_TABLE=field_table_thompson_aero_tke_smoke export DIAG_TABLE=diag_table_hrrr export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN export DIAG_TABLE_ADDITIONAL=diag_additional_rrfs_smoke + +export FRAC_ICE=.true. diff --git a/tests/tests/rrfs_smoke_conus13km_hrrr_warm_debug_decomp b/tests/tests/rrfs_smoke_conus13km_hrrr_warm_debug_decomp index 2031fc77d1..4860e9e67d 100644 --- a/tests/tests/rrfs_smoke_conus13km_hrrr_warm_debug_decomp +++ b/tests/tests/rrfs_smoke_conus13km_hrrr_warm_debug_decomp @@ -108,3 +108,5 @@ export FIELD_TABLE=field_table_thompson_aero_tke_smoke export DIAG_TABLE=diag_table_hrrr export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN export DIAG_TABLE_ADDITIONAL=diag_additional_rrfs_smoke + +export FRAC_ICE=.true. diff --git a/tests/tests/rrfs_smoke_conus13km_hrrr_warm_decomp b/tests/tests/rrfs_smoke_conus13km_hrrr_warm_decomp index 58b07b3ea4..cbffadb7c4 100644 --- a/tests/tests/rrfs_smoke_conus13km_hrrr_warm_decomp +++ b/tests/tests/rrfs_smoke_conus13km_hrrr_warm_decomp @@ -110,3 +110,5 @@ export FIELD_TABLE=field_table_thompson_aero_tke_smoke export DIAG_TABLE=diag_table_hrrr export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN export DIAG_TABLE_ADDITIONAL=diag_additional_rrfs_smoke + +export FRAC_ICE=.true. diff --git a/tests/tests/rrfs_smoke_conus13km_hrrr_warm_restart b/tests/tests/rrfs_smoke_conus13km_hrrr_warm_restart index efd07b9fab..a7df19d269 100644 --- a/tests/tests/rrfs_smoke_conus13km_hrrr_warm_restart +++ b/tests/tests/rrfs_smoke_conus13km_hrrr_warm_restart @@ -108,3 +108,5 @@ export FIELD_TABLE=field_table_thompson_aero_tke_smoke export DIAG_TABLE=diag_table_hrrr export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN export DIAG_TABLE_ADDITIONAL=diag_additional_rrfs_smoke + +export FRAC_ICE=.true. diff --git a/tests/tests/rrfs_smoke_conus13km_radar_tten_warm b/tests/tests/rrfs_smoke_conus13km_radar_tten_warm index 1366e3462c..6e47ece44b 100644 --- a/tests/tests/rrfs_smoke_conus13km_radar_tten_warm +++ b/tests/tests/rrfs_smoke_conus13km_radar_tten_warm @@ -111,3 +111,5 @@ export FIELD_TABLE=field_table_thompson_aero_tke_smoke export DIAG_TABLE=diag_table_hrrr export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN export DIAG_TABLE_ADDITIONAL=diag_additional_rrfs_smoke + +export FRAC_ICE=.true.