diff --git a/modulefiles/ufs_cheyenne.gnu.lua b/modulefiles/ufs_cheyenne.gnu.lua index 7e963b41d7..8c7aa71d60 100644 --- a/modulefiles/ufs_cheyenne.gnu.lua +++ b/modulefiles/ufs_cheyenne.gnu.lua @@ -14,7 +14,7 @@ load(pathJoin("ncarenv", ncarenv_ver)) gnu_ver=os.getenv("gnu_ver") or "10.1.0" load(pathJoin("gnu", gnu_ver)) -mpt_ver=os.getenv("mpt_ver") or "2.22" +mpt_ver=os.getenv("mpt_ver") or "2.25" load(pathJoin("mpt", mpt_ver)) ncarcompilers_ver=os.getenv("ncarcompilers_ver") or "0.5.0" @@ -22,7 +22,7 @@ load(pathJoin("ncarcompilers", ncarcompilers_ver)) unload("netcdf") -prepend_path("MODULEPATH", "/glade/work/epicufsrt/GMTB/tools/gnu/10.1.0/hpc-stack-v1.2.0/modulefiles/stack") +prepend_path("MODULEPATH", "/glade/work/epicufsrt/contrib/hpc-stack/gnu10.1.0/modulefiles/stack") hpc_ver=os.getenv("hpc_ver") or "1.2.0" load(pathJoin("hpc", hpc_ver)) @@ -30,7 +30,7 @@ load(pathJoin("hpc", hpc_ver)) hpc_gnu_ver=os.getenv("hpc_gnu_ver") or "10.1.0" load(pathJoin("hpc-gnu", hpc_gnu_ver)) -hpc_mpt_ver=os.getenv("hpc_mpt_ver") or "2.22" +hpc_mpt_ver=os.getenv("hpc_mpt_ver") or "2.25" load(pathJoin("hpc-mpt", hpc_mpt_ver)) load("ufs_common") diff --git a/modulefiles/ufs_cheyenne.gnu_debug.lua b/modulefiles/ufs_cheyenne.gnu_debug.lua index 6c6f12dac7..81c8df61d5 100644 --- a/modulefiles/ufs_cheyenne.gnu_debug.lua +++ b/modulefiles/ufs_cheyenne.gnu_debug.lua @@ -1,5 +1,5 @@ help([[ -loads UFS Model prerequisites for Cheyenne/GNU +loads UFS Model prerequisites for Cheyenne/GNU Debugging ]]) cmake_ver=os.getenv("cmake_ver") or "3.22.0" @@ -14,7 +14,7 @@ load(pathJoin("ncarenv", ncarenv_ver)) gnu_ver=os.getenv("gnu_ver") or "10.1.0" load(pathJoin("gnu", gnu_ver)) -mpt_ver=os.getenv("mpt_ver") or "2.22" +mpt_ver=os.getenv("mpt_ver") or "2.25" load(pathJoin("mpt", mpt_ver)) ncarcompilers_ver=os.getenv("ncarcompilers_ver") or "0.5.0" @@ -22,7 +22,7 @@ load(pathJoin("ncarcompilers", ncarcompilers_ver)) unload("netcdf") -prepend_path("MODULEPATH", "/glade/work/epicufsrt/GMTB/tools/gnu/10.1.0/hpc-stack-v1.2.0/modulefiles/stack") +prepend_path("MODULEPATH", "/glade/work/epicufsrt/contrib/hpc-stack/gnu10.1.0/modulefiles/stack") hpc_ver=os.getenv("hpc_ver") or "1.2.0" load(pathJoin("hpc", hpc_ver)) @@ -30,7 +30,7 @@ load(pathJoin("hpc", hpc_ver)) hpc_gnu_ver=os.getenv("hpc_gnu_ver") or "10.1.0" load(pathJoin("hpc-gnu", hpc_gnu_ver)) -hpc_mpt_ver=os.getenv("hpc_mpt_ver") or "2.22" +hpc_mpt_ver=os.getenv("hpc_mpt_ver") or "2.25" load(pathJoin("hpc-mpt", hpc_mpt_ver)) load("ufs_common_debug") diff --git a/modulefiles/ufs_cheyenne.intel.lua b/modulefiles/ufs_cheyenne.intel.lua index 434be8d438..7f9dc697f9 100644 --- a/modulefiles/ufs_cheyenne.intel.lua +++ b/modulefiles/ufs_cheyenne.intel.lua @@ -23,7 +23,7 @@ load(pathJoin("ncarcompilers", ncarcompilers_ver)) unload("netcdf") -prepend_path("MODULEPATH", "/glade/work/epicufsrt/GMTB/tools/intel/2022.1/hpc-stack-v1.2.0_6eb6/modulefiles/stack") +prepend_path("MODULEPATH", "/glade/work/epicufsrt/contrib/hpc-stack/intel2022.1/modulefiles/stack") hpc_ver=os.getenv("hpc_ver") or "1.2.0" load(pathJoin("hpc", hpc_ver)) @@ -41,4 +41,4 @@ setenv("CXX", "mpicxx") setenv("FC", "mpif90") setenv("CMAKE_Platform", "cheyenne.intel") -whatis("Description: UFS build environment") \ No newline at end of file +whatis("Description: UFS build environment") diff --git a/modulefiles/ufs_cheyenne.intel_debug.lua b/modulefiles/ufs_cheyenne.intel_debug.lua index 725fc8a5f0..b3bd0dd112 100644 --- a/modulefiles/ufs_cheyenne.intel_debug.lua +++ b/modulefiles/ufs_cheyenne.intel_debug.lua @@ -1,5 +1,5 @@ help([[ -loads UFS Model prerequisites for Cheyenne/Intel +loads UFS Model prerequisites for Cheyenne/Intel Debugging ]]) cmake_ver=os.getenv("cmake_ver") or "3.22.0" @@ -23,7 +23,7 @@ load(pathJoin("ncarcompilers", ncarcompilers_ver)) unload("netcdf") -prepend_path("MODULEPATH", "/glade/work/epicufsrt/GMTB/tools/intel/2022.1/hpc-stack-v1.2.0_6eb6/modulefiles/stack") +prepend_path("MODULEPATH", "/glade/work/epicufsrt/contrib/hpc-stack/intel2022.1/modulefiles/stack") hpc_ver=os.getenv("hpc_ver") or "1.2.0" load(pathJoin("hpc", hpc_ver)) @@ -41,4 +41,4 @@ setenv("CXX", "mpicxx") setenv("FC", "mpif90") setenv("CMAKE_Platform", "cheyenne.intel") -whatis("Description: UFS build environment") \ No newline at end of file +whatis("Description: UFS build environment") diff --git a/modulefiles/ufs_hera.gnu.lua b/modulefiles/ufs_hera.gnu.lua index c0b1b6be8b..eef017b7c3 100644 --- a/modulefiles/ufs_hera.gnu.lua +++ b/modulefiles/ufs_hera.gnu.lua @@ -2,8 +2,8 @@ help([[ loads UFS Model prerequisites for Hera/GNU ]]) -prepend_path("MODULEPATH", "/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles") -miniconda3_ver=os.getenv("miniconda3_ver") or "3.7.3" +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") diff --git a/modulefiles/ufs_hera.gnu_debug.lua b/modulefiles/ufs_hera.gnu_debug.lua index 6b29c655bb..d0ce5d1194 100644 --- a/modulefiles/ufs_hera.gnu_debug.lua +++ b/modulefiles/ufs_hera.gnu_debug.lua @@ -2,8 +2,8 @@ help([[ loads UFS Model prerequisites for Hera/GNU Debugging ]]) -prepend_path("MODULEPATH", "/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles") -miniconda3_ver=os.getenv("miniconda3_ver") or "3.7.3" +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") diff --git a/modulefiles/ufs_hera.intel.lua b/modulefiles/ufs_hera.intel.lua index 196ae3743e..5209333988 100644 --- a/modulefiles/ufs_hera.intel.lua +++ b/modulefiles/ufs_hera.intel.lua @@ -2,8 +2,8 @@ help([[ loads UFS Model prerequisites for Hera/Intel ]]) -prepend_path("MODULEPATH", "/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles") -miniconda3_ver=os.getenv("miniconda3_ver") or "3.7.3" +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") diff --git a/modulefiles/ufs_hera.intel_debug.lua b/modulefiles/ufs_hera.intel_debug.lua index 384bc68b2f..4c50ac2cab 100644 --- a/modulefiles/ufs_hera.intel_debug.lua +++ b/modulefiles/ufs_hera.intel_debug.lua @@ -1,9 +1,9 @@ help([[ -loads UFS Model prerequisites for Hera/Intel +loads UFS Model prerequisites for Hera/Intel Debugging ]]) -prepend_path("MODULEPATH", "/scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles") -miniconda3_ver=os.getenv("miniconda3_ver") or "3.7.3" +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") diff --git a/modulefiles/ufs_jet.intel.lua b/modulefiles/ufs_jet.intel.lua index ebf0f245cb..c2d048bd2d 100644 --- a/modulefiles/ufs_jet.intel.lua +++ b/modulefiles/ufs_jet.intel.lua @@ -8,7 +8,12 @@ load("sutils") cmake_ver=os.getenv("cmake_ver") or "3.20.1" load(pathJoin("cmake", cmake_ver)) -prepend_path("MODULEPATH", "/lfs4/HFIP/hfv3gfs/nwprod/hpc-stack.epic/libs/intel/2022.1.2/modulefiles/stack") +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" load(pathJoin("hpc", hpc_ver)) diff --git a/modulefiles/ufs_jet.intel_debug.lua b/modulefiles/ufs_jet.intel_debug.lua index 71bd0e1b3f..8fd81d58f8 100644 --- a/modulefiles/ufs_jet.intel_debug.lua +++ b/modulefiles/ufs_jet.intel_debug.lua @@ -1,5 +1,5 @@ help([[ -loads UFS Model prerequisites for Jet/Intel +loads UFS Model prerequisites for Jet/Intel Debugging ]]) prepend_path("MODULEPATH", "/contrib/sutils/modulefiles") @@ -8,7 +8,12 @@ load("sutils") cmake_ver=os.getenv("cmake_ver") or "3.20.1" load(pathJoin("cmake", cmake_ver)) -prepend_path("MODULEPATH", "/lfs4/HFIP/hfv3gfs/nwprod/hpc-stack.epic/libs/intel/2022.1.2/modulefiles/stack") +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" load(pathJoin("hpc", hpc_ver)) diff --git a/modulefiles/ufs_orion.intel.lua b/modulefiles/ufs_orion.intel.lua index 72396974ef..ab6997c3e9 100644 --- a/modulefiles/ufs_orion.intel.lua +++ b/modulefiles/ufs_orion.intel.lua @@ -8,10 +8,11 @@ load("noaatools") cmake_ver=os.getenv("cmake_ver") or "3.22.1" load(pathJoin("cmake", cmake_ver)) -python_ver=os.getenv("python_ver") or "3.7.5" -load(pathJoin("python", python_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/hpc-stack/libs/intel/2022.1.2/modulefiles/stack") +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" load(pathJoin("hpc", hpc_ver)) diff --git a/modulefiles/ufs_orion.intel_debug.lua b/modulefiles/ufs_orion.intel_debug.lua index 894592ed4f..99e76175b9 100644 --- a/modulefiles/ufs_orion.intel_debug.lua +++ b/modulefiles/ufs_orion.intel_debug.lua @@ -1,5 +1,5 @@ help([[ -loads UFS Model prerequisites for Orion/Intel +loads UFS Model prerequisites for Orion/Intel Debugging ]]) load("contrib") @@ -8,11 +8,11 @@ load("noaatools") cmake_ver=os.getenv("cmake_ver") or "3.22.1" load(pathJoin("cmake", cmake_ver)) -python_ver=os.getenv("python_ver") or "3.7.5" -load(pathJoin("python", python_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", "/apps/contrib/NCEP/libs/hpc-stack/modulefiles/stack") -prepend_path("MODULEPATH", "/work/noaa/epic-ps/hpc-stack/libs/intel/2022.1.2/modulefiles/stack") +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" load(pathJoin("hpc", hpc_ver)) diff --git a/tests/RegressionTests_cheyenne.gnu.log b/tests/RegressionTests_cheyenne.gnu.log index fcc4696a25..d467ac1bf2 100644 --- a/tests/RegressionTests_cheyenne.gnu.log +++ b/tests/RegressionTests_cheyenne.gnu.log @@ -1,21 +1,21 @@ -Mon Feb 6 06:13:51 MST 2023 +Wed Feb 8 06:34:36 MST 2023 Start Regression test -Compile 001 elapsed time 377 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 403 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_smoke,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 003 elapsed time 864 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 365 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 001 elapsed time 376 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 393 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_smoke,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 003 elapsed time 853 seconds. -DAPP=ATM -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 004 elapsed time 197 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 362 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release Compile 006 elapsed time 1070 seconds. -DAPP=ATM -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 007 elapsed time 873 seconds. -DAPP=ATM -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 008 elapsed time 860 seconds. -DAPP=ATM -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 009 elapsed time 641 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 010 elapsed time 571 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 366 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 307 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 007 elapsed time 861 seconds. -DAPP=ATM -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 008 elapsed time 858 seconds. -DAPP=ATM -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 009 elapsed time 628 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 565 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 357 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 300 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/GNU/control_c48 -working dir = /glade/scratch/jongkim/rt-1571-gnu/jongkim/FV3_RT/rt_5966/control_c48 +working dir = /glade/scratch/jongkim/rt-1596-gnu/jongkim/FV3_RT/rt_13609/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/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 820.845521 -0:The maximum resident set size (KB) = 676980 +0:The total amount of wall time = 820.623567 +0:The maximum resident set size (KB) = 674952 Test 001 control_c48 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/GNU/control_stochy -working dir = /glade/scratch/jongkim/rt-1571-gnu/jongkim/FV3_RT/rt_5966/control_stochy +working dir = /glade/scratch/jongkim/rt-1596-gnu/jongkim/FV3_RT/rt_13609/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.291875 -0:The maximum resident set size (KB) = 430188 +0:The total amount of wall time = 177.254841 +0:The maximum resident set size (KB) = 442244 Test 002 control_stochy PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/GNU/control_ras -working dir = /glade/scratch/jongkim/rt-1571-gnu/jongkim/FV3_RT/rt_5966/control_ras +working dir = /glade/scratch/jongkim/rt-1596-gnu/jongkim/FV3_RT/rt_13609/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 = 293.763466 -0:The maximum resident set size (KB) = 448004 +0:The total amount of wall time = 293.010969 +0:The maximum resident set size (KB) = 459900 Test 003 control_ras PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/GNU/control_p8 -working dir = /glade/scratch/jongkim/rt-1571-gnu/jongkim/FV3_RT/rt_5966/control_p8 +working dir = /glade/scratch/jongkim/rt-1596-gnu/jongkim/FV3_RT/rt_13609/control_p8 Checking test 004 control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -144,14 +144,14 @@ Checking test 004 control_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 309.659387 -0:The maximum resident set size (KB) = 1222656 +0:The total amount of wall time = 312.466951 +0:The maximum resident set size (KB) = 1233668 Test 004 control_p8 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/GNU/rap_control -working dir = /glade/scratch/jongkim/rt-1571-gnu/jongkim/FV3_RT/rt_5966/rap_control +working dir = /glade/scratch/jongkim/rt-1596-gnu/jongkim/FV3_RT/rt_13609/rap_control Checking test 005 rap_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -198,14 +198,14 @@ Checking test 005 rap_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 715.018874 -0:The maximum resident set size (KB) = 778664 +0:The total amount of wall time = 715.139304 +0:The maximum resident set size (KB) = 791600 Test 005 rap_control PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/GNU/rap_control -working dir = /glade/scratch/jongkim/rt-1571-gnu/jongkim/FV3_RT/rt_5966/rap_decomp +working dir = /glade/scratch/jongkim/rt-1596-gnu/jongkim/FV3_RT/rt_13609/rap_decomp Checking test 006 rap_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -252,14 +252,14 @@ Checking test 006 rap_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 722.745212 -0:The maximum resident set size (KB) = 778424 +0:The total amount of wall time = 726.887166 +0:The maximum resident set size (KB) = 791636 Test 006 rap_decomp PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/GNU/rap_control -working dir = /glade/scratch/jongkim/rt-1571-gnu/jongkim/FV3_RT/rt_5966/rap_2threads +working dir = /glade/scratch/jongkim/rt-1596-gnu/jongkim/FV3_RT/rt_13609/rap_2threads Checking test 007 rap_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -306,14 +306,14 @@ Checking test 007 rap_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 661.295658 -0:The maximum resident set size (KB) = 850856 +0:The total amount of wall time = 662.442687 +0:The maximum resident set size (KB) = 863784 Test 007 rap_2threads PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/GNU/rap_control -working dir = /glade/scratch/jongkim/rt-1571-gnu/jongkim/FV3_RT/rt_5966/rap_restart +working dir = /glade/scratch/jongkim/rt-1596-gnu/jongkim/FV3_RT/rt_13609/rap_restart Checking test 008 rap_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -352,14 +352,14 @@ Checking test 008 rap_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 356.856403 -0:The maximum resident set size (KB) = 526952 +0:The total amount of wall time = 357.115861 +0:The maximum resident set size (KB) = 539788 Test 008 rap_restart PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/GNU/rap_sfcdiff -working dir = /glade/scratch/jongkim/rt-1571-gnu/jongkim/FV3_RT/rt_5966/rap_sfcdiff +working dir = /glade/scratch/jongkim/rt-1596-gnu/jongkim/FV3_RT/rt_13609/rap_sfcdiff Checking test 009 rap_sfcdiff results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -406,14 +406,14 @@ Checking test 009 rap_sfcdiff results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 707.695931 -0:The maximum resident set size (KB) = 778652 +0:The total amount of wall time = 710.338377 +0:The maximum resident set size (KB) = 791392 Test 009 rap_sfcdiff PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/GNU/rap_sfcdiff -working dir = /glade/scratch/jongkim/rt-1571-gnu/jongkim/FV3_RT/rt_5966/rap_sfcdiff_decomp +working dir = /glade/scratch/jongkim/rt-1596-gnu/jongkim/FV3_RT/rt_13609/rap_sfcdiff_decomp Checking test 010 rap_sfcdiff_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -460,14 +460,14 @@ Checking test 010 rap_sfcdiff_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 723.995541 -0:The maximum resident set size (KB) = 778340 +0:The total amount of wall time = 721.227293 +0:The maximum resident set size (KB) = 791384 Test 010 rap_sfcdiff_decomp PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/GNU/rap_sfcdiff -working dir = /glade/scratch/jongkim/rt-1571-gnu/jongkim/FV3_RT/rt_5966/rap_sfcdiff_restart +working dir = /glade/scratch/jongkim/rt-1596-gnu/jongkim/FV3_RT/rt_13609/rap_sfcdiff_restart Checking test 011 rap_sfcdiff_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -506,14 +506,14 @@ Checking test 011 rap_sfcdiff_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 529.560833 -0:The maximum resident set size (KB) = 526464 +0:The total amount of wall time = 528.779676 +0:The maximum resident set size (KB) = 539220 Test 011 rap_sfcdiff_restart PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/GNU/hrrr_control -working dir = /glade/scratch/jongkim/rt-1571-gnu/jongkim/FV3_RT/rt_5966/hrrr_control +working dir = /glade/scratch/jongkim/rt-1596-gnu/jongkim/FV3_RT/rt_13609/hrrr_control Checking test 012 hrrr_control results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -560,14 +560,14 @@ Checking test 012 hrrr_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 686.034803 -0:The maximum resident set size (KB) = 776176 +0:The total amount of wall time = 685.378226 +0:The maximum resident set size (KB) = 788952 Test 012 hrrr_control PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/GNU/hrrr_control -working dir = /glade/scratch/jongkim/rt-1571-gnu/jongkim/FV3_RT/rt_5966/hrrr_control_2threads +working dir = /glade/scratch/jongkim/rt-1596-gnu/jongkim/FV3_RT/rt_13609/hrrr_control_2threads Checking test 013 hrrr_control_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -614,14 +614,14 @@ Checking test 013 hrrr_control_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 617.813709 -0:The maximum resident set size (KB) = 845776 +0:The total amount of wall time = 622.552035 +0:The maximum resident set size (KB) = 858684 Test 013 hrrr_control_2threads PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/GNU/hrrr_control -working dir = /glade/scratch/jongkim/rt-1571-gnu/jongkim/FV3_RT/rt_5966/hrrr_control_decomp +working dir = /glade/scratch/jongkim/rt-1596-gnu/jongkim/FV3_RT/rt_13609/hrrr_control_decomp Checking test 014 hrrr_control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -668,14 +668,14 @@ Checking test 014 hrrr_control_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 684.212190 -0:The maximum resident set size (KB) = 776268 +0:The total amount of wall time = 683.495363 +0:The maximum resident set size (KB) = 789028 Test 014 hrrr_control_decomp PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/GNU/hrrr_control -working dir = /glade/scratch/jongkim/rt-1571-gnu/jongkim/FV3_RT/rt_5966/hrrr_control_restart +working dir = /glade/scratch/jongkim/rt-1596-gnu/jongkim/FV3_RT/rt_13609/hrrr_control_restart Checking test 015 hrrr_control_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -714,14 +714,14 @@ Checking test 015 hrrr_control_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 515.654702 -0:The maximum resident set size (KB) = 522340 +0:The total amount of wall time = 515.082415 +0:The maximum resident set size (KB) = 535088 Test 015 hrrr_control_restart PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/GNU/rrfs_v1beta -working dir = /glade/scratch/jongkim/rt-1571-gnu/jongkim/FV3_RT/rt_5966/rrfs_v1beta +working dir = /glade/scratch/jongkim/rt-1596-gnu/jongkim/FV3_RT/rt_13609/rrfs_v1beta Checking test 016 rrfs_v1beta results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -768,14 +768,14 @@ Checking test 016 rrfs_v1beta results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 696.093993 -0:The maximum resident set size (KB) = 775552 +0:The total amount of wall time = 695.266403 +0:The maximum resident set size (KB) = 788348 Test 016 rrfs_v1beta PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/GNU/rrfs_conus13km_hrrr_warm -working dir = /glade/scratch/jongkim/rt-1571-gnu/jongkim/FV3_RT/rt_5966/rrfs_conus13km_hrrr_warm +working dir = /glade/scratch/jongkim/rt-1596-gnu/jongkim/FV3_RT/rt_13609/rrfs_conus13km_hrrr_warm Checking test 017 rrfs_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -784,14 +784,14 @@ Checking test 017 rrfs_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK -0:The total amount of wall time = 203.117945 -0:The maximum resident set size (KB) = 593976 +0:The total amount of wall time = 203.310843 +0:The maximum resident set size (KB) = 606280 Test 017 rrfs_conus13km_hrrr_warm PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/GNU/rrfs_smoke_conus13km_hrrr_warm -working dir = /glade/scratch/jongkim/rt-1571-gnu/jongkim/FV3_RT/rt_5966/rrfs_smoke_conus13km_hrrr_warm +working dir = /glade/scratch/jongkim/rt-1596-gnu/jongkim/FV3_RT/rt_13609/rrfs_smoke_conus13km_hrrr_warm Checking test 018 rrfs_smoke_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -800,14 +800,14 @@ Checking test 018 rrfs_smoke_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK -0:The total amount of wall time = 220.974168 -0:The maximum resident set size (KB) = 608008 +0:The total amount of wall time = 221.691106 +0:The maximum resident set size (KB) = 620440 Test 018 rrfs_smoke_conus13km_hrrr_warm PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/GNU/rrfs_conus13km_radar_tten_warm -working dir = /glade/scratch/jongkim/rt-1571-gnu/jongkim/FV3_RT/rt_5966/rrfs_conus13km_radar_tten_warm +working dir = /glade/scratch/jongkim/rt-1596-gnu/jongkim/FV3_RT/rt_13609/rrfs_conus13km_radar_tten_warm Checking test 019 rrfs_conus13km_radar_tten_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -816,14 +816,14 @@ Checking test 019 rrfs_conus13km_radar_tten_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK -0:The total amount of wall time = 203.530580 -0:The maximum resident set size (KB) = 596796 +0:The total amount of wall time = 203.243244 +0:The maximum resident set size (KB) = 609076 Test 019 rrfs_conus13km_radar_tten_warm PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/GNU/rrfs_conus13km_radar_tten_warm -working dir = /glade/scratch/jongkim/rt-1571-gnu/jongkim/FV3_RT/rt_5966/rrfs_conus13km_radar_tten_warm_2threads +working dir = /glade/scratch/jongkim/rt-1596-gnu/jongkim/FV3_RT/rt_13609/rrfs_conus13km_radar_tten_warm_2threads Checking test 020 rrfs_conus13km_radar_tten_warm_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -832,208 +832,208 @@ Checking test 020 rrfs_conus13km_radar_tten_warm_2threads results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK -0:The total amount of wall time = 129.558673 -0:The maximum resident set size (KB) = 603104 +0:The total amount of wall time = 130.018215 +0:The maximum resident set size (KB) = 628668 Test 020 rrfs_conus13km_radar_tten_warm_2threads PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/GNU/control_diag_debug -working dir = /glade/scratch/jongkim/rt-1571-gnu/jongkim/FV3_RT/rt_5966/control_diag_debug +working dir = /glade/scratch/jongkim/rt-1596-gnu/jongkim/FV3_RT/rt_13609/control_diag_debug Checking test 021 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 = 86.688846 -0:The maximum resident set size (KB) = 483952 +0:The total amount of wall time = 89.899133 +0:The maximum resident set size (KB) = 496472 Test 021 control_diag_debug PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/GNU/regional_debug -working dir = /glade/scratch/jongkim/rt-1571-gnu/jongkim/FV3_RT/rt_5966/regional_debug +working dir = /glade/scratch/jongkim/rt-1596-gnu/jongkim/FV3_RT/rt_13609/regional_debug Checking test 022 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 = 476.857167 -0:The maximum resident set size (KB) = 559156 +0:The total amount of wall time = 477.711235 +0:The maximum resident set size (KB) = 569052 Test 022 regional_debug PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/GNU/rap_control_debug -working dir = /glade/scratch/jongkim/rt-1571-gnu/jongkim/FV3_RT/rt_5966/rap_control_debug +working dir = /glade/scratch/jongkim/rt-1596-gnu/jongkim/FV3_RT/rt_13609/rap_control_debug Checking test 023 rap_control_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 149.027998 -0:The maximum resident set size (KB) = 801140 +0:The total amount of wall time = 149.020174 +0:The maximum resident set size (KB) = 813936 Test 023 rap_control_debug PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/GNU/hrrr_control_debug -working dir = /glade/scratch/jongkim/rt-1571-gnu/jongkim/FV3_RT/rt_5966/hrrr_control_debug +working dir = /glade/scratch/jongkim/rt-1596-gnu/jongkim/FV3_RT/rt_13609/hrrr_control_debug Checking test 024 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 = 145.209301 -0:The maximum resident set size (KB) = 796000 +0:The total amount of wall time = 145.363454 +0:The maximum resident set size (KB) = 808700 Test 024 hrrr_control_debug PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/GNU/rap_diag_debug -working dir = /glade/scratch/jongkim/rt-1571-gnu/jongkim/FV3_RT/rt_5966/rap_diag_debug +working dir = /glade/scratch/jongkim/rt-1596-gnu/jongkim/FV3_RT/rt_13609/rap_diag_debug Checking test 025 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 = 157.361185 -0:The maximum resident set size (KB) = 884188 +0:The total amount of wall time = 158.385229 +0:The maximum resident set size (KB) = 896920 Test 025 rap_diag_debug PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/GNU/rap_noah_sfcdiff_cires_ugwp_debug -working dir = /glade/scratch/jongkim/rt-1571-gnu/jongkim/FV3_RT/rt_5966/rap_noah_sfcdiff_cires_ugwp_debug +working dir = /glade/scratch/jongkim/rt-1596-gnu/jongkim/FV3_RT/rt_13609/rap_noah_sfcdiff_cires_ugwp_debug Checking test 026 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 = 236.924753 -0:The maximum resident set size (KB) = 799440 +0:The total amount of wall time = 235.852451 +0:The maximum resident set size (KB) = 812148 Test 026 rap_noah_sfcdiff_cires_ugwp_debug PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/GNU/rap_progcld_thompson_debug -working dir = /glade/scratch/jongkim/rt-1571-gnu/jongkim/FV3_RT/rt_5966/rap_progcld_thompson_debug +working dir = /glade/scratch/jongkim/rt-1596-gnu/jongkim/FV3_RT/rt_13609/rap_progcld_thompson_debug Checking test 027 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 = 148.367727 -0:The maximum resident set size (KB) = 801164 +0:The total amount of wall time = 147.929294 +0:The maximum resident set size (KB) = 813956 Test 027 rap_progcld_thompson_debug PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/GNU/rrfs_v1beta_debug -working dir = /glade/scratch/jongkim/rt-1571-gnu/jongkim/FV3_RT/rt_5966/rrfs_v1beta_debug +working dir = /glade/scratch/jongkim/rt-1596-gnu/jongkim/FV3_RT/rt_13609/rrfs_v1beta_debug Checking test 028 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 = 146.937437 -0:The maximum resident set size (KB) = 795308 +0:The total amount of wall time = 147.240976 +0:The maximum resident set size (KB) = 808132 Test 028 rrfs_v1beta_debug PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/GNU/control_ras_debug -working dir = /glade/scratch/jongkim/rt-1571-gnu/jongkim/FV3_RT/rt_5966/control_ras_debug +working dir = /glade/scratch/jongkim/rt-1596-gnu/jongkim/FV3_RT/rt_13609/control_ras_debug Checking test 029 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 = 83.686662 -0:The maximum resident set size (KB) = 436512 +0:The total amount of wall time = 83.955871 +0:The maximum resident set size (KB) = 449224 Test 029 control_ras_debug PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/GNU/control_stochy_debug -working dir = /glade/scratch/jongkim/rt-1571-gnu/jongkim/FV3_RT/rt_5966/control_stochy_debug +working dir = /glade/scratch/jongkim/rt-1596-gnu/jongkim/FV3_RT/rt_13609/control_stochy_debug Checking test 030 control_stochy_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 92.126023 -0:The maximum resident set size (KB) = 431712 +0:The total amount of wall time = 91.861411 +0:The maximum resident set size (KB) = 443676 Test 030 control_stochy_debug PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/GNU/control_debug_p8 -working dir = /glade/scratch/jongkim/rt-1571-gnu/jongkim/FV3_RT/rt_5966/control_debug_p8 +working dir = /glade/scratch/jongkim/rt-1596-gnu/jongkim/FV3_RT/rt_13609/control_debug_p8 Checking test 031 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 = 94.726236 -0:The maximum resident set size (KB) = 1214080 +0:The total amount of wall time = 94.070187 +0:The maximum resident set size (KB) = 1225136 Test 031 control_debug_p8 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/GNU/rrfs_conus13km_hrrr_warm_debugs -working dir = /glade/scratch/jongkim/rt-1571-gnu/jongkim/FV3_RT/rt_5966/rrfs_conus13km_hrrr_warm_debug +working dir = /glade/scratch/jongkim/rt-1596-gnu/jongkim/FV3_RT/rt_13609/rrfs_conus13km_hrrr_warm_debug Checking test 032 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 = 382.349584 -0:The maximum resident set size (KB) = 601632 +0:The total amount of wall time = 381.455785 +0:The maximum resident set size (KB) = 613500 Test 032 rrfs_conus13km_hrrr_warm_debug PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/GNU/rrfs_conus13km_radar_tten_warm_debug -working dir = /glade/scratch/jongkim/rt-1571-gnu/jongkim/FV3_RT/rt_5966/rrfs_conus13km_radar_tten_warm_debug +working dir = /glade/scratch/jongkim/rt-1596-gnu/jongkim/FV3_RT/rt_13609/rrfs_conus13km_radar_tten_warm_debug Checking test 033 rrfs_conus13km_radar_tten_warm_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 383.322518 -0:The maximum resident set size (KB) = 605192 +0:The total amount of wall time = 383.795205 +0:The maximum resident set size (KB) = 616352 Test 033 rrfs_conus13km_radar_tten_warm_debug PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/GNU/control_wam_debug -working dir = /glade/scratch/jongkim/rt-1571-gnu/jongkim/FV3_RT/rt_5966/control_wam_debug +working dir = /glade/scratch/jongkim/rt-1596-gnu/jongkim/FV3_RT/rt_13609/control_wam_debug Checking test 034 control_wam_debug results .... Comparing sfcf019.nc .........OK Comparing atmf019.nc .........OK -0:The total amount of wall time = 146.372510 -0:The maximum resident set size (KB) = 174092 +0:The total amount of wall time = 146.000636 +0:The maximum resident set size (KB) = 185308 Test 034 control_wam_debug PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/GNU/rap_control_dyn32_phy32 -working dir = /glade/scratch/jongkim/rt-1571-gnu/jongkim/FV3_RT/rt_5966/rap_control_dyn32_phy32 +working dir = /glade/scratch/jongkim/rt-1596-gnu/jongkim/FV3_RT/rt_13609/rap_control_dyn32_phy32 Checking test 035 rap_control_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -1080,14 +1080,14 @@ Checking test 035 rap_control_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 684.346450 -0:The maximum resident set size (KB) = 664224 +0:The total amount of wall time = 685.384056 +0:The maximum resident set size (KB) = 677504 Test 035 rap_control_dyn32_phy32 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/GNU/hrrr_control_dyn32_phy32 -working dir = /glade/scratch/jongkim/rt-1571-gnu/jongkim/FV3_RT/rt_5966/hrrr_control_dyn32_phy32 +working dir = /glade/scratch/jongkim/rt-1596-gnu/jongkim/FV3_RT/rt_13609/hrrr_control_dyn32_phy32 Checking test 036 hrrr_control_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -1134,14 +1134,14 @@ Checking test 036 hrrr_control_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 345.504954 -0:The maximum resident set size (KB) = 662684 +0:The total amount of wall time = 346.474868 +0:The maximum resident set size (KB) = 675908 Test 036 hrrr_control_dyn32_phy32 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/GNU/rap_control_dyn32_phy32 -working dir = /glade/scratch/jongkim/rt-1571-gnu/jongkim/FV3_RT/rt_5966/rap_2threads_dyn32_phy32 +working dir = /glade/scratch/jongkim/rt-1596-gnu/jongkim/FV3_RT/rt_13609/rap_2threads_dyn32_phy32 Checking test 037 rap_2threads_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -1188,14 +1188,14 @@ Checking test 037 rap_2threads_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 623.956149 -0:The maximum resident set size (KB) = 709676 +0:The total amount of wall time = 624.369831 +0:The maximum resident set size (KB) = 722608 Test 037 rap_2threads_dyn32_phy32 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/GNU/hrrr_control_dyn32_phy32 -working dir = /glade/scratch/jongkim/rt-1571-gnu/jongkim/FV3_RT/rt_5966/hrrr_control_2threads_dyn32_phy32 +working dir = /glade/scratch/jongkim/rt-1596-gnu/jongkim/FV3_RT/rt_13609/hrrr_control_2threads_dyn32_phy32 Checking test 038 hrrr_control_2threads_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -1242,14 +1242,14 @@ Checking test 038 hrrr_control_2threads_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 319.903575 -0:The maximum resident set size (KB) = 707008 +0:The total amount of wall time = 319.904615 +0:The maximum resident set size (KB) = 715208 Test 038 hrrr_control_2threads_dyn32_phy32 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/GNU/hrrr_control_dyn32_phy32 -working dir = /glade/scratch/jongkim/rt-1571-gnu/jongkim/FV3_RT/rt_5966/hrrr_control_decomp_dyn32_phy32 +working dir = /glade/scratch/jongkim/rt-1596-gnu/jongkim/FV3_RT/rt_13609/hrrr_control_decomp_dyn32_phy32 Checking test 039 hrrr_control_decomp_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -1296,14 +1296,14 @@ Checking test 039 hrrr_control_decomp_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 346.340079 -0:The maximum resident set size (KB) = 662208 +0:The total amount of wall time = 347.703767 +0:The maximum resident set size (KB) = 674768 Test 039 hrrr_control_decomp_dyn32_phy32 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/GNU/rap_control_dyn32_phy32 -working dir = /glade/scratch/jongkim/rt-1571-gnu/jongkim/FV3_RT/rt_5966/rap_restart_dyn32_phy32 +working dir = /glade/scratch/jongkim/rt-1596-gnu/jongkim/FV3_RT/rt_13609/rap_restart_dyn32_phy32 Checking test 040 rap_restart_dyn32_phy32 results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -1342,14 +1342,14 @@ Checking test 040 rap_restart_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 513.752270 -0:The maximum resident set size (KB) = 502288 +0:The total amount of wall time = 515.620848 +0:The maximum resident set size (KB) = 515676 Test 040 rap_restart_dyn32_phy32 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/GNU/hrrr_control_dyn32_phy32 -working dir = /glade/scratch/jongkim/rt-1571-gnu/jongkim/FV3_RT/rt_5966/hrrr_control_restart_dyn32_phy32 +working dir = /glade/scratch/jongkim/rt-1596-gnu/jongkim/FV3_RT/rt_13609/hrrr_control_restart_dyn32_phy32 Checking test 041 hrrr_control_restart_dyn32_phy32 results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -1388,14 +1388,14 @@ Checking test 041 hrrr_control_restart_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 176.178104 -0:The maximum resident set size (KB) = 499836 +0:The total amount of wall time = 176.604956 +0:The maximum resident set size (KB) = 513324 Test 041 hrrr_control_restart_dyn32_phy32 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/GNU/rap_control_dyn64_phy32 -working dir = /glade/scratch/jongkim/rt-1571-gnu/jongkim/FV3_RT/rt_5966/rap_control_dyn64_phy32 +working dir = /glade/scratch/jongkim/rt-1596-gnu/jongkim/FV3_RT/rt_13609/rap_control_dyn64_phy32 Checking test 042 rap_control_dyn64_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -1442,56 +1442,56 @@ Checking test 042 rap_control_dyn64_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 409.093435 -0:The maximum resident set size (KB) = 684696 +0:The total amount of wall time = 407.307479 +0:The maximum resident set size (KB) = 697836 Test 042 rap_control_dyn64_phy32 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/GNU/rap_control_debug_dyn32_phy32 -working dir = /glade/scratch/jongkim/rt-1571-gnu/jongkim/FV3_RT/rt_5966/rap_control_debug_dyn32_phy32 +working dir = /glade/scratch/jongkim/rt-1596-gnu/jongkim/FV3_RT/rt_13609/rap_control_debug_dyn32_phy32 Checking test 043 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 = 147.712553 -0:The maximum resident set size (KB) = 681740 +0:The total amount of wall time = 148.347880 +0:The maximum resident set size (KB) = 694912 Test 043 rap_control_debug_dyn32_phy32 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/GNU/hrrr_control_debug_dyn32_phy32 -working dir = /glade/scratch/jongkim/rt-1571-gnu/jongkim/FV3_RT/rt_5966/hrrr_control_debug_dyn32_phy32 +working dir = /glade/scratch/jongkim/rt-1596-gnu/jongkim/FV3_RT/rt_13609/hrrr_control_debug_dyn32_phy32 Checking test 044 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 = 145.470455 -0:The maximum resident set size (KB) = 678820 +0:The total amount of wall time = 145.836187 +0:The maximum resident set size (KB) = 691912 Test 044 hrrr_control_debug_dyn32_phy32 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/GNU/rap_control_debug_dyn64_phy32 -working dir = /glade/scratch/jongkim/rt-1571-gnu/jongkim/FV3_RT/rt_5966/rap_control_dyn64_phy32_debug +working dir = /glade/scratch/jongkim/rt-1596-gnu/jongkim/FV3_RT/rt_13609/rap_control_dyn64_phy32_debug Checking test 045 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 = 155.254516 -0:The maximum resident set size (KB) = 702104 +0:The total amount of wall time = 154.071042 +0:The maximum resident set size (KB) = 714428 Test 045 rap_control_dyn64_phy32_debug PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/GNU/cpld_control_p8 -working dir = /glade/scratch/jongkim/rt-1571-gnu/jongkim/FV3_RT/rt_5966/cpld_control_p8 +working dir = /glade/scratch/jongkim/rt-1596-gnu/jongkim/FV3_RT/rt_13609/cpld_control_p8 Checking test 046 cpld_control_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1556,14 +1556,14 @@ Checking test 046 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 = 493.461032 -0:The maximum resident set size (KB) = 3141012 +0:The total amount of wall time = 499.279725 +0:The maximum resident set size (KB) = 3158784 Test 046 cpld_control_p8 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/GNU/cpld_control_c96_noaero_p8 -working dir = /glade/scratch/jongkim/rt-1571-gnu/jongkim/FV3_RT/rt_5966/cpld_control_nowave_noaero_p8 +working dir = /glade/scratch/jongkim/rt-1596-gnu/jongkim/FV3_RT/rt_13609/cpld_control_nowave_noaero_p8 Checking test 047 cpld_control_nowave_noaero_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1625,14 +1625,14 @@ Checking test 047 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 = 244.840620 -0:The maximum resident set size (KB) = 1225432 +0:The total amount of wall time = 248.115737 +0:The maximum resident set size (KB) = 1250452 Test 047 cpld_control_nowave_noaero_p8 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/GNU/cpld_debug_p8 -working dir = /glade/scratch/jongkim/rt-1571-gnu/jongkim/FV3_RT/rt_5966/cpld_debug_p8 +working dir = /glade/scratch/jongkim/rt-1596-gnu/jongkim/FV3_RT/rt_13609/cpld_debug_p8 Checking test 048 cpld_debug_p8 results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK @@ -1685,25 +1685,25 @@ Checking test 048 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 = 274.448652 -0:The maximum resident set size (KB) = 3161776 +0:The total amount of wall time = 273.628169 +0:The maximum resident set size (KB) = 3177292 Test 048 cpld_debug_p8 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/GNU/datm_cdeps_control_cfsr -working dir = /glade/scratch/jongkim/rt-1571-gnu/jongkim/FV3_RT/rt_5966/datm_cdeps_control_cfsr +working dir = /glade/scratch/jongkim/rt-1596-gnu/jongkim/FV3_RT/rt_13609/datm_cdeps_control_cfsr Checking test 049 datm_cdeps_control_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK -0:The total amount of wall time = 179.021101 -0:The maximum resident set size (KB) = 687880 +0:The total amount of wall time = 179.882397 +0:The maximum resident set size (KB) = 670628 Test 049 datm_cdeps_control_cfsr PASS REGRESSION TEST WAS SUCCESSFUL -Mon Feb 6 06:44:49 MST 2023 -Elapsed time: 00h:30m:58s. Have a nice day! +Wed Feb 8 07:05:18 MST 2023 +Elapsed time: 00h:30m:42s. Have a nice day! diff --git a/tests/RegressionTests_cheyenne.intel.log b/tests/RegressionTests_cheyenne.intel.log index 6cd8162b00..565de9cfaf 100644 --- a/tests/RegressionTests_cheyenne.intel.log +++ b/tests/RegressionTests_cheyenne.intel.log @@ -1,37 +1,37 @@ -Mon Feb 6 06:13:42 MST 2023 +Wed Feb 8 06:34:18 MST 2023 Start Regression test -Compile 001 elapsed time 1383 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 1531 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 001 elapsed time 1505 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 1496 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 1367 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 004 elapsed time 459 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 412 seconds. -DAPP=S2SW -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 006 elapsed time 1104 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 1073 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 008 elapsed time 1033 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_WoFS_v0 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 009 elapsed time 980 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_smoke,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 010 elapsed time 918 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_csawmg,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 011 elapsed time 807 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 012 elapsed time 372 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 013 elapsed time 237 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 014 elapsed time 823 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 015 elapsed time 818 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 016 elapsed time 246 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 017 elapsed time 244 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 018 elapsed time 1098 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 019 elapsed time 1604 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 020 elapsed time 1112 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 021 elapsed time 431 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 004 elapsed time 455 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 398 seconds. -DAPP=S2SW -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 006 elapsed time 1066 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 1080 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 008 elapsed time 1042 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_WoFS_v0 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 009 elapsed time 990 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_smoke,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 010 elapsed time 931 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_csawmg,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 011 elapsed time 815 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 012 elapsed time 370 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 013 elapsed time 238 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 014 elapsed time 819 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 015 elapsed time 823 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 016 elapsed time 247 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 017 elapsed time 240 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 018 elapsed time 1105 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 019 elapsed time 1584 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 020 elapsed time 1096 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 021 elapsed time 432 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON Compile 022 elapsed time 204 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 023 elapsed time 105 seconds. -DAPP=LND -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 024 elapsed time 941 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 025 elapsed time 969 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 026 elapsed time 893 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 027 elapsed time 876 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 023 elapsed time 107 seconds. -DAPP=LND -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 024 elapsed time 934 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 025 elapsed time 982 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 026 elapsed time 891 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 027 elapsed time 888 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DMPI=ON -DCMAKE_BUILD_TYPE=Release Compile 028 elapsed time 268 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/cpld_control_p8_mixedmode -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/cpld_control_p8_mixedmode +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/cpld_control_p8_mixedmode Checking test 001 cpld_control_p8_mixedmode results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -96,14 +96,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 = 319.466746 -0:The maximum resident set size (KB) = 2703884 +0:The total amount of wall time = 321.105904 +0:The maximum resident set size (KB) = 2700028 Test 001 cpld_control_p8_mixedmode PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/cpld_control_gfsv17 -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/cpld_control_gfsv17 +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/cpld_control_gfsv17 Checking test 002 cpld_control_gfsv17 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -167,14 +167,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 = 282.809687 -0:The maximum resident set size (KB) = 1441608 +0:The total amount of wall time = 283.518602 +0:The maximum resident set size (KB) = 1437424 Test 002 cpld_control_gfsv17 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/cpld_control_p8 -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/cpld_control_p8 +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/cpld_control_p8 Checking test 003 cpld_control_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -239,14 +239,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 = 321.585335 -0:The maximum resident set size (KB) = 2719660 +0:The total amount of wall time = 321.949188 +0:The maximum resident set size (KB) = 2716432 Test 003 cpld_control_p8 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/cpld_control_p8 -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/cpld_restart_p8 +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/cpld_restart_p8 Checking test 004 cpld_restart_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -299,14 +299,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 = 185.942035 -0:The maximum resident set size (KB) = 2580832 +0:The total amount of wall time = 184.128131 +0:The maximum resident set size (KB) = 2577540 Test 004 cpld_restart_p8 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/cpld_control_p8 -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/cpld_2threads_p8 +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/cpld_2threads_p8 Checking test 005 cpld_2threads_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -359,14 +359,14 @@ Checking test 005 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 = 260.198920 -0:The maximum resident set size (KB) = 3181752 +0:The total amount of wall time = 256.945071 +0:The maximum resident set size (KB) = 3176044 Test 005 cpld_2threads_p8 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/cpld_control_p8 -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/cpld_esmfthreads_p8 +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/cpld_esmfthreads_p8 Checking test 006 cpld_esmfthreads_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -419,14 +419,14 @@ Checking test 006 cpld_esmfthreads_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -0:The total amount of wall time = 260.556210 -0:The maximum resident set size (KB) = 2885776 +0:The total amount of wall time = 259.837775 +0:The maximum resident set size (KB) = 2881996 Test 006 cpld_esmfthreads_p8 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/cpld_control_p8 -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/cpld_decomp_p8 +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/cpld_decomp_p8 Checking test 007 cpld_decomp_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -479,14 +479,14 @@ Checking test 007 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 = 323.393633 -0:The maximum resident set size (KB) = 2724220 +0:The total amount of wall time = 320.427614 +0:The maximum resident set size (KB) = 2720764 Test 007 cpld_decomp_p8 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/cpld_control_p8 -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/cpld_mpi_p8 +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/cpld_mpi_p8 Checking test 008 cpld_mpi_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -539,14 +539,14 @@ Checking test 008 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 = 277.618652 -0:The maximum resident set size (KB) = 2684508 +0:The total amount of wall time = 278.503127 +0:The maximum resident set size (KB) = 2682528 Test 008 cpld_mpi_p8 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/cpld_control_ciceC_p8 -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/cpld_control_ciceC_p8 +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/cpld_control_ciceC_p8 Checking test 009 cpld_control_ciceC_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -611,14 +611,14 @@ Checking test 009 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 = 322.038033 -0:The maximum resident set size (KB) = 2720032 +0:The total amount of wall time = 308.594681 +0:The maximum resident set size (KB) = 2716716 Test 009 cpld_control_ciceC_p8 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/cpld_control_c192_p8 -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/cpld_control_c192_p8 +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/cpld_control_c192_p8 Checking test 010 cpld_control_c192_p8 results .... Comparing sfcf030.tile1.nc .........OK Comparing sfcf030.tile2.nc .........OK @@ -671,14 +671,14 @@ Checking test 010 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 = 753.818222 -0:The maximum resident set size (KB) = 3351256 +0:The total amount of wall time = 806.247914 +0:The maximum resident set size (KB) = 3348444 Test 010 cpld_control_c192_p8 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/cpld_control_c192_p8 -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/cpld_restart_c192_p8 +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/cpld_restart_c192_p8 Checking test 011 cpld_restart_c192_p8 results .... Comparing sfcf030.tile1.nc .........OK Comparing sfcf030.tile2.nc .........OK @@ -731,14 +731,14 @@ Checking test 011 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 = 399.420252 -0:The maximum resident set size (KB) = 3275336 +0:The total amount of wall time = 432.934089 +0:The maximum resident set size (KB) = 3272704 Test 011 cpld_restart_c192_p8 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/cpld_control_noaero_p8 -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/cpld_control_noaero_p8 +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/cpld_control_noaero_p8 Checking test 012 cpld_control_noaero_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -802,14 +802,14 @@ Checking test 012 cpld_control_noaero_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -0:The total amount of wall time = 296.403147 -0:The maximum resident set size (KB) = 1440272 +0:The total amount of wall time = 296.725804 +0:The maximum resident set size (KB) = 1436360 Test 012 cpld_control_noaero_p8 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/cpld_control_c96_noaero_p8 -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/cpld_control_nowave_noaero_p8 +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/cpld_control_nowave_noaero_p8 Checking test 013 cpld_control_nowave_noaero_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -871,14 +871,14 @@ Checking test 013 cpld_control_nowave_noaero_p8 results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK -0:The total amount of wall time = 193.624592 -0:The maximum resident set size (KB) = 1456112 +0:The total amount of wall time = 195.014047 +0:The maximum resident set size (KB) = 1452848 Test 013 cpld_control_nowave_noaero_p8 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/cpld_debug_p8 -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/cpld_debug_p8 +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/cpld_debug_p8 Checking test 014 cpld_debug_p8 results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK @@ -931,14 +931,14 @@ Checking test 014 cpld_debug_p8 results .... Comparing 20210322.090000.out_pnt.ww3 .........OK Comparing 20210322.090000.out_grd.ww3 .........OK -0:The total amount of wall time = 471.329512 -0:The maximum resident set size (KB) = 2791676 +0:The total amount of wall time = 473.358313 +0:The maximum resident set size (KB) = 2788236 Test 014 cpld_debug_p8 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/cpld_debug_noaero_p8 -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/cpld_debug_noaero_p8 +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/cpld_debug_noaero_p8 Checking test 015 cpld_debug_noaero_p8 results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK @@ -990,14 +990,14 @@ Checking test 015 cpld_debug_noaero_p8 results .... Comparing 20210322.090000.out_pnt.ww3 .........OK Comparing 20210322.090000.out_grd.ww3 .........OK -0:The total amount of wall time = 347.072284 -0:The maximum resident set size (KB) = 1463964 +0:The total amount of wall time = 344.761295 +0:The maximum resident set size (KB) = 1460368 Test 015 cpld_debug_noaero_p8 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/cpld_control_noaero_p8_agrid -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/cpld_control_noaero_p8_agrid +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/cpld_control_noaero_p8_agrid Checking test 016 cpld_control_noaero_p8_agrid results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1059,14 +1059,14 @@ Checking test 016 cpld_control_noaero_p8_agrid results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK -0:The total amount of wall time = 260.616230 -0:The maximum resident set size (KB) = 1459416 +0:The total amount of wall time = 263.908321 +0:The maximum resident set size (KB) = 1455728 Test 016 cpld_control_noaero_p8_agrid PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/cpld_control_c48 -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/cpld_control_c48 +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/cpld_control_c48 Checking test 017 cpld_control_c48 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -1116,14 +1116,14 @@ Checking test 017 cpld_control_c48 results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK -0:The total amount of wall time = 606.913009 -0:The maximum resident set size (KB) = 2583552 +0:The total amount of wall time = 605.779481 +0:The maximum resident set size (KB) = 2579868 Test 017 cpld_control_c48 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/cpld_warmstart_c48 -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/cpld_warmstart_c48 +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/cpld_warmstart_c48 Checking test 018 cpld_warmstart_c48 results .... Comparing sfcf006.tile1.nc .........OK Comparing sfcf006.tile2.nc .........OK @@ -1173,14 +1173,14 @@ Checking test 018 cpld_warmstart_c48 results .... Comparing RESTART/iced.2021-03-23-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-43200.nc .........OK -0:The total amount of wall time = 162.781083 -0:The maximum resident set size (KB) = 2600484 +0:The total amount of wall time = 162.198129 +0:The maximum resident set size (KB) = 2596172 Test 018 cpld_warmstart_c48 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/cpld_warmstart_c48 -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/cpld_restart_c48 +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/cpld_restart_c48 Checking test 019 cpld_restart_c48 results .... Comparing sfcf006.tile1.nc .........OK Comparing sfcf006.tile2.nc .........OK @@ -1230,14 +1230,14 @@ Checking test 019 cpld_restart_c48 results .... Comparing RESTART/iced.2021-03-23-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-43200.nc .........OK -0:The total amount of wall time = 83.907913 -0:The maximum resident set size (KB) = 2017504 +0:The total amount of wall time = 84.163980 +0:The maximum resident set size (KB) = 2013424 Test 019 cpld_restart_c48 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/control_CubedSphereGrid -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/control_CubedSphereGrid +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/control_CubedSphereGrid Checking test 020 control_CubedSphereGrid results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -1264,28 +1264,28 @@ Checking test 020 control_CubedSphereGrid results .... Comparing atmf024.tile5.nc .........OK Comparing atmf024.tile6.nc .........OK -0:The total amount of wall time = 142.205734 -0:The maximum resident set size (KB) = 456340 +0:The total amount of wall time = 143.888237 +0:The maximum resident set size (KB) = 452848 Test 020 control_CubedSphereGrid PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/control_CubedSphereGrid_parallel -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/control_CubedSphereGrid_parallel +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/control_CubedSphereGrid_parallel Checking test 021 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 = 136.306807 -0:The maximum resident set size (KB) = 456364 +0:The total amount of wall time = 139.123239 +0:The maximum resident set size (KB) = 452824 Test 021 control_CubedSphereGrid_parallel PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/control_latlon -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/control_latlon +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/control_latlon Checking test 022 control_latlon results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1296,17 +1296,17 @@ Checking test 022 control_latlon results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 143.136694 -0:The maximum resident set size (KB) = 456652 +0:The total amount of wall time = 147.690838 +0:The maximum resident set size (KB) = 453152 Test 022 control_latlon PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/control_wrtGauss_netcdf_parallel -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/control_wrtGauss_netcdf_parallel +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/control_wrtGauss_netcdf_parallel Checking test 023 control_wrtGauss_netcdf_parallel results .... Comparing sfcf000.nc .........OK - Comparing sfcf024.nc ............ALT CHECK......OK + Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF00 .........OK @@ -1314,14 +1314,14 @@ Checking test 023 control_wrtGauss_netcdf_parallel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 148.809742 -0:The maximum resident set size (KB) = 456436 +0:The total amount of wall time = 144.557934 +0:The maximum resident set size (KB) = 453092 Test 023 control_wrtGauss_netcdf_parallel PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/control_c48 -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/control_c48 +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/control_c48 Checking test 024 control_c48 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1360,14 +1360,14 @@ Checking test 024 control_c48 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 445.360239 -0:The maximum resident set size (KB) = 628448 +0:The total amount of wall time = 443.617091 +0:The maximum resident set size (KB) = 624676 Test 024 control_c48 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/control_c192 -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/control_c192 +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/control_c192 Checking test 025 control_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1378,14 +1378,14 @@ Checking test 025 control_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 594.080081 -0:The maximum resident set size (KB) = 560604 +0:The total amount of wall time = 594.333570 +0:The maximum resident set size (KB) = 556684 Test 025 control_c192 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/control_c384 -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/control_c384 +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/control_c384 Checking test 026 control_c384 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1396,14 +1396,14 @@ Checking test 026 control_c384 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -0:The total amount of wall time = 599.346101 -0:The maximum resident set size (KB) = 857296 +0:The total amount of wall time = 582.217131 +0:The maximum resident set size (KB) = 853820 Test 026 control_c384 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/control_c384gdas -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/control_c384gdas +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/control_c384gdas Checking test 027 control_c384gdas results .... Comparing sfcf000.nc .........OK Comparing sfcf006.nc .........OK @@ -1446,14 +1446,14 @@ Checking test 027 control_c384gdas results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 526.189603 -0:The maximum resident set size (KB) = 993592 +0:The total amount of wall time = 525.659104 +0:The maximum resident set size (KB) = 989792 Test 027 control_c384gdas PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/control_stochy -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/control_stochy +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/control_stochy Checking test 028 control_stochy results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1464,28 +1464,28 @@ Checking test 028 control_stochy results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -0:The total amount of wall time = 97.389722 -0:The maximum resident set size (KB) = 458492 +0:The total amount of wall time = 97.325695 +0:The maximum resident set size (KB) = 454852 Test 028 control_stochy PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/control_stochy -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/control_stochy_restart +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/control_stochy_restart Checking test 029 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 = 50.784346 -0:The maximum resident set size (KB) = 225984 +0:The total amount of wall time = 51.575065 +0:The maximum resident set size (KB) = 222564 Test 029 control_stochy_restart PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/control_lndp -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/control_lndp +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/control_lndp Checking test 030 control_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1496,14 +1496,14 @@ Checking test 030 control_lndp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -0:The total amount of wall time = 88.956136 -0:The maximum resident set size (KB) = 460616 +0:The total amount of wall time = 88.894404 +0:The maximum resident set size (KB) = 457004 Test 030 control_lndp PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/control_iovr4 -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/control_iovr4 +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/control_iovr4 Checking test 031 control_iovr4 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1518,14 +1518,14 @@ Checking test 031 control_iovr4 results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 147.790915 -0:The maximum resident set size (KB) = 456544 +0:The total amount of wall time = 146.449166 +0:The maximum resident set size (KB) = 452992 Test 031 control_iovr4 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/control_iovr5 -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/control_iovr5 +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/control_iovr5 Checking test 032 control_iovr5 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1540,14 +1540,14 @@ Checking test 032 control_iovr5 results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 146.905033 -0:The maximum resident set size (KB) = 456548 +0:The total amount of wall time = 147.371143 +0:The maximum resident set size (KB) = 452876 Test 032 control_iovr5 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/control_p8 -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/control_p8 +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/control_p8 Checking test 033 control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1594,14 +1594,14 @@ Checking test 033 control_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 181.298870 -0:The maximum resident set size (KB) = 1426332 +0:The total amount of wall time = 180.236434 +0:The maximum resident set size (KB) = 1422844 Test 033 control_p8 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/control_p8_lndp -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/control_p8_lndp +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/control_p8_lndp Checking test 034 control_p8_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1620,14 +1620,14 @@ Checking test 034 control_p8_lndp results .... Comparing GFSPRS.GrbF24 .........OK Comparing GFSPRS.GrbF48 .........OK -0:The total amount of wall time = 334.723068 -0:The maximum resident set size (KB) = 1426608 +0:The total amount of wall time = 333.875912 +0:The maximum resident set size (KB) = 1423100 Test 034 control_p8_lndp PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/control_p8 -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/control_restart_p8 +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/control_restart_p8 Checking test 035 control_restart_p8 results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1666,14 +1666,14 @@ Checking test 035 control_restart_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 94.611650 -0:The maximum resident set size (KB) = 583208 +0:The total amount of wall time = 95.135874 +0:The maximum resident set size (KB) = 579736 Test 035 control_restart_p8 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/control_p8 -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/control_decomp_p8 +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/control_decomp_p8 Checking test 036 control_decomp_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1716,14 +1716,14 @@ Checking test 036 control_decomp_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 189.680431 -0:The maximum resident set size (KB) = 1420316 +0:The total amount of wall time = 187.617254 +0:The maximum resident set size (KB) = 1416832 Test 036 control_decomp_p8 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/control_p8 -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/control_2threads_p8 +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/control_2threads_p8 Checking test 037 control_2threads_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1766,14 +1766,14 @@ Checking test 037 control_2threads_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 176.962359 -0:The maximum resident set size (KB) = 1509816 +0:The total amount of wall time = 176.741026 +0:The maximum resident set size (KB) = 1504820 Test 037 control_2threads_p8 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/control_p8_rrtmgp -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/control_p8_rrtmgp +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/control_p8_rrtmgp Checking test 038 control_p8_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1820,14 +1820,14 @@ Checking test 038 control_p8_rrtmgp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 252.186253 -0:The maximum resident set size (KB) = 1483716 +0:The total amount of wall time = 253.307083 +0:The maximum resident set size (KB) = 1480200 Test 038 control_p8_rrtmgp PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/merra2_thompson -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/merra2_thompson +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/merra2_thompson Checking test 039 merra2_thompson results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1874,14 +1874,14 @@ Checking test 039 merra2_thompson results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 208.187093 -0:The maximum resident set size (KB) = 1432964 +0:The total amount of wall time = 206.741645 +0:The maximum resident set size (KB) = 1429444 Test 039 merra2_thompson PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/regional_control -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/regional_control +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/regional_control Checking test 040 regional_control results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -1892,28 +1892,28 @@ Checking test 040 regional_control results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK -0:The total amount of wall time = 345.002108 -0:The maximum resident set size (KB) = 608240 +0:The total amount of wall time = 342.284119 +0:The maximum resident set size (KB) = 604632 Test 040 regional_control PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/regional_control -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/regional_restart +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/regional_restart Checking test 041 regional_restart results .... Comparing dynf006.nc .........OK Comparing phyf006.nc .........OK Comparing PRSLEV.GrbF06 .........OK Comparing NATLEV.GrbF06 .........OK -0:The total amount of wall time = 175.701076 -0:The maximum resident set size (KB) = 594612 +0:The total amount of wall time = 174.126046 +0:The maximum resident set size (KB) = 590980 Test 041 regional_restart PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/regional_control -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/regional_decomp +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/regional_decomp Checking test 042 regional_decomp results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -1924,14 +1924,14 @@ Checking test 042 regional_decomp results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK -0:The total amount of wall time = 358.492829 -0:The maximum resident set size (KB) = 598328 +0:The total amount of wall time = 360.069036 +0:The maximum resident set size (KB) = 594696 Test 042 regional_decomp PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/regional_control -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/regional_2threads +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/regional_2threads Checking test 043 regional_2threads results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -1942,14 +1942,14 @@ Checking test 043 regional_2threads results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK -0:The total amount of wall time = 203.936126 -0:The maximum resident set size (KB) = 605496 +0:The total amount of wall time = 208.784301 +0:The maximum resident set size (KB) = 602796 Test 043 regional_2threads PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/regional_noquilt -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/regional_noquilt +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/regional_noquilt Checking test 044 regional_noquilt results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK @@ -1957,28 +1957,28 @@ Checking test 044 regional_noquilt results .... Comparing RESTART/fv_core.res.tile1_new.nc .........OK Comparing RESTART/fv_tracer.res.tile1_new.nc .........OK -0:The total amount of wall time = 358.178465 -0:The maximum resident set size (KB) = 601152 +0:The total amount of wall time = 367.899807 +0:The maximum resident set size (KB) = 597596 Test 044 regional_noquilt PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/regional_netcdf_parallel -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/regional_netcdf_parallel +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/regional_netcdf_parallel Checking test 045 regional_netcdf_parallel results .... - Comparing dynf000.nc ............ALT CHECK......OK + Comparing dynf000.nc .........OK Comparing dynf006.nc ............ALT CHECK......OK - Comparing phyf000.nc ............ALT CHECK......OK + Comparing phyf000.nc .........OK Comparing phyf006.nc ............ALT CHECK......OK -0:The total amount of wall time = 328.704123 -0:The maximum resident set size (KB) = 593600 +0:The total amount of wall time = 337.777120 +0:The maximum resident set size (KB) = 590048 Test 045 regional_netcdf_parallel PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/regional_control -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/regional_2dwrtdecomp +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/regional_2dwrtdecomp Checking test 046 regional_2dwrtdecomp results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -1989,14 +1989,14 @@ Checking test 046 regional_2dwrtdecomp results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK -0:The total amount of wall time = 342.770235 -0:The maximum resident set size (KB) = 608244 +0:The total amount of wall time = 347.214762 +0:The maximum resident set size (KB) = 604612 Test 046 regional_2dwrtdecomp PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/fv3_regional_wofs -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/regional_wofs +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/regional_wofs Checking test 047 regional_wofs results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2007,14 +2007,14 @@ Checking test 047 regional_wofs results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK -0:The total amount of wall time = 425.962116 -0:The maximum resident set size (KB) = 273804 +0:The total amount of wall time = 423.857106 +0:The maximum resident set size (KB) = 270220 Test 047 regional_wofs PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/rap_control -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/rap_control +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/rap_control Checking test 048 rap_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2061,14 +2061,14 @@ Checking test 048 rap_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 483.022746 -0:The maximum resident set size (KB) = 829960 +0:The total amount of wall time = 477.930220 +0:The maximum resident set size (KB) = 826152 Test 048 rap_control PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/regional_spp_sppt_shum_skeb -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/regional_spp_sppt_shum_skeb +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/regional_spp_sppt_shum_skeb Checking test 049 regional_spp_sppt_shum_skeb results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK @@ -2079,14 +2079,14 @@ Checking test 049 regional_spp_sppt_shum_skeb results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF01 .........OK -0:The total amount of wall time = 325.044312 -0:The maximum resident set size (KB) = 951400 +0:The total amount of wall time = 324.090245 +0:The maximum resident set size (KB) = 947572 Test 049 regional_spp_sppt_shum_skeb PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/rap_control -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/rap_decomp +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/rap_decomp Checking test 050 rap_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2133,14 +2133,14 @@ Checking test 050 rap_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 494.453797 -0:The maximum resident set size (KB) = 826080 +0:The total amount of wall time = 511.060332 +0:The maximum resident set size (KB) = 822396 Test 050 rap_decomp PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/rap_control -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/rap_2threads +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/rap_2threads Checking test 051 rap_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2187,14 +2187,14 @@ Checking test 051 rap_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 464.576186 -0:The maximum resident set size (KB) = 895876 +0:The total amount of wall time = 464.424247 +0:The maximum resident set size (KB) = 892188 Test 051 rap_2threads PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/rap_control -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/rap_restart +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/rap_restart Checking test 052 rap_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -2233,14 +2233,14 @@ Checking test 052 rap_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 237.131624 -0:The maximum resident set size (KB) = 573532 +0:The total amount of wall time = 240.768193 +0:The maximum resident set size (KB) = 569844 Test 052 rap_restart PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/rap_sfcdiff -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/rap_sfcdiff +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/rap_sfcdiff Checking test 053 rap_sfcdiff results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2287,14 +2287,14 @@ Checking test 053 rap_sfcdiff results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 464.585035 -0:The maximum resident set size (KB) = 826440 +0:The total amount of wall time = 470.297601 +0:The maximum resident set size (KB) = 822912 Test 053 rap_sfcdiff PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/rap_sfcdiff -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/rap_sfcdiff_decomp +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/rap_sfcdiff_decomp Checking test 054 rap_sfcdiff_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2341,14 +2341,14 @@ Checking test 054 rap_sfcdiff_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 499.417763 -0:The maximum resident set size (KB) = 825904 +0:The total amount of wall time = 502.252940 +0:The maximum resident set size (KB) = 822296 Test 054 rap_sfcdiff_decomp PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/rap_sfcdiff -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/rap_sfcdiff_restart +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/rap_sfcdiff_restart Checking test 055 rap_sfcdiff_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -2387,14 +2387,14 @@ Checking test 055 rap_sfcdiff_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 349.318691 -0:The maximum resident set size (KB) = 572776 +0:The total amount of wall time = 359.189469 +0:The maximum resident set size (KB) = 569440 Test 055 rap_sfcdiff_restart PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/hrrr_control -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/hrrr_control +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/hrrr_control Checking test 056 hrrr_control results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2441,14 +2441,14 @@ Checking test 056 hrrr_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 451.148706 -0:The maximum resident set size (KB) = 824784 +0:The total amount of wall time = 453.906317 +0:The maximum resident set size (KB) = 821228 Test 056 hrrr_control PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/hrrr_control -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/hrrr_control_decomp +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/hrrr_control_decomp Checking test 057 hrrr_control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2495,14 +2495,14 @@ Checking test 057 hrrr_control_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 474.709016 -0:The maximum resident set size (KB) = 823884 +0:The total amount of wall time = 473.051033 +0:The maximum resident set size (KB) = 819920 Test 057 hrrr_control_decomp PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/hrrr_control -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/hrrr_control_2threads +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/hrrr_control_2threads Checking test 058 hrrr_control_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2549,14 +2549,14 @@ Checking test 058 hrrr_control_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 432.438632 -0:The maximum resident set size (KB) = 890884 +0:The total amount of wall time = 432.998591 +0:The maximum resident set size (KB) = 886836 Test 058 hrrr_control_2threads PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/hrrr_control -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/hrrr_control_restart +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/hrrr_control_restart Checking test 059 hrrr_control_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -2595,14 +2595,14 @@ Checking test 059 hrrr_control_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 340.970153 -0:The maximum resident set size (KB) = 568432 +0:The total amount of wall time = 335.908475 +0:The maximum resident set size (KB) = 565304 Test 059 hrrr_control_restart PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/rrfs_v1beta -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/rrfs_v1beta +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/rrfs_v1beta Checking test 060 rrfs_v1beta results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2649,14 +2649,14 @@ Checking test 060 rrfs_v1beta results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 466.411120 -0:The maximum resident set size (KB) = 823240 +0:The total amount of wall time = 459.538920 +0:The maximum resident set size (KB) = 819576 Test 060 rrfs_v1beta PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/rrfs_v1nssl -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/rrfs_v1nssl +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/rrfs_v1nssl Checking test 061 rrfs_v1nssl results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2671,14 +2671,14 @@ Checking test 061 rrfs_v1nssl results .... Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK -0:The total amount of wall time = 573.722949 -0:The maximum resident set size (KB) = 511392 +0:The total amount of wall time = 575.754951 +0:The maximum resident set size (KB) = 507916 Test 061 rrfs_v1nssl PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/rrfs_v1nssl_nohailnoccn -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/rrfs_v1nssl_nohailnoccn +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/rrfs_v1nssl_nohailnoccn Checking test 062 rrfs_v1nssl_nohailnoccn results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2693,14 +2693,14 @@ Checking test 062 rrfs_v1nssl_nohailnoccn results .... Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK -0:The total amount of wall time = 557.213919 -0:The maximum resident set size (KB) = 506592 +0:The total amount of wall time = 555.075875 +0:The maximum resident set size (KB) = 503032 Test 062 rrfs_v1nssl_nohailnoccn PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/rrfs_conus13km_hrrr_warm -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/rrfs_conus13km_hrrr_warm +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/rrfs_conus13km_hrrr_warm Checking test 063 rrfs_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -2709,14 +2709,14 @@ Checking test 063 rrfs_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK -0:The total amount of wall time = 129.669896 -0:The maximum resident set size (KB) = 640936 +0:The total amount of wall time = 130.807572 +0:The maximum resident set size (KB) = 637456 Test 063 rrfs_conus13km_hrrr_warm PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/rrfs_smoke_conus13km_hrrr_warm -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/rrfs_smoke_conus13km_hrrr_warm +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/rrfs_smoke_conus13km_hrrr_warm Checking test 064 rrfs_smoke_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -2725,14 +2725,14 @@ Checking test 064 rrfs_smoke_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK -0:The total amount of wall time = 146.470401 -0:The maximum resident set size (KB) = 656492 +0:The total amount of wall time = 143.221776 +0:The maximum resident set size (KB) = 652972 Test 064 rrfs_smoke_conus13km_hrrr_warm PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/rrfs_conus13km_radar_tten_warm -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/rrfs_conus13km_radar_tten_warm +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/rrfs_conus13km_radar_tten_warm Checking test 065 rrfs_conus13km_radar_tten_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -2741,14 +2741,14 @@ Checking test 065 rrfs_conus13km_radar_tten_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK -0:The total amount of wall time = 129.809963 -0:The maximum resident set size (KB) = 643704 +0:The total amount of wall time = 126.939902 +0:The maximum resident set size (KB) = 640268 Test 065 rrfs_conus13km_radar_tten_warm PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/rrfs_conus13km_hrrr_warm -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/rrfs_conus13km_hrrr_warm_2threads +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/rrfs_conus13km_hrrr_warm_2threads Checking test 066 rrfs_conus13km_hrrr_warm_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -2757,14 +2757,14 @@ Checking test 066 rrfs_conus13km_hrrr_warm_2threads results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK -0:The total amount of wall time = 82.188414 -0:The maximum resident set size (KB) = 659212 +0:The total amount of wall time = 81.565041 +0:The maximum resident set size (KB) = 655488 Test 066 rrfs_conus13km_hrrr_warm_2threads PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/rrfs_conus13km_radar_tten_warm -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/rrfs_conus13km_radar_tten_warm_2threads +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/rrfs_conus13km_radar_tten_warm_2threads Checking test 067 rrfs_conus13km_radar_tten_warm_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -2773,14 +2773,14 @@ Checking test 067 rrfs_conus13km_radar_tten_warm_2threads results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK -0:The total amount of wall time = 82.694752 -0:The maximum resident set size (KB) = 661536 +0:The total amount of wall time = 82.677821 +0:The maximum resident set size (KB) = 658020 Test 067 rrfs_conus13km_radar_tten_warm_2threads PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/control_csawmg -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/control_csawmg +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/control_csawmg Checking test 068 control_csawmg results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2791,14 +2791,14 @@ Checking test 068 control_csawmg results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 395.523599 -0:The maximum resident set size (KB) = 532448 +0:The total amount of wall time = 395.292564 +0:The maximum resident set size (KB) = 528952 Test 068 control_csawmg PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/control_csawmgt -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/control_csawmgt +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/control_csawmgt Checking test 069 control_csawmgt results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2809,14 +2809,14 @@ Checking test 069 control_csawmgt results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 393.876407 -0:The maximum resident set size (KB) = 531688 +0:The total amount of wall time = 392.647040 +0:The maximum resident set size (KB) = 528140 Test 069 control_csawmgt PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/control_ras -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/control_ras +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/control_ras Checking test 070 control_ras results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2827,54 +2827,54 @@ Checking test 070 control_ras results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 204.047374 -0:The maximum resident set size (KB) = 492172 +0:The total amount of wall time = 203.856009 +0:The maximum resident set size (KB) = 488580 Test 070 control_ras PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/control_wam -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/control_wam +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/control_wam Checking test 071 control_wam results .... - Comparing sfcf024.nc ............ALT CHECK......NOT OK - Comparing atmf024.nc ............ALT CHECK......NOT OK + Comparing sfcf024.nc .........OK + Comparing atmf024.nc .........OK -0:The total amount of wall time = 129.445765 -0:The maximum resident set size (KB) = 207632 +0:The total amount of wall time = 128.940913 +0:The maximum resident set size (KB) = 204224 -Test 071 control_wam FAIL Tries: 2 +Test 071 control_wam PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/rrfs_conus13km_hrrr_warm_debugs -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/rrfs_conus13km_hrrr_warm_debug +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/rrfs_conus13km_hrrr_warm_debug Checking test 072 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 = 757.479051 -0:The maximum resident set size (KB) = 670196 +0:The total amount of wall time = 762.673706 +0:The maximum resident set size (KB) = 666388 Test 072 rrfs_conus13km_hrrr_warm_debug PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/rrfs_conus13km_radar_tten_warm_debug -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/rrfs_conus13km_radar_tten_warm_debug +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/rrfs_conus13km_radar_tten_warm_debug Checking test 073 rrfs_conus13km_radar_tten_warm_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 756.590882 -0:The maximum resident set size (KB) = 673768 +0:The total amount of wall time = 763.406994 +0:The maximum resident set size (KB) = 670180 Test 073 rrfs_conus13km_radar_tten_warm_debug PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/control_CubedSphereGrid_debug -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/control_CubedSphereGrid_debug +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/control_CubedSphereGrid_debug Checking test 074 control_CubedSphereGrid_debug results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -2901,334 +2901,334 @@ Checking test 074 control_CubedSphereGrid_debug results .... Comparing atmf001.tile5.nc .........OK Comparing atmf001.tile6.nc .........OK -0:The total amount of wall time = 173.420882 -0:The maximum resident set size (KB) = 624876 +0:The total amount of wall time = 173.860570 +0:The maximum resident set size (KB) = 621484 Test 074 control_CubedSphereGrid_debug PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/control_wrtGauss_netcdf_parallel_debug -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/control_wrtGauss_netcdf_parallel_debug +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/control_wrtGauss_netcdf_parallel_debug Checking test 075 control_wrtGauss_netcdf_parallel_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK - Comparing atmf000.nc ............ALT CHECK......OK - Comparing atmf001.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf001.nc ............ALT CHECK......OK -0:The total amount of wall time = 162.098676 -0:The maximum resident set size (KB) = 624732 +0:The total amount of wall time = 162.665639 +0:The maximum resident set size (KB) = 621144 Test 075 control_wrtGauss_netcdf_parallel_debug PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/control_stochy_debug -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/control_stochy_debug +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/control_stochy_debug Checking test 076 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 = 181.979967 -0:The maximum resident set size (KB) = 628620 +0:The total amount of wall time = 184.762238 +0:The maximum resident set size (KB) = 624876 Test 076 control_stochy_debug PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/control_lndp_debug -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/control_lndp_debug +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/control_lndp_debug Checking test 077 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 = 163.405707 -0:The maximum resident set size (KB) = 628992 +0:The total amount of wall time = 165.545947 +0:The maximum resident set size (KB) = 626368 Test 077 control_lndp_debug PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/control_csawmg_debug -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/control_csawmg_debug +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/control_csawmg_debug Checking test 078 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 = 255.553862 -0:The maximum resident set size (KB) = 673816 +0:The total amount of wall time = 254.628754 +0:The maximum resident set size (KB) = 670928 Test 078 control_csawmg_debug PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/control_csawmgt_debug -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/control_csawmgt_debug +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/control_csawmgt_debug Checking test 079 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 = 251.070870 -0:The maximum resident set size (KB) = 674760 +0:The total amount of wall time = 253.504246 +0:The maximum resident set size (KB) = 668748 Test 079 control_csawmgt_debug PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/control_ras_debug -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/control_ras_debug +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/control_ras_debug Checking test 080 control_ras_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 166.366710 -0:The maximum resident set size (KB) = 636064 +0:The total amount of wall time = 167.058687 +0:The maximum resident set size (KB) = 632160 Test 080 control_ras_debug PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/control_diag_debug -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/control_diag_debug +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/control_diag_debug Checking test 081 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 = 168.313125 -0:The maximum resident set size (KB) = 681304 +0:The total amount of wall time = 170.112491 +0:The maximum resident set size (KB) = 677608 Test 081 control_diag_debug PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/control_debug_p8 -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/control_debug_p8 +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/control_debug_p8 Checking test 082 control_debug_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 183.039228 -0:The maximum resident set size (KB) = 1447680 +0:The total amount of wall time = 185.054236 +0:The maximum resident set size (KB) = 1444004 Test 082 control_debug_p8 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/regional_debug -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/regional_debug +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/regional_debug Checking test 083 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.861031 -0:The maximum resident set size (KB) = 625812 +0:The total amount of wall time = 1042.353369 +0:The maximum resident set size (KB) = 622092 Test 083 regional_debug PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/rap_control_debug -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/rap_control_debug +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/rap_control_debug Checking test 084 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 = 293.862765 -0:The maximum resident set size (KB) = 993100 +0:The total amount of wall time = 294.150155 +0:The maximum resident set size (KB) = 989588 Test 084 rap_control_debug PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/hrrr_control_debug -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/hrrr_control_debug +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/hrrr_control_debug Checking test 085 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 = 288.584596 -0:The maximum resident set size (KB) = 992368 +0:The total amount of wall time = 289.732951 +0:The maximum resident set size (KB) = 988576 Test 085 hrrr_control_debug PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/rap_control_debug -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/rap_unified_drag_suite_debug +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/rap_unified_drag_suite_debug Checking test 086 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 = 293.804755 -0:The maximum resident set size (KB) = 993420 +0:The total amount of wall time = 294.876469 +0:The maximum resident set size (KB) = 989756 Test 086 rap_unified_drag_suite_debug PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/rap_diag_debug -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/rap_diag_debug +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/rap_diag_debug Checking test 087 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 = 307.717177 -0:The maximum resident set size (KB) = 1077472 +0:The total amount of wall time = 308.584056 +0:The maximum resident set size (KB) = 1073760 Test 087 rap_diag_debug PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/rap_cires_ugwp_debug -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/rap_cires_ugwp_debug +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/rap_cires_ugwp_debug Checking test 088 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 = 299.507564 -0:The maximum resident set size (KB) = 992020 +0:The total amount of wall time = 300.873511 +0:The maximum resident set size (KB) = 988412 Test 088 rap_cires_ugwp_debug PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/rap_cires_ugwp_debug -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/rap_unified_ugwp_debug +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/rap_unified_ugwp_debug Checking test 089 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 = 299.941171 -0:The maximum resident set size (KB) = 994120 +0:The total amount of wall time = 299.718417 +0:The maximum resident set size (KB) = 990296 Test 089 rap_unified_ugwp_debug PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/rap_lndp_debug -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/rap_lndp_debug +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/rap_lndp_debug Checking test 090 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 = 297.073245 -0:The maximum resident set size (KB) = 994016 +0:The total amount of wall time = 297.031505 +0:The maximum resident set size (KB) = 990256 Test 090 rap_lndp_debug PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/rap_flake_debug -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/rap_flake_debug +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/rap_flake_debug Checking test 091 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 = 294.143752 -0:The maximum resident set size (KB) = 993340 +0:The total amount of wall time = 295.561868 +0:The maximum resident set size (KB) = 989520 Test 091 rap_flake_debug PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/rap_progcld_thompson_debug -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/rap_progcld_thompson_debug +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/rap_progcld_thompson_debug Checking test 092 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 = 294.182724 -0:The maximum resident set size (KB) = 993296 +0:The total amount of wall time = 295.736890 +0:The maximum resident set size (KB) = 989572 Test 092 rap_progcld_thompson_debug PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/rap_noah_debug -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/rap_noah_debug +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/rap_noah_debug Checking test 093 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 = 287.668614 -0:The maximum resident set size (KB) = 993168 +0:The total amount of wall time = 289.319896 +0:The maximum resident set size (KB) = 989544 Test 093 rap_noah_debug PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/rap_sfcdiff_debug -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/rap_sfcdiff_debug +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/rap_sfcdiff_debug Checking test 094 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 = 293.426962 -0:The maximum resident set size (KB) = 994460 +0:The total amount of wall time = 295.615287 +0:The maximum resident set size (KB) = 990772 Test 094 rap_sfcdiff_debug PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/rap_noah_sfcdiff_cires_ugwp_debug -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/rap_noah_sfcdiff_cires_ugwp_debug +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/rap_noah_sfcdiff_cires_ugwp_debug Checking test 095 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 = 477.479128 -0:The maximum resident set size (KB) = 992464 +0:The total amount of wall time = 478.969522 +0:The maximum resident set size (KB) = 988768 Test 095 rap_noah_sfcdiff_cires_ugwp_debug PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/rrfs_v1beta_debug -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/rrfs_v1beta_debug +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/rrfs_v1beta_debug Checking test 096 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 = 289.115271 -0:The maximum resident set size (KB) = 989696 +0:The total amount of wall time = 290.272700 +0:The maximum resident set size (KB) = 985876 Test 096 rrfs_v1beta_debug PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/control_wam_debug -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/control_wam_debug +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/control_wam_debug Checking test 097 control_wam_debug results .... Comparing sfcf019.nc .........OK Comparing atmf019.nc .........OK -0:The total amount of wall time = 295.843540 -0:The maximum resident set size (KB) = 241320 +0:The total amount of wall time = 301.397794 +0:The maximum resident set size (KB) = 237832 Test 097 control_wam_debug PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/regional_spp_sppt_shum_skeb_dyn32_phy32 -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/regional_spp_sppt_shum_skeb_dyn32_phy32 +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/regional_spp_sppt_shum_skeb_dyn32_phy32 Checking test 098 regional_spp_sppt_shum_skeb_dyn32_phy32 results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK @@ -3239,14 +3239,14 @@ Checking test 098 regional_spp_sppt_shum_skeb_dyn32_phy32 results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF01 .........OK -0:The total amount of wall time = 303.187666 -0:The maximum resident set size (KB) = 850504 +0:The total amount of wall time = 303.693064 +0:The maximum resident set size (KB) = 846724 Test 098 regional_spp_sppt_shum_skeb_dyn32_phy32 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/rap_control_dyn32_phy32 -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/rap_control_dyn32_phy32 +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/rap_control_dyn32_phy32 Checking test 099 rap_control_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3293,14 +3293,14 @@ Checking test 099 rap_control_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 390.132353 -0:The maximum resident set size (KB) = 710520 +0:The total amount of wall time = 386.789463 +0:The maximum resident set size (KB) = 707000 Test 099 rap_control_dyn32_phy32 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/hrrr_control_dyn32_phy32 -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/hrrr_control_dyn32_phy32 +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/hrrr_control_dyn32_phy32 Checking test 100 hrrr_control_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3347,14 +3347,14 @@ Checking test 100 hrrr_control_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 201.292629 -0:The maximum resident set size (KB) = 708632 +0:The total amount of wall time = 204.874986 +0:The maximum resident set size (KB) = 705192 Test 100 hrrr_control_dyn32_phy32 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/rap_control_dyn32_phy32 -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/rap_2threads_dyn32_phy32 +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/rap_2threads_dyn32_phy32 Checking test 101 rap_2threads_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3401,14 +3401,14 @@ Checking test 101 rap_2threads_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 368.372076 -0:The maximum resident set size (KB) = 760620 +0:The total amount of wall time = 374.205189 +0:The maximum resident set size (KB) = 756860 Test 101 rap_2threads_dyn32_phy32 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/hrrr_control_dyn32_phy32 -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/hrrr_control_2threads_dyn32_phy32 +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/hrrr_control_2threads_dyn32_phy32 Checking test 102 hrrr_control_2threads_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3455,14 +3455,14 @@ Checking test 102 hrrr_control_2threads_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 200.963193 -0:The maximum resident set size (KB) = 762816 +0:The total amount of wall time = 200.937988 +0:The maximum resident set size (KB) = 759392 Test 102 hrrr_control_2threads_dyn32_phy32 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/hrrr_control_dyn32_phy32 -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/hrrr_control_decomp_dyn32_phy32 +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/hrrr_control_decomp_dyn32_phy32 Checking test 103 hrrr_control_decomp_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3509,14 +3509,14 @@ Checking test 103 hrrr_control_decomp_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 215.674321 -0:The maximum resident set size (KB) = 708208 +0:The total amount of wall time = 216.050069 +0:The maximum resident set size (KB) = 704704 Test 103 hrrr_control_decomp_dyn32_phy32 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/rap_control_dyn32_phy32 -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/rap_restart_dyn32_phy32 +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/rap_restart_dyn32_phy32 Checking test 104 rap_restart_dyn32_phy32 results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -3555,14 +3555,14 @@ Checking test 104 rap_restart_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 292.182006 -0:The maximum resident set size (KB) = 547468 +0:The total amount of wall time = 292.591491 +0:The maximum resident set size (KB) = 543864 Test 104 rap_restart_dyn32_phy32 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/hrrr_control_dyn32_phy32 -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/hrrr_control_restart_dyn32_phy32 +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/hrrr_control_restart_dyn32_phy32 Checking test 105 hrrr_control_restart_dyn32_phy32 results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -3601,14 +3601,14 @@ Checking test 105 hrrr_control_restart_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 102.867738 -0:The maximum resident set size (KB) = 543604 +0:The total amount of wall time = 104.536458 +0:The maximum resident set size (KB) = 540144 Test 105 hrrr_control_restart_dyn32_phy32 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/rap_control_dyn64_phy32 -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/rap_control_dyn64_phy32 +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/rap_control_dyn64_phy32 Checking test 106 rap_control_dyn64_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3655,81 +3655,81 @@ Checking test 106 rap_control_dyn64_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 267.582723 -0:The maximum resident set size (KB) = 731880 +0:The total amount of wall time = 268.438775 +0:The maximum resident set size (KB) = 728268 Test 106 rap_control_dyn64_phy32 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/rap_control_debug_dyn32_phy32 -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/rap_control_debug_dyn32_phy32 +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/rap_control_debug_dyn32_phy32 Checking test 107 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 = 291.145818 -0:The maximum resident set size (KB) = 879580 +0:The total amount of wall time = 293.887688 +0:The maximum resident set size (KB) = 876100 Test 107 rap_control_debug_dyn32_phy32 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/hrrr_control_debug_dyn32_phy32 -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/hrrr_control_debug_dyn32_phy32 +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/hrrr_control_debug_dyn32_phy32 Checking test 108 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 = 286.062922 -0:The maximum resident set size (KB) = 878504 +0:The total amount of wall time = 286.227100 +0:The maximum resident set size (KB) = 875008 Test 108 hrrr_control_debug_dyn32_phy32 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/rap_control_debug_dyn64_phy32 -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/rap_control_dyn64_phy32_debug +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/rap_control_dyn64_phy32_debug Checking test 109 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 = 293.802137 -0:The maximum resident set size (KB) = 896664 +0:The total amount of wall time = 299.037260 +0:The maximum resident set size (KB) = 893108 Test 109 rap_control_dyn64_phy32_debug PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/hafs_regional_atm -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/hafs_regional_atm +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/hafs_regional_atm Checking test 110 hafs_regional_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing HURPRS.GrbF06 .........OK -0:The total amount of wall time = 250.490842 -0:The maximum resident set size (KB) = 712000 +0:The total amount of wall time = 252.501977 +0:The maximum resident set size (KB) = 709388 Test 110 hafs_regional_atm PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/hafs_regional_atm_thompson_gfdlsf -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/hafs_regional_atm_thompson_gfdlsf +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/hafs_regional_atm_thompson_gfdlsf Checking test 111 hafs_regional_atm_thompson_gfdlsf results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK -0:The total amount of wall time = 278.108494 -0:The maximum resident set size (KB) = 1074320 +0:The total amount of wall time = 293.248831 +0:The maximum resident set size (KB) = 1071008 Test 111 hafs_regional_atm_thompson_gfdlsf PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/hafs_regional_atm_ocn -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/hafs_regional_atm_ocn +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/hafs_regional_atm_ocn Checking test 112 hafs_regional_atm_ocn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -3738,14 +3738,14 @@ Checking test 112 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 = 443.494042 -0:The maximum resident set size (KB) = 721036 +0:The total amount of wall time = 446.300828 +0:The maximum resident set size (KB) = 717208 Test 112 hafs_regional_atm_ocn PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/hafs_regional_atm_wav -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/hafs_regional_atm_wav +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/hafs_regional_atm_wav Checking test 113 hafs_regional_atm_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -3754,14 +3754,14 @@ Checking test 113 hafs_regional_atm_wav results .... Comparing 20190829.060000.restart.ww3 .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK -0:The total amount of wall time = 1074.872900 -0:The maximum resident set size (KB) = 751772 +0:The total amount of wall time = 1058.088247 +0:The maximum resident set size (KB) = 748500 Test 113 hafs_regional_atm_wav PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/hafs_regional_atm_ocn_wav -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/hafs_regional_atm_ocn_wav +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/hafs_regional_atm_ocn_wav Checking test 114 hafs_regional_atm_ocn_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -3772,28 +3772,28 @@ Checking test 114 hafs_regional_atm_ocn_wav results .... Comparing 20190829.060000.restart.ww3 .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK -0:The total amount of wall time = 1050.598446 -0:The maximum resident set size (KB) = 769808 +0:The total amount of wall time = 1119.357354 +0:The maximum resident set size (KB) = 766312 Test 114 hafs_regional_atm_ocn_wav PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/hafs_regional_1nest_atm -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/hafs_regional_1nest_atm +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/hafs_regional_1nest_atm Checking test 115 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 = 373.413389 -0:The maximum resident set size (KB) = 287704 +0:The total amount of wall time = 376.309686 +0:The maximum resident set size (KB) = 284032 Test 115 hafs_regional_1nest_atm PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/hafs_regional_telescopic_2nests_atm -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/hafs_regional_telescopic_2nests_atm +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/hafs_regional_telescopic_2nests_atm Checking test 116 hafs_regional_telescopic_2nests_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -3802,28 +3802,28 @@ Checking test 116 hafs_regional_telescopic_2nests_atm results .... Comparing atm.nest03.f006.nc .........OK Comparing sfc.nest03.f006.nc .........OK -0:The total amount of wall time = 425.466651 -0:The maximum resident set size (KB) = 304816 +0:The total amount of wall time = 426.082407 +0:The maximum resident set size (KB) = 301252 Test 116 hafs_regional_telescopic_2nests_atm PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/hafs_global_1nest_atm -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/hafs_global_1nest_atm +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/hafs_global_1nest_atm Checking test 117 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 = 169.190275 -0:The maximum resident set size (KB) = 205076 +0:The total amount of wall time = 172.505652 +0:The maximum resident set size (KB) = 201820 Test 117 hafs_global_1nest_atm PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/hafs_global_multiple_4nests_atm -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/hafs_global_multiple_4nests_atm +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/hafs_global_multiple_4nests_atm Checking test 118 hafs_global_multiple_4nests_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -3841,14 +3841,14 @@ Checking test 118 hafs_global_multiple_4nests_atm results .... Comparing HURPRS.GrbF06.nest04 .........OK Comparing HURPRS.GrbF06.nest05 .........OK -0:The total amount of wall time = 488.202017 -0:The maximum resident set size (KB) = 292800 +0:The total amount of wall time = 488.747865 +0:The maximum resident set size (KB) = 291088 Test 118 hafs_global_multiple_4nests_atm PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/hafs_regional_specified_moving_1nest_atm -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/hafs_regional_specified_moving_1nest_atm +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/hafs_regional_specified_moving_1nest_atm Checking test 119 hafs_regional_specified_moving_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -3857,28 +3857,28 @@ Checking test 119 hafs_regional_specified_moving_1nest_atm results .... Comparing HURPRS.GrbF06 .........OK Comparing HURPRS.GrbF06.nest02 .........OK -0:The total amount of wall time = 236.848661 -0:The maximum resident set size (KB) = 305868 +0:The total amount of wall time = 237.460003 +0:The maximum resident set size (KB) = 302300 Test 119 hafs_regional_specified_moving_1nest_atm PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/hafs_regional_storm_following_1nest_atm -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/hafs_regional_storm_following_1nest_atm +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/hafs_regional_storm_following_1nest_atm Checking test 120 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 = 225.640945 -0:The maximum resident set size (KB) = 305444 +0:The total amount of wall time = 226.060506 +0:The maximum resident set size (KB) = 301512 Test 120 hafs_regional_storm_following_1nest_atm PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/hafs_regional_storm_following_1nest_atm_ocn -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/hafs_regional_storm_following_1nest_atm_ocn +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/hafs_regional_storm_following_1nest_atm_ocn Checking test 121 hafs_regional_storm_following_1nest_atm_ocn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -3887,28 +3887,28 @@ Checking test 121 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 = 264.191148 -0:The maximum resident set size (KB) = 351104 +0:The total amount of wall time = 277.087495 +0:The maximum resident set size (KB) = 347008 Test 121 hafs_regional_storm_following_1nest_atm_ocn PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/hafs_global_storm_following_1nest_atm -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/hafs_global_storm_following_1nest_atm +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/hafs_global_storm_following_1nest_atm Checking test 122 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 = 65.992316 -0:The maximum resident set size (KB) = 219632 +0:The total amount of wall time = 64.559228 +0:The maximum resident set size (KB) = 216180 Test 122 hafs_global_storm_following_1nest_atm PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/hafs_regional_storm_following_1nest_atm_ocn_wav -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/hafs_regional_storm_following_1nest_atm_ocn_wav +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/hafs_regional_storm_following_1nest_atm_ocn_wav Checking test 123 hafs_regional_storm_following_1nest_atm_ocn_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -3919,14 +3919,14 @@ Checking test 123 hafs_regional_storm_following_1nest_atm_ocn_wav results .... Comparing out_grd.ww3 .........OK Comparing out_pnt.ww3 .........OK -0:The total amount of wall time = 757.834041 -0:The maximum resident set size (KB) = 413852 +0:The total amount of wall time = 770.412701 +0:The maximum resident set size (KB) = 410752 Test 123 hafs_regional_storm_following_1nest_atm_ocn_wav PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/hafs_regional_docn -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/hafs_regional_docn +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/hafs_regional_docn Checking test 124 hafs_regional_docn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -3934,14 +3934,14 @@ Checking test 124 hafs_regional_docn results .... Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK Comparing ufs.hafs.docn.r.2019-08-29-21600.nc .........OK -0:The total amount of wall time = 397.538942 -0:The maximum resident set size (KB) = 738920 +0:The total amount of wall time = 385.816595 +0:The maximum resident set size (KB) = 734948 Test 124 hafs_regional_docn PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/hafs_regional_docn_oisst -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/hafs_regional_docn_oisst +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/hafs_regional_docn_oisst Checking test 125 hafs_regional_docn_oisst results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -3949,131 +3949,131 @@ Checking test 125 hafs_regional_docn_oisst results .... Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK Comparing ufs.hafs.docn.r.2019-08-29-21600.nc .........OK -0:The total amount of wall time = 381.862815 -0:The maximum resident set size (KB) = 718300 +0:The total amount of wall time = 381.505138 +0:The maximum resident set size (KB) = 714480 Test 125 hafs_regional_docn_oisst PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/hafs_regional_datm_cdeps -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/hafs_regional_datm_cdeps +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/hafs_regional_datm_cdeps Checking test 126 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 = 1276.722404 -0:The maximum resident set size (KB) = 891464 +0:The total amount of wall time = 1274.647275 +0:The maximum resident set size (KB) = 887916 Test 126 hafs_regional_datm_cdeps PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/datm_cdeps_control_cfsr -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/datm_cdeps_control_cfsr +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/datm_cdeps_control_cfsr Checking test 127 datm_cdeps_control_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK -0:The total amount of wall time = 168.565830 -0:The maximum resident set size (KB) = 731336 +0:The total amount of wall time = 168.354857 +0:The maximum resident set size (KB) = 716652 Test 127 datm_cdeps_control_cfsr PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/datm_cdeps_control_cfsr -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/datm_cdeps_restart_cfsr +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/datm_cdeps_restart_cfsr Checking test 128 datm_cdeps_restart_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK -0:The total amount of wall time = 100.656826 -0:The maximum resident set size (KB) = 719872 +0:The total amount of wall time = 101.083081 +0:The maximum resident set size (KB) = 704828 Test 128 datm_cdeps_restart_cfsr PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/datm_cdeps_control_gefs -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/datm_cdeps_control_gefs +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/datm_cdeps_control_gefs Checking test 129 datm_cdeps_control_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK -0:The total amount of wall time = 162.146950 -0:The maximum resident set size (KB) = 610908 +0:The total amount of wall time = 162.617980 +0:The maximum resident set size (KB) = 607444 Test 129 datm_cdeps_control_gefs PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/datm_cdeps_iau_gefs -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/datm_cdeps_iau_gefs +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/datm_cdeps_iau_gefs Checking test 130 datm_cdeps_iau_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK -0:The total amount of wall time = 165.283294 -0:The maximum resident set size (KB) = 610916 +0:The total amount of wall time = 165.913220 +0:The maximum resident set size (KB) = 607468 Test 130 datm_cdeps_iau_gefs PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/datm_cdeps_stochy_gefs -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/datm_cdeps_stochy_gefs +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/datm_cdeps_stochy_gefs Checking test 131 datm_cdeps_stochy_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK -0:The total amount of wall time = 165.148609 -0:The maximum resident set size (KB) = 610884 +0:The total amount of wall time = 165.304993 +0:The maximum resident set size (KB) = 607452 Test 131 datm_cdeps_stochy_gefs PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/datm_cdeps_ciceC_cfsr -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/datm_cdeps_ciceC_cfsr +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/datm_cdeps_ciceC_cfsr Checking test 132 datm_cdeps_ciceC_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK -0:The total amount of wall time = 169.200130 -0:The maximum resident set size (KB) = 720228 +0:The total amount of wall time = 168.935133 +0:The maximum resident set size (KB) = 727772 Test 132 datm_cdeps_ciceC_cfsr PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/datm_cdeps_bulk_cfsr -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/datm_cdeps_bulk_cfsr +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/datm_cdeps_bulk_cfsr Checking test 133 datm_cdeps_bulk_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK -0:The total amount of wall time = 169.858424 -0:The maximum resident set size (KB) = 731432 +0:The total amount of wall time = 169.346519 +0:The maximum resident set size (KB) = 716688 Test 133 datm_cdeps_bulk_cfsr PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/datm_cdeps_bulk_gefs -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/datm_cdeps_bulk_gefs +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/datm_cdeps_bulk_gefs Checking test 134 datm_cdeps_bulk_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK -0:The total amount of wall time = 161.442177 -0:The maximum resident set size (KB) = 610900 +0:The total amount of wall time = 161.922311 +0:The maximum resident set size (KB) = 607484 Test 134 datm_cdeps_bulk_gefs PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/datm_cdeps_mx025_cfsr -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/datm_cdeps_mx025_cfsr +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/datm_cdeps_mx025_cfsr Checking test 135 datm_cdeps_mx025_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK @@ -4082,14 +4082,14 @@ Checking test 135 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 = 685.322983 -0:The maximum resident set size (KB) = 518112 +0:The total amount of wall time = 694.809374 +0:The maximum resident set size (KB) = 514324 Test 135 datm_cdeps_mx025_cfsr PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/datm_cdeps_mx025_gefs -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/datm_cdeps_mx025_gefs +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/datm_cdeps_mx025_gefs Checking test 136 datm_cdeps_mx025_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK @@ -4098,64 +4098,64 @@ Checking test 136 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 = 689.773725 -0:The maximum resident set size (KB) = 498196 +0:The total amount of wall time = 412.371839 +0:The maximum resident set size (KB) = 494836 Test 136 datm_cdeps_mx025_gefs PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/datm_cdeps_control_cfsr -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/datm_cdeps_multiple_files_cfsr +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/datm_cdeps_multiple_files_cfsr Checking test 137 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 = 166.835426 -0:The maximum resident set size (KB) = 731396 +0:The total amount of wall time = 167.893667 +0:The maximum resident set size (KB) = 716688 Test 137 datm_cdeps_multiple_files_cfsr PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/datm_cdeps_3072x1536_cfsr -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/datm_cdeps_3072x1536_cfsr +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/datm_cdeps_3072x1536_cfsr Checking test 138 datm_cdeps_3072x1536_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR3072x1536.cpl.r.2011-10-02-00000.nc .........OK -0:The total amount of wall time = 268.770204 -0:The maximum resident set size (KB) = 1945624 +0:The total amount of wall time = 257.165019 +0:The maximum resident set size (KB) = 1942008 Test 138 datm_cdeps_3072x1536_cfsr PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/datm_cdeps_gfs -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/datm_cdeps_gfs +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/datm_cdeps_gfs Checking test 139 datm_cdeps_gfs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/DATM_GFS.cpl.r.2021-03-23-21600.nc .........OK -0:The total amount of wall time = 254.802620 -0:The maximum resident set size (KB) = 1945584 +0:The total amount of wall time = 268.110102 +0:The maximum resident set size (KB) = 1942028 Test 139 datm_cdeps_gfs PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/datm_cdeps_debug_cfsr -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/datm_cdeps_debug_cfsr +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/datm_cdeps_debug_cfsr Checking test 140 datm_cdeps_debug_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-01-21600.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-01-21600.nc .........OK -0:The total amount of wall time = 460.850846 -0:The maximum resident set size (KB) = 721500 +0:The total amount of wall time = 461.922851 +0:The maximum resident set size (KB) = 706704 Test 140 datm_cdeps_debug_cfsr PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/datm_cdeps_lnd_gswp3 -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/datm_cdeps_lnd_gswp3 +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/datm_cdeps_lnd_gswp3 Checking test 141 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 @@ -4164,14 +4164,14 @@ Checking test 141 datm_cdeps_lnd_gswp3 results .... Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile5.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile6.nc .........OK -0:The total amount of wall time = 10.579206 -0:The maximum resident set size (KB) = 220424 +0:The total amount of wall time = 10.976434 +0:The maximum resident set size (KB) = 208188 Test 141 datm_cdeps_lnd_gswp3 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/datm_cdeps_lnd_gswp3 -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/datm_cdeps_lnd_gswp3_rst +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/datm_cdeps_lnd_gswp3_rst Checking test 142 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 @@ -4180,14 +4180,14 @@ Checking test 142 datm_cdeps_lnd_gswp3_rst results .... Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile5.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile6.nc .........OK -0:The total amount of wall time = 15.462635 -0:The maximum resident set size (KB) = 212232 +0:The total amount of wall time = 15.520844 +0:The maximum resident set size (KB) = 208212 Test 142 datm_cdeps_lnd_gswp3_rst PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/control_p8_atmlnd_sbs -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/control_p8_atmlnd_sbs +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/control_p8_atmlnd_sbs Checking test 143 control_p8_atmlnd_sbs results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -4272,14 +4272,14 @@ Checking test 143 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 = 233.661533 -0:The maximum resident set size (KB) = 1466232 +0:The total amount of wall time = 233.180466 +0:The maximum resident set size (KB) = 1462480 Test 143 control_p8_atmlnd_sbs PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/control_atmwav -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/control_atmwav +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/control_atmwav Checking test 144 control_atmwav results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -4323,14 +4323,14 @@ Checking test 144 control_atmwav results .... Comparing RESTART/sfc_data.tile6.nc .........OK Comparing 20210322.180000.restart.glo_1deg .........OK -0:The total amount of wall time = 98.735237 -0:The maximum resident set size (KB) = 481644 +0:The total amount of wall time = 99.033367 +0:The maximum resident set size (KB) = 473312 Test 144 control_atmwav PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/atmaero_control_p8 -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/atmaero_control_p8 +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/atmaero_control_p8 Checking test 145 atmaero_control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -4374,14 +4374,14 @@ Checking test 145 atmaero_control_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 249.228484 -0:The maximum resident set size (KB) = 2706668 +0:The total amount of wall time = 249.599761 +0:The maximum resident set size (KB) = 2703204 Test 145 atmaero_control_p8 PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/atmaero_control_p8_rad -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/atmaero_control_p8_rad +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/atmaero_control_p8_rad Checking test 146 atmaero_control_p8_rad results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -4425,14 +4425,14 @@ Checking test 146 atmaero_control_p8_rad results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 304.484979 -0:The maximum resident set size (KB) = 2761612 +0:The total amount of wall time = 304.317706 +0:The maximum resident set size (KB) = 2758160 Test 146 atmaero_control_p8_rad PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/atmaero_control_p8_rad_micro -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/atmaero_control_p8_rad_micro +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/atmaero_control_p8_rad_micro Checking test 147 atmaero_control_p8_rad_micro results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -4476,14 +4476,14 @@ Checking test 147 atmaero_control_p8_rad_micro results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 306.161438 -0:The maximum resident set size (KB) = 2767060 +0:The total amount of wall time = 307.349115 +0:The maximum resident set size (KB) = 2763692 Test 147 atmaero_control_p8_rad_micro PASS baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/regional_atmaq -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_37459/regional_atmaq +working dir = /glade/scratch/jongkim/rt-1596-intel/jongkim/FV3_RT/rt_10360/regional_atmaq Checking test 148 regional_atmaq results .... Comparing sfcf000.nc .........OK Comparing sfcf003.nc .........OK @@ -4499,27 +4499,12 @@ Checking test 148 regional_atmaq results .... Comparing RESTART/phy_data.nc .........OK Comparing RESTART/sfc_data.nc .........OK -0:The total amount of wall time = 1066.300323 -0:The maximum resident set size (KB) = 1142948 +0:The total amount of wall time = 1083.958064 +0:The maximum resident set size (KB) = 1139356 Test 148 regional_atmaq PASS -FAILED TESTS: -Test control_wam 071 failed in check_result failed -Test control_wam 071 failed in run_test failed - -REGRESSION TEST FAILED -Mon Feb 6 07:18:40 MST 2023 -Elapsed time: 01h:04m:58s. Have a nice day! - -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230201/INTEL/control_wam -working dir = /glade/scratch/jongkim/rt-1571-intel/jongkim/FV3_RT/rt_49912/control_wam -Checking test 001 control_wam results .... - Comparing sfcf024.nc .........OK - Comparing atmf024.nc .........OK - -0:The total amount of wall time = 129.162353 -0:The maximum resident set size (KB) = 208204 - -Test 001 control_wam PASS +REGRESSION TEST WAS SUCCESSFUL +Wed Feb 8 07:40:42 MST 2023 +Elapsed time: 01h:06m:24s. Have a nice day! diff --git a/tests/RegressionTests_hera.gnu.log b/tests/RegressionTests_hera.gnu.log index 03d5927233..e3b5010e85 100644 --- a/tests/RegressionTests_hera.gnu.log +++ b/tests/RegressionTests_hera.gnu.log @@ -1,21 +1,21 @@ -Mon Feb 6 18:07:04 UTC 2023 +Thu Feb 9 15:11:20 UTC 2023 Start Regression test -Compile 001 elapsed time 181 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_ras,FV3_GFS_v17_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release +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 186 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_smoke,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 003 elapsed time 313 seconds. -DAPP=ATM -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 004 elapsed time 96 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 183 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 006 elapsed time 384 seconds. -DAPP=ATM -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 003 elapsed time 310 seconds. -DAPP=ATM -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 004 elapsed time 98 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 185 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 006 elapsed time 386 seconds. -DAPP=ATM -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release Compile 007 elapsed time 310 seconds. -DAPP=ATM -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 008 elapsed time 308 seconds. -DAPP=ATM -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 009 elapsed time 256 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 237 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 142 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 113 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 008 elapsed time 310 seconds. -DAPP=ATM -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 009 elapsed time 257 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 226 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 143 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 122 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/GNU/control_c48 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7144/control_c48 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1019/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/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0: The total amount of wall time = 686.384660 -0: The maximum resident set size (KB) = 698552 +0: The total amount of wall time = 686.502548 +0: The maximum resident set size (KB) = 698672 Test 001 control_c48 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/GNU/control_stochy -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7144/control_stochy +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1019/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 = 656.362812 - 0: The maximum resident set size (KB) = 478608 + 0: The total amount of wall time = 649.782588 + 0: The maximum resident set size (KB) = 479264 Test 002 control_stochy PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/GNU/control_ras -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7144/control_ras +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1019/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 = 852.333926 - 0: The maximum resident set size (KB) = 485004 + 0: The total amount of wall time = 836.310769 + 0: The maximum resident set size (KB) = 486052 Test 003 control_ras PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/GNU/control_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7144/control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1019/control_p8 Checking test 004 control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -144,14 +144,14 @@ Checking test 004 control_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 896.747459 - 0: The maximum resident set size (KB) = 1230528 + 0: The total amount of wall time = 888.911815 + 0: The maximum resident set size (KB) = 1231028 Test 004 control_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/GNU/rap_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7144/rap_control +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1019/rap_control Checking test 005 rap_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -198,14 +198,14 @@ Checking test 005 rap_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1510.064909 - 0: The maximum resident set size (KB) = 830280 + 0: The total amount of wall time = 1465.208341 + 0: The maximum resident set size (KB) = 834524 Test 005 rap_control PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/GNU/rap_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7144/rap_decomp +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1019/rap_decomp Checking test 006 rap_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -252,14 +252,14 @@ Checking test 006 rap_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1480.100903 - 0: The maximum resident set size (KB) = 828696 + 0: The total amount of wall time = 1437.481459 + 0: The maximum resident set size (KB) = 828012 Test 006 rap_decomp PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/GNU/rap_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7144/rap_2threads +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1019/rap_2threads Checking test 007 rap_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -306,14 +306,14 @@ Checking test 007 rap_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1389.567642 - 0: The maximum resident set size (KB) = 896492 + 0: The total amount of wall time = 1292.630942 + 0: The maximum resident set size (KB) = 904528 Test 007 rap_2threads PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/GNU/rap_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7144/rap_restart +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1019/rap_restart Checking test 008 rap_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -352,14 +352,14 @@ Checking test 008 rap_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 722.368530 - 0: The maximum resident set size (KB) = 543724 + 0: The total amount of wall time = 722.081435 + 0: The maximum resident set size (KB) = 544612 Test 008 rap_restart PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/GNU/rap_sfcdiff -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7144/rap_sfcdiff +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1019/rap_sfcdiff Checking test 009 rap_sfcdiff results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -406,14 +406,14 @@ Checking test 009 rap_sfcdiff results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1460.367468 - 0: The maximum resident set size (KB) = 835680 + 0: The total amount of wall time = 1446.473095 + 0: The maximum resident set size (KB) = 835436 Test 009 rap_sfcdiff PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/GNU/rap_sfcdiff -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7144/rap_sfcdiff_decomp +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1019/rap_sfcdiff_decomp Checking test 010 rap_sfcdiff_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -460,14 +460,14 @@ Checking test 010 rap_sfcdiff_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1480.563044 - 0: The maximum resident set size (KB) = 826356 + 0: The total amount of wall time = 1449.237114 + 0: The maximum resident set size (KB) = 830892 Test 010 rap_sfcdiff_decomp PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/GNU/rap_sfcdiff -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7144/rap_sfcdiff_restart +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1019/rap_sfcdiff_restart Checking test 011 rap_sfcdiff_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -506,14 +506,14 @@ Checking test 011 rap_sfcdiff_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1141.410275 - 0: The maximum resident set size (KB) = 542812 + 0: The total amount of wall time = 1064.116802 + 0: The maximum resident set size (KB) = 542448 Test 011 rap_sfcdiff_restart PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/GNU/hrrr_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7144/hrrr_control +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1019/hrrr_control Checking test 012 hrrr_control results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -560,14 +560,14 @@ Checking test 012 hrrr_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1431.087631 - 0: The maximum resident set size (KB) = 831128 + 0: The total amount of wall time = 1437.373611 + 0: The maximum resident set size (KB) = 831748 Test 012 hrrr_control PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/GNU/hrrr_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7144/hrrr_control_2threads +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1019/hrrr_control_2threads Checking test 013 hrrr_control_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -614,14 +614,14 @@ Checking test 013 hrrr_control_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1310.895259 - 0: The maximum resident set size (KB) = 896088 + 0: The total amount of wall time = 1333.653147 + 0: The maximum resident set size (KB) = 894852 Test 013 hrrr_control_2threads PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/GNU/hrrr_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7144/hrrr_control_decomp +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1019/hrrr_control_decomp Checking test 014 hrrr_control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -668,14 +668,14 @@ Checking test 014 hrrr_control_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1434.142786 - 0: The maximum resident set size (KB) = 826168 + 0: The total amount of wall time = 1416.901627 + 0: The maximum resident set size (KB) = 826952 Test 014 hrrr_control_decomp PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/GNU/hrrr_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7144/hrrr_control_restart +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1019/hrrr_control_restart Checking test 015 hrrr_control_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -714,14 +714,14 @@ Checking test 015 hrrr_control_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1058.489175 - 0: The maximum resident set size (KB) = 540356 + 0: The total amount of wall time = 1030.612252 + 0: The maximum resident set size (KB) = 542384 Test 015 hrrr_control_restart PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/GNU/rrfs_v1beta -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7144/rrfs_v1beta +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1019/rrfs_v1beta Checking test 016 rrfs_v1beta results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -768,14 +768,14 @@ Checking test 016 rrfs_v1beta results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1427.870261 - 0: The maximum resident set size (KB) = 830532 + 0: The total amount of wall time = 1482.853302 + 0: The maximum resident set size (KB) = 832776 Test 016 rrfs_v1beta PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/GNU/rrfs_conus13km_hrrr_warm -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7144/rrfs_conus13km_hrrr_warm +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1019/rrfs_conus13km_hrrr_warm Checking test 017 rrfs_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -784,14 +784,14 @@ Checking test 017 rrfs_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 772.752381 - 0: The maximum resident set size (KB) = 637740 + 0: The total amount of wall time = 762.860587 + 0: The maximum resident set size (KB) = 639576 Test 017 rrfs_conus13km_hrrr_warm PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/GNU/rrfs_smoke_conus13km_hrrr_warm -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7144/rrfs_smoke_conus13km_hrrr_warm +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1019/rrfs_smoke_conus13km_hrrr_warm Checking test 018 rrfs_smoke_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -800,14 +800,14 @@ Checking test 018 rrfs_smoke_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 757.488792 - 0: The maximum resident set size (KB) = 647040 + 0: The total amount of wall time = 773.377422 + 0: The maximum resident set size (KB) = 653036 Test 018 rrfs_smoke_conus13km_hrrr_warm PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/GNU/rrfs_conus13km_radar_tten_warm -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7144/rrfs_conus13km_radar_tten_warm +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1019/rrfs_conus13km_radar_tten_warm Checking test 019 rrfs_conus13km_radar_tten_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -816,14 +816,14 @@ Checking test 019 rrfs_conus13km_radar_tten_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 781.768866 - 0: The maximum resident set size (KB) = 640192 + 0: The total amount of wall time = 770.021362 + 0: The maximum resident set size (KB) = 642564 Test 019 rrfs_conus13km_radar_tten_warm PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/GNU/rrfs_conus13km_radar_tten_warm -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7144/rrfs_conus13km_radar_tten_warm_2threads +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1019/rrfs_conus13km_radar_tten_warm_2threads Checking test 020 rrfs_conus13km_radar_tten_warm_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -832,208 +832,208 @@ Checking test 020 rrfs_conus13km_radar_tten_warm_2threads results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 881.782971 - 0: The maximum resident set size (KB) = 638552 + 0: The total amount of wall time = 922.996521 + 0: The maximum resident set size (KB) = 637500 Test 020 rrfs_conus13km_radar_tten_warm_2threads PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/GNU/control_diag_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7144/control_diag_debug +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1019/control_diag_debug Checking test 021 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 = 125.877964 - 0: The maximum resident set size (KB) = 526484 + 0: The total amount of wall time = 128.422828 + 0: The maximum resident set size (KB) = 527404 Test 021 control_diag_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/GNU/regional_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7144/regional_debug +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1019/regional_debug Checking test 022 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 = 743.171359 - 0: The maximum resident set size (KB) = 590472 + 0: The total amount of wall time = 675.036804 + 0: The maximum resident set size (KB) = 587692 Test 022 regional_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/GNU/rap_control_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7144/rap_control_debug +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1019/rap_control_debug Checking test 023 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 = 175.427896 - 0: The maximum resident set size (KB) = 846560 + 0: The total amount of wall time = 178.194761 + 0: The maximum resident set size (KB) = 840776 Test 023 rap_control_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/GNU/hrrr_control_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7144/hrrr_control_debug +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1019/hrrr_control_debug Checking test 024 hrrr_control_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 166.519241 - 0: The maximum resident set size (KB) = 843164 + 0: The total amount of wall time = 171.403392 + 0: The maximum resident set size (KB) = 846280 Test 024 hrrr_control_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/GNU/rap_diag_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7144/rap_diag_debug +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1019/rap_diag_debug Checking test 025 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 = 214.929772 - 0: The maximum resident set size (KB) = 928916 + 0: The total amount of wall time = 212.819564 + 0: The maximum resident set size (KB) = 930656 Test 025 rap_diag_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/GNU/rap_noah_sfcdiff_cires_ugwp_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7144/rap_noah_sfcdiff_cires_ugwp_debug +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1019/rap_noah_sfcdiff_cires_ugwp_debug Checking test 026 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 = 270.793596 - 0: The maximum resident set size (KB) = 848832 + 0: The total amount of wall time = 268.688452 + 0: The maximum resident set size (KB) = 846308 Test 026 rap_noah_sfcdiff_cires_ugwp_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/GNU/rap_progcld_thompson_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7144/rap_progcld_thompson_debug +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1019/rap_progcld_thompson_debug Checking test 027 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 = 173.515780 - 0: The maximum resident set size (KB) = 846080 + 0: The total amount of wall time = 178.238056 + 0: The maximum resident set size (KB) = 851252 Test 027 rap_progcld_thompson_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/GNU/rrfs_v1beta_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7144/rrfs_v1beta_debug +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1019/rrfs_v1beta_debug Checking test 028 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 = 172.219147 - 0: The maximum resident set size (KB) = 845388 + 0: The total amount of wall time = 172.210434 + 0: The maximum resident set size (KB) = 845036 Test 028 rrfs_v1beta_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/GNU/control_ras_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7144/control_ras_debug +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1019/control_ras_debug Checking test 029 control_ras_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 102.972003 - 0: The maximum resident set size (KB) = 485352 + 0: The total amount of wall time = 105.484267 + 0: The maximum resident set size (KB) = 481088 Test 029 control_ras_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/GNU/control_stochy_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7144/control_stochy_debug +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1019/control_stochy_debug Checking test 030 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.215840 - 0: The maximum resident set size (KB) = 476164 + 0: The total amount of wall time = 118.201865 + 0: The maximum resident set size (KB) = 475200 Test 030 control_stochy_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/GNU/control_debug_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7144/control_debug_p8 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1019/control_debug_p8 Checking test 031 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 = 116.361041 - 0: The maximum resident set size (KB) = 1234392 + 0: The total amount of wall time = 119.912790 + 0: The maximum resident set size (KB) = 1233284 Test 031 control_debug_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/GNU/rrfs_conus13km_hrrr_warm_debugs -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7144/rrfs_conus13km_hrrr_warm_debug +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1019/rrfs_conus13km_hrrr_warm_debug Checking test 032 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 = 577.974982 - 0: The maximum resident set size (KB) = 645796 + 0: The total amount of wall time = 572.136707 + 0: The maximum resident set size (KB) = 647480 Test 032 rrfs_conus13km_hrrr_warm_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/GNU/rrfs_conus13km_radar_tten_warm_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7144/rrfs_conus13km_radar_tten_warm_debug +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1019/rrfs_conus13km_radar_tten_warm_debug Checking test 033 rrfs_conus13km_radar_tten_warm_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 553.362945 - 0: The maximum resident set size (KB) = 649888 + 0: The total amount of wall time = 556.443734 + 0: The maximum resident set size (KB) = 650360 Test 033 rrfs_conus13km_radar_tten_warm_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/GNU/control_wam_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7144/control_wam_debug +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1019/control_wam_debug Checking test 034 control_wam_debug results .... Comparing sfcf019.nc .........OK Comparing atmf019.nc .........OK - 0: The total amount of wall time = 185.428598 - 0: The maximum resident set size (KB) = 192736 + 0: The total amount of wall time = 181.185340 + 0: The maximum resident set size (KB) = 191088 Test 034 control_wam_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/GNU/rap_control_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7144/rap_control_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1019/rap_control_dyn32_phy32 Checking test 035 rap_control_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -1080,14 +1080,14 @@ Checking test 035 rap_control_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1520.089603 - 0: The maximum resident set size (KB) = 683540 + 0: The total amount of wall time = 1470.699999 + 0: The maximum resident set size (KB) = 686364 Test 035 rap_control_dyn32_phy32 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/GNU/hrrr_control_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7144/hrrr_control_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1019/hrrr_control_dyn32_phy32 Checking test 036 hrrr_control_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -1134,14 +1134,14 @@ Checking test 036 hrrr_control_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 727.657337 - 0: The maximum resident set size (KB) = 691240 + 0: The total amount of wall time = 729.839590 + 0: The maximum resident set size (KB) = 683944 Test 036 hrrr_control_dyn32_phy32 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/GNU/rap_control_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7144/rap_2threads_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1019/rap_2threads_dyn32_phy32 Checking test 037 rap_2threads_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -1188,14 +1188,14 @@ Checking test 037 rap_2threads_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1384.019443 - 0: The maximum resident set size (KB) = 728456 + 0: The total amount of wall time = 1362.899006 + 0: The maximum resident set size (KB) = 732900 Test 037 rap_2threads_dyn32_phy32 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/GNU/hrrr_control_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7144/hrrr_control_2threads_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1019/hrrr_control_2threads_dyn32_phy32 Checking test 038 hrrr_control_2threads_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -1242,14 +1242,14 @@ Checking test 038 hrrr_control_2threads_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 676.877979 - 0: The maximum resident set size (KB) = 728996 + 0: The total amount of wall time = 678.927540 + 0: The maximum resident set size (KB) = 724088 Test 038 hrrr_control_2threads_dyn32_phy32 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/GNU/hrrr_control_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7144/hrrr_control_decomp_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1019/hrrr_control_decomp_dyn32_phy32 Checking test 039 hrrr_control_decomp_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -1296,14 +1296,14 @@ Checking test 039 hrrr_control_decomp_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 709.928857 - 0: The maximum resident set size (KB) = 687856 + 0: The total amount of wall time = 727.582220 + 0: The maximum resident set size (KB) = 683228 Test 039 hrrr_control_decomp_dyn32_phy32 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/GNU/rap_control_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7144/rap_restart_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1019/rap_restart_dyn32_phy32 Checking test 040 rap_restart_dyn32_phy32 results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -1342,14 +1342,14 @@ Checking test 040 rap_restart_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1078.056573 - 0: The maximum resident set size (KB) = 510656 + 0: The total amount of wall time = 1074.909128 + 0: The maximum resident set size (KB) = 509568 Test 040 rap_restart_dyn32_phy32 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/GNU/hrrr_control_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7144/hrrr_control_restart_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1019/hrrr_control_restart_dyn32_phy32 Checking test 041 hrrr_control_restart_dyn32_phy32 results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -1388,14 +1388,14 @@ Checking test 041 hrrr_control_restart_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 359.641444 - 0: The maximum resident set size (KB) = 508372 + 0: The total amount of wall time = 365.751934 + 0: The maximum resident set size (KB) = 511072 Test 041 hrrr_control_restart_dyn32_phy32 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/GNU/rap_control_dyn64_phy32 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7144/rap_control_dyn64_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1019/rap_control_dyn64_phy32 Checking test 042 rap_control_dyn64_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -1442,56 +1442,56 @@ Checking test 042 rap_control_dyn64_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1074.796471 - 0: The maximum resident set size (KB) = 711756 + 0: The total amount of wall time = 1068.602441 + 0: The maximum resident set size (KB) = 713436 Test 042 rap_control_dyn64_phy32 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/GNU/rap_control_debug_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7144/rap_control_debug_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1019/rap_control_debug_dyn32_phy32 Checking test 043 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 = 176.329498 - 0: The maximum resident set size (KB) = 700168 + 0: The total amount of wall time = 170.948067 + 0: The maximum resident set size (KB) = 708408 Test 043 rap_control_debug_dyn32_phy32 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/GNU/hrrr_control_debug_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7144/hrrr_control_debug_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1019/hrrr_control_debug_dyn32_phy32 Checking test 044 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 = 171.669388 - 0: The maximum resident set size (KB) = 699036 + 0: The total amount of wall time = 168.552700 + 0: The maximum resident set size (KB) = 703572 Test 044 hrrr_control_debug_dyn32_phy32 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/GNU/rap_control_debug_dyn64_phy32 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7144/rap_control_dyn64_phy32_debug +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1019/rap_control_dyn64_phy32_debug Checking test 045 rap_control_dyn64_phy32_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 203.585240 - 0: The maximum resident set size (KB) = 718720 + 0: The total amount of wall time = 203.722108 + 0: The maximum resident set size (KB) = 720484 Test 045 rap_control_dyn64_phy32_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/GNU/cpld_control_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7144/cpld_control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1019/cpld_control_p8 Checking test 046 cpld_control_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1556,14 +1556,14 @@ Checking test 046 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 = 1782.815871 - 0: The maximum resident set size (KB) = 1429036 + 0: The total amount of wall time = 1771.558339 + 0: The maximum resident set size (KB) = 1429604 Test 046 cpld_control_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/GNU/cpld_control_c96_noaero_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7144/cpld_control_nowave_noaero_p8 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1019/cpld_control_nowave_noaero_p8 Checking test 047 cpld_control_nowave_noaero_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1625,14 +1625,14 @@ Checking test 047 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 = 1212.262662 - 0: The maximum resident set size (KB) = 1330732 + 0: The total amount of wall time = 1232.313126 + 0: The maximum resident set size (KB) = 1331800 Test 047 cpld_control_nowave_noaero_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/GNU/cpld_debug_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7144/cpld_debug_p8 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1019/cpld_debug_p8 Checking test 048 cpld_debug_p8 results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK @@ -1685,25 +1685,25 @@ Checking test 048 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 = 887.232707 - 0: The maximum resident set size (KB) = 1441932 + 0: The total amount of wall time = 966.097884 + 0: The maximum resident set size (KB) = 1442088 Test 048 cpld_debug_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/GNU/datm_cdeps_control_cfsr -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7144/datm_cdeps_control_cfsr +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1019/datm_cdeps_control_cfsr Checking test 049 datm_cdeps_control_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 173.893387 - 0: The maximum resident set size (KB) = 667128 + 0: The total amount of wall time = 178.242409 + 0: The maximum resident set size (KB) = 662784 Test 049 datm_cdeps_control_cfsr PASS REGRESSION TEST WAS SUCCESSFUL -Mon Feb 6 19:03:40 UTC 2023 -Elapsed time: 00h:56m:37s. Have a nice day! +Thu Feb 9 16:05:09 UTC 2023 +Elapsed time: 00h:53m:50s. Have a nice day! diff --git a/tests/RegressionTests_hera.intel.log b/tests/RegressionTests_hera.intel.log index 8abb971981..601dfbcd0b 100644 --- a/tests/RegressionTests_hera.intel.log +++ b/tests/RegressionTests_hera.intel.log @@ -1,37 +1,37 @@ -Mon Feb 6 18:58:05 UTC 2023 +Thu Feb 9 13:45:21 UTC 2023 Start Regression test -Compile 001 elapsed time 605 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 610 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 559 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 004 elapsed time 217 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 202 seconds. -DAPP=S2SW -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 006 elapsed time 518 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 515 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 008 elapsed time 486 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_WoFS_v0 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 009 elapsed time 487 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_smoke,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 010 elapsed time 468 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_csawmg,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 011 elapsed time 465 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 012 elapsed time 208 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 013 elapsed time 185 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 014 elapsed time 452 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 015 elapsed time 457 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 016 elapsed time 169 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 017 elapsed time 169 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 018 elapsed time 553 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 019 elapsed time 654 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 020 elapsed time 549 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 021 elapsed time 189 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 022 elapsed time 113 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 023 elapsed time 83 seconds. -DAPP=LND -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 024 elapsed time 488 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 025 elapsed time 569 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 026 elapsed time 473 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 027 elapsed time 477 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 028 elapsed time 168 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 001 elapsed time 613 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 611 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 557 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 004 elapsed time 220 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 193 seconds. -DAPP=S2SW -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 006 elapsed time 508 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 506 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 008 elapsed time 483 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_WoFS_v0 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 009 elapsed time 476 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_smoke,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 010 elapsed time 474 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_csawmg,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 011 elapsed time 432 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 012 elapsed time 216 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 013 elapsed time 168 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 014 elapsed time 457 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 015 elapsed time 446 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 016 elapsed time 167 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 017 elapsed time 167 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 018 elapsed time 593 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 019 elapsed time 645 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 020 elapsed time 552 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 021 elapsed time 179 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 022 elapsed time 110 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 023 elapsed time 60 seconds. -DAPP=LND -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 024 elapsed time 477 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 025 elapsed time 515 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 026 elapsed time 463 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 027 elapsed time 480 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 028 elapsed time 161 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/cpld_control_p8_mixedmode -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/cpld_control_p8_mixedmode +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/cpld_control_p8_mixedmode Checking test 001 cpld_control_p8_mixedmode results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -96,14 +96,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 = 307.394665 - 0: The maximum resident set size (KB) = 3140540 + 0: The total amount of wall time = 304.955121 + 0: The maximum resident set size (KB) = 3140004 Test 001 cpld_control_p8_mixedmode PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/cpld_control_gfsv17 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/cpld_control_gfsv17 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/cpld_control_gfsv17 Checking test 002 cpld_control_gfsv17 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -167,14 +167,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 = 227.017717 - 0: The maximum resident set size (KB) = 1733484 + 0: The total amount of wall time = 219.996173 + 0: The maximum resident set size (KB) = 1729656 Test 002 cpld_control_gfsv17 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/cpld_control_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/cpld_control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/cpld_control_p8 Checking test 003 cpld_control_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -239,14 +239,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 = 336.257010 - 0: The maximum resident set size (KB) = 3178976 + 0: The total amount of wall time = 334.862072 + 0: The maximum resident set size (KB) = 3176520 Test 003 cpld_control_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/cpld_control_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/cpld_restart_p8 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/cpld_restart_p8 Checking test 004 cpld_restart_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -299,14 +299,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 = 191.789030 - 0: The maximum resident set size (KB) = 3051084 + 0: The total amount of wall time = 193.196057 + 0: The maximum resident set size (KB) = 3047944 Test 004 cpld_restart_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/cpld_control_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/cpld_2threads_p8 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/cpld_2threads_p8 Checking test 005 cpld_2threads_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -359,14 +359,14 @@ Checking test 005 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 = 352.702293 - 0: The maximum resident set size (KB) = 3507040 + 0: The total amount of wall time = 348.195151 + 0: The maximum resident set size (KB) = 3514488 Test 005 cpld_2threads_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/cpld_control_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/cpld_esmfthreads_p8 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/cpld_esmfthreads_p8 Checking test 006 cpld_esmfthreads_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -419,14 +419,14 @@ Checking test 006 cpld_esmfthreads_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 356.843087 - 0: The maximum resident set size (KB) = 3509720 + 0: The total amount of wall time = 347.933757 + 0: The maximum resident set size (KB) = 3507356 Test 006 cpld_esmfthreads_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/cpld_control_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/cpld_decomp_p8 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/cpld_decomp_p8 Checking test 007 cpld_decomp_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -479,14 +479,14 @@ Checking test 007 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 = 343.745782 - 0: The maximum resident set size (KB) = 3163144 + 0: The total amount of wall time = 336.924777 + 0: The maximum resident set size (KB) = 3162828 Test 007 cpld_decomp_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/cpld_control_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/cpld_mpi_p8 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/cpld_mpi_p8 Checking test 008 cpld_mpi_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -539,14 +539,14 @@ Checking test 008 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.721074 - 0: The maximum resident set size (KB) = 3026112 + 0: The total amount of wall time = 275.120529 + 0: The maximum resident set size (KB) = 3022904 Test 008 cpld_mpi_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/cpld_control_ciceC_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/cpld_control_ciceC_p8 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/cpld_control_ciceC_p8 Checking test 009 cpld_control_ciceC_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -611,14 +611,14 @@ Checking test 009 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 = 345.606951 - 0: The maximum resident set size (KB) = 3174616 + 0: The total amount of wall time = 333.940329 + 0: The maximum resident set size (KB) = 3177048 Test 009 cpld_control_ciceC_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/cpld_control_c192_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/cpld_control_c192_p8 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/cpld_control_c192_p8 Checking test 010 cpld_control_c192_p8 results .... Comparing sfcf030.tile1.nc .........OK Comparing sfcf030.tile2.nc .........OK @@ -671,14 +671,14 @@ Checking test 010 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 = 585.907065 - 0: The maximum resident set size (KB) = 3254232 + 0: The total amount of wall time = 580.845851 + 0: The maximum resident set size (KB) = 3256584 Test 010 cpld_control_c192_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/cpld_control_c192_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/cpld_restart_c192_p8 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/cpld_restart_c192_p8 Checking test 011 cpld_restart_c192_p8 results .... Comparing sfcf030.tile1.nc .........OK Comparing sfcf030.tile2.nc .........OK @@ -731,14 +731,14 @@ Checking test 011 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 = 400.747731 - 0: The maximum resident set size (KB) = 3152328 + 0: The total amount of wall time = 397.320082 + 0: The maximum resident set size (KB) = 3154544 Test 011 cpld_restart_c192_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/cpld_bmark_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/cpld_bmark_p8 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/cpld_bmark_p8 Checking test 012 cpld_bmark_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -786,14 +786,14 @@ Checking test 012 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 = 695.095399 - 0: The maximum resident set size (KB) = 4036936 + 0: The total amount of wall time = 699.992013 + 0: The maximum resident set size (KB) = 4040280 Test 012 cpld_bmark_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/cpld_bmark_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/cpld_restart_bmark_p8 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/cpld_restart_bmark_p8 Checking test 013 cpld_restart_bmark_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -841,14 +841,14 @@ Checking test 013 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 = 422.048007 - 0: The maximum resident set size (KB) = 3967752 + 0: The total amount of wall time = 428.830431 + 0: The maximum resident set size (KB) = 3967716 Test 013 cpld_restart_bmark_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/cpld_control_noaero_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/cpld_control_noaero_p8 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/cpld_control_noaero_p8 Checking test 014 cpld_control_noaero_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -912,14 +912,14 @@ Checking test 014 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 = 265.564730 - 0: The maximum resident set size (KB) = 1713632 + 0: The total amount of wall time = 260.136416 + 0: The maximum resident set size (KB) = 1714236 Test 014 cpld_control_noaero_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/cpld_control_c96_noaero_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/cpld_control_nowave_noaero_p8 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/cpld_control_nowave_noaero_p8 Checking test 015 cpld_control_nowave_noaero_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -981,14 +981,14 @@ Checking test 015 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 = 256.975646 - 0: The maximum resident set size (KB) = 1762812 + 0: The total amount of wall time = 253.517940 + 0: The maximum resident set size (KB) = 1771104 Test 015 cpld_control_nowave_noaero_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/cpld_debug_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/cpld_debug_p8 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/cpld_debug_p8 Checking test 016 cpld_debug_p8 results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK @@ -1041,14 +1041,14 @@ Checking test 016 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 = 663.582652 - 0: The maximum resident set size (KB) = 3240416 + 0: The total amount of wall time = 665.946681 + 0: The maximum resident set size (KB) = 3239824 Test 016 cpld_debug_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/cpld_debug_noaero_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/cpld_debug_noaero_p8 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/cpld_debug_noaero_p8 Checking test 017 cpld_debug_noaero_p8 results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK @@ -1100,14 +1100,14 @@ Checking test 017 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 = 401.296310 - 0: The maximum resident set size (KB) = 1745388 + 0: The total amount of wall time = 409.459584 + 0: The maximum resident set size (KB) = 1736552 Test 017 cpld_debug_noaero_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/cpld_control_noaero_p8_agrid -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/cpld_control_noaero_p8_agrid +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/cpld_control_noaero_p8_agrid Checking test 018 cpld_control_noaero_p8_agrid results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1169,14 +1169,14 @@ Checking test 018 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 = 268.882705 - 0: The maximum resident set size (KB) = 1767676 + 0: The total amount of wall time = 262.813774 + 0: The maximum resident set size (KB) = 1763220 Test 018 cpld_control_noaero_p8_agrid PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/cpld_control_c48 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/cpld_control_c48 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/cpld_control_c48 Checking test 019 cpld_control_c48 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -1226,14 +1226,14 @@ Checking test 019 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 = 583.615405 - 0: The maximum resident set size (KB) = 2800728 + 0: The total amount of wall time = 572.177731 + 0: The maximum resident set size (KB) = 2805684 Test 019 cpld_control_c48 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/cpld_warmstart_c48 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/cpld_warmstart_c48 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/cpld_warmstart_c48 Checking test 020 cpld_warmstart_c48 results .... Comparing sfcf006.tile1.nc .........OK Comparing sfcf006.tile2.nc .........OK @@ -1283,14 +1283,14 @@ Checking test 020 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 = 162.088144 - 0: The maximum resident set size (KB) = 2796996 + 0: The total amount of wall time = 157.658644 + 0: The maximum resident set size (KB) = 2806292 Test 020 cpld_warmstart_c48 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/cpld_warmstart_c48 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/cpld_restart_c48 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/cpld_restart_c48 Checking test 021 cpld_restart_c48 results .... Comparing sfcf006.tile1.nc .........OK Comparing sfcf006.tile2.nc .........OK @@ -1340,14 +1340,14 @@ Checking test 021 cpld_restart_c48 results .... Comparing RESTART/iced.2021-03-23-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-43200.nc .........OK - 0: The total amount of wall time = 80.850387 - 0: The maximum resident set size (KB) = 2239872 + 0: The total amount of wall time = 83.643893 + 0: The maximum resident set size (KB) = 2240072 Test 021 cpld_restart_c48 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/control_CubedSphereGrid -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/control_CubedSphereGrid +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/control_CubedSphereGrid Checking test 022 control_CubedSphereGrid results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -1374,28 +1374,28 @@ Checking test 022 control_CubedSphereGrid results .... Comparing atmf024.tile5.nc .........OK Comparing atmf024.tile6.nc .........OK - 0: The total amount of wall time = 129.558693 - 0: The maximum resident set size (KB) = 628496 + 0: The total amount of wall time = 128.714384 + 0: The maximum resident set size (KB) = 625788 Test 022 control_CubedSphereGrid PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/control_CubedSphereGrid_parallel -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/control_CubedSphereGrid_parallel +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/control_CubedSphereGrid_parallel Checking test 023 control_CubedSphereGrid_parallel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc ............ALT CHECK......OK Comparing atmf000.nc .........OK Comparing atmf024.nc .........OK - 0: The total amount of wall time = 127.150624 - 0: The maximum resident set size (KB) = 628032 + 0: The total amount of wall time = 125.940048 + 0: The maximum resident set size (KB) = 626424 Test 023 control_CubedSphereGrid_parallel PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/control_latlon -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/control_latlon +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/control_latlon Checking test 024 control_latlon results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1406,14 +1406,14 @@ Checking test 024 control_latlon results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 132.434267 - 0: The maximum resident set size (KB) = 624004 + 0: The total amount of wall time = 131.652447 + 0: The maximum resident set size (KB) = 627772 Test 024 control_latlon PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/control_wrtGauss_netcdf_parallel -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/control_wrtGauss_netcdf_parallel +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/control_wrtGauss_netcdf_parallel Checking test 025 control_wrtGauss_netcdf_parallel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1424,14 +1424,14 @@ Checking test 025 control_wrtGauss_netcdf_parallel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 136.193703 - 0: The maximum resident set size (KB) = 628664 + 0: The total amount of wall time = 133.952351 + 0: The maximum resident set size (KB) = 625732 Test 025 control_wrtGauss_netcdf_parallel PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/control_c48 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/control_c48 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/control_c48 Checking test 026 control_c48 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1470,14 +1470,14 @@ Checking test 026 control_c48 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0: The total amount of wall time = 367.954351 -0: The maximum resident set size (KB) = 811908 +0: The total amount of wall time = 368.528374 +0: The maximum resident set size (KB) = 814772 Test 026 control_c48 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/control_c192 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/control_c192 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/control_c192 Checking test 027 control_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1488,14 +1488,14 @@ Checking test 027 control_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 528.274122 - 0: The maximum resident set size (KB) = 765736 + 0: The total amount of wall time = 521.856534 + 0: The maximum resident set size (KB) = 766776 Test 027 control_c192 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/control_c384 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/control_c384 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/control_c384 Checking test 028 control_c384 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1506,14 +1506,14 @@ Checking test 028 control_c384 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 531.729127 - 0: The maximum resident set size (KB) = 1206840 + 0: The total amount of wall time = 522.604625 + 0: The maximum resident set size (KB) = 1201288 Test 028 control_c384 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/control_c384gdas -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/control_c384gdas +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/control_c384gdas Checking test 029 control_c384gdas results .... Comparing sfcf000.nc .........OK Comparing sfcf006.nc .........OK @@ -1556,14 +1556,14 @@ Checking test 029 control_c384gdas results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 458.678733 - 0: The maximum resident set size (KB) = 1353580 + 0: The total amount of wall time = 454.425716 + 0: The maximum resident set size (KB) = 1339852 Test 029 control_c384gdas PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/control_stochy -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/control_stochy +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/control_stochy Checking test 030 control_stochy results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1574,28 +1574,28 @@ Checking test 030 control_stochy results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 87.010785 - 0: The maximum resident set size (KB) = 630616 + 0: The total amount of wall time = 86.709315 + 0: The maximum resident set size (KB) = 635064 Test 030 control_stochy PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/control_stochy -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/control_stochy_restart +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/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 = 46.422900 - 0: The maximum resident set size (KB) = 486552 + 0: The total amount of wall time = 45.728605 + 0: The maximum resident set size (KB) = 479580 Test 031 control_stochy_restart PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/control_lndp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/control_lndp +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/control_lndp Checking test 032 control_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1606,14 +1606,14 @@ Checking test 032 control_lndp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 80.957559 - 0: The maximum resident set size (KB) = 635028 + 0: The total amount of wall time = 78.928138 + 0: The maximum resident set size (KB) = 632500 Test 032 control_lndp PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/control_iovr4 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/control_iovr4 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/control_iovr4 Checking test 033 control_iovr4 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1628,14 +1628,14 @@ Checking test 033 control_iovr4 results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 134.119650 - 0: The maximum resident set size (KB) = 635584 + 0: The total amount of wall time = 134.307801 + 0: The maximum resident set size (KB) = 629368 Test 033 control_iovr4 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/control_iovr5 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/control_iovr5 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/control_iovr5 Checking test 034 control_iovr5 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1650,14 +1650,14 @@ Checking test 034 control_iovr5 results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 134.571112 - 0: The maximum resident set size (KB) = 624496 + 0: The total amount of wall time = 133.605045 + 0: The maximum resident set size (KB) = 637776 Test 034 control_iovr5 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/control_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/control_p8 Checking test 035 control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1704,14 +1704,14 @@ Checking test 035 control_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 165.517965 - 0: The maximum resident set size (KB) = 1605932 + 0: The total amount of wall time = 164.572599 + 0: The maximum resident set size (KB) = 1601868 Test 035 control_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/control_p8_lndp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/control_p8_lndp +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/control_p8_lndp Checking test 036 control_p8_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1730,14 +1730,14 @@ Checking test 036 control_p8_lndp results .... Comparing GFSPRS.GrbF24 .........OK Comparing GFSPRS.GrbF48 .........OK - 0: The total amount of wall time = 309.364184 - 0: The maximum resident set size (KB) = 1605748 + 0: The total amount of wall time = 308.703010 + 0: The maximum resident set size (KB) = 1597016 Test 036 control_p8_lndp PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/control_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/control_restart_p8 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/control_restart_p8 Checking test 037 control_restart_p8 results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1776,14 +1776,14 @@ Checking test 037 control_restart_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 86.348405 - 0: The maximum resident set size (KB) = 867440 + 0: The total amount of wall time = 87.094271 + 0: The maximum resident set size (KB) = 854656 Test 037 control_restart_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/control_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/control_decomp_p8 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/control_decomp_p8 Checking test 038 control_decomp_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1826,14 +1826,14 @@ Checking test 038 control_decomp_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 171.763156 - 0: The maximum resident set size (KB) = 1594072 + 0: The total amount of wall time = 171.098179 + 0: The maximum resident set size (KB) = 1579404 Test 038 control_decomp_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/control_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/control_2threads_p8 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/control_2threads_p8 Checking test 039 control_2threads_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1876,14 +1876,14 @@ Checking test 039 control_2threads_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 164.087365 - 0: The maximum resident set size (KB) = 1684816 + 0: The total amount of wall time = 160.365162 + 0: The maximum resident set size (KB) = 1672388 Test 039 control_2threads_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/control_p8_rrtmgp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/control_p8_rrtmgp +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/control_p8_rrtmgp Checking test 040 control_p8_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1930,14 +1930,14 @@ Checking test 040 control_p8_rrtmgp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 221.310111 - 0: The maximum resident set size (KB) = 1670528 + 0: The total amount of wall time = 219.671757 + 0: The maximum resident set size (KB) = 1673808 Test 040 control_p8_rrtmgp PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/merra2_thompson -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/merra2_thompson +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/merra2_thompson Checking test 041 merra2_thompson results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1984,14 +1984,14 @@ Checking test 041 merra2_thompson results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 188.703795 - 0: The maximum resident set size (KB) = 1606768 + 0: The total amount of wall time = 186.833667 + 0: The maximum resident set size (KB) = 1611172 Test 041 merra2_thompson PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/regional_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/regional_control +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/regional_control Checking test 042 regional_control results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2002,28 +2002,28 @@ Checking test 042 regional_control results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 292.918345 - 0: The maximum resident set size (KB) = 864048 + 0: The total amount of wall time = 294.530803 + 0: The maximum resident set size (KB) = 866180 Test 042 regional_control PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/regional_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/regional_restart +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/regional_restart Checking test 043 regional_restart results .... Comparing dynf006.nc .........OK Comparing phyf006.nc .........OK Comparing PRSLEV.GrbF06 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 150.150186 - 0: The maximum resident set size (KB) = 856104 + 0: The total amount of wall time = 147.630634 + 0: The maximum resident set size (KB) = 857108 Test 043 regional_restart PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/regional_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/regional_decomp +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/regional_decomp Checking test 044 regional_decomp results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2034,14 +2034,14 @@ Checking test 044 regional_decomp results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 310.430912 - 0: The maximum resident set size (KB) = 853956 + 0: The total amount of wall time = 309.939334 + 0: The maximum resident set size (KB) = 853108 Test 044 regional_decomp PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/regional_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/regional_2threads +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/regional_2threads Checking test 045 regional_2threads results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2052,14 +2052,14 @@ Checking test 045 regional_2threads results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 180.174541 - 0: The maximum resident set size (KB) = 832968 + 0: The total amount of wall time = 181.077118 + 0: The maximum resident set size (KB) = 843956 Test 045 regional_2threads PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/regional_noquilt -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/regional_noquilt +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/regional_noquilt Checking test 046 regional_noquilt results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK @@ -2067,28 +2067,28 @@ Checking test 046 regional_noquilt results .... Comparing RESTART/fv_core.res.tile1_new.nc .........OK Comparing RESTART/fv_tracer.res.tile1_new.nc .........OK - 0: The total amount of wall time = 319.871977 - 0: The maximum resident set size (KB) = 856248 + 0: The total amount of wall time = 322.402827 + 0: The maximum resident set size (KB) = 858836 Test 046 regional_noquilt PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/regional_netcdf_parallel -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/regional_netcdf_parallel +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/regional_netcdf_parallel Checking test 047 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 = 289.104838 - 0: The maximum resident set size (KB) = 854356 + 0: The total amount of wall time = 289.258027 + 0: The maximum resident set size (KB) = 856256 Test 047 regional_netcdf_parallel PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/regional_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/regional_2dwrtdecomp +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/regional_2dwrtdecomp Checking test 048 regional_2dwrtdecomp results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2099,14 +2099,14 @@ Checking test 048 regional_2dwrtdecomp results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 293.594631 - 0: The maximum resident set size (KB) = 866260 + 0: The total amount of wall time = 296.074977 + 0: The maximum resident set size (KB) = 863232 Test 048 regional_2dwrtdecomp PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/fv3_regional_wofs -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/regional_wofs +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/regional_wofs Checking test 049 regional_wofs results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2117,14 +2117,14 @@ Checking test 049 regional_wofs results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 372.691422 - 0: The maximum resident set size (KB) = 623800 + 0: The total amount of wall time = 371.889293 + 0: The maximum resident set size (KB) = 622828 Test 049 regional_wofs PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/rap_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/rap_control +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/rap_control Checking test 050 rap_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2171,14 +2171,14 @@ Checking test 050 rap_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 455.927693 - 0: The maximum resident set size (KB) = 1055016 + 0: The total amount of wall time = 459.415997 + 0: The maximum resident set size (KB) = 1060048 Test 050 rap_control PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/regional_spp_sppt_shum_skeb -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/regional_spp_sppt_shum_skeb +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/regional_spp_sppt_shum_skeb Checking test 051 regional_spp_sppt_shum_skeb results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK @@ -2189,14 +2189,14 @@ Checking test 051 regional_spp_sppt_shum_skeb results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF01 .........OK - 0: The total amount of wall time = 284.755895 - 0: The maximum resident set size (KB) = 1173336 + 0: The total amount of wall time = 281.363606 + 0: The maximum resident set size (KB) = 1170452 Test 051 regional_spp_sppt_shum_skeb PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/rap_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/rap_decomp +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/rap_decomp Checking test 052 rap_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2243,14 +2243,14 @@ Checking test 052 rap_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 480.362574 - 0: The maximum resident set size (KB) = 997196 + 0: The total amount of wall time = 478.221094 + 0: The maximum resident set size (KB) = 1000380 Test 052 rap_decomp PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/rap_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/rap_2threads +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/rap_2threads Checking test 053 rap_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2297,14 +2297,14 @@ Checking test 053 rap_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 442.916727 - 0: The maximum resident set size (KB) = 1128852 + 0: The total amount of wall time = 439.146842 + 0: The maximum resident set size (KB) = 1126236 Test 053 rap_2threads PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/rap_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/rap_restart +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/rap_restart Checking test 054 rap_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -2343,14 +2343,14 @@ Checking test 054 rap_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 231.224054 - 0: The maximum resident set size (KB) = 959936 + 0: The total amount of wall time = 231.065236 + 0: The maximum resident set size (KB) = 962060 Test 054 rap_restart PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/rap_sfcdiff -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/rap_sfcdiff +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/rap_sfcdiff Checking test 055 rap_sfcdiff results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2397,14 +2397,14 @@ Checking test 055 rap_sfcdiff results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 455.491654 - 0: The maximum resident set size (KB) = 1057344 + 0: The total amount of wall time = 450.763781 + 0: The maximum resident set size (KB) = 1057492 Test 055 rap_sfcdiff PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/rap_sfcdiff -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/rap_sfcdiff_decomp +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/rap_sfcdiff_decomp Checking test 056 rap_sfcdiff_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2451,14 +2451,14 @@ Checking test 056 rap_sfcdiff_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 480.733391 - 0: The maximum resident set size (KB) = 1001800 + 0: The total amount of wall time = 476.456308 + 0: The maximum resident set size (KB) = 1007400 Test 056 rap_sfcdiff_decomp PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/rap_sfcdiff -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/rap_sfcdiff_restart +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/rap_sfcdiff_restart Checking test 057 rap_sfcdiff_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -2497,14 +2497,14 @@ Checking test 057 rap_sfcdiff_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 338.547795 - 0: The maximum resident set size (KB) = 985432 + 0: The total amount of wall time = 338.770088 + 0: The maximum resident set size (KB) = 976940 Test 057 rap_sfcdiff_restart PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/hrrr_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/hrrr_control +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/hrrr_control Checking test 058 hrrr_control results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2551,14 +2551,14 @@ Checking test 058 hrrr_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 433.772868 - 0: The maximum resident set size (KB) = 1058488 + 0: The total amount of wall time = 435.056174 + 0: The maximum resident set size (KB) = 1056196 Test 058 hrrr_control PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/hrrr_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/hrrr_control_decomp +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/hrrr_control_decomp Checking test 059 hrrr_control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2605,14 +2605,14 @@ Checking test 059 hrrr_control_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 456.181919 - 0: The maximum resident set size (KB) = 1002128 + 0: The total amount of wall time = 455.866597 + 0: The maximum resident set size (KB) = 1003876 Test 059 hrrr_control_decomp PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/hrrr_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/hrrr_control_2threads +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/hrrr_control_2threads Checking test 060 hrrr_control_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2659,14 +2659,14 @@ Checking test 060 hrrr_control_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 413.483807 - 0: The maximum resident set size (KB) = 1127308 + 0: The total amount of wall time = 414.729410 + 0: The maximum resident set size (KB) = 1126816 Test 060 hrrr_control_2threads PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/hrrr_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/hrrr_control_restart +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/hrrr_control_restart Checking test 061 hrrr_control_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -2705,14 +2705,14 @@ Checking test 061 hrrr_control_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 327.675687 - 0: The maximum resident set size (KB) = 978992 + 0: The total amount of wall time = 328.326541 + 0: The maximum resident set size (KB) = 971236 Test 061 hrrr_control_restart PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/rrfs_v1beta -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/rrfs_v1beta +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/rrfs_v1beta Checking test 062 rrfs_v1beta results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2759,14 +2759,14 @@ Checking test 062 rrfs_v1beta results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 445.042638 - 0: The maximum resident set size (KB) = 1057376 + 0: The total amount of wall time = 444.244160 + 0: The maximum resident set size (KB) = 1050840 Test 062 rrfs_v1beta PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/rrfs_v1nssl -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/rrfs_v1nssl +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/rrfs_v1nssl Checking test 063 rrfs_v1nssl results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2781,14 +2781,14 @@ Checking test 063 rrfs_v1nssl results .... Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 525.791096 - 0: The maximum resident set size (KB) = 694152 + 0: The total amount of wall time = 526.614929 + 0: The maximum resident set size (KB) = 694192 Test 063 rrfs_v1nssl PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/rrfs_v1nssl_nohailnoccn -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/rrfs_v1nssl_nohailnoccn +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/rrfs_v1nssl_nohailnoccn Checking test 064 rrfs_v1nssl_nohailnoccn results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2803,14 +2803,14 @@ Checking test 064 rrfs_v1nssl_nohailnoccn results .... Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 513.088689 - 0: The maximum resident set size (KB) = 772952 + 0: The total amount of wall time = 513.564963 + 0: The maximum resident set size (KB) = 753436 Test 064 rrfs_v1nssl_nohailnoccn PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/rrfs_conus13km_hrrr_warm -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/rrfs_conus13km_hrrr_warm +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/rrfs_conus13km_hrrr_warm Checking test 065 rrfs_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -2819,14 +2819,14 @@ Checking test 065 rrfs_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 123.670516 - 0: The maximum resident set size (KB) = 927320 + 0: The total amount of wall time = 122.463288 + 0: The maximum resident set size (KB) = 926284 Test 065 rrfs_conus13km_hrrr_warm PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/rrfs_smoke_conus13km_hrrr_warm -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/rrfs_smoke_conus13km_hrrr_warm +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/rrfs_smoke_conus13km_hrrr_warm Checking test 066 rrfs_smoke_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -2835,14 +2835,14 @@ Checking test 066 rrfs_smoke_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 138.972660 - 0: The maximum resident set size (KB) = 955268 + 0: The total amount of wall time = 138.772141 + 0: The maximum resident set size (KB) = 958352 Test 066 rrfs_smoke_conus13km_hrrr_warm PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/rrfs_conus13km_radar_tten_warm -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/rrfs_conus13km_radar_tten_warm +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/rrfs_conus13km_radar_tten_warm Checking test 067 rrfs_conus13km_radar_tten_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -2851,14 +2851,14 @@ Checking test 067 rrfs_conus13km_radar_tten_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 123.241497 - 0: The maximum resident set size (KB) = 933660 + 0: The total amount of wall time = 124.082075 + 0: The maximum resident set size (KB) = 936560 Test 067 rrfs_conus13km_radar_tten_warm PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/rrfs_conus13km_hrrr_warm -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/rrfs_conus13km_hrrr_warm_2threads +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/rrfs_conus13km_hrrr_warm_2threads Checking test 068 rrfs_conus13km_hrrr_warm_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -2867,14 +2867,14 @@ Checking test 068 rrfs_conus13km_hrrr_warm_2threads results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 78.804267 - 0: The maximum resident set size (KB) = 878136 + 0: The total amount of wall time = 77.451452 + 0: The maximum resident set size (KB) = 874972 Test 068 rrfs_conus13km_hrrr_warm_2threads PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/rrfs_conus13km_radar_tten_warm -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/rrfs_conus13km_radar_tten_warm_2threads +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/rrfs_conus13km_radar_tten_warm_2threads Checking test 069 rrfs_conus13km_radar_tten_warm_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -2883,14 +2883,14 @@ Checking test 069 rrfs_conus13km_radar_tten_warm_2threads results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 78.457095 - 0: The maximum resident set size (KB) = 840420 + 0: The total amount of wall time = 77.749176 + 0: The maximum resident set size (KB) = 880496 Test 069 rrfs_conus13km_radar_tten_warm_2threads PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/control_csawmg -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/control_csawmg +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/control_csawmg Checking test 070 control_csawmg results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2901,14 +2901,14 @@ Checking test 070 control_csawmg results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 341.260660 - 0: The maximum resident set size (KB) = 730400 + 0: The total amount of wall time = 338.132399 + 0: The maximum resident set size (KB) = 725136 Test 070 control_csawmg PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/control_csawmgt -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/control_csawmgt +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/control_csawmgt Checking test 071 control_csawmgt results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2919,14 +2919,14 @@ Checking test 071 control_csawmgt results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 333.452908 - 0: The maximum resident set size (KB) = 718296 + 0: The total amount of wall time = 335.592864 + 0: The maximum resident set size (KB) = 719480 Test 071 control_csawmgt PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/control_ras -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/control_ras +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/control_ras Checking test 072 control_ras results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2937,54 +2937,54 @@ Checking test 072 control_ras results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 178.231819 - 0: The maximum resident set size (KB) = 714328 + 0: The total amount of wall time = 179.877692 + 0: The maximum resident set size (KB) = 712404 Test 072 control_ras PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/control_wam -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/control_wam +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/control_wam Checking test 073 control_wam results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK - 0: The total amount of wall time = 110.610088 - 0: The maximum resident set size (KB) = 638528 + 0: The total amount of wall time = 111.421107 + 0: The maximum resident set size (KB) = 641868 Test 073 control_wam PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/rrfs_conus13km_hrrr_warm_debugs -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/rrfs_conus13km_hrrr_warm_debug +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/rrfs_conus13km_hrrr_warm_debug Checking test 074 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 = 718.242021 - 0: The maximum resident set size (KB) = 956108 + 0: The total amount of wall time = 710.619966 + 0: The maximum resident set size (KB) = 949896 Test 074 rrfs_conus13km_hrrr_warm_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/rrfs_conus13km_radar_tten_warm_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/rrfs_conus13km_radar_tten_warm_debug +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/rrfs_conus13km_radar_tten_warm_debug Checking test 075 rrfs_conus13km_radar_tten_warm_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 722.438736 - 0: The maximum resident set size (KB) = 961448 + 0: The total amount of wall time = 720.580836 + 0: The maximum resident set size (KB) = 961076 Test 075 rrfs_conus13km_radar_tten_warm_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/control_CubedSphereGrid_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/control_CubedSphereGrid_debug +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/control_CubedSphereGrid_debug Checking test 076 control_CubedSphereGrid_debug results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -3011,334 +3011,334 @@ Checking test 076 control_CubedSphereGrid_debug results .... Comparing atmf001.tile5.nc .........OK Comparing atmf001.tile6.nc .........OK - 0: The total amount of wall time = 160.513197 - 0: The maximum resident set size (KB) = 800352 + 0: The total amount of wall time = 161.124374 + 0: The maximum resident set size (KB) = 796920 Test 076 control_CubedSphereGrid_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/control_wrtGauss_netcdf_parallel_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/control_wrtGauss_netcdf_parallel_debug +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/control_wrtGauss_netcdf_parallel_debug Checking test 077 control_wrtGauss_netcdf_parallel_debug results .... - Comparing sfcf000.nc ............ALT CHECK......OK + Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 150.194848 - 0: The maximum resident set size (KB) = 795376 + 0: The total amount of wall time = 152.158719 + 0: The maximum resident set size (KB) = 791152 Test 077 control_wrtGauss_netcdf_parallel_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/control_stochy_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/control_stochy_debug +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/control_stochy_debug Checking test 078 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 = 168.207531 - 0: The maximum resident set size (KB) = 803944 + 0: The total amount of wall time = 170.157625 + 0: The maximum resident set size (KB) = 794196 Test 078 control_stochy_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/control_lndp_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/control_lndp_debug +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/control_lndp_debug Checking test 079 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 = 151.300017 - 0: The maximum resident set size (KB) = 798880 + 0: The total amount of wall time = 153.708965 + 0: The maximum resident set size (KB) = 792564 Test 079 control_lndp_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/control_csawmg_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/control_csawmg_debug +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/control_csawmg_debug Checking test 080 control_csawmg_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 234.768671 - 0: The maximum resident set size (KB) = 848000 + 0: The total amount of wall time = 229.832007 + 0: The maximum resident set size (KB) = 842464 Test 080 control_csawmg_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/control_csawmgt_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/control_csawmgt_debug +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/control_csawmgt_debug Checking test 081 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 = 229.199710 - 0: The maximum resident set size (KB) = 850912 + 0: The total amount of wall time = 227.985476 + 0: The maximum resident set size (KB) = 845244 Test 081 control_csawmgt_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/control_ras_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/control_ras_debug +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/control_ras_debug Checking test 082 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 = 152.778175 - 0: The maximum resident set size (KB) = 808196 + 0: The total amount of wall time = 154.018568 + 0: The maximum resident set size (KB) = 806264 Test 082 control_ras_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/control_diag_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/control_diag_debug +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/control_diag_debug Checking test 083 control_diag_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 158.879871 - 0: The maximum resident set size (KB) = 851412 + 0: The total amount of wall time = 157.945791 + 0: The maximum resident set size (KB) = 850380 Test 083 control_diag_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/control_debug_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/control_debug_p8 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/control_debug_p8 Checking test 084 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 = 168.513419 - 0: The maximum resident set size (KB) = 1626680 + 0: The total amount of wall time = 166.955161 + 0: The maximum resident set size (KB) = 1617888 Test 084 control_debug_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/regional_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/regional_debug +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/regional_debug Checking test 085 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 = 982.988221 - 0: The maximum resident set size (KB) = 880552 + 0: The total amount of wall time = 970.202621 + 0: The maximum resident set size (KB) = 882384 Test 085 regional_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/rap_control_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/rap_control_debug +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/rap_control_debug Checking test 086 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 = 273.427790 - 0: The maximum resident set size (KB) = 1174824 + 0: The total amount of wall time = 273.629339 + 0: The maximum resident set size (KB) = 1172228 Test 086 rap_control_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/hrrr_control_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/hrrr_control_debug +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/hrrr_control_debug Checking test 087 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 = 268.209204 - 0: The maximum resident set size (KB) = 1166924 + 0: The total amount of wall time = 272.623873 + 0: The maximum resident set size (KB) = 1167988 Test 087 hrrr_control_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/rap_control_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/rap_unified_drag_suite_debug +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/rap_unified_drag_suite_debug Checking test 088 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 = 272.470953 - 0: The maximum resident set size (KB) = 1174320 + 0: The total amount of wall time = 271.474434 + 0: The maximum resident set size (KB) = 1172536 Test 088 rap_unified_drag_suite_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/rap_diag_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/rap_diag_debug +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/rap_diag_debug Checking test 089 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 = 292.450858 - 0: The maximum resident set size (KB) = 1256768 + 0: The total amount of wall time = 292.850352 + 0: The maximum resident set size (KB) = 1260096 Test 089 rap_diag_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/rap_cires_ugwp_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/rap_cires_ugwp_debug +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/rap_cires_ugwp_debug Checking test 090 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 = 279.713907 - 0: The maximum resident set size (KB) = 1172420 + 0: The total amount of wall time = 279.314616 + 0: The maximum resident set size (KB) = 1170788 Test 090 rap_cires_ugwp_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/rap_cires_ugwp_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/rap_unified_ugwp_debug +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/rap_unified_ugwp_debug Checking test 091 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 = 281.963509 - 0: The maximum resident set size (KB) = 1173048 + 0: The total amount of wall time = 272.586206 + 0: The maximum resident set size (KB) = 1177556 Test 091 rap_unified_ugwp_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/rap_lndp_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/rap_lndp_debug +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/rap_lndp_debug Checking test 092 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 = 273.771616 - 0: The maximum resident set size (KB) = 1178588 + 0: The total amount of wall time = 275.551384 + 0: The maximum resident set size (KB) = 1174440 Test 092 rap_lndp_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/rap_flake_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/rap_flake_debug +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/rap_flake_debug Checking test 093 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 = 273.603062 - 0: The maximum resident set size (KB) = 1174004 + 0: The total amount of wall time = 278.295438 + 0: The maximum resident set size (KB) = 1173952 Test 093 rap_flake_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/rap_progcld_thompson_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/rap_progcld_thompson_debug +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/rap_progcld_thompson_debug Checking test 094 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 = 277.423817 - 0: The maximum resident set size (KB) = 1173708 + 0: The total amount of wall time = 276.094593 + 0: The maximum resident set size (KB) = 1170436 Test 094 rap_progcld_thompson_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/rap_noah_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/rap_noah_debug +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/rap_noah_debug Checking test 095 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 = 270.218134 - 0: The maximum resident set size (KB) = 1174160 + 0: The total amount of wall time = 271.708866 + 0: The maximum resident set size (KB) = 1175964 Test 095 rap_noah_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/rap_sfcdiff_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/rap_sfcdiff_debug +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/rap_sfcdiff_debug Checking test 096 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 = 272.453036 - 0: The maximum resident set size (KB) = 1173636 + 0: The total amount of wall time = 272.372589 + 0: The maximum resident set size (KB) = 1175968 Test 096 rap_sfcdiff_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/rap_noah_sfcdiff_cires_ugwp_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/rap_noah_sfcdiff_cires_ugwp_debug +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/rap_noah_sfcdiff_cires_ugwp_debug Checking test 097 rap_noah_sfcdiff_cires_ugwp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 451.134708 - 0: The maximum resident set size (KB) = 1179968 + 0: The total amount of wall time = 443.909498 + 0: The maximum resident set size (KB) = 1175092 Test 097 rap_noah_sfcdiff_cires_ugwp_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/rrfs_v1beta_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/rrfs_v1beta_debug +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/rrfs_v1beta_debug Checking test 098 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 = 266.248187 - 0: The maximum resident set size (KB) = 1173636 + 0: The total amount of wall time = 271.370396 + 0: The maximum resident set size (KB) = 1169184 Test 098 rrfs_v1beta_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/control_wam_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/control_wam_debug +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/control_wam_debug Checking test 099 control_wam_debug results .... Comparing sfcf019.nc .........OK Comparing atmf019.nc .........OK - 0: The total amount of wall time = 282.562884 - 0: The maximum resident set size (KB) = 518256 + 0: The total amount of wall time = 281.611014 + 0: The maximum resident set size (KB) = 516820 Test 099 control_wam_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/regional_spp_sppt_shum_skeb_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/regional_spp_sppt_shum_skeb_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/regional_spp_sppt_shum_skeb_dyn32_phy32 Checking test 100 regional_spp_sppt_shum_skeb_dyn32_phy32 results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK @@ -3349,14 +3349,14 @@ Checking test 100 regional_spp_sppt_shum_skeb_dyn32_phy32 results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF01 .........OK - 0: The total amount of wall time = 259.821331 - 0: The maximum resident set size (KB) = 1078452 + 0: The total amount of wall time = 260.454470 + 0: The maximum resident set size (KB) = 1072616 Test 100 regional_spp_sppt_shum_skeb_dyn32_phy32 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/rap_control_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/rap_control_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/rap_control_dyn32_phy32 Checking test 101 rap_control_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3403,14 +3403,14 @@ Checking test 101 rap_control_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 368.956123 - 0: The maximum resident set size (KB) = 1000568 + 0: The total amount of wall time = 369.727908 + 0: The maximum resident set size (KB) = 1006684 Test 101 rap_control_dyn32_phy32 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/hrrr_control_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/hrrr_control_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/hrrr_control_dyn32_phy32 Checking test 102 hrrr_control_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3457,14 +3457,14 @@ Checking test 102 hrrr_control_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 192.128123 - 0: The maximum resident set size (KB) = 960352 + 0: The total amount of wall time = 193.213198 + 0: The maximum resident set size (KB) = 953812 Test 102 hrrr_control_dyn32_phy32 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/rap_control_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/rap_2threads_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/rap_2threads_dyn32_phy32 Checking test 103 rap_2threads_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3511,14 +3511,14 @@ Checking test 103 rap_2threads_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 356.966303 - 0: The maximum resident set size (KB) = 1022456 + 0: The total amount of wall time = 356.016613 + 0: The maximum resident set size (KB) = 1017472 Test 103 rap_2threads_dyn32_phy32 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/hrrr_control_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/hrrr_control_2threads_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/hrrr_control_2threads_dyn32_phy32 Checking test 104 hrrr_control_2threads_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3565,14 +3565,14 @@ Checking test 104 hrrr_control_2threads_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 188.381437 - 0: The maximum resident set size (KB) = 1000540 + 0: The total amount of wall time = 189.561207 + 0: The maximum resident set size (KB) = 1007328 Test 104 hrrr_control_2threads_dyn32_phy32 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/hrrr_control_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/hrrr_control_decomp_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/hrrr_control_decomp_dyn32_phy32 Checking test 105 hrrr_control_decomp_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3619,14 +3619,14 @@ Checking test 105 hrrr_control_decomp_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 201.420651 - 0: The maximum resident set size (KB) = 896736 + 0: The total amount of wall time = 202.805391 + 0: The maximum resident set size (KB) = 895764 Test 105 hrrr_control_decomp_dyn32_phy32 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/rap_control_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/rap_restart_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/rap_restart_dyn32_phy32 Checking test 106 rap_restart_dyn32_phy32 results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -3665,14 +3665,14 @@ Checking test 106 rap_restart_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 278.172305 - 0: The maximum resident set size (KB) = 950332 + 0: The total amount of wall time = 279.213305 + 0: The maximum resident set size (KB) = 942736 Test 106 rap_restart_dyn32_phy32 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/hrrr_control_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/hrrr_control_restart_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/hrrr_control_restart_dyn32_phy32 Checking test 107 hrrr_control_restart_dyn32_phy32 results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -3711,14 +3711,14 @@ Checking test 107 hrrr_control_restart_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 99.617037 - 0: The maximum resident set size (KB) = 858344 + 0: The total amount of wall time = 99.665400 + 0: The maximum resident set size (KB) = 864384 Test 107 hrrr_control_restart_dyn32_phy32 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/rap_control_dyn64_phy32 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/rap_control_dyn64_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/rap_control_dyn64_phy32 Checking test 108 rap_control_dyn64_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3765,81 +3765,81 @@ Checking test 108 rap_control_dyn64_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 237.077494 - 0: The maximum resident set size (KB) = 964672 + 0: The total amount of wall time = 239.088558 + 0: The maximum resident set size (KB) = 960664 Test 108 rap_control_dyn64_phy32 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/rap_control_debug_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/rap_control_debug_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/rap_control_debug_dyn32_phy32 Checking test 109 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 = 269.209297 - 0: The maximum resident set size (KB) = 1066708 + 0: The total amount of wall time = 272.556761 + 0: The maximum resident set size (KB) = 1056584 Test 109 rap_control_debug_dyn32_phy32 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/hrrr_control_debug_dyn32_phy32 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/hrrr_control_debug_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/hrrr_control_debug_dyn32_phy32 Checking test 110 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 = 269.817418 - 0: The maximum resident set size (KB) = 1061828 + 0: The total amount of wall time = 271.145430 + 0: The maximum resident set size (KB) = 1056860 Test 110 hrrr_control_debug_dyn32_phy32 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/rap_control_debug_dyn64_phy32 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/rap_control_dyn64_phy32_debug +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/rap_control_dyn64_phy32_debug Checking test 111 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 = 282.609779 - 0: The maximum resident set size (KB) = 1097144 + 0: The total amount of wall time = 273.943986 + 0: The maximum resident set size (KB) = 1093400 Test 111 rap_control_dyn64_phy32_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/hafs_regional_atm -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/hafs_regional_atm +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/hafs_regional_atm Checking test 112 hafs_regional_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing HURPRS.GrbF06 .........OK - 0: The total amount of wall time = 223.708016 - 0: The maximum resident set size (KB) = 1018068 + 0: The total amount of wall time = 217.754389 + 0: The maximum resident set size (KB) = 1016524 Test 112 hafs_regional_atm PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/hafs_regional_atm_thompson_gfdlsf -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/hafs_regional_atm_thompson_gfdlsf +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/hafs_regional_atm_thompson_gfdlsf Checking test 113 hafs_regional_atm_thompson_gfdlsf results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK - 0: The total amount of wall time = 298.047265 - 0: The maximum resident set size (KB) = 1409424 + 0: The total amount of wall time = 314.413016 + 0: The maximum resident set size (KB) = 1399780 Test 113 hafs_regional_atm_thompson_gfdlsf PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/hafs_regional_atm_ocn -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/hafs_regional_atm_ocn +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/hafs_regional_atm_ocn Checking test 114 hafs_regional_atm_ocn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -3848,14 +3848,14 @@ Checking test 114 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 = 361.492032 - 0: The maximum resident set size (KB) = 1200664 + 0: The total amount of wall time = 362.785431 + 0: The maximum resident set size (KB) = 1202456 Test 114 hafs_regional_atm_ocn PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/hafs_regional_atm_wav -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/hafs_regional_atm_wav +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/hafs_regional_atm_wav Checking test 115 hafs_regional_atm_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -3864,14 +3864,14 @@ Checking test 115 hafs_regional_atm_wav results .... Comparing 20190829.060000.restart.ww3 .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 722.854404 - 0: The maximum resident set size (KB) = 1234116 + 0: The total amount of wall time = 720.647366 + 0: The maximum resident set size (KB) = 1230508 Test 115 hafs_regional_atm_wav PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/hafs_regional_atm_ocn_wav -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/hafs_regional_atm_ocn_wav +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/hafs_regional_atm_ocn_wav Checking test 116 hafs_regional_atm_ocn_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -3882,28 +3882,28 @@ Checking test 116 hafs_regional_atm_ocn_wav results .... Comparing 20190829.060000.restart.ww3 .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 818.570737 - 0: The maximum resident set size (KB) = 1244332 + 0: The total amount of wall time = 816.933057 + 0: The maximum resident set size (KB) = 1249676 Test 116 hafs_regional_atm_ocn_wav PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/hafs_regional_1nest_atm -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/hafs_regional_1nest_atm +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/hafs_regional_1nest_atm Checking test 117 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 = 314.991118 - 0: The maximum resident set size (KB) = 498168 + 0: The total amount of wall time = 312.960050 + 0: The maximum resident set size (KB) = 497400 Test 117 hafs_regional_1nest_atm PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/hafs_regional_telescopic_2nests_atm -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/hafs_regional_telescopic_2nests_atm +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/hafs_regional_telescopic_2nests_atm Checking test 118 hafs_regional_telescopic_2nests_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -3912,28 +3912,28 @@ Checking test 118 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 = 359.576507 - 0: The maximum resident set size (KB) = 510020 + 0: The total amount of wall time = 360.636191 + 0: The maximum resident set size (KB) = 507608 Test 118 hafs_regional_telescopic_2nests_atm PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/hafs_global_1nest_atm -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/hafs_global_1nest_atm +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/hafs_global_1nest_atm Checking test 119 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 = 148.213328 - 0: The maximum resident set size (KB) = 351140 + 0: The total amount of wall time = 145.399226 + 0: The maximum resident set size (KB) = 344684 Test 119 hafs_global_1nest_atm PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/hafs_global_multiple_4nests_atm -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/hafs_global_multiple_4nests_atm +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/hafs_global_multiple_4nests_atm Checking test 120 hafs_global_multiple_4nests_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -3951,14 +3951,14 @@ Checking test 120 hafs_global_multiple_4nests_atm results .... Comparing HURPRS.GrbF06.nest04 .........OK Comparing HURPRS.GrbF06.nest05 .........OK - 0: The total amount of wall time = 416.328505 - 0: The maximum resident set size (KB) = 422068 + 0: The total amount of wall time = 412.742741 + 0: The maximum resident set size (KB) = 418720 Test 120 hafs_global_multiple_4nests_atm PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/hafs_regional_specified_moving_1nest_atm -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/hafs_regional_specified_moving_1nest_atm +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/hafs_regional_specified_moving_1nest_atm Checking test 121 hafs_regional_specified_moving_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -3967,28 +3967,28 @@ Checking test 121 hafs_regional_specified_moving_1nest_atm results .... Comparing HURPRS.GrbF06 .........OK Comparing HURPRS.GrbF06.nest02 .........OK - 0: The total amount of wall time = 198.571467 - 0: The maximum resident set size (KB) = 508244 + 0: The total amount of wall time = 196.861091 + 0: The maximum resident set size (KB) = 514996 Test 121 hafs_regional_specified_moving_1nest_atm PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/hafs_regional_storm_following_1nest_atm -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/hafs_regional_storm_following_1nest_atm +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/hafs_regional_storm_following_1nest_atm Checking test 122 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 = 189.507190 - 0: The maximum resident set size (KB) = 510644 + 0: The total amount of wall time = 187.265203 + 0: The maximum resident set size (KB) = 508188 Test 122 hafs_regional_storm_following_1nest_atm PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/hafs_regional_storm_following_1nest_atm_ocn -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/hafs_regional_storm_following_1nest_atm_ocn +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/hafs_regional_storm_following_1nest_atm_ocn Checking test 123 hafs_regional_storm_following_1nest_atm_ocn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -3997,28 +3997,28 @@ Checking test 123 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 = 217.120711 - 0: The maximum resident set size (KB) = 544748 + 0: The total amount of wall time = 218.313996 + 0: The maximum resident set size (KB) = 545332 Test 123 hafs_regional_storm_following_1nest_atm_ocn PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/hafs_global_storm_following_1nest_atm -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/hafs_global_storm_following_1nest_atm +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/hafs_global_storm_following_1nest_atm Checking test 124 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 = 60.163263 - 0: The maximum resident set size (KB) = 361560 + 0: The total amount of wall time = 57.890698 + 0: The maximum resident set size (KB) = 355764 Test 124 hafs_global_storm_following_1nest_atm PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/hafs_regional_storm_following_1nest_atm_ocn_wav -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/hafs_regional_storm_following_1nest_atm_ocn_wav +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/hafs_regional_storm_following_1nest_atm_ocn_wav Checking test 125 hafs_regional_storm_following_1nest_atm_ocn_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4029,14 +4029,14 @@ Checking test 125 hafs_regional_storm_following_1nest_atm_ocn_wav results .... Comparing out_grd.ww3 .........OK Comparing out_pnt.ww3 .........OK - 0: The total amount of wall time = 509.352235 - 0: The maximum resident set size (KB) = 644092 + 0: The total amount of wall time = 509.815675 + 0: The maximum resident set size (KB) = 645772 Test 125 hafs_regional_storm_following_1nest_atm_ocn_wav PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/hafs_regional_docn -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/hafs_regional_docn +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/hafs_regional_docn Checking test 126 hafs_regional_docn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4044,14 +4044,14 @@ Checking test 126 hafs_regional_docn results .... Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK Comparing ufs.hafs.docn.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 334.284427 - 0: The maximum resident set size (KB) = 1208432 + 0: The total amount of wall time = 337.406349 + 0: The maximum resident set size (KB) = 1212376 Test 126 hafs_regional_docn PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/hafs_regional_docn_oisst -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/hafs_regional_docn_oisst +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/hafs_regional_docn_oisst Checking test 127 hafs_regional_docn_oisst results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4059,131 +4059,131 @@ Checking test 127 hafs_regional_docn_oisst results .... Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK Comparing ufs.hafs.docn.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 337.381021 - 0: The maximum resident set size (KB) = 1191412 + 0: The total amount of wall time = 338.636267 + 0: The maximum resident set size (KB) = 1187596 Test 127 hafs_regional_docn_oisst PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/hafs_regional_datm_cdeps -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/hafs_regional_datm_cdeps +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/hafs_regional_datm_cdeps Checking test 128 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 = 944.980213 - 0: The maximum resident set size (KB) = 1037688 + 0: The total amount of wall time = 949.652879 + 0: The maximum resident set size (KB) = 1039600 Test 128 hafs_regional_datm_cdeps PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/datm_cdeps_control_cfsr -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/datm_cdeps_control_cfsr +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/datm_cdeps_control_cfsr Checking test 129 datm_cdeps_control_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 155.919787 - 0: The maximum resident set size (KB) = 1065280 + 0: The total amount of wall time = 156.728308 + 0: The maximum resident set size (KB) = 1076144 Test 129 datm_cdeps_control_cfsr PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/datm_cdeps_control_cfsr -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/datm_cdeps_restart_cfsr +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/datm_cdeps_restart_cfsr Checking test 130 datm_cdeps_restart_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 94.292440 - 0: The maximum resident set size (KB) = 1030744 + 0: The total amount of wall time = 93.664889 + 0: The maximum resident set size (KB) = 1026720 Test 130 datm_cdeps_restart_cfsr PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/datm_cdeps_control_gefs -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/datm_cdeps_control_gefs +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/datm_cdeps_control_gefs Checking test 131 datm_cdeps_control_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 152.040602 - 0: The maximum resident set size (KB) = 960440 + 0: The total amount of wall time = 148.560433 + 0: The maximum resident set size (KB) = 960528 Test 131 datm_cdeps_control_gefs PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/datm_cdeps_iau_gefs -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/datm_cdeps_iau_gefs +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/datm_cdeps_iau_gefs Checking test 132 datm_cdeps_iau_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 152.725148 - 0: The maximum resident set size (KB) = 959040 + 0: The total amount of wall time = 148.216269 + 0: The maximum resident set size (KB) = 958104 Test 132 datm_cdeps_iau_gefs PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/datm_cdeps_stochy_gefs -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/datm_cdeps_stochy_gefs +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/datm_cdeps_stochy_gefs Checking test 133 datm_cdeps_stochy_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 154.683592 - 0: The maximum resident set size (KB) = 962424 + 0: The total amount of wall time = 156.373871 + 0: The maximum resident set size (KB) = 962652 Test 133 datm_cdeps_stochy_gefs PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/datm_cdeps_ciceC_cfsr -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/datm_cdeps_ciceC_cfsr +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/datm_cdeps_ciceC_cfsr Checking test 134 datm_cdeps_ciceC_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 156.413433 - 0: The maximum resident set size (KB) = 1061624 + 0: The total amount of wall time = 154.753508 + 0: The maximum resident set size (KB) = 1053240 Test 134 datm_cdeps_ciceC_cfsr PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/datm_cdeps_bulk_cfsr -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/datm_cdeps_bulk_cfsr +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/datm_cdeps_bulk_cfsr Checking test 135 datm_cdeps_bulk_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 155.273544 - 0: The maximum resident set size (KB) = 1070504 + 0: The total amount of wall time = 157.433945 + 0: The maximum resident set size (KB) = 1059708 Test 135 datm_cdeps_bulk_cfsr PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/datm_cdeps_bulk_gefs -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/datm_cdeps_bulk_gefs +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/datm_cdeps_bulk_gefs Checking test 136 datm_cdeps_bulk_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 149.304630 - 0: The maximum resident set size (KB) = 970528 + 0: The total amount of wall time = 146.901726 + 0: The maximum resident set size (KB) = 963016 Test 136 datm_cdeps_bulk_gefs PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/datm_cdeps_mx025_cfsr -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/datm_cdeps_mx025_cfsr +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/datm_cdeps_mx025_cfsr Checking test 137 datm_cdeps_mx025_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK @@ -4192,14 +4192,14 @@ Checking test 137 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 = 400.156260 - 0: The maximum resident set size (KB) = 876548 + 0: The total amount of wall time = 395.864667 + 0: The maximum resident set size (KB) = 880400 Test 137 datm_cdeps_mx025_cfsr PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/datm_cdeps_mx025_gefs -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/datm_cdeps_mx025_gefs +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/datm_cdeps_mx025_gefs Checking test 138 datm_cdeps_mx025_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK @@ -4208,64 +4208,64 @@ Checking test 138 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 = 397.387417 - 0: The maximum resident set size (KB) = 930032 + 0: The total amount of wall time = 399.579762 + 0: The maximum resident set size (KB) = 927936 Test 138 datm_cdeps_mx025_gefs PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/datm_cdeps_control_cfsr -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/datm_cdeps_multiple_files_cfsr +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/datm_cdeps_multiple_files_cfsr Checking test 139 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 = 158.235750 - 0: The maximum resident set size (KB) = 1068024 + 0: The total amount of wall time = 154.975185 + 0: The maximum resident set size (KB) = 1068668 Test 139 datm_cdeps_multiple_files_cfsr PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/datm_cdeps_3072x1536_cfsr -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/datm_cdeps_3072x1536_cfsr +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/datm_cdeps_3072x1536_cfsr Checking test 140 datm_cdeps_3072x1536_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR3072x1536.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 214.854704 - 0: The maximum resident set size (KB) = 2364460 + 0: The total amount of wall time = 217.532032 + 0: The maximum resident set size (KB) = 2364848 Test 140 datm_cdeps_3072x1536_cfsr PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/datm_cdeps_gfs -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/datm_cdeps_gfs +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/datm_cdeps_gfs Checking test 141 datm_cdeps_gfs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/DATM_GFS.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 222.357516 - 0: The maximum resident set size (KB) = 2308512 + 0: The total amount of wall time = 218.665767 + 0: The maximum resident set size (KB) = 2366588 Test 141 datm_cdeps_gfs PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/datm_cdeps_debug_cfsr -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/datm_cdeps_debug_cfsr +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/datm_cdeps_debug_cfsr Checking test 142 datm_cdeps_debug_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-01-21600.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-01-21600.nc .........OK - 0: The total amount of wall time = 449.865289 - 0: The maximum resident set size (KB) = 994764 + 0: The total amount of wall time = 448.436579 + 0: The maximum resident set size (KB) = 989292 Test 142 datm_cdeps_debug_cfsr PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/datm_cdeps_lnd_gswp3 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/datm_cdeps_lnd_gswp3 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/datm_cdeps_lnd_gswp3 Checking test 143 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 @@ -4274,14 +4274,14 @@ Checking test 143 datm_cdeps_lnd_gswp3 results .... Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile5.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile6.nc .........OK - 0: The total amount of wall time = 6.515482 - 0: The maximum resident set size (KB) = 255820 + 0: The total amount of wall time = 6.594087 + 0: The maximum resident set size (KB) = 256428 Test 143 datm_cdeps_lnd_gswp3 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/datm_cdeps_lnd_gswp3 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/datm_cdeps_lnd_gswp3_rst +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/datm_cdeps_lnd_gswp3_rst Checking test 144 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 @@ -4290,14 +4290,14 @@ Checking test 144 datm_cdeps_lnd_gswp3_rst results .... Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile5.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile6.nc .........OK - 0: The total amount of wall time = 12.267531 - 0: The maximum resident set size (KB) = 252792 + 0: The total amount of wall time = 11.806138 + 0: The maximum resident set size (KB) = 264732 Test 144 datm_cdeps_lnd_gswp3_rst PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/control_p8_atmlnd_sbs -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/control_p8_atmlnd_sbs +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/control_p8_atmlnd_sbs Checking test 145 control_p8_atmlnd_sbs results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -4382,14 +4382,14 @@ Checking test 145 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 = 199.788590 - 0: The maximum resident set size (KB) = 1613576 + 0: The total amount of wall time = 199.995093 + 0: The maximum resident set size (KB) = 1612156 Test 145 control_p8_atmlnd_sbs PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/control_atmwav -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/control_atmwav +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/control_atmwav Checking test 146 control_atmwav results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -4433,14 +4433,14 @@ Checking test 146 control_atmwav results .... Comparing RESTART/sfc_data.tile6.nc .........OK Comparing 20210322.180000.restart.glo_1deg .........OK - 0: The total amount of wall time = 85.252832 - 0: The maximum resident set size (KB) = 655048 + 0: The total amount of wall time = 85.504934 + 0: The maximum resident set size (KB) = 666528 Test 146 control_atmwav PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/atmaero_control_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/atmaero_control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/atmaero_control_p8 Checking test 147 atmaero_control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -4484,14 +4484,14 @@ Checking test 147 atmaero_control_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 222.642026 - 0: The maximum resident set size (KB) = 2971628 + 0: The total amount of wall time = 225.006992 + 0: The maximum resident set size (KB) = 2977304 Test 147 atmaero_control_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/atmaero_control_p8_rad -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/atmaero_control_p8_rad +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/atmaero_control_p8_rad Checking test 148 atmaero_control_p8_rad results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -4535,14 +4535,14 @@ Checking test 148 atmaero_control_p8_rad results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 277.210604 - 0: The maximum resident set size (KB) = 3050752 + 0: The total amount of wall time = 274.397470 + 0: The maximum resident set size (KB) = 3052208 Test 148 atmaero_control_p8_rad PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/atmaero_control_p8_rad_micro -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/atmaero_control_p8_rad_micro +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/atmaero_control_p8_rad_micro Checking test 149 atmaero_control_p8_rad_micro results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -4586,14 +4586,14 @@ Checking test 149 atmaero_control_p8_rad_micro results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 279.232118 - 0: The maximum resident set size (KB) = 3050924 + 0: The total amount of wall time = 281.456652 + 0: The maximum resident set size (KB) = 3052768 Test 149 atmaero_control_p8_rad_micro PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/regional_atmaq -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/regional_atmaq +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/regional_atmaq Checking test 150 regional_atmaq results .... Comparing sfcf000.nc .........OK Comparing sfcf003.nc .........OK @@ -4609,14 +4609,14 @@ Checking test 150 regional_atmaq results .... Comparing RESTART/phy_data.nc .........OK Comparing RESTART/sfc_data.nc .........OK - 0: The total amount of wall time = 596.418338 - 0: The maximum resident set size (KB) = 1570032 + 0: The total amount of wall time = 601.639136 + 0: The maximum resident set size (KB) = 1560340 Test 150 regional_atmaq PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/regional_atmaq_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_6943/regional_atmaq_debug +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_19356/regional_atmaq_debug Checking test 151 regional_atmaq_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -4630,12 +4630,12 @@ Checking test 151 regional_atmaq_debug results .... Comparing RESTART/phy_data.nc .........OK Comparing RESTART/sfc_data.nc .........OK - 0: The total amount of wall time = 1295.898828 - 0: The maximum resident set size (KB) = 1508696 + 0: The total amount of wall time = 1345.528350 + 0: The maximum resident set size (KB) = 1513352 Test 151 regional_atmaq_debug PASS REGRESSION TEST WAS SUCCESSFUL -Mon Feb 6 20:38:23 UTC 2023 -Elapsed time: 01h:40m:19s. Have a nice day! +Thu Feb 9 14:55:14 UTC 2023 +Elapsed time: 01h:09m:54s. Have a nice day! diff --git a/tests/RegressionTests_jet.intel.log b/tests/RegressionTests_jet.intel.log index dd5959b4e2..61f7d59598 100644 --- a/tests/RegressionTests_jet.intel.log +++ b/tests/RegressionTests_jet.intel.log @@ -1,37 +1,37 @@ -Tue Feb 7 02:34:50 GMT 2023 +Wed Feb 8 13:59:19 GMT 2023 Start Regression test -Compile 001 elapsed time 1956 seconds. -DAPP=S2SWA -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -DMOM6SOLO=ON -Compile 002 elapsed time 1919 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -DMOM6SOLO=ON -Compile 003 elapsed time 1773 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -DMOM6SOLO=ON -Compile 004 elapsed time 293 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 263 seconds. -DAPP=S2SW -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 006 elapsed time 1550 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_sfcocn -DCMEPS_AOFLUX=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -DMOM6SOLO=ON -Compile 007 elapsed time 1528 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -DMOM6SOLO=ON -Compile 008 elapsed time 1600 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_WoFS_v0 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -Compile 009 elapsed time 1543 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_smoke,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -Compile 010 elapsed time 1454 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_csawmg,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -Compile 011 elapsed time 1381 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -Compile 012 elapsed time 278 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 013 elapsed time 230 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 014 elapsed time 1435 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -Compile 015 elapsed time 1448 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -Compile 016 elapsed time 245 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 017 elapsed time 245 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 018 elapsed time 1621 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -Compile 019 elapsed time 2161 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_thompson_noahmp_nonsst,FV3_HAFS_v1_thompson_noahmp,FV3_HAFS_v1_thompson_nonsst,FV3_HAFS_v1_thompson,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -Compile 020 elapsed time 1635 seconds. -DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -Compile 021 elapsed time 290 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -DMOM6SOLO=ON -Compile 022 elapsed time 162 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 023 elapsed time 81 seconds. -DAPP=LND -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -Compile 024 elapsed time 1467 seconds. -DAPP=ATML -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -Compile 025 elapsed time 1589 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -Compile 026 elapsed time 1434 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -Compile 027 elapsed time 1430 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -Compile 028 elapsed time 237 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 001 elapsed time 1819 seconds. -DAPP=S2SWA -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -DMOM6SOLO=ON +Compile 002 elapsed time 1960 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -DMOM6SOLO=ON +Compile 003 elapsed time 1691 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -DMOM6SOLO=ON +Compile 004 elapsed time 291 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 267 seconds. -DAPP=S2SW -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 006 elapsed time 1520 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_sfcocn -DCMEPS_AOFLUX=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -DMOM6SOLO=ON +Compile 007 elapsed time 1506 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -DMOM6SOLO=ON +Compile 008 elapsed time 1570 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_WoFS_v0 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile 009 elapsed time 1586 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_smoke,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile 010 elapsed time 1498 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_csawmg,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile 011 elapsed time 1373 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile 012 elapsed time 293 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 013 elapsed time 240 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 014 elapsed time 1395 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile 015 elapsed time 1443 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile 016 elapsed time 195 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 017 elapsed time 234 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 018 elapsed time 1624 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile 019 elapsed time 2143 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_thompson_noahmp_nonsst,FV3_HAFS_v1_thompson_noahmp,FV3_HAFS_v1_thompson_nonsst,FV3_HAFS_v1_thompson,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile 020 elapsed time 1618 seconds. -DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile 021 elapsed time 323 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -DMOM6SOLO=ON +Compile 022 elapsed time 228 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 023 elapsed time 131 seconds. -DAPP=LND -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile 024 elapsed time 1257 seconds. -DAPP=ATML -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile 025 elapsed time 1645 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile 026 elapsed time 1442 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile 027 elapsed time 1444 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile 028 elapsed time 280 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/cpld_control_p8_mixedmode -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/cpld_control_p8_mixedmode +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/cpld_control_p8_mixedmode Checking test 001 cpld_control_p8_mixedmode results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -96,14 +96,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 = 413.623974 - 0: The maximum resident set size (KB) = 1719236 + 0: The total amount of wall time = 585.230967 + 0: The maximum resident set size (KB) = 1728980 Test 001 cpld_control_p8_mixedmode PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/cpld_control_gfsv17 -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/cpld_control_gfsv17 +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/cpld_control_gfsv17 Checking test 002 cpld_control_gfsv17 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -167,14 +167,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 = 305.063030 - 0: The maximum resident set size (KB) = 1630060 + 0: The total amount of wall time = 507.956055 + 0: The maximum resident set size (KB) = 1625236 Test 002 cpld_control_gfsv17 PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/cpld_control_p8 -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/cpld_control_p8 +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/cpld_control_p8 Checking test 003 cpld_control_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -239,14 +239,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 = 461.438521 - 0: The maximum resident set size (KB) = 1775936 + 0: The total amount of wall time = 653.678586 + 0: The maximum resident set size (KB) = 1763980 Test 003 cpld_control_p8 PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/cpld_control_p8 -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/cpld_restart_p8 +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/cpld_restart_p8 Checking test 004 cpld_restart_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -299,14 +299,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 = 277.221616 - 0: The maximum resident set size (KB) = 1477932 + 0: The total amount of wall time = 300.093877 + 0: The maximum resident set size (KB) = 1489412 Test 004 cpld_restart_p8 PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/cpld_control_p8 -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/cpld_2threads_p8 +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/cpld_2threads_p8 Checking test 005 cpld_2threads_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -359,14 +359,14 @@ Checking test 005 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 = 501.978113 - 0: The maximum resident set size (KB) = 1964276 + 0: The total amount of wall time = 656.915909 + 0: The maximum resident set size (KB) = 1971080 Test 005 cpld_2threads_p8 PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/cpld_control_p8 -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/cpld_esmfthreads_p8 +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/cpld_esmfthreads_p8 Checking test 006 cpld_esmfthreads_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -419,14 +419,14 @@ Checking test 006 cpld_esmfthreads_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 502.593895 - 0: The maximum resident set size (KB) = 1987540 + 0: The total amount of wall time = 656.691423 + 0: The maximum resident set size (KB) = 1968744 Test 006 cpld_esmfthreads_p8 PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/cpld_control_p8 -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/cpld_decomp_p8 +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/cpld_decomp_p8 Checking test 007 cpld_decomp_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -479,14 +479,14 @@ Checking test 007 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 = 470.548748 - 0: The maximum resident set size (KB) = 1761652 + 0: The total amount of wall time = 527.158082 + 0: The maximum resident set size (KB) = 1767668 Test 007 cpld_decomp_p8 PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/cpld_control_p8 -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/cpld_mpi_p8 +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/cpld_mpi_p8 Checking test 008 cpld_mpi_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -539,14 +539,14 @@ Checking test 008 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 = 398.575361 - 0: The maximum resident set size (KB) = 1728040 + 0: The total amount of wall time = 437.461465 + 0: The maximum resident set size (KB) = 1722044 Test 008 cpld_mpi_p8 PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/cpld_control_ciceC_p8 -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/cpld_control_ciceC_p8 +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/cpld_control_ciceC_p8 Checking test 009 cpld_control_ciceC_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -611,14 +611,14 @@ Checking test 009 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 = 460.668396 - 0: The maximum resident set size (KB) = 1781996 + 0: The total amount of wall time = 520.949222 + 0: The maximum resident set size (KB) = 1769532 Test 009 cpld_control_ciceC_p8 PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/cpld_control_noaero_p8 -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/cpld_control_noaero_p8 +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/cpld_control_noaero_p8 Checking test 010 cpld_control_noaero_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -682,14 +682,14 @@ Checking test 010 cpld_control_noaero_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 352.633832 - 0: The maximum resident set size (KB) = 1618536 + 0: The total amount of wall time = 534.852168 + 0: The maximum resident set size (KB) = 1617356 Test 010 cpld_control_noaero_p8 PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/cpld_control_c96_noaero_p8 -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/cpld_control_nowave_noaero_p8 +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/cpld_control_nowave_noaero_p8 Checking test 011 cpld_control_nowave_noaero_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -751,14 +751,14 @@ Checking test 011 cpld_control_nowave_noaero_p8 results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 351.485519 - 0: The maximum resident set size (KB) = 1673296 + 0: The total amount of wall time = 545.857033 + 0: The maximum resident set size (KB) = 1687472 Test 011 cpld_control_nowave_noaero_p8 PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/cpld_debug_p8 -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/cpld_debug_p8 +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/cpld_debug_p8 Checking test 012 cpld_debug_p8 results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK @@ -811,14 +811,14 @@ Checking test 012 cpld_debug_p8 results .... Comparing 20210322.090000.out_pnt.ww3 .........OK Comparing 20210322.090000.out_grd.ww3 .........OK - 0: The total amount of wall time = 860.967067 - 0: The maximum resident set size (KB) = 1820764 + 0: The total amount of wall time = 1109.812731 + 0: The maximum resident set size (KB) = 1818972 Test 012 cpld_debug_p8 PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/cpld_debug_noaero_p8 -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/cpld_debug_noaero_p8 +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/cpld_debug_noaero_p8 Checking test 013 cpld_debug_noaero_p8 results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK @@ -870,14 +870,14 @@ Checking test 013 cpld_debug_noaero_p8 results .... Comparing 20210322.090000.out_pnt.ww3 .........OK Comparing 20210322.090000.out_grd.ww3 .........OK - 0: The total amount of wall time = 536.679784 - 0: The maximum resident set size (KB) = 1638580 + 0: The total amount of wall time = 556.881165 + 0: The maximum resident set size (KB) = 1639596 Test 013 cpld_debug_noaero_p8 PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/cpld_control_noaero_p8_agrid -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/cpld_control_noaero_p8_agrid +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/cpld_control_noaero_p8_agrid Checking test 014 cpld_control_noaero_p8_agrid results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -939,14 +939,14 @@ Checking test 014 cpld_control_noaero_p8_agrid results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 368.871328 - 0: The maximum resident set size (KB) = 1677052 + 0: The total amount of wall time = 427.501954 + 0: The maximum resident set size (KB) = 1667368 Test 014 cpld_control_noaero_p8_agrid PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/cpld_control_c48 -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/cpld_control_c48 +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/cpld_control_c48 Checking test 015 cpld_control_c48 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -996,14 +996,14 @@ Checking test 015 cpld_control_c48 results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 810.718352 - 0: The maximum resident set size (KB) = 2762800 + 0: The total amount of wall time = 807.726376 + 0: The maximum resident set size (KB) = 2769880 Test 015 cpld_control_c48 PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/cpld_warmstart_c48 -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/cpld_warmstart_c48 +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/cpld_warmstart_c48 Checking test 016 cpld_warmstart_c48 results .... Comparing sfcf006.tile1.nc .........OK Comparing sfcf006.tile2.nc .........OK @@ -1053,14 +1053,14 @@ Checking test 016 cpld_warmstart_c48 results .... Comparing RESTART/iced.2021-03-23-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-43200.nc .........OK - 0: The total amount of wall time = 219.379618 - 0: The maximum resident set size (KB) = 2769412 + 0: The total amount of wall time = 241.374615 + 0: The maximum resident set size (KB) = 2757464 Test 016 cpld_warmstart_c48 PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/cpld_warmstart_c48 -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/cpld_restart_c48 +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/cpld_restart_c48 Checking test 017 cpld_restart_c48 results .... Comparing sfcf006.tile1.nc .........OK Comparing sfcf006.tile2.nc .........OK @@ -1110,14 +1110,14 @@ Checking test 017 cpld_restart_c48 results .... Comparing RESTART/iced.2021-03-23-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-43200.nc .........OK - 0: The total amount of wall time = 120.452486 - 0: The maximum resident set size (KB) = 2199364 + 0: The total amount of wall time = 113.740981 + 0: The maximum resident set size (KB) = 2201976 Test 017 cpld_restart_c48 PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/control_CubedSphereGrid -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/control_CubedSphereGrid +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/control_CubedSphereGrid Checking test 018 control_CubedSphereGrid results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -1144,28 +1144,28 @@ Checking test 018 control_CubedSphereGrid results .... Comparing atmf024.tile5.nc .........OK Comparing atmf024.tile6.nc .........OK - 0: The total amount of wall time = 185.176981 - 0: The maximum resident set size (KB) = 575084 + 0: The total amount of wall time = 361.550650 + 0: The maximum resident set size (KB) = 569256 Test 018 control_CubedSphereGrid PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/control_CubedSphereGrid_parallel -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/control_CubedSphereGrid_parallel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/control_CubedSphereGrid_parallel Checking test 019 control_CubedSphereGrid_parallel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK Comparing atmf024.nc .........OK - 0: The total amount of wall time = 189.864909 - 0: The maximum resident set size (KB) = 578572 + 0: The total amount of wall time = 290.170264 + 0: The maximum resident set size (KB) = 571272 Test 019 control_CubedSphereGrid_parallel PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/control_latlon -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/control_latlon +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/control_latlon Checking test 020 control_latlon results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1176,14 +1176,14 @@ Checking test 020 control_latlon results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 189.249131 - 0: The maximum resident set size (KB) = 568212 + 0: The total amount of wall time = 197.687736 + 0: The maximum resident set size (KB) = 572900 Test 020 control_latlon PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/control_wrtGauss_netcdf_parallel -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/control_wrtGauss_netcdf_parallel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/control_wrtGauss_netcdf_parallel Checking test 021 control_wrtGauss_netcdf_parallel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1194,14 +1194,14 @@ Checking test 021 control_wrtGauss_netcdf_parallel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 184.439028 - 0: The maximum resident set size (KB) = 570368 + 0: The total amount of wall time = 202.415232 + 0: The maximum resident set size (KB) = 570104 Test 021 control_wrtGauss_netcdf_parallel PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/control_c48 -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/control_c48 +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/control_c48 Checking test 022 control_c48 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1240,14 +1240,14 @@ Checking test 022 control_c48 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0: The total amount of wall time = 595.332527 -0: The maximum resident set size (KB) = 789028 +0: The total amount of wall time = 598.076054 +0: The maximum resident set size (KB) = 788840 Test 022 control_c48 PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/control_c192 -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/control_c192 +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/control_c192 Checking test 023 control_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1258,14 +1258,14 @@ Checking test 023 control_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 732.189256 - 0: The maximum resident set size (KB) = 691588 + 0: The total amount of wall time = 747.997410 + 0: The maximum resident set size (KB) = 694652 Test 023 control_c192 PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/control_c384 -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/control_c384 +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/control_c384 Checking test 024 control_c384 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1276,14 +1276,14 @@ Checking test 024 control_c384 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 937.129917 - 0: The maximum resident set size (KB) = 1012468 + 0: The total amount of wall time = 950.222569 + 0: The maximum resident set size (KB) = 1012188 Test 024 control_c384 PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/control_c384gdas -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/control_c384gdas +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/control_c384gdas Checking test 025 control_c384gdas results .... Comparing sfcf000.nc .........OK Comparing sfcf006.nc .........OK @@ -1326,14 +1326,14 @@ Checking test 025 control_c384gdas results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 815.079060 - 0: The maximum resident set size (KB) = 1158252 + 0: The total amount of wall time = 831.310399 + 0: The maximum resident set size (KB) = 1166120 -Test 025 control_c384gdas PASS Tries: 2 +Test 025 control_c384gdas PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/control_stochy -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/control_stochy +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/control_stochy Checking test 026 control_stochy results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1344,28 +1344,28 @@ Checking test 026 control_stochy results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 126.903267 - 0: The maximum resident set size (KB) = 576828 + 0: The total amount of wall time = 144.334903 + 0: The maximum resident set size (KB) = 576424 Test 026 control_stochy PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/control_stochy -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/control_stochy_restart +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/control_stochy_restart Checking test 027 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 = 64.235322 - 0: The maximum resident set size (KB) = 390204 + 0: The total amount of wall time = 64.840996 + 0: The maximum resident set size (KB) = 387800 Test 027 control_stochy_restart PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/control_lndp -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/control_lndp +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/control_lndp Checking test 028 control_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1376,14 +1376,14 @@ Checking test 028 control_lndp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 109.562986 - 0: The maximum resident set size (KB) = 580164 + 0: The total amount of wall time = 117.537739 + 0: The maximum resident set size (KB) = 575556 Test 028 control_lndp PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/control_iovr4 -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/control_iovr4 +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/control_iovr4 Checking test 029 control_iovr4 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1398,14 +1398,14 @@ Checking test 029 control_iovr4 results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 194.547381 - 0: The maximum resident set size (KB) = 569936 + 0: The total amount of wall time = 204.757316 + 0: The maximum resident set size (KB) = 570128 Test 029 control_iovr4 PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/control_iovr5 -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/control_iovr5 +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/control_iovr5 Checking test 030 control_iovr5 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1420,14 +1420,14 @@ Checking test 030 control_iovr5 results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 190.460175 - 0: The maximum resident set size (KB) = 573344 + 0: The total amount of wall time = 201.596817 + 0: The maximum resident set size (KB) = 575088 Test 030 control_iovr5 PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/control_p8 -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/control_p8 +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/control_p8 Checking test 031 control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1474,14 +1474,14 @@ Checking test 031 control_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 229.828421 - 0: The maximum resident set size (KB) = 1536980 + 0: The total amount of wall time = 238.890310 + 0: The maximum resident set size (KB) = 1537384 Test 031 control_p8 PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/control_p8_lndp -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/control_p8_lndp +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/control_p8_lndp Checking test 032 control_p8_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1500,14 +1500,14 @@ Checking test 032 control_p8_lndp results .... Comparing GFSPRS.GrbF24 .........OK Comparing GFSPRS.GrbF48 .........OK - 0: The total amount of wall time = 437.418384 - 0: The maximum resident set size (KB) = 1538100 + 0: The total amount of wall time = 464.913723 + 0: The maximum resident set size (KB) = 1533648 Test 032 control_p8_lndp PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/control_p8 -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/control_restart_p8 +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/control_restart_p8 Checking test 033 control_restart_p8 results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1546,14 +1546,14 @@ Checking test 033 control_restart_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 116.027104 - 0: The maximum resident set size (KB) = 766544 + 0: The total amount of wall time = 121.139190 + 0: The maximum resident set size (KB) = 773872 Test 033 control_restart_p8 PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/control_p8 -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/control_decomp_p8 +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/control_decomp_p8 Checking test 034 control_decomp_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1596,14 +1596,14 @@ Checking test 034 control_decomp_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 233.600337 - 0: The maximum resident set size (KB) = 1523232 + 0: The total amount of wall time = 248.424223 + 0: The maximum resident set size (KB) = 1526004 Test 034 control_decomp_p8 PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/control_p8 -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/control_2threads_p8 +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/control_2threads_p8 Checking test 035 control_2threads_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1646,14 +1646,14 @@ Checking test 035 control_2threads_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 221.789314 - 0: The maximum resident set size (KB) = 1619764 + 0: The total amount of wall time = 242.145745 + 0: The maximum resident set size (KB) = 1617472 Test 035 control_2threads_p8 PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/control_p8_rrtmgp -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/control_p8_rrtmgp +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/control_p8_rrtmgp Checking test 036 control_p8_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1700,14 +1700,14 @@ Checking test 036 control_p8_rrtmgp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 308.106731 - 0: The maximum resident set size (KB) = 1600040 + 0: The total amount of wall time = 326.899951 + 0: The maximum resident set size (KB) = 1601408 Test 036 control_p8_rrtmgp PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/merra2_thompson -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/merra2_thompson +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/merra2_thompson Checking test 037 merra2_thompson results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1754,14 +1754,14 @@ Checking test 037 merra2_thompson results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 268.001256 - 0: The maximum resident set size (KB) = 1544844 + 0: The total amount of wall time = 279.868096 + 0: The maximum resident set size (KB) = 1543956 Test 037 merra2_thompson PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/regional_control -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/regional_control +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/regional_control Checking test 038 regional_control results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -1772,28 +1772,28 @@ Checking test 038 regional_control results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 412.526744 - 0: The maximum resident set size (KB) = 780136 + 0: The total amount of wall time = 442.431220 + 0: The maximum resident set size (KB) = 780720 Test 038 regional_control PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/regional_control -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/regional_restart +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/regional_restart Checking test 039 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 = 209.571941 - 0: The maximum resident set size (KB) = 771728 + 0: The total amount of wall time = 223.497546 + 0: The maximum resident set size (KB) = 774564 Test 039 regional_restart PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/regional_control -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/regional_decomp +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/regional_decomp Checking test 040 regional_decomp results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -1804,14 +1804,14 @@ Checking test 040 regional_decomp results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 433.998081 - 0: The maximum resident set size (KB) = 774468 + 0: The total amount of wall time = 457.921803 + 0: The maximum resident set size (KB) = 771116 Test 040 regional_decomp PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/regional_control -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/regional_2threads +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/regional_2threads Checking test 041 regional_2threads results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -1822,14 +1822,14 @@ Checking test 041 regional_2threads results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 254.363662 - 0: The maximum resident set size (KB) = 761108 + 0: The total amount of wall time = 294.235691 + 0: The maximum resident set size (KB) = 757680 Test 041 regional_2threads PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/regional_noquilt -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/regional_noquilt +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/regional_noquilt Checking test 042 regional_noquilt results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK @@ -1837,28 +1837,28 @@ Checking test 042 regional_noquilt results .... Comparing RESTART/fv_core.res.tile1_new.nc .........OK Comparing RESTART/fv_tracer.res.tile1_new.nc .........OK - 0: The total amount of wall time = 453.426990 - 0: The maximum resident set size (KB) = 763480 + 0: The total amount of wall time = 457.473351 + 0: The maximum resident set size (KB) = 766988 Test 042 regional_noquilt PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/regional_netcdf_parallel -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/regional_netcdf_parallel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/regional_netcdf_parallel Checking test 043 regional_netcdf_parallel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK - Comparing phyf000.nc ............ALT CHECK......OK + Comparing phyf000.nc .........OK Comparing phyf006.nc ............ALT CHECK......OK - 0: The total amount of wall time = 406.043187 - 0: The maximum resident set size (KB) = 776980 + 0: The total amount of wall time = 418.410306 + 0: The maximum resident set size (KB) = 770880 Test 043 regional_netcdf_parallel PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/regional_control -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/regional_2dwrtdecomp +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/regional_2dwrtdecomp Checking test 044 regional_2dwrtdecomp results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -1869,14 +1869,14 @@ Checking test 044 regional_2dwrtdecomp results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 419.355170 - 0: The maximum resident set size (KB) = 784612 + 0: The total amount of wall time = 436.855152 + 0: The maximum resident set size (KB) = 782328 Test 044 regional_2dwrtdecomp PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/fv3_regional_wofs -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/regional_wofs +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/regional_wofs Checking test 045 regional_wofs results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -1887,14 +1887,14 @@ Checking test 045 regional_wofs results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 526.009472 - 0: The maximum resident set size (KB) = 514956 + 0: The total amount of wall time = 533.812162 + 0: The maximum resident set size (KB) = 513324 Test 045 regional_wofs PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/rap_control -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/rap_control +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/rap_control Checking test 046 rap_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1941,14 +1941,14 @@ Checking test 046 rap_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 614.988134 - 0: The maximum resident set size (KB) = 948568 + 0: The total amount of wall time = 621.875885 + 0: The maximum resident set size (KB) = 943852 Test 046 rap_control PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/regional_spp_sppt_shum_skeb -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/regional_spp_sppt_shum_skeb +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/regional_spp_sppt_shum_skeb Checking test 047 regional_spp_sppt_shum_skeb results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK @@ -1959,14 +1959,14 @@ Checking test 047 regional_spp_sppt_shum_skeb results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF01 .........OK - 0: The total amount of wall time = 423.300436 - 0: The maximum resident set size (KB) = 1087372 + 0: The total amount of wall time = 423.502858 + 0: The maximum resident set size (KB) = 1071612 Test 047 regional_spp_sppt_shum_skeb PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/rap_control -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/rap_decomp +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/rap_decomp Checking test 048 rap_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2013,14 +2013,14 @@ Checking test 048 rap_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 656.599906 - 0: The maximum resident set size (KB) = 950712 + 0: The total amount of wall time = 652.077808 + 0: The maximum resident set size (KB) = 942952 Test 048 rap_decomp PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/rap_control -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/rap_2threads +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/rap_2threads Checking test 049 rap_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2067,14 +2067,14 @@ Checking test 049 rap_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 601.572279 - 0: The maximum resident set size (KB) = 1019420 + 0: The total amount of wall time = 614.059775 + 0: The maximum resident set size (KB) = 1021672 Test 049 rap_2threads PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/rap_control -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/rap_restart +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/rap_restart Checking test 050 rap_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -2113,14 +2113,14 @@ Checking test 050 rap_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 305.762160 - 0: The maximum resident set size (KB) = 826724 + 0: The total amount of wall time = 307.827581 + 0: The maximum resident set size (KB) = 823052 Test 050 rap_restart PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/rap_sfcdiff -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/rap_sfcdiff +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/rap_sfcdiff Checking test 051 rap_sfcdiff results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2167,14 +2167,14 @@ Checking test 051 rap_sfcdiff results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 609.108767 - 0: The maximum resident set size (KB) = 943168 + 0: The total amount of wall time = 626.177884 + 0: The maximum resident set size (KB) = 955340 Test 051 rap_sfcdiff PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/rap_sfcdiff -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/rap_sfcdiff_decomp +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/rap_sfcdiff_decomp Checking test 052 rap_sfcdiff_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2221,14 +2221,14 @@ Checking test 052 rap_sfcdiff_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 649.169766 - 0: The maximum resident set size (KB) = 937732 + 0: The total amount of wall time = 659.344060 + 0: The maximum resident set size (KB) = 938100 Test 052 rap_sfcdiff_decomp PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/rap_sfcdiff -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/rap_sfcdiff_restart +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/rap_sfcdiff_restart Checking test 053 rap_sfcdiff_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -2267,14 +2267,14 @@ Checking test 053 rap_sfcdiff_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 453.308836 - 0: The maximum resident set size (KB) = 829624 + 0: The total amount of wall time = 459.869074 + 0: The maximum resident set size (KB) = 829356 Test 053 rap_sfcdiff_restart PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/hrrr_control -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/hrrr_control +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/hrrr_control Checking test 054 hrrr_control results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2321,14 +2321,14 @@ Checking test 054 hrrr_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 592.315479 - 0: The maximum resident set size (KB) = 945652 + 0: The total amount of wall time = 599.839101 + 0: The maximum resident set size (KB) = 945528 Test 054 hrrr_control PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/hrrr_control -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/hrrr_control_decomp +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/hrrr_control_decomp Checking test 055 hrrr_control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2375,14 +2375,14 @@ Checking test 055 hrrr_control_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 622.075472 - 0: The maximum resident set size (KB) = 951504 + 0: The total amount of wall time = 629.494275 + 0: The maximum resident set size (KB) = 938312 Test 055 hrrr_control_decomp PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/hrrr_control -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/hrrr_control_2threads +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/hrrr_control_2threads Checking test 056 hrrr_control_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2429,14 +2429,14 @@ Checking test 056 hrrr_control_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 568.903127 - 0: The maximum resident set size (KB) = 1017308 + 0: The total amount of wall time = 589.233571 + 0: The maximum resident set size (KB) = 1017812 Test 056 hrrr_control_2threads PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/hrrr_control -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/hrrr_control_restart +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/hrrr_control_restart Checking test 057 hrrr_control_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -2475,14 +2475,14 @@ Checking test 057 hrrr_control_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 438.356214 - 0: The maximum resident set size (KB) = 823696 + 0: The total amount of wall time = 440.143801 + 0: The maximum resident set size (KB) = 825032 Test 057 hrrr_control_restart PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/rrfs_v1beta -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/rrfs_v1beta +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/rrfs_v1beta Checking test 058 rrfs_v1beta results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2529,14 +2529,14 @@ Checking test 058 rrfs_v1beta results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 609.888346 - 0: The maximum resident set size (KB) = 941728 + 0: The total amount of wall time = 623.914204 + 0: The maximum resident set size (KB) = 948868 Test 058 rrfs_v1beta PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/rrfs_v1nssl -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/rrfs_v1nssl +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/rrfs_v1nssl Checking test 059 rrfs_v1nssl results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2551,14 +2551,14 @@ Checking test 059 rrfs_v1nssl results .... Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 720.782294 - 0: The maximum resident set size (KB) = 627240 + 0: The total amount of wall time = 723.273257 + 0: The maximum resident set size (KB) = 634880 Test 059 rrfs_v1nssl PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/rrfs_v1nssl_nohailnoccn -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/rrfs_v1nssl_nohailnoccn +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/rrfs_v1nssl_nohailnoccn Checking test 060 rrfs_v1nssl_nohailnoccn results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2573,14 +2573,14 @@ Checking test 060 rrfs_v1nssl_nohailnoccn results .... Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 708.462953 - 0: The maximum resident set size (KB) = 626520 + 0: The total amount of wall time = 718.869840 + 0: The maximum resident set size (KB) = 630972 Test 060 rrfs_v1nssl_nohailnoccn PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/rrfs_conus13km_hrrr_warm -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/rrfs_conus13km_hrrr_warm +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/rrfs_conus13km_hrrr_warm Checking test 061 rrfs_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -2589,14 +2589,14 @@ Checking test 061 rrfs_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 170.809795 - 0: The maximum resident set size (KB) = 853956 + 0: The total amount of wall time = 179.189887 + 0: The maximum resident set size (KB) = 846192 Test 061 rrfs_conus13km_hrrr_warm PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/rrfs_smoke_conus13km_hrrr_warm -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/rrfs_smoke_conus13km_hrrr_warm +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/rrfs_smoke_conus13km_hrrr_warm Checking test 062 rrfs_smoke_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -2605,14 +2605,14 @@ Checking test 062 rrfs_smoke_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 188.047035 - 0: The maximum resident set size (KB) = 873112 + 0: The total amount of wall time = 201.756275 + 0: The maximum resident set size (KB) = 865976 Test 062 rrfs_smoke_conus13km_hrrr_warm PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/rrfs_conus13km_radar_tten_warm -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/rrfs_conus13km_radar_tten_warm +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/rrfs_conus13km_radar_tten_warm Checking test 063 rrfs_conus13km_radar_tten_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -2621,14 +2621,14 @@ Checking test 063 rrfs_conus13km_radar_tten_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 170.429759 - 0: The maximum resident set size (KB) = 847956 + 0: The total amount of wall time = 186.519835 + 0: The maximum resident set size (KB) = 849012 Test 063 rrfs_conus13km_radar_tten_warm PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/rrfs_conus13km_hrrr_warm -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/rrfs_conus13km_hrrr_warm_2threads +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/rrfs_conus13km_hrrr_warm_2threads Checking test 064 rrfs_conus13km_hrrr_warm_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -2637,14 +2637,14 @@ Checking test 064 rrfs_conus13km_hrrr_warm_2threads results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 117.220977 - 0: The maximum resident set size (KB) = 815228 + 0: The total amount of wall time = 125.919271 + 0: The maximum resident set size (KB) = 811356 Test 064 rrfs_conus13km_hrrr_warm_2threads PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/rrfs_conus13km_radar_tten_warm -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/rrfs_conus13km_radar_tten_warm_2threads +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/rrfs_conus13km_radar_tten_warm_2threads Checking test 065 rrfs_conus13km_radar_tten_warm_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -2653,14 +2653,14 @@ Checking test 065 rrfs_conus13km_radar_tten_warm_2threads results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 124.741113 - 0: The maximum resident set size (KB) = 821104 + 0: The total amount of wall time = 126.336641 + 0: The maximum resident set size (KB) = 827148 Test 065 rrfs_conus13km_radar_tten_warm_2threads PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/control_csawmg -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/control_csawmg +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/control_csawmg Checking test 066 control_csawmg results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2671,14 +2671,14 @@ Checking test 066 control_csawmg results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 466.962823 - 0: The maximum resident set size (KB) = 667676 + 0: The total amount of wall time = 482.694687 + 0: The maximum resident set size (KB) = 655932 Test 066 control_csawmg PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/control_csawmgt -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/control_csawmgt +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/control_csawmgt Checking test 067 control_csawmgt results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2689,14 +2689,14 @@ Checking test 067 control_csawmgt results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 463.613924 - 0: The maximum resident set size (KB) = 671844 + 0: The total amount of wall time = 462.976461 + 0: The maximum resident set size (KB) = 674740 Test 067 control_csawmgt PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/control_ras -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/control_ras +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/control_ras Checking test 068 control_ras results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2707,54 +2707,54 @@ Checking test 068 control_ras results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 258.559308 - 0: The maximum resident set size (KB) = 627836 + 0: The total amount of wall time = 252.353535 + 0: The maximum resident set size (KB) = 632936 Test 068 control_ras PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/control_wam -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/control_wam +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/control_wam Checking test 069 control_wam results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK - 0: The total amount of wall time = 151.977626 - 0: The maximum resident set size (KB) = 474288 + 0: The total amount of wall time = 153.506113 + 0: The maximum resident set size (KB) = 475932 Test 069 control_wam PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/rrfs_conus13km_hrrr_warm_debugs -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/rrfs_conus13km_hrrr_warm_debug +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/rrfs_conus13km_hrrr_warm_debug Checking test 070 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 = 945.942684 - 0: The maximum resident set size (KB) = 881708 + 0: The total amount of wall time = 960.148972 + 0: The maximum resident set size (KB) = 878792 Test 070 rrfs_conus13km_hrrr_warm_debug PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/rrfs_conus13km_radar_tten_warm_debug -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/rrfs_conus13km_radar_tten_warm_debug +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/rrfs_conus13km_radar_tten_warm_debug Checking test 071 rrfs_conus13km_radar_tten_warm_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 947.452580 - 0: The maximum resident set size (KB) = 873348 + 0: The total amount of wall time = 962.165855 + 0: The maximum resident set size (KB) = 875236 Test 071 rrfs_conus13km_radar_tten_warm_debug PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/control_CubedSphereGrid_debug -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/control_CubedSphereGrid_debug +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/control_CubedSphereGrid_debug Checking test 072 control_CubedSphereGrid_debug results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -2781,334 +2781,334 @@ Checking test 072 control_CubedSphereGrid_debug results .... Comparing atmf001.tile5.nc .........OK Comparing atmf001.tile6.nc .........OK - 0: The total amount of wall time = 216.630351 - 0: The maximum resident set size (KB) = 736032 + 0: The total amount of wall time = 220.666244 + 0: The maximum resident set size (KB) = 732244 Test 072 control_CubedSphereGrid_debug PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/control_wrtGauss_netcdf_parallel_debug -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/control_wrtGauss_netcdf_parallel_debug +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/control_wrtGauss_netcdf_parallel_debug Checking test 073 control_wrtGauss_netcdf_parallel_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc ............ALT CHECK......OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 209.397481 - 0: The maximum resident set size (KB) = 730228 + 0: The total amount of wall time = 209.660905 + 0: The maximum resident set size (KB) = 731668 Test 073 control_wrtGauss_netcdf_parallel_debug PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/control_stochy_debug -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/control_stochy_debug +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/control_stochy_debug Checking test 074 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 = 226.983782 - 0: The maximum resident set size (KB) = 739932 + 0: The total amount of wall time = 227.938788 + 0: The maximum resident set size (KB) = 738324 Test 074 control_stochy_debug PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/control_lndp_debug -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/control_lndp_debug +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/control_lndp_debug Checking test 075 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 = 199.504194 - 0: The maximum resident set size (KB) = 742232 + 0: The total amount of wall time = 210.691907 + 0: The maximum resident set size (KB) = 742332 Test 075 control_lndp_debug PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/control_csawmg_debug -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/control_csawmg_debug +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/control_csawmg_debug Checking test 076 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 = 311.449280 - 0: The maximum resident set size (KB) = 786816 + 0: The total amount of wall time = 325.866808 + 0: The maximum resident set size (KB) = 788468 Test 076 control_csawmg_debug PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/control_csawmgt_debug -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/control_csawmgt_debug +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/control_csawmgt_debug Checking test 077 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 = 303.257298 - 0: The maximum resident set size (KB) = 781468 + 0: The total amount of wall time = 315.031005 + 0: The maximum resident set size (KB) = 786872 Test 077 control_csawmgt_debug PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/control_ras_debug -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/control_ras_debug +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/control_ras_debug Checking test 078 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 = 208.226395 - 0: The maximum resident set size (KB) = 749804 + 0: The total amount of wall time = 203.229929 + 0: The maximum resident set size (KB) = 745080 Test 078 control_ras_debug PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/control_diag_debug -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/control_diag_debug +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/control_diag_debug Checking test 079 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 = 213.835431 - 0: The maximum resident set size (KB) = 792988 + 0: The total amount of wall time = 217.442192 + 0: The maximum resident set size (KB) = 793860 Test 079 control_diag_debug PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/control_debug_p8 -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/control_debug_p8 +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/control_debug_p8 Checking test 080 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 = 224.288051 - 0: The maximum resident set size (KB) = 1560532 + 0: The total amount of wall time = 235.395371 + 0: The maximum resident set size (KB) = 1559836 Test 080 control_debug_p8 PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/regional_debug -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/regional_debug +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/regional_debug Checking test 081 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 = 1282.114368 - 0: The maximum resident set size (KB) = 796112 + 0: The total amount of wall time = 1288.455805 + 0: The maximum resident set size (KB) = 800596 Test 081 regional_debug PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/rap_control_debug -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/rap_control_debug +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/rap_control_debug Checking test 082 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 = 361.210713 - 0: The maximum resident set size (KB) = 1111532 + 0: The total amount of wall time = 375.507310 + 0: The maximum resident set size (KB) = 1110748 Test 082 rap_control_debug PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/hrrr_control_debug -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/hrrr_control_debug +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/hrrr_control_debug Checking test 083 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 = 356.010939 - 0: The maximum resident set size (KB) = 1114292 + 0: The total amount of wall time = 366.099948 + 0: The maximum resident set size (KB) = 1107452 Test 083 hrrr_control_debug PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/rap_control_debug -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/rap_unified_drag_suite_debug +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/rap_unified_drag_suite_debug Checking test 084 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 = 358.129294 - 0: The maximum resident set size (KB) = 1109488 + 0: The total amount of wall time = 369.791401 + 0: The maximum resident set size (KB) = 1108952 Test 084 rap_unified_drag_suite_debug PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/rap_diag_debug -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/rap_diag_debug +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/rap_diag_debug Checking test 085 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 = 379.780337 - 0: The maximum resident set size (KB) = 1197684 + 0: The total amount of wall time = 384.704043 + 0: The maximum resident set size (KB) = 1194016 Test 085 rap_diag_debug PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/rap_cires_ugwp_debug -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/rap_cires_ugwp_debug +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/rap_cires_ugwp_debug Checking test 086 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 = 366.207643 - 0: The maximum resident set size (KB) = 1113136 + 0: The total amount of wall time = 372.632786 + 0: The maximum resident set size (KB) = 1111516 Test 086 rap_cires_ugwp_debug PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/rap_cires_ugwp_debug -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/rap_unified_ugwp_debug +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/rap_unified_ugwp_debug Checking test 087 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 = 370.032610 - 0: The maximum resident set size (KB) = 1115980 + 0: The total amount of wall time = 381.669695 + 0: The maximum resident set size (KB) = 1112068 Test 087 rap_unified_ugwp_debug PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/rap_lndp_debug -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/rap_lndp_debug +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/rap_lndp_debug Checking test 088 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 = 361.923413 - 0: The maximum resident set size (KB) = 1111760 + 0: The total amount of wall time = 374.241925 + 0: The maximum resident set size (KB) = 1112144 Test 088 rap_lndp_debug PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/rap_flake_debug -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/rap_flake_debug +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/rap_flake_debug Checking test 089 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 = 360.161198 - 0: The maximum resident set size (KB) = 1114484 + 0: The total amount of wall time = 380.596511 + 0: The maximum resident set size (KB) = 1116088 Test 089 rap_flake_debug PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/rap_progcld_thompson_debug -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/rap_progcld_thompson_debug +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/rap_progcld_thompson_debug Checking test 090 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 = 364.931650 - 0: The maximum resident set size (KB) = 1110220 + 0: The total amount of wall time = 378.398627 + 0: The maximum resident set size (KB) = 1110944 Test 090 rap_progcld_thompson_debug PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/rap_noah_debug -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/rap_noah_debug +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/rap_noah_debug Checking test 091 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 = 353.456229 - 0: The maximum resident set size (KB) = 1116544 + 0: The total amount of wall time = 369.238658 + 0: The maximum resident set size (KB) = 1104580 Test 091 rap_noah_debug PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/rap_sfcdiff_debug -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/rap_sfcdiff_debug +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/rap_sfcdiff_debug Checking test 092 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 = 359.752397 - 0: The maximum resident set size (KB) = 1118228 + 0: The total amount of wall time = 374.872852 + 0: The maximum resident set size (KB) = 1111928 Test 092 rap_sfcdiff_debug PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/rap_noah_sfcdiff_cires_ugwp_debug -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/rap_noah_sfcdiff_cires_ugwp_debug +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/rap_noah_sfcdiff_cires_ugwp_debug Checking test 093 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 = 586.423325 - 0: The maximum resident set size (KB) = 1115080 + 0: The total amount of wall time = 598.424877 + 0: The maximum resident set size (KB) = 1105760 Test 093 rap_noah_sfcdiff_cires_ugwp_debug PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/rrfs_v1beta_debug -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/rrfs_v1beta_debug +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/rrfs_v1beta_debug Checking test 094 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 = 357.445359 - 0: The maximum resident set size (KB) = 1105140 + 0: The total amount of wall time = 370.332968 + 0: The maximum resident set size (KB) = 1106464 Test 094 rrfs_v1beta_debug PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/control_wam_debug -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/control_wam_debug +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/control_wam_debug Checking test 095 control_wam_debug results .... Comparing sfcf019.nc .........OK Comparing atmf019.nc .........OK - 0: The total amount of wall time = 367.304540 - 0: The maximum resident set size (KB) = 429516 + 0: The total amount of wall time = 376.011701 + 0: The maximum resident set size (KB) = 433132 Test 095 control_wam_debug PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/regional_spp_sppt_shum_skeb_dyn32_phy32 -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/regional_spp_sppt_shum_skeb_dyn32_phy32 +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/regional_spp_sppt_shum_skeb_dyn32_phy32 Checking test 096 regional_spp_sppt_shum_skeb_dyn32_phy32 results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK @@ -3119,14 +3119,14 @@ Checking test 096 regional_spp_sppt_shum_skeb_dyn32_phy32 results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF01 .........OK - 0: The total amount of wall time = 385.983776 - 0: The maximum resident set size (KB) = 987860 + 0: The total amount of wall time = 400.852376 + 0: The maximum resident set size (KB) = 985572 Test 096 regional_spp_sppt_shum_skeb_dyn32_phy32 PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/rap_control_dyn32_phy32 -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/rap_control_dyn32_phy32 +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/rap_control_dyn32_phy32 Checking test 097 rap_control_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3173,14 +3173,14 @@ Checking test 097 rap_control_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 499.056023 - 0: The maximum resident set size (KB) = 840604 + 0: The total amount of wall time = 506.566823 + 0: The maximum resident set size (KB) = 842076 Test 097 rap_control_dyn32_phy32 PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/hrrr_control_dyn32_phy32 -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/hrrr_control_dyn32_phy32 +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/hrrr_control_dyn32_phy32 Checking test 098 hrrr_control_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3227,14 +3227,14 @@ Checking test 098 hrrr_control_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 253.600366 - 0: The maximum resident set size (KB) = 828436 + 0: The total amount of wall time = 264.071748 + 0: The maximum resident set size (KB) = 826076 Test 098 hrrr_control_dyn32_phy32 PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/rap_control_dyn32_phy32 -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/rap_2threads_dyn32_phy32 +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/rap_2threads_dyn32_phy32 Checking test 099 rap_2threads_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3281,14 +3281,14 @@ Checking test 099 rap_2threads_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 485.124029 - 0: The maximum resident set size (KB) = 882716 + 0: The total amount of wall time = 499.586591 + 0: The maximum resident set size (KB) = 879804 Test 099 rap_2threads_dyn32_phy32 PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/hrrr_control_dyn32_phy32 -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/hrrr_control_2threads_dyn32_phy32 +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/hrrr_control_2threads_dyn32_phy32 Checking test 100 hrrr_control_2threads_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3335,14 +3335,14 @@ Checking test 100 hrrr_control_2threads_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 252.528179 - 0: The maximum resident set size (KB) = 891104 + 0: The total amount of wall time = 256.229458 + 0: The maximum resident set size (KB) = 887788 Test 100 hrrr_control_2threads_dyn32_phy32 PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/hrrr_control_dyn32_phy32 -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/hrrr_control_decomp_dyn32_phy32 +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/hrrr_control_decomp_dyn32_phy32 Checking test 101 hrrr_control_decomp_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3389,14 +3389,14 @@ Checking test 101 hrrr_control_decomp_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 270.692505 - 0: The maximum resident set size (KB) = 815972 + 0: The total amount of wall time = 273.026215 + 0: The maximum resident set size (KB) = 819576 Test 101 hrrr_control_decomp_dyn32_phy32 PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/rap_control_dyn32_phy32 -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/rap_restart_dyn32_phy32 +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/rap_restart_dyn32_phy32 Checking test 102 rap_restart_dyn32_phy32 results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -3435,14 +3435,14 @@ Checking test 102 rap_restart_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 367.182963 - 0: The maximum resident set size (KB) = 804020 + 0: The total amount of wall time = 375.525798 + 0: The maximum resident set size (KB) = 803928 Test 102 rap_restart_dyn32_phy32 PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/hrrr_control_dyn32_phy32 -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/hrrr_control_restart_dyn32_phy32 +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/hrrr_control_restart_dyn32_phy32 Checking test 103 hrrr_control_restart_dyn32_phy32 results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -3481,14 +3481,14 @@ Checking test 103 hrrr_control_restart_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 136.241458 - 0: The maximum resident set size (KB) = 773508 + 0: The total amount of wall time = 149.601472 + 0: The maximum resident set size (KB) = 762152 Test 103 hrrr_control_restart_dyn32_phy32 PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/rap_control_dyn64_phy32 -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/rap_control_dyn64_phy32 +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/rap_control_dyn64_phy32 Checking test 104 rap_control_dyn64_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3535,81 +3535,81 @@ Checking test 104 rap_control_dyn64_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 323.633933 - 0: The maximum resident set size (KB) = 866108 + 0: The total amount of wall time = 333.323842 + 0: The maximum resident set size (KB) = 868428 Test 104 rap_control_dyn64_phy32 PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/rap_control_debug_dyn32_phy32 -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/rap_control_debug_dyn32_phy32 +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/rap_control_debug_dyn32_phy32 Checking test 105 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 = 364.771336 - 0: The maximum resident set size (KB) = 993072 + 0: The total amount of wall time = 376.296468 + 0: The maximum resident set size (KB) = 998732 Test 105 rap_control_debug_dyn32_phy32 PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/hrrr_control_debug_dyn32_phy32 -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/hrrr_control_debug_dyn32_phy32 +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/hrrr_control_debug_dyn32_phy32 Checking test 106 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 = 355.565191 - 0: The maximum resident set size (KB) = 993824 + 0: The total amount of wall time = 360.372395 + 0: The maximum resident set size (KB) = 993744 Test 106 hrrr_control_debug_dyn32_phy32 PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/rap_control_debug_dyn64_phy32 -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/rap_control_dyn64_phy32_debug +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/rap_control_dyn64_phy32_debug Checking test 107 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 = 364.002159 - 0: The maximum resident set size (KB) = 1028280 + 0: The total amount of wall time = 372.327290 + 0: The maximum resident set size (KB) = 1029776 Test 107 rap_control_dyn64_phy32_debug PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/hafs_regional_atm -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/hafs_regional_atm +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/hafs_regional_atm Checking test 108 hafs_regional_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing HURPRS.GrbF06 .........OK - 0: The total amount of wall time = 361.877071 - 0: The maximum resident set size (KB) = 1128048 + 0: The total amount of wall time = 330.518423 + 0: The maximum resident set size (KB) = 1135972 Test 108 hafs_regional_atm PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/hafs_regional_atm_thompson_gfdlsf -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/hafs_regional_atm_thompson_gfdlsf +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/hafs_regional_atm_thompson_gfdlsf Checking test 109 hafs_regional_atm_thompson_gfdlsf results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK - 0: The total amount of wall time = 431.066908 - 0: The maximum resident set size (KB) = 1545632 + 0: The total amount of wall time = 557.876135 + 0: The maximum resident set size (KB) = 1566056 Test 109 hafs_regional_atm_thompson_gfdlsf PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/hafs_regional_atm_ocn -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/hafs_regional_atm_ocn +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/hafs_regional_atm_ocn Checking test 110 hafs_regional_atm_ocn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -3618,14 +3618,14 @@ Checking test 110 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 = 494.369668 - 0: The maximum resident set size (KB) = 1280616 + 0: The total amount of wall time = 531.827842 + 0: The maximum resident set size (KB) = 1272632 Test 110 hafs_regional_atm_ocn PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/hafs_regional_atm_wav -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/hafs_regional_atm_wav +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/hafs_regional_atm_wav Checking test 111 hafs_regional_atm_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -3634,14 +3634,14 @@ Checking test 111 hafs_regional_atm_wav results .... Comparing 20190829.060000.restart.ww3 .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 903.599980 - 0: The maximum resident set size (KB) = 1253144 + 0: The total amount of wall time = 923.076050 + 0: The maximum resident set size (KB) = 1268696 Test 111 hafs_regional_atm_wav PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/hafs_regional_atm_ocn_wav -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/hafs_regional_atm_ocn_wav +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/hafs_regional_atm_ocn_wav Checking test 112 hafs_regional_atm_ocn_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -3652,14 +3652,14 @@ Checking test 112 hafs_regional_atm_ocn_wav results .... Comparing 20190829.060000.restart.ww3 .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 1021.393938 - 0: The maximum resident set size (KB) = 1277208 + 0: The total amount of wall time = 1040.437064 + 0: The maximum resident set size (KB) = 1311928 Test 112 hafs_regional_atm_ocn_wav PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/hafs_regional_docn -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/hafs_regional_docn +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/hafs_regional_docn Checking test 113 hafs_regional_docn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -3667,14 +3667,14 @@ Checking test 113 hafs_regional_docn results .... Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK Comparing ufs.hafs.docn.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 471.330277 - 0: The maximum resident set size (KB) = 1289204 + 0: The total amount of wall time = 504.462961 + 0: The maximum resident set size (KB) = 1278680 Test 113 hafs_regional_docn PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/hafs_regional_docn_oisst -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/hafs_regional_docn_oisst +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/hafs_regional_docn_oisst Checking test 114 hafs_regional_docn_oisst results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -3682,131 +3682,131 @@ Checking test 114 hafs_regional_docn_oisst results .... Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK Comparing ufs.hafs.docn.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 473.342780 - 0: The maximum resident set size (KB) = 1259860 + 0: The total amount of wall time = 494.525758 + 0: The maximum resident set size (KB) = 1263260 Test 114 hafs_regional_docn_oisst PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/hafs_regional_datm_cdeps -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/hafs_regional_datm_cdeps +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/hafs_regional_datm_cdeps Checking test 115 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 = 1255.458980 - 0: The maximum resident set size (KB) = 975916 + 0: The total amount of wall time = 1291.558041 + 0: The maximum resident set size (KB) = 975932 Test 115 hafs_regional_datm_cdeps PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/datm_cdeps_control_cfsr -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/datm_cdeps_control_cfsr +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/datm_cdeps_control_cfsr Checking test 116 datm_cdeps_control_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 225.684524 - 0: The maximum resident set size (KB) = 965584 + 0: The total amount of wall time = 242.907011 + 0: The maximum resident set size (KB) = 963000 Test 116 datm_cdeps_control_cfsr PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/datm_cdeps_control_cfsr -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/datm_cdeps_restart_cfsr +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/datm_cdeps_restart_cfsr Checking test 117 datm_cdeps_restart_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 134.005808 - 0: The maximum resident set size (KB) = 923440 + 0: The total amount of wall time = 139.034771 + 0: The maximum resident set size (KB) = 928584 Test 117 datm_cdeps_restart_cfsr PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/datm_cdeps_control_gefs -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/datm_cdeps_control_gefs +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/datm_cdeps_control_gefs Checking test 118 datm_cdeps_control_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 208.883052 - 0: The maximum resident set size (KB) = 863044 + 0: The total amount of wall time = 214.335793 + 0: The maximum resident set size (KB) = 868528 Test 118 datm_cdeps_control_gefs PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/datm_cdeps_iau_gefs -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/datm_cdeps_iau_gefs +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/datm_cdeps_iau_gefs Checking test 119 datm_cdeps_iau_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 224.050559 - 0: The maximum resident set size (KB) = 858796 + 0: The total amount of wall time = 218.501210 + 0: The maximum resident set size (KB) = 863592 Test 119 datm_cdeps_iau_gefs PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/datm_cdeps_stochy_gefs -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/datm_cdeps_stochy_gefs +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/datm_cdeps_stochy_gefs Checking test 120 datm_cdeps_stochy_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 216.655446 - 0: The maximum resident set size (KB) = 872232 + 0: The total amount of wall time = 217.126247 + 0: The maximum resident set size (KB) = 869120 Test 120 datm_cdeps_stochy_gefs PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/datm_cdeps_ciceC_cfsr -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/datm_cdeps_ciceC_cfsr +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/datm_cdeps_ciceC_cfsr Checking test 121 datm_cdeps_ciceC_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 217.365784 - 0: The maximum resident set size (KB) = 965176 + 0: The total amount of wall time = 227.221066 + 0: The maximum resident set size (KB) = 972112 Test 121 datm_cdeps_ciceC_cfsr PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/datm_cdeps_bulk_cfsr -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/datm_cdeps_bulk_cfsr +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/datm_cdeps_bulk_cfsr Checking test 122 datm_cdeps_bulk_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 219.686938 - 0: The maximum resident set size (KB) = 966968 + 0: The total amount of wall time = 236.236705 + 0: The maximum resident set size (KB) = 960808 Test 122 datm_cdeps_bulk_cfsr PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/datm_cdeps_bulk_gefs -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/datm_cdeps_bulk_gefs +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/datm_cdeps_bulk_gefs Checking test 123 datm_cdeps_bulk_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 213.884933 - 0: The maximum resident set size (KB) = 869148 + 0: The total amount of wall time = 219.195514 + 0: The maximum resident set size (KB) = 863156 Test 123 datm_cdeps_bulk_gefs PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/datm_cdeps_mx025_cfsr -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/datm_cdeps_mx025_cfsr +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/datm_cdeps_mx025_cfsr Checking test 124 datm_cdeps_mx025_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK @@ -3815,14 +3815,14 @@ Checking test 124 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 = 598.983633 - 0: The maximum resident set size (KB) = 764584 + 0: The total amount of wall time = 590.574537 + 0: The maximum resident set size (KB) = 768916 Test 124 datm_cdeps_mx025_cfsr PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/datm_cdeps_mx025_gefs -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/datm_cdeps_mx025_gefs +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/datm_cdeps_mx025_gefs Checking test 125 datm_cdeps_mx025_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK @@ -3831,64 +3831,64 @@ Checking test 125 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 = 594.931635 - 0: The maximum resident set size (KB) = 737716 + 0: The total amount of wall time = 632.777450 + 0: The maximum resident set size (KB) = 737904 Test 125 datm_cdeps_mx025_gefs PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/datm_cdeps_control_cfsr -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/datm_cdeps_multiple_files_cfsr +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/datm_cdeps_multiple_files_cfsr Checking test 126 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 = 215.571628 - 0: The maximum resident set size (KB) = 962340 + 0: The total amount of wall time = 215.358481 + 0: The maximum resident set size (KB) = 967096 Test 126 datm_cdeps_multiple_files_cfsr PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/datm_cdeps_3072x1536_cfsr -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/datm_cdeps_3072x1536_cfsr +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/datm_cdeps_3072x1536_cfsr Checking test 127 datm_cdeps_3072x1536_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR3072x1536.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 315.084233 - 0: The maximum resident set size (KB) = 2251716 + 0: The total amount of wall time = 339.616856 + 0: The maximum resident set size (KB) = 2249024 Test 127 datm_cdeps_3072x1536_cfsr PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/datm_cdeps_gfs -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/datm_cdeps_gfs +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/datm_cdeps_gfs Checking test 128 datm_cdeps_gfs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/DATM_GFS.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 328.968926 - 0: The maximum resident set size (KB) = 2261204 + 0: The total amount of wall time = 307.833392 + 0: The maximum resident set size (KB) = 2251108 Test 128 datm_cdeps_gfs PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/datm_cdeps_debug_cfsr -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/datm_cdeps_debug_cfsr +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/datm_cdeps_debug_cfsr Checking test 129 datm_cdeps_debug_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-01-21600.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-01-21600.nc .........OK - 0: The total amount of wall time = 583.612819 - 0: The maximum resident set size (KB) = 924380 + 0: The total amount of wall time = 598.313514 + 0: The maximum resident set size (KB) = 914880 Test 129 datm_cdeps_debug_cfsr PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/datm_cdeps_lnd_gswp3 -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/datm_cdeps_lnd_gswp3 +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/datm_cdeps_lnd_gswp3 Checking test 130 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 @@ -3897,14 +3897,14 @@ Checking test 130 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 = 12.036552 - 0: The maximum resident set size (KB) = 244844 + 0: The total amount of wall time = 22.817483 + 0: The maximum resident set size (KB) = 251992 Test 130 datm_cdeps_lnd_gswp3 PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/datm_cdeps_lnd_gswp3 -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/datm_cdeps_lnd_gswp3_rst +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/datm_cdeps_lnd_gswp3_rst Checking test 131 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 @@ -3913,14 +3913,14 @@ Checking test 131 datm_cdeps_lnd_gswp3_rst results .... Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile5.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile6.nc .........OK - 0: The total amount of wall time = 23.271362 - 0: The maximum resident set size (KB) = 246648 + 0: The total amount of wall time = 22.432889 + 0: The maximum resident set size (KB) = 256296 Test 131 datm_cdeps_lnd_gswp3_rst PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/control_p8_atmlnd_sbs -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/control_p8_atmlnd_sbs +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/control_p8_atmlnd_sbs Checking test 132 control_p8_atmlnd_sbs results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -4005,14 +4005,14 @@ Checking test 132 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 = 306.509968 - 0: The maximum resident set size (KB) = 1587464 + 0: The total amount of wall time = 312.467474 + 0: The maximum resident set size (KB) = 1588004 Test 132 control_p8_atmlnd_sbs PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/control_atmwav -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/control_atmwav +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/control_atmwav Checking test 133 control_atmwav results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -4056,14 +4056,14 @@ Checking test 133 control_atmwav results .... Comparing RESTART/sfc_data.tile6.nc .........OK Comparing 20210322.180000.restart.glo_1deg .........OK - 0: The total amount of wall time = 121.043269 - 0: The maximum resident set size (KB) = 591492 + 0: The total amount of wall time = 120.080712 + 0: The maximum resident set size (KB) = 587372 Test 133 control_atmwav PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/atmaero_control_p8 -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/atmaero_control_p8 +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/atmaero_control_p8 Checking test 134 atmaero_control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -4107,14 +4107,14 @@ Checking test 134 atmaero_control_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 310.994822 - 0: The maximum resident set size (KB) = 1638384 + 0: The total amount of wall time = 339.268325 + 0: The maximum resident set size (KB) = 1646692 Test 134 atmaero_control_p8 PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/atmaero_control_p8_rad -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/atmaero_control_p8_rad +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/atmaero_control_p8_rad Checking test 135 atmaero_control_p8_rad results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -4158,14 +4158,14 @@ Checking test 135 atmaero_control_p8_rad results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 375.292071 - 0: The maximum resident set size (KB) = 1664600 + 0: The total amount of wall time = 408.344496 + 0: The maximum resident set size (KB) = 1654892 Test 135 atmaero_control_p8_rad PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/atmaero_control_p8_rad_micro -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/atmaero_control_p8_rad_micro +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/atmaero_control_p8_rad_micro Checking test 136 atmaero_control_p8_rad_micro results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -4209,14 +4209,14 @@ Checking test 136 atmaero_control_p8_rad_micro results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 384.299584 - 0: The maximum resident set size (KB) = 1669352 + 0: The total amount of wall time = 412.903853 + 0: The maximum resident set size (KB) = 1649268 Test 136 atmaero_control_p8_rad_micro PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/regional_atmaq -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_82750/regional_atmaq +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_254220/regional_atmaq Checking test 137 regional_atmaq results .... Comparing sfcf000.nc .........OK Comparing sfcf003.nc .........OK @@ -4232,12 +4232,12 @@ Checking test 137 regional_atmaq results .... Comparing RESTART/phy_data.nc .........OK Comparing RESTART/sfc_data.nc .........OK - 0: The total amount of wall time = 896.652247 - 0: The maximum resident set size (KB) = 1402112 + 0: The total amount of wall time = 959.061437 + 0: The maximum resident set size (KB) = 1403804 Test 137 regional_atmaq PASS REGRESSION TEST WAS SUCCESSFUL -Tue Feb 7 05:09:10 GMT 2023 -Elapsed time: 02h:34m:20s. Have a nice day! +Wed Feb 8 16:45:25 GMT 2023 +Elapsed time: 02h:46m:06s. Have a nice day! diff --git a/tests/RegressionTests_orion.intel.log b/tests/RegressionTests_orion.intel.log index 92baa4ef77..44158de2ed 100644 --- a/tests/RegressionTests_orion.intel.log +++ b/tests/RegressionTests_orion.intel.log @@ -1,37 +1,37 @@ -Mon Feb 6 15:45:55 CST 2023 +Wed Feb 8 07:52:50 CST 2023 Start Regression test -Compile 001 elapsed time 791 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 713 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 643 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 004 elapsed time 240 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 243 seconds. -DAPP=S2SW -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 006 elapsed time 628 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 693 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 008 elapsed time 600 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_WoFS_v0 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 009 elapsed time 559 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_smoke,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 010 elapsed time 558 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_csawmg,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 011 elapsed time 502 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 012 elapsed time 193 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 013 elapsed time 145 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 014 elapsed time 599 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 015 elapsed time 606 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 016 elapsed time 207 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 017 elapsed time 191 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 018 elapsed time 629 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 019 elapsed time 749 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 020 elapsed time 606 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 021 elapsed time 194 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 022 elapsed time 112 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 023 elapsed time 84 seconds. -DAPP=LND -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 024 elapsed time 581 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 025 elapsed time 626 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 026 elapsed time 584 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 027 elapsed time 522 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 028 elapsed time 205 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 001 elapsed time 720 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 720 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 630 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 004 elapsed time 257 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 221 seconds. -DAPP=S2SW -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 006 elapsed time 590 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 572 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 008 elapsed time 555 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_WoFS_v0 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 009 elapsed time 564 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_smoke,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 010 elapsed time 543 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_csawmg,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 011 elapsed time 528 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 012 elapsed time 225 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 013 elapsed time 210 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 014 elapsed time 541 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 015 elapsed time 540 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 016 elapsed time 210 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 017 elapsed time 210 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 018 elapsed time 590 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 019 elapsed time 705 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 020 elapsed time 600 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 021 elapsed time 209 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 022 elapsed time 126 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 023 elapsed time 83 seconds. -DAPP=LND -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 024 elapsed time 583 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 025 elapsed time 623 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 026 elapsed time 568 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 027 elapsed time 566 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 028 elapsed time 194 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/cpld_control_p8_mixedmode -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/cpld_control_p8_mixedmode +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/cpld_control_p8_mixedmode Checking test 001 cpld_control_p8_mixedmode results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -96,14 +96,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 = 305.113347 - 0: The maximum resident set size (KB) = 3141916 + 0: The total amount of wall time = 465.178709 + 0: The maximum resident set size (KB) = 3140980 Test 001 cpld_control_p8_mixedmode PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/cpld_control_gfsv17 -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/cpld_control_gfsv17 +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/cpld_control_gfsv17 Checking test 002 cpld_control_gfsv17 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -167,14 +167,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 = 226.085995 - 0: The maximum resident set size (KB) = 1725816 + 0: The total amount of wall time = 226.545952 + 0: The maximum resident set size (KB) = 1726548 Test 002 cpld_control_gfsv17 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/cpld_control_p8 -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/cpld_control_p8 +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/cpld_control_p8 Checking test 003 cpld_control_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -239,14 +239,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 = 344.938062 - 0: The maximum resident set size (KB) = 3177188 + 0: The total amount of wall time = 481.543295 + 0: The maximum resident set size (KB) = 3174556 Test 003 cpld_control_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/cpld_control_p8 -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/cpld_restart_p8 +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/cpld_restart_p8 Checking test 004 cpld_restart_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -299,14 +299,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 = 201.343631 - 0: The maximum resident set size (KB) = 3053868 + 0: The total amount of wall time = 202.816268 + 0: The maximum resident set size (KB) = 3053708 Test 004 cpld_restart_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/cpld_control_p8 -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/cpld_2threads_p8 +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/cpld_2threads_p8 Checking test 005 cpld_2threads_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -359,14 +359,14 @@ Checking test 005 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 = 409.927943 - 0: The maximum resident set size (KB) = 3511756 + 0: The total amount of wall time = 562.148096 + 0: The maximum resident set size (KB) = 3508480 Test 005 cpld_2threads_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/cpld_control_p8 -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/cpld_esmfthreads_p8 +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/cpld_esmfthreads_p8 Checking test 006 cpld_esmfthreads_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -419,14 +419,14 @@ Checking test 006 cpld_esmfthreads_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 406.722917 - 0: The maximum resident set size (KB) = 3519616 + 0: The total amount of wall time = 562.194872 + 0: The maximum resident set size (KB) = 3511460 Test 006 cpld_esmfthreads_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/cpld_control_p8 -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/cpld_decomp_p8 +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/cpld_decomp_p8 Checking test 007 cpld_decomp_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -479,14 +479,14 @@ Checking test 007 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 = 355.131005 - 0: The maximum resident set size (KB) = 3172512 + 0: The total amount of wall time = 479.989478 + 0: The maximum resident set size (KB) = 3167872 Test 007 cpld_decomp_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/cpld_control_p8 -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/cpld_mpi_p8 +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/cpld_mpi_p8 Checking test 008 cpld_mpi_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -539,14 +539,14 @@ Checking test 008 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 = 278.006684 - 0: The maximum resident set size (KB) = 3024624 + 0: The total amount of wall time = 283.202711 + 0: The maximum resident set size (KB) = 3015976 Test 008 cpld_mpi_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/cpld_control_ciceC_p8 -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/cpld_control_ciceC_p8 +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/cpld_control_ciceC_p8 Checking test 009 cpld_control_ciceC_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -611,14 +611,14 @@ Checking test 009 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 = 342.489704 - 0: The maximum resident set size (KB) = 3178328 + 0: The total amount of wall time = 483.006083 + 0: The maximum resident set size (KB) = 3176528 Test 009 cpld_control_ciceC_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/cpld_control_c192_p8 -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/cpld_control_c192_p8 +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/cpld_control_c192_p8 Checking test 010 cpld_control_c192_p8 results .... Comparing sfcf030.tile1.nc .........OK Comparing sfcf030.tile2.nc .........OK @@ -671,14 +671,14 @@ Checking test 010 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 = 639.131531 - 0: The maximum resident set size (KB) = 3237588 + 0: The total amount of wall time = 801.795786 + 0: The maximum resident set size (KB) = 3258660 Test 010 cpld_control_c192_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/cpld_control_c192_p8 -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/cpld_restart_c192_p8 +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/cpld_restart_c192_p8 Checking test 011 cpld_restart_c192_p8 results .... Comparing sfcf030.tile1.nc .........OK Comparing sfcf030.tile2.nc .........OK @@ -731,14 +731,14 @@ Checking test 011 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 = 446.216329 - 0: The maximum resident set size (KB) = 3161176 + 0: The total amount of wall time = 449.022504 + 0: The maximum resident set size (KB) = 3158724 Test 011 cpld_restart_c192_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/cpld_bmark_p8 -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/cpld_bmark_p8 +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/cpld_bmark_p8 Checking test 012 cpld_bmark_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -786,14 +786,14 @@ Checking test 012 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 = 855.455953 - 0: The maximum resident set size (KB) = 4033068 + 0: The total amount of wall time = 1019.492113 + 0: The maximum resident set size (KB) = 4038912 Test 012 cpld_bmark_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/cpld_bmark_p8 -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/cpld_restart_bmark_p8 +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/cpld_restart_bmark_p8 Checking test 013 cpld_restart_bmark_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -841,14 +841,14 @@ Checking test 013 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 = 521.819552 - 0: The maximum resident set size (KB) = 3970212 + 0: The total amount of wall time = 532.017047 + 0: The maximum resident set size (KB) = 3969936 Test 013 cpld_restart_bmark_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/cpld_control_noaero_p8 -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/cpld_control_noaero_p8 +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/cpld_control_noaero_p8 Checking test 014 cpld_control_noaero_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -912,14 +912,14 @@ Checking test 014 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 = 251.842195 - 0: The maximum resident set size (KB) = 1723456 + 0: The total amount of wall time = 254.038282 + 0: The maximum resident set size (KB) = 1716192 Test 014 cpld_control_noaero_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/cpld_control_c96_noaero_p8 -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/cpld_control_nowave_noaero_p8 +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/cpld_control_nowave_noaero_p8 Checking test 015 cpld_control_nowave_noaero_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -981,14 +981,14 @@ Checking test 015 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.559414 - 0: The maximum resident set size (KB) = 1769316 + 0: The total amount of wall time = 263.434202 + 0: The maximum resident set size (KB) = 1770168 Test 015 cpld_control_nowave_noaero_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/cpld_debug_p8 -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/cpld_debug_p8 +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/cpld_debug_p8 Checking test 016 cpld_debug_p8 results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK @@ -1041,14 +1041,14 @@ Checking test 016 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 = 698.723678 - 0: The maximum resident set size (KB) = 3249352 + 0: The total amount of wall time = 683.880198 + 0: The maximum resident set size (KB) = 3247988 Test 016 cpld_debug_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/cpld_debug_noaero_p8 -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/cpld_debug_noaero_p8 +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/cpld_debug_noaero_p8 Checking test 017 cpld_debug_noaero_p8 results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK @@ -1100,14 +1100,14 @@ Checking test 017 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 = 424.279213 - 0: The maximum resident set size (KB) = 1740612 + 0: The total amount of wall time = 418.316191 + 0: The maximum resident set size (KB) = 1736848 Test 017 cpld_debug_noaero_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/cpld_control_noaero_p8_agrid -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/cpld_control_noaero_p8_agrid +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/cpld_control_noaero_p8_agrid Checking test 018 cpld_control_noaero_p8_agrid results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1169,14 +1169,14 @@ Checking test 018 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 = 263.141478 - 0: The maximum resident set size (KB) = 1766424 + 0: The total amount of wall time = 265.296797 + 0: The maximum resident set size (KB) = 1767320 Test 018 cpld_control_noaero_p8_agrid PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/cpld_control_c48 -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/cpld_control_c48 +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/cpld_control_c48 Checking test 019 cpld_control_c48 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -1226,14 +1226,14 @@ Checking test 019 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 = 500.521893 - 0: The maximum resident set size (KB) = 2791916 + 0: The total amount of wall time = 843.247064 + 0: The maximum resident set size (KB) = 2800908 Test 019 cpld_control_c48 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/cpld_warmstart_c48 -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/cpld_warmstart_c48 +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/cpld_warmstart_c48 Checking test 020 cpld_warmstart_c48 results .... Comparing sfcf006.tile1.nc .........OK Comparing sfcf006.tile2.nc .........OK @@ -1283,14 +1283,14 @@ Checking test 020 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 = 136.835277 - 0: The maximum resident set size (KB) = 2799052 + 0: The total amount of wall time = 198.405428 + 0: The maximum resident set size (KB) = 2800484 Test 020 cpld_warmstart_c48 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/cpld_warmstart_c48 -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/cpld_restart_c48 +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/cpld_restart_c48 Checking test 021 cpld_restart_c48 results .... Comparing sfcf006.tile1.nc .........OK Comparing sfcf006.tile2.nc .........OK @@ -1340,14 +1340,14 @@ Checking test 021 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 = 72.793711 - 0: The maximum resident set size (KB) = 2243608 + 0: The total amount of wall time = 265.828169 + 0: The maximum resident set size (KB) = 2184304 Test 021 cpld_restart_c48 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/control_CubedSphereGrid -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/control_CubedSphereGrid +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/control_CubedSphereGrid Checking test 022 control_CubedSphereGrid results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -1374,28 +1374,28 @@ Checking test 022 control_CubedSphereGrid results .... Comparing atmf024.tile5.nc .........OK Comparing atmf024.tile6.nc .........OK - 0: The total amount of wall time = 129.965892 - 0: The maximum resident set size (KB) = 625312 + 0: The total amount of wall time = 129.508694 + 0: The maximum resident set size (KB) = 630500 Test 022 control_CubedSphereGrid PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/control_CubedSphereGrid_parallel -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/control_CubedSphereGrid_parallel +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/control_CubedSphereGrid_parallel Checking test 023 control_CubedSphereGrid_parallel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK Comparing atmf024.nc .........OK - 0: The total amount of wall time = 127.091154 - 0: The maximum resident set size (KB) = 626488 + 0: The total amount of wall time = 127.329162 + 0: The maximum resident set size (KB) = 635648 Test 023 control_CubedSphereGrid_parallel PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/control_latlon -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/control_latlon +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/control_latlon Checking test 024 control_latlon results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1406,14 +1406,14 @@ Checking test 024 control_latlon results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 133.845593 - 0: The maximum resident set size (KB) = 632256 + 0: The total amount of wall time = 132.537789 + 0: The maximum resident set size (KB) = 629856 Test 024 control_latlon PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/control_wrtGauss_netcdf_parallel -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/control_wrtGauss_netcdf_parallel +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/control_wrtGauss_netcdf_parallel Checking test 025 control_wrtGauss_netcdf_parallel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1424,14 +1424,14 @@ Checking test 025 control_wrtGauss_netcdf_parallel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 135.869418 - 0: The maximum resident set size (KB) = 626784 + 0: The total amount of wall time = 135.499391 + 0: The maximum resident set size (KB) = 628792 Test 025 control_wrtGauss_netcdf_parallel PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/control_c48 -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/control_c48 +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/control_c48 Checking test 026 control_c48 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1470,14 +1470,14 @@ Checking test 026 control_c48 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0: The total amount of wall time = 347.167156 -0: The maximum resident set size (KB) = 817944 +0: The total amount of wall time = 495.874373 +0: The maximum resident set size (KB) = 768824 Test 026 control_c48 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/control_c192 -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/control_c192 +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/control_c192 Checking test 027 control_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1488,14 +1488,14 @@ Checking test 027 control_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 526.894329 - 0: The maximum resident set size (KB) = 777292 + 0: The total amount of wall time = 618.328862 + 0: The maximum resident set size (KB) = 765824 Test 027 control_c192 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/control_c384 -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/control_c384 +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/control_c384 Checking test 028 control_c384 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1506,14 +1506,14 @@ Checking test 028 control_c384 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 584.699914 - 0: The maximum resident set size (KB) = 1177064 + 0: The total amount of wall time = 635.294402 + 0: The maximum resident set size (KB) = 1168152 Test 028 control_c384 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/control_c384gdas -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/control_c384gdas +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/control_c384gdas Checking test 029 control_c384gdas results .... Comparing sfcf000.nc .........OK Comparing sfcf006.nc .........OK @@ -1556,14 +1556,14 @@ Checking test 029 control_c384gdas results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 512.285029 - 0: The maximum resident set size (KB) = 1310380 + 0: The total amount of wall time = 584.701232 + 0: The maximum resident set size (KB) = 1292316 Test 029 control_c384gdas PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/control_stochy -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/control_stochy +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/control_stochy Checking test 030 control_stochy results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1574,28 +1574,28 @@ Checking test 030 control_stochy results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 88.367499 - 0: The maximum resident set size (KB) = 633636 + 0: The total amount of wall time = 227.566933 + 0: The maximum resident set size (KB) = 630004 Test 030 control_stochy PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/control_stochy -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/control_stochy_restart +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/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 = 46.506855 - 0: The maximum resident set size (KB) = 479220 + 0: The total amount of wall time = 46.304912 + 0: The maximum resident set size (KB) = 488364 Test 031 control_stochy_restart PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/control_lndp -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/control_lndp +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/control_lndp Checking test 032 control_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1606,14 +1606,14 @@ Checking test 032 control_lndp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 81.018261 - 0: The maximum resident set size (KB) = 627384 + 0: The total amount of wall time = 223.148059 + 0: The maximum resident set size (KB) = 631348 Test 032 control_lndp PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/control_iovr4 -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/control_iovr4 +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/control_iovr4 Checking test 033 control_iovr4 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1628,14 +1628,14 @@ Checking test 033 control_iovr4 results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 133.462688 - 0: The maximum resident set size (KB) = 628152 + 0: The total amount of wall time = 286.829926 + 0: The maximum resident set size (KB) = 630836 Test 033 control_iovr4 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/control_iovr5 -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/control_iovr5 +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/control_iovr5 Checking test 034 control_iovr5 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1650,14 +1650,14 @@ Checking test 034 control_iovr5 results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 135.706894 - 0: The maximum resident set size (KB) = 630372 + 0: The total amount of wall time = 134.711229 + 0: The maximum resident set size (KB) = 631580 Test 034 control_iovr5 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/control_p8 -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/control_p8 +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/control_p8 Checking test 035 control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1704,14 +1704,14 @@ Checking test 035 control_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 166.663830 - 0: The maximum resident set size (KB) = 1611404 + 0: The total amount of wall time = 167.106074 + 0: The maximum resident set size (KB) = 1599444 Test 035 control_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/control_p8_lndp -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/control_p8_lndp +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/control_p8_lndp Checking test 036 control_p8_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1730,14 +1730,14 @@ Checking test 036 control_p8_lndp results .... Comparing GFSPRS.GrbF24 .........OK Comparing GFSPRS.GrbF48 .........OK - 0: The total amount of wall time = 309.518948 - 0: The maximum resident set size (KB) = 1596508 + 0: The total amount of wall time = 312.657564 + 0: The maximum resident set size (KB) = 1607688 Test 036 control_p8_lndp PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/control_p8 -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/control_restart_p8 +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/control_restart_p8 Checking test 037 control_restart_p8 results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1776,14 +1776,14 @@ Checking test 037 control_restart_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 87.746683 - 0: The maximum resident set size (KB) = 826752 + 0: The total amount of wall time = 88.304606 + 0: The maximum resident set size (KB) = 867708 Test 037 control_restart_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/control_p8 -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/control_decomp_p8 +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/control_decomp_p8 Checking test 038 control_decomp_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1826,14 +1826,14 @@ Checking test 038 control_decomp_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 172.556649 - 0: The maximum resident set size (KB) = 1591816 + 0: The total amount of wall time = 175.133592 + 0: The maximum resident set size (KB) = 1596560 Test 038 control_decomp_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/control_p8 -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/control_2threads_p8 +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/control_2threads_p8 Checking test 039 control_2threads_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1876,14 +1876,14 @@ Checking test 039 control_2threads_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 180.399941 - 0: The maximum resident set size (KB) = 1686976 + 0: The total amount of wall time = 180.582116 + 0: The maximum resident set size (KB) = 1686292 Test 039 control_2threads_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/control_p8_rrtmgp -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/control_p8_rrtmgp +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/control_p8_rrtmgp Checking test 040 control_p8_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1930,14 +1930,14 @@ Checking test 040 control_p8_rrtmgp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 227.973284 - 0: The maximum resident set size (KB) = 1665604 + 0: The total amount of wall time = 228.856497 + 0: The maximum resident set size (KB) = 1674740 Test 040 control_p8_rrtmgp PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/merra2_thompson -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/merra2_thompson +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/merra2_thompson Checking test 041 merra2_thompson results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1984,14 +1984,14 @@ Checking test 041 merra2_thompson results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 190.113555 - 0: The maximum resident set size (KB) = 1618012 + 0: The total amount of wall time = 190.007028 + 0: The maximum resident set size (KB) = 1613384 Test 041 merra2_thompson PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/regional_control -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/regional_control +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/regional_control Checking test 042 regional_control results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2002,28 +2002,28 @@ Checking test 042 regional_control results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 294.171895 - 0: The maximum resident set size (KB) = 863180 + 0: The total amount of wall time = 296.929124 + 0: The maximum resident set size (KB) = 872912 Test 042 regional_control PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/regional_control -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/regional_restart +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/regional_restart Checking test 043 regional_restart results .... Comparing dynf006.nc .........OK Comparing phyf006.nc .........OK Comparing PRSLEV.GrbF06 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 147.696984 - 0: The maximum resident set size (KB) = 860500 + 0: The total amount of wall time = 150.701226 + 0: The maximum resident set size (KB) = 864424 Test 043 regional_restart PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/regional_control -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/regional_decomp +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/regional_decomp Checking test 044 regional_decomp results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2034,14 +2034,14 @@ Checking test 044 regional_decomp results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 311.458308 - 0: The maximum resident set size (KB) = 856512 + 0: The total amount of wall time = 313.433345 + 0: The maximum resident set size (KB) = 854032 Test 044 regional_decomp PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/regional_control -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/regional_2threads +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/regional_2threads Checking test 045 regional_2threads results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2052,14 +2052,14 @@ Checking test 045 regional_2threads results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 206.935749 - 0: The maximum resident set size (KB) = 836976 + 0: The total amount of wall time = 209.104155 + 0: The maximum resident set size (KB) = 838688 Test 045 regional_2threads PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/regional_noquilt -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/regional_noquilt +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/regional_noquilt Checking test 046 regional_noquilt results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK @@ -2067,28 +2067,28 @@ Checking test 046 regional_noquilt results .... Comparing RESTART/fv_core.res.tile1_new.nc .........OK Comparing RESTART/fv_tracer.res.tile1_new.nc .........OK - 0: The total amount of wall time = 318.816787 - 0: The maximum resident set size (KB) = 857024 + 0: The total amount of wall time = 317.507825 + 0: The maximum resident set size (KB) = 856596 Test 046 regional_noquilt PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/regional_netcdf_parallel -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/regional_netcdf_parallel +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/regional_netcdf_parallel Checking test 047 regional_netcdf_parallel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK - Comparing phyf000.nc ............ALT CHECK......OK - Comparing phyf006.nc ............ALT CHECK......OK + Comparing phyf000.nc .........OK + Comparing phyf006.nc .........OK - 0: The total amount of wall time = 289.480166 - 0: The maximum resident set size (KB) = 856212 + 0: The total amount of wall time = 290.193345 + 0: The maximum resident set size (KB) = 855164 Test 047 regional_netcdf_parallel PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/regional_control -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/regional_2dwrtdecomp +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/regional_2dwrtdecomp Checking test 048 regional_2dwrtdecomp results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2099,14 +2099,14 @@ Checking test 048 regional_2dwrtdecomp results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 293.765572 - 0: The maximum resident set size (KB) = 868448 + 0: The total amount of wall time = 294.735279 + 0: The maximum resident set size (KB) = 862992 Test 048 regional_2dwrtdecomp PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/fv3_regional_wofs -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/regional_wofs +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/regional_wofs Checking test 049 regional_wofs results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2117,14 +2117,14 @@ Checking test 049 regional_wofs results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 371.443447 - 0: The maximum resident set size (KB) = 620028 + 0: The total amount of wall time = 370.814393 + 0: The maximum resident set size (KB) = 625836 Test 049 regional_wofs PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/rap_control -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/rap_control +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/rap_control Checking test 050 rap_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2171,14 +2171,14 @@ Checking test 050 rap_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 458.146675 - 0: The maximum resident set size (KB) = 1056556 + 0: The total amount of wall time = 457.872589 + 0: The maximum resident set size (KB) = 1055584 Test 050 rap_control PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/regional_spp_sppt_shum_skeb -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/regional_spp_sppt_shum_skeb +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/regional_spp_sppt_shum_skeb Checking test 051 regional_spp_sppt_shum_skeb results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK @@ -2189,14 +2189,14 @@ Checking test 051 regional_spp_sppt_shum_skeb results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF01 .........OK - 0: The total amount of wall time = 319.907953 - 0: The maximum resident set size (KB) = 1181596 + 0: The total amount of wall time = 323.641748 + 0: The maximum resident set size (KB) = 1186156 Test 051 regional_spp_sppt_shum_skeb PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/rap_control -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/rap_decomp +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/rap_decomp Checking test 052 rap_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2243,14 +2243,14 @@ Checking test 052 rap_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 481.613554 - 0: The maximum resident set size (KB) = 1007280 + 0: The total amount of wall time = 480.723678 + 0: The maximum resident set size (KB) = 1002904 Test 052 rap_decomp PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/rap_control -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/rap_2threads +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/rap_2threads Checking test 053 rap_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2297,14 +2297,14 @@ Checking test 053 rap_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 475.868177 - 0: The maximum resident set size (KB) = 1126472 + 0: The total amount of wall time = 475.919022 + 0: The maximum resident set size (KB) = 1129176 Test 053 rap_2threads PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/rap_control -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/rap_restart +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/rap_restart Checking test 054 rap_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -2343,14 +2343,14 @@ Checking test 054 rap_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 232.648071 - 0: The maximum resident set size (KB) = 963388 + 0: The total amount of wall time = 231.944117 + 0: The maximum resident set size (KB) = 963468 Test 054 rap_restart PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/rap_sfcdiff -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/rap_sfcdiff +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/rap_sfcdiff Checking test 055 rap_sfcdiff results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2397,14 +2397,14 @@ Checking test 055 rap_sfcdiff results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 453.061857 - 0: The maximum resident set size (KB) = 1060004 + 0: The total amount of wall time = 453.232786 + 0: The maximum resident set size (KB) = 1060812 Test 055 rap_sfcdiff PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/rap_sfcdiff -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/rap_sfcdiff_decomp +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/rap_sfcdiff_decomp Checking test 056 rap_sfcdiff_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2451,14 +2451,14 @@ Checking test 056 rap_sfcdiff_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 476.209932 - 0: The maximum resident set size (KB) = 1002344 + 0: The total amount of wall time = 477.627403 + 0: The maximum resident set size (KB) = 1002104 Test 056 rap_sfcdiff_decomp PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/rap_sfcdiff -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/rap_sfcdiff_restart +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/rap_sfcdiff_restart Checking test 057 rap_sfcdiff_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -2497,14 +2497,14 @@ Checking test 057 rap_sfcdiff_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 342.256252 - 0: The maximum resident set size (KB) = 983232 + 0: The total amount of wall time = 341.275059 + 0: The maximum resident set size (KB) = 975796 Test 057 rap_sfcdiff_restart PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/hrrr_control -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/hrrr_control +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/hrrr_control Checking test 058 hrrr_control results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2551,14 +2551,14 @@ Checking test 058 hrrr_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 436.441287 - 0: The maximum resident set size (KB) = 1054428 + 0: The total amount of wall time = 433.469040 + 0: The maximum resident set size (KB) = 1055344 Test 058 hrrr_control PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/hrrr_control -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/hrrr_control_decomp +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/hrrr_control_decomp Checking test 059 hrrr_control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2605,14 +2605,14 @@ Checking test 059 hrrr_control_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 458.224238 - 0: The maximum resident set size (KB) = 1008120 + 0: The total amount of wall time = 456.820751 + 0: The maximum resident set size (KB) = 998452 Test 059 hrrr_control_decomp PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/hrrr_control -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/hrrr_control_2threads +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/hrrr_control_2threads Checking test 060 hrrr_control_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2659,14 +2659,14 @@ Checking test 060 hrrr_control_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 447.748792 - 0: The maximum resident set size (KB) = 1125016 + 0: The total amount of wall time = 448.770103 + 0: The maximum resident set size (KB) = 1127160 Test 060 hrrr_control_2threads PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/hrrr_control -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/hrrr_control_restart +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/hrrr_control_restart Checking test 061 hrrr_control_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -2705,14 +2705,14 @@ Checking test 061 hrrr_control_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 329.587461 - 0: The maximum resident set size (KB) = 974128 + 0: The total amount of wall time = 331.189469 + 0: The maximum resident set size (KB) = 982280 Test 061 hrrr_control_restart PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/rrfs_v1beta -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/rrfs_v1beta +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/rrfs_v1beta Checking test 062 rrfs_v1beta results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2759,14 +2759,14 @@ Checking test 062 rrfs_v1beta results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 445.554064 - 0: The maximum resident set size (KB) = 1056568 + 0: The total amount of wall time = 446.416442 + 0: The maximum resident set size (KB) = 1054520 Test 062 rrfs_v1beta PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/rrfs_v1nssl -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/rrfs_v1nssl +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/rrfs_v1nssl Checking test 063 rrfs_v1nssl results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2781,14 +2781,14 @@ Checking test 063 rrfs_v1nssl results .... Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 532.837426 - 0: The maximum resident set size (KB) = 696416 + 0: The total amount of wall time = 526.046116 + 0: The maximum resident set size (KB) = 691636 Test 063 rrfs_v1nssl PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/rrfs_v1nssl_nohailnoccn -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/rrfs_v1nssl_nohailnoccn +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/rrfs_v1nssl_nohailnoccn Checking test 064 rrfs_v1nssl_nohailnoccn results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2803,14 +2803,14 @@ Checking test 064 rrfs_v1nssl_nohailnoccn results .... Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 519.399843 - 0: The maximum resident set size (KB) = 719512 + 0: The total amount of wall time = 515.399890 + 0: The maximum resident set size (KB) = 762496 Test 064 rrfs_v1nssl_nohailnoccn PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/rrfs_conus13km_hrrr_warm -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/rrfs_conus13km_hrrr_warm +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/rrfs_conus13km_hrrr_warm Checking test 065 rrfs_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -2819,14 +2819,14 @@ Checking test 065 rrfs_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 122.278469 - 0: The maximum resident set size (KB) = 920276 + 0: The total amount of wall time = 123.190851 + 0: The maximum resident set size (KB) = 925608 Test 065 rrfs_conus13km_hrrr_warm PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/rrfs_smoke_conus13km_hrrr_warm -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/rrfs_smoke_conus13km_hrrr_warm +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/rrfs_smoke_conus13km_hrrr_warm Checking test 066 rrfs_smoke_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -2835,14 +2835,14 @@ Checking test 066 rrfs_smoke_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 137.812944 - 0: The maximum resident set size (KB) = 954684 + 0: The total amount of wall time = 137.940710 + 0: The maximum resident set size (KB) = 960504 Test 066 rrfs_smoke_conus13km_hrrr_warm PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/rrfs_conus13km_radar_tten_warm -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/rrfs_conus13km_radar_tten_warm +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/rrfs_conus13km_radar_tten_warm Checking test 067 rrfs_conus13km_radar_tten_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -2851,14 +2851,14 @@ Checking test 067 rrfs_conus13km_radar_tten_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 123.504459 - 0: The maximum resident set size (KB) = 935760 + 0: The total amount of wall time = 122.780498 + 0: The maximum resident set size (KB) = 935120 Test 067 rrfs_conus13km_radar_tten_warm PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/rrfs_conus13km_hrrr_warm -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/rrfs_conus13km_hrrr_warm_2threads +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/rrfs_conus13km_hrrr_warm_2threads Checking test 068 rrfs_conus13km_hrrr_warm_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -2867,14 +2867,14 @@ Checking test 068 rrfs_conus13km_hrrr_warm_2threads results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 83.009050 - 0: The maximum resident set size (KB) = 878516 + 0: The total amount of wall time = 82.951318 + 0: The maximum resident set size (KB) = 840868 Test 068 rrfs_conus13km_hrrr_warm_2threads PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/rrfs_conus13km_radar_tten_warm -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/rrfs_conus13km_radar_tten_warm_2threads +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/rrfs_conus13km_radar_tten_warm_2threads Checking test 069 rrfs_conus13km_radar_tten_warm_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -2883,14 +2883,14 @@ Checking test 069 rrfs_conus13km_radar_tten_warm_2threads results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 82.747040 - 0: The maximum resident set size (KB) = 880444 + 0: The total amount of wall time = 83.674366 + 0: The maximum resident set size (KB) = 884188 Test 069 rrfs_conus13km_radar_tten_warm_2threads PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/control_csawmg -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/control_csawmg +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/control_csawmg Checking test 070 control_csawmg results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2901,14 +2901,14 @@ Checking test 070 control_csawmg results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 341.210367 - 0: The maximum resident set size (KB) = 729012 + 0: The total amount of wall time = 343.966569 + 0: The maximum resident set size (KB) = 732068 Test 070 control_csawmg PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/control_csawmgt -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/control_csawmgt +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/control_csawmgt Checking test 071 control_csawmgt results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2919,14 +2919,14 @@ Checking test 071 control_csawmgt results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 337.818718 - 0: The maximum resident set size (KB) = 728656 + 0: The total amount of wall time = 338.367827 + 0: The maximum resident set size (KB) = 724740 Test 071 control_csawmgt PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/control_ras -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/control_ras +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/control_ras Checking test 072 control_ras results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2937,54 +2937,54 @@ Checking test 072 control_ras results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 180.927186 - 0: The maximum resident set size (KB) = 712880 + 0: The total amount of wall time = 179.319820 + 0: The maximum resident set size (KB) = 712208 Test 072 control_ras PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/control_wam -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/control_wam +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/control_wam Checking test 073 control_wam results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK - 0: The total amount of wall time = 111.827847 - 0: The maximum resident set size (KB) = 642692 + 0: The total amount of wall time = 111.825049 + 0: The maximum resident set size (KB) = 645260 Test 073 control_wam PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/rrfs_conus13km_hrrr_warm_debugs -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/rrfs_conus13km_hrrr_warm_debug +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/rrfs_conus13km_hrrr_warm_debug Checking test 074 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 = 752.142694 - 0: The maximum resident set size (KB) = 952144 + 0: The total amount of wall time = 733.106891 + 0: The maximum resident set size (KB) = 949936 Test 074 rrfs_conus13km_hrrr_warm_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/rrfs_conus13km_radar_tten_warm_debug -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/rrfs_conus13km_radar_tten_warm_debug +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/rrfs_conus13km_radar_tten_warm_debug Checking test 075 rrfs_conus13km_radar_tten_warm_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 737.366285 - 0: The maximum resident set size (KB) = 959564 + 0: The total amount of wall time = 742.174405 + 0: The maximum resident set size (KB) = 963356 Test 075 rrfs_conus13km_radar_tten_warm_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/control_CubedSphereGrid_debug -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/control_CubedSphereGrid_debug +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/control_CubedSphereGrid_debug Checking test 076 control_CubedSphereGrid_debug results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -3011,334 +3011,334 @@ Checking test 076 control_CubedSphereGrid_debug results .... Comparing atmf001.tile5.nc .........OK Comparing atmf001.tile6.nc .........OK - 0: The total amount of wall time = 171.282875 - 0: The maximum resident set size (KB) = 793588 + 0: The total amount of wall time = 171.923070 + 0: The maximum resident set size (KB) = 794144 Test 076 control_CubedSphereGrid_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/control_wrtGauss_netcdf_parallel_debug -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/control_wrtGauss_netcdf_parallel_debug +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/control_wrtGauss_netcdf_parallel_debug Checking test 077 control_wrtGauss_netcdf_parallel_debug results .... - Comparing sfcf000.nc ............ALT CHECK......OK + Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 160.707448 - 0: The maximum resident set size (KB) = 793832 + 0: The total amount of wall time = 157.384864 + 0: The maximum resident set size (KB) = 794140 Test 077 control_wrtGauss_netcdf_parallel_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/control_stochy_debug -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/control_stochy_debug +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/control_stochy_debug Checking test 078 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 = 181.614003 - 0: The maximum resident set size (KB) = 799284 + 0: The total amount of wall time = 179.316176 + 0: The maximum resident set size (KB) = 805436 Test 078 control_stochy_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/control_lndp_debug -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/control_lndp_debug +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/control_lndp_debug Checking test 079 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 = 162.567840 - 0: The maximum resident set size (KB) = 802112 + 0: The total amount of wall time = 159.181203 + 0: The maximum resident set size (KB) = 796624 Test 079 control_lndp_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/control_csawmg_debug -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/control_csawmg_debug +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/control_csawmg_debug Checking test 080 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 = 246.154371 - 0: The maximum resident set size (KB) = 849240 + 0: The total amount of wall time = 242.624549 + 0: The maximum resident set size (KB) = 847888 Test 080 control_csawmg_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/control_csawmgt_debug -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/control_csawmgt_debug +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/control_csawmgt_debug Checking test 081 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 = 242.802230 - 0: The maximum resident set size (KB) = 847312 + 0: The total amount of wall time = 245.678963 + 0: The maximum resident set size (KB) = 848120 Test 081 control_csawmgt_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/control_ras_debug -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/control_ras_debug +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/control_ras_debug Checking test 082 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 = 193.149475 - 0: The maximum resident set size (KB) = 806164 + 0: The total amount of wall time = 163.955118 + 0: The maximum resident set size (KB) = 804628 Test 082 control_ras_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/control_diag_debug -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/control_diag_debug +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/control_diag_debug Checking test 083 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 = 164.425317 - 0: The maximum resident set size (KB) = 851956 + 0: The total amount of wall time = 167.579010 + 0: The maximum resident set size (KB) = 852568 Test 083 control_diag_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/control_debug_p8 -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/control_debug_p8 +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/control_debug_p8 Checking test 084 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 = 179.934438 - 0: The maximum resident set size (KB) = 1623984 + 0: The total amount of wall time = 179.181580 + 0: The maximum resident set size (KB) = 1627600 Test 084 control_debug_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/regional_debug -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/regional_debug +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/regional_debug Checking test 085 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 = 1018.373642 - 0: The maximum resident set size (KB) = 881564 + 0: The total amount of wall time = 1012.821708 + 0: The maximum resident set size (KB) = 880936 Test 085 regional_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/rap_control_debug -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/rap_control_debug +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/rap_control_debug Checking test 086 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 = 281.130922 - 0: The maximum resident set size (KB) = 1182456 + 0: The total amount of wall time = 290.209394 + 0: The maximum resident set size (KB) = 1174260 Test 086 rap_control_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/hrrr_control_debug -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/hrrr_control_debug +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/hrrr_control_debug Checking test 087 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 = 289.989900 - 0: The maximum resident set size (KB) = 1169036 + 0: The total amount of wall time = 283.089463 + 0: The maximum resident set size (KB) = 1175304 Test 087 hrrr_control_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/rap_control_debug -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/rap_unified_drag_suite_debug +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/rap_unified_drag_suite_debug Checking test 088 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.263437 - 0: The maximum resident set size (KB) = 1172660 + 0: The total amount of wall time = 284.452566 + 0: The maximum resident set size (KB) = 1177168 Test 088 rap_unified_drag_suite_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/rap_diag_debug -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/rap_diag_debug +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/rap_diag_debug Checking test 089 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 = 305.129032 - 0: The maximum resident set size (KB) = 1263672 + 0: The total amount of wall time = 311.582695 + 0: The maximum resident set size (KB) = 1257284 Test 089 rap_diag_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/rap_cires_ugwp_debug -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/rap_cires_ugwp_debug +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/rap_cires_ugwp_debug Checking test 090 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 = 294.494813 - 0: The maximum resident set size (KB) = 1178528 + 0: The total amount of wall time = 285.436787 + 0: The maximum resident set size (KB) = 1175844 Test 090 rap_cires_ugwp_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/rap_cires_ugwp_debug -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/rap_unified_ugwp_debug +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/rap_unified_ugwp_debug Checking test 091 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 = 289.260060 - 0: The maximum resident set size (KB) = 1184368 + 0: The total amount of wall time = 289.941572 + 0: The maximum resident set size (KB) = 1183192 Test 091 rap_unified_ugwp_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/rap_lndp_debug -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/rap_lndp_debug +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/rap_lndp_debug Checking test 092 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 = 287.644437 - 0: The maximum resident set size (KB) = 1175944 + 0: The total amount of wall time = 285.749552 + 0: The maximum resident set size (KB) = 1181640 Test 092 rap_lndp_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/rap_flake_debug -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/rap_flake_debug +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/rap_flake_debug Checking test 093 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 = 284.358460 - 0: The maximum resident set size (KB) = 1169712 + 0: The total amount of wall time = 286.767687 + 0: The maximum resident set size (KB) = 1175548 Test 093 rap_flake_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/rap_progcld_thompson_debug -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/rap_progcld_thompson_debug +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/rap_progcld_thompson_debug Checking test 094 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 = 297.972465 - 0: The maximum resident set size (KB) = 1183944 + 0: The total amount of wall time = 296.560123 + 0: The maximum resident set size (KB) = 1179744 Test 094 rap_progcld_thompson_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/rap_noah_debug -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/rap_noah_debug +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/rap_noah_debug Checking test 095 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 = 276.472764 - 0: The maximum resident set size (KB) = 1178052 + 0: The total amount of wall time = 289.293770 + 0: The maximum resident set size (KB) = 1175700 Test 095 rap_noah_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/rap_sfcdiff_debug -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/rap_sfcdiff_debug +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/rap_sfcdiff_debug Checking test 096 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 = 286.950213 - 0: The maximum resident set size (KB) = 1174664 + 0: The total amount of wall time = 289.295145 + 0: The maximum resident set size (KB) = 1175628 Test 096 rap_sfcdiff_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/rap_noah_sfcdiff_cires_ugwp_debug -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/rap_noah_sfcdiff_cires_ugwp_debug +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/rap_noah_sfcdiff_cires_ugwp_debug Checking test 097 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 = 456.919018 - 0: The maximum resident set size (KB) = 1176056 + 0: The total amount of wall time = 472.194169 + 0: The maximum resident set size (KB) = 1178424 Test 097 rap_noah_sfcdiff_cires_ugwp_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/rrfs_v1beta_debug -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/rrfs_v1beta_debug +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/rrfs_v1beta_debug Checking test 098 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.338967 - 0: The maximum resident set size (KB) = 1177940 + 0: The total amount of wall time = 282.147669 + 0: The maximum resident set size (KB) = 1172176 Test 098 rrfs_v1beta_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/control_wam_debug -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/control_wam_debug +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/control_wam_debug Checking test 099 control_wam_debug results .... Comparing sfcf019.nc .........OK Comparing atmf019.nc .........OK - 0: The total amount of wall time = 291.855846 - 0: The maximum resident set size (KB) = 525920 + 0: The total amount of wall time = 293.558215 + 0: The maximum resident set size (KB) = 534180 Test 099 control_wam_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/regional_spp_sppt_shum_skeb_dyn32_phy32 -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/regional_spp_sppt_shum_skeb_dyn32_phy32 +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/regional_spp_sppt_shum_skeb_dyn32_phy32 Checking test 100 regional_spp_sppt_shum_skeb_dyn32_phy32 results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK @@ -3349,14 +3349,14 @@ Checking test 100 regional_spp_sppt_shum_skeb_dyn32_phy32 results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF01 .........OK - 0: The total amount of wall time = 308.025158 - 0: The maximum resident set size (KB) = 1083672 + 0: The total amount of wall time = 306.397082 + 0: The maximum resident set size (KB) = 1081484 Test 100 regional_spp_sppt_shum_skeb_dyn32_phy32 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/rap_control_dyn32_phy32 -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/rap_control_dyn32_phy32 +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/rap_control_dyn32_phy32 Checking test 101 rap_control_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3403,14 +3403,14 @@ Checking test 101 rap_control_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 369.361907 - 0: The maximum resident set size (KB) = 1010444 + 0: The total amount of wall time = 369.726112 + 0: The maximum resident set size (KB) = 999092 Test 101 rap_control_dyn32_phy32 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/hrrr_control_dyn32_phy32 -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/hrrr_control_dyn32_phy32 +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/hrrr_control_dyn32_phy32 Checking test 102 hrrr_control_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3457,14 +3457,14 @@ Checking test 102 hrrr_control_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 192.101730 - 0: The maximum resident set size (KB) = 961020 + 0: The total amount of wall time = 193.005490 + 0: The maximum resident set size (KB) = 947008 Test 102 hrrr_control_dyn32_phy32 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/rap_control_dyn32_phy32 -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/rap_2threads_dyn32_phy32 +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/rap_2threads_dyn32_phy32 Checking test 103 rap_2threads_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3511,14 +3511,14 @@ Checking test 103 rap_2threads_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 389.019328 - 0: The maximum resident set size (KB) = 1021280 + 0: The total amount of wall time = 389.449189 + 0: The maximum resident set size (KB) = 1029780 Test 103 rap_2threads_dyn32_phy32 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/hrrr_control_dyn32_phy32 -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/hrrr_control_2threads_dyn32_phy32 +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/hrrr_control_2threads_dyn32_phy32 Checking test 104 hrrr_control_2threads_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3565,14 +3565,14 @@ Checking test 104 hrrr_control_2threads_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 205.878145 - 0: The maximum resident set size (KB) = 1007412 + 0: The total amount of wall time = 208.169581 + 0: The maximum resident set size (KB) = 1008664 Test 104 hrrr_control_2threads_dyn32_phy32 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/hrrr_control_dyn32_phy32 -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/hrrr_control_decomp_dyn32_phy32 +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/hrrr_control_decomp_dyn32_phy32 Checking test 105 hrrr_control_decomp_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3619,14 +3619,14 @@ Checking test 105 hrrr_control_decomp_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 202.839014 - 0: The maximum resident set size (KB) = 901284 + 0: The total amount of wall time = 202.994152 + 0: The maximum resident set size (KB) = 893784 Test 105 hrrr_control_decomp_dyn32_phy32 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/rap_control_dyn32_phy32 -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/rap_restart_dyn32_phy32 +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/rap_restart_dyn32_phy32 Checking test 106 rap_restart_dyn32_phy32 results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -3665,14 +3665,14 @@ Checking test 106 rap_restart_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 281.215775 - 0: The maximum resident set size (KB) = 953916 + 0: The total amount of wall time = 279.937557 + 0: The maximum resident set size (KB) = 947956 Test 106 rap_restart_dyn32_phy32 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/hrrr_control_dyn32_phy32 -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/hrrr_control_restart_dyn32_phy32 +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/hrrr_control_restart_dyn32_phy32 Checking test 107 hrrr_control_restart_dyn32_phy32 results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -3711,14 +3711,14 @@ Checking test 107 hrrr_control_restart_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 99.785184 - 0: The maximum resident set size (KB) = 816924 + 0: The total amount of wall time = 100.190918 + 0: The maximum resident set size (KB) = 865804 Test 107 hrrr_control_restart_dyn32_phy32 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/rap_control_dyn64_phy32 -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/rap_control_dyn64_phy32 +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/rap_control_dyn64_phy32 Checking test 108 rap_control_dyn64_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3765,81 +3765,81 @@ Checking test 108 rap_control_dyn64_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 238.065161 - 0: The maximum resident set size (KB) = 965728 + 0: The total amount of wall time = 236.846803 + 0: The maximum resident set size (KB) = 967516 Test 108 rap_control_dyn64_phy32 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/rap_control_debug_dyn32_phy32 -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/rap_control_debug_dyn32_phy32 +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/rap_control_debug_dyn32_phy32 Checking test 109 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.165170 - 0: The maximum resident set size (KB) = 1060216 + 0: The total amount of wall time = 281.640290 + 0: The maximum resident set size (KB) = 1059560 Test 109 rap_control_debug_dyn32_phy32 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/hrrr_control_debug_dyn32_phy32 -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/hrrr_control_debug_dyn32_phy32 +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/hrrr_control_debug_dyn32_phy32 Checking test 110 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 = 270.149075 - 0: The maximum resident set size (KB) = 1056888 + 0: The total amount of wall time = 277.820021 + 0: The maximum resident set size (KB) = 1064596 Test 110 hrrr_control_debug_dyn32_phy32 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/rap_control_debug_dyn64_phy32 -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/rap_control_dyn64_phy32_debug +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/rap_control_dyn64_phy32_debug Checking test 111 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 = 289.375864 - 0: The maximum resident set size (KB) = 1104680 + 0: The total amount of wall time = 286.506599 + 0: The maximum resident set size (KB) = 1101152 Test 111 rap_control_dyn64_phy32_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/hafs_regional_atm -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/hafs_regional_atm +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/hafs_regional_atm Checking test 112 hafs_regional_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing HURPRS.GrbF06 .........OK - 0: The total amount of wall time = 252.150519 - 0: The maximum resident set size (KB) = 1019952 + 0: The total amount of wall time = 259.837636 + 0: The maximum resident set size (KB) = 1023928 Test 112 hafs_regional_atm PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/hafs_regional_atm_thompson_gfdlsf -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/hafs_regional_atm_thompson_gfdlsf +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/hafs_regional_atm_thompson_gfdlsf Checking test 113 hafs_regional_atm_thompson_gfdlsf results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK - 0: The total amount of wall time = 396.455727 - 0: The maximum resident set size (KB) = 1403092 + 0: The total amount of wall time = 424.738232 + 0: The maximum resident set size (KB) = 1411400 Test 113 hafs_regional_atm_thompson_gfdlsf PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/hafs_regional_atm_ocn -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/hafs_regional_atm_ocn +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/hafs_regional_atm_ocn Checking test 114 hafs_regional_atm_ocn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -3848,14 +3848,14 @@ Checking test 114 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 = 363.681302 - 0: The maximum resident set size (KB) = 1204604 + 0: The total amount of wall time = 359.403335 + 0: The maximum resident set size (KB) = 1203176 Test 114 hafs_regional_atm_ocn PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/hafs_regional_atm_wav -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/hafs_regional_atm_wav +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/hafs_regional_atm_wav Checking test 115 hafs_regional_atm_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -3864,14 +3864,14 @@ Checking test 115 hafs_regional_atm_wav results .... Comparing 20190829.060000.restart.ww3 .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 713.851236 - 0: The maximum resident set size (KB) = 1238420 + 0: The total amount of wall time = 720.350738 + 0: The maximum resident set size (KB) = 1235652 Test 115 hafs_regional_atm_wav PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/hafs_regional_atm_ocn_wav -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/hafs_regional_atm_ocn_wav +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/hafs_regional_atm_ocn_wav Checking test 116 hafs_regional_atm_ocn_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -3882,28 +3882,28 @@ Checking test 116 hafs_regional_atm_ocn_wav results .... Comparing 20190829.060000.restart.ww3 .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 812.406852 - 0: The maximum resident set size (KB) = 1245864 + 0: The total amount of wall time = 820.996547 + 0: The maximum resident set size (KB) = 1257452 Test 116 hafs_regional_atm_ocn_wav PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/hafs_regional_1nest_atm -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/hafs_regional_1nest_atm +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/hafs_regional_1nest_atm Checking test 117 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 = 359.681612 - 0: The maximum resident set size (KB) = 503112 + 0: The total amount of wall time = 361.551120 + 0: The maximum resident set size (KB) = 503160 Test 117 hafs_regional_1nest_atm PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/hafs_regional_telescopic_2nests_atm -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/hafs_regional_telescopic_2nests_atm +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/hafs_regional_telescopic_2nests_atm Checking test 118 hafs_regional_telescopic_2nests_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -3912,28 +3912,28 @@ Checking test 118 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 = 416.505714 - 0: The maximum resident set size (KB) = 510260 + 0: The total amount of wall time = 411.411180 + 0: The maximum resident set size (KB) = 513064 Test 118 hafs_regional_telescopic_2nests_atm PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/hafs_global_1nest_atm -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/hafs_global_1nest_atm +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/hafs_global_1nest_atm Checking test 119 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 = 170.967282 - 0: The maximum resident set size (KB) = 341328 + 0: The total amount of wall time = 172.263654 + 0: The maximum resident set size (KB) = 350164 Test 119 hafs_global_1nest_atm PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/hafs_global_multiple_4nests_atm -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/hafs_global_multiple_4nests_atm +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/hafs_global_multiple_4nests_atm Checking test 120 hafs_global_multiple_4nests_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -3951,14 +3951,14 @@ Checking test 120 hafs_global_multiple_4nests_atm results .... Comparing HURPRS.GrbF06.nest04 .........OK Comparing HURPRS.GrbF06.nest05 .........OK - 0: The total amount of wall time = 467.885923 - 0: The maximum resident set size (KB) = 417372 + 0: The total amount of wall time = 470.704352 + 0: The maximum resident set size (KB) = 423108 Test 120 hafs_global_multiple_4nests_atm PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/hafs_regional_specified_moving_1nest_atm -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/hafs_regional_specified_moving_1nest_atm +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/hafs_regional_specified_moving_1nest_atm Checking test 121 hafs_regional_specified_moving_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -3967,28 +3967,28 @@ Checking test 121 hafs_regional_specified_moving_1nest_atm results .... Comparing HURPRS.GrbF06 .........OK Comparing HURPRS.GrbF06.nest02 .........OK - 0: The total amount of wall time = 225.145446 - 0: The maximum resident set size (KB) = 512416 + 0: The total amount of wall time = 225.806602 + 0: The maximum resident set size (KB) = 513496 Test 121 hafs_regional_specified_moving_1nest_atm PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/hafs_regional_storm_following_1nest_atm -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/hafs_regional_storm_following_1nest_atm +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/hafs_regional_storm_following_1nest_atm Checking test 122 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 = 213.136579 - 0: The maximum resident set size (KB) = 511204 + 0: The total amount of wall time = 212.648332 + 0: The maximum resident set size (KB) = 515316 Test 122 hafs_regional_storm_following_1nest_atm PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/hafs_regional_storm_following_1nest_atm_ocn -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/hafs_regional_storm_following_1nest_atm_ocn +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/hafs_regional_storm_following_1nest_atm_ocn Checking test 123 hafs_regional_storm_following_1nest_atm_ocn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -3997,28 +3997,28 @@ Checking test 123 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 = 280.802490 - 0: The maximum resident set size (KB) = 543196 + 0: The total amount of wall time = 282.995439 + 0: The maximum resident set size (KB) = 547680 Test 123 hafs_regional_storm_following_1nest_atm_ocn PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/hafs_global_storm_following_1nest_atm -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/hafs_global_storm_following_1nest_atm +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/hafs_global_storm_following_1nest_atm Checking test 124 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.088482 - 0: The maximum resident set size (KB) = 361120 + 0: The total amount of wall time = 69.671037 + 0: The maximum resident set size (KB) = 365464 Test 124 hafs_global_storm_following_1nest_atm PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/hafs_regional_storm_following_1nest_atm_ocn_wav -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/hafs_regional_storm_following_1nest_atm_ocn_wav +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/hafs_regional_storm_following_1nest_atm_ocn_wav Checking test 125 hafs_regional_storm_following_1nest_atm_ocn_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4029,14 +4029,14 @@ Checking test 125 hafs_regional_storm_following_1nest_atm_ocn_wav results .... Comparing out_grd.ww3 .........OK Comparing out_pnt.ww3 .........OK - 0: The total amount of wall time = 575.942021 - 0: The maximum resident set size (KB) = 648960 + 0: The total amount of wall time = 576.912187 + 0: The maximum resident set size (KB) = 651900 Test 125 hafs_regional_storm_following_1nest_atm_ocn_wav PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/hafs_regional_docn -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/hafs_regional_docn +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/hafs_regional_docn Checking test 126 hafs_regional_docn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4044,14 +4044,14 @@ Checking test 126 hafs_regional_docn results .... Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK Comparing ufs.hafs.docn.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 340.640498 - 0: The maximum resident set size (KB) = 1215600 + 0: The total amount of wall time = 341.316253 + 0: The maximum resident set size (KB) = 1208832 Test 126 hafs_regional_docn PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/hafs_regional_docn_oisst -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/hafs_regional_docn_oisst +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/hafs_regional_docn_oisst Checking test 127 hafs_regional_docn_oisst results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4059,131 +4059,131 @@ Checking test 127 hafs_regional_docn_oisst results .... Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK Comparing ufs.hafs.docn.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 337.051933 - 0: The maximum resident set size (KB) = 1206592 + 0: The total amount of wall time = 346.963338 + 0: The maximum resident set size (KB) = 1196920 Test 127 hafs_regional_docn_oisst PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/hafs_regional_datm_cdeps -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/hafs_regional_datm_cdeps +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/hafs_regional_datm_cdeps Checking test 128 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 = 925.995353 - 0: The maximum resident set size (KB) = 1042956 + 0: The total amount of wall time = 922.641087 + 0: The maximum resident set size (KB) = 995372 Test 128 hafs_regional_datm_cdeps PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/datm_cdeps_control_cfsr -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/datm_cdeps_control_cfsr +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/datm_cdeps_control_cfsr Checking test 129 datm_cdeps_control_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 146.282664 - 0: The maximum resident set size (KB) = 1055496 + 0: The total amount of wall time = 146.148886 + 0: The maximum resident set size (KB) = 1055820 Test 129 datm_cdeps_control_cfsr PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/datm_cdeps_control_cfsr -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/datm_cdeps_restart_cfsr +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/datm_cdeps_restart_cfsr Checking test 130 datm_cdeps_restart_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 88.935066 - 0: The maximum resident set size (KB) = 1025668 + 0: The total amount of wall time = 85.284696 + 0: The maximum resident set size (KB) = 1009736 Test 130 datm_cdeps_restart_cfsr PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/datm_cdeps_control_gefs -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/datm_cdeps_control_gefs +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/datm_cdeps_control_gefs Checking test 131 datm_cdeps_control_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 145.742915 - 0: The maximum resident set size (KB) = 968016 + 0: The total amount of wall time = 142.709140 + 0: The maximum resident set size (KB) = 962628 Test 131 datm_cdeps_control_gefs PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/datm_cdeps_iau_gefs -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/datm_cdeps_iau_gefs +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/datm_cdeps_iau_gefs Checking test 132 datm_cdeps_iau_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 143.578881 - 0: The maximum resident set size (KB) = 970820 + 0: The total amount of wall time = 144.882252 + 0: The maximum resident set size (KB) = 970876 Test 132 datm_cdeps_iau_gefs PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/datm_cdeps_stochy_gefs -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/datm_cdeps_stochy_gefs +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/datm_cdeps_stochy_gefs Checking test 133 datm_cdeps_stochy_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 143.427818 - 0: The maximum resident set size (KB) = 968236 + 0: The total amount of wall time = 147.480499 + 0: The maximum resident set size (KB) = 968668 Test 133 datm_cdeps_stochy_gefs PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/datm_cdeps_ciceC_cfsr -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/datm_cdeps_ciceC_cfsr +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/datm_cdeps_ciceC_cfsr Checking test 134 datm_cdeps_ciceC_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 148.204338 - 0: The maximum resident set size (KB) = 1063464 + 0: The total amount of wall time = 145.756126 + 0: The maximum resident set size (KB) = 1064396 Test 134 datm_cdeps_ciceC_cfsr PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/datm_cdeps_bulk_cfsr -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/datm_cdeps_bulk_cfsr +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/datm_cdeps_bulk_cfsr Checking test 135 datm_cdeps_bulk_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 145.558242 - 0: The maximum resident set size (KB) = 1073580 + 0: The total amount of wall time = 147.412954 + 0: The maximum resident set size (KB) = 1059296 Test 135 datm_cdeps_bulk_cfsr PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/datm_cdeps_bulk_gefs -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/datm_cdeps_bulk_gefs +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/datm_cdeps_bulk_gefs Checking test 136 datm_cdeps_bulk_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 139.598738 - 0: The maximum resident set size (KB) = 969784 + 0: The total amount of wall time = 139.627038 + 0: The maximum resident set size (KB) = 968964 Test 136 datm_cdeps_bulk_gefs PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/datm_cdeps_mx025_cfsr -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/datm_cdeps_mx025_cfsr +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/datm_cdeps_mx025_cfsr Checking test 137 datm_cdeps_mx025_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK @@ -4192,14 +4192,14 @@ Checking test 137 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 = 434.536465 - 0: The maximum resident set size (KB) = 881116 + 0: The total amount of wall time = 445.378465 + 0: The maximum resident set size (KB) = 884648 Test 137 datm_cdeps_mx025_cfsr PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/datm_cdeps_mx025_gefs -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/datm_cdeps_mx025_gefs +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/datm_cdeps_mx025_gefs Checking test 138 datm_cdeps_mx025_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK @@ -4208,64 +4208,64 @@ Checking test 138 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 = 444.697592 - 0: The maximum resident set size (KB) = 930868 + 0: The total amount of wall time = 434.771769 + 0: The maximum resident set size (KB) = 940596 Test 138 datm_cdeps_mx025_gefs PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/datm_cdeps_control_cfsr -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/datm_cdeps_multiple_files_cfsr +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/datm_cdeps_multiple_files_cfsr Checking test 139 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 = 149.558841 - 0: The maximum resident set size (KB) = 1061744 + 0: The total amount of wall time = 148.336809 + 0: The maximum resident set size (KB) = 1068420 Test 139 datm_cdeps_multiple_files_cfsr PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/datm_cdeps_3072x1536_cfsr -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/datm_cdeps_3072x1536_cfsr +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/datm_cdeps_3072x1536_cfsr Checking test 140 datm_cdeps_3072x1536_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR3072x1536.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 192.879408 - 0: The maximum resident set size (KB) = 2297060 + 0: The total amount of wall time = 196.174674 + 0: The maximum resident set size (KB) = 2307332 Test 140 datm_cdeps_3072x1536_cfsr PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/datm_cdeps_gfs -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/datm_cdeps_gfs +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/datm_cdeps_gfs Checking test 141 datm_cdeps_gfs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/DATM_GFS.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 202.215610 - 0: The maximum resident set size (KB) = 2358228 + 0: The total amount of wall time = 199.722003 + 0: The maximum resident set size (KB) = 2367952 Test 141 datm_cdeps_gfs PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/datm_cdeps_debug_cfsr -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/datm_cdeps_debug_cfsr +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/datm_cdeps_debug_cfsr Checking test 142 datm_cdeps_debug_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-01-21600.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-01-21600.nc .........OK - 0: The total amount of wall time = 453.326827 - 0: The maximum resident set size (KB) = 994860 + 0: The total amount of wall time = 444.772859 + 0: The maximum resident set size (KB) = 1000248 Test 142 datm_cdeps_debug_cfsr PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/datm_cdeps_lnd_gswp3 -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/datm_cdeps_lnd_gswp3 +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/datm_cdeps_lnd_gswp3 Checking test 143 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 @@ -4274,14 +4274,14 @@ Checking test 143 datm_cdeps_lnd_gswp3 results .... Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile5.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile6.nc .........OK - 0: The total amount of wall time = 6.739556 - 0: The maximum resident set size (KB) = 261528 + 0: The total amount of wall time = 5.981142 + 0: The maximum resident set size (KB) = 269228 Test 143 datm_cdeps_lnd_gswp3 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/datm_cdeps_lnd_gswp3 -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/datm_cdeps_lnd_gswp3_rst +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/datm_cdeps_lnd_gswp3_rst Checking test 144 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 @@ -4290,14 +4290,14 @@ Checking test 144 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 = 13.194533 - 0: The maximum resident set size (KB) = 252084 + 0: The total amount of wall time = 12.395636 + 0: The maximum resident set size (KB) = 246332 Test 144 datm_cdeps_lnd_gswp3_rst PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/control_p8_atmlnd_sbs -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/control_p8_atmlnd_sbs +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/control_p8_atmlnd_sbs Checking test 145 control_p8_atmlnd_sbs results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -4382,14 +4382,14 @@ Checking test 145 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 = 202.118410 - 0: The maximum resident set size (KB) = 1610736 + 0: The total amount of wall time = 203.624678 + 0: The maximum resident set size (KB) = 1616600 Test 145 control_p8_atmlnd_sbs PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/control_atmwav -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/control_atmwav +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/control_atmwav Checking test 146 control_atmwav results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -4433,14 +4433,14 @@ Checking test 146 control_atmwav results .... Comparing RESTART/sfc_data.tile6.nc .........OK Comparing 20210322.180000.restart.glo_1deg .........OK - 0: The total amount of wall time = 85.461374 - 0: The maximum resident set size (KB) = 656372 + 0: The total amount of wall time = 86.714374 + 0: The maximum resident set size (KB) = 656520 Test 146 control_atmwav PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/atmaero_control_p8 -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/atmaero_control_p8 +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/atmaero_control_p8 Checking test 147 atmaero_control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -4484,14 +4484,14 @@ Checking test 147 atmaero_control_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 224.603667 - 0: The maximum resident set size (KB) = 2979256 + 0: The total amount of wall time = 227.399374 + 0: The maximum resident set size (KB) = 2967256 Test 147 atmaero_control_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/atmaero_control_p8_rad -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/atmaero_control_p8_rad +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/atmaero_control_p8_rad Checking test 148 atmaero_control_p8_rad results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -4535,14 +4535,14 @@ Checking test 148 atmaero_control_p8_rad results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 277.780159 - 0: The maximum resident set size (KB) = 3048304 + 0: The total amount of wall time = 276.785203 + 0: The maximum resident set size (KB) = 3052352 Test 148 atmaero_control_p8_rad PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/atmaero_control_p8_rad_micro -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/atmaero_control_p8_rad_micro +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/atmaero_control_p8_rad_micro Checking test 149 atmaero_control_p8_rad_micro results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -4586,14 +4586,14 @@ Checking test 149 atmaero_control_p8_rad_micro results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 284.874199 - 0: The maximum resident set size (KB) = 3056304 + 0: The total amount of wall time = 283.655250 + 0: The maximum resident set size (KB) = 3052600 Test 149 atmaero_control_p8_rad_micro PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/regional_atmaq -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/regional_atmaq +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/regional_atmaq Checking test 150 regional_atmaq results .... Comparing sfcf000.nc .........OK Comparing sfcf003.nc .........OK @@ -4609,14 +4609,14 @@ Checking test 150 regional_atmaq results .... Comparing RESTART/phy_data.nc .........OK Comparing RESTART/sfc_data.nc .........OK - 0: The total amount of wall time = 584.774659 - 0: The maximum resident set size (KB) = 1566040 + 0: The total amount of wall time = 580.121961 + 0: The maximum resident set size (KB) = 1568488 Test 150 regional_atmaq PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230201/INTEL/regional_atmaq_debug -working dir = /work/noaa/epic-ps/jongkim/rt-1571/stmp/jongkim/FV3_RT/rt_261639/regional_atmaq_debug +working dir = /work/noaa/epic-ps/zshrader/rt-1596/stmp/zshrader/FV3_RT/rt_368783/regional_atmaq_debug Checking test 151 regional_atmaq_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -4630,12 +4630,12 @@ Checking test 151 regional_atmaq_debug results .... Comparing RESTART/phy_data.nc .........OK Comparing RESTART/sfc_data.nc .........OK - 0: The total amount of wall time = 1330.609025 - 0: The maximum resident set size (KB) = 1410712 + 0: The total amount of wall time = 1300.726871 + 0: The maximum resident set size (KB) = 1522936 Test 151 regional_atmaq_debug PASS REGRESSION TEST WAS SUCCESSFUL -Mon Feb 6 16:57:13 CST 2023 -Elapsed time: 01h:11m:19s. Have a nice day! +Wed Feb 8 09:12:21 CST 2023 +Elapsed time: 01h:19m:32s. Have a nice day! diff --git a/tests/auto-jenkins/jobs/bl.py b/tests/auto-jenkins/jobs/bl.py index 76610487f8..e58f1321f1 100644 --- a/tests/auto-jenkins/jobs/bl.py +++ b/tests/auto-jenkins/jobs/bl.py @@ -34,9 +34,9 @@ def set_directories(job_obj): rtbldir = '/lustre/f2/scratch/emc.nemspara/FV3_RT/'\ f'REGRESSION_TEST_{job_obj.compiler.upper()}' elif job_obj.machine == 'orion': - workdir = '/work/noaa/nems/emc.nemspara/autort/pr' - blstore = '/work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs' - rtbldir = '/work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/'\ + workdir = '/work/noaa/epic-ps/role-epic-ps/autort/tests/auto/pr' + blstore = '/work2/noaa/epic-ps/RT/NEMSfv3gfs' + rtbldir = '/work/noaa/stmp/role-epic-ps/stmp/role-epic-ps/FV3_RT/'\ f'REGRESSION_TEST_{job_obj.compiler.upper()}' elif job_obj.machine == 'cheyenne': workdir = '/glade/scratch/epicufsrt/autort/jenkins/autort/pr' diff --git a/tests/ci/Jenkinsfile b/tests/ci/Jenkinsfile index a2708350de..53e6b32a10 100644 --- a/tests/ci/Jenkinsfile +++ b/tests/ci/Jenkinsfile @@ -77,7 +77,7 @@ pipeline { stage('Test') { steps { - sh 'docker run --rm --env test_name="${TEST_NAME}" --env run_case="${TEST_CASE}" --workdir /home/builder/ufs-weather-model/tests --volume DataVolume:/home/builder/data/NEMSfv3gfs --interactive --shm-size=512m "${IMG_NAME}"' + sh 'docker run --rm --env test_name="${TEST_NAME}" --env run_case="${TEST_CASE}" --workdir /home/builder/ufs-weather-model/tests --volume DataVolume:/home/builder/data/NEMSfv3gfs --interactive --shm-size=1gb "${IMG_NAME}"' } } } diff --git a/tests/opnReqTest b/tests/opnReqTest index e24c1c8e70..354276eb91 100755 --- a/tests/opnReqTest +++ b/tests/opnReqTest @@ -262,8 +262,8 @@ run_opnReqTests() { fi ecflow_create_run_task else - echo "Running test for $rc with" - echo " THRD: $THRD; INPES: $INPES; JNPES: $JNPES; TASKS: $TASKS; TPN: $TPN" + echo "Running test for $rc" + echo " THRD: $THRD; INPES: $INPES; JNPES: $JNPES; TPN: $TPN" TEST_NR=${RT_SUFFIX:1} ./run_test.sh $PATHRT $RUNDIR_ROOT $TEST_NAME $TEST_NR $comp_nm > $LOG_DIR/run_${TEST_NR}_${TEST_NAME}${RT_SUFFIX}.log 2>&1 fi diff --git a/tests/opnReqTests/dcp.sh b/tests/opnReqTests/dcp.sh index a3d26fec1a..46069d7d7e 100644 --- a/tests/opnReqTests/dcp.sh +++ b/tests/opnReqTests/dcp.sh @@ -13,9 +13,10 @@ if [[ $application == 'global' ]]; then fi elif [[ $application == 'regional' ]]; then if [[ $CI_TEST == 'true' ]]; then - INPES=10 - JNPES=3 + INPES=5 + JNPES=12 NTILES=1 + WRTTASK_PER_GROUP=10 TASKS=$((INPES*JNPES*NTILES + WRITE_GROUP*WRTTASK_PER_GROUP)) NODES=$(((TASKS+TPN-1)/TPN)) else @@ -38,5 +39,5 @@ elif [[ $application == 'cpld' ]]; then fi fi -(test $CI_TEST == 'true') && source $PATHRT/opnReqTests/cmp_proc_bind.sh + source $PATHRT/opnReqTests/wrt_env.sh diff --git a/tests/opnReqTests/mpi.sh b/tests/opnReqTests/mpi.sh index 9be9300a20..7f658a9dc2 100644 --- a/tests/opnReqTests/mpi.sh +++ b/tests/opnReqTests/mpi.sh @@ -20,5 +20,5 @@ elif [[ $application == 'cpld' ]]; then exit 1 fi -(test $CI_TEST == 'true') && source $PATHRT/opnReqTests/cmp_proc_bind.sh + source $PATHRT/opnReqTests/wrt_env.sh diff --git a/tests/opnReqTests/rst.sh b/tests/opnReqTests/rst.sh index 04bd879d64..14a0c1746f 100644 --- a/tests/opnReqTests/rst.sh +++ b/tests/opnReqTests/rst.sh @@ -55,7 +55,7 @@ LIST_FILES=$(echo -n $LIST_FILES | sed -E "s/phyf0[0-9][0-9]/phyf0$FHMAX_2D/g" \ LIST_FILES=$(echo $LIST_FILES | xargs -n1 | sort -u | xargs) -(test $CI_TEST == 'true') && source $PATHRT/opnReqTests/cmp_proc_bind.sh + source $PATHRT/opnReqTests/wrt_env.sh cat <>${RUNDIR_ROOT}/opnreq_test${RT_SUFFIX}.env diff --git a/tests/opnReqTests/std.sh b/tests/opnReqTests/std.sh index af085af266..f6d5819397 100644 --- a/tests/opnReqTests/std.sh +++ b/tests/opnReqTests/std.sh @@ -7,16 +7,18 @@ if [[ $application == 'global' ]]; then WRITE_GROUP=1 WRTTASK_PER_GROUP=12 TASKS=$((INPES*JNPES*NTILES + WRITE_GROUP*WRTTASK_PER_GROUP)) + NODES=$(((TASKS+TPN-1)/TPN)) fi RESTART_N=$(( FHMAX/2 )) RESTART_INTERVAL="${RESTART_N} -1" elif [[ $application == 'regional' ]]; then if [[ $CI_TEST == 'true' ]]; then - INPES=4 - JNPES=6 + INPES=10 + JNPES=11 NTILES=1 - WRTTASK_PER_GROUP=8 + WRTTASK_PER_GROUP=10 TASKS=$((INPES*JNPES*NTILES + WRITE_GROUP*WRTTASK_PER_GROUP)) + NODES=$(((TASKS+TPN-1)/TPN)) fi elif [[ $application == 'cpld' ]]; then if [ $CI_TEST == 'true' ]; then @@ -26,13 +28,13 @@ elif [[ $application == 'cpld' ]]; then ICE_tasks=6 NPROC_ICE=$ICE_tasks TASKS=$((INPES*JNPES*NTILES + WRITE_GROUP*WRTTASK_PER_GROUP + OCN_tasks + ICE_tasks)) + NODES=$(((TASKS+TPN-1)/TPN)) fi RESTART_N=$(( FHMAX/2 )) RESTART_INTERVAL="${RESTART_N} -1" fi -NODES=$(((TASKS+TPN-1)/TPN)) -(test $CI_TEST == 'true') && source $PATHRT/opnReqTests/cmp_proc_bind.sh +#outdated (test $CI_TEST == 'true') && source $PATHRT/opnReqTests/cmp_proc_bind.sh if [[ $RT_SUFFIX =~ std ]]; then source $PATHRT/opnReqTests/wrt_env.sh fi diff --git a/tests/opnReqTests/thr.sh b/tests/opnReqTests/thr.sh index 9439f02759..1e26b42719 100644 --- a/tests/opnReqTests/thr.sh +++ b/tests/opnReqTests/thr.sh @@ -9,12 +9,13 @@ if [[ $application == 'global' ]]; then NODES=$(((TASKS+TPN-1)/TPN)) elif [[ $application == 'regional' ]]; then if [[ $CI_TEST == 'true' ]]; then - INPES=4 - JNPES=4 + INPES=5 + JNPES=11 NTILES=1 + WRTTASK_PER_GROUP=10 TASKS=$((INPES*JNPES*NTILES + WRITE_GROUP*WRTTASK_PER_GROUP)) + NODES=$(((TASKS+TPN-1)/TPN)) fi - NODES=$(((TASKS+TPN-1)/TPN)) elif [[ $application == 'cpld' ]]; then if [[ $CI_TEST != 'true' ]]; then if [[ $TEST_NAME =~ 'cpld_control_c96_p8' ]]; then @@ -43,7 +44,8 @@ elif [[ $application == 'cpld' ]]; then TASKS=$((INPES*JNPES*NTILES + WRITE_GROUP*WRTTASK_PER_GROUP + OCN_tasks + ICE_tasks + WAV_tasks)) NODES=$(((TASKS+TPN-1)/TPN)) elif [[ $TEST_NAME == 'cpld_bmark_p8' ]]; then - NODES=$(((TASKS+TPN-1)/TPN)) + #need to overhaul NODES=$(((TASKS+TPN-1)/TPN)) + echo $TEST_NAME else echo "This test is not yet set up for the thread test" exit 1 @@ -51,5 +53,5 @@ elif [[ $application == 'cpld' ]]; then fi fi -(test $CI_TEST == 'true') && source $PATHRT/opnReqTests/cmp_proc_bind.sh + source $PATHRT/opnReqTests/wrt_env.sh diff --git a/tests/opnReqTests/wrt_env.sh b/tests/opnReqTests/wrt_env.sh index 913c33f0f4..689ad47d7b 100644 --- a/tests/opnReqTests/wrt_env.sh +++ b/tests/opnReqTests/wrt_env.sh @@ -6,19 +6,19 @@ export FHMAX=${FHMAX} export DAYS=${DAYS} export RESTART_N=${RESTART_N:-} export RESTART_INTERVAL="${RESTART_INTERVAL:-}" -export INPES=${INPES} -export JNPES=${JNPES} +export INPES=${INPES:-} +export JNPES=${JNPES:-} export NTILES=${NTILES:-} export OCN_tasks=${OCN_tasks:-} export ICE_tasks=${ICE_tasks:-} export WAV_tasks=${WAV_tasks:-} -export WRITE_GROUP=${WRITE_GROUP} -export WRTTASK_PER_GROUP=${WRTTASK_PER_GROUP} +export WRITE_GROUP=${WRITE_GROUP:-} +export WRTTASK_PER_GROUP=${WRTTASK_PER_GROUP:-} export NPROC_ICE=${NPROC_ICE:-} -export THRD=${THRD} -export TASKS=${TASKS} -export TPN=${TPN} -export NODES=${NODES} +export THRD=${THRD:-} +export TASKS=${TASKS:-} +export TPN=${TPN:-} +export NODES=${NODES:-} export OMP_ENV="${OMP_ENV:-}" export MPI_PROC_BIND="${MPI_PROC_BIND:-}" export NFHOUT=${NFHOUT} diff --git a/tests/run_test.sh b/tests/run_test.sh index ac338cb463..5155450d30 100755 --- a/tests/run_test.sh +++ b/tests/run_test.sh @@ -269,7 +269,8 @@ if [[ $SCHEDULER = 'none' ]]; then ulimit -s unlimited if [[ $CI_TEST = 'true' ]]; then - eval ${OMP_ENV} mpiexec -n ${TASKS} ${MPI_PROC_BIND} ./fv3.exe >out 2> >(tee err >&3) + + eval ${OMP_ENV} mpiexec -n ${TASKS} ./fv3.exe >out 2> >(tee err >&3) else mpiexec -n ${TASKS} ./fv3.exe >out 2> >(tee err >&3) fi