From 3c3548da0a89e9ecbbfaa7eeaebafa0ff4920b03 Mon Sep 17 00:00:00 2001 From: Brian Curtis <64433609+BrianCurtis-NOAA@users.noreply.github.com> Date: Fri, 9 Sep 2022 14:16:26 -0400 Subject: [PATCH] AQM updates (Was #1383) + Update to use .lua modulefiles (#1376) (#1399) * acorn and common .lua changes, hera.intel (not hera.gnu) .lua changes * CMake_Platform --> CMAKE_Platform * jet and wcoss2 .lua changes, cheyenne.gnu/intel lua updates, orion lua updates, typo in jet.lua files, Orion fixes for .lua files * Set proper number of non-advected tracers in regional_atmaq regression test. * Add proper convective scavenging coefficients to the regional_ataqm regression test. * Update ufs_s4.intel.lua, Update ufs_s4.intel_debug.lua --- AQM | 2 +- FV3 | 2 +- modulefiles/ufs_acorn.intel | 26 - modulefiles/ufs_acorn.intel.lua | 36 + modulefiles/ufs_acorn.intel_debug | 26 - modulefiles/ufs_acorn.intel_debug.lua | 36 + modulefiles/ufs_cheyenne.gnu | 29 - modulefiles/ufs_cheyenne.gnu.lua | 43 + modulefiles/ufs_cheyenne.gnu_debug | 29 - modulefiles/ufs_cheyenne.gnu_debug.lua | 43 + modulefiles/ufs_cheyenne.intel | 30 - modulefiles/ufs_cheyenne.intel.lua | 44 + modulefiles/ufs_cheyenne.intel_debug | 30 - modulefiles/ufs_cheyenne.intel_debug.lua | 44 + modulefiles/ufs_common | 23 - modulefiles/ufs_common.lua | 59 + modulefiles/ufs_common_debug | 23 - modulefiles/ufs_common_debug.lua | 59 + modulefiles/ufs_gaea.intel | 23 +- modulefiles/ufs_gaea.intel_debug | 23 +- modulefiles/ufs_hera.gnu | 29 - modulefiles/ufs_hera.gnu.lua | 33 + modulefiles/ufs_hera.gnu_debug | 29 - modulefiles/ufs_hera.gnu_debug.lua | 33 + modulefiles/ufs_hera.intel | 29 - modulefiles/ufs_hera.intel.lua | 33 + modulefiles/ufs_hera.intel_debug | 29 - modulefiles/ufs_hera.intel_debug.lua | 33 + modulefiles/ufs_jet.intel | 25 - modulefiles/ufs_jet.intel.lua | 29 + modulefiles/ufs_jet.intel_debug | 25 - modulefiles/ufs_jet.intel_debug.lua | 29 + modulefiles/ufs_orion.intel | 25 - modulefiles/ufs_orion.intel.lua | 32 + modulefiles/ufs_orion.intel_debug | 25 - modulefiles/ufs_orion.intel_debug.lua | 32 + modulefiles/ufs_s4.intel | 20 - modulefiles/ufs_s4.intel.lua | 30 + modulefiles/ufs_s4.intel_debug | 21 - modulefiles/ufs_s4.intel_debug.lua | 30 + modulefiles/ufs_wcoss2.intel | 51 - modulefiles/ufs_wcoss2.intel.lua | 104 ++ modulefiles/ufs_wcoss2.intel_debug | 51 - modulefiles/ufs_wcoss2.intel_debug.lua | 104 ++ tests/RegressionTests_cheyenne.gnu.log | 418 +++---- tests/RegressionTests_cheyenne.intel.log | 1236 +++++++++---------- tests/RegressionTests_gaea.intel.log | 1250 ++++++++++---------- tests/RegressionTests_hera.gnu.log | 412 +++---- tests/RegressionTests_hera.intel.log | 1319 +++++++++++---------- tests/RegressionTests_jet.intel.log | 1198 +++++++++---------- tests/RegressionTests_orion.intel.log | 1380 +++++++++++----------- tests/RegressionTests_wcoss2.intel.log | 970 ++++++++------- tests/compile.sh | 16 +- tests/rt.conf | 2 +- tests/rt.sh | 2 +- tests/run_test.sh | 8 +- tests/tests/regional_atmaq | 19 + 57 files changed, 5071 insertions(+), 4670 deletions(-) delete mode 100644 modulefiles/ufs_acorn.intel create mode 100644 modulefiles/ufs_acorn.intel.lua delete mode 100644 modulefiles/ufs_acorn.intel_debug create mode 100644 modulefiles/ufs_acorn.intel_debug.lua delete mode 100644 modulefiles/ufs_cheyenne.gnu create mode 100644 modulefiles/ufs_cheyenne.gnu.lua delete mode 100644 modulefiles/ufs_cheyenne.gnu_debug create mode 100644 modulefiles/ufs_cheyenne.gnu_debug.lua delete mode 100644 modulefiles/ufs_cheyenne.intel create mode 100644 modulefiles/ufs_cheyenne.intel.lua delete mode 100644 modulefiles/ufs_cheyenne.intel_debug create mode 100644 modulefiles/ufs_cheyenne.intel_debug.lua delete mode 100644 modulefiles/ufs_common create mode 100644 modulefiles/ufs_common.lua delete mode 100644 modulefiles/ufs_common_debug create mode 100644 modulefiles/ufs_common_debug.lua delete mode 100644 modulefiles/ufs_hera.gnu create mode 100644 modulefiles/ufs_hera.gnu.lua delete mode 100644 modulefiles/ufs_hera.gnu_debug create mode 100644 modulefiles/ufs_hera.gnu_debug.lua delete mode 100644 modulefiles/ufs_hera.intel create mode 100644 modulefiles/ufs_hera.intel.lua delete mode 100644 modulefiles/ufs_hera.intel_debug create mode 100644 modulefiles/ufs_hera.intel_debug.lua delete mode 100644 modulefiles/ufs_jet.intel create mode 100644 modulefiles/ufs_jet.intel.lua delete mode 100644 modulefiles/ufs_jet.intel_debug create mode 100644 modulefiles/ufs_jet.intel_debug.lua delete mode 100644 modulefiles/ufs_orion.intel create mode 100644 modulefiles/ufs_orion.intel.lua delete mode 100644 modulefiles/ufs_orion.intel_debug create mode 100644 modulefiles/ufs_orion.intel_debug.lua delete mode 100644 modulefiles/ufs_s4.intel create mode 100644 modulefiles/ufs_s4.intel.lua delete mode 100644 modulefiles/ufs_s4.intel_debug create mode 100644 modulefiles/ufs_s4.intel_debug.lua delete mode 100644 modulefiles/ufs_wcoss2.intel create mode 100644 modulefiles/ufs_wcoss2.intel.lua delete mode 100644 modulefiles/ufs_wcoss2.intel_debug create mode 100644 modulefiles/ufs_wcoss2.intel_debug.lua diff --git a/AQM b/AQM index 9fd5978c74..0eca9b5254 160000 --- a/AQM +++ b/AQM @@ -1 +1 @@ -Subproject commit 9fd5978c748de6e753de1f0663d28a2f70a1d480 +Subproject commit 0eca9b525487b5363df155e5a326de826d6e4274 diff --git a/FV3 b/FV3 index 0ddec695cf..01f40e6747 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 0ddec695cf9ab494a21435f5adb6ebc33ae96c23 +Subproject commit 01f40e6747c1c0217e2435628e94f1f319719a21 diff --git a/modulefiles/ufs_acorn.intel b/modulefiles/ufs_acorn.intel deleted file mode 100644 index a9c0ea7479..0000000000 --- a/modulefiles/ufs_acorn.intel +++ /dev/null @@ -1,26 +0,0 @@ -#%Module - -proc ModulesHelp {} { - puts stderr "\tcit - loads modules required for building and running UFS Model on Acorn" -} - -module-whatis "loads UFS Model prerequisites for Acorn" - -module load PrgEnv-intel/8.1.0 -module load intel/19.1.3.304 -module load craype/2.7.13 -module load cray-mpich/8.1.7 - -module load cmake/3.20.2 - -module use /lfs/h1/emc/nceplibs/noscrub/hpc-stack/libs/hpc-stack/modulefiles/stack -module load hpc/1.2.0 -module load hpc-intel/19.1.3.304 -module load hpc-cray-mpich/8.1.7 - -module load ufs_common - -setenv CC cc -setenv CXX CC -setenv FC ftn -setenv CMAKE_Platform acorn diff --git a/modulefiles/ufs_acorn.intel.lua b/modulefiles/ufs_acorn.intel.lua new file mode 100644 index 0000000000..d04043c27e --- /dev/null +++ b/modulefiles/ufs_acorn.intel.lua @@ -0,0 +1,36 @@ +help([[ +Load environment to build UFS on Acorn with Intel compiler +]]) + +PrgEnv_intel_ver=os.getenv("PrgEnv_intel_ver") or "8.1.0" +load(pathJoin("PrgEnv-intel", PrgEnv_intel_ver)) + +intel_ver=os.getenv("intel_ver") or "19.1.3.304" +load(pathJoin("intel", intel_ver)) + +craype_ver=os.getenv("craype_ver") or "2.7.13" +load(pathJoin("craype", craype_ver)) + +cray_mpich_ver=os.getenv("cray_mpich_ver") or "8.1.7" +load(pathJoin("cray-mpich", cray_mpich_ver)) + +cmake_ver=os.getenv("cmake_ver") or "3.20.2" +load(pathJoin("cmake", cmake_ver)) + +prepend_path("MODULEPATH", "/lfs/h1/emc/nceplibs/noscrub/hpc-stack/libs/hpc-stack/modulefiles/stack") + +hpc_ver=os.getenv("hpc_ver") or "1.2.0" +hpc_intel_ver=os.getenv("hpc_intel_ver") or "19.1.3.304" +hpc_cray_mpich_ver=os.getenv("hpc_cray_mpich_ver") or "8.1.7" +load(pathJoin("hpc", hpc_ver)) +load(pathJoin("hpc-intel", hpc_intel_ver)) +load(pathJoin("hpc-cray-mpich", hpc_cray_mpich_ver)) + +load("ufs_common") + +setenv("CC", "cc") +setenv("CXX", "CC") +setenv("FC", "ftn") +setenv("CMAKE_Platform", "acorn") + +whatis("Description: UFS build environment") diff --git a/modulefiles/ufs_acorn.intel_debug b/modulefiles/ufs_acorn.intel_debug deleted file mode 100644 index 662a7ee9c2..0000000000 --- a/modulefiles/ufs_acorn.intel_debug +++ /dev/null @@ -1,26 +0,0 @@ -#%Module - -proc ModulesHelp {} { - puts stderr "\tcit - loads modules required for building and running UFS Model on Acorn" -} - -module-whatis "loads UFS Model prerequisites for Acorn" - -module load PrgEnv-intel/8.1.0 -module load intel/19.1.3.304 -module load craype/2.7.13 -module load cray-mpich/8.1.7 - -module load cmake/3.20.2 - -module use /lfs/h1/emc/nceplibs/noscrub/hpc-stack/libs/hpc-stack/modulefiles/stack -module load hpc/1.2.0 -module load hpc-intel/19.1.3.304 -module load hpc-cray-mpich/8.1.7 - -module load ufs_common_debug - -setenv CC cc -setenv CXX CC -setenv FC ftn -setenv CMAKE_Platform acorn diff --git a/modulefiles/ufs_acorn.intel_debug.lua b/modulefiles/ufs_acorn.intel_debug.lua new file mode 100644 index 0000000000..a28ac5ff06 --- /dev/null +++ b/modulefiles/ufs_acorn.intel_debug.lua @@ -0,0 +1,36 @@ +help([[ +Load environment to build UFS on Acorn with Intel compiler +]]) + +PrgEnv_intel_ver=os.getenv("PrgEnv_intel_ver") or "8.1.0" +load(pathJoin("PrgEnv-intel", PrgEnv_intel_ver)) + +intel_ver=os.getenv("intel_ver") or "19.1.3.304" +load(pathJoin("intel", intel_ver)) + +craype_ver=os.getenv("craype_ver") or "2.7.13" +load(pathJoin("craype", craype_ver)) + +cray_mpich_ver=os.getenv("cray_mpich_ver") or "8.1.7" +load(pathJoin("cray-mpich", cray_mpich_ver)) + +cmake_ver=os.getenv("cmake_ver") or "3.20.2" +load(pathJoin("cmake", cmake_ver)) + +prepend_path("MODULEPATH", "/lfs/h1/emc/nceplibs/noscrub/hpc-stack/libs/hpc-stack/modulefiles/stack") + +hpc_ver=os.getenv("hpc_ver") or "1.2.0" +hpc_intel_ver=os.getenv("hpc_intel_ver") or "19.1.3.304" +hpc_cray_mpich_ver=os.getenv("hpc_cray_mpich_ver") or "8.1.7" +load(pathJoin("hpc", hpc_ver)) +load(pathJoin("hpc-intel", hpc_intel_ver)) +load(pathJoin("hpc-cray-mpich", hpc_cray_mpich_ver)) + +load("ufs_common_debug") + +setenv("CC", "cc") +setenv("CXX", "CC") +setenv("FC", "ftn") +setenv("CMAKE_Platform", "acorn") + +whatis("Description: UFS build environment") diff --git a/modulefiles/ufs_cheyenne.gnu b/modulefiles/ufs_cheyenne.gnu deleted file mode 100644 index d61433a40f..0000000000 --- a/modulefiles/ufs_cheyenne.gnu +++ /dev/null @@ -1,29 +0,0 @@ -#%Module - -proc ModulesHelp {} { - puts stderr "\tcit - loads modules required for building and running UFS Model on Cheyenne/GNU" -} - -module-whatis "loads UFS Model prerequisites for Cheyenne/GNU" - -module load cmake/3.22.0 -module load python/3.7.9 - -# load programming environment -module load ncarenv/1.3 -module load gnu/10.1.0 -module load mpt/2.22 -module load ncarcompilers/0.5.0 -module unload netcdf - -module use /glade/work/epicufsrt/GMTB/tools/gnu/10.1.0/hpc-stack-v1.2.0/modulefiles/stack -module load hpc/1.2.0 -module load hpc-gnu/10.1.0 -module load hpc-mpt/2.22 - -module load ufs_common - -setenv CC mpicc -setenv CXX mpicxx -setenv FC mpif90 -setenv CMAKE_Platform cheyenne.gnu diff --git a/modulefiles/ufs_cheyenne.gnu.lua b/modulefiles/ufs_cheyenne.gnu.lua new file mode 100644 index 0000000000..7e963b41d7 --- /dev/null +++ b/modulefiles/ufs_cheyenne.gnu.lua @@ -0,0 +1,43 @@ +help([[ +loads UFS Model prerequisites for Cheyenne/GNU +]]) + +cmake_ver=os.getenv("cmake_ver") or "3.22.0" +load(pathJoin("cmake", cmake_ver)) + +python_ver=os.getenv("python_ver") or "3.7.9" +load(pathJoin("python", python_ver)) + +ncarenv_ver=os.getenv("ncarenv_ver") or "1.3" +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" +load(pathJoin("mpt", mpt_ver)) + +ncarcompilers_ver=os.getenv("ncarcompilers_ver") or "0.5.0" +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") + +hpc_ver=os.getenv("hpc_ver") or "1.2.0" +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" +load(pathJoin("hpc-mpt", hpc_mpt_ver)) + +load("ufs_common") + +setenv("CC", "mpicc") +setenv("CXX", "mpicxx") +setenv("FC", "mpif90") +setenv("CMAKE_Platform", "cheyenne.gnu") + +whatis("Description: UFS build environment") diff --git a/modulefiles/ufs_cheyenne.gnu_debug b/modulefiles/ufs_cheyenne.gnu_debug deleted file mode 100644 index 8b8af506b6..0000000000 --- a/modulefiles/ufs_cheyenne.gnu_debug +++ /dev/null @@ -1,29 +0,0 @@ -#%Module - -proc ModulesHelp {} { - puts stderr "\tcit - loads modules required for building and running UFS Model on Cheyenne/GNU" -} - -module-whatis "loads UFS Model prerequisites for Cheyenne/GNU" - -module load cmake/3.22.0 -module load python/3.7.9 - -# load programming environment -module load ncarenv/1.3 -module load gnu/10.1.0 -module load mpt/2.22 -module load ncarcompilers/0.5.0 -module unload netcdf - -module use /glade/work/epicufsrt/GMTB/tools/gnu/10.1.0/hpc-stack-v1.2.0/modulefiles/stack -module load hpc/1.2.0 -module load hpc-gnu/10.1.0 -module load hpc-mpt/2.22 - -module load ufs_common_debug - -setenv CC mpicc -setenv CXX mpicxx -setenv FC mpif90 -setenv CMAKE_Platform cheyenne.gnu diff --git a/modulefiles/ufs_cheyenne.gnu_debug.lua b/modulefiles/ufs_cheyenne.gnu_debug.lua new file mode 100644 index 0000000000..6c6f12dac7 --- /dev/null +++ b/modulefiles/ufs_cheyenne.gnu_debug.lua @@ -0,0 +1,43 @@ +help([[ +loads UFS Model prerequisites for Cheyenne/GNU +]]) + +cmake_ver=os.getenv("cmake_ver") or "3.22.0" +load(pathJoin("cmake", cmake_ver)) + +python_ver=os.getenv("python_ver") or "3.7.9" +load(pathJoin("python", python_ver)) + +ncarenv_ver=os.getenv("ncarenv_ver") or "1.3" +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" +load(pathJoin("mpt", mpt_ver)) + +ncarcompilers_ver=os.getenv("ncarcompilers_ver") or "0.5.0" +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") + +hpc_ver=os.getenv("hpc_ver") or "1.2.0" +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" +load(pathJoin("hpc-mpt", hpc_mpt_ver)) + +load("ufs_common_debug") + +setenv("CC", "mpicc") +setenv("CXX", "mpicxx") +setenv("FC", "mpif90") +setenv("CMAKE_Platform", "cheyenne.gnu") + +whatis("Description: UFS build environment") diff --git a/modulefiles/ufs_cheyenne.intel b/modulefiles/ufs_cheyenne.intel deleted file mode 100644 index 640145faea..0000000000 --- a/modulefiles/ufs_cheyenne.intel +++ /dev/null @@ -1,30 +0,0 @@ -#%Module - -proc ModulesHelp {} { - puts stderr "\tcit - loads modules required for building and running UFS Model on Cheyenne/Intel" -} - -module-whatis "loads UFS Model prerequisites for Cheyenne/Intel" - -module load cmake/3.22.0 -module load python/3.7.9 - -# load programming environment -module load ncarenv/1.3 -module load intel/2022.1 -module load mpt/2.25 -module load ncarcompilers/0.5.0 -module unload netcdf - -module use /glade/work/epicufsrt/GMTB/tools/intel/2022.1/hpc-stack-v1.2.0_6eb6/modulefiles/stack - -module load hpc/1.2.0 -module load hpc-intel/2022.1 -module load hpc-mpt/2.25 - -module load ufs_common - -setenv CC mpicc -setenv CXX mpicxx -setenv FC mpif90 -setenv CMAKE_Platform cheyenne.intel diff --git a/modulefiles/ufs_cheyenne.intel.lua b/modulefiles/ufs_cheyenne.intel.lua new file mode 100644 index 0000000000..434be8d438 --- /dev/null +++ b/modulefiles/ufs_cheyenne.intel.lua @@ -0,0 +1,44 @@ +help([[ +loads UFS Model prerequisites for Cheyenne/Intel +]]) + +cmake_ver=os.getenv("cmake_ver") or "3.22.0" +load(pathJoin("cmake", cmake_ver)) + +python_ver=os.getenv("python_ver") or "3.7.9" +load(pathJoin("python", python)) + +--load programming environment +ncarenv_ver=os.getenv("ncarenv_ver") or "1.3" +load(pathJoin("ncarenv", ncarenv_ver)) + +intel_ver=os.getenv("intel_ver") or "2022.1" +load(pathJoin("intel", intel_ver)) + +mpt_ver=os.getenv("mpt_ver") or "2.25" +load(pathJoin("mpt", mpt_ver)) + +ncarcompilers_ver=os.getenv("ncarcompilers_ver") or "0.5.0" +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") + +hpc_ver=os.getenv("hpc_ver") or "1.2.0" +load(pathJoin("hpc", hpc_ver)) + +hpc_intel_ver=os.getenv("hpc_intel_ver") or "2022.1" +load(pathJoin("hpc-intel", hpc_intel_ver)) + +hpc_mpt_ver=os.getenv("hpc_mpt_ver") or "2.25" +load(pathJoin("hpc-mpt", hpc_mpt_ver)) + +load("ufs_common") + +setenv("CC", "mpicc") +setenv("CXX", "mpicxx") +setenv("FC", "mpif90") +setenv("CMAKE_Platform", "cheyenne.intel") + +whatis("Description: UFS build environment") \ No newline at end of file diff --git a/modulefiles/ufs_cheyenne.intel_debug b/modulefiles/ufs_cheyenne.intel_debug deleted file mode 100644 index 4564060569..0000000000 --- a/modulefiles/ufs_cheyenne.intel_debug +++ /dev/null @@ -1,30 +0,0 @@ -#%Module - -proc ModulesHelp {} { - puts stderr "\tcit - loads modules required for building and running UFS Model on Cheyenne/Intel" -} - -module-whatis "loads UFS Model prerequisites for Cheyenne/Intel" - -module load cmake/3.22.0 -module load python/3.7.9 - -# load programming environment -module load ncarenv/1.3 -module load intel/2022.1 -module load mpt/2.25 -module load ncarcompilers/0.5.0 -module unload netcdf - -module use /glade/work/epicufsrt/GMTB/tools/intel/2022.1/hpc-stack-v1.2.0_6eb6/modulefiles/stack - -module load hpc/1.2.0 -module load hpc-intel/2022.1 -module load hpc-mpt/2.25 - -module load ufs_common_debug - -setenv CC mpicc -setenv CXX mpicxx -setenv FC mpif90 -setenv CMAKE_Platform cheyenne.intel diff --git a/modulefiles/ufs_cheyenne.intel_debug.lua b/modulefiles/ufs_cheyenne.intel_debug.lua new file mode 100644 index 0000000000..725fc8a5f0 --- /dev/null +++ b/modulefiles/ufs_cheyenne.intel_debug.lua @@ -0,0 +1,44 @@ +help([[ +loads UFS Model prerequisites for Cheyenne/Intel +]]) + +cmake_ver=os.getenv("cmake_ver") or "3.22.0" +load(pathJoin("cmake", cmake_ver)) + +python_ver=os.getenv("python_ver") or "3.7.9" +load(pathJoin("python", python)) + +--load programming environment +ncarenv_ver=os.getenv("ncarenv_ver") or "1.3" +load(pathJoin("ncarenv", ncarenv_ver)) + +intel_ver=os.getenv("intel_ver") or "2022.1" +load(pathJoin("intel", intel_ver)) + +mpt_ver=os.getenv("mpt_ver") or "2.25" +load(pathJoin("mpt", mpt_ver)) + +ncarcompilers_ver=os.getenv("ncarcompilers_ver") or "0.5.0" +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") + +hpc_ver=os.getenv("hpc_ver") or "1.2.0" +load(pathJoin("hpc", hpc_ver)) + +hpc_intel_ver=os.getenv("hpc_intel_ver") or "2022.1" +load(pathJoin("hpc-intel", hpc_intel_ver)) + +hpc_mpt_ver=os.getenv("hpc_mpt_ver") or "2.25" +load(pathJoin("hpc-mpt", hpc_mpt_ver)) + +load("ufs_common_debug") + +setenv("CC", "mpicc") +setenv("CXX", "mpicxx") +setenv("FC", "mpif90") +setenv("CMAKE_Platform", "cheyenne.intel") + +whatis("Description: UFS build environment") \ No newline at end of file diff --git a/modulefiles/ufs_common b/modulefiles/ufs_common deleted file mode 100644 index c8c1060989..0000000000 --- a/modulefiles/ufs_common +++ /dev/null @@ -1,23 +0,0 @@ -#%Module - -module load jasper/2.0.25 -module load zlib/1.2.11 -module load libpng/1.6.37 - -module load hdf5/1.10.6 -module load netcdf/4.7.4 -module load pio/2.5.3 -module load esmf/8.3.0b09 -module load fms/2022.01 - -module load bacio/2.4.1 -module load crtm/2.3.0 -module load g2/3.4.5 -module load g2tmpl/1.10.0 -module load ip/3.3.3 -module load sp/2.3.3 -module load w3emc/2.9.2 - -module load gftl-shared/v1.5.0 -module load yafyaml/v0.5.1 -module load mapl/2.22.0-esmf-8.3.0b09 diff --git a/modulefiles/ufs_common.lua b/modulefiles/ufs_common.lua new file mode 100644 index 0000000000..25d5a7385c --- /dev/null +++ b/modulefiles/ufs_common.lua @@ -0,0 +1,59 @@ +help([[ +loads UFS Model common libraries +]]) + +jasper_ver=os.getenv("jasper_ver") or "2.0.25" +load(pathJoin("jasper", jasper_ver)) + +zlib_ver=os.getenv("zlib_ver") or "1.2.11" +load(pathJoin("zlib", zlib_ver)) + +libpng_ver=os.getenv("libpng_ver") or "1.6.37" +load(pathJoin("libpng", libpng_ver)) + +hdf5_ver=os.getenv("hdf5_ver") or "1.10.6" +load(pathJoin("hdf5", hdf5_ver)) + +netcdf_ver=os.getenv("netcdf_ver") or "4.7.4" +load(pathJoin("netcdf", netcdf_ver)) + +pio_ver=os.getenv("pio_ver") or "2.5.3" +load(pathJoin("pio", pio_ver)) + +esmf_ver=os.getenv("esmf_ver") or "8.3.0b09" +load(pathJoin("esmf", esmf_ver)) + +fms_ver=os.getenv("fms_ver") or "2022.01" +load(pathJoin("fms",fms_ver)) + +bacio_ver=os.getenv("bacio_ver") or "2.4.1" +load(pathJoin("bacio", bacio_ver)) + +crtm_ver=os.getenv("crtm_ver") or "2.3.0" +load(pathJoin("crtm", crtm_ver)) + +g2_ver=os.getenv("g2_ver") or "3.4.5" +load(pathJoin("g2", g2_ver)) + +g2tmpl_ver=os.getenv("g2tmpl_ver") or "1.10.0" +load(pathJoin("g2tmpl", g2tmpl_ver)) + +ip_ver=os.getenv("ip_ver") or "3.3.3" +load(pathJoin("ip", ip_ver)) + +sp_ver=os.getenv("sp_ver") or "2.3.3" +load(pathJoin("sp", sp_ver)) + +w3emc_ver=os.getenv("w3emc_ver") or "2.9.2" +load(pathJoin("w3emc", w3emc_ver)) + +gftl_shared_ver=os.getenv("gftl_shared_ver") or "v1.5.0" +load(pathJoin("gftl-shared", gftl_shared_ver)) + +yafyaml_ver=os.getenv("yafyaml_ver") or "v0.5.1" +load(pathJoin("yafyaml", yafyaml_ver)) + +mapl_ver=os.getenv("mapl_ver") or "2.22.0-esmf-8.3.0b09" +load(pathJoin("mapl", mapl_ver)) + +whatis("Description: UFS build environment common libraries") diff --git a/modulefiles/ufs_common_debug b/modulefiles/ufs_common_debug deleted file mode 100644 index dcc23b7a10..0000000000 --- a/modulefiles/ufs_common_debug +++ /dev/null @@ -1,23 +0,0 @@ -#%Module - -module load jasper/2.0.25 -module load zlib/1.2.11 -module load libpng/1.6.37 - -module load hdf5/1.10.6 -module load netcdf/4.7.4 -module load pio/2.5.3 -module load esmf/8.3.0b09-debug -module load fms/2022.01 - -module load bacio/2.4.1 -module load crtm/2.3.0 -module load g2/3.4.5 -module load g2tmpl/1.10.0 -module load ip/3.3.3 -module load sp/2.3.3 -module load w3emc/2.9.2 - -module load gftl-shared/v1.5.0 -module load yafyaml/v0.5.1 -module load mapl/2.22.0-esmf-8.3.0b09 diff --git a/modulefiles/ufs_common_debug.lua b/modulefiles/ufs_common_debug.lua new file mode 100644 index 0000000000..eb490618c6 --- /dev/null +++ b/modulefiles/ufs_common_debug.lua @@ -0,0 +1,59 @@ +help([[ +loads UFS Model common libraries for debug +]]) + +jasper_ver=os.getenv("jasper_ver") or "2.0.25" +load(pathJoin("jasper", jasper_ver)) + +zlib_ver=os.getenv("zlib_ver") or "1.2.11" +load(pathJoin("zlib", zlib_ver)) + +libpng_ver=os.getenv("libpng_ver") or "1.6.37" +load(pathJoin("libpng", libpng_ver)) + +hdf5_ver=os.getenv("hdf5_ver") or "1.10.6" +load(pathJoin("hdf5", hdf5_ver)) + +netcdf_ver=os.getenv("netcdf_ver") or "4.7.4" +load(pathJoin("netcdf", netcdf_ver)) + +pio_ver=os.getenv("pio_ver") or "2.5.3" +load(pathJoin("pio", pio_ver)) + +esmf_ver=os.getenv("esmf_ver") or "8.3.0b09-debug" +load(pathJoin("esmf", esmf_ver)) + +fms_ver=os.getenv("fms_ver") or "2022.01" +load(pathJoin("fms",fms_ver)) + +bacio_ver=os.getenv("bacio_ver") or "2.4.1" +load(pathJoin("bacio", bacio_ver)) + +crtm_ver=os.getenv("crtm_ver") or "2.3.0" +load(pathJoin("crtm", crtm_ver)) + +g2_ver=os.getenv("g2_ver") or "3.4.5" +load(pathJoin("g2", g2_ver)) + +g2tmpl_ver=os.getenv("g2tmpl_ver") or "1.10.0" +load(pathJoin("g2tmpl", g2tmpl_ver)) + +ip_ver=os.getenv("ip_ver") or "3.3.3" +load(pathJoin("ip", ip_ver)) + +sp_ver=os.getenv("sp_ver") or "2.3.3" +load(pathJoin("sp", sp_ver)) + +w3emc_ver=os.getenv("w3emc_ver") or "2.9.2" +load(pathJoin("w3emc", w3emc_ver)) + +gftl_shared_ver=os.getenv("gftl_shared_ver") or "v1.5.0" +load(pathJoin("gftl-shared", gftl_shared_ver)) + +yafyaml_ver=os.getenv("yafyaml_ver") or "v0.5.1" +load(pathJoin("yafyaml", yafyaml_ver)) + +mapl_ver=os.getenv("mapl_ver") or "2.22.0-esmf-8.3.0b09" +load(pathJoin("mapl", mapl_ver)) + +whatis("Description: UFS build environment common libraries for debug") diff --git a/modulefiles/ufs_gaea.intel b/modulefiles/ufs_gaea.intel index 69cd668cca..967102bc39 100644 --- a/modulefiles/ufs_gaea.intel +++ b/modulefiles/ufs_gaea.intel @@ -28,7 +28,28 @@ module load hpc/1.1.0 module load hpc-intel/2021.3.0 module load hpc-cray-mpich/7.7.11 -module load ufs_common +#module load ufs_common +module load jasper/2.0.25 +module load zlib/1.2.11 +module load libpng/1.6.37 + +module load hdf5/1.10.6 +module load netcdf/4.7.4 +module load pio/2.5.3 +module load esmf/8.3.0b09 +module load fms/2022.01 + +module load bacio/2.4.1 +module load crtm/2.3.0 +module load g2/3.4.5 +module load g2tmpl/1.10.0 +module load ip/3.3.3 +module load sp/2.3.3 +module load w3emc/2.9.2 + +module load gftl-shared/v1.5.0 +module load yafyaml/v0.5.1 +module load mapl/2.22.0-esmf-8.3.0b09 setenv CC cc setenv CXX CC diff --git a/modulefiles/ufs_gaea.intel_debug b/modulefiles/ufs_gaea.intel_debug index a8ec5bfade..8bc01e03d5 100644 --- a/modulefiles/ufs_gaea.intel_debug +++ b/modulefiles/ufs_gaea.intel_debug @@ -25,7 +25,28 @@ module load hpc/1.1.0 module load hpc-intel/2021.3.0 module load hpc-cray-mpich/7.7.11 -module load ufs_common_debug +#module load ufs_common_debug +module load jasper/2.0.25 +module load zlib/1.2.11 +module load libpng/1.6.37 + +module load hdf5/1.10.6 +module load netcdf/4.7.4 +module load pio/2.5.3 +module load esmf/8.3.0b09-debug +module load fms/2022.01 + +module load bacio/2.4.1 +module load crtm/2.3.0 +module load g2/3.4.5 +module load g2tmpl/1.10.0 +module load ip/3.3.3 +module load sp/2.3.3 +module load w3emc/2.9.2 + +module load gftl-shared/v1.5.0 +module load yafyaml/v0.5.1 +module load mapl/2.22.0-esmf-8.3.0b09 setenv CC cc setenv CXX CC diff --git a/modulefiles/ufs_hera.gnu b/modulefiles/ufs_hera.gnu deleted file mode 100644 index 2322493abc..0000000000 --- a/modulefiles/ufs_hera.gnu +++ /dev/null @@ -1,29 +0,0 @@ -#%Module - -proc ModulesHelp {} { - puts stderr "\tcit - loads modules required for building and running UFS Model on Hera/GNU" -} - -module-whatis "loads UFS Model prerequisites for Hera/GNU" - -module use /scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles -module load miniconda3/3.7.3 - -module use /contrib/sutils/modulefiles -module load sutils - -module load cmake/3.20.1 - -module use /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/modulefiles/stack - -module load hpc/1.1.0 - -module load hpc-gnu/9.2.0 -module load hpc-mpich/3.3.2 - -module load ufs_common - -setenv CC mpicc -setenv CXX mpicxx -setenv FC mpif90 -setenv CMAKE_Platform hera.gnu diff --git a/modulefiles/ufs_hera.gnu.lua b/modulefiles/ufs_hera.gnu.lua new file mode 100644 index 0000000000..0e8189a652 --- /dev/null +++ b/modulefiles/ufs_hera.gnu.lua @@ -0,0 +1,33 @@ +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" +load(pathJoin("miniconda3", miniconda3_ver)) + +prepend_path("MODULEPATH", "/contrib/sutils/modulefiles") +load("sutils") + +cmake_ver=os.getenv("cmake_ver") or "3.20.1" +load(pathJoin("cmake", cmake_ver)) + +prepend_path("MODULEPATH", "/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/modulefiles/stack") + +hpc_ver=os.getenv("hpc_ver") or "1.1.0" +load(pathJoin("hpc", hpc_ver)) + +hpc_gnu_ver=os.getenv("hpc_gnu_ver") or "9.2.0" +load(pathJoin("hpc-gnu", hpc_gnu_ver)) + +hpc_mpich_ver=os.getenv("hpc_mpich_ver") or "3.3.2" +load(pathJoin("hpc-mpich", hpc_mpich_ver)) + +load("ufs_common") + +setenv("CC", "mpicc") +setenv("CXX", "mpicxx") +setenv("FC", "mpif90") +setenv("CMAKE_Platform", "hera.gnu") + +whatis("Description: UFS build environment") diff --git a/modulefiles/ufs_hera.gnu_debug b/modulefiles/ufs_hera.gnu_debug deleted file mode 100644 index cd2041578c..0000000000 --- a/modulefiles/ufs_hera.gnu_debug +++ /dev/null @@ -1,29 +0,0 @@ -#%Module - -proc ModulesHelp {} { - puts stderr "\tcit - loads modules required for building and running UFS Model on Hera/GNU" -} - -module-whatis "loads UFS Model prerequisites for Hera/GNU" - -module use /scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles -module load miniconda3/3.7.3 - -module use /contrib/sutils/modulefiles -module load sutils - -module load cmake/3.20.1 - -module use /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/modulefiles/stack - -module load hpc/1.1.0 - -module load hpc-gnu/9.2.0 -module load hpc-mpich/3.3.2 - -module load ufs_common_debug - -setenv CC mpicc -setenv CXX mpicxx -setenv FC mpif90 -setenv CMAKE_Platform hera.gnu diff --git a/modulefiles/ufs_hera.gnu_debug.lua b/modulefiles/ufs_hera.gnu_debug.lua new file mode 100644 index 0000000000..8d294fa20a --- /dev/null +++ b/modulefiles/ufs_hera.gnu_debug.lua @@ -0,0 +1,33 @@ +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" +load(pathJoin("miniconda3", miniconda3_ver)) + +prepend_path("MODULEPATH", "/contrib/sutils/modulefiles") +load("sutils") + +cmake_ver=os.getenv("cmake_ver") or "3.20.1" +load(pathJoin("cmake", cmake_ver)) + +prepend_path("MODULEPATH", "/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/modulefiles/stack") + +hpc_ver=os.getenv("hpc_ver") or "1.1.0" +load(pathJoin("hpc", hpc_ver)) + +hpc_gnu_ver=os.getenv("hpc_gnu_ver") or "9.2.0" +load(pathJoin("hpc-gnu", hpc_gnu_ver)) + +hpc_mpich_ver=os.getenv("hpc_mpich_ver") or "3.3.2" +load(pathJoin("hpc-mpich", hpc_mpich_ver)) + +load("ufs_common_debug") + +setenv("CC", "mpicc") +setenv("CXX", "mpicxx") +setenv("FC", "mpif90") +setenv("CMAKE_Platform", "hera.gnu") + +whatis("Description: UFS build environment") diff --git a/modulefiles/ufs_hera.intel b/modulefiles/ufs_hera.intel deleted file mode 100644 index 3d15659d44..0000000000 --- a/modulefiles/ufs_hera.intel +++ /dev/null @@ -1,29 +0,0 @@ -#%Module - -proc ModulesHelp {} { - puts stderr "\tcit - loads modules required for building and running UFS Model on Hera/Intel" -} - -module-whatis "loads UFS Model prerequisites for Hera/Intel" - -module use /scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles -module load miniconda3/3.7.3 - -module use /contrib/sutils/modulefiles -module load sutils - -module load cmake/3.20.1 - -module use /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/modulefiles/stack - -module load hpc/1.1.0 - -module load hpc-intel/2022.1.2 -module load hpc-impi/2022.1.2 - -module load ufs_common - -setenv CC mpiicc -setenv CXX mpiicpc -setenv FC mpiifort -setenv CMAKE_Platform hera.intel diff --git a/modulefiles/ufs_hera.intel.lua b/modulefiles/ufs_hera.intel.lua new file mode 100644 index 0000000000..b262571c35 --- /dev/null +++ b/modulefiles/ufs_hera.intel.lua @@ -0,0 +1,33 @@ +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" +load(pathJoin("miniconda3", miniconda3_ver)) + +prepend_path("MODULEPATH", "/contrib/sutils/modulefiles") +load("sutils") + +cmake_ver=os.getenv("cmake_ver") or "3.20.1" +load(pathJoin("cmake", cmake_ver)) + +prepend_path("MODULEPATH", "/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/modulefiles/stack") + +hpc_ver=os.getenv("hpc_ver") or "1.1.0" +load(pathJoin("hpc", hpc_ver)) + +hpc_intel_ver=os.getenv("hpc_intel_ver") or "2022.1.2" +load(pathJoin("hpc-intel", hpc_intel_ver)) + +hpc_impi_ver=os.getenv("hpc_impi_ver") or "2022.1.2" +load(pathJoin("hpc-impi", hpc_impi_ver)) + +load("ufs_common") + +setenv("CC", "mpiicc") +setenv("CXX", "mpiicpc") +setenv("FC", "mpiifort") +setenv("CMAKE_Platform", "hera.intel") + +whatis("Description: UFS build environment") diff --git a/modulefiles/ufs_hera.intel_debug b/modulefiles/ufs_hera.intel_debug deleted file mode 100644 index 111a1ad112..0000000000 --- a/modulefiles/ufs_hera.intel_debug +++ /dev/null @@ -1,29 +0,0 @@ -#%Module - -proc ModulesHelp {} { - puts stderr "\tcit - loads modules required for building and running UFS Model on Hera/Intel" -} - -module-whatis "loads UFS Model prerequisites for Hera/Intel" - -module use /scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles -module load miniconda3/3.7.3 - -module use /contrib/sutils/modulefiles -module load sutils - -module load cmake/3.20.1 - -module use /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/modulefiles/stack - -module load hpc/1.1.0 - -module load hpc-intel/2022.1.2 -module load hpc-impi/2022.1.2 - -module load ufs_common_debug - -setenv CC mpiicc -setenv CXX mpiicpc -setenv FC mpiifort -setenv CMAKE_Platform hera.intel diff --git a/modulefiles/ufs_hera.intel_debug.lua b/modulefiles/ufs_hera.intel_debug.lua new file mode 100644 index 0000000000..78ea39dadb --- /dev/null +++ b/modulefiles/ufs_hera.intel_debug.lua @@ -0,0 +1,33 @@ +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" +load(pathJoin("miniconda3", miniconda3_ver)) + +prepend_path("MODULEPATH", "/contrib/sutils/modulefiles") +load("sutils") + +cmake_ver=os.getenv("cmake_ver") or "3.20.1" +load(pathJoin("cmake", cmake_ver)) + +prepend_path("MODULEPATH", "/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/modulefiles/stack") + +hpc_ver=os.getenv("hpc_ver") or "1.1.0" +load(pathJoin("hpc", hpc_ver)) + +hpc_intel_ver=os.getenv("hpc_intel_ver") or "2022.1.2" +load(pathJoin("hpc-intel", hpc_intel_ver)) + +hpc_impi_ver=os.getenv("hpc_impi_ver") or "2022.1.2" +load(pathJoin("hpc-impi", hpc_impi_ver)) + +load("ufs_common_debug") + +setenv("CC", "mpiicc") +setenv("CXX", "mpiicpc") +setenv("FC", "mpiifort") +setenv("CMAKE_Platform", "hera.intel") + +whatis("Description: UFS build environment") diff --git a/modulefiles/ufs_jet.intel b/modulefiles/ufs_jet.intel deleted file mode 100644 index 009471befb..0000000000 --- a/modulefiles/ufs_jet.intel +++ /dev/null @@ -1,25 +0,0 @@ -#%Module - -proc ModulesHelp {} { - puts stderr "\tcit - loads modules required for building and running UFS Model on Jet/Intel" -} - -module-whatis "loads UFS Model prerequisites for Jet/Intel" - -module use /contrib/sutils/modulefiles -module load sutils - -module load cmake/3.20.1 - -module use /lfs4/HFIP/hfv3gfs/nwprod/hpc-stack/libs/modulefiles/stack - -module load hpc/1.1.0 -module load hpc-intel/2022.1.2 -module load hpc-impi/2022.1.2 - -module load ufs_common - -setenv CC mpiicc -setenv CXX mpiicpc -setenv FC mpiifort -setenv CMAKE_Platform jet.intel diff --git a/modulefiles/ufs_jet.intel.lua b/modulefiles/ufs_jet.intel.lua new file mode 100644 index 0000000000..668738a45e --- /dev/null +++ b/modulefiles/ufs_jet.intel.lua @@ -0,0 +1,29 @@ +help([[ +loads UFS Model prerequisites for Jet/Intel +]]) + +prepend_path("MODULEPATH", "/contrib/sutils/modulefiles") +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/libs/modulefiles/stack") + +hpc_ver=os.getenv("hpc_ver") or "1.1.0" +load(pathJoin("hpc", hpc_ver)) + +hpc_intel_ver=os.getenv("hpc_intel_ver") or "2022.1.2" +load(pathJoin("hpc-intel", hpc_intel_ver)) + +hpc_impi_ver=os.getenv("hpc_impi_ver") or "2022.1.2" +load(pathJoin("hpc-impi", hpc_impi_ver)) + +load("ufs_common") + +setenv("CC", "mpiicc") +setenv("CXX", "mpiicpc") +setenv("FC", "mpiifort") +setenv("CMAKE_Platform", "jet.intel") + +whatis("Description: UFS build environment") \ No newline at end of file diff --git a/modulefiles/ufs_jet.intel_debug b/modulefiles/ufs_jet.intel_debug deleted file mode 100644 index a8055ca991..0000000000 --- a/modulefiles/ufs_jet.intel_debug +++ /dev/null @@ -1,25 +0,0 @@ -#%Module - -proc ModulesHelp {} { - puts stderr "\tcit - loads modules required for building and running UFS Model on Jet/Intel" -} - -module-whatis "loads UFS Model prerequisites for Jet/Intel" - -module use /contrib/sutils/modulefiles -module load sutils - -module load cmake/3.20.1 - -module use /lfs4/HFIP/hfv3gfs/nwprod/hpc-stack/libs/modulefiles/stack - -module load hpc/1.1.0 -module load hpc-intel/2022.1.2 -module load hpc-impi/2022.1.2 - -module load ufs_common_debug - -setenv CC mpiicc -setenv CXX mpiicpc -setenv FC mpiifort -setenv CMAKE_Platform jet.intel diff --git a/modulefiles/ufs_jet.intel_debug.lua b/modulefiles/ufs_jet.intel_debug.lua new file mode 100644 index 0000000000..d012313b7d --- /dev/null +++ b/modulefiles/ufs_jet.intel_debug.lua @@ -0,0 +1,29 @@ +help([[ +loads UFS Model prerequisites for Jet/Intel +]]) + +prepend_path("MODULEPATH", "/contrib/sutils/modulefiles") +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/libs/modulefiles/stack") + +hpc_ver=os.getenv("hpc_ver") or "1.1.0" +load(pathJoin("hpc", hpc_ver)) + +hpc_intel_ver=os.getenv("hpc_intel_ver") or "2022.1.2" +load(pathJoin("hpc-intel", hpc_intel_ver)) + +hpc_impi_ver=os.getenv("hpc_impi_ver") or "2022.1.2" +load(pathJoin("hpc-impi", hpc_impi_ver)) + +load("ufs_common_debug") + +setenv("CC", "mpiicc") +setenv("CXX", "mpiicpc") +setenv("FC", "mpiifort") +setenv("CMAKE_Platform", "jet.intel") + +whatis("Description: UFS build environment") \ No newline at end of file diff --git a/modulefiles/ufs_orion.intel b/modulefiles/ufs_orion.intel deleted file mode 100644 index 92dbe9a7d9..0000000000 --- a/modulefiles/ufs_orion.intel +++ /dev/null @@ -1,25 +0,0 @@ -#%Module - -proc ModulesHelp {} { - puts stderr "\tcit - loads modules required for building and running UFS Model on Orion/Intel" -} - -module-whatis "loads UFS Model prerequisites for Orion/Intel" - -module load contrib noaatools - -module load cmake/3.22.1 -module load python/3.7.5 - -module use /apps/contrib/NCEP/libs/hpc-stack/modulefiles/stack - -module load hpc/1.1.0 -module load hpc-intel/2022.1.2 -module load hpc-impi/2022.1.2 - -module load ufs_common - -setenv CC mpiicc -setenv CXX mpiicpc -setenv FC mpiifort -setenv CMAKE_Platform orion.intel diff --git a/modulefiles/ufs_orion.intel.lua b/modulefiles/ufs_orion.intel.lua new file mode 100644 index 0000000000..c9acab7fcb --- /dev/null +++ b/modulefiles/ufs_orion.intel.lua @@ -0,0 +1,32 @@ +help([[ +loads UFS Model prerequisites for Orion/Intel +]]) + +load("contrib") +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", "/apps/contrib/NCEP/libs/hpc-stack/modulefiles/stack") + +hpc_ver=os.getenv("hpc_ver") or "1.1.0" +load(pathJoin("hpc", hpc_ver)) + +hpc_intel_ver=os.getenv("hpc_intel_ver") or "2022.1.2" +load(pathJoin("hpc-intel", hpc_intel_ver)) + +hpc_impi_ver=os.getenv("hpc_impi_ver") or "2022.1.2" +load(pathJoin("hpc-impi", hpc_impi_ver)) + +load("ufs_common") + +setenv("CC", "mpiicc") +setenv("CXX", "mpiicpc") +setenv("FC", "mpiifort") +setenv("CMAKE_Platform", "orion.intel") + +whatis("Description: UFS build environment") diff --git a/modulefiles/ufs_orion.intel_debug b/modulefiles/ufs_orion.intel_debug deleted file mode 100644 index bc5016fc07..0000000000 --- a/modulefiles/ufs_orion.intel_debug +++ /dev/null @@ -1,25 +0,0 @@ -#%Module - -proc ModulesHelp {} { - puts stderr "\tcit - loads modules required for building and running UFS Model on Orion/Intel" -} - -module-whatis "loads UFS Model prerequisites for Orion/Intel" - -module load contrib noaatools - -module load cmake/3.22.1 -module load python/3.7.5 - -module use /apps/contrib/NCEP/libs/hpc-stack/modulefiles/stack - -module load hpc/1.1.0 -module load hpc-intel/2022.1.2 -module load hpc-impi/2022.1.2 - -module load ufs_common_debug - -setenv CC mpiicc -setenv CXX mpiicpc -setenv FC mpiifort -setenv CMAKE_Platform orion.intel diff --git a/modulefiles/ufs_orion.intel_debug.lua b/modulefiles/ufs_orion.intel_debug.lua new file mode 100644 index 0000000000..45910b1f28 --- /dev/null +++ b/modulefiles/ufs_orion.intel_debug.lua @@ -0,0 +1,32 @@ +help([[ +loads UFS Model prerequisites for Orion/Intel +]]) + +load("contrib") +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", "/apps/contrib/NCEP/libs/hpc-stack/modulefiles/stack") + +hpc_ver=os.getenv("hpc_ver") or "1.1.0" +load(pathJoin("hpc", hpc_ver)) + +hpc_intel_ver=os.getenv("hpc_intel_ver") or "2022.1.2" +load(pathJoin("hpc-intel", hpc_intel_ver)) + +hpc_impi_ver=os.getenv("hpc_impi_ver") or "2022.1.2" +load(pathJoin("hpc-impi", hpc_impi_ver)) + +load("ufs_common_debug") + +setenv("CC", "mpiicc") +setenv("CXX", "mpiicpc") +setenv("FC", "mpiifort") +setenv("CMAKE_Platform", "orion.intel") + +whatis("Description: UFS build environment") diff --git a/modulefiles/ufs_s4.intel b/modulefiles/ufs_s4.intel deleted file mode 100644 index 95029242b8..0000000000 --- a/modulefiles/ufs_s4.intel +++ /dev/null @@ -1,20 +0,0 @@ -#%Module - -proc ModulesHelp {} { - puts stderr "\tcit - loads modules required for building and running UFS Model on S4" -} - -module-whatis "loads UFS Model prerequisites for S4" - -module load license_intel/S4 -module use /data/prod/hpc-stack/modulefiles/stack -module load hpc/1.1.0 -module load hpc-intel/2022.1 -module load hpc-impi/2022.1 - -module load ufs_common - -setenv CC mpiicc -setenv CXX mpiicpc -setenv FC mpiifort -setenv CMAKE_Platform s4.intel diff --git a/modulefiles/ufs_s4.intel.lua b/modulefiles/ufs_s4.intel.lua new file mode 100644 index 0000000000..50372f364c --- /dev/null +++ b/modulefiles/ufs_s4.intel.lua @@ -0,0 +1,30 @@ +help([[ +loads UFS Model prerequisites for S4 +]]) + +miniconda3_ver=os.getenv("miniconda3_ver") or "3.8-s4" +load(pathJoin("miniconda", miniconda3_ver)) + +license_ver=os.getenv("license_ver") or "S4" +load(pathJoin("license_intel",license_ver)) + + +prepend_path("MODULEPATH", "/data/prod/hpc-stack/modulefiles/stack") + +hpc_ver=os.getenv("hpc_ver") or "1.1.0" +load(pathJoin("hpc", hpc_ver)) + +hpc_intel_ver=os.getenv("hpc_intel_ver") or "2022.1" +load(pathJoin("hpc-intel", hpc_intel_ver)) + +hpc_impi_ver=os.getenv("hpc_impi_ver") or "2022.1" +load(pathJoin("hpc-impi", hpc_impi_ver)) + +load("ufs_common") + +setenv("CC", "mpiicc") +setenv("CXX", "mpiicpc") +setenv("FC", "mpiifort") +setenv("CMAKE_Platform", "s4.intel") + +whatis("Description: UFS build environment") diff --git a/modulefiles/ufs_s4.intel_debug b/modulefiles/ufs_s4.intel_debug deleted file mode 100644 index f5b9643d43..0000000000 --- a/modulefiles/ufs_s4.intel_debug +++ /dev/null @@ -1,21 +0,0 @@ -#%Module - -proc ModulesHelp {} { - puts stderr "\tcit - loads modules required for building and running UFS Model on S4" -} - -module-whatis "loads UFS Model prerequisites for S4" - - -module load license_intel/S4 -module use /data/prod/hpc-stack/modulefiles/stack -module load hpc/1.1.0 -module load hpc-intel/2022.1 -module load hpc-impi/2022.1 - -module load ufs_common_debug - -setenv CC mpiicc -setenv CXX mpiicpc -setenv FC mpiifort -setenv CMAKE_Platform s4.intel diff --git a/modulefiles/ufs_s4.intel_debug.lua b/modulefiles/ufs_s4.intel_debug.lua new file mode 100644 index 0000000000..285ddc203e --- /dev/null +++ b/modulefiles/ufs_s4.intel_debug.lua @@ -0,0 +1,30 @@ +help([[ +loads UFS Model prerequisites for S4 +]]) + +miniconda3_ver=os.getenv("miniconda3_ver") or "3.8-s4" +load(pathJoin("miniconda", miniconda3_ver)) + +license_ver=os.getenv("license_ver") or "S4" +load(pathJoin("license_intel",license_ver)) + + +prepend_path("MODULEPATH", "/data/prod/hpc-stack/modulefiles/stack") + +hpc_ver=os.getenv("hpc_ver") or "1.1.0" +load(pathJoin("hpc", hpc_ver)) + +hpc_intel_ver=os.getenv("hpc_intel_ver") or "2022.1" +load(pathJoin("hpc-intel", hpc_intel_ver)) + +hpc_impi_ver=os.getenv("hpc_impi_ver") or "2022.1" +load(pathJoin("hpc-impi", hpc_impi_ver)) + +load("ufs_common_debug") + +setenv("CC", "mpiicc") +setenv("CXX", "mpiicpc") +setenv("FC", "mpiifort") +setenv("CMAKE_Platform", "s4.intel") + +whatis("Description: UFS build environment") diff --git a/modulefiles/ufs_wcoss2.intel b/modulefiles/ufs_wcoss2.intel deleted file mode 100644 index d8c1be7446..0000000000 --- a/modulefiles/ufs_wcoss2.intel +++ /dev/null @@ -1,51 +0,0 @@ -#%Module - -proc ModulesHelp {} { - puts stderr "\tcit - loads modules required for building and running UFS Model on WCOSS2" -} - -module-whatis "loads UFS Model prerequisites on Cactus and Dogwood" - -module load PrgEnv-intel/8.1.0 -module load intel/19.1.3.304 -module load craype/2.7.13 -module load cray-mpich/8.1.7 - -module load cmake/3.20.2 - -#module use /apps/ops/para/libs/modulefiles/stack -#module load hpc/1.2.0 -#module load hpc-intel/19.1.3.304 -#module load hpc-cray-mpich/8.1.7 -#module load ufs_common - -setenv HPC_OPT /apps/ops/para/libs -module use /apps/ops/para/libs/modulefiles/compiler/intel/19.1.3.304 -module use /apps/ops/para/libs/modulefiles/mpi/intel/19.1.3.304/cray-mpich/8.1.7 - -module load jasper/2.0.25 -module load zlib/1.2.11 -module load libpng/1.6.37 - -module load hdf5/1.10.6 -module load netcdf/4.7.4 -module load pio/2.5.2 -module load esmf/8.3.0b09 -module load fms/2022.01 - -module load bacio/2.4.1 -module load crtm/2.3.0 -module load g2/3.4.5 -module load g2tmpl/1.10.0 -module load ip/3.3.3 -module load sp/2.3.3 -module load w3emc/2.9.2 - -#module load gftl-shared/v1.3.3 -#module load yafyaml/v0.5.1 -#module load mapl/2.11.0-esmf-8.3.0b09 - -setenv CC cc -setenv CXX CC -setenv FC ftn -setenv CMAKE_Platform wcoss2 diff --git a/modulefiles/ufs_wcoss2.intel.lua b/modulefiles/ufs_wcoss2.intel.lua new file mode 100644 index 0000000000..0433694a3f --- /dev/null +++ b/modulefiles/ufs_wcoss2.intel.lua @@ -0,0 +1,104 @@ +help([[ +loads UFS Model prerequisites on Cactus and Dogwood +]]) + +PrgEnv_intel_ver=os.getenv("PrgEnv_intel_ver") or "8.1.0" +load(pathJoin("PrgEnv-intel", PrgEnv_intel_ver)) +--module load PrgEnv-intel/8.1.0 + +intel_ver=os.getenv("intel_ver") or "19.1.3.304" +load(pathJoin("intel", intel_ver)) +--module load intel/19.1.3.304 + +craype_ver=os.getenv("craype_ver") or "2.7.13" +load(pathJoin("craype", craype_ver)) +--module load craype/2.7.13 + +cray_mpich_ver=os.getenv("cray_mpich_ver") or "8.1.7" +load(pathJoin("cray-mpich", cray_mpich_ver)) +--module load cray-mpich/8.1.7 + +cmake_ver=os.getenv("cmake_ver") or "3.20.2" +load(pathJoin("cmake", cmake_ver)) +--module load cmake/3.20.2 + +--#module use /apps/ops/para/libs/modulefiles/stack +--#module load hpc/1.2.0 +--#module load hpc-intel/19.1.3.304 +--#module load hpc-cray-mpich/8.1.7 +--#module load ufs_common + +setenv("HPC_OPT", "/apps/ops/para/libs") +prepend_path("MODULEPATH", "/apps/ops/para/libs/modulefiles/compiler/intel/19.1.3.304") +prepend_path("MODULEPATH", "/apps/ops/para/libs/modulefiles/mpi/intel/19.1.3.304/cray-mpich/8.1.7") + +jasper_ver=os.getenv("jasper_ver") or "2.0.25" +load(pathJoin("jasper", jasper_ver)) +--module load jasper/2.0.25 + +zlib_ver=os.getenv("zlib_ver") or "1.2.11" +load(pathJoin("zlib", zlib_ver)) +--module load zlib/1.2.11 + +libpng_ver=os.getenv("libpng_ver") or "1.6.37" +load(pathJoin("libpng", libpng_ver)) +--module load libpng/1.6.37 + +hdf5_ver=os.getenv("hdf5_ver") or "1.10.6" +load(pathJoin("hdf5", hdf5_ver)) +--module load hdf5/1.10.6 + +netcdf_ver=os.getenv("netcdf_ver") or "4.7.4" +load(pathJoin("netcdf", netcdf_ver)) +--module load netcdf/4.7.4 + +pio_ver=os.getenv("pio_ver") or "2.5.2" +load(pathJoin("pio", pio_ver)) +--module load pio/2.5.2 + +esmf_ver=os.getenv("esmf_ver") or "8.3.0b09" +load(pathJoin("esmf", esmf_ver)) +--module load esmf/8.3.0b09 + +fms_ver=os.getenv("fms_ver") or "2022.01" +load(pathJoin("fms", fms_ver)) +--module load fms/2022.01 + +bacio_ver=os.getenv("bacio_ver") or "2.4.1" +load(pathJoin("bacio", bacio_ver)) +--module load bacio/2.4.1 + +crtm_ver=os.getenv("crtm_ver") or "2.3.0" +load(pathJoin("crtm", crtm_ver)) +--module load crtm/2.3.0 + +g2_ver=os.getenv("g2_ver") or "3.4.5" +load(pathJoin("g2", g2_ver)) +--module load g2/3.4.5 + +g2tmpl_ver=os.getenv("g2tmpl_ver") or "1.10.0" +load(pathJoin("g2tmpl", g2tmpl_ver)) +--module load g2tmpl/1.10.0 + +ip_ver=os.getenv("ip_ver") or "3.3.3" +load(pathJoin("ip", ip_ver)) +--module load ip/3.3.3 + +sp_ver=os.getenv("sp_ver") or "2.3.3" +load(pathJoin("sp", sp_ver)) +--module load sp/2.3.3 + +w3emc_ver=os.getenv("w3emc_ver") or "2.9.2" +load(pathJoin("w3emc", w3emc_ver)) +--module load w3emc/2.9.2 + +--#module load gftl-shared/v1.3.3 +--#module load yafyaml/v0.5.1 +--#module load mapl/2.11.0-esmf-8.3.0b09 + +setenv("CC", "cc") +setenv("CXX", "CC") +setenv("FC", "ftn") +setenv("CMAKE_Platform", "wcoss2") + +whatis("Description: UFS build environment") \ No newline at end of file diff --git a/modulefiles/ufs_wcoss2.intel_debug b/modulefiles/ufs_wcoss2.intel_debug deleted file mode 100644 index d8c1be7446..0000000000 --- a/modulefiles/ufs_wcoss2.intel_debug +++ /dev/null @@ -1,51 +0,0 @@ -#%Module - -proc ModulesHelp {} { - puts stderr "\tcit - loads modules required for building and running UFS Model on WCOSS2" -} - -module-whatis "loads UFS Model prerequisites on Cactus and Dogwood" - -module load PrgEnv-intel/8.1.0 -module load intel/19.1.3.304 -module load craype/2.7.13 -module load cray-mpich/8.1.7 - -module load cmake/3.20.2 - -#module use /apps/ops/para/libs/modulefiles/stack -#module load hpc/1.2.0 -#module load hpc-intel/19.1.3.304 -#module load hpc-cray-mpich/8.1.7 -#module load ufs_common - -setenv HPC_OPT /apps/ops/para/libs -module use /apps/ops/para/libs/modulefiles/compiler/intel/19.1.3.304 -module use /apps/ops/para/libs/modulefiles/mpi/intel/19.1.3.304/cray-mpich/8.1.7 - -module load jasper/2.0.25 -module load zlib/1.2.11 -module load libpng/1.6.37 - -module load hdf5/1.10.6 -module load netcdf/4.7.4 -module load pio/2.5.2 -module load esmf/8.3.0b09 -module load fms/2022.01 - -module load bacio/2.4.1 -module load crtm/2.3.0 -module load g2/3.4.5 -module load g2tmpl/1.10.0 -module load ip/3.3.3 -module load sp/2.3.3 -module load w3emc/2.9.2 - -#module load gftl-shared/v1.3.3 -#module load yafyaml/v0.5.1 -#module load mapl/2.11.0-esmf-8.3.0b09 - -setenv CC cc -setenv CXX CC -setenv FC ftn -setenv CMAKE_Platform wcoss2 diff --git a/modulefiles/ufs_wcoss2.intel_debug.lua b/modulefiles/ufs_wcoss2.intel_debug.lua new file mode 100644 index 0000000000..0433694a3f --- /dev/null +++ b/modulefiles/ufs_wcoss2.intel_debug.lua @@ -0,0 +1,104 @@ +help([[ +loads UFS Model prerequisites on Cactus and Dogwood +]]) + +PrgEnv_intel_ver=os.getenv("PrgEnv_intel_ver") or "8.1.0" +load(pathJoin("PrgEnv-intel", PrgEnv_intel_ver)) +--module load PrgEnv-intel/8.1.0 + +intel_ver=os.getenv("intel_ver") or "19.1.3.304" +load(pathJoin("intel", intel_ver)) +--module load intel/19.1.3.304 + +craype_ver=os.getenv("craype_ver") or "2.7.13" +load(pathJoin("craype", craype_ver)) +--module load craype/2.7.13 + +cray_mpich_ver=os.getenv("cray_mpich_ver") or "8.1.7" +load(pathJoin("cray-mpich", cray_mpich_ver)) +--module load cray-mpich/8.1.7 + +cmake_ver=os.getenv("cmake_ver") or "3.20.2" +load(pathJoin("cmake", cmake_ver)) +--module load cmake/3.20.2 + +--#module use /apps/ops/para/libs/modulefiles/stack +--#module load hpc/1.2.0 +--#module load hpc-intel/19.1.3.304 +--#module load hpc-cray-mpich/8.1.7 +--#module load ufs_common + +setenv("HPC_OPT", "/apps/ops/para/libs") +prepend_path("MODULEPATH", "/apps/ops/para/libs/modulefiles/compiler/intel/19.1.3.304") +prepend_path("MODULEPATH", "/apps/ops/para/libs/modulefiles/mpi/intel/19.1.3.304/cray-mpich/8.1.7") + +jasper_ver=os.getenv("jasper_ver") or "2.0.25" +load(pathJoin("jasper", jasper_ver)) +--module load jasper/2.0.25 + +zlib_ver=os.getenv("zlib_ver") or "1.2.11" +load(pathJoin("zlib", zlib_ver)) +--module load zlib/1.2.11 + +libpng_ver=os.getenv("libpng_ver") or "1.6.37" +load(pathJoin("libpng", libpng_ver)) +--module load libpng/1.6.37 + +hdf5_ver=os.getenv("hdf5_ver") or "1.10.6" +load(pathJoin("hdf5", hdf5_ver)) +--module load hdf5/1.10.6 + +netcdf_ver=os.getenv("netcdf_ver") or "4.7.4" +load(pathJoin("netcdf", netcdf_ver)) +--module load netcdf/4.7.4 + +pio_ver=os.getenv("pio_ver") or "2.5.2" +load(pathJoin("pio", pio_ver)) +--module load pio/2.5.2 + +esmf_ver=os.getenv("esmf_ver") or "8.3.0b09" +load(pathJoin("esmf", esmf_ver)) +--module load esmf/8.3.0b09 + +fms_ver=os.getenv("fms_ver") or "2022.01" +load(pathJoin("fms", fms_ver)) +--module load fms/2022.01 + +bacio_ver=os.getenv("bacio_ver") or "2.4.1" +load(pathJoin("bacio", bacio_ver)) +--module load bacio/2.4.1 + +crtm_ver=os.getenv("crtm_ver") or "2.3.0" +load(pathJoin("crtm", crtm_ver)) +--module load crtm/2.3.0 + +g2_ver=os.getenv("g2_ver") or "3.4.5" +load(pathJoin("g2", g2_ver)) +--module load g2/3.4.5 + +g2tmpl_ver=os.getenv("g2tmpl_ver") or "1.10.0" +load(pathJoin("g2tmpl", g2tmpl_ver)) +--module load g2tmpl/1.10.0 + +ip_ver=os.getenv("ip_ver") or "3.3.3" +load(pathJoin("ip", ip_ver)) +--module load ip/3.3.3 + +sp_ver=os.getenv("sp_ver") or "2.3.3" +load(pathJoin("sp", sp_ver)) +--module load sp/2.3.3 + +w3emc_ver=os.getenv("w3emc_ver") or "2.9.2" +load(pathJoin("w3emc", w3emc_ver)) +--module load w3emc/2.9.2 + +--#module load gftl-shared/v1.3.3 +--#module load yafyaml/v0.5.1 +--#module load mapl/2.11.0-esmf-8.3.0b09 + +setenv("CC", "cc") +setenv("CXX", "CC") +setenv("FC", "ftn") +setenv("CMAKE_Platform", "wcoss2") + +whatis("Description: UFS build environment") \ No newline at end of file diff --git a/tests/RegressionTests_cheyenne.gnu.log b/tests/RegressionTests_cheyenne.gnu.log index 4856cb61f1..16c77f2b09 100644 --- a/tests/RegressionTests_cheyenne.gnu.log +++ b/tests/RegressionTests_cheyenne.gnu.log @@ -1,20 +1,20 @@ -Wed Aug 31 06:22:52 MDT 2022 +Wed Sep 7 14:49:06 MDT 2022 Start Regression test -Compile 001 elapsed time 383 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 380 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 402 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 825 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 373 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 006 elapsed time 1040 seconds. -DAPP=ATM -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 007 elapsed time 823 seconds. -DAPP=ATM -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 008 elapsed time 828 seconds. -DAPP=ATM -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 009 elapsed time 575 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 010 elapsed time 327 seconds. -DAPP=S2SW -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 011 elapsed time 302 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON - -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/GNU/control -working dir = /glade/scratch/jongkim/rt-1362-gnu/jongkim/FV3_RT/rt_14091/control +Compile 003 elapsed time 837 seconds. -DAPP=ATM -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 004 elapsed time 198 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 375 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 006 elapsed time 1046 seconds. -DAPP=ATM -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 007 elapsed time 845 seconds. -DAPP=ATM -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 008 elapsed time 832 seconds. -DAPP=ATM -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 009 elapsed time 594 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 010 elapsed time 323 seconds. -DAPP=S2SW -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 011 elapsed time 303 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON + +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/GNU/control +working dir = /glade/scratch/jongkim/rt-1399-gnu/jongkim/FV3_RT/rt_48455/control Checking test 001 control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -61,14 +61,14 @@ Checking test 001 control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 276.001434 -0:The maximum resident set size (KB) = 435084 +0:The total amount of wall time = 275.703171 +0:The maximum resident set size (KB) = 435344 Test 001 control PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/GNU/control -working dir = /glade/scratch/jongkim/rt-1362-gnu/jongkim/FV3_RT/rt_14091/control_restart +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/GNU/control +working dir = /glade/scratch/jongkim/rt-1399-gnu/jongkim/FV3_RT/rt_48455/control_restart Checking test 002 control_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -107,14 +107,14 @@ Checking test 002 control_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 138.866763 -0:The maximum resident set size (KB) = 185200 +0:The total amount of wall time = 139.324060 +0:The maximum resident set size (KB) = 184928 Test 002 control_restart PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/GNU/control_c48 -working dir = /glade/scratch/jongkim/rt-1362-gnu/jongkim/FV3_RT/rt_14091/control_c48 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/GNU/control_c48 +working dir = /glade/scratch/jongkim/rt-1399-gnu/jongkim/FV3_RT/rt_48455/control_c48 Checking test 003 control_c48 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -153,14 +153,14 @@ Checking test 003 control_c48 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 818.387406 -0:The maximum resident set size (KB) = 676456 +0:The total amount of wall time = 818.378661 +0:The maximum resident set size (KB) = 676600 Test 003 control_c48 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/GNU/control_stochy -working dir = /glade/scratch/jongkim/rt-1362-gnu/jongkim/FV3_RT/rt_14091/control_stochy +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/GNU/control_stochy +working dir = /glade/scratch/jongkim/rt-1399-gnu/jongkim/FV3_RT/rt_48455/control_stochy Checking test 004 control_stochy results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -171,14 +171,14 @@ Checking test 004 control_stochy results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -0:The total amount of wall time = 176.536557 -0:The maximum resident set size (KB) = 429784 +0:The total amount of wall time = 176.577799 +0:The maximum resident set size (KB) = 429876 Test 004 control_stochy PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/GNU/control_ras -working dir = /glade/scratch/jongkim/rt-1362-gnu/jongkim/FV3_RT/rt_14091/control_ras +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/GNU/control_ras +working dir = /glade/scratch/jongkim/rt-1399-gnu/jongkim/FV3_RT/rt_48455/control_ras Checking test 005 control_ras results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -189,14 +189,14 @@ Checking test 005 control_ras results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 291.384424 -0:The maximum resident set size (KB) = 448144 +0:The total amount of wall time = 290.834497 +0:The maximum resident set size (KB) = 448004 Test 005 control_ras PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/GNU/control_p8 -working dir = /glade/scratch/jongkim/rt-1362-gnu/jongkim/FV3_RT/rt_14091/control_p8 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/GNU/control_p8 +working dir = /glade/scratch/jongkim/rt-1399-gnu/jongkim/FV3_RT/rt_48455/control_p8 Checking test 006 control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -243,14 +243,14 @@ Checking test 006 control_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 307.849072 -0:The maximum resident set size (KB) = 1221028 +0:The total amount of wall time = 307.169497 +0:The maximum resident set size (KB) = 1221004 Test 006 control_p8 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/GNU/rap_control -working dir = /glade/scratch/jongkim/rt-1362-gnu/jongkim/FV3_RT/rt_14091/rap_control +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/GNU/rap_control +working dir = /glade/scratch/jongkim/rt-1399-gnu/jongkim/FV3_RT/rt_48455/rap_control Checking test 007 rap_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -297,14 +297,14 @@ Checking test 007 rap_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 707.628951 -0:The maximum resident set size (KB) = 775940 +0:The total amount of wall time = 707.241061 +0:The maximum resident set size (KB) = 775992 Test 007 rap_control PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/GNU/rap_control -working dir = /glade/scratch/jongkim/rt-1362-gnu/jongkim/FV3_RT/rt_14091/rap_decomp +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/GNU/rap_control +working dir = /glade/scratch/jongkim/rt-1399-gnu/jongkim/FV3_RT/rt_48455/rap_decomp Checking test 008 rap_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -351,14 +351,14 @@ Checking test 008 rap_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 716.156084 -0:The maximum resident set size (KB) = 775412 +0:The total amount of wall time = 718.185435 +0:The maximum resident set size (KB) = 775516 Test 008 rap_decomp PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/GNU/rap_control -working dir = /glade/scratch/jongkim/rt-1362-gnu/jongkim/FV3_RT/rt_14091/rap_2threads +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/GNU/rap_control +working dir = /glade/scratch/jongkim/rt-1399-gnu/jongkim/FV3_RT/rt_48455/rap_2threads Checking test 009 rap_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -405,14 +405,14 @@ Checking test 009 rap_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 1248.476983 -0:The maximum resident set size (KB) = 843672 +0:The total amount of wall time = 1234.342684 +0:The maximum resident set size (KB) = 843616 Test 009 rap_2threads PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/GNU/rap_control -working dir = /glade/scratch/jongkim/rt-1362-gnu/jongkim/FV3_RT/rt_14091/rap_restart +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/GNU/rap_control +working dir = /glade/scratch/jongkim/rt-1399-gnu/jongkim/FV3_RT/rt_48455/rap_restart Checking test 010 rap_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -451,14 +451,14 @@ Checking test 010 rap_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 353.792631 -0:The maximum resident set size (KB) = 524132 +0:The total amount of wall time = 352.271692 +0:The maximum resident set size (KB) = 524112 Test 010 rap_restart PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/GNU/rap_sfcdiff -working dir = /glade/scratch/jongkim/rt-1362-gnu/jongkim/FV3_RT/rt_14091/rap_sfcdiff +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/GNU/rap_sfcdiff +working dir = /glade/scratch/jongkim/rt-1399-gnu/jongkim/FV3_RT/rt_48455/rap_sfcdiff Checking test 011 rap_sfcdiff results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -505,14 +505,14 @@ Checking test 011 rap_sfcdiff results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 702.472461 -0:The maximum resident set size (KB) = 775880 +0:The total amount of wall time = 701.153457 +0:The maximum resident set size (KB) = 775920 Test 011 rap_sfcdiff PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/GNU/rap_sfcdiff -working dir = /glade/scratch/jongkim/rt-1362-gnu/jongkim/FV3_RT/rt_14091/rap_sfcdiff_decomp +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/GNU/rap_sfcdiff +working dir = /glade/scratch/jongkim/rt-1399-gnu/jongkim/FV3_RT/rt_48455/rap_sfcdiff_decomp Checking test 012 rap_sfcdiff_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -559,14 +559,14 @@ Checking test 012 rap_sfcdiff_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 715.304001 -0:The maximum resident set size (KB) = 775420 +0:The total amount of wall time = 710.447544 +0:The maximum resident set size (KB) = 775464 Test 012 rap_sfcdiff_decomp PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/GNU/rap_sfcdiff -working dir = /glade/scratch/jongkim/rt-1362-gnu/jongkim/FV3_RT/rt_14091/rap_sfcdiff_restart +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/GNU/rap_sfcdiff +working dir = /glade/scratch/jongkim/rt-1399-gnu/jongkim/FV3_RT/rt_48455/rap_sfcdiff_restart Checking test 013 rap_sfcdiff_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -605,14 +605,14 @@ Checking test 013 rap_sfcdiff_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 523.512475 -0:The maximum resident set size (KB) = 523616 +0:The total amount of wall time = 519.275601 +0:The maximum resident set size (KB) = 523748 Test 013 rap_sfcdiff_restart PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/GNU/hrrr_control -working dir = /glade/scratch/jongkim/rt-1362-gnu/jongkim/FV3_RT/rt_14091/hrrr_control +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/GNU/hrrr_control +working dir = /glade/scratch/jongkim/rt-1399-gnu/jongkim/FV3_RT/rt_48455/hrrr_control Checking test 014 hrrr_control results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -659,14 +659,14 @@ Checking test 014 hrrr_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 679.596736 -0:The maximum resident set size (KB) = 773448 +0:The total amount of wall time = 683.558725 +0:The maximum resident set size (KB) = 773444 Test 014 hrrr_control PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/GNU/hrrr_control -working dir = /glade/scratch/jongkim/rt-1362-gnu/jongkim/FV3_RT/rt_14091/hrrr_control_2threads +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/GNU/hrrr_control +working dir = /glade/scratch/jongkim/rt-1399-gnu/jongkim/FV3_RT/rt_48455/hrrr_control_2threads Checking test 015 hrrr_control_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -713,14 +713,14 @@ Checking test 015 hrrr_control_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 1188.872157 -0:The maximum resident set size (KB) = 838504 +0:The total amount of wall time = 1191.636981 +0:The maximum resident set size (KB) = 838292 Test 015 hrrr_control_2threads PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/GNU/hrrr_control -working dir = /glade/scratch/jongkim/rt-1362-gnu/jongkim/FV3_RT/rt_14091/hrrr_control_decomp +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/GNU/hrrr_control +working dir = /glade/scratch/jongkim/rt-1399-gnu/jongkim/FV3_RT/rt_48455/hrrr_control_decomp Checking test 016 hrrr_control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -767,14 +767,14 @@ Checking test 016 hrrr_control_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 679.415151 -0:The maximum resident set size (KB) = 772980 +0:The total amount of wall time = 681.493626 +0:The maximum resident set size (KB) = 772988 Test 016 hrrr_control_decomp PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/GNU/hrrr_control -working dir = /glade/scratch/jongkim/rt-1362-gnu/jongkim/FV3_RT/rt_14091/hrrr_control_restart +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/GNU/hrrr_control +working dir = /glade/scratch/jongkim/rt-1399-gnu/jongkim/FV3_RT/rt_48455/hrrr_control_restart Checking test 017 hrrr_control_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -813,14 +813,14 @@ Checking test 017 hrrr_control_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 508.888978 -0:The maximum resident set size (KB) = 519640 +0:The total amount of wall time = 508.481588 +0:The maximum resident set size (KB) = 519604 Test 017 hrrr_control_restart PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/GNU/rrfs_v1beta -working dir = /glade/scratch/jongkim/rt-1362-gnu/jongkim/FV3_RT/rt_14091/rrfs_v1beta +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/GNU/rrfs_v1beta +working dir = /glade/scratch/jongkim/rt-1399-gnu/jongkim/FV3_RT/rt_48455/rrfs_v1beta Checking test 018 rrfs_v1beta results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -867,14 +867,14 @@ Checking test 018 rrfs_v1beta results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 694.177468 +0:The total amount of wall time = 694.543002 0:The maximum resident set size (KB) = 773144 Test 018 rrfs_v1beta PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/GNU/rrfs_conus13km_hrrr_warm -working dir = /glade/scratch/jongkim/rt-1362-gnu/jongkim/FV3_RT/rt_14091/rrfs_conus13km_hrrr_warm +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/GNU/rrfs_conus13km_hrrr_warm +working dir = /glade/scratch/jongkim/rt-1399-gnu/jongkim/FV3_RT/rt_48455/rrfs_conus13km_hrrr_warm Checking test 019 rrfs_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -883,14 +883,14 @@ Checking test 019 rrfs_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK -0:The total amount of wall time = 319.292700 -0:The maximum resident set size (KB) = 593792 +0:The total amount of wall time = 319.609570 +0:The maximum resident set size (KB) = 593852 Test 019 rrfs_conus13km_hrrr_warm PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/GNU/rrfs_conus13km_radar_tten_warm -working dir = /glade/scratch/jongkim/rt-1362-gnu/jongkim/FV3_RT/rt_14091/rrfs_conus13km_radar_tten_warm +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/GNU/rrfs_conus13km_radar_tten_warm +working dir = /glade/scratch/jongkim/rt-1399-gnu/jongkim/FV3_RT/rt_48455/rrfs_conus13km_radar_tten_warm Checking test 020 rrfs_conus13km_radar_tten_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -899,14 +899,14 @@ Checking test 020 rrfs_conus13km_radar_tten_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK -0:The total amount of wall time = 318.912219 -0:The maximum resident set size (KB) = 596216 +0:The total amount of wall time = 319.641065 +0:The maximum resident set size (KB) = 596308 Test 020 rrfs_conus13km_radar_tten_warm PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/GNU/rrfs_smoke_conus13km_hrrr_warm -working dir = /glade/scratch/jongkim/rt-1362-gnu/jongkim/FV3_RT/rt_14091/rrfs_smoke_conus13km_hrrr_warm +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/GNU/rrfs_smoke_conus13km_hrrr_warm +working dir = /glade/scratch/jongkim/rt-1399-gnu/jongkim/FV3_RT/rt_48455/rrfs_smoke_conus13km_hrrr_warm Checking test 021 rrfs_smoke_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -915,194 +915,194 @@ Checking test 021 rrfs_smoke_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK -0:The total amount of wall time = 344.901505 -0:The maximum resident set size (KB) = 607732 +0:The total amount of wall time = 344.723914 +0:The maximum resident set size (KB) = 607748 Test 021 rrfs_smoke_conus13km_hrrr_warm PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/GNU/control_debug -working dir = /glade/scratch/jongkim/rt-1362-gnu/jongkim/FV3_RT/rt_14091/control_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/GNU/control_debug +working dir = /glade/scratch/jongkim/rt-1399-gnu/jongkim/FV3_RT/rt_48455/control_debug Checking test 022 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 = 81.337933 -0:The maximum resident set size (KB) = 426324 +0:The total amount of wall time = 81.324937 +0:The maximum resident set size (KB) = 426388 Test 022 control_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/GNU/control_diag_debug -working dir = /glade/scratch/jongkim/rt-1362-gnu/jongkim/FV3_RT/rt_14091/control_diag_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/GNU/control_diag_debug +working dir = /glade/scratch/jongkim/rt-1399-gnu/jongkim/FV3_RT/rt_48455/control_diag_debug Checking test 023 control_diag_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 87.360093 -0:The maximum resident set size (KB) = 483552 +0:The total amount of wall time = 87.875632 +0:The maximum resident set size (KB) = 483604 Test 023 control_diag_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/GNU/fv3_regional_debug -working dir = /glade/scratch/jongkim/rt-1362-gnu/jongkim/FV3_RT/rt_14091/regional_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/GNU/fv3_regional_debug +working dir = /glade/scratch/jongkim/rt-1399-gnu/jongkim/FV3_RT/rt_48455/regional_debug Checking test 024 regional_debug results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK Comparing phyf000.nc .........OK Comparing phyf001.nc .........OK -0:The total amount of wall time = 133.485518 -0:The maximum resident set size (KB) = 537416 +0:The total amount of wall time = 132.407624 +0:The maximum resident set size (KB) = 537336 Test 024 regional_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/GNU/rap_control_debug -working dir = /glade/scratch/jongkim/rt-1362-gnu/jongkim/FV3_RT/rt_14091/rap_control_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/GNU/rap_control_debug +working dir = /glade/scratch/jongkim/rt-1399-gnu/jongkim/FV3_RT/rt_48455/rap_control_debug Checking test 025 rap_control_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 149.770533 -0:The maximum resident set size (KB) = 798300 +0:The total amount of wall time = 151.656771 +0:The maximum resident set size (KB) = 798400 Test 025 rap_control_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/GNU/hrrr_control_debug -working dir = /glade/scratch/jongkim/rt-1362-gnu/jongkim/FV3_RT/rt_14091/hrrr_control_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/GNU/hrrr_control_debug +working dir = /glade/scratch/jongkim/rt-1399-gnu/jongkim/FV3_RT/rt_48455/hrrr_control_debug Checking test 026 hrrr_control_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 145.313860 -0:The maximum resident set size (KB) = 792996 +0:The total amount of wall time = 146.088235 +0:The maximum resident set size (KB) = 793052 Test 026 hrrr_control_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/GNU/rap_diag_debug -working dir = /glade/scratch/jongkim/rt-1362-gnu/jongkim/FV3_RT/rt_14091/rap_diag_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/GNU/rap_diag_debug +working dir = /glade/scratch/jongkim/rt-1399-gnu/jongkim/FV3_RT/rt_48455/rap_diag_debug Checking test 027 rap_diag_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 156.438062 -0:The maximum resident set size (KB) = 881600 +0:The total amount of wall time = 157.433135 +0:The maximum resident set size (KB) = 881520 Test 027 rap_diag_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/GNU/rap_noah_sfcdiff_cires_ugwp_debug -working dir = /glade/scratch/jongkim/rt-1362-gnu/jongkim/FV3_RT/rt_14091/rap_noah_sfcdiff_cires_ugwp_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/GNU/rap_noah_sfcdiff_cires_ugwp_debug +working dir = /glade/scratch/jongkim/rt-1399-gnu/jongkim/FV3_RT/rt_48455/rap_noah_sfcdiff_cires_ugwp_debug Checking test 028 rap_noah_sfcdiff_cires_ugwp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 242.311354 -0:The maximum resident set size (KB) = 797012 +0:The total amount of wall time = 239.718017 +0:The maximum resident set size (KB) = 796976 Test 028 rap_noah_sfcdiff_cires_ugwp_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/GNU/rap_progcld_thompson_debug -working dir = /glade/scratch/jongkim/rt-1362-gnu/jongkim/FV3_RT/rt_14091/rap_progcld_thompson_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/GNU/rap_progcld_thompson_debug +working dir = /glade/scratch/jongkim/rt-1399-gnu/jongkim/FV3_RT/rt_48455/rap_progcld_thompson_debug Checking test 029 rap_progcld_thompson_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 148.090833 -0:The maximum resident set size (KB) = 798436 +0:The total amount of wall time = 148.153187 +0:The maximum resident set size (KB) = 798408 Test 029 rap_progcld_thompson_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/GNU/rrfs_v1beta_debug -working dir = /glade/scratch/jongkim/rt-1362-gnu/jongkim/FV3_RT/rt_14091/rrfs_v1beta_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/GNU/rrfs_v1beta_debug +working dir = /glade/scratch/jongkim/rt-1399-gnu/jongkim/FV3_RT/rt_48455/rrfs_v1beta_debug Checking test 030 rrfs_v1beta_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 148.965938 -0:The maximum resident set size (KB) = 792840 +0:The total amount of wall time = 147.301729 +0:The maximum resident set size (KB) = 792768 Test 030 rrfs_v1beta_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/GNU/control_ras_debug -working dir = /glade/scratch/jongkim/rt-1362-gnu/jongkim/FV3_RT/rt_14091/control_ras_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/GNU/control_ras_debug +working dir = /glade/scratch/jongkim/rt-1399-gnu/jongkim/FV3_RT/rt_48455/control_ras_debug Checking test 031 control_ras_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 84.336139 -0:The maximum resident set size (KB) = 436152 +0:The total amount of wall time = 83.905275 +0:The maximum resident set size (KB) = 436048 Test 031 control_ras_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/GNU/control_stochy_debug -working dir = /glade/scratch/jongkim/rt-1362-gnu/jongkim/FV3_RT/rt_14091/control_stochy_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/GNU/control_stochy_debug +working dir = /glade/scratch/jongkim/rt-1399-gnu/jongkim/FV3_RT/rt_48455/control_stochy_debug Checking test 032 control_stochy_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 92.059277 -0:The maximum resident set size (KB) = 430088 +0:The total amount of wall time = 91.979858 +0:The maximum resident set size (KB) = 430328 Test 032 control_stochy_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/GNU/control_debug_p8 -working dir = /glade/scratch/jongkim/rt-1362-gnu/jongkim/FV3_RT/rt_14091/control_debug_p8 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/GNU/control_debug_p8 +working dir = /glade/scratch/jongkim/rt-1399-gnu/jongkim/FV3_RT/rt_48455/control_debug_p8 Checking test 033 control_debug_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 95.003191 -0:The maximum resident set size (KB) = 1212348 +0:The total amount of wall time = 94.912203 +0:The maximum resident set size (KB) = 1212340 Test 033 control_debug_p8 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/GNU/control_wam_debug -working dir = /glade/scratch/jongkim/rt-1362-gnu/jongkim/FV3_RT/rt_14091/control_wam_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/GNU/control_wam_debug +working dir = /glade/scratch/jongkim/rt-1399-gnu/jongkim/FV3_RT/rt_48455/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 = 149.352075 -0:The maximum resident set size (KB) = 172248 +0:The total amount of wall time = 147.847229 +0:The maximum resident set size (KB) = 172364 Test 034 control_wam_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/GNU/rap_control_dyn32_phy32 -working dir = /glade/scratch/jongkim/rt-1362-gnu/jongkim/FV3_RT/rt_14091/rap_control_dyn32_phy32 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/GNU/rap_control_dyn32_phy32 +working dir = /glade/scratch/jongkim/rt-1399-gnu/jongkim/FV3_RT/rt_48455/rap_control_dyn32_phy32 Checking test 035 rap_control_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -1149,14 +1149,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 = 682.385308 -0:The maximum resident set size (KB) = 661532 +0:The total amount of wall time = 680.828292 +0:The maximum resident set size (KB) = 661488 Test 035 rap_control_dyn32_phy32 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/GNU/hrrr_control_dyn32_phy32 -working dir = /glade/scratch/jongkim/rt-1362-gnu/jongkim/FV3_RT/rt_14091/hrrr_control_dyn32_phy32 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/GNU/hrrr_control_dyn32_phy32 +working dir = /glade/scratch/jongkim/rt-1399-gnu/jongkim/FV3_RT/rt_48455/hrrr_control_dyn32_phy32 Checking test 036 hrrr_control_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -1203,14 +1203,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 = 346.168883 -0:The maximum resident set size (KB) = 659916 +0:The total amount of wall time = 348.331397 +0:The maximum resident set size (KB) = 659956 Test 036 hrrr_control_dyn32_phy32 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/GNU/rap_control_dyn32_phy32 -working dir = /glade/scratch/jongkim/rt-1362-gnu/jongkim/FV3_RT/rt_14091/rap_2threads_dyn32_phy32 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/GNU/rap_control_dyn32_phy32 +working dir = /glade/scratch/jongkim/rt-1399-gnu/jongkim/FV3_RT/rt_48455/rap_2threads_dyn32_phy32 Checking test 037 rap_2threads_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -1257,14 +1257,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 = 1195.960948 -0:The maximum resident set size (KB) = 697988 +0:The total amount of wall time = 1197.213511 +0:The maximum resident set size (KB) = 697972 Test 037 rap_2threads_dyn32_phy32 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/GNU/hrrr_control_dyn32_phy32 -working dir = /glade/scratch/jongkim/rt-1362-gnu/jongkim/FV3_RT/rt_14091/hrrr_control_2threads_dyn32_phy32 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/GNU/hrrr_control_dyn32_phy32 +working dir = /glade/scratch/jongkim/rt-1399-gnu/jongkim/FV3_RT/rt_48455/hrrr_control_2threads_dyn32_phy32 Checking test 038 hrrr_control_2threads_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -1311,14 +1311,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 = 590.706013 -0:The maximum resident set size (KB) = 699788 +0:The total amount of wall time = 588.022867 +0:The maximum resident set size (KB) = 699640 Test 038 hrrr_control_2threads_dyn32_phy32 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/GNU/hrrr_control_dyn32_phy32 -working dir = /glade/scratch/jongkim/rt-1362-gnu/jongkim/FV3_RT/rt_14091/hrrr_control_decomp_dyn32_phy32 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/GNU/hrrr_control_dyn32_phy32 +working dir = /glade/scratch/jongkim/rt-1399-gnu/jongkim/FV3_RT/rt_48455/hrrr_control_decomp_dyn32_phy32 Checking test 039 hrrr_control_decomp_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -1365,14 +1365,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 = 344.563768 -0:The maximum resident set size (KB) = 659336 +0:The total amount of wall time = 346.139537 +0:The maximum resident set size (KB) = 659380 Test 039 hrrr_control_decomp_dyn32_phy32 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/GNU/rap_control_dyn32_phy32 -working dir = /glade/scratch/jongkim/rt-1362-gnu/jongkim/FV3_RT/rt_14091/rap_restart_dyn32_phy32 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/GNU/rap_control_dyn32_phy32 +working dir = /glade/scratch/jongkim/rt-1399-gnu/jongkim/FV3_RT/rt_48455/rap_restart_dyn32_phy32 Checking test 040 rap_restart_dyn32_phy32 results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -1411,14 +1411,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 = 508.930704 -0:The maximum resident set size (KB) = 499380 +0:The total amount of wall time = 509.644865 +0:The maximum resident set size (KB) = 499436 Test 040 rap_restart_dyn32_phy32 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/GNU/hrrr_control_dyn32_phy32 -working dir = /glade/scratch/jongkim/rt-1362-gnu/jongkim/FV3_RT/rt_14091/hrrr_control_restart_dyn32_phy32 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/GNU/hrrr_control_dyn32_phy32 +working dir = /glade/scratch/jongkim/rt-1399-gnu/jongkim/FV3_RT/rt_48455/hrrr_control_restart_dyn32_phy32 Checking test 041 hrrr_control_restart_dyn32_phy32 results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -1457,14 +1457,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 = 174.234050 -0:The maximum resident set size (KB) = 497184 +0:The total amount of wall time = 175.221907 +0:The maximum resident set size (KB) = 497160 Test 041 hrrr_control_restart_dyn32_phy32 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/GNU/rap_control_dyn64_phy32 -working dir = /glade/scratch/jongkim/rt-1362-gnu/jongkim/FV3_RT/rt_14091/rap_control_dyn64_phy32 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/GNU/rap_control_dyn64_phy32 +working dir = /glade/scratch/jongkim/rt-1399-gnu/jongkim/FV3_RT/rt_48455/rap_control_dyn64_phy32 Checking test 042 rap_control_dyn64_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -1511,56 +1511,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 = 401.990151 -0:The maximum resident set size (KB) = 681412 +0:The total amount of wall time = 393.850150 +0:The maximum resident set size (KB) = 681452 Test 042 rap_control_dyn64_phy32 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/GNU/rap_control_debug_dyn32_phy32 -working dir = /glade/scratch/jongkim/rt-1362-gnu/jongkim/FV3_RT/rt_14091/rap_control_debug_dyn32_phy32 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/GNU/rap_control_debug_dyn32_phy32 +working dir = /glade/scratch/jongkim/rt-1399-gnu/jongkim/FV3_RT/rt_48455/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 = 144.779507 -0:The maximum resident set size (KB) = 678932 +0:The total amount of wall time = 145.481760 +0:The maximum resident set size (KB) = 678792 Test 043 rap_control_debug_dyn32_phy32 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/GNU/hrrr_control_debug_dyn32_phy32 -working dir = /glade/scratch/jongkim/rt-1362-gnu/jongkim/FV3_RT/rt_14091/hrrr_control_debug_dyn32_phy32 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/GNU/hrrr_control_debug_dyn32_phy32 +working dir = /glade/scratch/jongkim/rt-1399-gnu/jongkim/FV3_RT/rt_48455/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 = 142.519563 -0:The maximum resident set size (KB) = 675820 +0:The total amount of wall time = 142.204412 +0:The maximum resident set size (KB) = 675764 Test 044 hrrr_control_debug_dyn32_phy32 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/GNU/rap_control_debug_dyn64_phy32 -working dir = /glade/scratch/jongkim/rt-1362-gnu/jongkim/FV3_RT/rt_14091/rap_control_dyn64_phy32_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/GNU/rap_control_debug_dyn64_phy32 +working dir = /glade/scratch/jongkim/rt-1399-gnu/jongkim/FV3_RT/rt_48455/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 = 150.289915 -0:The maximum resident set size (KB) = 698668 +0:The total amount of wall time = 150.286844 +0:The maximum resident set size (KB) = 698620 Test 045 rap_control_dyn64_phy32_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/GNU/cpld_control_noaero_p8 -working dir = /glade/scratch/jongkim/rt-1362-gnu/jongkim/FV3_RT/rt_14091/cpld_control_noaero_p8 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/GNU/cpld_control_noaero_p8 +working dir = /glade/scratch/jongkim/rt-1399-gnu/jongkim/FV3_RT/rt_48455/cpld_control_noaero_p8 Checking test 046 cpld_control_noaero_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1624,14 +1624,14 @@ Checking test 046 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 = 468.452993 -0:The maximum resident set size (KB) = 1201456 +0:The total amount of wall time = 459.518433 +0:The maximum resident set size (KB) = 1199380 Test 046 cpld_control_noaero_p8 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/GNU/cpld_control_c96_noaero_p8 -working dir = /glade/scratch/jongkim/rt-1362-gnu/jongkim/FV3_RT/rt_14091/cpld_control_nowave_noaero_p8 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/GNU/cpld_control_c96_noaero_p8 +working dir = /glade/scratch/jongkim/rt-1399-gnu/jongkim/FV3_RT/rt_48455/cpld_control_nowave_noaero_p8 Checking test 047 cpld_control_nowave_noaero_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1693,14 +1693,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 = 245.022923 -0:The maximum resident set size (KB) = 1225452 +0:The total amount of wall time = 245.321670 +0:The maximum resident set size (KB) = 1223692 Test 047 cpld_control_nowave_noaero_p8 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/GNU/cpld_debug_noaero_p8 -working dir = /glade/scratch/jongkim/rt-1362-gnu/jongkim/FV3_RT/rt_14091/cpld_debug_noaero_p8 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/GNU/cpld_debug_noaero_p8 +working dir = /glade/scratch/jongkim/rt-1399-gnu/jongkim/FV3_RT/rt_48455/cpld_debug_noaero_p8 Checking test 048 cpld_debug_noaero_p8 results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK @@ -1752,25 +1752,25 @@ Checking test 048 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 = 187.744005 -0:The maximum resident set size (KB) = 1216460 +0:The total amount of wall time = 188.844943 +0:The maximum resident set size (KB) = 1217980 Test 048 cpld_debug_noaero_p8 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/GNU/datm_cdeps_control_cfsr -working dir = /glade/scratch/jongkim/rt-1362-gnu/jongkim/FV3_RT/rt_14091/datm_cdeps_control_cfsr +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/GNU/datm_cdeps_control_cfsr +working dir = /glade/scratch/jongkim/rt-1399-gnu/jongkim/FV3_RT/rt_48455/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 = 178.864693 -0:The maximum resident set size (KB) = 682784 +0:The total amount of wall time = 180.822963 +0:The maximum resident set size (KB) = 684452 Test 049 datm_cdeps_control_cfsr PASS REGRESSION TEST WAS SUCCESSFUL -Wed Aug 31 07:01:26 MDT 2022 -Elapsed time: 00h:38m:34s. Have a nice day! +Wed Sep 7 15:25:25 MDT 2022 +Elapsed time: 00h:36m:19s. Have a nice day! diff --git a/tests/RegressionTests_cheyenne.intel.log b/tests/RegressionTests_cheyenne.intel.log index 2b19ab4a43..f0a7c26219 100644 --- a/tests/RegressionTests_cheyenne.intel.log +++ b/tests/RegressionTests_cheyenne.intel.log @@ -1,32 +1,32 @@ -Tue Aug 30 20:38:32 MDT 2022 +Wed Sep 7 14:49:50 MDT 2022 Start Regression test -Compile 001 elapsed time 1284 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 002 elapsed time 1150 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 003 elapsed time 476 seconds. -DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 004 elapsed time 431 seconds. -DAPP=S2SW -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 005 elapsed time 870 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_sfcocn -DCMEPS_AOFLUX=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 006 elapsed time 871 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 007 elapsed time 722 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 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 008 elapsed time 787 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_RRTMGP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_smoke,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 009 elapsed time 723 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_csawmg,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 010 elapsed time 597 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 011 elapsed time 1297 seconds. -DAPP=ATM -DDEBUG=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 012 elapsed time 248 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 013 elapsed time 567 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 014 elapsed time 570 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 015 elapsed time 253 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 016 elapsed time 252 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 017 elapsed time 903 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst,FV3_HAFS_v0_thompson_tedmf_gfdlsf -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 018 elapsed time 857 seconds. -DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 019 elapsed time 436 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 001 elapsed time 1254 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 002 elapsed time 1123 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 003 elapsed time 443 seconds. -DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 004 elapsed time 395 seconds. -DAPP=S2SW -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 005 elapsed time 839 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_sfcocn -DCMEPS_AOFLUX=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 006 elapsed time 849 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 007 elapsed time 692 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 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 008 elapsed time 772 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_RRTMGP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_smoke,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 009 elapsed time 698 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_csawmg,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 010 elapsed time 569 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 011 elapsed time 1324 seconds. -DAPP=ATM -DDEBUG=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 012 elapsed time 250 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 013 elapsed time 569 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 014 elapsed time 564 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 015 elapsed time 251 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 016 elapsed time 250 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 017 elapsed time 883 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst,FV3_HAFS_v0_thompson_tedmf_gfdlsf -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 018 elapsed time 850 seconds. -DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 019 elapsed time 437 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON Compile 020 elapsed time 200 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 021 elapsed time 767 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 022 elapsed time 631 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 023 elapsed time 630 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 021 elapsed time 749 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 022 elapsed time 645 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 023 elapsed time 629 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/cpld_control_p8 -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/cpld_control_p8 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/cpld_control_p8 +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/cpld_control_p8 Checking test 001 cpld_control_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -91,14 +91,14 @@ Checking test 001 cpld_control_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -0:The total amount of wall time = 323.471976 -0:The maximum resident set size (KB) = 2718528 +0:The total amount of wall time = 322.558863 +0:The maximum resident set size (KB) = 2718712 Test 001 cpld_control_p8 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/cpld_control_p8 -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/cpld_restart_p8 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/cpld_control_p8 +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/cpld_restart_p8 Checking test 002 cpld_restart_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -151,14 +151,14 @@ Checking test 002 cpld_restart_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -0:The total amount of wall time = 180.173184 -0:The maximum resident set size (KB) = 2580608 +0:The total amount of wall time = 184.795864 +0:The maximum resident set size (KB) = 2581444 Test 002 cpld_restart_p8 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/cpld_control_p8 -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/cpld_2threads_p8 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/cpld_control_p8 +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/cpld_2threads_p8 Checking test 003 cpld_2threads_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -211,14 +211,14 @@ Checking test 003 cpld_2threads_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -0:The total amount of wall time = 536.720778 -0:The maximum resident set size (KB) = 3164560 +0:The total amount of wall time = 539.383069 +0:The maximum resident set size (KB) = 3164412 Test 003 cpld_2threads_p8 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/cpld_control_p8 -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/cpld_esmfthreads_p8 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/cpld_control_p8 +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/cpld_esmfthreads_p8 Checking test 004 cpld_esmfthreads_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -271,14 +271,14 @@ Checking test 004 cpld_esmfthreads_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -0:The total amount of wall time = 258.420882 -0:The maximum resident set size (KB) = 2886048 +0:The total amount of wall time = 248.850207 +0:The maximum resident set size (KB) = 2886900 Test 004 cpld_esmfthreads_p8 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/cpld_control_p8 -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/cpld_decomp_p8 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/cpld_control_p8 +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/cpld_decomp_p8 Checking test 005 cpld_decomp_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -331,14 +331,14 @@ Checking test 005 cpld_decomp_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -0:The total amount of wall time = 325.481660 -0:The maximum resident set size (KB) = 2725544 +0:The total amount of wall time = 321.481417 +0:The maximum resident set size (KB) = 2723248 Test 005 cpld_decomp_p8 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/cpld_control_p8 -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/cpld_mpi_p8 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/cpld_control_p8 +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/cpld_mpi_p8 Checking test 006 cpld_mpi_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -391,14 +391,14 @@ Checking test 006 cpld_mpi_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -0:The total amount of wall time = 287.135065 -0:The maximum resident set size (KB) = 2687296 +0:The total amount of wall time = 278.824025 +0:The maximum resident set size (KB) = 2687500 Test 006 cpld_mpi_p8 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/cpld_control_ciceC_p8 -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/cpld_control_ciceC_p8 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/cpld_control_ciceC_p8 +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/cpld_control_ciceC_p8 Checking test 007 cpld_control_ciceC_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -463,14 +463,14 @@ Checking test 007 cpld_control_ciceC_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -0:The total amount of wall time = 313.861244 -0:The maximum resident set size (KB) = 2718608 +0:The total amount of wall time = 322.909020 +0:The maximum resident set size (KB) = 2718680 Test 007 cpld_control_ciceC_p8 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/cpld_control_c192_p8 -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/cpld_control_c192_p8 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/cpld_control_c192_p8 +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/cpld_control_c192_p8 Checking test 008 cpld_control_c192_p8 results .... Comparing sfcf030.tile1.nc .........OK Comparing sfcf030.tile2.nc .........OK @@ -523,14 +523,14 @@ Checking test 008 cpld_control_c192_p8 results .... Comparing 20210323.120000.out_grd.ww3 .........OK Comparing 20210323.120000.out_pnt.ww3 .........OK -0:The total amount of wall time = 1292.328566 -0:The maximum resident set size (KB) = 3023160 +0:The total amount of wall time = 1396.175756 +0:The maximum resident set size (KB) = 3023692 Test 008 cpld_control_c192_p8 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/cpld_control_c192_p8 -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/cpld_restart_c192_p8 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/cpld_control_c192_p8 +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/cpld_restart_c192_p8 Checking test 009 cpld_restart_c192_p8 results .... Comparing sfcf030.tile1.nc .........OK Comparing sfcf030.tile2.nc .........OK @@ -583,14 +583,14 @@ Checking test 009 cpld_restart_c192_p8 results .... Comparing 20210323.120000.out_grd.ww3 .........OK Comparing 20210323.120000.out_pnt.ww3 .........OK -0:The total amount of wall time = 740.451249 -0:The maximum resident set size (KB) = 2951156 +0:The total amount of wall time = 733.422214 +0:The maximum resident set size (KB) = 2951388 Test 009 cpld_restart_c192_p8 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/cpld_control_noaero_p8 -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/cpld_control_noaero_p8 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/cpld_control_noaero_p8 +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/cpld_control_noaero_p8 Checking test 010 cpld_control_noaero_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -654,14 +654,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 = 272.732769 -0:The maximum resident set size (KB) = 1441084 +0:The total amount of wall time = 263.397617 +0:The maximum resident set size (KB) = 1441056 Test 010 cpld_control_noaero_p8 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/cpld_control_c96_noaero_p8 -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/cpld_control_nowave_noaero_p8 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/cpld_control_c96_noaero_p8 +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/cpld_control_nowave_noaero_p8 Checking test 011 cpld_control_nowave_noaero_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -723,14 +723,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 = 189.958792 -0:The maximum resident set size (KB) = 1455460 +0:The total amount of wall time = 187.595444 +0:The maximum resident set size (KB) = 1455260 Test 011 cpld_control_nowave_noaero_p8 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/cpld_debug_p8 -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/cpld_debug_p8 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/cpld_debug_p8 +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/cpld_debug_p8 Checking test 012 cpld_debug_p8 results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK @@ -783,14 +783,14 @@ Checking test 012 cpld_debug_p8 results .... Comparing 20210322.090000.out_pnt.ww3 .........OK Comparing 20210322.090000.out_grd.ww3 .........OK -0:The total amount of wall time = 474.134955 -0:The maximum resident set size (KB) = 2790156 +0:The total amount of wall time = 479.132486 +0:The maximum resident set size (KB) = 2789720 Test 012 cpld_debug_p8 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/cpld_debug_noaero_p8 -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/cpld_debug_noaero_p8 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/cpld_debug_noaero_p8 +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/cpld_debug_noaero_p8 Checking test 013 cpld_debug_noaero_p8 results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK @@ -842,14 +842,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 = 346.045132 -0:The maximum resident set size (KB) = 1465356 +0:The total amount of wall time = 351.593013 +0:The maximum resident set size (KB) = 1465336 Test 013 cpld_debug_noaero_p8 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/cpld_control_noaero_p8_agrid -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/cpld_control_noaero_p8_agrid +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/cpld_control_noaero_p8_agrid +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/cpld_control_noaero_p8_agrid Checking test 014 cpld_control_noaero_p8_agrid results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -911,14 +911,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 = 265.078748 -0:The maximum resident set size (KB) = 1458588 +0:The total amount of wall time = 265.061826 +0:The maximum resident set size (KB) = 1458632 Test 014 cpld_control_noaero_p8_agrid PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/cpld_control_c48 -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/cpld_control_c48 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/cpld_control_c48 +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/cpld_control_c48 Checking test 015 cpld_control_c48 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -968,14 +968,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 = 590.942185 -0:The maximum resident set size (KB) = 2582972 +0:The total amount of wall time = 592.971966 +0:The maximum resident set size (KB) = 2583212 Test 015 cpld_control_c48 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/cpld_warmstart_c48 -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/cpld_warmstart_c48 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/cpld_warmstart_c48 +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/cpld_warmstart_c48 Checking test 016 cpld_warmstart_c48 results .... Comparing sfcf006.tile1.nc .........OK Comparing sfcf006.tile2.nc .........OK @@ -1025,14 +1025,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 = 157.354215 -0:The maximum resident set size (KB) = 2599144 +0:The total amount of wall time = 155.481630 +0:The maximum resident set size (KB) = 2599220 Test 016 cpld_warmstart_c48 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/cpld_warmstart_c48 -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/cpld_restart_c48 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/cpld_warmstart_c48 +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/cpld_restart_c48 Checking test 017 cpld_restart_c48 results .... Comparing sfcf006.tile1.nc .........OK Comparing sfcf006.tile2.nc .........OK @@ -1082,14 +1082,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 = 81.700695 -0:The maximum resident set size (KB) = 2016240 +0:The total amount of wall time = 83.032286 +0:The maximum resident set size (KB) = 2016172 Test 017 cpld_restart_c48 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/control -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/control +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/control +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/control Checking test 018 control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1136,14 +1136,14 @@ Checking test 018 control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 144.195363 -0:The maximum resident set size (KB) = 455952 +0:The total amount of wall time = 143.825342 +0:The maximum resident set size (KB) = 456100 Test 018 control PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/control -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/control_decomp +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/control +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/control_decomp Checking test 019 control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1186,14 +1186,14 @@ Checking test 019 control_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 149.367053 -0:The maximum resident set size (KB) = 454820 +0:The total amount of wall time = 150.824509 +0:The maximum resident set size (KB) = 454884 Test 019 control_decomp PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/control -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/control_2dwrtdecomp +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/control +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/control_2dwrtdecomp Checking test 020 control_2dwrtdecomp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1204,14 +1204,14 @@ Checking test 020 control_2dwrtdecomp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 142.610834 -0:The maximum resident set size (KB) = 456764 +0:The total amount of wall time = 143.136580 +0:The maximum resident set size (KB) = 456748 Test 020 control_2dwrtdecomp PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/control -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/control_2threads +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/control +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/control_2threads Checking test 021 control_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1254,14 +1254,14 @@ Checking test 021 control_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 368.444887 -0:The maximum resident set size (KB) = 501504 +0:The total amount of wall time = 374.119102 +0:The maximum resident set size (KB) = 501672 Test 021 control_2threads PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/control -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/control_restart +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/control +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/control_restart Checking test 022 control_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1300,14 +1300,14 @@ Checking test 022 control_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 74.200060 -0:The maximum resident set size (KB) = 196012 +0:The total amount of wall time = 75.385396 +0:The maximum resident set size (KB) = 195784 Test 022 control_restart PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/control -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/control_fhzero +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/control +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/control_fhzero Checking test 023 control_fhzero results .... Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf021.nc ............ALT CHECK......OK @@ -1350,14 +1350,14 @@ Checking test 023 control_fhzero results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 133.651177 -0:The maximum resident set size (KB) = 456224 +0:The total amount of wall time = 135.347497 +0:The maximum resident set size (KB) = 456108 Test 023 control_fhzero PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/control_CubedSphereGrid -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/control_CubedSphereGrid +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/control_CubedSphereGrid +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/control_CubedSphereGrid Checking test 024 control_CubedSphereGrid results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -1384,28 +1384,28 @@ Checking test 024 control_CubedSphereGrid results .... Comparing atmf024.tile5.nc .........OK Comparing atmf024.tile6.nc .........OK -0:The total amount of wall time = 138.701535 -0:The maximum resident set size (KB) = 455444 +0:The total amount of wall time = 138.992750 +0:The maximum resident set size (KB) = 455508 Test 024 control_CubedSphereGrid PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/control_CubedSphereGrid_parallel -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/control_CubedSphereGrid_parallel +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/control_CubedSphereGrid_parallel +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/control_CubedSphereGrid_parallel Checking test 025 control_CubedSphereGrid_parallel results .... Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf024.nc ............ALT CHECK......OK Comparing atmf000.nc ............ALT CHECK......OK - Comparing atmf024.nc ............ALT CHECK......OK + Comparing atmf024.nc .........OK -0:The total amount of wall time = 135.681248 -0:The maximum resident set size (KB) = 455452 +0:The total amount of wall time = 136.005971 +0:The maximum resident set size (KB) = 455084 Test 025 control_CubedSphereGrid_parallel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/control_latlon -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/control_latlon +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/control_latlon +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/control_latlon Checking test 026 control_latlon results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1416,14 +1416,14 @@ Checking test 026 control_latlon results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 141.991919 -0:The maximum resident set size (KB) = 456260 +0:The total amount of wall time = 143.643408 +0:The maximum resident set size (KB) = 456148 Test 026 control_latlon PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/control_wrtGauss_netcdf_parallel -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/control_wrtGauss_netcdf_parallel +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/control_wrtGauss_netcdf_parallel +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/control_wrtGauss_netcdf_parallel Checking test 027 control_wrtGauss_netcdf_parallel results .... Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf024.nc .........OK @@ -1434,14 +1434,14 @@ Checking test 027 control_wrtGauss_netcdf_parallel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 141.400538 -0:The maximum resident set size (KB) = 456044 +0:The total amount of wall time = 145.060458 +0:The maximum resident set size (KB) = 456312 Test 027 control_wrtGauss_netcdf_parallel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/control_c48 -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/control_c48 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/control_c48 +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/control_c48 Checking test 028 control_c48 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1480,14 +1480,14 @@ Checking test 028 control_c48 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 435.455877 -0:The maximum resident set size (KB) = 627900 +0:The total amount of wall time = 431.657036 +0:The maximum resident set size (KB) = 627904 Test 028 control_c48 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/control_c192 -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/control_c192 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/control_c192 +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/control_c192 Checking test 029 control_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1498,14 +1498,14 @@ Checking test 029 control_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 572.651838 -0:The maximum resident set size (KB) = 560640 +0:The total amount of wall time = 571.493054 +0:The maximum resident set size (KB) = 560524 Test 029 control_c192 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/control_c384 -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/control_c384 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/control_c384 +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/control_c384 Checking test 030 control_c384 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1516,14 +1516,14 @@ Checking test 030 control_c384 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -0:The total amount of wall time = 1260.749229 -0:The maximum resident set size (KB) = 836520 +0:The total amount of wall time = 1260.084814 +0:The maximum resident set size (KB) = 836388 Test 030 control_c384 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/control_c384gdas -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/control_c384gdas +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/control_c384gdas +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/control_c384gdas Checking test 031 control_c384gdas results .... Comparing sfcf000.nc .........OK Comparing sfcf006.nc .........OK @@ -1566,14 +1566,14 @@ Checking test 031 control_c384gdas results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 1305.870187 -0:The maximum resident set size (KB) = 970148 +0:The total amount of wall time = 1300.218914 +0:The maximum resident set size (KB) = 970136 Test 031 control_c384gdas PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/control_c384_progsigma -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/control_c384_progsigma +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/control_c384_progsigma +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/control_c384_progsigma Checking test 032 control_c384_progsigma results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1584,14 +1584,14 @@ Checking test 032 control_c384_progsigma results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -0:The total amount of wall time = 1299.670385 -0:The maximum resident set size (KB) = 854352 +0:The total amount of wall time = 1297.168138 +0:The maximum resident set size (KB) = 854372 Test 032 control_c384_progsigma PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/control_stochy -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/control_stochy +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/control_stochy +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/control_stochy Checking test 033 control_stochy results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1602,28 +1602,28 @@ Checking test 033 control_stochy results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -0:The total amount of wall time = 95.235395 -0:The maximum resident set size (KB) = 460120 +0:The total amount of wall time = 97.084608 +0:The maximum resident set size (KB) = 460232 Test 033 control_stochy PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/control_stochy -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/control_stochy_restart +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/control_stochy +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/control_stochy_restart Checking test 034 control_stochy_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK -0:The total amount of wall time = 50.786272 -0:The maximum resident set size (KB) = 226072 +0:The total amount of wall time = 49.788160 +0:The maximum resident set size (KB) = 226292 Test 034 control_stochy_restart PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/control_lndp -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/control_lndp +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/control_lndp +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/control_lndp Checking test 035 control_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1634,14 +1634,14 @@ Checking test 035 control_lndp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -0:The total amount of wall time = 88.227930 -0:The maximum resident set size (KB) = 459800 +0:The total amount of wall time = 87.554128 +0:The maximum resident set size (KB) = 459712 Test 035 control_lndp PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/control_iovr4 -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/control_iovr4 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/control_iovr4 +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/control_iovr4 Checking test 036 control_iovr4 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1656,14 +1656,14 @@ Checking test 036 control_iovr4 results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 142.245846 -0:The maximum resident set size (KB) = 456132 +0:The total amount of wall time = 143.512308 +0:The maximum resident set size (KB) = 456124 Test 036 control_iovr4 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/control_iovr5 -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/control_iovr5 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/control_iovr5 +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/control_iovr5 Checking test 037 control_iovr5 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1678,14 +1678,14 @@ Checking test 037 control_iovr5 results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 144.237082 -0:The maximum resident set size (KB) = 456112 +0:The total amount of wall time = 143.453607 +0:The maximum resident set size (KB) = 456096 Test 037 control_iovr5 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/control_p8 -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/control_p8 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/control_p8 +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/control_p8 Checking test 038 control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1732,14 +1732,14 @@ Checking test 038 control_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 176.615681 -0:The maximum resident set size (KB) = 1426272 +0:The total amount of wall time = 177.633633 +0:The maximum resident set size (KB) = 1426296 Test 038 control_p8 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/control_p8_lndp -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/control_p8_lndp +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/control_p8_lndp +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/control_p8_lndp Checking test 039 control_p8_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1758,14 +1758,14 @@ Checking test 039 control_p8_lndp results .... Comparing GFSPRS.GrbF24 .........OK Comparing GFSPRS.GrbF48 .........OK -0:The total amount of wall time = 330.088263 -0:The maximum resident set size (KB) = 1426804 +0:The total amount of wall time = 325.670939 +0:The maximum resident set size (KB) = 1426820 Test 039 control_p8_lndp PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/control_p8 -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/control_restart_p8 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/control_p8 +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/control_restart_p8 Checking test 040 control_restart_p8 results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1804,14 +1804,14 @@ Checking test 040 control_restart_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 91.829037 -0:The maximum resident set size (KB) = 583012 +0:The total amount of wall time = 92.288635 +0:The maximum resident set size (KB) = 583108 Test 040 control_restart_p8 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/control_p8 -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/control_decomp_p8 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/control_p8 +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/control_decomp_p8 Checking test 041 control_decomp_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1854,14 +1854,14 @@ Checking test 041 control_decomp_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 181.030585 -0:The maximum resident set size (KB) = 1419740 +0:The total amount of wall time = 181.570298 +0:The maximum resident set size (KB) = 1419820 Test 041 control_decomp_p8 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/control_p8 -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/control_2threads_p8 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/control_p8 +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/control_2threads_p8 Checking test 042 control_2threads_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1904,14 +1904,14 @@ Checking test 042 control_2threads_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 484.542601 -0:The maximum resident set size (KB) = 1502864 +0:The total amount of wall time = 486.251472 +0:The maximum resident set size (KB) = 1502964 Test 042 control_2threads_p8 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/control_p8_rrtmgp -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/control_p8_rrtmgp +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/control_p8_rrtmgp +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/control_p8_rrtmgp Checking test 043 control_p8_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1958,14 +1958,14 @@ Checking test 043 control_p8_rrtmgp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 241.317472 -0:The maximum resident set size (KB) = 1541920 +0:The total amount of wall time = 243.665254 +0:The maximum resident set size (KB) = 1541924 Test 043 control_p8_rrtmgp PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/fv3_regional_control -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/regional_control +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/fv3_regional_control +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/regional_control Checking test 044 regional_control results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1976,28 +1976,28 @@ Checking test 044 regional_control results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK -0:The total amount of wall time = 355.752998 -0:The maximum resident set size (KB) = 565744 +0:The total amount of wall time = 362.761983 +0:The maximum resident set size (KB) = 565656 Test 044 regional_control PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/fv3_regional_control -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/regional_restart +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/fv3_regional_control +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/regional_restart Checking test 045 regional_restart results .... Comparing dynf024.nc .........OK Comparing phyf024.nc .........OK Comparing PRSLEV.GrbF24 .........OK Comparing NATLEV.GrbF24 .........OK -0:The total amount of wall time = 197.730941 -0:The maximum resident set size (KB) = 556588 +0:The total amount of wall time = 197.682898 +0:The maximum resident set size (KB) = 556540 Test 045 regional_restart PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/fv3_regional_control -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/regional_control_2dwrtdecomp +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/fv3_regional_control +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/regional_control_2dwrtdecomp Checking test 046 regional_control_2dwrtdecomp results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -2008,14 +2008,14 @@ Checking test 046 regional_control_2dwrtdecomp results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK -0:The total amount of wall time = 362.501488 -0:The maximum resident set size (KB) = 564788 +0:The total amount of wall time = 362.945995 +0:The maximum resident set size (KB) = 564808 Test 046 regional_control_2dwrtdecomp PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/fv3_regional_noquilt -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/regional_noquilt +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/fv3_regional_noquilt +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/regional_noquilt Checking test 047 regional_noquilt results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK @@ -2023,14 +2023,14 @@ Checking test 047 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 = 379.677612 -0:The maximum resident set size (KB) = 558984 +0:The total amount of wall time = 380.308516 +0:The maximum resident set size (KB) = 559016 Test 047 regional_noquilt PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/fv3_regional_control -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/regional_2threads +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/fv3_regional_control +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/regional_2threads Checking test 048 regional_2threads results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -2041,28 +2041,28 @@ Checking test 048 regional_2threads results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK -0:The total amount of wall time = 1104.914774 -0:The maximum resident set size (KB) = 557860 +0:The total amount of wall time = 1100.993086 +0:The maximum resident set size (KB) = 557784 Test 048 regional_2threads PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/fv3_regional_netcdf_parallel -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/regional_netcdf_parallel +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/fv3_regional_netcdf_parallel +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/regional_netcdf_parallel Checking test 049 regional_netcdf_parallel results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK Comparing phyf000.nc .........OK Comparing phyf024.nc .........OK -0:The total amount of wall time = 358.210540 -0:The maximum resident set size (KB) = 555000 +0:The total amount of wall time = 359.713732 +0:The maximum resident set size (KB) = 555036 Test 049 regional_netcdf_parallel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/fv3_regional_3km -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/regional_3km +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/fv3_regional_3km +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/regional_3km Checking test 050 regional_3km results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2073,14 +2073,14 @@ Checking test 050 regional_3km results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK -0:The total amount of wall time = 298.870477 -0:The maximum resident set size (KB) = 597220 +0:The total amount of wall time = 285.182044 +0:The maximum resident set size (KB) = 597176 Test 050 regional_3km PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/fv3_regional_3km -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/regional_3km_decomp +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/fv3_regional_3km +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/regional_3km_decomp Checking test 051 regional_3km_decomp results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2091,14 +2091,14 @@ Checking test 051 regional_3km_decomp results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK -0:The total amount of wall time = 313.238936 +0:The total amount of wall time = 311.447375 0:The maximum resident set size (KB) = 602584 Test 051 regional_3km_decomp PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_control -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/rap_control +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_control +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/rap_control Checking test 052 rap_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2145,14 +2145,14 @@ Checking test 052 rap_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 464.753674 -0:The maximum resident set size (KB) = 825080 +0:The total amount of wall time = 458.021668 +0:The maximum resident set size (KB) = 825148 Test 052 rap_control PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_rrtmgp -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/rap_rrtmgp +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_rrtmgp +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/rap_rrtmgp Checking test 053 rap_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2199,14 +2199,14 @@ Checking test 053 rap_rrtmgp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 518.331305 -0:The maximum resident set size (KB) = 951424 +0:The total amount of wall time = 515.258686 +0:The maximum resident set size (KB) = 951456 Test 053 rap_rrtmgp PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/regional_spp_sppt_shum_skeb -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/regional_spp_sppt_shum_skeb +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/regional_spp_sppt_shum_skeb +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/regional_spp_sppt_shum_skeb Checking test 054 regional_spp_sppt_shum_skeb results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK @@ -2217,14 +2217,14 @@ Checking test 054 regional_spp_sppt_shum_skeb results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF01 .........OK -0:The total amount of wall time = 700.639781 -0:The maximum resident set size (KB) = 932880 +0:The total amount of wall time = 699.949397 +0:The maximum resident set size (KB) = 932792 Test 054 regional_spp_sppt_shum_skeb PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_control -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/rap_decomp +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_control +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/rap_decomp Checking test 055 rap_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2271,14 +2271,14 @@ Checking test 055 rap_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 486.236037 -0:The maximum resident set size (KB) = 824672 +0:The total amount of wall time = 485.844685 +0:The maximum resident set size (KB) = 824860 Test 055 rap_decomp PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_control -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/rap_2threads +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_control +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/rap_2threads Checking test 056 rap_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2325,14 +2325,14 @@ Checking test 056 rap_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 1111.485258 -0:The maximum resident set size (KB) = 883584 +0:The total amount of wall time = 1100.487359 +0:The maximum resident set size (KB) = 883480 Test 056 rap_2threads PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_control -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/rap_restart +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_control +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/rap_restart Checking test 057 rap_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -2371,14 +2371,14 @@ Checking test 057 rap_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 235.348570 -0:The maximum resident set size (KB) = 572184 +0:The total amount of wall time = 233.593962 +0:The maximum resident set size (KB) = 572040 Test 057 rap_restart PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_sfcdiff -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/rap_sfcdiff +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_sfcdiff +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/rap_sfcdiff Checking test 058 rap_sfcdiff results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2425,14 +2425,14 @@ Checking test 058 rap_sfcdiff results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 457.626165 -0:The maximum resident set size (KB) = 824896 +0:The total amount of wall time = 454.610191 +0:The maximum resident set size (KB) = 824836 Test 058 rap_sfcdiff PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_sfcdiff -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/rap_sfcdiff_decomp +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_sfcdiff +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/rap_sfcdiff_decomp Checking test 059 rap_sfcdiff_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2479,14 +2479,14 @@ Checking test 059 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 = 481.193286 -0:The maximum resident set size (KB) = 824568 +0:The total amount of wall time = 483.912515 +0:The maximum resident set size (KB) = 824644 Test 059 rap_sfcdiff_decomp PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_sfcdiff -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/rap_sfcdiff_restart +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_sfcdiff +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/rap_sfcdiff_restart Checking test 060 rap_sfcdiff_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -2525,14 +2525,14 @@ Checking test 060 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 = 343.357925 -0:The maximum resident set size (KB) = 572000 +0:The total amount of wall time = 344.768459 +0:The maximum resident set size (KB) = 572032 Test 060 rap_sfcdiff_restart PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/hrrr_control -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/hrrr_control +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/hrrr_control +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/hrrr_control Checking test 061 hrrr_control results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2579,14 +2579,14 @@ Checking test 061 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.770099 -0:The maximum resident set size (KB) = 822520 +0:The total amount of wall time = 438.235651 +0:The maximum resident set size (KB) = 822448 Test 061 hrrr_control PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/hrrr_control -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/hrrr_control_decomp +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/hrrr_control +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/hrrr_control_decomp Checking test 062 hrrr_control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2633,14 +2633,14 @@ Checking test 062 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 = 460.301094 -0:The maximum resident set size (KB) = 822420 +0:The total amount of wall time = 460.746451 +0:The maximum resident set size (KB) = 822140 Test 062 hrrr_control_decomp PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/hrrr_control -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/hrrr_control_2threads +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/hrrr_control +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/hrrr_control_2threads Checking test 063 hrrr_control_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2687,14 +2687,14 @@ Checking test 063 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 = 1046.921222 -0:The maximum resident set size (KB) = 878580 +0:The total amount of wall time = 1046.882110 +0:The maximum resident set size (KB) = 878664 Test 063 hrrr_control_2threads PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/hrrr_control -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/hrrr_control_restart +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/hrrr_control +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/hrrr_control_restart Checking test 064 hrrr_control_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -2733,14 +2733,14 @@ Checking test 064 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 = 332.884238 -0:The maximum resident set size (KB) = 567580 +0:The total amount of wall time = 330.797021 +0:The maximum resident set size (KB) = 567528 Test 064 hrrr_control_restart PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/rrfs_v1beta -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/rrfs_v1beta +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/rrfs_v1beta +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/rrfs_v1beta Checking test 065 rrfs_v1beta results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2787,14 +2787,14 @@ Checking test 065 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.400873 -0:The maximum resident set size (KB) = 819628 +0:The total amount of wall time = 444.056367 +0:The maximum resident set size (KB) = 819632 Test 065 rrfs_v1beta PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/rrfs_v1nssl -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/rrfs_v1nssl +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/rrfs_v1nssl +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/rrfs_v1nssl Checking test 066 rrfs_v1nssl results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2809,14 +2809,14 @@ Checking test 066 rrfs_v1nssl results .... Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK -0:The total amount of wall time = 577.624901 -0:The maximum resident set size (KB) = 509708 +0:The total amount of wall time = 552.057560 +0:The maximum resident set size (KB) = 509680 Test 066 rrfs_v1nssl PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/rrfs_v1nssl_nohailnoccn -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/rrfs_v1nssl_nohailnoccn +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/rrfs_v1nssl_nohailnoccn +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/rrfs_v1nssl_nohailnoccn Checking test 067 rrfs_v1nssl_nohailnoccn results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2831,14 +2831,14 @@ Checking test 067 rrfs_v1nssl_nohailnoccn results .... Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK -0:The total amount of wall time = 529.839440 -0:The maximum resident set size (KB) = 503052 +0:The total amount of wall time = 530.961548 +0:The maximum resident set size (KB) = 503276 Test 067 rrfs_v1nssl_nohailnoccn PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/rrfs_conus13km_hrrr_warm -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/rrfs_conus13km_hrrr_warm +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/rrfs_conus13km_hrrr_warm +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/rrfs_conus13km_hrrr_warm Checking test 068 rrfs_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -2847,14 +2847,14 @@ Checking test 068 rrfs_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK -0:The total amount of wall time = 188.526138 -0:The maximum resident set size (KB) = 641072 +0:The total amount of wall time = 189.370399 +0:The maximum resident set size (KB) = 641048 Test 068 rrfs_conus13km_hrrr_warm PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/rrfs_conus13km_radar_tten_warm -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/rrfs_conus13km_radar_tten_warm +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/rrfs_conus13km_radar_tten_warm +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/rrfs_conus13km_radar_tten_warm Checking test 069 rrfs_conus13km_radar_tten_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -2863,14 +2863,14 @@ Checking test 069 rrfs_conus13km_radar_tten_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK -0:The total amount of wall time = 190.924606 -0:The maximum resident set size (KB) = 643644 +0:The total amount of wall time = 188.845995 +0:The maximum resident set size (KB) = 643532 Test 069 rrfs_conus13km_radar_tten_warm PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/rrfs_smoke_conus13km_hrrr_warm -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/rrfs_smoke_conus13km_hrrr_warm +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/rrfs_smoke_conus13km_hrrr_warm +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/rrfs_smoke_conus13km_hrrr_warm Checking test 070 rrfs_smoke_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -2879,14 +2879,14 @@ Checking test 070 rrfs_smoke_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK -0:The total amount of wall time = 210.290394 -0:The maximum resident set size (KB) = 657092 +0:The total amount of wall time = 208.666780 +0:The maximum resident set size (KB) = 657084 Test 070 rrfs_smoke_conus13km_hrrr_warm PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/control_csawmg -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/control_csawmg +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/control_csawmg +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/control_csawmg Checking test 071 control_csawmg results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2897,14 +2897,14 @@ Checking test 071 control_csawmg results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 390.714277 -0:The maximum resident set size (KB) = 532872 +0:The total amount of wall time = 371.818942 +0:The maximum resident set size (KB) = 533224 Test 071 control_csawmg PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/control_csawmgt -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/control_csawmgt +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/control_csawmgt +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/control_csawmgt Checking test 072 control_csawmgt results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2915,14 +2915,14 @@ Checking test 072 control_csawmgt results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 382.218457 -0:The maximum resident set size (KB) = 533292 +0:The total amount of wall time = 386.927679 +0:The maximum resident set size (KB) = 532772 Test 072 control_csawmgt PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/control_ras -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/control_ras +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/control_ras +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/control_ras Checking test 073 control_ras results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2933,54 +2933,54 @@ Checking test 073 control_ras results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 193.865205 -0:The maximum resident set size (KB) = 491464 +0:The total amount of wall time = 199.700230 +0:The maximum resident set size (KB) = 491572 Test 073 control_ras PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/control_wam -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/control_wam +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/control_wam +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/control_wam Checking test 074 control_wam results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK -0:The total amount of wall time = 114.499302 -0:The maximum resident set size (KB) = 207760 +0:The total amount of wall time = 122.850611 +0:The maximum resident set size (KB) = 207736 Test 074 control_wam PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/control_debug -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/control_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/control_debug +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/control_debug Checking test 075 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 = 159.749002 -0:The maximum resident set size (KB) = 623548 +0:The total amount of wall time = 158.729112 +0:The maximum resident set size (KB) = 623520 Test 075 control_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/control_debug -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/control_2threads_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/control_debug +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/control_2threads_debug Checking test 076 control_2threads_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 278.306770 -0:The maximum resident set size (KB) = 669856 +0:The total amount of wall time = 278.034101 +0:The maximum resident set size (KB) = 670936 Test 076 control_2threads_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/control_CubedSphereGrid_debug -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/control_CubedSphereGrid_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/control_CubedSphereGrid_debug +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/control_CubedSphereGrid_debug Checking test 077 control_CubedSphereGrid_debug results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -3007,348 +3007,348 @@ Checking test 077 control_CubedSphereGrid_debug results .... Comparing atmf001.tile5.nc .........OK Comparing atmf001.tile6.nc .........OK -0:The total amount of wall time = 173.699040 -0:The maximum resident set size (KB) = 623424 +0:The total amount of wall time = 172.621967 +0:The maximum resident set size (KB) = 623680 Test 077 control_CubedSphereGrid_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/control_wrtGauss_netcdf_parallel_debug -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/control_wrtGauss_netcdf_parallel_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/control_wrtGauss_netcdf_parallel_debug +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/control_wrtGauss_netcdf_parallel_debug Checking test 078 control_wrtGauss_netcdf_parallel_debug results .... Comparing sfcf000.nc .........OK - Comparing sfcf001.nc ............ALT CHECK......OK - Comparing atmf000.nc .........OK + Comparing sfcf001.nc .........OK + Comparing atmf000.nc ............ALT CHECK......OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 162.317614 -0:The maximum resident set size (KB) = 623400 +0:The total amount of wall time = 161.243954 +0:The maximum resident set size (KB) = 623584 Test 078 control_wrtGauss_netcdf_parallel_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/control_stochy_debug -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/control_stochy_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/control_stochy_debug +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/control_stochy_debug Checking test 079 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.855815 -0:The maximum resident set size (KB) = 631148 +0:The total amount of wall time = 180.585649 +0:The maximum resident set size (KB) = 631108 Test 079 control_stochy_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/control_lndp_debug -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/control_lndp_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/control_lndp_debug +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/control_lndp_debug Checking test 080 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 = 164.087341 -0:The maximum resident set size (KB) = 628688 +0:The total amount of wall time = 163.318428 +0:The maximum resident set size (KB) = 628348 Test 080 control_lndp_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/control_csawmg_debug -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/control_csawmg_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/control_csawmg_debug +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/control_csawmg_debug Checking test 081 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 = 254.016580 -0:The maximum resident set size (KB) = 673556 +0:The total amount of wall time = 254.678122 +0:The maximum resident set size (KB) = 673548 Test 081 control_csawmg_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/control_csawmgt_debug -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/control_csawmgt_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/control_csawmgt_debug +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/control_csawmgt_debug Checking test 082 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 = 250.971574 -0:The maximum resident set size (KB) = 672956 +0:The total amount of wall time = 250.320424 +0:The maximum resident set size (KB) = 672932 Test 082 control_csawmgt_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/control_ras_debug -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/control_ras_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/control_ras_debug +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/control_ras_debug Checking test 083 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.127642 -0:The maximum resident set size (KB) = 636768 +0:The total amount of wall time = 165.750626 +0:The maximum resident set size (KB) = 636716 Test 083 control_ras_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/control_diag_debug -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/control_diag_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/control_diag_debug +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/control_diag_debug Checking test 084 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.481000 -0:The maximum resident set size (KB) = 681616 +0:The total amount of wall time = 167.890356 +0:The maximum resident set size (KB) = 681692 Test 084 control_diag_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/control_debug_p8 -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/control_debug_p8 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/control_debug_p8 +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/control_debug_p8 Checking test 085 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 = 182.348086 -0:The maximum resident set size (KB) = 1448540 +0:The total amount of wall time = 182.877879 +0:The maximum resident set size (KB) = 1448572 Test 085 control_debug_p8 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/fv3_regional_debug -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/regional_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/fv3_regional_debug +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/regional_debug Checking test 086 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 = 259.255727 -0:The maximum resident set size (KB) = 590476 +0:The total amount of wall time = 259.218837 +0:The maximum resident set size (KB) = 590456 Test 086 regional_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_control_debug -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/rap_control_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_control_debug +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/rap_control_debug Checking test 087 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 = 290.727266 -0:The maximum resident set size (KB) = 991408 +0:The total amount of wall time = 290.431552 +0:The maximum resident set size (KB) = 991324 Test 087 rap_control_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/hrrr_control_debug -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/hrrr_control_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/hrrr_control_debug +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/hrrr_control_debug Checking test 088 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 = 286.142080 +0:The total amount of wall time = 292.443394 0:The maximum resident set size (KB) = 988132 Test 088 hrrr_control_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_control_debug -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/rap_unified_drag_suite_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_control_debug +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/rap_unified_drag_suite_debug Checking test 089 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 = 290.575218 -0:The maximum resident set size (KB) = 991140 +0:The total amount of wall time = 289.625792 +0:The maximum resident set size (KB) = 991308 Test 089 rap_unified_drag_suite_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_diag_debug -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/rap_diag_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_diag_debug +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/rap_diag_debug Checking test 090 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 = 304.767696 -0:The maximum resident set size (KB) = 1076416 +0:The total amount of wall time = 305.259875 +0:The maximum resident set size (KB) = 1076324 Test 090 rap_diag_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_cires_ugwp_debug -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/rap_cires_ugwp_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_cires_ugwp_debug +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/rap_cires_ugwp_debug Checking test 091 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 = 295.917071 -0:The maximum resident set size (KB) = 990248 +0:The total amount of wall time = 296.763244 +0:The maximum resident set size (KB) = 990300 Test 091 rap_cires_ugwp_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_cires_ugwp_debug -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/rap_unified_ugwp_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_cires_ugwp_debug +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/rap_unified_ugwp_debug Checking test 092 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 = 296.612491 -0:The maximum resident set size (KB) = 991284 +0:The total amount of wall time = 295.733115 +0:The maximum resident set size (KB) = 991156 Test 092 rap_unified_ugwp_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_lndp_debug -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/rap_lndp_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_lndp_debug +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/rap_lndp_debug Checking test 093 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 = 293.190310 -0:The maximum resident set size (KB) = 992500 +0:The total amount of wall time = 292.341070 +0:The maximum resident set size (KB) = 992660 Test 093 rap_lndp_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_flake_debug -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/rap_flake_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_flake_debug +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/rap_flake_debug Checking test 094 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 = 289.850509 -0:The maximum resident set size (KB) = 990800 +0:The total amount of wall time = 290.447806 +0:The maximum resident set size (KB) = 991004 Test 094 rap_flake_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_progcld_thompson_debug -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/rap_progcld_thompson_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_progcld_thompson_debug +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/rap_progcld_thompson_debug Checking test 095 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 = 290.919499 -0:The maximum resident set size (KB) = 991348 +0:The total amount of wall time = 291.141987 +0:The maximum resident set size (KB) = 991448 Test 095 rap_progcld_thompson_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_noah_debug -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/rap_noah_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_noah_debug +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/rap_noah_debug Checking test 096 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 = 285.103176 -0:The maximum resident set size (KB) = 990372 +0:The total amount of wall time = 284.891106 +0:The maximum resident set size (KB) = 990488 Test 096 rap_noah_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_rrtmgp_debug -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/rap_rrtmgp_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_rrtmgp_debug +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/rap_rrtmgp_debug Checking test 097 rap_rrtmgp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 485.906991 -0:The maximum resident set size (KB) = 1120132 +0:The total amount of wall time = 488.287626 +0:The maximum resident set size (KB) = 1120140 Test 097 rap_rrtmgp_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_sfcdiff_debug -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/rap_sfcdiff_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_sfcdiff_debug +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/rap_sfcdiff_debug Checking test 098 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 = 290.095238 -0:The maximum resident set size (KB) = 991080 +0:The total amount of wall time = 290.588527 +0:The maximum resident set size (KB) = 991220 Test 098 rap_sfcdiff_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_noah_sfcdiff_cires_ugwp_debug -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/rap_noah_sfcdiff_cires_ugwp_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_noah_sfcdiff_cires_ugwp_debug +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/rap_noah_sfcdiff_cires_ugwp_debug Checking test 099 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 = 474.641875 -0:The maximum resident set size (KB) = 990200 +0:The total amount of wall time = 473.918838 +0:The maximum resident set size (KB) = 990140 Test 099 rap_noah_sfcdiff_cires_ugwp_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/rrfs_v1beta_debug -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/rrfs_v1beta_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/rrfs_v1beta_debug +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/rrfs_v1beta_debug Checking test 100 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 = 286.845159 -0:The maximum resident set size (KB) = 987712 +0:The total amount of wall time = 286.239426 +0:The maximum resident set size (KB) = 987572 Test 100 rrfs_v1beta_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/control_wam_debug -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/control_wam_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/control_wam_debug +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/control_wam_debug Checking test 101 control_wam_debug results .... Comparing sfcf019.nc .........OK Comparing atmf019.nc .........OK -0:The total amount of wall time = 295.578592 -0:The maximum resident set size (KB) = 241160 +0:The total amount of wall time = 295.367486 +0:The maximum resident set size (KB) = 241052 Test 101 control_wam_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/regional_spp_sppt_shum_skeb_dyn32_phy32 -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/regional_spp_sppt_shum_skeb_dyn32_phy32 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/regional_spp_sppt_shum_skeb_dyn32_phy32 +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/regional_spp_sppt_shum_skeb_dyn32_phy32 Checking test 102 regional_spp_sppt_shum_skeb_dyn32_phy32 results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK @@ -3359,14 +3359,14 @@ Checking test 102 regional_spp_sppt_shum_skeb_dyn32_phy32 results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF01 .........OK -0:The total amount of wall time = 658.286714 -0:The maximum resident set size (KB) = 830908 +0:The total amount of wall time = 652.330749 +0:The maximum resident set size (KB) = 831128 Test 102 regional_spp_sppt_shum_skeb_dyn32_phy32 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_control_dyn32_phy32 -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/rap_control_dyn32_phy32 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_control_dyn32_phy32 +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/rap_control_dyn32_phy32 Checking test 103 rap_control_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3413,14 +3413,14 @@ Checking test 103 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 = 370.871336 -0:The maximum resident set size (KB) = 709012 +0:The total amount of wall time = 378.499650 +0:The maximum resident set size (KB) = 709188 Test 103 rap_control_dyn32_phy32 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/hrrr_control_dyn32_phy32 -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/hrrr_control_dyn32_phy32 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/hrrr_control_dyn32_phy32 +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/hrrr_control_dyn32_phy32 Checking test 104 hrrr_control_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3467,14 +3467,14 @@ Checking test 104 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 = 195.352380 -0:The maximum resident set size (KB) = 707364 +0:The total amount of wall time = 196.057516 +0:The maximum resident set size (KB) = 707276 Test 104 hrrr_control_dyn32_phy32 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_control_dyn32_phy32 -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/rap_2threads_dyn32_phy32 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_control_dyn32_phy32 +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/rap_2threads_dyn32_phy32 Checking test 105 rap_2threads_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3521,14 +3521,14 @@ Checking test 105 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 = 923.353986 -0:The maximum resident set size (KB) = 746048 +0:The total amount of wall time = 918.203192 +0:The maximum resident set size (KB) = 746060 Test 105 rap_2threads_dyn32_phy32 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/hrrr_control_dyn32_phy32 -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/hrrr_control_2threads_dyn32_phy32 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/hrrr_control_dyn32_phy32 +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/hrrr_control_2threads_dyn32_phy32 Checking test 106 hrrr_control_2threads_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3575,14 +3575,14 @@ Checking test 106 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 = 486.978104 -0:The maximum resident set size (KB) = 743868 +0:The total amount of wall time = 487.855786 +0:The maximum resident set size (KB) = 743804 Test 106 hrrr_control_2threads_dyn32_phy32 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/hrrr_control_dyn32_phy32 -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/hrrr_control_decomp_dyn32_phy32 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/hrrr_control_dyn32_phy32 +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/hrrr_control_decomp_dyn32_phy32 Checking test 107 hrrr_control_decomp_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3629,14 +3629,14 @@ Checking test 107 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 = 208.202623 -0:The maximum resident set size (KB) = 706312 +0:The total amount of wall time = 207.566513 +0:The maximum resident set size (KB) = 706460 Test 107 hrrr_control_decomp_dyn32_phy32 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_control_dyn32_phy32 -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/rap_restart_dyn32_phy32 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_control_dyn32_phy32 +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/rap_restart_dyn32_phy32 Checking test 108 rap_restart_dyn32_phy32 results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -3675,14 +3675,14 @@ Checking test 108 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 = 279.085699 -0:The maximum resident set size (KB) = 543412 +0:The total amount of wall time = 279.457183 +0:The maximum resident set size (KB) = 543364 Test 108 rap_restart_dyn32_phy32 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/hrrr_control_dyn32_phy32 -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/hrrr_control_restart_dyn32_phy32 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/hrrr_control_dyn32_phy32 +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/hrrr_control_restart_dyn32_phy32 Checking test 109 hrrr_control_restart_dyn32_phy32 results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -3721,14 +3721,14 @@ Checking test 109 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 = 101.341945 -0:The maximum resident set size (KB) = 540452 +0:The total amount of wall time = 100.509905 +0:The maximum resident set size (KB) = 540508 Test 109 hrrr_control_restart_dyn32_phy32 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_control_dyn64_phy32 -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/rap_control_dyn64_phy32 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_control_dyn64_phy32 +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/rap_control_dyn64_phy32 Checking test 110 rap_control_dyn64_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3775,81 +3775,81 @@ Checking test 110 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 = 249.043494 -0:The maximum resident set size (KB) = 729872 +0:The total amount of wall time = 257.986627 +0:The maximum resident set size (KB) = 729892 Test 110 rap_control_dyn64_phy32 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_control_debug_dyn32_phy32 -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/rap_control_debug_dyn32_phy32 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_control_debug_dyn32_phy32 +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/rap_control_debug_dyn32_phy32 Checking test 111 rap_control_debug_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 286.749641 -0:The maximum resident set size (KB) = 877216 +0:The total amount of wall time = 285.682998 +0:The maximum resident set size (KB) = 877156 Test 111 rap_control_debug_dyn32_phy32 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/hrrr_control_debug_dyn32_phy32 -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/hrrr_control_debug_dyn32_phy32 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/hrrr_control_debug_dyn32_phy32 +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/hrrr_control_debug_dyn32_phy32 Checking test 112 hrrr_control_debug_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 282.251547 -0:The maximum resident set size (KB) = 875068 +0:The total amount of wall time = 283.676251 +0:The maximum resident set size (KB) = 874816 Test 112 hrrr_control_debug_dyn32_phy32 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_control_debug_dyn64_phy32 -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/rap_control_dyn64_phy32_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_control_debug_dyn64_phy32 +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/rap_control_dyn64_phy32_debug Checking test 113 rap_control_dyn64_phy32_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 290.418470 -0:The maximum resident set size (KB) = 896340 +0:The total amount of wall time = 292.437014 +0:The maximum resident set size (KB) = 896460 Test 113 rap_control_dyn64_phy32_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/hafs_regional_atm -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/hafs_regional_atm +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/hafs_regional_atm +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/hafs_regional_atm Checking test 114 hafs_regional_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing HURPRS.GrbF06 .........OK -0:The total amount of wall time = 622.362644 -0:The maximum resident set size (KB) = 692172 +0:The total amount of wall time = 620.349260 +0:The maximum resident set size (KB) = 692004 Test 114 hafs_regional_atm PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/hafs_regional_atm_thompson_gfdlsf -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/hafs_regional_atm_thompson_gfdlsf +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/hafs_regional_atm_thompson_gfdlsf +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/hafs_regional_atm_thompson_gfdlsf Checking test 115 hafs_regional_atm_thompson_gfdlsf results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK -0:The total amount of wall time = 661.813121 -0:The maximum resident set size (KB) = 1052604 +0:The total amount of wall time = 675.962077 +0:The maximum resident set size (KB) = 1052908 Test 115 hafs_regional_atm_thompson_gfdlsf PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/hafs_regional_atm_ocn -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/hafs_regional_atm_ocn +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/hafs_regional_atm_ocn +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/hafs_regional_atm_ocn Checking test 116 hafs_regional_atm_ocn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -3858,14 +3858,14 @@ Checking test 116 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 = 447.286859 -0:The maximum resident set size (KB) = 721480 +0:The total amount of wall time = 448.943602 +0:The maximum resident set size (KB) = 721328 Test 116 hafs_regional_atm_ocn PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/hafs_regional_atm_wav -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/hafs_regional_atm_wav +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/hafs_regional_atm_wav +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/hafs_regional_atm_wav Checking test 117 hafs_regional_atm_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -3874,14 +3874,14 @@ Checking test 117 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 = 1002.665854 -0:The maximum resident set size (KB) = 751332 +0:The total amount of wall time = 964.369107 +0:The maximum resident set size (KB) = 751568 Test 117 hafs_regional_atm_wav PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/hafs_regional_atm_ocn_wav -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/hafs_regional_atm_ocn_wav +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/hafs_regional_atm_ocn_wav +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/hafs_regional_atm_ocn_wav Checking test 118 hafs_regional_atm_ocn_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -3892,28 +3892,28 @@ Checking test 118 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 = 1138.009299 -0:The maximum resident set size (KB) = 764652 +0:The total amount of wall time = 1096.057265 +0:The maximum resident set size (KB) = 764556 Test 118 hafs_regional_atm_ocn_wav PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/hafs_regional_1nest_atm -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/hafs_regional_1nest_atm +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/hafs_regional_1nest_atm +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/hafs_regional_1nest_atm Checking test 119 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 = 1240.977908 -0:The maximum resident set size (KB) = 278704 +0:The total amount of wall time = 1243.360772 +0:The maximum resident set size (KB) = 278760 Test 119 hafs_regional_1nest_atm PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/hafs_regional_telescopic_2nests_atm -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/hafs_regional_telescopic_2nests_atm +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/hafs_regional_telescopic_2nests_atm +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/hafs_regional_telescopic_2nests_atm Checking test 120 hafs_regional_telescopic_2nests_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -3922,28 +3922,28 @@ Checking test 120 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 = 1340.203823 -0:The maximum resident set size (KB) = 291008 +0:The total amount of wall time = 1345.068639 +0:The maximum resident set size (KB) = 291024 Test 120 hafs_regional_telescopic_2nests_atm PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/hafs_global_1nest_atm -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/hafs_global_1nest_atm +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/hafs_global_1nest_atm +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/hafs_global_1nest_atm Checking test 121 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 = 828.769663 -0:The maximum resident set size (KB) = 186724 +0:The total amount of wall time = 822.505180 +0:The maximum resident set size (KB) = 186480 Test 121 hafs_global_1nest_atm PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/hafs_global_multiple_4nests_atm -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/hafs_global_multiple_4nests_atm +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/hafs_global_multiple_4nests_atm +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/hafs_global_multiple_4nests_atm Checking test 122 hafs_global_multiple_4nests_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -3961,14 +3961,14 @@ Checking test 122 hafs_global_multiple_4nests_atm results .... Comparing HURPRS.GrbF06.nest04 .........OK Comparing HURPRS.GrbF06.nest05 .........OK -0:The total amount of wall time = 1453.560064 -0:The maximum resident set size (KB) = 263964 +0:The total amount of wall time = 1467.152014 +0:The maximum resident set size (KB) = 267872 Test 122 hafs_global_multiple_4nests_atm PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/hafs_regional_specified_moving_1nest_atm -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/hafs_regional_specified_moving_1nest_atm +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/hafs_regional_specified_moving_1nest_atm +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/hafs_regional_specified_moving_1nest_atm Checking test 123 hafs_regional_specified_moving_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -3977,28 +3977,28 @@ Checking test 123 hafs_regional_specified_moving_1nest_atm results .... Comparing HURPRS.GrbF06 .........OK Comparing HURPRS.GrbF06.nest02 .........OK -0:The total amount of wall time = 705.829847 -0:The maximum resident set size (KB) = 289320 +0:The total amount of wall time = 706.313099 +0:The maximum resident set size (KB) = 289388 Test 123 hafs_regional_specified_moving_1nest_atm PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/hafs_regional_storm_following_1nest_atm -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/hafs_regional_storm_following_1nest_atm +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/hafs_regional_storm_following_1nest_atm +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/hafs_regional_storm_following_1nest_atm Checking test 124 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 = 674.873147 -0:The maximum resident set size (KB) = 289660 +0:The total amount of wall time = 676.403617 +0:The maximum resident set size (KB) = 289564 Test 124 hafs_regional_storm_following_1nest_atm PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/hafs_regional_storm_following_1nest_atm_ocn -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/hafs_regional_storm_following_1nest_atm_ocn +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/hafs_regional_storm_following_1nest_atm_ocn +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/hafs_regional_storm_following_1nest_atm_ocn Checking test 125 hafs_regional_storm_following_1nest_atm_ocn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4007,14 +4007,14 @@ Checking test 125 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 = 696.442454 -0:The maximum resident set size (KB) = 319940 +0:The total amount of wall time = 691.940987 +0:The maximum resident set size (KB) = 320032 Test 125 hafs_regional_storm_following_1nest_atm_ocn PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/hafs_regional_storm_following_1nest_atm_ocn_wav -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/hafs_regional_storm_following_1nest_atm_ocn_wav +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/hafs_regional_storm_following_1nest_atm_ocn_wav +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/hafs_regional_storm_following_1nest_atm_ocn_wav Checking test 126 hafs_regional_storm_following_1nest_atm_ocn_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4025,28 +4025,28 @@ Checking test 126 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 = 1333.496976 -0:The maximum resident set size (KB) = 385888 +0:The total amount of wall time = 1316.912232 +0:The maximum resident set size (KB) = 385300 Test 126 hafs_regional_storm_following_1nest_atm_ocn_wav PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/hafs_global_storm_following_1nest_atm -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/hafs_global_storm_following_1nest_atm +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/hafs_global_storm_following_1nest_atm +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/hafs_global_storm_following_1nest_atm Checking test 127 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 = 415.613766 -0:The maximum resident set size (KB) = 204588 +0:The total amount of wall time = 414.408651 +0:The maximum resident set size (KB) = 204560 Test 127 hafs_global_storm_following_1nest_atm PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/hafs_regional_docn -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/hafs_regional_docn +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/hafs_regional_docn +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/hafs_regional_docn Checking test 128 hafs_regional_docn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4054,14 +4054,14 @@ Checking test 128 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 = 404.824242 -0:The maximum resident set size (KB) = 738032 +0:The total amount of wall time = 403.297659 +0:The maximum resident set size (KB) = 737848 Test 128 hafs_regional_docn PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/hafs_regional_docn_oisst -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/hafs_regional_docn_oisst +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/hafs_regional_docn_oisst +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/hafs_regional_docn_oisst Checking test 129 hafs_regional_docn_oisst results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4069,131 +4069,131 @@ Checking test 129 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 = 404.284128 -0:The maximum resident set size (KB) = 722280 +0:The total amount of wall time = 398.171242 +0:The maximum resident set size (KB) = 722104 Test 129 hafs_regional_docn_oisst PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/hafs_regional_datm_cdeps -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/hafs_regional_datm_cdeps +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/hafs_regional_datm_cdeps +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/hafs_regional_datm_cdeps Checking test 130 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 = 1286.986375 -0:The maximum resident set size (KB) = 891080 +0:The total amount of wall time = 1274.461095 +0:The maximum resident set size (KB) = 891404 Test 130 hafs_regional_datm_cdeps PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/datm_cdeps_control_cfsr -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/datm_cdeps_control_cfsr +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/datm_cdeps_control_cfsr +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/datm_cdeps_control_cfsr Checking test 131 datm_cdeps_control_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK -0:The total amount of wall time = 167.571114 -0:The maximum resident set size (KB) = 720248 +0:The total amount of wall time = 168.612181 +0:The maximum resident set size (KB) = 720028 Test 131 datm_cdeps_control_cfsr PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/datm_cdeps_control_cfsr -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/datm_cdeps_restart_cfsr +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/datm_cdeps_control_cfsr +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/datm_cdeps_restart_cfsr Checking test 132 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.375982 -0:The maximum resident set size (KB) = 719252 +0:The total amount of wall time = 97.628513 +0:The maximum resident set size (KB) = 719404 Test 132 datm_cdeps_restart_cfsr PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/datm_cdeps_control_gefs -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/datm_cdeps_control_gefs +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/datm_cdeps_control_gefs +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/datm_cdeps_control_gefs Checking test 133 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 = 161.740914 -0:The maximum resident set size (KB) = 610772 +0:The total amount of wall time = 160.979646 +0:The maximum resident set size (KB) = 610876 Test 133 datm_cdeps_control_gefs PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/datm_cdeps_iau_gefs -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/datm_cdeps_iau_gefs +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/datm_cdeps_iau_gefs +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/datm_cdeps_iau_gefs Checking test 134 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 = 164.756700 -0:The maximum resident set size (KB) = 610836 +0:The total amount of wall time = 164.339760 +0:The maximum resident set size (KB) = 610752 Test 134 datm_cdeps_iau_gefs PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/datm_cdeps_stochy_gefs -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/datm_cdeps_stochy_gefs +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/datm_cdeps_stochy_gefs +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/datm_cdeps_stochy_gefs Checking test 135 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 = 159.802330 -0:The maximum resident set size (KB) = 610852 +0:The total amount of wall time = 164.298686 +0:The maximum resident set size (KB) = 610912 Test 135 datm_cdeps_stochy_gefs PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/datm_cdeps_ciceC_cfsr -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/datm_cdeps_ciceC_cfsr +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/datm_cdeps_ciceC_cfsr +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/datm_cdeps_ciceC_cfsr Checking test 136 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 = 163.595707 -0:The maximum resident set size (KB) = 719968 +0:The total amount of wall time = 168.929938 +0:The maximum resident set size (KB) = 720220 Test 136 datm_cdeps_ciceC_cfsr PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/datm_cdeps_bulk_cfsr -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/datm_cdeps_bulk_cfsr +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/datm_cdeps_bulk_cfsr +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/datm_cdeps_bulk_cfsr Checking test 137 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 = 168.936727 -0:The maximum resident set size (KB) = 720192 +0:The total amount of wall time = 168.971489 +0:The maximum resident set size (KB) = 720008 Test 137 datm_cdeps_bulk_cfsr PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/datm_cdeps_bulk_gefs -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/datm_cdeps_bulk_gefs +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/datm_cdeps_bulk_gefs +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/datm_cdeps_bulk_gefs Checking test 138 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 = 164.699436 -0:The maximum resident set size (KB) = 610828 +0:The total amount of wall time = 161.722016 +0:The maximum resident set size (KB) = 610788 Test 138 datm_cdeps_bulk_gefs PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/datm_cdeps_mx025_cfsr -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/datm_cdeps_mx025_cfsr +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/datm_cdeps_mx025_cfsr +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/datm_cdeps_mx025_cfsr Checking test 139 datm_cdeps_mx025_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK @@ -4202,14 +4202,14 @@ Checking test 139 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 = 680.461713 -0:The maximum resident set size (KB) = 517840 +0:The total amount of wall time = 733.959841 +0:The maximum resident set size (KB) = 517872 Test 139 datm_cdeps_mx025_cfsr PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/datm_cdeps_mx025_gefs -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/datm_cdeps_mx025_gefs +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/datm_cdeps_mx025_gefs +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/datm_cdeps_mx025_gefs Checking test 140 datm_cdeps_mx025_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK @@ -4218,64 +4218,64 @@ Checking test 140 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 = 741.125267 -0:The maximum resident set size (KB) = 498608 +0:The total amount of wall time = 750.611894 +0:The maximum resident set size (KB) = 498672 Test 140 datm_cdeps_mx025_gefs PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/datm_cdeps_control_cfsr -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/datm_cdeps_multiple_files_cfsr +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/datm_cdeps_control_cfsr +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/datm_cdeps_multiple_files_cfsr Checking test 141 datm_cdeps_multiple_files_cfsr results .... Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK -0:The total amount of wall time = 167.447994 -0:The maximum resident set size (KB) = 720012 +0:The total amount of wall time = 167.074746 +0:The maximum resident set size (KB) = 731416 Test 141 datm_cdeps_multiple_files_cfsr PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/datm_cdeps_3072x1536_cfsr -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/datm_cdeps_3072x1536_cfsr +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/datm_cdeps_3072x1536_cfsr +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/datm_cdeps_3072x1536_cfsr Checking test 142 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 = 239.919577 -0:The maximum resident set size (KB) = 1945484 +0:The total amount of wall time = 255.025042 +0:The maximum resident set size (KB) = 1940556 Test 142 datm_cdeps_3072x1536_cfsr PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/datm_cdeps_gfs -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/datm_cdeps_gfs +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/datm_cdeps_gfs +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/datm_cdeps_gfs Checking test 143 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 = 240.180178 -0:The maximum resident set size (KB) = 1944948 +0:The total amount of wall time = 239.203033 +0:The maximum resident set size (KB) = 1945460 Test 143 datm_cdeps_gfs PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/datm_cdeps_debug_cfsr -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/datm_cdeps_debug_cfsr +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/datm_cdeps_debug_cfsr +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/datm_cdeps_debug_cfsr Checking test 144 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 = 459.123753 -0:The maximum resident set size (KB) = 710120 +0:The total amount of wall time = 460.037730 +0:The maximum resident set size (KB) = 710132 Test 144 datm_cdeps_debug_cfsr PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/control_atmwav -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/control_atmwav +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/control_atmwav +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/control_atmwav Checking test 145 control_atmwav results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -4319,14 +4319,14 @@ Checking test 145 control_atmwav results .... Comparing RESTART/sfc_data.tile6.nc .........OK Comparing 20210322.180000.restart.glo_1deg .........OK -0:The total amount of wall time = 96.585261 -0:The maximum resident set size (KB) = 476776 +0:The total amount of wall time = 95.739031 +0:The maximum resident set size (KB) = 476872 Test 145 control_atmwav PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/atmaero_control_p8 -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/atmaero_control_p8 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/atmaero_control_p8 +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/atmaero_control_p8 Checking test 146 atmaero_control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -4370,14 +4370,14 @@ Checking test 146 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 = 245.591477 -0:The maximum resident set size (KB) = 2705712 +0:The total amount of wall time = 247.741644 +0:The maximum resident set size (KB) = 2705732 Test 146 atmaero_control_p8 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/atmaero_control_p8_rad -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/atmaero_control_p8_rad +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/atmaero_control_p8_rad +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/atmaero_control_p8_rad Checking test 147 atmaero_control_p8_rad results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -4421,14 +4421,14 @@ Checking test 147 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 = 309.511837 -0:The maximum resident set size (KB) = 2760060 +0:The total amount of wall time = 295.485353 +0:The maximum resident set size (KB) = 2760100 Test 147 atmaero_control_p8_rad PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220830/INTEL/regional_atmaq -working dir = /glade/scratch/jongkim/rt-1362-intel/jongkim/FV3_RT/rt_30738/regional_atmaq +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220907/INTEL/regional_atmaq +working dir = /glade/scratch/jongkim/rt-1399-intel/jongkim/FV3_RT/rt_57775/regional_atmaq Checking test 148 regional_atmaq results .... Comparing sfcf000.nc .........OK Comparing sfcf003.nc .........OK @@ -4444,12 +4444,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 = 1131.523619 -0:The maximum resident set size (KB) = 798188 +0:The total amount of wall time = 1039.741156 +0:The maximum resident set size (KB) = 798180 Test 148 regional_atmaq PASS REGRESSION TEST WAS SUCCESSFUL -Wed Aug 31 00:08:27 MDT 2022 -Elapsed time: 03h:29m:55s. Have a nice day! +Wed Sep 7 16:58:18 MDT 2022 +Elapsed time: 02h:08m:28s. Have a nice day! diff --git a/tests/RegressionTests_gaea.intel.log b/tests/RegressionTests_gaea.intel.log index f65fad75a4..968fedf1c6 100644 --- a/tests/RegressionTests_gaea.intel.log +++ b/tests/RegressionTests_gaea.intel.log @@ -1,32 +1,32 @@ -Tue Aug 30 22:48:50 EDT 2022 +Thu Sep 8 05:46:04 EDT 2022 Start Regression test -Compile 001 elapsed time 658 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 002 elapsed time 632 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 003 elapsed time 278 seconds. -DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 004 elapsed time 254 seconds. -DAPP=S2SW -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 005 elapsed time 498 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_sfcocn -DCMEPS_AOFLUX=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 006 elapsed time 518 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 007 elapsed time 736 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 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 008 elapsed time 489 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_RRTMGP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_smoke,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 009 elapsed time 437 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_csawmg,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 010 elapsed time 420 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 011 elapsed time 668 seconds. -DAPP=ATM -DDEBUG=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 012 elapsed time 181 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 013 elapsed time 384 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 014 elapsed time 429 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 015 elapsed time 176 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 016 elapsed time 186 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 017 elapsed time 552 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst,FV3_HAFS_v0_thompson_tedmf_gfdlsf -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 018 elapsed time 612 seconds. -DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 019 elapsed time 256 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 020 elapsed time 149 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 021 elapsed time 659 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 022 elapsed time 408 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 023 elapsed time 403 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DMPI=ON -DCMAKE_BUILD_TYPE=Release - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/cpld_control_p8 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/cpld_control_p8 +Compile 001 elapsed time 710 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 002 elapsed time 646 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 003 elapsed time 324 seconds. -DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 004 elapsed time 287 seconds. -DAPP=S2SW -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 005 elapsed time 553 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_sfcocn -DCMEPS_AOFLUX=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 006 elapsed time 547 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 007 elapsed time 618 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 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 008 elapsed time 519 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_RRTMGP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_smoke,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 009 elapsed time 493 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_csawmg,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 010 elapsed time 460 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 011 elapsed time 712 seconds. -DAPP=ATM -DDEBUG=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 012 elapsed time 200 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 013 elapsed time 407 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 014 elapsed time 424 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 015 elapsed time 200 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 016 elapsed time 287 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 017 elapsed time 632 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst,FV3_HAFS_v0_thompson_tedmf_gfdlsf -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 018 elapsed time 634 seconds. -DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 019 elapsed time 277 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 020 elapsed time 160 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 021 elapsed time 553 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 022 elapsed time 442 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 023 elapsed time 596 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DMPI=ON -DCMAKE_BUILD_TYPE=Release + +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/cpld_control_p8 +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/cpld_control_p8 Checking test 001 cpld_control_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -91,14 +91,14 @@ Checking test 001 cpld_control_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 387.303147 - 0: The maximum resident set size (KB) = 1586248 + 0: The total amount of wall time = 367.800152 + 0: The maximum resident set size (KB) = 1600408 Test 001 cpld_control_p8 PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/cpld_control_p8 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/cpld_restart_p8 +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/cpld_control_p8 +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/cpld_restart_p8 Checking test 002 cpld_restart_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -151,14 +151,14 @@ Checking test 002 cpld_restart_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 229.979847 - 0: The maximum resident set size (KB) = 1020908 + 0: The total amount of wall time = 209.557905 + 0: The maximum resident set size (KB) = 1021168 Test 002 cpld_restart_p8 PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/cpld_control_p8 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/cpld_2threads_p8 +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/cpld_control_p8 +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/cpld_2threads_p8 Checking test 003 cpld_2threads_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -211,14 +211,14 @@ Checking test 003 cpld_2threads_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 493.225799 - 0: The maximum resident set size (KB) = 1749488 + 0: The total amount of wall time = 476.548726 + 0: The maximum resident set size (KB) = 1763796 Test 003 cpld_2threads_p8 PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/cpld_control_p8 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/cpld_esmfthreads_p8 +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/cpld_control_p8 +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/cpld_esmfthreads_p8 Checking test 004 cpld_esmfthreads_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -271,14 +271,14 @@ Checking test 004 cpld_esmfthreads_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 403.018656 - 0: The maximum resident set size (KB) = 1775836 + 0: The total amount of wall time = 381.995413 + 0: The maximum resident set size (KB) = 1790528 Test 004 cpld_esmfthreads_p8 PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/cpld_control_p8 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/cpld_decomp_p8 +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/cpld_control_p8 +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/cpld_decomp_p8 Checking test 005 cpld_decomp_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -331,14 +331,14 @@ Checking test 005 cpld_decomp_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 389.607011 - 0: The maximum resident set size (KB) = 1581004 + 0: The total amount of wall time = 368.006451 + 0: The maximum resident set size (KB) = 1576264 Test 005 cpld_decomp_p8 PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/cpld_control_p8 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/cpld_mpi_p8 +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/cpld_control_p8 +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/cpld_mpi_p8 Checking test 006 cpld_mpi_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -391,14 +391,14 @@ Checking test 006 cpld_mpi_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 324.179589 - 0: The maximum resident set size (KB) = 1543376 + 0: The total amount of wall time = 307.039421 + 0: The maximum resident set size (KB) = 1543920 Test 006 cpld_mpi_p8 PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/cpld_control_ciceC_p8 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/cpld_control_ciceC_p8 +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/cpld_control_ciceC_p8 +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/cpld_control_ciceC_p8 Checking test 007 cpld_control_ciceC_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -463,14 +463,14 @@ Checking test 007 cpld_control_ciceC_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 382.417752 - 0: The maximum resident set size (KB) = 1584884 + 0: The total amount of wall time = 370.910648 + 0: The maximum resident set size (KB) = 1586244 Test 007 cpld_control_ciceC_p8 PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/cpld_control_c192_p8 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/cpld_control_c192_p8 +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/cpld_control_c192_p8 +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/cpld_control_c192_p8 Checking test 008 cpld_control_c192_p8 results .... Comparing sfcf030.tile1.nc .........OK Comparing sfcf030.tile2.nc .........OK @@ -523,14 +523,14 @@ Checking test 008 cpld_control_c192_p8 results .... Comparing 20210323.120000.out_grd.ww3 .........OK Comparing 20210323.120000.out_pnt.ww3 .........OK - 0: The total amount of wall time = 777.187031 - 0: The maximum resident set size (KB) = 1763900 + 0: The total amount of wall time = 751.244149 + 0: The maximum resident set size (KB) = 1763608 Test 008 cpld_control_c192_p8 PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/cpld_control_c192_p8 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/cpld_restart_c192_p8 +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/cpld_control_c192_p8 +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/cpld_restart_c192_p8 Checking test 009 cpld_restart_c192_p8 results .... Comparing sfcf030.tile1.nc .........OK Comparing sfcf030.tile2.nc .........OK @@ -583,14 +583,14 @@ Checking test 009 cpld_restart_c192_p8 results .... Comparing 20210323.120000.out_grd.ww3 .........OK Comparing 20210323.120000.out_pnt.ww3 .........OK - 0: The total amount of wall time = 500.857948 - 0: The maximum resident set size (KB) = 1924428 + 0: The total amount of wall time = 441.987770 + 0: The maximum resident set size (KB) = 1926940 Test 009 cpld_restart_c192_p8 PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/cpld_bmark_p8 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/cpld_bmark_p8 +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/cpld_bmark_p8 +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/cpld_bmark_p8 Checking test 010 cpld_bmark_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -638,14 +638,14 @@ Checking test 010 cpld_bmark_p8 results .... Comparing 20130401.060000.out_pnt.ww3 .........OK Comparing 20130401.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 940.831228 - 0: The maximum resident set size (KB) = 2497496 + 0: The total amount of wall time = 874.892695 + 0: The maximum resident set size (KB) = 2505828 Test 010 cpld_bmark_p8 PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/cpld_bmark_p8 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/cpld_restart_bmark_p8 +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/cpld_bmark_p8 +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/cpld_restart_bmark_p8 Checking test 011 cpld_restart_bmark_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -693,14 +693,14 @@ Checking test 011 cpld_restart_bmark_p8 results .... Comparing 20130401.060000.out_pnt.ww3 .........OK Comparing 20130401.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 611.088225 - 0: The maximum resident set size (KB) = 2319180 + 0: The total amount of wall time = 533.713603 + 0: The maximum resident set size (KB) = 2327264 Test 011 cpld_restart_bmark_p8 PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/cpld_bmark_p8 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/cpld_bmark_esmfthreads_p8 +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/cpld_bmark_p8 +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/cpld_bmark_esmfthreads_p8 Checking test 012 cpld_bmark_esmfthreads_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -748,14 +748,14 @@ Checking test 012 cpld_bmark_esmfthreads_p8 results .... Comparing 20130401.060000.out_pnt.ww3 .........OK Comparing 20130401.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 799.971275 - 0: The maximum resident set size (KB) = 2517368 + 0: The total amount of wall time = 788.916686 + 0: The maximum resident set size (KB) = 2520564 Test 012 cpld_bmark_esmfthreads_p8 PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/cpld_control_noaero_p8 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/cpld_control_noaero_p8 +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/cpld_control_noaero_p8 +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/cpld_control_noaero_p8 Checking test 013 cpld_control_noaero_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -819,14 +819,14 @@ Checking test 013 cpld_control_noaero_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 261.841661 - 0: The maximum resident set size (KB) = 1451856 + 0: The total amount of wall time = 246.319822 + 0: The maximum resident set size (KB) = 1452172 Test 013 cpld_control_noaero_p8 PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/cpld_control_c96_noaero_p8 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/cpld_control_nowave_noaero_p8 +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/cpld_control_c96_noaero_p8 +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/cpld_control_nowave_noaero_p8 Checking test 014 cpld_control_nowave_noaero_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -888,14 +888,14 @@ Checking test 014 cpld_control_nowave_noaero_p8 results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 303.011195 - 0: The maximum resident set size (KB) = 1484208 + 0: The total amount of wall time = 278.703059 + 0: The maximum resident set size (KB) = 1484804 Test 014 cpld_control_nowave_noaero_p8 PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/cpld_debug_p8 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/cpld_debug_p8 +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/cpld_debug_p8 +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/cpld_debug_p8 Checking test 015 cpld_debug_p8 results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK @@ -948,14 +948,14 @@ Checking test 015 cpld_debug_p8 results .... Comparing 20210322.090000.out_pnt.ww3 .........OK Comparing 20210322.090000.out_grd.ww3 .........OK - 0: The total amount of wall time = 580.426722 - 0: The maximum resident set size (KB) = 1615280 + 0: The total amount of wall time = 578.279045 + 0: The maximum resident set size (KB) = 1626720 Test 015 cpld_debug_p8 PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/cpld_debug_noaero_p8 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/cpld_debug_noaero_p8 +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/cpld_debug_noaero_p8 +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/cpld_debug_noaero_p8 Checking test 016 cpld_debug_noaero_p8 results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK @@ -1007,14 +1007,14 @@ Checking test 016 cpld_debug_noaero_p8 results .... Comparing 20210322.090000.out_pnt.ww3 .........OK Comparing 20210322.090000.out_grd.ww3 .........OK - 0: The total amount of wall time = 391.051278 - 0: The maximum resident set size (KB) = 1487892 + 0: The total amount of wall time = 391.933359 + 0: The maximum resident set size (KB) = 1488144 Test 016 cpld_debug_noaero_p8 PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/cpld_control_noaero_p8_agrid -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/cpld_control_noaero_p8_agrid +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/cpld_control_noaero_p8_agrid +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/cpld_control_noaero_p8_agrid Checking test 017 cpld_control_noaero_p8_agrid results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1076,14 +1076,14 @@ Checking test 017 cpld_control_noaero_p8_agrid results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 306.647092 - 0: The maximum resident set size (KB) = 1501192 + 0: The total amount of wall time = 291.799168 + 0: The maximum resident set size (KB) = 1487152 Test 017 cpld_control_noaero_p8_agrid PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/cpld_control_c48 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/cpld_control_c48 +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/cpld_control_c48 +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/cpld_control_c48 Checking test 018 cpld_control_c48 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -1133,14 +1133,14 @@ Checking test 018 cpld_control_c48 results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 576.949629 - 0: The maximum resident set size (KB) = 2555464 + 0: The total amount of wall time = 576.786455 + 0: The maximum resident set size (KB) = 2555644 Test 018 cpld_control_c48 PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/cpld_warmstart_c48 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/cpld_warmstart_c48 +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/cpld_warmstart_c48 +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/cpld_warmstart_c48 Checking test 019 cpld_warmstart_c48 results .... Comparing sfcf006.tile1.nc .........OK Comparing sfcf006.tile2.nc .........OK @@ -1190,14 +1190,14 @@ Checking test 019 cpld_warmstart_c48 results .... Comparing RESTART/iced.2021-03-23-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-43200.nc .........OK - 0: The total amount of wall time = 152.669036 - 0: The maximum resident set size (KB) = 2569388 + 0: The total amount of wall time = 153.465629 + 0: The maximum resident set size (KB) = 2582520 Test 019 cpld_warmstart_c48 PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/cpld_warmstart_c48 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/cpld_restart_c48 +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/cpld_warmstart_c48 +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/cpld_restart_c48 Checking test 020 cpld_restart_c48 results .... Comparing sfcf006.tile1.nc .........OK Comparing sfcf006.tile2.nc .........OK @@ -1247,14 +1247,14 @@ Checking test 020 cpld_restart_c48 results .... Comparing RESTART/iced.2021-03-23-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-43200.nc .........OK - 0: The total amount of wall time = 80.706396 - 0: The maximum resident set size (KB) = 1991072 + 0: The total amount of wall time = 79.510685 + 0: The maximum resident set size (KB) = 1991384 Test 020 cpld_restart_c48 PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/control +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/control Checking test 021 control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1301,14 +1301,14 @@ Checking test 021 control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 141.482486 + 0: The total amount of wall time = 139.135282 0: The maximum resident set size (KB) = 436984 Test 021 control PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/control_decomp +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/control_decomp Checking test 022 control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1351,14 +1351,14 @@ Checking test 022 control_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 147.097999 - 0: The maximum resident set size (KB) = 435512 + 0: The total amount of wall time = 143.644104 + 0: The maximum resident set size (KB) = 435392 Test 022 control_decomp PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/control_2dwrtdecomp +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/control_2dwrtdecomp Checking test 023 control_2dwrtdecomp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1369,14 +1369,14 @@ Checking test 023 control_2dwrtdecomp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 140.719255 - 0: The maximum resident set size (KB) = 437008 + 0: The total amount of wall time = 137.131340 + 0: The maximum resident set size (KB) = 437164 Test 023 control_2dwrtdecomp PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/control_2threads +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/control_2threads Checking test 024 control_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1419,14 +1419,14 @@ Checking test 024 control_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 181.918140 - 0: The maximum resident set size (KB) = 489312 + 0: The total amount of wall time = 180.927712 + 0: The maximum resident set size (KB) = 489188 Test 024 control_2threads PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/control_restart +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/control_restart Checking test 025 control_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1465,14 +1465,14 @@ Checking test 025 control_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 73.705877 - 0: The maximum resident set size (KB) = 174464 + 0: The total amount of wall time = 71.657239 + 0: The maximum resident set size (KB) = 174296 Test 025 control_restart PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/control_fhzero +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/control_fhzero Checking test 026 control_fhzero results .... Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf021.nc ............ALT CHECK......OK @@ -1515,14 +1515,14 @@ Checking test 026 control_fhzero results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 134.550697 - 0: The maximum resident set size (KB) = 437004 + 0: The total amount of wall time = 130.908952 + 0: The maximum resident set size (KB) = 436896 Test 026 control_fhzero PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_CubedSphereGrid -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/control_CubedSphereGrid +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_CubedSphereGrid +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/control_CubedSphereGrid Checking test 027 control_CubedSphereGrid results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -1549,28 +1549,28 @@ Checking test 027 control_CubedSphereGrid results .... Comparing atmf024.tile5.nc .........OK Comparing atmf024.tile6.nc .........OK - 0: The total amount of wall time = 136.501670 - 0: The maximum resident set size (KB) = 436644 + 0: The total amount of wall time = 132.850293 + 0: The maximum resident set size (KB) = 436508 Test 027 control_CubedSphereGrid PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_CubedSphereGrid_parallel -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/control_CubedSphereGrid_parallel +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_CubedSphereGrid_parallel +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/control_CubedSphereGrid_parallel Checking test 028 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 = 152.739677 - 0: The maximum resident set size (KB) = 436624 + 0: The total amount of wall time = 138.437239 + 0: The maximum resident set size (KB) = 436612 Test 028 control_CubedSphereGrid_parallel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_latlon -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/control_latlon +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_latlon +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/control_latlon Checking test 029 control_latlon results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1581,14 +1581,14 @@ Checking test 029 control_latlon results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 139.254973 - 0: The maximum resident set size (KB) = 436988 + 0: The total amount of wall time = 135.673798 + 0: The maximum resident set size (KB) = 436980 Test 029 control_latlon PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_wrtGauss_netcdf_parallel -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/control_wrtGauss_netcdf_parallel +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_wrtGauss_netcdf_parallel +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/control_wrtGauss_netcdf_parallel Checking test 030 control_wrtGauss_netcdf_parallel results .... Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf024.nc .........OK @@ -1599,14 +1599,14 @@ Checking test 030 control_wrtGauss_netcdf_parallel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 164.717837 - 0: The maximum resident set size (KB) = 436916 + 0: The total amount of wall time = 142.873996 + 0: The maximum resident set size (KB) = 436980 Test 030 control_wrtGauss_netcdf_parallel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_c48 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/control_c48 +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_c48 +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/control_c48 Checking test 031 control_c48 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1645,14 +1645,14 @@ Checking test 031 control_c48 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0: The total amount of wall time = 360.682990 -0: The maximum resident set size (KB) = 630324 +0: The total amount of wall time = 360.579853 +0: The maximum resident set size (KB) = 630204 Test 031 control_c48 PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_c192 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/control_c192 +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_c192 +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/control_c192 Checking test 032 control_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1663,14 +1663,14 @@ Checking test 032 control_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 559.103561 - 0: The maximum resident set size (KB) = 540616 + 0: The total amount of wall time = 556.532119 + 0: The maximum resident set size (KB) = 541196 Test 032 control_c192 PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_c384 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/control_c384 +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_c384 +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/control_c384 Checking test 033 control_c384 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1681,14 +1681,14 @@ Checking test 033 control_c384 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 783.097165 - 0: The maximum resident set size (KB) = 812184 + 0: The total amount of wall time = 766.414477 + 0: The maximum resident set size (KB) = 814288 Test 033 control_c384 PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_c384gdas -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/control_c384gdas +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_c384gdas +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/control_c384gdas Checking test 034 control_c384gdas results .... Comparing sfcf000.nc .........OK Comparing sfcf006.nc .........OK @@ -1731,14 +1731,14 @@ Checking test 034 control_c384gdas results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 685.611456 - 0: The maximum resident set size (KB) = 932092 + 0: The total amount of wall time = 657.246290 + 0: The maximum resident set size (KB) = 931476 Test 034 control_c384gdas PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_c384_progsigma -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/control_c384_progsigma +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_c384_progsigma +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/control_c384_progsigma Checking test 035 control_c384_progsigma results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1749,14 +1749,14 @@ Checking test 035 control_c384_progsigma results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 791.866303 - 0: The maximum resident set size (KB) = 830744 + 0: The total amount of wall time = 777.553514 + 0: The maximum resident set size (KB) = 830720 Test 035 control_c384_progsigma PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_stochy -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/control_stochy +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_stochy +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/control_stochy Checking test 036 control_stochy results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1767,28 +1767,28 @@ Checking test 036 control_stochy results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 95.638652 - 0: The maximum resident set size (KB) = 441048 + 0: The total amount of wall time = 92.335203 + 0: The maximum resident set size (KB) = 441200 Test 036 control_stochy PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_stochy -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/control_stochy_restart +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_stochy +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/control_stochy_restart Checking test 037 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 = 48.994824 - 0: The maximum resident set size (KB) = 191856 + 0: The total amount of wall time = 49.178383 + 0: The maximum resident set size (KB) = 186132 Test 037 control_stochy_restart PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_lndp -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/control_lndp +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_lndp +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/control_lndp Checking test 038 control_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1799,14 +1799,14 @@ Checking test 038 control_lndp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 88.099223 - 0: The maximum resident set size (KB) = 441236 + 0: The total amount of wall time = 84.922123 + 0: The maximum resident set size (KB) = 441212 Test 038 control_lndp PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_iovr4 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/control_iovr4 +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_iovr4 +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/control_iovr4 Checking test 039 control_iovr4 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1821,14 +1821,14 @@ Checking test 039 control_iovr4 results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 142.649326 - 0: The maximum resident set size (KB) = 437012 + 0: The total amount of wall time = 138.111284 + 0: The maximum resident set size (KB) = 437368 Test 039 control_iovr4 PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_iovr5 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/control_iovr5 +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_iovr5 +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/control_iovr5 Checking test 040 control_iovr5 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1843,14 +1843,14 @@ Checking test 040 control_iovr5 results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 141.121520 - 0: The maximum resident set size (KB) = 437088 + 0: The total amount of wall time = 138.486601 + 0: The maximum resident set size (KB) = 437136 Test 040 control_iovr5 PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_p8 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/control_p8 +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_p8 +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/control_p8 Checking test 041 control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1897,14 +1897,14 @@ Checking test 041 control_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 184.179580 - 0: The maximum resident set size (KB) = 1380152 + 0: The total amount of wall time = 171.051011 + 0: The maximum resident set size (KB) = 1379800 Test 041 control_p8 PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_p8_lndp -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/control_p8_lndp +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_p8_lndp +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/control_p8_lndp Checking test 042 control_p8_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1923,14 +1923,14 @@ Checking test 042 control_p8_lndp results .... Comparing GFSPRS.GrbF24 .........OK Comparing GFSPRS.GrbF48 .........OK - 0: The total amount of wall time = 333.031647 - 0: The maximum resident set size (KB) = 1404040 + 0: The total amount of wall time = 324.025151 + 0: The maximum resident set size (KB) = 1404048 Test 042 control_p8_lndp PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_p8 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/control_restart_p8 +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_p8 +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/control_restart_p8 Checking test 043 control_restart_p8 results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1969,14 +1969,14 @@ Checking test 043 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 = 106.323512 - 0: The maximum resident set size (KB) = 549756 + 0: The total amount of wall time = 88.634123 + 0: The maximum resident set size (KB) = 549764 Test 043 control_restart_p8 PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_p8 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/control_decomp_p8 +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_p8 +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/control_decomp_p8 Checking test 044 control_decomp_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2019,14 +2019,14 @@ Checking test 044 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 = 191.961646 - 0: The maximum resident set size (KB) = 1373232 + 0: The total amount of wall time = 176.987716 + 0: The maximum resident set size (KB) = 1373268 Test 044 control_decomp_p8 PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_p8 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/control_2threads_p8 +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_p8 +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/control_2threads_p8 Checking test 045 control_2threads_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2069,14 +2069,14 @@ Checking test 045 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 = 238.452110 - 0: The maximum resident set size (KB) = 1484856 + 0: The total amount of wall time = 220.402586 + 0: The maximum resident set size (KB) = 1484492 Test 045 control_2threads_p8 PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_p8_rrtmgp -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/control_p8_rrtmgp +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_p8_rrtmgp +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/control_p8_rrtmgp Checking test 046 control_p8_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2123,14 +2123,14 @@ Checking test 046 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 = 236.556546 - 0: The maximum resident set size (KB) = 1519172 + 0: The total amount of wall time = 226.363887 + 0: The maximum resident set size (KB) = 1519008 Test 046 control_p8_rrtmgp PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/fv3_regional_control -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/regional_control +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/fv3_regional_control +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/regional_control Checking test 047 regional_control results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -2141,28 +2141,28 @@ Checking test 047 regional_control results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK - 0: The total amount of wall time = 355.559832 - 0: The maximum resident set size (KB) = 545008 + 0: The total amount of wall time = 358.116008 + 0: The maximum resident set size (KB) = 545216 Test 047 regional_control PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/fv3_regional_control -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/regional_restart +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/fv3_regional_control +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/regional_restart Checking test 048 regional_restart results .... Comparing dynf024.nc .........OK Comparing phyf024.nc .........OK Comparing PRSLEV.GrbF24 .........OK Comparing NATLEV.GrbF24 .........OK - 0: The total amount of wall time = 200.335462 - 0: The maximum resident set size (KB) = 542164 + 0: The total amount of wall time = 194.883031 + 0: The maximum resident set size (KB) = 541952 Test 048 regional_restart PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/fv3_regional_control -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/regional_control_2dwrtdecomp +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/fv3_regional_control +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/regional_control_2dwrtdecomp Checking test 049 regional_control_2dwrtdecomp results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -2173,14 +2173,14 @@ Checking test 049 regional_control_2dwrtdecomp results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK - 0: The total amount of wall time = 363.406401 - 0: The maximum resident set size (KB) = 545092 + 0: The total amount of wall time = 364.342892 + 0: The maximum resident set size (KB) = 545116 Test 049 regional_control_2dwrtdecomp PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/fv3_regional_noquilt -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/regional_noquilt +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/fv3_regional_noquilt +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/regional_noquilt Checking test 050 regional_noquilt results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK @@ -2188,14 +2188,14 @@ Checking test 050 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 = 375.517034 - 0: The maximum resident set size (KB) = 554708 + 0: The total amount of wall time = 377.671902 + 0: The maximum resident set size (KB) = 554668 Test 050 regional_noquilt PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/fv3_regional_control -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/regional_2threads +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/fv3_regional_control +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/regional_2threads Checking test 051 regional_2threads results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -2206,28 +2206,28 @@ Checking test 051 regional_2threads results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK - 0: The total amount of wall time = 281.163438 - 0: The maximum resident set size (KB) = 548700 + 0: The total amount of wall time = 279.232487 + 0: The maximum resident set size (KB) = 548400 Test 051 regional_2threads PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/fv3_regional_netcdf_parallel -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/regional_netcdf_parallel +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/fv3_regional_netcdf_parallel +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/regional_netcdf_parallel Checking test 052 regional_netcdf_parallel results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK Comparing phyf000.nc .........OK Comparing phyf024.nc .........OK - 0: The total amount of wall time = 383.592409 - 0: The maximum resident set size (KB) = 542096 + 0: The total amount of wall time = 356.601105 + 0: The maximum resident set size (KB) = 541844 Test 052 regional_netcdf_parallel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/fv3_regional_3km -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/regional_3km +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/fv3_regional_3km +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/regional_3km Checking test 053 regional_3km results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2238,14 +2238,14 @@ Checking test 053 regional_3km results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 289.335890 - 0: The maximum resident set size (KB) = 575304 + 0: The total amount of wall time = 288.993449 + 0: The maximum resident set size (KB) = 575292 Test 053 regional_3km PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/fv3_regional_3km -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/regional_3km_decomp +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/fv3_regional_3km +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/regional_3km_decomp Checking test 054 regional_3km_decomp results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2256,14 +2256,14 @@ Checking test 054 regional_3km_decomp results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 307.755163 - 0: The maximum resident set size (KB) = 581608 + 0: The total amount of wall time = 310.228940 + 0: The maximum resident set size (KB) = 581720 Test 054 regional_3km_decomp PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_control -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/rap_control +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_control +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/rap_control Checking test 055 rap_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2310,14 +2310,14 @@ Checking test 055 rap_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 462.554440 - 0: The maximum resident set size (KB) = 807024 + 0: The total amount of wall time = 459.049714 + 0: The maximum resident set size (KB) = 807060 Test 055 rap_control PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_rrtmgp -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/rap_rrtmgp +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_rrtmgp +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/rap_rrtmgp Checking test 056 rap_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2364,14 +2364,14 @@ Checking test 056 rap_rrtmgp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 513.599489 - 0: The maximum resident set size (KB) = 924348 + 0: The total amount of wall time = 506.860448 + 0: The maximum resident set size (KB) = 924204 Test 056 rap_rrtmgp PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/regional_spp_sppt_shum_skeb -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/regional_spp_sppt_shum_skeb +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/regional_spp_sppt_shum_skeb +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/regional_spp_sppt_shum_skeb Checking test 057 regional_spp_sppt_shum_skeb results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK @@ -2382,14 +2382,14 @@ Checking test 057 regional_spp_sppt_shum_skeb results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF01 .........OK - 0: The total amount of wall time = 365.429566 - 0: The maximum resident set size (KB) = 880040 + 0: The total amount of wall time = 357.038159 + 0: The maximum resident set size (KB) = 880092 Test 057 regional_spp_sppt_shum_skeb PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_control -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/rap_decomp +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_control +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/rap_decomp Checking test 058 rap_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2436,14 +2436,14 @@ Checking test 058 rap_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 482.349931 - 0: The maximum resident set size (KB) = 805824 + 0: The total amount of wall time = 477.784941 + 0: The maximum resident set size (KB) = 806032 Test 058 rap_decomp PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_control -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/rap_2threads +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_control +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/rap_2threads Checking test 059 rap_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2490,14 +2490,14 @@ Checking test 059 rap_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 591.020492 - 0: The maximum resident set size (KB) = 868888 + 0: The total amount of wall time = 584.536255 + 0: The maximum resident set size (KB) = 868980 Test 059 rap_2threads PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_control -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/rap_restart +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_control +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/rap_restart Checking test 060 rap_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -2536,14 +2536,14 @@ Checking test 060 rap_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 235.467903 - 0: The maximum resident set size (KB) = 550364 + 0: The total amount of wall time = 231.341879 + 0: The maximum resident set size (KB) = 541276 Test 060 rap_restart PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_sfcdiff -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/rap_sfcdiff +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_sfcdiff +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/rap_sfcdiff Checking test 061 rap_sfcdiff results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2590,14 +2590,14 @@ Checking test 061 rap_sfcdiff results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 462.290902 - 0: The maximum resident set size (KB) = 805668 + 0: The total amount of wall time = 451.846285 + 0: The maximum resident set size (KB) = 805756 Test 061 rap_sfcdiff PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_sfcdiff -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/rap_sfcdiff_decomp +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_sfcdiff +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/rap_sfcdiff_decomp Checking test 062 rap_sfcdiff_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2644,14 +2644,14 @@ Checking test 062 rap_sfcdiff_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 481.632118 - 0: The maximum resident set size (KB) = 805680 + 0: The total amount of wall time = 477.941582 + 0: The maximum resident set size (KB) = 805820 Test 062 rap_sfcdiff_decomp PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_sfcdiff -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/rap_sfcdiff_restart +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_sfcdiff +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/rap_sfcdiff_restart Checking test 063 rap_sfcdiff_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -2690,14 +2690,14 @@ Checking test 063 rap_sfcdiff_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 342.736270 - 0: The maximum resident set size (KB) = 550524 + 0: The total amount of wall time = 340.936822 + 0: The maximum resident set size (KB) = 550432 Test 063 rap_sfcdiff_restart PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/hrrr_control -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/hrrr_control +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/hrrr_control +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/hrrr_control Checking test 064 hrrr_control results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2744,14 +2744,14 @@ Checking test 064 hrrr_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 439.818035 - 0: The maximum resident set size (KB) = 803588 + 0: The total amount of wall time = 439.649027 + 0: The maximum resident set size (KB) = 803572 Test 064 hrrr_control PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/hrrr_control -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/hrrr_control_decomp +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/hrrr_control +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/hrrr_control_decomp Checking test 065 hrrr_control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2798,14 +2798,14 @@ Checking test 065 hrrr_control_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 462.049004 - 0: The maximum resident set size (KB) = 802412 + 0: The total amount of wall time = 453.855584 + 0: The maximum resident set size (KB) = 802388 Test 065 hrrr_control_decomp PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/hrrr_control -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/hrrr_control_2threads +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/hrrr_control +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/hrrr_control_2threads Checking test 066 hrrr_control_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2852,14 +2852,14 @@ Checking test 066 hrrr_control_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 559.145655 - 0: The maximum resident set size (KB) = 865176 + 0: The total amount of wall time = 558.022912 + 0: The maximum resident set size (KB) = 865180 Test 066 hrrr_control_2threads PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/hrrr_control -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/hrrr_control_restart +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/hrrr_control +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/hrrr_control_restart Checking test 067 hrrr_control_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -2898,14 +2898,14 @@ Checking test 067 hrrr_control_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 330.200255 - 0: The maximum resident set size (KB) = 546132 + 0: The total amount of wall time = 329.119384 + 0: The maximum resident set size (KB) = 546292 Test 067 hrrr_control_restart PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rrfs_v1beta -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/rrfs_v1beta +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rrfs_v1beta +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/rrfs_v1beta Checking test 068 rrfs_v1beta results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2952,14 +2952,14 @@ Checking test 068 rrfs_v1beta results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 448.104796 - 0: The maximum resident set size (KB) = 800496 + 0: The total amount of wall time = 443.809353 + 0: The maximum resident set size (KB) = 800624 Test 068 rrfs_v1beta PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rrfs_v1nssl -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/rrfs_v1nssl +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rrfs_v1nssl +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/rrfs_v1nssl Checking test 069 rrfs_v1nssl results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2974,14 +2974,14 @@ Checking test 069 rrfs_v1nssl results .... Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 550.928915 - 0: The maximum resident set size (KB) = 490632 + 0: The total amount of wall time = 544.629782 + 0: The maximum resident set size (KB) = 490612 Test 069 rrfs_v1nssl PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rrfs_v1nssl_nohailnoccn -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/rrfs_v1nssl_nohailnoccn +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rrfs_v1nssl_nohailnoccn +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/rrfs_v1nssl_nohailnoccn Checking test 070 rrfs_v1nssl_nohailnoccn results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2996,14 +2996,14 @@ Checking test 070 rrfs_v1nssl_nohailnoccn results .... Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 531.541814 - 0: The maximum resident set size (KB) = 483776 + 0: The total amount of wall time = 530.649848 + 0: The maximum resident set size (KB) = 483840 Test 070 rrfs_v1nssl_nohailnoccn PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rrfs_conus13km_hrrr_warm -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/rrfs_conus13km_hrrr_warm +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rrfs_conus13km_hrrr_warm +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/rrfs_conus13km_hrrr_warm Checking test 071 rrfs_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -3012,14 +3012,14 @@ Checking test 071 rrfs_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 201.593610 - 0: The maximum resident set size (KB) = 617404 + 0: The total amount of wall time = 184.747343 + 0: The maximum resident set size (KB) = 617444 Test 071 rrfs_conus13km_hrrr_warm PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rrfs_conus13km_radar_tten_warm -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/rrfs_conus13km_radar_tten_warm +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rrfs_conus13km_radar_tten_warm +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/rrfs_conus13km_radar_tten_warm Checking test 072 rrfs_conus13km_radar_tten_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -3028,14 +3028,14 @@ Checking test 072 rrfs_conus13km_radar_tten_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 205.767079 - 0: The maximum resident set size (KB) = 620188 + 0: The total amount of wall time = 186.083146 + 0: The maximum resident set size (KB) = 620068 Test 072 rrfs_conus13km_radar_tten_warm PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rrfs_smoke_conus13km_hrrr_warm -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/rrfs_smoke_conus13km_hrrr_warm +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rrfs_smoke_conus13km_hrrr_warm +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/rrfs_smoke_conus13km_hrrr_warm Checking test 073 rrfs_smoke_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -3044,14 +3044,14 @@ Checking test 073 rrfs_smoke_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 228.540065 - 0: The maximum resident set size (KB) = 629288 + 0: The total amount of wall time = 204.668009 + 0: The maximum resident set size (KB) = 629360 Test 073 rrfs_smoke_conus13km_hrrr_warm PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_csawmgt -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/control_csawmgt +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_csawmgt +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/control_csawmgt Checking test 074 control_csawmgt results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -3062,14 +3062,14 @@ Checking test 074 control_csawmgt results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 371.307105 - 0: The maximum resident set size (KB) = 505760 + 0: The total amount of wall time = 369.629645 + 0: The maximum resident set size (KB) = 505788 Test 074 control_csawmgt PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_ras -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/control_ras +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_ras +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/control_ras Checking test 075 control_ras results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -3080,54 +3080,54 @@ Checking test 075 control_ras results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 194.217229 - 0: The maximum resident set size (KB) = 472356 + 0: The total amount of wall time = 191.413142 + 0: The maximum resident set size (KB) = 472372 Test 075 control_ras PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_wam -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/control_wam +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_wam +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/control_wam Checking test 076 control_wam results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK - 0: The total amount of wall time = 118.760126 - 0: The maximum resident set size (KB) = 186160 + 0: The total amount of wall time = 118.799114 + 0: The maximum resident set size (KB) = 186212 Test 076 control_wam PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/control_debug +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_debug +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/control_debug Checking test 077 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 = 155.733324 - 0: The maximum resident set size (KB) = 601572 + 0: The total amount of wall time = 153.179850 + 0: The maximum resident set size (KB) = 601252 Test 077 control_debug PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/control_2threads_debug +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_debug +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/control_2threads_debug Checking test 078 control_2threads_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 268.962762 - 0: The maximum resident set size (KB) = 657196 + 0: The total amount of wall time = 265.492265 + 0: The maximum resident set size (KB) = 656908 Test 078 control_2threads_debug PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_CubedSphereGrid_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/control_CubedSphereGrid_debug +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_CubedSphereGrid_debug +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/control_CubedSphereGrid_debug Checking test 079 control_CubedSphereGrid_debug results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -3154,348 +3154,348 @@ Checking test 079 control_CubedSphereGrid_debug results .... Comparing atmf001.tile5.nc .........OK Comparing atmf001.tile6.nc .........OK - 0: The total amount of wall time = 166.091429 - 0: The maximum resident set size (KB) = 601828 + 0: The total amount of wall time = 165.533597 + 0: The maximum resident set size (KB) = 601648 Test 079 control_CubedSphereGrid_debug PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_wrtGauss_netcdf_parallel_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/control_wrtGauss_netcdf_parallel_debug +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_wrtGauss_netcdf_parallel_debug +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/control_wrtGauss_netcdf_parallel_debug Checking test 080 control_wrtGauss_netcdf_parallel_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 160.513149 - 0: The maximum resident set size (KB) = 601688 + 0: The total amount of wall time = 155.094273 + 0: The maximum resident set size (KB) = 601164 Test 080 control_wrtGauss_netcdf_parallel_debug PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_stochy_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/control_stochy_debug +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_stochy_debug +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/control_stochy_debug Checking test 081 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 = 178.957080 - 0: The maximum resident set size (KB) = 608792 + 0: The total amount of wall time = 173.653885 + 0: The maximum resident set size (KB) = 608888 Test 081 control_stochy_debug PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_lndp_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/control_lndp_debug +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_lndp_debug +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/control_lndp_debug Checking test 082 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 = 160.900034 - 0: The maximum resident set size (KB) = 606900 + 0: The total amount of wall time = 158.861316 + 0: The maximum resident set size (KB) = 606708 Test 082 control_lndp_debug PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_csawmg_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/control_csawmg_debug +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_csawmg_debug +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/control_csawmg_debug Checking test 083 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 = 258.138081 - 0: The maximum resident set size (KB) = 643812 + 0: The total amount of wall time = 251.320719 + 0: The maximum resident set size (KB) = 644344 Test 083 control_csawmg_debug PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_csawmgt_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/control_csawmgt_debug +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_csawmgt_debug +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/control_csawmgt_debug Checking test 084 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 = 258.305531 - 0: The maximum resident set size (KB) = 643524 + 0: The total amount of wall time = 243.563679 + 0: The maximum resident set size (KB) = 643840 Test 084 control_csawmgt_debug PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_ras_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/control_ras_debug +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_ras_debug +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/control_ras_debug Checking test 085 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 = 162.760901 - 0: The maximum resident set size (KB) = 615944 + 0: The total amount of wall time = 158.588129 + 0: The maximum resident set size (KB) = 616176 Test 085 control_ras_debug PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_diag_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/control_diag_debug +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_diag_debug +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/control_diag_debug Checking test 086 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 = 167.861976 - 0: The maximum resident set size (KB) = 659820 + 0: The total amount of wall time = 161.153825 + 0: The maximum resident set size (KB) = 659380 Test 086 control_diag_debug PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_debug_p8 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/control_debug_p8 +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_debug_p8 +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/control_debug_p8 Checking test 087 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 = 185.849942 - 0: The maximum resident set size (KB) = 1380132 + 0: The total amount of wall time = 175.645860 + 0: The maximum resident set size (KB) = 1423380 Test 087 control_debug_p8 PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/fv3_regional_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/regional_debug +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/fv3_regional_debug +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/regional_debug Checking test 088 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 = 259.826308 - 0: The maximum resident set size (KB) = 571052 + 0: The total amount of wall time = 257.183528 + 0: The maximum resident set size (KB) = 570740 Test 088 regional_debug PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_control_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/rap_control_debug +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_control_debug +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/rap_control_debug Checking test 089 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.498371 - 0: The maximum resident set size (KB) = 970156 + 0: The total amount of wall time = 284.215690 + 0: The maximum resident set size (KB) = 970220 Test 089 rap_control_debug PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/hrrr_control_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/hrrr_control_debug +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/hrrr_control_debug +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/hrrr_control_debug Checking test 090 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 = 286.889361 - 0: The maximum resident set size (KB) = 966940 + 0: The total amount of wall time = 278.738077 + 0: The maximum resident set size (KB) = 967168 Test 090 hrrr_control_debug PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_control_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/rap_unified_drag_suite_debug +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_control_debug +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/rap_unified_drag_suite_debug Checking test 091 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 = 291.062083 - 0: The maximum resident set size (KB) = 970292 + 0: The total amount of wall time = 283.522445 + 0: The maximum resident set size (KB) = 970120 Test 091 rap_unified_drag_suite_debug PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_diag_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/rap_diag_debug +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_diag_debug +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/rap_diag_debug Checking test 092 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 = 308.922319 - 0: The maximum resident set size (KB) = 1055064 + 0: The total amount of wall time = 298.543190 + 0: The maximum resident set size (KB) = 1054676 Test 092 rap_diag_debug PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_cires_ugwp_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/rap_cires_ugwp_debug +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_cires_ugwp_debug +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/rap_cires_ugwp_debug Checking test 093 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 = 295.735487 - 0: The maximum resident set size (KB) = 968568 + 0: The total amount of wall time = 288.876704 + 0: The maximum resident set size (KB) = 969308 Test 093 rap_cires_ugwp_debug PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_cires_ugwp_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/rap_unified_ugwp_debug +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_cires_ugwp_debug +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/rap_unified_ugwp_debug Checking test 094 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 = 295.559189 + 0: The total amount of wall time = 289.258819 0: The maximum resident set size (KB) = 970176 Test 094 rap_unified_ugwp_debug PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_lndp_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/rap_lndp_debug +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_lndp_debug +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/rap_lndp_debug Checking test 095 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 = 291.546750 - 0: The maximum resident set size (KB) = 971152 + 0: The total amount of wall time = 287.204862 + 0: The maximum resident set size (KB) = 971296 Test 095 rap_lndp_debug PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_flake_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/rap_flake_debug +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_flake_debug +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/rap_flake_debug Checking test 096 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 = 289.704780 - 0: The maximum resident set size (KB) = 969544 + 0: The total amount of wall time = 283.707713 + 0: The maximum resident set size (KB) = 970088 Test 096 rap_flake_debug PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_progcld_thompson_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/rap_progcld_thompson_debug +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_progcld_thompson_debug +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/rap_progcld_thompson_debug Checking test 097 rap_progcld_thompson_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 288.824182 - 0: The maximum resident set size (KB) = 970244 + 0: The total amount of wall time = 286.016406 + 0: The maximum resident set size (KB) = 970028 Test 097 rap_progcld_thompson_debug PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_noah_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/rap_noah_debug +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_noah_debug +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/rap_noah_debug Checking test 098 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 = 285.564201 - 0: The maximum resident set size (KB) = 969720 + 0: The total amount of wall time = 278.734379 + 0: The maximum resident set size (KB) = 969376 Test 098 rap_noah_debug PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_rrtmgp_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/rap_rrtmgp_debug +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_rrtmgp_debug +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/rap_rrtmgp_debug Checking test 099 rap_rrtmgp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 486.830296 - 0: The maximum resident set size (KB) = 1090868 + 0: The total amount of wall time = 480.713087 + 0: The maximum resident set size (KB) = 1091524 Test 099 rap_rrtmgp_debug PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_sfcdiff_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/rap_sfcdiff_debug +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_sfcdiff_debug +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/rap_sfcdiff_debug Checking test 100 rap_sfcdiff_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 290.374334 - 0: The maximum resident set size (KB) = 969888 + 0: The total amount of wall time = 283.784844 + 0: The maximum resident set size (KB) = 969684 Test 100 rap_sfcdiff_debug PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_noah_sfcdiff_cires_ugwp_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/rap_noah_sfcdiff_cires_ugwp_debug +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_noah_sfcdiff_cires_ugwp_debug +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/rap_noah_sfcdiff_cires_ugwp_debug Checking test 101 rap_noah_sfcdiff_cires_ugwp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 474.334364 - 0: The maximum resident set size (KB) = 968280 + 0: The total amount of wall time = 469.474742 + 0: The maximum resident set size (KB) = 968512 Test 101 rap_noah_sfcdiff_cires_ugwp_debug PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rrfs_v1beta_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/rrfs_v1beta_debug +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rrfs_v1beta_debug +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/rrfs_v1beta_debug Checking test 102 rrfs_v1beta_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 284.878543 - 0: The maximum resident set size (KB) = 966972 + 0: The total amount of wall time = 279.412837 + 0: The maximum resident set size (KB) = 966784 Test 102 rrfs_v1beta_debug PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_wam_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/control_wam_debug +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_wam_debug +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/control_wam_debug Checking test 103 control_wam_debug results .... Comparing sfcf019.nc .........OK Comparing atmf019.nc .........OK - 0: The total amount of wall time = 293.185770 - 0: The maximum resident set size (KB) = 218128 + 0: The total amount of wall time = 292.616448 + 0: The maximum resident set size (KB) = 218000 Test 103 control_wam_debug PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/regional_spp_sppt_shum_skeb_dyn32_phy32 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/regional_spp_sppt_shum_skeb_dyn32_phy32 +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/regional_spp_sppt_shum_skeb_dyn32_phy32 +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/regional_spp_sppt_shum_skeb_dyn32_phy32 Checking test 104 regional_spp_sppt_shum_skeb_dyn32_phy32 results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK @@ -3506,14 +3506,14 @@ Checking test 104 regional_spp_sppt_shum_skeb_dyn32_phy32 results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF01 .........OK - 0: The total amount of wall time = 327.809213 - 0: The maximum resident set size (KB) = 791164 + 0: The total amount of wall time = 318.025415 + 0: The maximum resident set size (KB) = 790780 Test 104 regional_spp_sppt_shum_skeb_dyn32_phy32 PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_control_dyn32_phy32 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/rap_control_dyn32_phy32 +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_control_dyn32_phy32 +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/rap_control_dyn32_phy32 Checking test 105 rap_control_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3560,14 +3560,14 @@ Checking test 105 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 = 381.937819 - 0: The maximum resident set size (KB) = 689416 + 0: The total amount of wall time = 370.493425 + 0: The maximum resident set size (KB) = 689448 Test 105 rap_control_dyn32_phy32 PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/hrrr_control_dyn32_phy32 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/hrrr_control_dyn32_phy32 +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/hrrr_control_dyn32_phy32 +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/hrrr_control_dyn32_phy32 Checking test 106 hrrr_control_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3614,14 +3614,14 @@ Checking test 106 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 = 198.290195 - 0: The maximum resident set size (KB) = 687648 + 0: The total amount of wall time = 192.935625 + 0: The maximum resident set size (KB) = 687660 Test 106 hrrr_control_dyn32_phy32 PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_control_dyn32_phy32 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/rap_2threads_dyn32_phy32 +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_control_dyn32_phy32 +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/rap_2threads_dyn32_phy32 Checking test 107 rap_2threads_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3668,14 +3668,14 @@ Checking test 107 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 = 489.303595 - 0: The maximum resident set size (KB) = 733728 + 0: The total amount of wall time = 483.685421 + 0: The maximum resident set size (KB) = 733304 Test 107 rap_2threads_dyn32_phy32 PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/hrrr_control_dyn32_phy32 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/hrrr_control_2threads_dyn32_phy32 +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/hrrr_control_dyn32_phy32 +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/hrrr_control_2threads_dyn32_phy32 Checking test 108 hrrr_control_2threads_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3722,14 +3722,14 @@ Checking test 108 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 = 253.092223 - 0: The maximum resident set size (KB) = 734136 + 0: The total amount of wall time = 248.468267 + 0: The maximum resident set size (KB) = 736320 Test 108 hrrr_control_2threads_dyn32_phy32 PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/hrrr_control_dyn32_phy32 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/hrrr_control_decomp_dyn32_phy32 +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/hrrr_control_dyn32_phy32 +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/hrrr_control_decomp_dyn32_phy32 Checking test 109 hrrr_control_decomp_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3776,14 +3776,14 @@ Checking test 109 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 = 208.176064 - 0: The maximum resident set size (KB) = 687356 + 0: The total amount of wall time = 202.772364 + 0: The maximum resident set size (KB) = 687256 Test 109 hrrr_control_decomp_dyn32_phy32 PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_control_dyn32_phy32 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/rap_restart_dyn32_phy32 +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_control_dyn32_phy32 +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/rap_restart_dyn32_phy32 Checking test 110 rap_restart_dyn32_phy32 results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -3822,14 +3822,14 @@ Checking test 110 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 = 284.536455 - 0: The maximum resident set size (KB) = 521648 + 0: The total amount of wall time = 278.386780 + 0: The maximum resident set size (KB) = 521560 Test 110 rap_restart_dyn32_phy32 PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/hrrr_control_dyn32_phy32 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/hrrr_control_restart_dyn32_phy32 +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/hrrr_control_dyn32_phy32 +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/hrrr_control_restart_dyn32_phy32 Checking test 111 hrrr_control_restart_dyn32_phy32 results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -3868,14 +3868,14 @@ Checking test 111 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.613885 - 0: The maximum resident set size (KB) = 518240 + 0: The total amount of wall time = 99.041908 + 0: The maximum resident set size (KB) = 518272 Test 111 hrrr_control_restart_dyn32_phy32 PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_control_dyn64_phy32 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/rap_control_dyn64_phy32 +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_control_dyn64_phy32 +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/rap_control_dyn64_phy32 Checking test 112 rap_control_dyn64_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3922,81 +3922,81 @@ Checking test 112 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 = 255.640956 - 0: The maximum resident set size (KB) = 709564 + 0: The total amount of wall time = 253.612207 + 0: The maximum resident set size (KB) = 709488 Test 112 rap_control_dyn64_phy32 PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_control_debug_dyn32_phy32 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/rap_control_debug_dyn32_phy32 +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_control_debug_dyn32_phy32 +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/rap_control_debug_dyn32_phy32 Checking test 113 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 = 285.292764 - 0: The maximum resident set size (KB) = 855108 + 0: The total amount of wall time = 280.731280 + 0: The maximum resident set size (KB) = 855204 Test 113 rap_control_debug_dyn32_phy32 PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/hrrr_control_debug_dyn32_phy32 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/hrrr_control_debug_dyn32_phy32 +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/hrrr_control_debug_dyn32_phy32 +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/hrrr_control_debug_dyn32_phy32 Checking test 114 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 = 283.632594 - 0: The maximum resident set size (KB) = 853008 + 0: The total amount of wall time = 277.457036 + 0: The maximum resident set size (KB) = 853060 Test 114 hrrr_control_debug_dyn32_phy32 PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_control_debug_dyn64_phy32 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/rap_control_dyn64_phy32_debug +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_control_debug_dyn64_phy32 +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/rap_control_dyn64_phy32_debug Checking test 115 rap_control_dyn64_phy32_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 288.913393 - 0: The maximum resident set size (KB) = 873784 + 0: The total amount of wall time = 285.128370 + 0: The maximum resident set size (KB) = 873844 Test 115 rap_control_dyn64_phy32_debug PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/hafs_regional_atm -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/hafs_regional_atm +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/hafs_regional_atm +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/hafs_regional_atm Checking test 116 hafs_regional_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing HURPRS.GrbF06 .........OK - 0: The total amount of wall time = 338.572671 - 0: The maximum resident set size (KB) = 666176 + 0: The total amount of wall time = 332.722633 + 0: The maximum resident set size (KB) = 666324 Test 116 hafs_regional_atm PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/hafs_regional_atm_thompson_gfdlsf -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/hafs_regional_atm_thompson_gfdlsf +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/hafs_regional_atm_thompson_gfdlsf +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/hafs_regional_atm_thompson_gfdlsf Checking test 117 hafs_regional_atm_thompson_gfdlsf results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK - 0: The total amount of wall time = 389.562198 - 0: The maximum resident set size (KB) = 1024240 + 0: The total amount of wall time = 380.171797 + 0: The maximum resident set size (KB) = 1024392 Test 117 hafs_regional_atm_thompson_gfdlsf PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/hafs_regional_atm_ocn -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/hafs_regional_atm_ocn +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/hafs_regional_atm_ocn +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/hafs_regional_atm_ocn Checking test 118 hafs_regional_atm_ocn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4005,14 +4005,14 @@ Checking test 118 hafs_regional_atm_ocn results .... Comparing ufs.hafs.cpl.hi.2019-08-29-21600.nc .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 430.885551 - 0: The maximum resident set size (KB) = 692420 + 0: The total amount of wall time = 421.196261 + 0: The maximum resident set size (KB) = 692492 Test 118 hafs_regional_atm_ocn PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/hafs_regional_atm_wav -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/hafs_regional_atm_wav +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/hafs_regional_atm_wav +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/hafs_regional_atm_wav Checking test 119 hafs_regional_atm_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4021,14 +4021,14 @@ Checking test 119 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 = 905.942025 - 0: The maximum resident set size (KB) = 727344 + 0: The total amount of wall time = 896.484195 + 0: The maximum resident set size (KB) = 726964 Test 119 hafs_regional_atm_wav PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/hafs_regional_atm_ocn_wav -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/hafs_regional_atm_ocn_wav +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/hafs_regional_atm_ocn_wav +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/hafs_regional_atm_ocn_wav Checking test 120 hafs_regional_atm_ocn_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4039,28 +4039,28 @@ Checking test 120 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 = 1010.941362 - 0: The maximum resident set size (KB) = 734796 + 0: The total amount of wall time = 992.028039 + 0: The maximum resident set size (KB) = 738440 Test 120 hafs_regional_atm_ocn_wav PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/hafs_regional_1nest_atm -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/hafs_regional_1nest_atm +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/hafs_regional_1nest_atm +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/hafs_regional_1nest_atm Checking test 121 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 = 582.250363 - 0: The maximum resident set size (KB) = 261908 + 0: The total amount of wall time = 554.132821 + 0: The maximum resident set size (KB) = 261668 Test 121 hafs_regional_1nest_atm PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/hafs_regional_telescopic_2nests_atm -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/hafs_regional_telescopic_2nests_atm +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/hafs_regional_telescopic_2nests_atm +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/hafs_regional_telescopic_2nests_atm Checking test 122 hafs_regional_telescopic_2nests_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4069,28 +4069,28 @@ Checking test 122 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 = 604.758756 - 0: The maximum resident set size (KB) = 267048 + 0: The total amount of wall time = 601.868606 + 0: The maximum resident set size (KB) = 266012 Test 122 hafs_regional_telescopic_2nests_atm PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/hafs_global_1nest_atm -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/hafs_global_1nest_atm +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/hafs_global_1nest_atm +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/hafs_global_1nest_atm Checking test 123 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 = 249.064405 - 0: The maximum resident set size (KB) = 166080 + 0: The total amount of wall time = 246.164670 + 0: The maximum resident set size (KB) = 165836 Test 123 hafs_global_1nest_atm PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/hafs_global_multiple_4nests_atm -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/hafs_global_multiple_4nests_atm +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/hafs_global_multiple_4nests_atm +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/hafs_global_multiple_4nests_atm Checking test 124 hafs_global_multiple_4nests_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4108,14 +4108,14 @@ Checking test 124 hafs_global_multiple_4nests_atm results .... Comparing HURPRS.GrbF06.nest04 .........OK Comparing HURPRS.GrbF06.nest05 .........OK - 0: The total amount of wall time = 712.272614 - 0: The maximum resident set size (KB) = 236692 + 0: The total amount of wall time = 706.933573 + 0: The maximum resident set size (KB) = 236500 Test 124 hafs_global_multiple_4nests_atm PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/hafs_regional_specified_moving_1nest_atm -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/hafs_regional_specified_moving_1nest_atm +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/hafs_regional_specified_moving_1nest_atm +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/hafs_regional_specified_moving_1nest_atm Checking test 125 hafs_regional_specified_moving_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4124,28 +4124,28 @@ Checking test 125 hafs_regional_specified_moving_1nest_atm results .... Comparing HURPRS.GrbF06 .........OK Comparing HURPRS.GrbF06.nest02 .........OK - 0: The total amount of wall time = 327.141290 - 0: The maximum resident set size (KB) = 271912 + 0: The total amount of wall time = 320.086154 + 0: The maximum resident set size (KB) = 271872 Test 125 hafs_regional_specified_moving_1nest_atm PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/hafs_regional_storm_following_1nest_atm -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/hafs_regional_storm_following_1nest_atm +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/hafs_regional_storm_following_1nest_atm +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/hafs_regional_storm_following_1nest_atm Checking test 126 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 = 314.533552 - 0: The maximum resident set size (KB) = 271924 + 0: The total amount of wall time = 308.326948 + 0: The maximum resident set size (KB) = 271664 Test 126 hafs_regional_storm_following_1nest_atm PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/hafs_regional_storm_following_1nest_atm_ocn -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/hafs_regional_storm_following_1nest_atm_ocn +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/hafs_regional_storm_following_1nest_atm_ocn +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/hafs_regional_storm_following_1nest_atm_ocn Checking test 127 hafs_regional_storm_following_1nest_atm_ocn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4154,14 +4154,14 @@ Checking test 127 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 = 327.699268 - 0: The maximum resident set size (KB) = 299736 + 0: The total amount of wall time = 321.399501 + 0: The maximum resident set size (KB) = 299020 Test 127 hafs_regional_storm_following_1nest_atm_ocn PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/hafs_regional_storm_following_1nest_atm_ocn_wav -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/hafs_regional_storm_following_1nest_atm_ocn_wav +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/hafs_regional_storm_following_1nest_atm_ocn_wav +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/hafs_regional_storm_following_1nest_atm_ocn_wav Checking test 128 hafs_regional_storm_following_1nest_atm_ocn_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4172,28 +4172,28 @@ Checking test 128 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 = 882.232484 - 0: The maximum resident set size (KB) = 358400 + 0: The total amount of wall time = 868.375686 + 0: The maximum resident set size (KB) = 359152 Test 128 hafs_regional_storm_following_1nest_atm_ocn_wav PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/hafs_global_storm_following_1nest_atm -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/hafs_global_storm_following_1nest_atm +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/hafs_global_storm_following_1nest_atm +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/hafs_global_storm_following_1nest_atm Checking test 129 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 = 94.544166 - 0: The maximum resident set size (KB) = 183856 + 0: The total amount of wall time = 92.918009 + 0: The maximum resident set size (KB) = 183932 Test 129 hafs_global_storm_following_1nest_atm PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/hafs_regional_docn -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/hafs_regional_docn +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/hafs_regional_docn +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/hafs_regional_docn Checking test 130 hafs_regional_docn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4201,14 +4201,14 @@ Checking test 130 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 = 401.292781 - 0: The maximum resident set size (KB) = 702572 + 0: The total amount of wall time = 395.490619 + 0: The maximum resident set size (KB) = 703132 Test 130 hafs_regional_docn PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/hafs_regional_docn_oisst -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/hafs_regional_docn_oisst +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/hafs_regional_docn_oisst +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/hafs_regional_docn_oisst Checking test 131 hafs_regional_docn_oisst results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4216,131 +4216,131 @@ Checking test 131 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 = 402.791107 - 0: The maximum resident set size (KB) = 694228 + 0: The total amount of wall time = 392.721258 + 0: The maximum resident set size (KB) = 686184 Test 131 hafs_regional_docn_oisst PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/hafs_regional_datm_cdeps -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/hafs_regional_datm_cdeps +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/hafs_regional_datm_cdeps +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/hafs_regional_datm_cdeps Checking test 132 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 = 1187.644623 - 0: The maximum resident set size (KB) = 809012 + 0: The total amount of wall time = 1177.910117 + 0: The maximum resident set size (KB) = 809008 Test 132 hafs_regional_datm_cdeps PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/datm_cdeps_control_cfsr -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/datm_cdeps_control_cfsr +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/datm_cdeps_control_cfsr +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/datm_cdeps_control_cfsr Checking test 133 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 = 158.454647 - 0: The maximum resident set size (KB) = 721328 + 0: The total amount of wall time = 158.874249 + 0: The maximum resident set size (KB) = 721132 Test 133 datm_cdeps_control_cfsr PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/datm_cdeps_control_cfsr -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/datm_cdeps_restart_cfsr +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/datm_cdeps_control_cfsr +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/datm_cdeps_restart_cfsr Checking test 134 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 = 91.682092 - 0: The maximum resident set size (KB) = 716204 + 0: The total amount of wall time = 96.566107 + 0: The maximum resident set size (KB) = 716212 Test 134 datm_cdeps_restart_cfsr PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/datm_cdeps_control_gefs -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/datm_cdeps_control_gefs +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/datm_cdeps_control_gefs +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/datm_cdeps_control_gefs Checking test 135 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.965339 - 0: The maximum resident set size (KB) = 601100 + 0: The total amount of wall time = 153.312893 + 0: The maximum resident set size (KB) = 600928 Test 135 datm_cdeps_control_gefs PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/datm_cdeps_iau_gefs -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/datm_cdeps_iau_gefs +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/datm_cdeps_iau_gefs +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/datm_cdeps_iau_gefs Checking test 136 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 = 154.874943 - 0: The maximum resident set size (KB) = 604920 + 0: The total amount of wall time = 155.284117 + 0: The maximum resident set size (KB) = 600932 Test 136 datm_cdeps_iau_gefs PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/datm_cdeps_stochy_gefs -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/datm_cdeps_stochy_gefs +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/datm_cdeps_stochy_gefs +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/datm_cdeps_stochy_gefs Checking test 137 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 = 159.643057 - 0: The maximum resident set size (KB) = 602996 + 0: The total amount of wall time = 154.801689 + 0: The maximum resident set size (KB) = 610020 Test 137 datm_cdeps_stochy_gefs PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/datm_cdeps_ciceC_cfsr -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/datm_cdeps_ciceC_cfsr +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/datm_cdeps_ciceC_cfsr +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/datm_cdeps_ciceC_cfsr Checking test 138 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 = 160.823726 - 0: The maximum resident set size (KB) = 721348 + 0: The total amount of wall time = 157.839432 + 0: The maximum resident set size (KB) = 721224 Test 138 datm_cdeps_ciceC_cfsr PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/datm_cdeps_bulk_cfsr -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/datm_cdeps_bulk_cfsr +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/datm_cdeps_bulk_cfsr +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/datm_cdeps_bulk_cfsr Checking test 139 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 = 158.070325 - 0: The maximum resident set size (KB) = 721328 + 0: The total amount of wall time = 157.445407 + 0: The maximum resident set size (KB) = 721428 Test 139 datm_cdeps_bulk_cfsr PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/datm_cdeps_bulk_gefs -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/datm_cdeps_bulk_gefs +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/datm_cdeps_bulk_gefs +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/datm_cdeps_bulk_gefs Checking test 140 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 = 152.612855 - 0: The maximum resident set size (KB) = 600880 + 0: The total amount of wall time = 152.467446 + 0: The maximum resident set size (KB) = 608016 Test 140 datm_cdeps_bulk_gefs PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/datm_cdeps_mx025_cfsr -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/datm_cdeps_mx025_cfsr +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/datm_cdeps_mx025_cfsr +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/datm_cdeps_mx025_cfsr Checking test 141 datm_cdeps_mx025_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK @@ -4349,14 +4349,14 @@ Checking test 141 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 = 444.023899 - 0: The maximum resident set size (KB) = 494544 + 0: The total amount of wall time = 435.849407 + 0: The maximum resident set size (KB) = 494508 Test 141 datm_cdeps_mx025_cfsr PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/datm_cdeps_mx025_gefs -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/datm_cdeps_mx025_gefs +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/datm_cdeps_mx025_gefs +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/datm_cdeps_mx025_gefs Checking test 142 datm_cdeps_mx025_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK @@ -4365,64 +4365,64 @@ Checking test 142 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 = 442.472974 - 0: The maximum resident set size (KB) = 476916 + 0: The total amount of wall time = 400.034843 + 0: The maximum resident set size (KB) = 476384 Test 142 datm_cdeps_mx025_gefs PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/datm_cdeps_control_cfsr -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/datm_cdeps_multiple_files_cfsr +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/datm_cdeps_control_cfsr +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/datm_cdeps_multiple_files_cfsr Checking test 143 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.752556 - 0: The maximum resident set size (KB) = 721200 + 0: The total amount of wall time = 158.250333 + 0: The maximum resident set size (KB) = 721168 Test 143 datm_cdeps_multiple_files_cfsr PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/datm_cdeps_3072x1536_cfsr -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/datm_cdeps_3072x1536_cfsr +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/datm_cdeps_3072x1536_cfsr +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/datm_cdeps_3072x1536_cfsr Checking test 144 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 = 216.022841 - 0: The maximum resident set size (KB) = 1963404 + 0: The total amount of wall time = 215.266906 + 0: The maximum resident set size (KB) = 1963284 Test 144 datm_cdeps_3072x1536_cfsr PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/datm_cdeps_gfs -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/datm_cdeps_gfs +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/datm_cdeps_gfs +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/datm_cdeps_gfs Checking test 145 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 = 216.887452 - 0: The maximum resident set size (KB) = 1963260 + 0: The total amount of wall time = 215.871756 + 0: The maximum resident set size (KB) = 1963100 Test 145 datm_cdeps_gfs PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/datm_cdeps_debug_cfsr -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/datm_cdeps_debug_cfsr +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/datm_cdeps_debug_cfsr +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/datm_cdeps_debug_cfsr Checking test 146 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 = 371.927851 - 0: The maximum resident set size (KB) = 696756 + 0: The total amount of wall time = 370.573609 + 0: The maximum resident set size (KB) = 714972 Test 146 datm_cdeps_debug_cfsr PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_atmwav -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/control_atmwav +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_atmwav +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/control_atmwav Checking test 147 control_atmwav results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -4466,14 +4466,14 @@ Checking test 147 control_atmwav results .... Comparing RESTART/sfc_data.tile6.nc .........OK Comparing 20210322.180000.restart.glo_1deg .........OK - 0: The total amount of wall time = 96.013984 - 0: The maximum resident set size (KB) = 447900 + 0: The total amount of wall time = 92.847034 + 0: The maximum resident set size (KB) = 448080 Test 147 control_atmwav PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/atmaero_control_p8 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/atmaero_control_p8 +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/atmaero_control_p8 +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/atmaero_control_p8 Checking test 148 atmaero_control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -4517,14 +4517,14 @@ Checking test 148 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 = 251.155303 - 0: The maximum resident set size (KB) = 1460368 + 0: The total amount of wall time = 248.109373 + 0: The maximum resident set size (KB) = 1460628 Test 148 atmaero_control_p8 PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/atmaero_control_p8_rad -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/atmaero_control_p8_rad +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/atmaero_control_p8_rad +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/atmaero_control_p8_rad Checking test 149 atmaero_control_p8_rad results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -4568,14 +4568,14 @@ Checking test 149 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 = 299.404772 - 0: The maximum resident set size (KB) = 1498008 + 0: The total amount of wall time = 295.657303 + 0: The maximum resident set size (KB) = 1480960 Test 149 atmaero_control_p8_rad PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/regional_atmaq -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_31941/regional_atmaq +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/regional_atmaq +working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_43031/regional_atmaq Checking test 150 regional_atmaq results .... Comparing sfcf000.nc .........OK Comparing sfcf003.nc .........OK @@ -4591,12 +4591,12 @@ 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 = 700.716018 - 0: The maximum resident set size (KB) = 744876 + 0: The total amount of wall time = 706.495907 + 0: The maximum resident set size (KB) = 745560 Test 150 regional_atmaq PASS REGRESSION TEST WAS SUCCESSFUL -Wed Aug 31 06:11:45 EDT 2022 -Elapsed time: 07h:22m:56s. Have a nice day! +Thu Sep 8 08:23:29 EDT 2022 +Elapsed time: 02h:37m:26s. Have a nice day! diff --git a/tests/RegressionTests_hera.gnu.log b/tests/RegressionTests_hera.gnu.log index a48191d4ca..94a9263eb8 100644 --- a/tests/RegressionTests_hera.gnu.log +++ b/tests/RegressionTests_hera.gnu.log @@ -1,20 +1,20 @@ -Wed Aug 31 15:00:07 UTC 2022 +Thu Sep 8 18:33:12 UTC 2022 Start Regression test -Compile 001 elapsed time 186 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_ras,FV3_GFS_v17_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 002 elapsed time 193 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 298 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 001 elapsed time 189 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 192 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 312 seconds. -DAPP=ATM -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 004 elapsed time 97 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 187 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release Compile 006 elapsed time 373 seconds. -DAPP=ATM -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release Compile 007 elapsed time 299 seconds. -DAPP=ATM -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 008 elapsed time 298 seconds. -DAPP=ATM -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 009 elapsed time 242 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 008 elapsed time 301 seconds. -DAPP=ATM -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 009 elapsed time 244 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON Compile 010 elapsed time 127 seconds. -DAPP=S2SW -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 011 elapsed time 110 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 011 elapsed time 112 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/GNU/control -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_4339/control +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/GNU/control +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_23755/control Checking test 001 control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -61,14 +61,14 @@ Checking test 001 control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 847.300356 - 0: The maximum resident set size (KB) = 462540 + 0: The total amount of wall time = 870.252305 + 0: The maximum resident set size (KB) = 475232 Test 001 control PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/GNU/control -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_4339/control_restart +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/GNU/control +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_23755/control_restart Checking test 002 control_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -107,14 +107,14 @@ Checking test 002 control_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 403.251689 - 0: The maximum resident set size (KB) = 170384 + 0: The total amount of wall time = 407.727095 + 0: The maximum resident set size (KB) = 185056 Test 002 control_restart PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/GNU/control_c48 -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_4339/control_c48 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/GNU/control_c48 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_23755/control_c48 Checking test 003 control_c48 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -153,14 +153,14 @@ Checking test 003 control_c48 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0: The total amount of wall time = 672.732261 -0: The maximum resident set size (KB) = 690216 +0: The total amount of wall time = 675.221903 +0: The maximum resident set size (KB) = 706392 Test 003 control_c48 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/GNU/control_stochy -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_4339/control_stochy +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/GNU/control_stochy +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_23755/control_stochy Checking test 004 control_stochy results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -171,14 +171,14 @@ Checking test 004 control_stochy results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 670.713600 - 0: The maximum resident set size (KB) = 469428 + 0: The total amount of wall time = 703.446705 + 0: The maximum resident set size (KB) = 482232 Test 004 control_stochy PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/GNU/control_ras -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_4339/control_ras +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/GNU/control_ras +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_23755/control_ras Checking test 005 control_ras results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -189,14 +189,14 @@ Checking test 005 control_ras results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 839.442350 - 0: The maximum resident set size (KB) = 475684 + 0: The total amount of wall time = 828.434067 + 0: The maximum resident set size (KB) = 487104 Test 005 control_ras PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/GNU/control_p8 -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_4339/control_p8 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/GNU/control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_23755/control_p8 Checking test 006 control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -243,14 +243,14 @@ Checking test 006 control_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 890.105102 - 0: The maximum resident set size (KB) = 1223416 + 0: The total amount of wall time = 939.455208 + 0: The maximum resident set size (KB) = 1239288 Test 006 control_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/GNU/rap_control -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_4339/rap_control +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/GNU/rap_control +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_23755/rap_control Checking test 007 rap_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -297,14 +297,14 @@ Checking test 007 rap_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1466.048127 - 0: The maximum resident set size (KB) = 818048 + 0: The total amount of wall time = 1553.308246 + 0: The maximum resident set size (KB) = 830344 Test 007 rap_control PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/GNU/rap_control -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_4339/rap_decomp +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/GNU/rap_control +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_23755/rap_decomp Checking test 008 rap_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -351,14 +351,14 @@ Checking test 008 rap_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1446.665438 - 0: The maximum resident set size (KB) = 813308 + 0: The total amount of wall time = 1543.899488 + 0: The maximum resident set size (KB) = 827036 Test 008 rap_decomp PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/GNU/rap_control -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_4339/rap_2threads +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/GNU/rap_control +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_23755/rap_2threads Checking test 009 rap_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -405,14 +405,14 @@ Checking test 009 rap_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1432.471646 - 0: The maximum resident set size (KB) = 882476 + 0: The total amount of wall time = 1469.617219 + 0: The maximum resident set size (KB) = 891668 Test 009 rap_2threads PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/GNU/rap_control -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_4339/rap_restart +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/GNU/rap_control +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_23755/rap_restart Checking test 010 rap_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -451,14 +451,14 @@ Checking test 010 rap_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 706.495104 - 0: The maximum resident set size (KB) = 525760 + 0: The total amount of wall time = 706.963751 + 0: The maximum resident set size (KB) = 538416 Test 010 rap_restart PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/GNU/rap_sfcdiff -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_4339/rap_sfcdiff +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/GNU/rap_sfcdiff +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_23755/rap_sfcdiff Checking test 011 rap_sfcdiff results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -505,14 +505,14 @@ Checking test 011 rap_sfcdiff results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1440.624974 - 0: The maximum resident set size (KB) = 818272 + 0: The total amount of wall time = 1462.962292 + 0: The maximum resident set size (KB) = 825784 Test 011 rap_sfcdiff PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/GNU/rap_sfcdiff -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_4339/rap_sfcdiff_decomp +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/GNU/rap_sfcdiff +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_23755/rap_sfcdiff_decomp Checking test 012 rap_sfcdiff_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -559,14 +559,14 @@ Checking test 012 rap_sfcdiff_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1434.157340 - 0: The maximum resident set size (KB) = 819316 + 0: The total amount of wall time = 1530.288613 + 0: The maximum resident set size (KB) = 828952 Test 012 rap_sfcdiff_decomp PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/GNU/rap_sfcdiff -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_4339/rap_sfcdiff_restart +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/GNU/rap_sfcdiff +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_23755/rap_sfcdiff_restart Checking test 013 rap_sfcdiff_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -605,14 +605,14 @@ Checking test 013 rap_sfcdiff_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1071.020991 - 0: The maximum resident set size (KB) = 524592 + 0: The total amount of wall time = 1081.839396 + 0: The maximum resident set size (KB) = 541684 Test 013 rap_sfcdiff_restart PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/GNU/hrrr_control -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_4339/hrrr_control +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/GNU/hrrr_control +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_23755/hrrr_control Checking test 014 hrrr_control results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -659,14 +659,14 @@ Checking test 014 hrrr_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1442.412349 - 0: The maximum resident set size (KB) = 812572 + 0: The total amount of wall time = 1478.592405 + 0: The maximum resident set size (KB) = 823140 Test 014 hrrr_control PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/GNU/hrrr_control -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_4339/hrrr_control_2threads +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/GNU/hrrr_control +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_23755/hrrr_control_2threads Checking test 015 hrrr_control_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -713,14 +713,14 @@ Checking test 015 hrrr_control_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1415.200358 - 0: The maximum resident set size (KB) = 873168 + 0: The total amount of wall time = 1380.438168 + 0: The maximum resident set size (KB) = 889672 Test 015 hrrr_control_2threads PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/GNU/hrrr_control -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_4339/hrrr_control_decomp +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/GNU/hrrr_control +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_23755/hrrr_control_decomp Checking test 016 hrrr_control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -767,14 +767,14 @@ Checking test 016 hrrr_control_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1412.525326 - 0: The maximum resident set size (KB) = 809188 + 0: The total amount of wall time = 1499.668448 + 0: The maximum resident set size (KB) = 828700 Test 016 hrrr_control_decomp PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/GNU/hrrr_control -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_4339/hrrr_control_restart +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/GNU/hrrr_control +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_23755/hrrr_control_restart Checking test 017 hrrr_control_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -813,14 +813,14 @@ Checking test 017 hrrr_control_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1033.265388 - 0: The maximum resident set size (KB) = 521828 + 0: The total amount of wall time = 1049.177256 + 0: The maximum resident set size (KB) = 533684 Test 017 hrrr_control_restart PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/GNU/rrfs_v1beta -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_4339/rrfs_v1beta +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/GNU/rrfs_v1beta +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_23755/rrfs_v1beta Checking test 018 rrfs_v1beta results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -867,14 +867,14 @@ Checking test 018 rrfs_v1beta results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1480.107800 - 0: The maximum resident set size (KB) = 816392 + 0: The total amount of wall time = 1452.149058 + 0: The maximum resident set size (KB) = 823800 Test 018 rrfs_v1beta PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/GNU/rrfs_conus13km_hrrr_warm -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_4339/rrfs_conus13km_hrrr_warm +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/GNU/rrfs_conus13km_hrrr_warm +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_23755/rrfs_conus13km_hrrr_warm Checking test 019 rrfs_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -883,14 +883,14 @@ Checking test 019 rrfs_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 1459.300094 - 0: The maximum resident set size (KB) = 617832 + 0: The total amount of wall time = 1430.135179 + 0: The maximum resident set size (KB) = 633752 Test 019 rrfs_conus13km_hrrr_warm PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/GNU/rrfs_conus13km_radar_tten_warm -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_4339/rrfs_conus13km_radar_tten_warm +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/GNU/rrfs_conus13km_radar_tten_warm +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_23755/rrfs_conus13km_radar_tten_warm Checking test 020 rrfs_conus13km_radar_tten_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -899,14 +899,14 @@ Checking test 020 rrfs_conus13km_radar_tten_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 1401.793697 - 0: The maximum resident set size (KB) = 620676 + 0: The total amount of wall time = 1398.726441 + 0: The maximum resident set size (KB) = 636112 Test 020 rrfs_conus13km_radar_tten_warm PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/GNU/rrfs_smoke_conus13km_hrrr_warm -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_4339/rrfs_smoke_conus13km_hrrr_warm +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/GNU/rrfs_smoke_conus13km_hrrr_warm +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_23755/rrfs_smoke_conus13km_hrrr_warm Checking test 021 rrfs_smoke_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -915,194 +915,194 @@ Checking test 021 rrfs_smoke_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 1439.185994 - 0: The maximum resident set size (KB) = 633592 + 0: The total amount of wall time = 1432.337110 + 0: The maximum resident set size (KB) = 649308 Test 021 rrfs_smoke_conus13km_hrrr_warm PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/GNU/control_debug -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_4339/control_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/GNU/control_debug +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_23755/control_debug Checking test 022 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 = 103.114418 - 0: The maximum resident set size (KB) = 450264 + 0: The total amount of wall time = 106.865446 + 0: The maximum resident set size (KB) = 469460 Test 022 control_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/GNU/control_diag_debug -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_4339/control_diag_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/GNU/control_diag_debug +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_23755/control_diag_debug Checking test 023 control_diag_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 132.793946 - 0: The maximum resident set size (KB) = 510072 + 0: The total amount of wall time = 129.238434 + 0: The maximum resident set size (KB) = 523284 Test 023 control_diag_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/GNU/fv3_regional_debug -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_4339/regional_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/GNU/fv3_regional_debug +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_23755/regional_debug Checking test 024 regional_debug results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK Comparing phyf000.nc .........OK Comparing phyf001.nc .........OK - 0: The total amount of wall time = 131.666006 - 0: The maximum resident set size (KB) = 531016 + 0: The total amount of wall time = 127.822695 + 0: The maximum resident set size (KB) = 556852 Test 024 regional_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/GNU/rap_control_debug -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_4339/rap_control_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/GNU/rap_control_debug +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_23755/rap_control_debug Checking test 025 rap_control_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 172.069421 - 0: The maximum resident set size (KB) = 822244 + 0: The total amount of wall time = 173.892910 + 0: The maximum resident set size (KB) = 844568 Test 025 rap_control_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/GNU/hrrr_control_debug -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_4339/hrrr_control_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/GNU/hrrr_control_debug +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_23755/hrrr_control_debug Checking test 026 hrrr_control_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 173.749189 - 0: The maximum resident set size (KB) = 820444 + 0: The total amount of wall time = 176.748488 + 0: The maximum resident set size (KB) = 835108 Test 026 hrrr_control_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/GNU/rap_diag_debug -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_4339/rap_diag_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/GNU/rap_diag_debug +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_23755/rap_diag_debug Checking test 027 rap_diag_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 210.652792 - 0: The maximum resident set size (KB) = 902352 + 0: The total amount of wall time = 214.102708 + 0: The maximum resident set size (KB) = 925088 Test 027 rap_diag_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/GNU/rap_noah_sfcdiff_cires_ugwp_debug -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_4339/rap_noah_sfcdiff_cires_ugwp_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/GNU/rap_noah_sfcdiff_cires_ugwp_debug +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_23755/rap_noah_sfcdiff_cires_ugwp_debug Checking test 028 rap_noah_sfcdiff_cires_ugwp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 280.997016 - 0: The maximum resident set size (KB) = 819620 + 0: The total amount of wall time = 278.338432 + 0: The maximum resident set size (KB) = 843380 Test 028 rap_noah_sfcdiff_cires_ugwp_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/GNU/rap_progcld_thompson_debug -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_4339/rap_progcld_thompson_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/GNU/rap_progcld_thompson_debug +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_23755/rap_progcld_thompson_debug Checking test 029 rap_progcld_thompson_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 168.913965 - 0: The maximum resident set size (KB) = 823504 + 0: The total amount of wall time = 174.328361 + 0: The maximum resident set size (KB) = 843864 Test 029 rap_progcld_thompson_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/GNU/rrfs_v1beta_debug -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_4339/rrfs_v1beta_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/GNU/rrfs_v1beta_debug +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_23755/rrfs_v1beta_debug Checking test 030 rrfs_v1beta_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 171.869800 - 0: The maximum resident set size (KB) = 817588 + 0: The total amount of wall time = 169.898097 + 0: The maximum resident set size (KB) = 837232 Test 030 rrfs_v1beta_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/GNU/control_ras_debug -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_4339/control_ras_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/GNU/control_ras_debug +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_23755/control_ras_debug Checking test 031 control_ras_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 104.461794 - 0: The maximum resident set size (KB) = 462232 + 0: The total amount of wall time = 106.124064 + 0: The maximum resident set size (KB) = 481408 Test 031 control_ras_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/GNU/control_stochy_debug -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_4339/control_stochy_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/GNU/control_stochy_debug +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_23755/control_stochy_debug Checking test 032 control_stochy_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 121.303931 - 0: The maximum resident set size (KB) = 456032 + 0: The total amount of wall time = 117.963806 + 0: The maximum resident set size (KB) = 474444 Test 032 control_stochy_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/GNU/control_debug_p8 -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_4339/control_debug_p8 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/GNU/control_debug_p8 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_23755/control_debug_p8 Checking test 033 control_debug_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 117.379325 - 0: The maximum resident set size (KB) = 1209052 + 0: The total amount of wall time = 116.535851 + 0: The maximum resident set size (KB) = 1229536 Test 033 control_debug_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/GNU/control_wam_debug -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_4339/control_wam_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/GNU/control_wam_debug +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_23755/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 = 181.690490 - 0: The maximum resident set size (KB) = 163644 + 0: The total amount of wall time = 194.469025 + 0: The maximum resident set size (KB) = 192892 Test 034 control_wam_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/GNU/rap_control_dyn32_phy32 -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_4339/rap_control_dyn32_phy32 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/GNU/rap_control_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_23755/rap_control_dyn32_phy32 Checking test 035 rap_control_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -1149,14 +1149,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 = 1447.822397 - 0: The maximum resident set size (KB) = 676228 + 0: The total amount of wall time = 1499.336761 + 0: The maximum resident set size (KB) = 683824 Test 035 rap_control_dyn32_phy32 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/GNU/hrrr_control_dyn32_phy32 -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_4339/hrrr_control_dyn32_phy32 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/GNU/hrrr_control_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_23755/hrrr_control_dyn32_phy32 Checking test 036 hrrr_control_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -1203,14 +1203,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 = 712.894860 - 0: The maximum resident set size (KB) = 676800 + 0: The total amount of wall time = 780.290867 + 0: The maximum resident set size (KB) = 684084 Test 036 hrrr_control_dyn32_phy32 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/GNU/rap_control_dyn32_phy32 -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_4339/rap_2threads_dyn32_phy32 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/GNU/rap_control_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_23755/rap_2threads_dyn32_phy32 Checking test 037 rap_2threads_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -1257,14 +1257,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 = 1368.976219 - 0: The maximum resident set size (KB) = 717048 + 0: The total amount of wall time = 1454.099667 + 0: The maximum resident set size (KB) = 727268 Test 037 rap_2threads_dyn32_phy32 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/GNU/hrrr_control_dyn32_phy32 -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_4339/hrrr_control_2threads_dyn32_phy32 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/GNU/hrrr_control_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_23755/hrrr_control_2threads_dyn32_phy32 Checking test 038 hrrr_control_2threads_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -1311,14 +1311,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 = 699.943200 - 0: The maximum resident set size (KB) = 716812 + 0: The total amount of wall time = 712.529947 + 0: The maximum resident set size (KB) = 726068 Test 038 hrrr_control_2threads_dyn32_phy32 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/GNU/hrrr_control_dyn32_phy32 -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_4339/hrrr_control_decomp_dyn32_phy32 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/GNU/hrrr_control_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_23755/hrrr_control_decomp_dyn32_phy32 Checking test 039 hrrr_control_decomp_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -1365,14 +1365,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 = 710.448922 - 0: The maximum resident set size (KB) = 671720 + 0: The total amount of wall time = 788.694382 + 0: The maximum resident set size (KB) = 684592 Test 039 hrrr_control_decomp_dyn32_phy32 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/GNU/rap_control_dyn32_phy32 -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_4339/rap_restart_dyn32_phy32 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/GNU/rap_control_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_23755/rap_restart_dyn32_phy32 Checking test 040 rap_restart_dyn32_phy32 results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -1411,14 +1411,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 = 1045.758714 - 0: The maximum resident set size (KB) = 493584 + 0: The total amount of wall time = 1049.208724 + 0: The maximum resident set size (KB) = 512904 Test 040 rap_restart_dyn32_phy32 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/GNU/hrrr_control_dyn32_phy32 -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_4339/hrrr_control_restart_dyn32_phy32 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/GNU/hrrr_control_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_23755/hrrr_control_restart_dyn32_phy32 Checking test 041 hrrr_control_restart_dyn32_phy32 results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -1457,14 +1457,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 = 350.102435 - 0: The maximum resident set size (KB) = 490248 + 0: The total amount of wall time = 380.077712 + 0: The maximum resident set size (KB) = 505432 Test 041 hrrr_control_restart_dyn32_phy32 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/GNU/rap_control_dyn64_phy32 -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_4339/rap_control_dyn64_phy32 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/GNU/rap_control_dyn64_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_23755/rap_control_dyn64_phy32 Checking test 042 rap_control_dyn64_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -1511,56 +1511,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 = 1052.430364 - 0: The maximum resident set size (KB) = 690756 + 0: The total amount of wall time = 1057.601530 + 0: The maximum resident set size (KB) = 706876 Test 042 rap_control_dyn64_phy32 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/GNU/rap_control_debug_dyn32_phy32 -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_4339/rap_control_debug_dyn32_phy32 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/GNU/rap_control_debug_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_23755/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 = 173.743980 - 0: The maximum resident set size (KB) = 679020 + 0: The total amount of wall time = 167.623575 + 0: The maximum resident set size (KB) = 699576 Test 043 rap_control_debug_dyn32_phy32 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/GNU/hrrr_control_debug_dyn32_phy32 -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_4339/hrrr_control_debug_dyn32_phy32 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/GNU/hrrr_control_debug_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_23755/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 = 170.859426 - 0: The maximum resident set size (KB) = 679384 + 0: The total amount of wall time = 169.080127 + 0: The maximum resident set size (KB) = 696156 Test 044 hrrr_control_debug_dyn32_phy32 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/GNU/rap_control_debug_dyn64_phy32 -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_4339/rap_control_dyn64_phy32_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/GNU/rap_control_debug_dyn64_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_23755/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 = 199.583710 - 0: The maximum resident set size (KB) = 696776 + 0: The total amount of wall time = 199.878899 + 0: The maximum resident set size (KB) = 721624 Test 045 rap_control_dyn64_phy32_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/GNU/cpld_control_noaero_p8 -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_4339/cpld_control_noaero_p8 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/GNU/cpld_control_noaero_p8 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_23755/cpld_control_noaero_p8 Checking test 046 cpld_control_noaero_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1624,14 +1624,14 @@ Checking test 046 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 = 1194.651840 - 0: The maximum resident set size (KB) = 1264148 + 0: The total amount of wall time = 1320.348261 + 0: The maximum resident set size (KB) = 1277548 Test 046 cpld_control_noaero_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/GNU/cpld_control_c96_noaero_p8 -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_4339/cpld_control_nowave_noaero_p8 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/GNU/cpld_control_c96_noaero_p8 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_23755/cpld_control_nowave_noaero_p8 Checking test 047 cpld_control_nowave_noaero_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1693,14 +1693,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 = 1199.095269 - 0: The maximum resident set size (KB) = 1317288 + 0: The total amount of wall time = 1264.324920 + 0: The maximum resident set size (KB) = 1327944 Test 047 cpld_control_nowave_noaero_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/GNU/cpld_debug_noaero_p8 -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_4339/cpld_debug_noaero_p8 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/GNU/cpld_debug_noaero_p8 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_23755/cpld_debug_noaero_p8 Checking test 048 cpld_debug_noaero_p8 results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK @@ -1752,25 +1752,25 @@ Checking test 048 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 = 446.761995 - 0: The maximum resident set size (KB) = 1267472 + 0: The total amount of wall time = 466.395037 + 0: The maximum resident set size (KB) = 1293972 Test 048 cpld_debug_noaero_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/GNU/datm_cdeps_control_cfsr -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_4339/datm_cdeps_control_cfsr +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/GNU/datm_cdeps_control_cfsr +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_23755/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 = 182.478119 - 0: The maximum resident set size (KB) = 660716 + 0: The total amount of wall time = 176.940073 + 0: The maximum resident set size (KB) = 667236 Test 049 datm_cdeps_control_cfsr PASS REGRESSION TEST WAS SUCCESSFUL -Wed Aug 31 16:01:49 UTC 2022 -Elapsed time: 01h:01m:42s. Have a nice day! +Thu Sep 8 19:44:37 UTC 2022 +Elapsed time: 01h:11m:25s. Have a nice day! diff --git a/tests/RegressionTests_hera.intel.log b/tests/RegressionTests_hera.intel.log index c25d8ccbf2..f939a71856 100644 --- a/tests/RegressionTests_hera.intel.log +++ b/tests/RegressionTests_hera.intel.log @@ -1,32 +1,32 @@ -Wed Aug 31 15:00:54 UTC 2022 +Thu Sep 8 17:37:29 UTC 2022 Start Regression test -Compile 001 elapsed time 576 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 002 elapsed time 545 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 003 elapsed time 219 seconds. -DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 004 elapsed time 198 seconds. -DAPP=S2SW -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 005 elapsed time 382 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_sfcocn -DCMEPS_AOFLUX=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 006 elapsed time 379 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 007 elapsed time 333 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 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 008 elapsed time 349 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_RRTMGP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_smoke,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 009 elapsed time 333 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_csawmg,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 010 elapsed time 311 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 011 elapsed time 715 seconds. -DAPP=ATM -DDEBUG=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 012 elapsed time 150 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 013 elapsed time 317 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 014 elapsed time 315 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 015 elapsed time 153 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 016 elapsed time 154 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 017 elapsed time 525 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst,FV3_HAFS_v0_thompson_tedmf_gfdlsf -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 018 elapsed time 525 seconds. -DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 019 elapsed time 185 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 020 elapsed time 118 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 021 elapsed time 511 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 022 elapsed time 351 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 023 elapsed time 344 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DMPI=ON -DCMAKE_BUILD_TYPE=Release - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/cpld_control_p8 -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/cpld_control_p8 +Compile 001 elapsed time 565 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 002 elapsed time 525 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 003 elapsed time 208 seconds. -DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 004 elapsed time 193 seconds. -DAPP=S2SW -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 005 elapsed time 399 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_sfcocn -DCMEPS_AOFLUX=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 006 elapsed time 385 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 007 elapsed time 330 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 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 008 elapsed time 352 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_RRTMGP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_smoke,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 009 elapsed time 337 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_csawmg,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 010 elapsed time 317 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 011 elapsed time 661 seconds. -DAPP=ATM -DDEBUG=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 012 elapsed time 164 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 013 elapsed time 322 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 014 elapsed time 324 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 015 elapsed time 160 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 016 elapsed time 157 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 017 elapsed time 545 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst,FV3_HAFS_v0_thompson_tedmf_gfdlsf -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 018 elapsed time 538 seconds. -DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 019 elapsed time 183 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 020 elapsed time 110 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 021 elapsed time 503 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 022 elapsed time 340 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 023 elapsed time 332 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DMPI=ON -DCMAKE_BUILD_TYPE=Release + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/cpld_control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/cpld_control_p8 Checking test 001 cpld_control_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -91,14 +91,14 @@ Checking test 001 cpld_control_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 332.517283 - 0: The maximum resident set size (KB) = 3151632 + 0: The total amount of wall time = 329.714530 + 0: The maximum resident set size (KB) = 3175136 Test 001 cpld_control_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/cpld_control_p8 -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/cpld_restart_p8 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/cpld_control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/cpld_restart_p8 Checking test 002 cpld_restart_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -151,14 +151,14 @@ Checking test 002 cpld_restart_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 190.156336 - 0: The maximum resident set size (KB) = 3019788 + 0: The total amount of wall time = 190.162496 + 0: The maximum resident set size (KB) = 3050844 Test 002 cpld_restart_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/cpld_control_p8 -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/cpld_2threads_p8 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/cpld_control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/cpld_2threads_p8 Checking test 003 cpld_2threads_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -211,14 +211,14 @@ Checking test 003 cpld_2threads_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 417.997221 - 0: The maximum resident set size (KB) = 3419676 + 0: The total amount of wall time = 416.154501 + 0: The maximum resident set size (KB) = 3452552 Test 003 cpld_2threads_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/cpld_control_p8 -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/cpld_esmfthreads_p8 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/cpld_control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/cpld_esmfthreads_p8 Checking test 004 cpld_esmfthreads_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -271,14 +271,14 @@ Checking test 004 cpld_esmfthreads_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 346.845295 - 0: The maximum resident set size (KB) = 3484656 + 0: The total amount of wall time = 348.051961 + 0: The maximum resident set size (KB) = 3516948 Test 004 cpld_esmfthreads_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/cpld_control_p8 -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/cpld_decomp_p8 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/cpld_control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/cpld_decomp_p8 Checking test 005 cpld_decomp_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -331,14 +331,14 @@ Checking test 005 cpld_decomp_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 333.629373 - 0: The maximum resident set size (KB) = 3135120 + 0: The total amount of wall time = 329.118185 + 0: The maximum resident set size (KB) = 3166388 Test 005 cpld_decomp_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/cpld_control_p8 -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/cpld_mpi_p8 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/cpld_control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/cpld_mpi_p8 Checking test 006 cpld_mpi_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -391,14 +391,14 @@ Checking test 006 cpld_mpi_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 273.455135 - 0: The maximum resident set size (KB) = 2993380 + 0: The total amount of wall time = 271.616041 + 0: The maximum resident set size (KB) = 3021416 Test 006 cpld_mpi_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/cpld_control_ciceC_p8 -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/cpld_control_ciceC_p8 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/cpld_control_ciceC_p8 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/cpld_control_ciceC_p8 Checking test 007 cpld_control_ciceC_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -463,14 +463,14 @@ Checking test 007 cpld_control_ciceC_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 336.664321 - 0: The maximum resident set size (KB) = 3149856 + 0: The total amount of wall time = 328.799474 + 0: The maximum resident set size (KB) = 3176788 Test 007 cpld_control_ciceC_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/cpld_control_c192_p8 -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/cpld_control_c192_p8 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/cpld_control_c192_p8 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/cpld_control_c192_p8 Checking test 008 cpld_control_c192_p8 results .... Comparing sfcf030.tile1.nc .........OK Comparing sfcf030.tile2.nc .........OK @@ -523,14 +523,14 @@ Checking test 008 cpld_control_c192_p8 results .... Comparing 20210323.120000.out_grd.ww3 .........OK Comparing 20210323.120000.out_pnt.ww3 .........OK - 0: The total amount of wall time = 655.997903 - 0: The maximum resident set size (KB) = 3204548 + 0: The total amount of wall time = 646.408256 + 0: The maximum resident set size (KB) = 3220308 Test 008 cpld_control_c192_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/cpld_control_c192_p8 -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/cpld_restart_c192_p8 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/cpld_control_c192_p8 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/cpld_restart_c192_p8 Checking test 009 cpld_restart_c192_p8 results .... Comparing sfcf030.tile1.nc .........OK Comparing sfcf030.tile2.nc .........OK @@ -583,14 +583,14 @@ Checking test 009 cpld_restart_c192_p8 results .... Comparing 20210323.120000.out_grd.ww3 .........OK Comparing 20210323.120000.out_pnt.ww3 .........OK - 0: The total amount of wall time = 404.434814 - 0: The maximum resident set size (KB) = 3106528 + 0: The total amount of wall time = 404.683164 + 0: The maximum resident set size (KB) = 3136164 Test 009 cpld_restart_c192_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/cpld_bmark_p8 -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/cpld_bmark_p8 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/cpld_bmark_p8 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/cpld_bmark_p8 Checking test 010 cpld_bmark_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -638,14 +638,14 @@ Checking test 010 cpld_bmark_p8 results .... Comparing 20130401.060000.out_pnt.ww3 .........OK Comparing 20130401.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 825.700564 - 0: The maximum resident set size (KB) = 3968988 + 0: The total amount of wall time = 820.206183 + 0: The maximum resident set size (KB) = 3994132 Test 010 cpld_bmark_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/cpld_bmark_p8 -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/cpld_restart_bmark_p8 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/cpld_bmark_p8 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/cpld_restart_bmark_p8 Checking test 011 cpld_restart_bmark_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -693,14 +693,14 @@ Checking test 011 cpld_restart_bmark_p8 results .... Comparing 20130401.060000.out_pnt.ww3 .........OK Comparing 20130401.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 493.326993 - 0: The maximum resident set size (KB) = 3919148 + 0: The total amount of wall time = 484.715725 + 0: The maximum resident set size (KB) = 3938256 Test 011 cpld_restart_bmark_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/cpld_bmark_p8 -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/cpld_bmark_esmfthreads_p8 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/cpld_bmark_p8 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/cpld_bmark_esmfthreads_p8 Checking test 012 cpld_bmark_esmfthreads_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -748,14 +748,14 @@ Checking test 012 cpld_bmark_esmfthreads_p8 results .... Comparing 20130401.060000.out_pnt.ww3 .........OK Comparing 20130401.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 765.211967 - 0: The maximum resident set size (KB) = 4002328 + 0: The total amount of wall time = 750.428986 + 0: The maximum resident set size (KB) = 4032476 Test 012 cpld_bmark_esmfthreads_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/cpld_control_noaero_p8 -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/cpld_control_noaero_p8 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/cpld_control_noaero_p8 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/cpld_control_noaero_p8 Checking test 013 cpld_control_noaero_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -819,14 +819,14 @@ Checking test 013 cpld_control_noaero_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 234.594083 - 0: The maximum resident set size (KB) = 1697264 + 0: The total amount of wall time = 228.857600 + 0: The maximum resident set size (KB) = 1724552 Test 013 cpld_control_noaero_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/cpld_control_c96_noaero_p8 -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/cpld_control_nowave_noaero_p8 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/cpld_control_c96_noaero_p8 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/cpld_control_nowave_noaero_p8 Checking test 014 cpld_control_nowave_noaero_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -888,14 +888,14 @@ Checking test 014 cpld_control_nowave_noaero_p8 results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 251.155118 - 0: The maximum resident set size (KB) = 1743000 + 0: The total amount of wall time = 249.730094 + 0: The maximum resident set size (KB) = 1759456 Test 014 cpld_control_nowave_noaero_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/cpld_debug_p8 -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/cpld_debug_p8 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/cpld_debug_p8 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/cpld_debug_p8 Checking test 015 cpld_debug_p8 results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK @@ -948,14 +948,14 @@ Checking test 015 cpld_debug_p8 results .... Comparing 20210322.090000.out_pnt.ww3 .........OK Comparing 20210322.090000.out_grd.ww3 .........OK - 0: The total amount of wall time = 661.240472 - 0: The maximum resident set size (KB) = 3178168 + 0: The total amount of wall time = 653.957989 + 0: The maximum resident set size (KB) = 3249224 Test 015 cpld_debug_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/cpld_debug_noaero_p8 -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/cpld_debug_noaero_p8 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/cpld_debug_noaero_p8 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/cpld_debug_noaero_p8 Checking test 016 cpld_debug_noaero_p8 results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK @@ -1007,14 +1007,14 @@ Checking test 016 cpld_debug_noaero_p8 results .... Comparing 20210322.090000.out_pnt.ww3 .........OK Comparing 20210322.090000.out_grd.ww3 .........OK - 0: The total amount of wall time = 400.266447 - 0: The maximum resident set size (KB) = 1712316 + 0: The total amount of wall time = 397.274716 + 0: The maximum resident set size (KB) = 1752880 Test 016 cpld_debug_noaero_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/cpld_control_noaero_p8_agrid -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/cpld_control_noaero_p8_agrid +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/cpld_control_noaero_p8_agrid +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/cpld_control_noaero_p8_agrid Checking test 017 cpld_control_noaero_p8_agrid results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1076,14 +1076,14 @@ Checking test 017 cpld_control_noaero_p8_agrid results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 259.462016 - 0: The maximum resident set size (KB) = 1745580 + 0: The total amount of wall time = 258.983986 + 0: The maximum resident set size (KB) = 1756044 Test 017 cpld_control_noaero_p8_agrid PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/cpld_control_c48 -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/cpld_control_c48 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/cpld_control_c48 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/cpld_control_c48 Checking test 018 cpld_control_c48 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -1133,14 +1133,14 @@ Checking test 018 cpld_control_c48 results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 487.165089 - 0: The maximum resident set size (KB) = 2788940 + 0: The total amount of wall time = 491.358203 + 0: The maximum resident set size (KB) = 2809556 Test 018 cpld_control_c48 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/cpld_warmstart_c48 -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/cpld_warmstart_c48 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/cpld_warmstart_c48 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/cpld_warmstart_c48 Checking test 019 cpld_warmstart_c48 results .... Comparing sfcf006.tile1.nc .........OK Comparing sfcf006.tile2.nc .........OK @@ -1190,14 +1190,14 @@ Checking test 019 cpld_warmstart_c48 results .... Comparing RESTART/iced.2021-03-23-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-43200.nc .........OK - 0: The total amount of wall time = 134.083120 - 0: The maximum resident set size (KB) = 2781300 + 0: The total amount of wall time = 132.356562 + 0: The maximum resident set size (KB) = 2786596 Test 019 cpld_warmstart_c48 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/cpld_warmstart_c48 -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/cpld_restart_c48 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/cpld_warmstart_c48 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/cpld_restart_c48 Checking test 020 cpld_restart_c48 results .... Comparing sfcf006.tile1.nc .........OK Comparing sfcf006.tile2.nc .........OK @@ -1247,14 +1247,14 @@ Checking test 020 cpld_restart_c48 results .... Comparing RESTART/iced.2021-03-23-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-43200.nc .........OK - 0: The total amount of wall time = 71.205471 - 0: The maximum resident set size (KB) = 2210516 + 0: The total amount of wall time = 69.287423 + 0: The maximum resident set size (KB) = 2237580 Test 020 cpld_restart_c48 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/control +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/control Checking test 021 control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1301,14 +1301,14 @@ Checking test 021 control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 130.650261 - 0: The maximum resident set size (KB) = 613680 + 0: The total amount of wall time = 130.637356 + 0: The maximum resident set size (KB) = 631076 Test 021 control PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/control_decomp +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/control_decomp Checking test 022 control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1351,14 +1351,14 @@ Checking test 022 control_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 135.184831 - 0: The maximum resident set size (KB) = 600640 + 0: The total amount of wall time = 135.124622 + 0: The maximum resident set size (KB) = 618684 Test 022 control_decomp PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/control_2dwrtdecomp +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/control_2dwrtdecomp Checking test 023 control_2dwrtdecomp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1369,14 +1369,14 @@ Checking test 023 control_2dwrtdecomp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 129.009467 - 0: The maximum resident set size (KB) = 609540 + 0: The total amount of wall time = 129.373550 + 0: The maximum resident set size (KB) = 630688 Test 023 control_2dwrtdecomp PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/control_2threads +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/control_2threads Checking test 024 control_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1419,14 +1419,14 @@ Checking test 024 control_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 156.211838 - 0: The maximum resident set size (KB) = 647556 + 0: The total amount of wall time = 155.083072 + 0: The maximum resident set size (KB) = 658196 Test 024 control_2threads PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/control_restart +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/control_restart Checking test 025 control_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1465,14 +1465,14 @@ Checking test 025 control_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 67.215974 - 0: The maximum resident set size (KB) = 445316 + 0: The total amount of wall time = 67.654901 + 0: The maximum resident set size (KB) = 464620 Test 025 control_restart PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/control_fhzero +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/control_fhzero Checking test 026 control_fhzero results .... Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf021.nc ............ALT CHECK......OK @@ -1515,14 +1515,14 @@ Checking test 026 control_fhzero results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 121.931530 - 0: The maximum resident set size (KB) = 608704 + 0: The total amount of wall time = 122.117868 + 0: The maximum resident set size (KB) = 633156 Test 026 control_fhzero PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_CubedSphereGrid -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/control_CubedSphereGrid +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_CubedSphereGrid +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/control_CubedSphereGrid Checking test 027 control_CubedSphereGrid results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -1549,28 +1549,28 @@ Checking test 027 control_CubedSphereGrid results .... Comparing atmf024.tile5.nc .........OK Comparing atmf024.tile6.nc .........OK - 0: The total amount of wall time = 124.764497 - 0: The maximum resident set size (KB) = 607924 + 0: The total amount of wall time = 125.336917 + 0: The maximum resident set size (KB) = 633104 Test 027 control_CubedSphereGrid PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_CubedSphereGrid_parallel -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/control_CubedSphereGrid_parallel +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_CubedSphereGrid_parallel +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/control_CubedSphereGrid_parallel Checking test 028 control_CubedSphereGrid_parallel results .... Comparing sfcf000.nc .........OK - Comparing sfcf024.nc .........OK - Comparing atmf000.nc ............ALT CHECK......OK + Comparing sfcf024.nc ............ALT CHECK......OK + Comparing atmf000.nc .........OK Comparing atmf024.nc .........OK - 0: The total amount of wall time = 123.270477 - 0: The maximum resident set size (KB) = 611240 + 0: The total amount of wall time = 122.283632 + 0: The maximum resident set size (KB) = 627656 Test 028 control_CubedSphereGrid_parallel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_latlon -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/control_latlon +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_latlon +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/control_latlon Checking test 029 control_latlon results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1581,32 +1581,32 @@ Checking test 029 control_latlon results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 128.459324 - 0: The maximum resident set size (KB) = 609872 + 0: The total amount of wall time = 128.333325 + 0: The maximum resident set size (KB) = 627216 Test 029 control_latlon PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_wrtGauss_netcdf_parallel -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/control_wrtGauss_netcdf_parallel +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_wrtGauss_netcdf_parallel +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/control_wrtGauss_netcdf_parallel Checking test 030 control_wrtGauss_netcdf_parallel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf024.nc .........OK + Comparing atmf000.nc ............ALT CHECK......OK + Comparing atmf024.nc ............ALT CHECK......OK Comparing GFSFLX.GrbF00 .........OK Comparing GFSFLX.GrbF24 .........OK Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 131.266804 - 0: The maximum resident set size (KB) = 613216 + 0: The total amount of wall time = 129.343494 + 0: The maximum resident set size (KB) = 622892 Test 030 control_wrtGauss_netcdf_parallel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_c48 -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/control_c48 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_c48 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/control_c48 Checking test 031 control_c48 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1645,14 +1645,14 @@ Checking test 031 control_c48 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0: The total amount of wall time = 333.328415 -0: The maximum resident set size (KB) = 797456 +0: The total amount of wall time = 331.324288 +0: The maximum resident set size (KB) = 815512 Test 031 control_c48 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_c192 -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/control_c192 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_c192 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/control_c192 Checking test 032 control_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1663,14 +1663,14 @@ Checking test 032 control_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 499.224345 - 0: The maximum resident set size (KB) = 749088 + 0: The total amount of wall time = 503.287810 + 0: The maximum resident set size (KB) = 764528 Test 032 control_c192 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_c384 -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/control_c384 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_c384 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/control_c384 Checking test 033 control_c384 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1681,14 +1681,14 @@ Checking test 033 control_c384 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 657.283895 - 0: The maximum resident set size (KB) = 1052004 + 0: The total amount of wall time = 651.716561 + 0: The maximum resident set size (KB) = 1080572 Test 033 control_c384 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_c384gdas -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/control_c384gdas +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_c384gdas +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/control_c384gdas Checking test 034 control_c384gdas results .... Comparing sfcf000.nc .........OK Comparing sfcf006.nc .........OK @@ -1731,14 +1731,14 @@ Checking test 034 control_c384gdas results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 558.072691 - 0: The maximum resident set size (KB) = 1218656 + 0: The total amount of wall time = 552.364540 + 0: The maximum resident set size (KB) = 1242640 Test 034 control_c384gdas PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_c384_progsigma -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/control_c384_progsigma +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_c384_progsigma +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/control_c384_progsigma Checking test 035 control_c384_progsigma results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1749,14 +1749,14 @@ Checking test 035 control_c384_progsigma results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 667.574061 - 0: The maximum resident set size (KB) = 1060504 + 0: The total amount of wall time = 664.822344 + 0: The maximum resident set size (KB) = 1079060 Test 035 control_c384_progsigma PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_stochy -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/control_stochy +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_stochy +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/control_stochy Checking test 036 control_stochy results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1767,28 +1767,28 @@ Checking test 036 control_stochy results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 85.851632 - 0: The maximum resident set size (KB) = 617972 + 0: The total amount of wall time = 84.471098 + 0: The maximum resident set size (KB) = 632644 Test 036 control_stochy PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_stochy -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/control_stochy_restart +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_stochy +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/control_stochy_restart Checking test 037 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 = 44.855064 - 0: The maximum resident set size (KB) = 453708 + 0: The total amount of wall time = 45.044460 + 0: The maximum resident set size (KB) = 478860 Test 037 control_stochy_restart PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_lndp -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/control_lndp +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_lndp +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/control_lndp Checking test 038 control_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1799,14 +1799,14 @@ Checking test 038 control_lndp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 77.920820 - 0: The maximum resident set size (KB) = 613372 + 0: The total amount of wall time = 77.064984 + 0: The maximum resident set size (KB) = 629032 Test 038 control_lndp PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_iovr4 -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/control_iovr4 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_iovr4 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/control_iovr4 Checking test 039 control_iovr4 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1821,14 +1821,14 @@ Checking test 039 control_iovr4 results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 129.072852 - 0: The maximum resident set size (KB) = 612588 + 0: The total amount of wall time = 129.197186 + 0: The maximum resident set size (KB) = 630568 Test 039 control_iovr4 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_iovr5 -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/control_iovr5 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_iovr5 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/control_iovr5 Checking test 040 control_iovr5 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1843,14 +1843,14 @@ Checking test 040 control_iovr5 results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 129.932666 - 0: The maximum resident set size (KB) = 614856 + 0: The total amount of wall time = 131.178360 + 0: The maximum resident set size (KB) = 628520 Test 040 control_iovr5 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_p8 -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/control_p8 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/control_p8 Checking test 041 control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1897,14 +1897,14 @@ Checking test 041 control_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 162.065280 - 0: The maximum resident set size (KB) = 1591448 + 0: The total amount of wall time = 160.306234 + 0: The maximum resident set size (KB) = 1608136 Test 041 control_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_p8_lndp -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/control_p8_lndp +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_p8_lndp +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/control_p8_lndp Checking test 042 control_p8_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1923,14 +1923,14 @@ Checking test 042 control_p8_lndp results .... Comparing GFSPRS.GrbF24 .........OK Comparing GFSPRS.GrbF48 .........OK - 0: The total amount of wall time = 300.340861 - 0: The maximum resident set size (KB) = 1585808 + 0: The total amount of wall time = 298.127180 + 0: The maximum resident set size (KB) = 1598256 Test 042 control_p8_lndp PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_p8 -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/control_restart_p8 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/control_restart_p8 Checking test 043 control_restart_p8 results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1969,14 +1969,14 @@ Checking test 043 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 = 83.854042 - 0: The maximum resident set size (KB) = 848452 + 0: The total amount of wall time = 83.249158 + 0: The maximum resident set size (KB) = 865496 Test 043 control_restart_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_p8 -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/control_decomp_p8 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/control_decomp_p8 Checking test 044 control_decomp_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2019,14 +2019,14 @@ Checking test 044 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 = 167.176821 - 0: The maximum resident set size (KB) = 1569056 + 0: The total amount of wall time = 164.757490 + 0: The maximum resident set size (KB) = 1588916 Test 044 control_decomp_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_p8 -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/control_2threads_p8 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/control_2threads_p8 Checking test 045 control_2threads_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2069,14 +2069,14 @@ Checking test 045 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 = 193.342739 - 0: The maximum resident set size (KB) = 1645128 + 0: The total amount of wall time = 193.166690 + 0: The maximum resident set size (KB) = 1659632 Test 045 control_2threads_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_p8_rrtmgp -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/control_p8_rrtmgp +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_p8_rrtmgp +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/control_p8_rrtmgp Checking test 046 control_p8_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2123,14 +2123,14 @@ Checking test 046 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 = 196.810602 - 0: The maximum resident set size (KB) = 1710452 + 0: The total amount of wall time = 193.857312 + 0: The maximum resident set size (KB) = 1724568 Test 046 control_p8_rrtmgp PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/fv3_regional_control -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/regional_control +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/fv3_regional_control +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/regional_control Checking test 047 regional_control results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -2141,28 +2141,28 @@ Checking test 047 regional_control results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK - 0: The total amount of wall time = 334.064261 - 0: The maximum resident set size (KB) = 822052 + 0: The total amount of wall time = 333.876277 + 0: The maximum resident set size (KB) = 847536 Test 047 regional_control PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/fv3_regional_control -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/regional_restart +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/fv3_regional_control +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/regional_restart Checking test 048 regional_restart results .... Comparing dynf024.nc .........OK Comparing phyf024.nc .........OK Comparing PRSLEV.GrbF24 .........OK Comparing NATLEV.GrbF24 .........OK - 0: The total amount of wall time = 183.330068 - 0: The maximum resident set size (KB) = 813848 + 0: The total amount of wall time = 183.035352 + 0: The maximum resident set size (KB) = 832012 Test 048 regional_restart PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/fv3_regional_control -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/regional_control_2dwrtdecomp +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/fv3_regional_control +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/regional_control_2dwrtdecomp Checking test 049 regional_control_2dwrtdecomp results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -2173,14 +2173,14 @@ Checking test 049 regional_control_2dwrtdecomp results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK - 0: The total amount of wall time = 334.205953 - 0: The maximum resident set size (KB) = 820432 + 0: The total amount of wall time = 333.182828 + 0: The maximum resident set size (KB) = 841364 Test 049 regional_control_2dwrtdecomp PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/fv3_regional_noquilt -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/regional_noquilt +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/fv3_regional_noquilt +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/regional_noquilt Checking test 050 regional_noquilt results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK @@ -2188,14 +2188,14 @@ Checking test 050 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 = 355.488550 - 0: The maximum resident set size (KB) = 804756 + 0: The total amount of wall time = 355.828558 + 0: The maximum resident set size (KB) = 831816 Test 050 regional_noquilt PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/fv3_regional_control -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/regional_2threads +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/fv3_regional_control +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/regional_2threads Checking test 051 regional_2threads results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -2206,28 +2206,28 @@ Checking test 051 regional_2threads results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK - 0: The total amount of wall time = 239.311962 - 0: The maximum resident set size (KB) = 786624 + 0: The total amount of wall time = 239.297184 + 0: The maximum resident set size (KB) = 807864 Test 051 regional_2threads PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/fv3_regional_netcdf_parallel -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/regional_netcdf_parallel +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/fv3_regional_netcdf_parallel +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/regional_netcdf_parallel Checking test 052 regional_netcdf_parallel results .... - Comparing dynf000.nc .........OK - Comparing dynf024.nc .........OK - Comparing phyf000.nc ............ALT CHECK......OK - Comparing phyf024.nc .........OK + Comparing dynf000.nc ............ALT CHECK......OK + Comparing dynf024.nc ............ALT CHECK......OK + Comparing phyf000.nc .........OK + Comparing phyf024.nc ............ALT CHECK......OK - 0: The total amount of wall time = 328.917414 - 0: The maximum resident set size (KB) = 810052 + 0: The total amount of wall time = 330.246990 + 0: The maximum resident set size (KB) = 835272 Test 052 regional_netcdf_parallel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/fv3_regional_3km -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/regional_3km +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/fv3_regional_3km +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/regional_3km Checking test 053 regional_3km results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2238,14 +2238,14 @@ Checking test 053 regional_3km results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 253.992901 - 0: The maximum resident set size (KB) = 839556 + 0: The total amount of wall time = 251.489735 + 0: The maximum resident set size (KB) = 859688 Test 053 regional_3km PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/fv3_regional_3km -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/regional_3km_decomp +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/fv3_regional_3km +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/regional_3km_decomp Checking test 054 regional_3km_decomp results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2256,14 +2256,14 @@ Checking test 054 regional_3km_decomp results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 268.541198 - 0: The maximum resident set size (KB) = 837004 + 0: The total amount of wall time = 270.022163 + 0: The maximum resident set size (KB) = 860716 Test 054 regional_3km_decomp PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_control -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/rap_control +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_control +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/rap_control Checking test 055 rap_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2310,14 +2310,14 @@ Checking test 055 rap_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 441.066804 - 0: The maximum resident set size (KB) = 1032096 + 0: The total amount of wall time = 443.215547 + 0: The maximum resident set size (KB) = 1047152 Test 055 rap_control PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_rrtmgp -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/rap_rrtmgp +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_rrtmgp +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/rap_rrtmgp Checking test 056 rap_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2364,14 +2364,14 @@ Checking test 056 rap_rrtmgp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 474.249535 - 0: The maximum resident set size (KB) = 1195264 + 0: The total amount of wall time = 474.152405 + 0: The maximum resident set size (KB) = 1206840 Test 056 rap_rrtmgp PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/regional_spp_sppt_shum_skeb -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/regional_spp_sppt_shum_skeb +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/regional_spp_sppt_shum_skeb +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/regional_spp_sppt_shum_skeb Checking test 057 regional_spp_sppt_shum_skeb results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK @@ -2382,14 +2382,14 @@ Checking test 057 regional_spp_sppt_shum_skeb results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF01 .........OK - 0: The total amount of wall time = 289.041285 - 0: The maximum resident set size (KB) = 1159924 + 0: The total amount of wall time = 288.103295 + 0: The maximum resident set size (KB) = 1174436 Test 057 regional_spp_sppt_shum_skeb PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_control -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/rap_decomp +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_control +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/rap_decomp Checking test 058 rap_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2436,14 +2436,14 @@ Checking test 058 rap_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 463.491902 - 0: The maximum resident set size (KB) = 976960 + 0: The total amount of wall time = 463.253205 + 0: The maximum resident set size (KB) = 1002888 Test 058 rap_decomp PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_control -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/rap_2threads +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_control +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/rap_2threads Checking test 059 rap_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2490,14 +2490,14 @@ Checking test 059 rap_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 525.442195 - 0: The maximum resident set size (KB) = 1038476 + 0: The total amount of wall time = 522.159059 + 0: The maximum resident set size (KB) = 1060604 Test 059 rap_2threads PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_control -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/rap_restart +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_control +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/rap_restart Checking test 060 rap_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -2536,14 +2536,14 @@ Checking test 060 rap_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 222.150562 - 0: The maximum resident set size (KB) = 938932 + 0: The total amount of wall time = 222.733608 + 0: The maximum resident set size (KB) = 957320 Test 060 rap_restart PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_sfcdiff -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/rap_sfcdiff +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_sfcdiff +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/rap_sfcdiff Checking test 061 rap_sfcdiff results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2590,14 +2590,14 @@ Checking test 061 rap_sfcdiff results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 438.399865 - 0: The maximum resident set size (KB) = 1037252 + 0: The total amount of wall time = 437.851878 + 0: The maximum resident set size (KB) = 1051888 Test 061 rap_sfcdiff PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_sfcdiff -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/rap_sfcdiff_decomp +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_sfcdiff +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/rap_sfcdiff_decomp Checking test 062 rap_sfcdiff_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2644,14 +2644,14 @@ Checking test 062 rap_sfcdiff_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 464.238130 - 0: The maximum resident set size (KB) = 982432 + 0: The total amount of wall time = 465.659233 + 0: The maximum resident set size (KB) = 999696 Test 062 rap_sfcdiff_decomp PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_sfcdiff -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/rap_sfcdiff_restart +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_sfcdiff +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/rap_sfcdiff_restart Checking test 063 rap_sfcdiff_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -2690,14 +2690,14 @@ Checking test 063 rap_sfcdiff_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 328.516525 - 0: The maximum resident set size (KB) = 963500 + 0: The total amount of wall time = 326.472079 + 0: The maximum resident set size (KB) = 982272 Test 063 rap_sfcdiff_restart PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/hrrr_control -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/hrrr_control +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/hrrr_control +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/hrrr_control Checking test 064 hrrr_control results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2744,14 +2744,14 @@ Checking test 064 hrrr_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 422.868133 - 0: The maximum resident set size (KB) = 1024840 + 0: The total amount of wall time = 422.648326 + 0: The maximum resident set size (KB) = 1050248 Test 064 hrrr_control PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/hrrr_control -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/hrrr_control_decomp +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/hrrr_control +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/hrrr_control_decomp Checking test 065 hrrr_control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2798,14 +2798,14 @@ Checking test 065 hrrr_control_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 442.803887 - 0: The maximum resident set size (KB) = 977580 + 0: The total amount of wall time = 448.359842 + 0: The maximum resident set size (KB) = 999624 Test 065 hrrr_control_decomp PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/hrrr_control -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/hrrr_control_2threads +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/hrrr_control +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/hrrr_control_2threads Checking test 066 hrrr_control_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2852,14 +2852,14 @@ Checking test 066 hrrr_control_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 500.980246 - 0: The maximum resident set size (KB) = 1036284 + 0: The total amount of wall time = 494.547720 + 0: The maximum resident set size (KB) = 1055352 Test 066 hrrr_control_2threads PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/hrrr_control -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/hrrr_control_restart +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/hrrr_control +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/hrrr_control_restart Checking test 067 hrrr_control_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -2898,14 +2898,14 @@ Checking test 067 hrrr_control_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 317.447030 - 0: The maximum resident set size (KB) = 962632 + 0: The total amount of wall time = 317.003606 + 0: The maximum resident set size (KB) = 979668 Test 067 hrrr_control_restart PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rrfs_v1beta -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/rrfs_v1beta +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rrfs_v1beta +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/rrfs_v1beta Checking test 068 rrfs_v1beta results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2952,14 +2952,14 @@ Checking test 068 rrfs_v1beta results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 427.718173 - 0: The maximum resident set size (KB) = 1028692 + 0: The total amount of wall time = 427.954624 + 0: The maximum resident set size (KB) = 1045800 Test 068 rrfs_v1beta PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rrfs_v1nssl -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/rrfs_v1nssl +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rrfs_v1nssl +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/rrfs_v1nssl Checking test 069 rrfs_v1nssl results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2974,14 +2974,14 @@ Checking test 069 rrfs_v1nssl results .... Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 501.538232 - 0: The maximum resident set size (KB) = 664612 + 0: The total amount of wall time = 507.223658 + 0: The maximum resident set size (KB) = 690888 Test 069 rrfs_v1nssl PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rrfs_v1nssl_nohailnoccn -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/rrfs_v1nssl_nohailnoccn +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rrfs_v1nssl_nohailnoccn +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/rrfs_v1nssl_nohailnoccn Checking test 070 rrfs_v1nssl_nohailnoccn results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2996,14 +2996,14 @@ Checking test 070 rrfs_v1nssl_nohailnoccn results .... Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 489.948968 - 0: The maximum resident set size (KB) = 727848 + 0: The total amount of wall time = 489.530680 + 0: The maximum resident set size (KB) = 747704 Test 070 rrfs_v1nssl_nohailnoccn PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rrfs_conus13km_hrrr_warm -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/rrfs_conus13km_hrrr_warm +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rrfs_conus13km_hrrr_warm +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/rrfs_conus13km_hrrr_warm Checking test 071 rrfs_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -3012,14 +3012,14 @@ Checking test 071 rrfs_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 174.726339 - 0: The maximum resident set size (KB) = 910996 + 0: The total amount of wall time = 174.244294 + 0: The maximum resident set size (KB) = 935548 Test 071 rrfs_conus13km_hrrr_warm PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rrfs_conus13km_radar_tten_warm -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/rrfs_conus13km_radar_tten_warm +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rrfs_conus13km_radar_tten_warm +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/rrfs_conus13km_radar_tten_warm Checking test 072 rrfs_conus13km_radar_tten_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -3028,14 +3028,14 @@ Checking test 072 rrfs_conus13km_radar_tten_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 177.132934 - 0: The maximum resident set size (KB) = 915148 + 0: The total amount of wall time = 176.192176 + 0: The maximum resident set size (KB) = 934540 Test 072 rrfs_conus13km_radar_tten_warm PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rrfs_smoke_conus13km_hrrr_warm -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/rrfs_smoke_conus13km_hrrr_warm +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rrfs_smoke_conus13km_hrrr_warm +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/rrfs_smoke_conus13km_hrrr_warm Checking test 073 rrfs_smoke_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -3044,14 +3044,14 @@ Checking test 073 rrfs_smoke_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 195.655634 - 0: The maximum resident set size (KB) = 945020 + 0: The total amount of wall time = 194.253045 + 0: The maximum resident set size (KB) = 962068 Test 073 rrfs_smoke_conus13km_hrrr_warm PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_csawmg -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/control_csawmg +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_csawmg +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/control_csawmg Checking test 074 control_csawmg results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -3062,14 +3062,14 @@ Checking test 074 control_csawmg results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 336.616868 - 0: The maximum resident set size (KB) = 712848 + 0: The total amount of wall time = 334.056880 + 0: The maximum resident set size (KB) = 731416 Test 074 control_csawmg PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_csawmgt -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/control_csawmgt +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_csawmgt +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/control_csawmgt Checking test 075 control_csawmgt results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -3080,14 +3080,14 @@ Checking test 075 control_csawmgt results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 327.645725 - 0: The maximum resident set size (KB) = 707616 + 0: The total amount of wall time = 330.009345 + 0: The maximum resident set size (KB) = 733572 Test 075 control_csawmgt PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_ras -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/control_ras +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_ras +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/control_ras Checking test 076 control_ras results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -3098,54 +3098,54 @@ Checking test 076 control_ras results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 175.979829 - 0: The maximum resident set size (KB) = 704772 + 0: The total amount of wall time = 172.805461 + 0: The maximum resident set size (KB) = 724080 Test 076 control_ras PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_wam -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/control_wam +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_wam +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/control_wam Checking test 077 control_wam results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK - 0: The total amount of wall time = 102.582083 - 0: The maximum resident set size (KB) = 613508 + 0: The total amount of wall time = 119.989174 + 0: The maximum resident set size (KB) = 638240 Test 077 control_wam PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_debug -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/control_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_debug +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/control_debug Checking test 078 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.703190 - 0: The maximum resident set size (KB) = 760604 + 0: The total amount of wall time = 154.051975 + 0: The maximum resident set size (KB) = 798712 Test 078 control_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_debug -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/control_2threads_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_debug +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/control_2threads_debug Checking test 079 control_2threads_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 215.643711 - 0: The maximum resident set size (KB) = 799592 + 0: The total amount of wall time = 218.623900 + 0: The maximum resident set size (KB) = 830328 Test 079 control_2threads_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_CubedSphereGrid_debug -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/control_CubedSphereGrid_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_CubedSphereGrid_debug +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/control_CubedSphereGrid_debug Checking test 080 control_CubedSphereGrid_debug results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -3172,348 +3172,348 @@ Checking test 080 control_CubedSphereGrid_debug results .... Comparing atmf001.tile5.nc .........OK Comparing atmf001.tile6.nc .........OK - 0: The total amount of wall time = 161.645564 - 0: The maximum resident set size (KB) = 754384 + 0: The total amount of wall time = 167.627055 + 0: The maximum resident set size (KB) = 789568 Test 080 control_CubedSphereGrid_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_wrtGauss_netcdf_parallel_debug -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/control_wrtGauss_netcdf_parallel_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_wrtGauss_netcdf_parallel_debug +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/control_wrtGauss_netcdf_parallel_debug Checking test 081 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 atmf000.nc ............ALT CHECK......OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 154.460170 - 0: The maximum resident set size (KB) = 758228 + 0: The total amount of wall time = 158.210239 + 0: The maximum resident set size (KB) = 795828 Test 081 control_wrtGauss_netcdf_parallel_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_stochy_debug -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/control_stochy_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_stochy_debug +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/control_stochy_debug Checking test 082 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 = 172.260634 - 0: The maximum resident set size (KB) = 765944 + 0: The total amount of wall time = 173.688969 + 0: The maximum resident set size (KB) = 796808 Test 082 control_stochy_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_lndp_debug -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/control_lndp_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_lndp_debug +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/control_lndp_debug Checking test 083 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 = 155.357382 - 0: The maximum resident set size (KB) = 761236 + 0: The total amount of wall time = 152.939536 + 0: The maximum resident set size (KB) = 801376 Test 083 control_lndp_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_csawmg_debug -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/control_csawmg_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_csawmg_debug +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/control_csawmg_debug Checking test 084 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 = 237.938419 - 0: The maximum resident set size (KB) = 806168 + 0: The total amount of wall time = 237.488376 + 0: The maximum resident set size (KB) = 854048 Test 084 control_csawmg_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_csawmgt_debug -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/control_csawmgt_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_csawmgt_debug +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/control_csawmgt_debug Checking test 085 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 = 227.065984 - 0: The maximum resident set size (KB) = 807944 + 0: The total amount of wall time = 235.092529 + 0: The maximum resident set size (KB) = 852588 Test 085 control_csawmgt_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_ras_debug -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/control_ras_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_ras_debug +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/control_ras_debug Checking test 086 control_ras_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 159.585275 - 0: The maximum resident set size (KB) = 768748 + 0: The total amount of wall time = 158.431639 + 0: The maximum resident set size (KB) = 808448 Test 086 control_ras_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_diag_debug -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/control_diag_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_diag_debug +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/control_diag_debug Checking test 087 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 = 161.214880 - 0: The maximum resident set size (KB) = 812692 + 0: The total amount of wall time = 159.916012 + 0: The maximum resident set size (KB) = 851992 Test 087 control_diag_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_debug_p8 -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/control_debug_p8 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_debug_p8 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/control_debug_p8 Checking test 088 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 = 167.962860 - 0: The maximum resident set size (KB) = 1582980 + 0: The total amount of wall time = 168.209206 + 0: The maximum resident set size (KB) = 1620492 Test 088 control_debug_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/fv3_regional_debug -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/regional_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/fv3_regional_debug +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/regional_debug Checking test 089 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 = 250.682991 - 0: The maximum resident set size (KB) = 797632 + 0: The total amount of wall time = 253.853126 + 0: The maximum resident set size (KB) = 856444 Test 089 regional_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_control_debug -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/rap_control_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_control_debug +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/rap_control_debug Checking test 090 rap_control_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 277.362617 - 0: The maximum resident set size (KB) = 1134412 + 0: The total amount of wall time = 276.532862 + 0: The maximum resident set size (KB) = 1175052 Test 090 rap_control_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/hrrr_control_debug -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/hrrr_control_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/hrrr_control_debug +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/hrrr_control_debug Checking test 091 hrrr_control_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 271.809831 - 0: The maximum resident set size (KB) = 1130584 + 0: The total amount of wall time = 271.495813 + 0: The maximum resident set size (KB) = 1170052 Test 091 hrrr_control_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_control_debug -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/rap_unified_drag_suite_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_control_debug +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/rap_unified_drag_suite_debug Checking test 092 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 = 270.755421 - 0: The maximum resident set size (KB) = 1132680 + 0: The total amount of wall time = 277.197302 + 0: The maximum resident set size (KB) = 1172916 Test 092 rap_unified_drag_suite_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_diag_debug -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/rap_diag_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_diag_debug +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/rap_diag_debug Checking test 093 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 = 293.804663 - 0: The maximum resident set size (KB) = 1217880 + 0: The total amount of wall time = 295.728574 + 0: The maximum resident set size (KB) = 1261244 Test 093 rap_diag_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_cires_ugwp_debug -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/rap_cires_ugwp_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_cires_ugwp_debug +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/rap_cires_ugwp_debug Checking test 094 rap_cires_ugwp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 281.699530 - 0: The maximum resident set size (KB) = 1135096 + 0: The total amount of wall time = 287.205578 + 0: The maximum resident set size (KB) = 1172548 Test 094 rap_cires_ugwp_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_cires_ugwp_debug -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/rap_unified_ugwp_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_cires_ugwp_debug +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/rap_unified_ugwp_debug Checking test 095 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 = 279.966879 - 0: The maximum resident set size (KB) = 1133176 + 0: The total amount of wall time = 282.390408 + 0: The maximum resident set size (KB) = 1170060 Test 095 rap_unified_ugwp_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_lndp_debug -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/rap_lndp_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_lndp_debug +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/rap_lndp_debug Checking test 096 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 = 279.239136 - 0: The maximum resident set size (KB) = 1129872 + 0: The total amount of wall time = 280.286180 + 0: The maximum resident set size (KB) = 1175656 Test 096 rap_lndp_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_flake_debug -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/rap_flake_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_flake_debug +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/rap_flake_debug Checking test 097 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 = 280.508503 - 0: The maximum resident set size (KB) = 1135492 + 0: The total amount of wall time = 275.949793 + 0: The maximum resident set size (KB) = 1172836 Test 097 rap_flake_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_progcld_thompson_debug -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/rap_progcld_thompson_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_progcld_thompson_debug +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/rap_progcld_thompson_debug Checking test 098 rap_progcld_thompson_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 280.671146 - 0: The maximum resident set size (KB) = 1132768 + 0: The total amount of wall time = 276.140250 + 0: The maximum resident set size (KB) = 1174740 Test 098 rap_progcld_thompson_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_noah_debug -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/rap_noah_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_noah_debug +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/rap_noah_debug Checking test 099 rap_noah_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 270.942396 - 0: The maximum resident set size (KB) = 1133212 + 0: The total amount of wall time = 272.861545 + 0: The maximum resident set size (KB) = 1168248 Test 099 rap_noah_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_rrtmgp_debug -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/rap_rrtmgp_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_rrtmgp_debug +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/rap_rrtmgp_debug Checking test 100 rap_rrtmgp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 455.499895 - 0: The maximum resident set size (KB) = 1268428 + 0: The total amount of wall time = 459.476554 + 0: The maximum resident set size (KB) = 1305308 Test 100 rap_rrtmgp_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_sfcdiff_debug -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/rap_sfcdiff_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_sfcdiff_debug +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/rap_sfcdiff_debug Checking test 101 rap_sfcdiff_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 275.949868 - 0: The maximum resident set size (KB) = 1132788 + 0: The total amount of wall time = 275.561289 + 0: The maximum resident set size (KB) = 1175856 Test 101 rap_sfcdiff_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_noah_sfcdiff_cires_ugwp_debug -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/rap_noah_sfcdiff_cires_ugwp_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_noah_sfcdiff_cires_ugwp_debug +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/rap_noah_sfcdiff_cires_ugwp_debug Checking test 102 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.661957 - 0: The maximum resident set size (KB) = 1131984 + 0: The total amount of wall time = 448.647852 + 0: The maximum resident set size (KB) = 1168264 Test 102 rap_noah_sfcdiff_cires_ugwp_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rrfs_v1beta_debug -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/rrfs_v1beta_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rrfs_v1beta_debug +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/rrfs_v1beta_debug Checking test 103 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 = 273.387686 - 0: The maximum resident set size (KB) = 1130480 + 0: The total amount of wall time = 267.041822 + 0: The maximum resident set size (KB) = 1168480 Test 103 rrfs_v1beta_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_wam_debug -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/control_wam_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_wam_debug +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/control_wam_debug Checking test 104 control_wam_debug results .... Comparing sfcf019.nc .........OK Comparing atmf019.nc .........OK - 0: The total amount of wall time = 282.926247 - 0: The maximum resident set size (KB) = 465224 + 0: The total amount of wall time = 280.457685 + 0: The maximum resident set size (KB) = 525064 Test 104 control_wam_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/regional_spp_sppt_shum_skeb_dyn32_phy32 -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/regional_spp_sppt_shum_skeb_dyn32_phy32 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/regional_spp_sppt_shum_skeb_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/regional_spp_sppt_shum_skeb_dyn32_phy32 Checking test 105 regional_spp_sppt_shum_skeb_dyn32_phy32 results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK @@ -3524,14 +3524,14 @@ Checking test 105 regional_spp_sppt_shum_skeb_dyn32_phy32 results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF01 .........OK - 0: The total amount of wall time = 263.472481 - 0: The maximum resident set size (KB) = 1063520 + 0: The total amount of wall time = 264.711045 + 0: The maximum resident set size (KB) = 1076216 Test 105 regional_spp_sppt_shum_skeb_dyn32_phy32 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_control_dyn32_phy32 -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/rap_control_dyn32_phy32 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_control_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/rap_control_dyn32_phy32 Checking test 106 rap_control_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3578,14 +3578,14 @@ Checking test 106 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 = 357.485225 - 0: The maximum resident set size (KB) = 976000 + 0: The total amount of wall time = 355.609783 + 0: The maximum resident set size (KB) = 997648 Test 106 rap_control_dyn32_phy32 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/hrrr_control_dyn32_phy32 -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/hrrr_control_dyn32_phy32 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/hrrr_control_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/hrrr_control_dyn32_phy32 Checking test 107 hrrr_control_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3632,14 +3632,14 @@ Checking test 107 hrrr_control_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 185.876101 - 0: The maximum resident set size (KB) = 933536 + 0: The total amount of wall time = 184.253216 + 0: The maximum resident set size (KB) = 946676 Test 107 hrrr_control_dyn32_phy32 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_control_dyn32_phy32 -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/rap_2threads_dyn32_phy32 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_control_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/rap_2threads_dyn32_phy32 Checking test 108 rap_2threads_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3686,14 +3686,14 @@ Checking test 108 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 = 430.445901 - 0: The maximum resident set size (KB) = 910004 + 0: The total amount of wall time = 434.144622 + 0: The maximum resident set size (KB) = 926720 Test 108 rap_2threads_dyn32_phy32 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/hrrr_control_dyn32_phy32 -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/hrrr_control_2threads_dyn32_phy32 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/hrrr_control_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/hrrr_control_2threads_dyn32_phy32 Checking test 109 hrrr_control_2threads_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3740,14 +3740,14 @@ Checking test 109 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 = 219.477191 - 0: The maximum resident set size (KB) = 912812 + 0: The total amount of wall time = 221.403213 + 0: The maximum resident set size (KB) = 922708 Test 109 hrrr_control_2threads_dyn32_phy32 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/hrrr_control_dyn32_phy32 -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/hrrr_control_decomp_dyn32_phy32 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/hrrr_control_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/hrrr_control_decomp_dyn32_phy32 Checking test 110 hrrr_control_decomp_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3794,14 +3794,14 @@ Checking test 110 hrrr_control_decomp_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 195.992187 - 0: The maximum resident set size (KB) = 870156 + 0: The total amount of wall time = 195.305496 + 0: The maximum resident set size (KB) = 893664 Test 110 hrrr_control_decomp_dyn32_phy32 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_control_dyn32_phy32 -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/rap_restart_dyn32_phy32 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_control_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/rap_restart_dyn32_phy32 Checking test 111 rap_restart_dyn32_phy32 results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -3840,14 +3840,14 @@ Checking test 111 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 = 267.830639 - 0: The maximum resident set size (KB) = 915748 + 0: The total amount of wall time = 267.792276 + 0: The maximum resident set size (KB) = 954524 Test 111 rap_restart_dyn32_phy32 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/hrrr_control_dyn32_phy32 -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/hrrr_control_restart_dyn32_phy32 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/hrrr_control_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/hrrr_control_restart_dyn32_phy32 Checking test 112 hrrr_control_restart_dyn32_phy32 results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -3886,14 +3886,14 @@ Checking test 112 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 = 94.451782 - 0: The maximum resident set size (KB) = 835704 + 0: The total amount of wall time = 95.608068 + 0: The maximum resident set size (KB) = 857172 Test 112 hrrr_control_restart_dyn32_phy32 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_control_dyn64_phy32 -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/rap_control_dyn64_phy32 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_control_dyn64_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/rap_control_dyn64_phy32 Checking test 113 rap_control_dyn64_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3940,81 +3940,81 @@ Checking test 113 rap_control_dyn64_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 231.593789 - 0: The maximum resident set size (KB) = 947264 + 0: The total amount of wall time = 232.548345 + 0: The maximum resident set size (KB) = 965532 Test 113 rap_control_dyn64_phy32 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_control_debug_dyn32_phy32 -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/rap_control_debug_dyn32_phy32 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_control_debug_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/rap_control_debug_dyn32_phy32 Checking test 114 rap_control_debug_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 268.834781 - 0: The maximum resident set size (KB) = 1023100 + 0: The total amount of wall time = 266.487072 + 0: The maximum resident set size (KB) = 1058928 Test 114 rap_control_debug_dyn32_phy32 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/hrrr_control_debug_dyn32_phy32 -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/hrrr_control_debug_dyn32_phy32 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/hrrr_control_debug_dyn32_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/hrrr_control_debug_dyn32_phy32 Checking test 115 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 = 263.999929 - 0: The maximum resident set size (KB) = 1013812 + 0: The total amount of wall time = 262.955655 + 0: The maximum resident set size (KB) = 1057532 Test 115 hrrr_control_debug_dyn32_phy32 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_control_debug_dyn64_phy32 -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/rap_control_dyn64_phy32_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_control_debug_dyn64_phy32 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/rap_control_dyn64_phy32_debug Checking test 116 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 = 284.152554 - 0: The maximum resident set size (KB) = 1060412 + 0: The total amount of wall time = 274.524948 + 0: The maximum resident set size (KB) = 1101220 Test 116 rap_control_dyn64_phy32_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/hafs_regional_atm -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/hafs_regional_atm +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/hafs_regional_atm +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/hafs_regional_atm Checking test 117 hafs_regional_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing HURPRS.GrbF06 .........OK - 0: The total amount of wall time = 292.078833 - 0: The maximum resident set size (KB) = 954464 + 0: The total amount of wall time = 286.513188 + 0: The maximum resident set size (KB) = 975204 Test 117 hafs_regional_atm PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/hafs_regional_atm_thompson_gfdlsf -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/hafs_regional_atm_thompson_gfdlsf +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/hafs_regional_atm_thompson_gfdlsf +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/hafs_regional_atm_thompson_gfdlsf Checking test 118 hafs_regional_atm_thompson_gfdlsf results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK - 0: The total amount of wall time = 372.550290 - 0: The maximum resident set size (KB) = 1316996 + 0: The total amount of wall time = 367.916934 + 0: The maximum resident set size (KB) = 1334956 Test 118 hafs_regional_atm_thompson_gfdlsf PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/hafs_regional_atm_ocn -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/hafs_regional_atm_ocn +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/hafs_regional_atm_ocn +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/hafs_regional_atm_ocn Checking test 119 hafs_regional_atm_ocn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4023,14 +4023,14 @@ Checking test 119 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 = 366.023492 - 0: The maximum resident set size (KB) = 1173448 + 0: The total amount of wall time = 364.025756 + 0: The maximum resident set size (KB) = 1193060 Test 119 hafs_regional_atm_ocn PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/hafs_regional_atm_wav -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/hafs_regional_atm_wav +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/hafs_regional_atm_wav +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/hafs_regional_atm_wav Checking test 120 hafs_regional_atm_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4039,14 +4039,14 @@ Checking test 120 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 = 708.019093 - 0: The maximum resident set size (KB) = 1195804 + 0: The total amount of wall time = 706.645641 + 0: The maximum resident set size (KB) = 1220660 Test 120 hafs_regional_atm_wav PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/hafs_regional_atm_ocn_wav -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/hafs_regional_atm_ocn_wav +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/hafs_regional_atm_ocn_wav +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/hafs_regional_atm_ocn_wav Checking test 121 hafs_regional_atm_ocn_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4057,28 +4057,28 @@ Checking test 121 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 = 801.295997 - 0: The maximum resident set size (KB) = 1213112 + 0: The total amount of wall time = 804.520740 + 0: The maximum resident set size (KB) = 1237584 Test 121 hafs_regional_atm_ocn_wav PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/hafs_regional_1nest_atm -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/hafs_regional_1nest_atm +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/hafs_regional_1nest_atm +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/hafs_regional_1nest_atm Checking test 122 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 = 450.956533 - 0: The maximum resident set size (KB) = 517804 + 0: The total amount of wall time = 449.221437 + 0: The maximum resident set size (KB) = 532900 Test 122 hafs_regional_1nest_atm PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/hafs_regional_telescopic_2nests_atm -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/hafs_regional_telescopic_2nests_atm +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/hafs_regional_telescopic_2nests_atm +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/hafs_regional_telescopic_2nests_atm Checking test 123 hafs_regional_telescopic_2nests_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4087,28 +4087,28 @@ Checking test 123 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 = 496.004340 - 0: The maximum resident set size (KB) = 566824 + 0: The total amount of wall time = 494.851266 + 0: The maximum resident set size (KB) = 586748 Test 123 hafs_regional_telescopic_2nests_atm PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/hafs_global_1nest_atm -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/hafs_global_1nest_atm +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/hafs_global_1nest_atm +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/hafs_global_1nest_atm Checking test 124 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 = 205.771488 - 0: The maximum resident set size (KB) = 356764 + 0: The total amount of wall time = 204.288517 + 0: The maximum resident set size (KB) = 382696 Test 124 hafs_global_1nest_atm PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/hafs_global_multiple_4nests_atm -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/hafs_global_multiple_4nests_atm +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/hafs_global_multiple_4nests_atm +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/hafs_global_multiple_4nests_atm Checking test 125 hafs_global_multiple_4nests_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4126,14 +4126,14 @@ Checking test 125 hafs_global_multiple_4nests_atm results .... Comparing HURPRS.GrbF06.nest04 .........OK Comparing HURPRS.GrbF06.nest05 .........OK - 0: The total amount of wall time = 574.632090 - 0: The maximum resident set size (KB) = 373188 + 0: The total amount of wall time = 568.442582 + 0: The maximum resident set size (KB) = 391128 Test 125 hafs_global_multiple_4nests_atm PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/hafs_regional_specified_moving_1nest_atm -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/hafs_regional_specified_moving_1nest_atm +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/hafs_regional_specified_moving_1nest_atm +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/hafs_regional_specified_moving_1nest_atm Checking test 126 hafs_regional_specified_moving_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4142,28 +4142,28 @@ Checking test 126 hafs_regional_specified_moving_1nest_atm results .... Comparing HURPRS.GrbF06 .........OK Comparing HURPRS.GrbF06.nest02 .........OK - 0: The total amount of wall time = 268.911631 - 0: The maximum resident set size (KB) = 519608 + 0: The total amount of wall time = 266.055260 + 0: The maximum resident set size (KB) = 544468 Test 126 hafs_regional_specified_moving_1nest_atm PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/hafs_regional_storm_following_1nest_atm -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/hafs_regional_storm_following_1nest_atm +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/hafs_regional_storm_following_1nest_atm +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/hafs_regional_storm_following_1nest_atm Checking test 127 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 = 257.096548 - 0: The maximum resident set size (KB) = 522420 + 0: The total amount of wall time = 255.838186 + 0: The maximum resident set size (KB) = 539028 Test 127 hafs_regional_storm_following_1nest_atm PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/hafs_regional_storm_following_1nest_atm_ocn -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/hafs_regional_storm_following_1nest_atm_ocn +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/hafs_regional_storm_following_1nest_atm_ocn +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/hafs_regional_storm_following_1nest_atm_ocn Checking test 128 hafs_regional_storm_following_1nest_atm_ocn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4172,14 +4172,14 @@ Checking test 128 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 = 267.306533 - 0: The maximum resident set size (KB) = 591560 + 0: The total amount of wall time = 269.184094 + 0: The maximum resident set size (KB) = 618772 Test 128 hafs_regional_storm_following_1nest_atm_ocn PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/hafs_regional_storm_following_1nest_atm_ocn_wav -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/hafs_regional_storm_following_1nest_atm_ocn_wav +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/hafs_regional_storm_following_1nest_atm_ocn_wav +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/hafs_regional_storm_following_1nest_atm_ocn_wav Checking test 129 hafs_regional_storm_following_1nest_atm_ocn_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4190,28 +4190,28 @@ Checking test 129 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 = 622.860476 - 0: The maximum resident set size (KB) = 575668 + 0: The total amount of wall time = 623.881074 + 0: The maximum resident set size (KB) = 594812 Test 129 hafs_regional_storm_following_1nest_atm_ocn_wav PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/hafs_global_storm_following_1nest_atm -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/hafs_global_storm_following_1nest_atm +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/hafs_global_storm_following_1nest_atm +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/hafs_global_storm_following_1nest_atm Checking test 130 hafs_global_storm_following_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK Comparing sfc.nest02.f006.nc .........OK - 0: The total amount of wall time = 77.475454 - 0: The maximum resident set size (KB) = 376848 + 0: The total amount of wall time = 77.210207 + 0: The maximum resident set size (KB) = 392176 Test 130 hafs_global_storm_following_1nest_atm PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/hafs_regional_docn -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/hafs_regional_docn +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/hafs_regional_docn +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/hafs_regional_docn Checking test 131 hafs_regional_docn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4219,14 +4219,14 @@ Checking test 131 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 = 359.397623 - 0: The maximum resident set size (KB) = 1191236 + 0: The total amount of wall time = 358.803476 + 0: The maximum resident set size (KB) = 1206428 Test 131 hafs_regional_docn PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/hafs_regional_docn_oisst -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/hafs_regional_docn_oisst +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/hafs_regional_docn_oisst +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/hafs_regional_docn_oisst Checking test 132 hafs_regional_docn_oisst results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4234,131 +4234,131 @@ Checking test 132 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 = 358.753976 - 0: The maximum resident set size (KB) = 1174612 + 0: The total amount of wall time = 360.175041 + 0: The maximum resident set size (KB) = 1197388 Test 132 hafs_regional_docn_oisst PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/hafs_regional_datm_cdeps -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/hafs_regional_datm_cdeps +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/hafs_regional_datm_cdeps +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/hafs_regional_datm_cdeps Checking test 133 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 = 945.133493 - 0: The maximum resident set size (KB) = 1028996 + 0: The total amount of wall time = 942.419101 + 0: The maximum resident set size (KB) = 1039240 Test 133 hafs_regional_datm_cdeps PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/datm_cdeps_control_cfsr -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/datm_cdeps_control_cfsr +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/datm_cdeps_control_cfsr +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/datm_cdeps_control_cfsr Checking test 134 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.485328 - 0: The maximum resident set size (KB) = 1053596 + 0: The total amount of wall time = 159.548116 + 0: The maximum resident set size (KB) = 1060800 Test 134 datm_cdeps_control_cfsr PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/datm_cdeps_control_cfsr -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/datm_cdeps_restart_cfsr +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/datm_cdeps_control_cfsr +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/datm_cdeps_restart_cfsr Checking test 135 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 = 91.508775 - 0: The maximum resident set size (KB) = 1010260 + 0: The total amount of wall time = 96.114406 + 0: The maximum resident set size (KB) = 1022980 Test 135 datm_cdeps_restart_cfsr PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/datm_cdeps_control_gefs -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/datm_cdeps_control_gefs +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/datm_cdeps_control_gefs +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/datm_cdeps_control_gefs Checking test 136 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 = 155.284699 - 0: The maximum resident set size (KB) = 966492 + 0: The total amount of wall time = 155.091394 + 0: The maximum resident set size (KB) = 961612 Test 136 datm_cdeps_control_gefs PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/datm_cdeps_iau_gefs -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/datm_cdeps_iau_gefs +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/datm_cdeps_iau_gefs +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/datm_cdeps_iau_gefs Checking test 137 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 = 156.004907 - 0: The maximum resident set size (KB) = 954856 + 0: The total amount of wall time = 151.888511 + 0: The maximum resident set size (KB) = 963648 Test 137 datm_cdeps_iau_gefs PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/datm_cdeps_stochy_gefs -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/datm_cdeps_stochy_gefs +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/datm_cdeps_stochy_gefs +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/datm_cdeps_stochy_gefs Checking test 138 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.788206 - 0: The maximum resident set size (KB) = 954048 + 0: The total amount of wall time = 150.616541 + 0: The maximum resident set size (KB) = 971420 Test 138 datm_cdeps_stochy_gefs PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/datm_cdeps_ciceC_cfsr -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/datm_cdeps_ciceC_cfsr +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/datm_cdeps_ciceC_cfsr +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/datm_cdeps_ciceC_cfsr Checking test 139 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 = 153.751656 - 0: The maximum resident set size (KB) = 1053424 + 0: The total amount of wall time = 158.426778 + 0: The maximum resident set size (KB) = 1052320 Test 139 datm_cdeps_ciceC_cfsr PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/datm_cdeps_bulk_cfsr -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/datm_cdeps_bulk_cfsr +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/datm_cdeps_bulk_cfsr +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/datm_cdeps_bulk_cfsr Checking test 140 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 = 157.570906 - 0: The maximum resident set size (KB) = 1056432 + 0: The total amount of wall time = 157.281799 + 0: The maximum resident set size (KB) = 1066068 Test 140 datm_cdeps_bulk_cfsr PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/datm_cdeps_bulk_gefs -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/datm_cdeps_bulk_gefs +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/datm_cdeps_bulk_gefs +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/datm_cdeps_bulk_gefs Checking test 141 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 = 150.455621 - 0: The maximum resident set size (KB) = 959240 + 0: The total amount of wall time = 149.920093 + 0: The maximum resident set size (KB) = 961716 Test 141 datm_cdeps_bulk_gefs PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/datm_cdeps_mx025_cfsr -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/datm_cdeps_mx025_cfsr +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/datm_cdeps_mx025_cfsr +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/datm_cdeps_mx025_cfsr Checking test 142 datm_cdeps_mx025_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK @@ -4367,14 +4367,14 @@ Checking test 142 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 = 432.072809 - 0: The maximum resident set size (KB) = 878624 + 0: The total amount of wall time = 427.428472 + 0: The maximum resident set size (KB) = 875700 Test 142 datm_cdeps_mx025_cfsr PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/datm_cdeps_mx025_gefs -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/datm_cdeps_mx025_gefs +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/datm_cdeps_mx025_gefs +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/datm_cdeps_mx025_gefs Checking test 143 datm_cdeps_mx025_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK @@ -4383,64 +4383,64 @@ Checking test 143 datm_cdeps_mx025_gefs results .... Comparing RESTART/iced.2011-10-01-43200.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-01-43200.nc .........OK - 0: The total amount of wall time = 424.315873 - 0: The maximum resident set size (KB) = 921184 + 0: The total amount of wall time = 415.670669 + 0: The maximum resident set size (KB) = 932856 Test 143 datm_cdeps_mx025_gefs PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/datm_cdeps_control_cfsr -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/datm_cdeps_multiple_files_cfsr +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/datm_cdeps_control_cfsr +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/datm_cdeps_multiple_files_cfsr Checking test 144 datm_cdeps_multiple_files_cfsr results .... Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 152.904805 - 0: The maximum resident set size (KB) = 1045392 + 0: The total amount of wall time = 153.806760 + 0: The maximum resident set size (KB) = 1071764 Test 144 datm_cdeps_multiple_files_cfsr PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/datm_cdeps_3072x1536_cfsr -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/datm_cdeps_3072x1536_cfsr +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/datm_cdeps_3072x1536_cfsr +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/datm_cdeps_3072x1536_cfsr Checking test 145 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 = 205.750595 - 0: The maximum resident set size (KB) = 2349180 + 0: The total amount of wall time = 205.484849 + 0: The maximum resident set size (KB) = 2353640 Test 145 datm_cdeps_3072x1536_cfsr PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/datm_cdeps_gfs -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/datm_cdeps_gfs +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/datm_cdeps_gfs +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/datm_cdeps_gfs Checking test 146 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 = 213.482706 - 0: The maximum resident set size (KB) = 2340396 + 0: The total amount of wall time = 207.908081 + 0: The maximum resident set size (KB) = 2302060 Test 146 datm_cdeps_gfs PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/datm_cdeps_debug_cfsr -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/datm_cdeps_debug_cfsr +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/datm_cdeps_debug_cfsr +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/datm_cdeps_debug_cfsr Checking test 147 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 = 455.999538 - 0: The maximum resident set size (KB) = 979600 + 0: The total amount of wall time = 446.191053 + 0: The maximum resident set size (KB) = 1010776 Test 147 datm_cdeps_debug_cfsr PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_atmwav -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/control_atmwav +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_atmwav +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/control_atmwav Checking test 148 control_atmwav results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -4484,14 +4484,14 @@ Checking test 148 control_atmwav results .... Comparing RESTART/sfc_data.tile6.nc .........OK Comparing 20210322.180000.restart.glo_1deg .........OK - 0: The total amount of wall time = 81.806293 - 0: The maximum resident set size (KB) = 638748 + 0: The total amount of wall time = 82.713996 + 0: The maximum resident set size (KB) = 655988 Test 148 control_atmwav PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/atmaero_control_p8 -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/atmaero_control_p8 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/atmaero_control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/atmaero_control_p8 Checking test 149 atmaero_control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -4535,14 +4535,14 @@ Checking test 149 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 = 221.514802 - 0: The maximum resident set size (KB) = 2943908 + 0: The total amount of wall time = 219.604562 + 0: The maximum resident set size (KB) = 2967124 Test 149 atmaero_control_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/atmaero_control_p8_rad -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/atmaero_control_p8_rad +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/atmaero_control_p8_rad +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/atmaero_control_p8_rad Checking test 150 atmaero_control_p8_rad results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -4586,15 +4586,49 @@ Checking test 150 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 = 272.319370 - 0: The maximum resident set size (KB) = 3016632 + 0: The total amount of wall time = 271.829470 + 0: The maximum resident set size (KB) = 3048136 Test 150 atmaero_control_p8_rad PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/regional_atmaq -working dir = /scratch2/NCEPDEV/marine/Jong.Kim/FV3_RT/Jong.Kim/FV3_RT/rt_6879/regional_atmaq +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/regional_atmaq +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_1044/regional_atmaq Checking test 151 regional_atmaq results .... + Comparing sfcf000.nc .........OK + Comparing sfcf003.nc .........OK + Comparing sfcf006.nc .........OK + Comparing atmf000.nc ............ALT CHECK......NOT OK + Comparing atmf003.nc ............ALT CHECK......NOT OK + Comparing atmf006.nc ............ALT CHECK......NOT OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc ............ALT CHECK......NOT OK + Comparing RESTART/phy_data.nc .........OK + Comparing RESTART/sfc_data.nc .........OK + + 0: The total amount of wall time = 648.582459 + 0: The maximum resident set size (KB) = 1088800 + +Test 151 regional_atmaq FAIL Tries: 2 + +FAILED TESTS: +Test regional_atmaq 151 failed in check_result failed +Test regional_atmaq 151 failed in run_test failed + +REGRESSION TEST FAILED +Thu Sep 8 19:22:28 UTC 2022 +Elapsed time: 01h:44m:59s. Have a nice day! +Thu Sep 8 20:24:14 UTC 2022 +Start Regression test + +Compile 001 elapsed time 347 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DMPI=ON -DCMAKE_BUILD_TYPE=Release + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/regional_atmaq +working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_3713/regional_atmaq +Checking test 001 regional_atmaq results .... Comparing sfcf000.nc .........OK Comparing sfcf003.nc .........OK Comparing sfcf006.nc .........OK @@ -4609,12 +4643,13 @@ Checking test 151 regional_atmaq results .... Comparing RESTART/phy_data.nc .........OK Comparing RESTART/sfc_data.nc .........OK - 0: The total amount of wall time = 656.264156 - 0: The maximum resident set size (KB) = 1055832 + 0: The total amount of wall time = 653.948538 + 0: The maximum resident set size (KB) = 1085384 -Test 151 regional_atmaq PASS +Test 001 regional_atmaq PASS REGRESSION TEST WAS SUCCESSFUL -Wed Aug 31 16:09:10 UTC 2022 -Elapsed time: 01h:08m:16s. Have a nice day! +Thu Sep 8 20:50:37 UTC 2022 +Elapsed time: 00h:26m:24s. Have a nice day! + \ No newline at end of file diff --git a/tests/RegressionTests_jet.intel.log b/tests/RegressionTests_jet.intel.log index f74b852fca..3b71d6d92f 100644 --- a/tests/RegressionTests_jet.intel.log +++ b/tests/RegressionTests_jet.intel.log @@ -1,32 +1,32 @@ -Wed Aug 31 01:11:58 GMT 2022 +Thu Sep 8 00:41:21 GMT 2022 Start Regression test -Compile 001 elapsed time 1798 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 002 elapsed time 1691 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -DMOM6SOLO=ON -Compile 003 elapsed time 280 seconds. -DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 004 elapsed time 259 seconds. -DAPP=S2SW -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 005 elapsed time 1351 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 006 elapsed time 1364 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -DMOM6SOLO=ON -Compile 007 elapsed time 1320 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 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -Compile 008 elapsed time 1422 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_RRTMGP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_smoke,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -Compile 009 elapsed time 1315 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 010 elapsed time 1212 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -Compile 011 elapsed time 880 seconds. -DAPP=ATM -DDEBUG=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 012 elapsed time 194 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 013 elapsed time 1248 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -Compile 014 elapsed time 1268 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -Compile 015 elapsed time 227 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 016 elapsed time 231 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 017 elapsed time 1638 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst,FV3_HAFS_v0_thompson_tedmf_gfdlsf -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -Compile 018 elapsed time 1596 seconds. -DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -Compile 019 elapsed time 284 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -DMOM6SOLO=ON -Compile 020 elapsed time 161 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 021 elapsed time 1550 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -Compile 022 elapsed time 1261 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -Compile 023 elapsed time 1290 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON - -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/cpld_control_p8 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/cpld_control_p8 +Compile 001 elapsed time 1714 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 002 elapsed time 1581 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -DMOM6SOLO=ON +Compile 003 elapsed time 321 seconds. -DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 004 elapsed time 278 seconds. -DAPP=S2SW -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 005 elapsed time 1388 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 006 elapsed time 1400 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -DMOM6SOLO=ON +Compile 007 elapsed time 1350 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 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile 008 elapsed time 1372 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_RRTMGP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_smoke,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile 009 elapsed time 1368 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 010 elapsed time 1243 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile 011 elapsed time 869 seconds. -DAPP=ATM -DDEBUG=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 012 elapsed time 252 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 013 elapsed time 1274 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile 014 elapsed time 1262 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile 015 elapsed time 248 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 016 elapsed time 251 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 017 elapsed time 1586 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst,FV3_HAFS_v0_thompson_tedmf_gfdlsf -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile 018 elapsed time 1603 seconds. -DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile 019 elapsed time 296 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -DMOM6SOLO=ON +Compile 020 elapsed time 162 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 021 elapsed time 1575 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile 022 elapsed time 1274 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile 023 elapsed time 1330 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON + +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/cpld_control_p8 +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/cpld_control_p8 Checking test 001 cpld_control_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -91,14 +91,14 @@ Checking test 001 cpld_control_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 447.827297 - 0: The maximum resident set size (KB) = 1801604 + 0: The total amount of wall time = 483.093561 + 0: The maximum resident set size (KB) = 1755364 Test 001 cpld_control_p8 PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/cpld_control_p8 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/cpld_restart_p8 +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/cpld_control_p8 +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/cpld_restart_p8 Checking test 002 cpld_restart_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -151,14 +151,14 @@ Checking test 002 cpld_restart_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 259.390854 - 0: The maximum resident set size (KB) = 1506524 + 0: The total amount of wall time = 284.277238 + 0: The maximum resident set size (KB) = 1481868 Test 002 cpld_restart_p8 PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/cpld_control_p8 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/cpld_2threads_p8 +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/cpld_control_p8 +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/cpld_2threads_p8 Checking test 003 cpld_2threads_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -211,14 +211,14 @@ Checking test 003 cpld_2threads_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 910.177526 - 0: The maximum resident set size (KB) = 1978536 + 0: The total amount of wall time = 930.926305 + 0: The maximum resident set size (KB) = 1957036 Test 003 cpld_2threads_p8 PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/cpld_control_p8 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/cpld_esmfthreads_p8 +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/cpld_control_p8 +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/cpld_esmfthreads_p8 Checking test 004 cpld_esmfthreads_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -271,14 +271,14 @@ Checking test 004 cpld_esmfthreads_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 496.309215 - 0: The maximum resident set size (KB) = 1989888 + 0: The total amount of wall time = 521.243588 + 0: The maximum resident set size (KB) = 1963632 Test 004 cpld_esmfthreads_p8 PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/cpld_control_p8 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/cpld_decomp_p8 +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/cpld_control_p8 +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/cpld_decomp_p8 Checking test 005 cpld_decomp_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -331,14 +331,14 @@ Checking test 005 cpld_decomp_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 457.612569 - 0: The maximum resident set size (KB) = 1771292 + 0: The total amount of wall time = 475.845637 + 0: The maximum resident set size (KB) = 1763124 Test 005 cpld_decomp_p8 PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/cpld_control_p8 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/cpld_mpi_p8 +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/cpld_control_p8 +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/cpld_mpi_p8 Checking test 006 cpld_mpi_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -391,14 +391,14 @@ Checking test 006 cpld_mpi_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 376.537506 - 0: The maximum resident set size (KB) = 1729732 + 0: The total amount of wall time = 408.216612 + 0: The maximum resident set size (KB) = 1725492 Test 006 cpld_mpi_p8 PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/cpld_control_ciceC_p8 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/cpld_control_ciceC_p8 +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/cpld_control_ciceC_p8 +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/cpld_control_ciceC_p8 Checking test 007 cpld_control_ciceC_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -463,14 +463,14 @@ Checking test 007 cpld_control_ciceC_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 457.791693 - 0: The maximum resident set size (KB) = 1767912 + 0: The total amount of wall time = 484.708041 + 0: The maximum resident set size (KB) = 1771004 Test 007 cpld_control_ciceC_p8 PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/cpld_control_noaero_p8 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/cpld_control_noaero_p8 +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/cpld_control_noaero_p8 +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/cpld_control_noaero_p8 Checking test 008 cpld_control_noaero_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -534,14 +534,14 @@ Checking test 008 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 = 323.461253 - 0: The maximum resident set size (KB) = 1643372 + 0: The total amount of wall time = 335.131503 + 0: The maximum resident set size (KB) = 1623728 Test 008 cpld_control_noaero_p8 PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/cpld_control_c96_noaero_p8 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/cpld_control_nowave_noaero_p8 +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/cpld_control_c96_noaero_p8 +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/cpld_control_nowave_noaero_p8 Checking test 009 cpld_control_nowave_noaero_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -603,14 +603,14 @@ Checking test 009 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 = 336.628480 - 0: The maximum resident set size (KB) = 1665668 + 0: The total amount of wall time = 362.913561 + 0: The maximum resident set size (KB) = 1660336 Test 009 cpld_control_nowave_noaero_p8 PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/cpld_debug_p8 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/cpld_debug_p8 +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/cpld_debug_p8 +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/cpld_debug_p8 Checking test 010 cpld_debug_p8 results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK @@ -663,14 +663,14 @@ Checking test 010 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 = 852.757358 - 0: The maximum resident set size (KB) = 1835068 + 0: The total amount of wall time = 883.881481 + 0: The maximum resident set size (KB) = 1793576 Test 010 cpld_debug_p8 PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/cpld_debug_noaero_p8 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/cpld_debug_noaero_p8 +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/cpld_debug_noaero_p8 +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/cpld_debug_noaero_p8 Checking test 011 cpld_debug_noaero_p8 results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK @@ -722,14 +722,14 @@ Checking test 011 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 = 521.582986 - 0: The maximum resident set size (KB) = 1657172 + 0: The total amount of wall time = 532.929623 + 0: The maximum resident set size (KB) = 1645604 Test 011 cpld_debug_noaero_p8 PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/cpld_control_noaero_p8_agrid -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/cpld_control_noaero_p8_agrid +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/cpld_control_noaero_p8_agrid +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/cpld_control_noaero_p8_agrid Checking test 012 cpld_control_noaero_p8_agrid results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -791,14 +791,14 @@ Checking test 012 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 = 360.724085 - 0: The maximum resident set size (KB) = 1679620 + 0: The total amount of wall time = 382.459980 + 0: The maximum resident set size (KB) = 1670804 Test 012 cpld_control_noaero_p8_agrid PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/cpld_control_c48 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/cpld_control_c48 +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/cpld_control_c48 +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/cpld_control_c48 Checking test 013 cpld_control_c48 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -848,14 +848,14 @@ Checking test 013 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 = 764.576325 - 0: The maximum resident set size (KB) = 2764588 + 0: The total amount of wall time = 771.132253 + 0: The maximum resident set size (KB) = 2765432 Test 013 cpld_control_c48 PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/cpld_warmstart_c48 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/cpld_warmstart_c48 +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/cpld_warmstart_c48 +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/cpld_warmstart_c48 Checking test 014 cpld_warmstart_c48 results .... Comparing sfcf006.tile1.nc .........OK Comparing sfcf006.tile2.nc .........OK @@ -905,14 +905,14 @@ Checking test 014 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 = 206.294157 - 0: The maximum resident set size (KB) = 2756016 + 0: The total amount of wall time = 210.026899 + 0: The maximum resident set size (KB) = 2769252 Test 014 cpld_warmstart_c48 PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/cpld_warmstart_c48 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/cpld_restart_c48 +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/cpld_warmstart_c48 +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/cpld_restart_c48 Checking test 015 cpld_restart_c48 results .... Comparing sfcf006.tile1.nc .........OK Comparing sfcf006.tile2.nc .........OK @@ -962,14 +962,14 @@ Checking test 015 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 = 111.116471 - 0: The maximum resident set size (KB) = 2197008 + 0: The total amount of wall time = 115.068228 + 0: The maximum resident set size (KB) = 2205328 Test 015 cpld_restart_c48 PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/control +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/control Checking test 016 control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1016,14 +1016,14 @@ Checking test 016 control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1318.780458 - 0: The maximum resident set size (KB) = 574340 + 0: The total amount of wall time = 193.048307 + 0: The maximum resident set size (KB) = 569624 Test 016 control PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/control_decomp +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/control_decomp Checking test 017 control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1066,14 +1066,14 @@ Checking test 017 control_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 187.861570 - 0: The maximum resident set size (KB) = 567668 + 0: The total amount of wall time = 196.418685 + 0: The maximum resident set size (KB) = 568892 Test 017 control_decomp PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/control_2dwrtdecomp +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/control_2dwrtdecomp Checking test 018 control_2dwrtdecomp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1084,14 +1084,14 @@ Checking test 018 control_2dwrtdecomp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 177.596931 - 0: The maximum resident set size (KB) = 575244 + 0: The total amount of wall time = 189.653304 + 0: The maximum resident set size (KB) = 571332 Test 018 control_2dwrtdecomp PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/control_2threads +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/control_2threads Checking test 019 control_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1134,14 +1134,14 @@ Checking test 019 control_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 406.043220 - 0: The maximum resident set size (KB) = 628372 + 0: The total amount of wall time = 406.592563 + 0: The maximum resident set size (KB) = 620148 Test 019 control_2threads PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/control_restart +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/control_restart Checking test 020 control_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1180,14 +1180,14 @@ Checking test 020 control_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 92.794011 - 0: The maximum resident set size (KB) = 372968 + 0: The total amount of wall time = 91.792974 + 0: The maximum resident set size (KB) = 376000 Test 020 control_restart PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/control_fhzero +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/control_fhzero Checking test 021 control_fhzero results .... Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf021.nc ............ALT CHECK......OK @@ -1230,14 +1230,14 @@ Checking test 021 control_fhzero results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 178.220080 - 0: The maximum resident set size (KB) = 574512 + 0: The total amount of wall time = 176.713908 + 0: The maximum resident set size (KB) = 573960 Test 021 control_fhzero PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_CubedSphereGrid -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/control_CubedSphereGrid +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_CubedSphereGrid +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/control_CubedSphereGrid Checking test 022 control_CubedSphereGrid results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -1264,28 +1264,28 @@ Checking test 022 control_CubedSphereGrid results .... Comparing atmf024.tile5.nc .........OK Comparing atmf024.tile6.nc .........OK - 0: The total amount of wall time = 174.857881 - 0: The maximum resident set size (KB) = 574472 + 0: The total amount of wall time = 175.597291 + 0: The maximum resident set size (KB) = 570896 Test 022 control_CubedSphereGrid PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_CubedSphereGrid_parallel -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/control_CubedSphereGrid_parallel +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_CubedSphereGrid_parallel +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/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 = 177.592716 - 0: The maximum resident set size (KB) = 574956 + 0: The total amount of wall time = 182.320835 + 0: The maximum resident set size (KB) = 571324 Test 023 control_CubedSphereGrid_parallel PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_latlon -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/control_latlon +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_latlon +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/control_latlon Checking test 024 control_latlon results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1296,32 +1296,32 @@ Checking test 024 control_latlon results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 180.146298 - 0: The maximum resident set size (KB) = 577256 + 0: The total amount of wall time = 176.658642 + 0: The maximum resident set size (KB) = 569116 Test 024 control_latlon PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_wrtGauss_netcdf_parallel -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/control_wrtGauss_netcdf_parallel +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_wrtGauss_netcdf_parallel +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/control_wrtGauss_netcdf_parallel Checking test 025 control_wrtGauss_netcdf_parallel results .... - Comparing sfcf000.nc ............ALT CHECK......OK + Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK - Comparing atmf000.nc .........OK + Comparing atmf000.nc ............ALT CHECK......OK Comparing atmf024.nc ............ALT CHECK......OK Comparing GFSFLX.GrbF00 .........OK Comparing GFSFLX.GrbF24 .........OK Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 185.902381 - 0: The maximum resident set size (KB) = 573028 + 0: The total amount of wall time = 189.597711 + 0: The maximum resident set size (KB) = 570708 Test 025 control_wrtGauss_netcdf_parallel PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_c48 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/control_c48 +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_c48 +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/control_c48 Checking test 026 control_c48 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1360,14 +1360,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 = 571.208298 -0: The maximum resident set size (KB) = 790252 +0: The total amount of wall time = 572.716823 +0: The maximum resident set size (KB) = 792036 Test 026 control_c48 PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_c192 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/control_c192 +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_c192 +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/control_c192 Checking test 027 control_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1378,14 +1378,14 @@ Checking test 027 control_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 697.433040 - 0: The maximum resident set size (KB) = 692168 + 0: The total amount of wall time = 706.259883 + 0: The maximum resident set size (KB) = 683580 Test 027 control_c192 PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_c384 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/control_c384 +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_c384 +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/control_c384 Checking test 028 control_c384 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1396,14 +1396,14 @@ Checking test 028 control_c384 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 896.406038 - 0: The maximum resident set size (KB) = 1072556 + 0: The total amount of wall time = 916.334282 + 0: The maximum resident set size (KB) = 1068192 Test 028 control_c384 PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_c384gdas -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/control_c384gdas +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_c384gdas +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/control_c384gdas Checking test 029 control_c384gdas results .... Comparing sfcf000.nc .........OK Comparing sfcf006.nc .........OK @@ -1446,14 +1446,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 = 750.624009 - 0: The maximum resident set size (KB) = 1146892 + 0: The total amount of wall time = 778.895594 + 0: The maximum resident set size (KB) = 1160200 -Test 029 control_c384gdas PASS +Test 029 control_c384gdas PASS Tries: 2 -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_c384_progsigma -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/control_c384_progsigma +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_c384_progsigma +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/control_c384_progsigma Checking test 030 control_c384_progsigma results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1464,14 +1464,14 @@ Checking test 030 control_c384_progsigma results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 905.703997 - 0: The maximum resident set size (KB) = 998208 + 0: The total amount of wall time = 918.578434 + 0: The maximum resident set size (KB) = 984308 Test 030 control_c384_progsigma PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_stochy -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/control_stochy +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_stochy +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/control_stochy Checking test 031 control_stochy results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1482,28 +1482,28 @@ Checking test 031 control_stochy results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 120.125198 - 0: The maximum resident set size (KB) = 573136 + 0: The total amount of wall time = 126.064212 + 0: The maximum resident set size (KB) = 576780 Test 031 control_stochy PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_stochy -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/control_stochy_restart +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_stochy +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/control_stochy_restart Checking test 032 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.313334 - 0: The maximum resident set size (KB) = 395228 + 0: The total amount of wall time = 64.568513 + 0: The maximum resident set size (KB) = 384388 Test 032 control_stochy_restart PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_lndp -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/control_lndp +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_lndp +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/control_lndp Checking test 033 control_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1514,14 +1514,14 @@ Checking test 033 control_lndp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 111.745237 - 0: The maximum resident set size (KB) = 577924 + 0: The total amount of wall time = 106.803756 + 0: The maximum resident set size (KB) = 573200 Test 033 control_lndp PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_iovr4 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/control_iovr4 +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_iovr4 +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/control_iovr4 Checking test 034 control_iovr4 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1536,14 +1536,14 @@ Checking test 034 control_iovr4 results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 187.675694 - 0: The maximum resident set size (KB) = 576916 + 0: The total amount of wall time = 188.737499 + 0: The maximum resident set size (KB) = 572520 Test 034 control_iovr4 PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_iovr5 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/control_iovr5 +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_iovr5 +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/control_iovr5 Checking test 035 control_iovr5 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1558,14 +1558,14 @@ Checking test 035 control_iovr5 results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 192.237233 - 0: The maximum resident set size (KB) = 576116 + 0: The total amount of wall time = 189.110052 + 0: The maximum resident set size (KB) = 573028 Test 035 control_iovr5 PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_p8 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/control_p8 +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_p8 +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/control_p8 Checking test 036 control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1612,14 +1612,14 @@ Checking test 036 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.282342 - 0: The maximum resident set size (KB) = 1551412 + 0: The total amount of wall time = 227.992417 + 0: The maximum resident set size (KB) = 1534552 Test 036 control_p8 PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_p8_lndp -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/control_p8_lndp +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_p8_lndp +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/control_p8_lndp Checking test 037 control_p8_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1638,14 +1638,14 @@ Checking test 037 control_p8_lndp results .... Comparing GFSPRS.GrbF24 .........OK Comparing GFSPRS.GrbF48 .........OK - 0: The total amount of wall time = 418.388269 - 0: The maximum resident set size (KB) = 1562368 + 0: The total amount of wall time = 426.768674 + 0: The maximum resident set size (KB) = 1520868 Test 037 control_p8_lndp PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_p8 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/control_restart_p8 +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_p8 +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/control_restart_p8 Checking test 038 control_restart_p8 results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1684,14 +1684,14 @@ Checking test 038 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 = 111.210170 - 0: The maximum resident set size (KB) = 777864 + 0: The total amount of wall time = 117.163596 + 0: The maximum resident set size (KB) = 773580 Test 038 control_restart_p8 PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_p8 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/control_decomp_p8 +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_p8 +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/control_decomp_p8 Checking test 039 control_decomp_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1734,14 +1734,14 @@ Checking test 039 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 = 227.990541 - 0: The maximum resident set size (KB) = 1543740 + 0: The total amount of wall time = 240.078947 + 0: The maximum resident set size (KB) = 1508244 Test 039 control_decomp_p8 PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_p8 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/control_2threads_p8 +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_p8 +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/control_2threads_p8 Checking test 040 control_2threads_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1784,14 +1784,14 @@ Checking test 040 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 = 517.511064 - 0: The maximum resident set size (KB) = 1617048 + 0: The total amount of wall time = 524.219370 + 0: The maximum resident set size (KB) = 1610492 Test 040 control_2threads_p8 PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_p8_rrtmgp -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/control_p8_rrtmgp +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_p8_rrtmgp +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/control_p8_rrtmgp Checking test 041 control_p8_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1838,14 +1838,14 @@ Checking test 041 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 = 263.833127 - 0: The maximum resident set size (KB) = 1670960 + 0: The total amount of wall time = 276.911945 + 0: The maximum resident set size (KB) = 1657704 Test 041 control_p8_rrtmgp PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/fv3_regional_control -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/regional_control +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/fv3_regional_control +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/regional_control Checking test 042 regional_control results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1856,28 +1856,28 @@ Checking test 042 regional_control results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK - 0: The total amount of wall time = 472.383961 - 0: The maximum resident set size (KB) = 752312 + 0: The total amount of wall time = 463.425545 + 0: The maximum resident set size (KB) = 750084 Test 042 regional_control PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/fv3_regional_control -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/regional_restart +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/fv3_regional_control +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/regional_restart Checking test 043 regional_restart results .... Comparing dynf024.nc .........OK Comparing phyf024.nc .........OK Comparing PRSLEV.GrbF24 .........OK Comparing NATLEV.GrbF24 .........OK - 0: The total amount of wall time = 253.360232 - 0: The maximum resident set size (KB) = 743988 + 0: The total amount of wall time = 263.292821 + 0: The maximum resident set size (KB) = 736680 Test 043 regional_restart PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/fv3_regional_control -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/regional_control_2dwrtdecomp +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/fv3_regional_control +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/regional_control_2dwrtdecomp Checking test 044 regional_control_2dwrtdecomp results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1888,14 +1888,14 @@ Checking test 044 regional_control_2dwrtdecomp results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK - 0: The total amount of wall time = 468.769330 - 0: The maximum resident set size (KB) = 750448 + 0: The total amount of wall time = 473.487678 + 0: The maximum resident set size (KB) = 746628 Test 044 regional_control_2dwrtdecomp PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/fv3_regional_noquilt -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/regional_noquilt +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/fv3_regional_noquilt +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/regional_noquilt Checking test 045 regional_noquilt results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK @@ -1903,14 +1903,14 @@ Checking test 045 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 = 492.340207 - 0: The maximum resident set size (KB) = 739764 + 0: The total amount of wall time = 498.958584 + 0: The maximum resident set size (KB) = 732464 Test 045 regional_noquilt PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/fv3_regional_control -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/regional_2threads +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/fv3_regional_control +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/regional_2threads Checking test 046 regional_2threads results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1921,28 +1921,28 @@ Checking test 046 regional_2threads results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK - 0: The total amount of wall time = 1077.233407 - 0: The maximum resident set size (KB) = 712888 + 0: The total amount of wall time = 1089.864070 + 0: The maximum resident set size (KB) = 717700 Test 046 regional_2threads PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/fv3_regional_netcdf_parallel -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/regional_netcdf_parallel +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/fv3_regional_netcdf_parallel +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/regional_netcdf_parallel Checking test 047 regional_netcdf_parallel results .... - Comparing dynf000.nc .........OK - Comparing dynf024.nc .........OK + Comparing dynf000.nc ............ALT CHECK......OK + Comparing dynf024.nc ............ALT CHECK......OK Comparing phyf000.nc .........OK Comparing phyf024.nc .........OK - 0: The total amount of wall time = 450.499057 - 0: The maximum resident set size (KB) = 743608 + 0: The total amount of wall time = 469.546834 + 0: The maximum resident set size (KB) = 738012 Test 047 regional_netcdf_parallel PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/fv3_regional_3km -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/regional_3km +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/fv3_regional_3km +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/regional_3km Checking test 048 regional_3km results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -1953,14 +1953,14 @@ Checking test 048 regional_3km results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 343.240777 - 0: The maximum resident set size (KB) = 780748 + 0: The total amount of wall time = 360.074240 + 0: The maximum resident set size (KB) = 778992 Test 048 regional_3km PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/fv3_regional_3km -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/regional_3km_decomp +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/fv3_regional_3km +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/regional_3km_decomp Checking test 049 regional_3km_decomp results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -1971,14 +1971,14 @@ Checking test 049 regional_3km_decomp results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 370.808857 - 0: The maximum resident set size (KB) = 785204 + 0: The total amount of wall time = 382.354265 + 0: The maximum resident set size (KB) = 784296 Test 049 regional_3km_decomp PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_control -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/rap_control +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_control +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/rap_control Checking test 050 rap_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2025,14 +2025,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 = 585.220266 - 0: The maximum resident set size (KB) = 955152 + 0: The total amount of wall time = 608.711598 + 0: The maximum resident set size (KB) = 946880 Test 050 rap_control PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_rrtmgp -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/rap_rrtmgp +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_rrtmgp +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/rap_rrtmgp Checking test 051 rap_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2079,14 +2079,14 @@ Checking test 051 rap_rrtmgp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 632.401520 - 0: The maximum resident set size (KB) = 1069972 + 0: The total amount of wall time = 654.792945 + 0: The maximum resident set size (KB) = 1073676 Test 051 rap_rrtmgp PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/regional_spp_sppt_shum_skeb -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/regional_spp_sppt_shum_skeb +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/regional_spp_sppt_shum_skeb +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/regional_spp_sppt_shum_skeb Checking test 052 regional_spp_sppt_shum_skeb results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK @@ -2097,14 +2097,14 @@ Checking test 052 regional_spp_sppt_shum_skeb results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF01 .........OK - 0: The total amount of wall time = 839.087878 - 0: The maximum resident set size (KB) = 1066748 + 0: The total amount of wall time = 844.826495 + 0: The maximum resident set size (KB) = 1060820 Test 052 regional_spp_sppt_shum_skeb PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_control -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/rap_decomp +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_control +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/rap_decomp Checking test 053 rap_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2151,14 +2151,14 @@ Checking test 053 rap_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 612.211509 - 0: The maximum resident set size (KB) = 943512 + 0: The total amount of wall time = 632.126353 + 0: The maximum resident set size (KB) = 933772 Test 053 rap_decomp PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_control -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/rap_2threads +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_control +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/rap_2threads Checking test 054 rap_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2205,14 +2205,14 @@ Checking test 054 rap_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1275.575396 - 0: The maximum resident set size (KB) = 1017384 + 0: The total amount of wall time = 1288.336081 + 0: The maximum resident set size (KB) = 1009284 Test 054 rap_2threads PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_control -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/rap_restart +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_control +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/rap_restart Checking test 055 rap_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -2251,14 +2251,14 @@ Checking test 055 rap_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 296.434392 - 0: The maximum resident set size (KB) = 824688 + 0: The total amount of wall time = 319.573626 + 0: The maximum resident set size (KB) = 818724 Test 055 rap_restart PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_sfcdiff -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/rap_sfcdiff +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_sfcdiff +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/rap_sfcdiff Checking test 056 rap_sfcdiff results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2305,14 +2305,14 @@ Checking test 056 rap_sfcdiff results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 586.014517 - 0: The maximum resident set size (KB) = 955092 + 0: The total amount of wall time = 609.214118 + 0: The maximum resident set size (KB) = 943624 -Test 056 rap_sfcdiff PASS Tries: 2 +Test 056 rap_sfcdiff PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_sfcdiff -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/rap_sfcdiff_decomp +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_sfcdiff +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/rap_sfcdiff_decomp Checking test 057 rap_sfcdiff_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2359,14 +2359,14 @@ Checking test 057 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 = 621.960621 - 0: The maximum resident set size (KB) = 951816 + 0: The total amount of wall time = 646.117381 + 0: The maximum resident set size (KB) = 931932 Test 057 rap_sfcdiff_decomp PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_sfcdiff -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/rap_sfcdiff_restart +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_sfcdiff +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/rap_sfcdiff_restart Checking test 058 rap_sfcdiff_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -2405,14 +2405,14 @@ Checking test 058 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 = 438.603460 - 0: The maximum resident set size (KB) = 839652 + 0: The total amount of wall time = 462.783898 + 0: The maximum resident set size (KB) = 829456 Test 058 rap_sfcdiff_restart PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/hrrr_control -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/hrrr_control +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/hrrr_control +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/hrrr_control Checking test 059 hrrr_control results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2459,14 +2459,14 @@ Checking test 059 hrrr_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 567.685787 - 0: The maximum resident set size (KB) = 948940 + 0: The total amount of wall time = 585.999929 + 0: The maximum resident set size (KB) = 940892 Test 059 hrrr_control PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/hrrr_control -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/hrrr_control_decomp +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/hrrr_control +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/hrrr_control_decomp Checking test 060 hrrr_control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2513,14 +2513,14 @@ Checking test 060 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 = 596.980443 - 0: The maximum resident set size (KB) = 940720 + 0: The total amount of wall time = 611.602120 + 0: The maximum resident set size (KB) = 934884 Test 060 hrrr_control_decomp PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/hrrr_control -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/hrrr_control_2threads +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/hrrr_control +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/hrrr_control_2threads Checking test 061 hrrr_control_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2567,14 +2567,14 @@ Checking test 061 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 = 1224.304093 - 0: The maximum resident set size (KB) = 1017380 + 0: The total amount of wall time = 1256.110550 + 0: The maximum resident set size (KB) = 1006400 Test 061 hrrr_control_2threads PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/hrrr_control -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/hrrr_control_restart +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/hrrr_control +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/hrrr_control_restart Checking test 062 hrrr_control_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -2613,14 +2613,14 @@ Checking test 062 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 = 421.493207 - 0: The maximum resident set size (KB) = 833340 + 0: The total amount of wall time = 444.623075 + 0: The maximum resident set size (KB) = 826448 Test 062 hrrr_control_restart PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rrfs_v1beta -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/rrfs_v1beta +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rrfs_v1beta +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/rrfs_v1beta Checking test 063 rrfs_v1beta results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2667,14 +2667,14 @@ Checking test 063 rrfs_v1beta results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 576.190119 - 0: The maximum resident set size (KB) = 953936 + 0: The total amount of wall time = 598.010507 + 0: The maximum resident set size (KB) = 939088 Test 063 rrfs_v1beta PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rrfs_v1nssl -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/rrfs_v1nssl +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rrfs_v1nssl +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/rrfs_v1nssl Checking test 064 rrfs_v1nssl results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2689,14 +2689,14 @@ Checking test 064 rrfs_v1nssl results .... Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 678.723277 - 0: The maximum resident set size (KB) = 632276 + 0: The total amount of wall time = 736.288832 + 0: The maximum resident set size (KB) = 620252 Test 064 rrfs_v1nssl PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rrfs_v1nssl_nohailnoccn -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/rrfs_v1nssl_nohailnoccn +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rrfs_v1nssl_nohailnoccn +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/rrfs_v1nssl_nohailnoccn Checking test 065 rrfs_v1nssl_nohailnoccn results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2711,14 +2711,14 @@ Checking test 065 rrfs_v1nssl_nohailnoccn results .... Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 674.782482 - 0: The maximum resident set size (KB) = 630288 + 0: The total amount of wall time = 691.869200 + 0: The maximum resident set size (KB) = 628652 Test 065 rrfs_v1nssl_nohailnoccn PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rrfs_conus13km_hrrr_warm -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/rrfs_conus13km_hrrr_warm +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rrfs_conus13km_hrrr_warm +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/rrfs_conus13km_hrrr_warm Checking test 066 rrfs_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -2727,14 +2727,14 @@ Checking test 066 rrfs_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 236.100089 - 0: The maximum resident set size (KB) = 860780 + 0: The total amount of wall time = 244.036639 + 0: The maximum resident set size (KB) = 849528 Test 066 rrfs_conus13km_hrrr_warm PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rrfs_conus13km_radar_tten_warm -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/rrfs_conus13km_radar_tten_warm +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rrfs_conus13km_radar_tten_warm +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/rrfs_conus13km_radar_tten_warm Checking test 067 rrfs_conus13km_radar_tten_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -2743,14 +2743,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 = 238.849213 - 0: The maximum resident set size (KB) = 866316 + 0: The total amount of wall time = 242.986646 + 0: The maximum resident set size (KB) = 856056 Test 067 rrfs_conus13km_radar_tten_warm PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rrfs_smoke_conus13km_hrrr_warm -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/rrfs_smoke_conus13km_hrrr_warm +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rrfs_smoke_conus13km_hrrr_warm +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/rrfs_smoke_conus13km_hrrr_warm Checking test 068 rrfs_smoke_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -2759,14 +2759,14 @@ Checking test 068 rrfs_smoke_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 264.182932 - 0: The maximum resident set size (KB) = 888768 + 0: The total amount of wall time = 273.465536 + 0: The maximum resident set size (KB) = 876152 Test 068 rrfs_smoke_conus13km_hrrr_warm PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_csawmg -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/control_csawmg +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_csawmg +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/control_csawmg Checking test 069 control_csawmg results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2777,14 +2777,14 @@ Checking test 069 control_csawmg results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 451.207746 - 0: The maximum resident set size (KB) = 671392 + 0: The total amount of wall time = 484.504572 + 0: The maximum resident set size (KB) = 656564 Test 069 control_csawmg PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_csawmgt -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/control_csawmgt +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_csawmgt +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/control_csawmgt Checking test 070 control_csawmgt results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2795,14 +2795,14 @@ Checking test 070 control_csawmgt results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 448.206014 - 0: The maximum resident set size (KB) = 658944 + 0: The total amount of wall time = 465.326935 + 0: The maximum resident set size (KB) = 669044 Test 070 control_csawmgt PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_ras -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/control_ras +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_ras +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/control_ras Checking test 071 control_ras results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2813,54 +2813,54 @@ Checking test 071 control_ras results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 242.701767 - 0: The maximum resident set size (KB) = 631876 + 0: The total amount of wall time = 247.075587 + 0: The maximum resident set size (KB) = 633640 Test 071 control_ras PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_wam -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/control_wam +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_wam +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/control_wam Checking test 072 control_wam results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK - 0: The total amount of wall time = 136.342025 - 0: The maximum resident set size (KB) = 476452 + 0: The total amount of wall time = 145.858204 + 0: The maximum resident set size (KB) = 478568 Test 072 control_wam PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/control_debug +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_debug +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/control_debug Checking test 073 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 = 198.800258 - 0: The maximum resident set size (KB) = 739496 + 0: The total amount of wall time = 204.082018 + 0: The maximum resident set size (KB) = 735612 Test 073 control_debug PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/control_2threads_debug +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_debug +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/control_2threads_debug Checking test 074 control_2threads_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 350.007086 - 0: The maximum resident set size (KB) = 786304 + 0: The total amount of wall time = 350.105382 + 0: The maximum resident set size (KB) = 795148 Test 074 control_2threads_debug PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_CubedSphereGrid_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/control_CubedSphereGrid_debug +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_CubedSphereGrid_debug +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/control_CubedSphereGrid_debug Checking test 075 control_CubedSphereGrid_debug results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -2887,348 +2887,348 @@ Checking test 075 control_CubedSphereGrid_debug results .... Comparing atmf001.tile5.nc .........OK Comparing atmf001.tile6.nc .........OK - 0: The total amount of wall time = 211.793078 - 0: The maximum resident set size (KB) = 740228 + 0: The total amount of wall time = 221.546510 + 0: The maximum resident set size (KB) = 736668 Test 075 control_CubedSphereGrid_debug PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_wrtGauss_netcdf_parallel_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/control_wrtGauss_netcdf_parallel_debug +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_wrtGauss_netcdf_parallel_debug +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/control_wrtGauss_netcdf_parallel_debug Checking test 076 control_wrtGauss_netcdf_parallel_debug results .... Comparing sfcf000.nc .........OK - Comparing sfcf001.nc .........OK + Comparing sfcf001.nc ............ALT CHECK......OK Comparing atmf000.nc .........OK - Comparing atmf001.nc .........OK + Comparing atmf001.nc ............ALT CHECK......OK - 0: The total amount of wall time = 197.547307 - 0: The maximum resident set size (KB) = 736664 + 0: The total amount of wall time = 204.694671 + 0: The maximum resident set size (KB) = 734192 Test 076 control_wrtGauss_netcdf_parallel_debug PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_stochy_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/control_stochy_debug +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_stochy_debug +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/control_stochy_debug Checking test 077 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 = 221.450161 - 0: The maximum resident set size (KB) = 744440 + 0: The total amount of wall time = 240.063634 + 0: The maximum resident set size (KB) = 742832 Test 077 control_stochy_debug PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_lndp_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/control_lndp_debug +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_lndp_debug +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/control_lndp_debug Checking test 078 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.844060 - 0: The maximum resident set size (KB) = 747948 + 0: The total amount of wall time = 205.951427 + 0: The maximum resident set size (KB) = 740956 Test 078 control_lndp_debug PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_csawmg_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/control_csawmg_debug +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_csawmg_debug +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/control_csawmg_debug Checking test 079 control_csawmg_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 308.954759 - 0: The maximum resident set size (KB) = 788916 + 0: The total amount of wall time = 340.221431 + 0: The maximum resident set size (KB) = 784228 Test 079 control_csawmg_debug PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_csawmgt_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/control_csawmgt_debug +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_csawmgt_debug +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/control_csawmgt_debug Checking test 080 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 = 304.851717 - 0: The maximum resident set size (KB) = 791992 + 0: The total amount of wall time = 320.123602 + 0: The maximum resident set size (KB) = 790476 Test 080 control_csawmgt_debug PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_ras_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/control_ras_debug +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_ras_debug +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/control_ras_debug Checking test 081 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 = 202.143605 - 0: The maximum resident set size (KB) = 755156 + 0: The total amount of wall time = 215.115283 + 0: The maximum resident set size (KB) = 748156 Test 081 control_ras_debug PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_diag_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/control_diag_debug +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_diag_debug +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/control_diag_debug Checking test 082 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 = 208.566432 - 0: The maximum resident set size (KB) = 797288 + 0: The total amount of wall time = 213.801012 + 0: The maximum resident set size (KB) = 792668 Test 082 control_diag_debug PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_debug_p8 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/control_debug_p8 +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_debug_p8 +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/control_debug_p8 Checking test 083 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 = 223.459297 - 0: The maximum resident set size (KB) = 1568152 + 0: The total amount of wall time = 240.390637 + 0: The maximum resident set size (KB) = 1541548 Test 083 control_debug_p8 PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/fv3_regional_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/regional_debug +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/fv3_regional_debug +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/regional_debug Checking test 084 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 = 327.459179 - 0: The maximum resident set size (KB) = 759736 + 0: The total amount of wall time = 327.541139 + 0: The maximum resident set size (KB) = 755768 Test 084 regional_debug PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_control_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/rap_control_debug +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_control_debug +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/rap_control_debug Checking test 085 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 = 358.005359 - 0: The maximum resident set size (KB) = 1109376 + 0: The total amount of wall time = 375.719177 + 0: The maximum resident set size (KB) = 1108012 Test 085 rap_control_debug PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/hrrr_control_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/hrrr_control_debug +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/hrrr_control_debug +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/hrrr_control_debug Checking test 086 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 = 351.111886 - 0: The maximum resident set size (KB) = 1114348 + 0: The total amount of wall time = 366.179575 + 0: The maximum resident set size (KB) = 1110132 Test 086 hrrr_control_debug PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_control_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/rap_unified_drag_suite_debug +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_control_debug +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/rap_unified_drag_suite_debug Checking test 087 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.852023 - 0: The maximum resident set size (KB) = 1117864 + 0: The total amount of wall time = 369.295963 + 0: The maximum resident set size (KB) = 1105068 Test 087 rap_unified_drag_suite_debug PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_diag_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/rap_diag_debug +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_diag_debug +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/rap_diag_debug Checking test 088 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 = 380.402071 - 0: The maximum resident set size (KB) = 1192048 + 0: The total amount of wall time = 384.401953 + 0: The maximum resident set size (KB) = 1191196 Test 088 rap_diag_debug PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_cires_ugwp_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/rap_cires_ugwp_debug +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_cires_ugwp_debug +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/rap_cires_ugwp_debug Checking test 089 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 = 365.200513 - 0: The maximum resident set size (KB) = 1108996 + 0: The total amount of wall time = 376.351128 + 0: The maximum resident set size (KB) = 1105088 Test 089 rap_cires_ugwp_debug PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_cires_ugwp_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/rap_unified_ugwp_debug +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_cires_ugwp_debug +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/rap_unified_ugwp_debug Checking test 090 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 = 366.563193 - 0: The maximum resident set size (KB) = 1108440 + 0: The total amount of wall time = 370.156505 + 0: The maximum resident set size (KB) = 1110440 Test 090 rap_unified_ugwp_debug PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_lndp_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/rap_lndp_debug +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_lndp_debug +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/rap_lndp_debug Checking test 091 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.767645 - 0: The maximum resident set size (KB) = 1113108 + 0: The total amount of wall time = 369.896938 + 0: The maximum resident set size (KB) = 1110048 Test 091 rap_lndp_debug PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_flake_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/rap_flake_debug +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_flake_debug +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/rap_flake_debug Checking test 092 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 = 358.025175 - 0: The maximum resident set size (KB) = 1114436 + 0: The total amount of wall time = 369.735719 + 0: The maximum resident set size (KB) = 1108340 Test 092 rap_flake_debug PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_progcld_thompson_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/rap_progcld_thompson_debug +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_progcld_thompson_debug +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/rap_progcld_thompson_debug Checking test 093 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 = 358.428284 - 0: The maximum resident set size (KB) = 1116192 + 0: The total amount of wall time = 365.786114 + 0: The maximum resident set size (KB) = 1107044 Test 093 rap_progcld_thompson_debug PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_noah_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/rap_noah_debug +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_noah_debug +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/rap_noah_debug Checking test 094 rap_noah_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 349.866317 - 0: The maximum resident set size (KB) = 1111316 + 0: The total amount of wall time = 358.536940 + 0: The maximum resident set size (KB) = 1106524 Test 094 rap_noah_debug PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_rrtmgp_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/rap_rrtmgp_debug +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_rrtmgp_debug +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/rap_rrtmgp_debug Checking test 095 rap_rrtmgp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 600.411973 - 0: The maximum resident set size (KB) = 1243340 + 0: The total amount of wall time = 602.953810 + 0: The maximum resident set size (KB) = 1234796 Test 095 rap_rrtmgp_debug PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_sfcdiff_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/rap_sfcdiff_debug +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_sfcdiff_debug +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/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 = 364.007484 - 0: The maximum resident set size (KB) = 1108212 + 0: The total amount of wall time = 367.604320 + 0: The maximum resident set size (KB) = 1105300 Test 096 rap_sfcdiff_debug PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_noah_sfcdiff_cires_ugwp_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/rap_noah_sfcdiff_cires_ugwp_debug +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_noah_sfcdiff_cires_ugwp_debug +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/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 = 591.214867 - 0: The maximum resident set size (KB) = 1104092 + 0: The total amount of wall time = 600.973862 + 0: The maximum resident set size (KB) = 1107488 Test 097 rap_noah_sfcdiff_cires_ugwp_debug PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rrfs_v1beta_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/rrfs_v1beta_debug +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rrfs_v1beta_debug +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/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 = 354.314654 - 0: The maximum resident set size (KB) = 1104508 + 0: The total amount of wall time = 365.102947 + 0: The maximum resident set size (KB) = 1102800 Test 098 rrfs_v1beta_debug PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_wam_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/control_wam_debug +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_wam_debug +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/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 = 362.667763 - 0: The maximum resident set size (KB) = 433672 + 0: The total amount of wall time = 365.299352 + 0: The maximum resident set size (KB) = 426872 Test 099 control_wam_debug PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/regional_spp_sppt_shum_skeb_dyn32_phy32 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/regional_spp_sppt_shum_skeb_dyn32_phy32 +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/regional_spp_sppt_shum_skeb_dyn32_phy32 +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/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 @@ -3239,14 +3239,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 = 774.783787 - 0: The maximum resident set size (KB) = 966544 + 0: The total amount of wall time = 797.223008 + 0: The maximum resident set size (KB) = 961544 Test 100 regional_spp_sppt_shum_skeb_dyn32_phy32 PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_control_dyn32_phy32 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/rap_control_dyn32_phy32 +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_control_dyn32_phy32 +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/rap_control_dyn32_phy32 Checking test 101 rap_control_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3293,14 +3293,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 = 473.667296 - 0: The maximum resident set size (KB) = 849064 + 0: The total amount of wall time = 533.543339 + 0: The maximum resident set size (KB) = 841180 Test 101 rap_control_dyn32_phy32 PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/hrrr_control_dyn32_phy32 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/hrrr_control_dyn32_phy32 +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/hrrr_control_dyn32_phy32 +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/hrrr_control_dyn32_phy32 Checking test 102 hrrr_control_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3347,14 +3347,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 = 247.910103 - 0: The maximum resident set size (KB) = 834580 + 0: The total amount of wall time = 255.158050 + 0: The maximum resident set size (KB) = 828788 Test 102 hrrr_control_dyn32_phy32 PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_control_dyn32_phy32 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/rap_2threads_dyn32_phy32 +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_control_dyn32_phy32 +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/rap_2threads_dyn32_phy32 Checking test 103 rap_2threads_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3401,14 +3401,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 = 1038.176262 - 0: The maximum resident set size (KB) = 888728 + 0: The total amount of wall time = 1087.306806 + 0: The maximum resident set size (KB) = 873544 Test 103 rap_2threads_dyn32_phy32 PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/hrrr_control_dyn32_phy32 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/hrrr_control_2threads_dyn32_phy32 +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/hrrr_control_dyn32_phy32 +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/hrrr_control_2threads_dyn32_phy32 Checking test 104 hrrr_control_2threads_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3455,14 +3455,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 = 540.899910 - 0: The maximum resident set size (KB) = 879652 + 0: The total amount of wall time = 593.807342 + 0: The maximum resident set size (KB) = 866604 Test 104 hrrr_control_2threads_dyn32_phy32 PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/hrrr_control_dyn32_phy32 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/hrrr_control_decomp_dyn32_phy32 +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/hrrr_control_dyn32_phy32 +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/hrrr_control_decomp_dyn32_phy32 Checking test 105 hrrr_control_decomp_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3509,14 +3509,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 = 259.645389 - 0: The maximum resident set size (KB) = 824816 + 0: The total amount of wall time = 278.490985 + 0: The maximum resident set size (KB) = 819436 Test 105 hrrr_control_decomp_dyn32_phy32 PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_control_dyn32_phy32 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/rap_restart_dyn32_phy32 +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_control_dyn32_phy32 +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/rap_restart_dyn32_phy32 Checking test 106 rap_restart_dyn32_phy32 results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -3555,14 +3555,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 = 345.158000 - 0: The maximum resident set size (KB) = 811768 + 0: The total amount of wall time = 366.484790 + 0: The maximum resident set size (KB) = 800436 Test 106 rap_restart_dyn32_phy32 PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/hrrr_control_dyn32_phy32 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/hrrr_control_restart_dyn32_phy32 +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/hrrr_control_dyn32_phy32 +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/hrrr_control_restart_dyn32_phy32 Checking test 107 hrrr_control_restart_dyn32_phy32 results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -3601,14 +3601,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 = 127.159276 - 0: The maximum resident set size (KB) = 757600 + 0: The total amount of wall time = 154.092316 + 0: The maximum resident set size (KB) = 753812 Test 107 hrrr_control_restart_dyn32_phy32 PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_control_dyn64_phy32 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/rap_control_dyn64_phy32 +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_control_dyn64_phy32 +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/rap_control_dyn64_phy32 Checking test 108 rap_control_dyn64_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3655,81 +3655,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 = 308.527589 - 0: The maximum resident set size (KB) = 875928 + 0: The total amount of wall time = 327.124404 + 0: The maximum resident set size (KB) = 861976 Test 108 rap_control_dyn64_phy32 PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_control_debug_dyn32_phy32 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/rap_control_debug_dyn32_phy32 +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_control_debug_dyn32_phy32 +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/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 = 351.247782 - 0: The maximum resident set size (KB) = 999800 + 0: The total amount of wall time = 360.604504 + 0: The maximum resident set size (KB) = 991492 Test 109 rap_control_debug_dyn32_phy32 PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/hrrr_control_debug_dyn32_phy32 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/hrrr_control_debug_dyn32_phy32 +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/hrrr_control_debug_dyn32_phy32 +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/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 = 345.967558 - 0: The maximum resident set size (KB) = 996672 + 0: The total amount of wall time = 353.824830 + 0: The maximum resident set size (KB) = 986540 Test 110 hrrr_control_debug_dyn32_phy32 PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_control_debug_dyn64_phy32 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/rap_control_dyn64_phy32_debug +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_control_debug_dyn64_phy32 +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/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 = 356.938450 - 0: The maximum resident set size (KB) = 1034488 + 0: The total amount of wall time = 366.053740 + 0: The maximum resident set size (KB) = 1022588 Test 111 rap_control_dyn64_phy32_debug PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/hafs_regional_atm -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/hafs_regional_atm +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/hafs_regional_atm +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/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 = 707.523650 - 0: The maximum resident set size (KB) = 1172256 + 0: The total amount of wall time = 727.177404 + 0: The maximum resident set size (KB) = 1178480 Test 112 hafs_regional_atm PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/hafs_regional_atm_thompson_gfdlsf -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/hafs_regional_atm_thompson_gfdlsf +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/hafs_regional_atm_thompson_gfdlsf +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/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 = 817.682294 - 0: The maximum resident set size (KB) = 1537116 + 0: The total amount of wall time = 850.513397 + 0: The maximum resident set size (KB) = 1526608 Test 113 hafs_regional_atm_thompson_gfdlsf PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/hafs_regional_atm_ocn -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/hafs_regional_atm_ocn +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/hafs_regional_atm_ocn +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/hafs_regional_atm_ocn Checking test 114 hafs_regional_atm_ocn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -3738,14 +3738,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 = 503.049269 - 0: The maximum resident set size (KB) = 1272300 + 0: The total amount of wall time = 553.584511 + 0: The maximum resident set size (KB) = 1269756 Test 114 hafs_regional_atm_ocn PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/hafs_regional_atm_wav -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/hafs_regional_atm_wav +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/hafs_regional_atm_wav +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/hafs_regional_atm_wav Checking test 115 hafs_regional_atm_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -3754,14 +3754,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 = 902.600221 - 0: The maximum resident set size (KB) = 1307476 + 0: The total amount of wall time = 915.128716 + 0: The maximum resident set size (KB) = 1294940 Test 115 hafs_regional_atm_wav PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/hafs_regional_atm_ocn_wav -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/hafs_regional_atm_ocn_wav +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/hafs_regional_atm_ocn_wav +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/hafs_regional_atm_ocn_wav Checking test 116 hafs_regional_atm_ocn_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -3772,29 +3772,16 @@ 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 = 1002.139910 - 0: The maximum resident set size (KB) = 1314660 + 0: The total amount of wall time = 1049.325148 + 0: The maximum resident set size (KB) = 1313620 Test 116 hafs_regional_atm_ocn_wav PASS +Test 117 hafs_regional_docn FAIL -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/hafs_regional_docn -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/hafs_regional_docn -Checking test 117 hafs_regional_docn results .... - Comparing atmf006.nc .........OK - Comparing sfcf006.nc .........OK - Comparing ufs.hafs.cpl.hi.2019-08-29-21600.nc .........OK - Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK - Comparing ufs.hafs.docn.r.2019-08-29-21600.nc .........OK - - 0: The total amount of wall time = 497.408505 - 0: The maximum resident set size (KB) = 1281248 -Test 117 hafs_regional_docn PASS - - -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/hafs_regional_docn_oisst -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/hafs_regional_docn_oisst +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/hafs_regional_docn_oisst +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/hafs_regional_docn_oisst Checking test 118 hafs_regional_docn_oisst results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -3802,131 +3789,131 @@ Checking test 118 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 = 495.665195 - 0: The maximum resident set size (KB) = 1267068 + 0: The total amount of wall time = 541.695450 + 0: The maximum resident set size (KB) = 1257092 Test 118 hafs_regional_docn_oisst PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/hafs_regional_datm_cdeps -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/hafs_regional_datm_cdeps +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/hafs_regional_datm_cdeps +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/hafs_regional_datm_cdeps Checking test 119 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 = 1221.910378 - 0: The maximum resident set size (KB) = 974728 + 0: The total amount of wall time = 1262.725319 + 0: The maximum resident set size (KB) = 969200 Test 119 hafs_regional_datm_cdeps PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/datm_cdeps_control_cfsr -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/datm_cdeps_control_cfsr +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/datm_cdeps_control_cfsr +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/datm_cdeps_control_cfsr Checking test 120 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 = 210.139531 - 0: The maximum resident set size (KB) = 971604 + 0: The total amount of wall time = 211.297371 + 0: The maximum resident set size (KB) = 962228 Test 120 datm_cdeps_control_cfsr PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/datm_cdeps_control_cfsr -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/datm_cdeps_restart_cfsr +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/datm_cdeps_control_cfsr +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/datm_cdeps_restart_cfsr Checking test 121 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 = 125.730591 - 0: The maximum resident set size (KB) = 937200 + 0: The total amount of wall time = 124.851377 + 0: The maximum resident set size (KB) = 930004 Test 121 datm_cdeps_restart_cfsr PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/datm_cdeps_control_gefs -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/datm_cdeps_control_gefs +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/datm_cdeps_control_gefs +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/datm_cdeps_control_gefs Checking test 122 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 = 204.722066 - 0: The maximum resident set size (KB) = 865956 + 0: The total amount of wall time = 203.328875 + 0: The maximum resident set size (KB) = 862564 Test 122 datm_cdeps_control_gefs PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/datm_cdeps_iau_gefs -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/datm_cdeps_iau_gefs +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/datm_cdeps_iau_gefs +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/datm_cdeps_iau_gefs Checking test 123 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 = 205.935171 - 0: The maximum resident set size (KB) = 860132 + 0: The total amount of wall time = 203.619699 + 0: The maximum resident set size (KB) = 863208 Test 123 datm_cdeps_iau_gefs PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/datm_cdeps_stochy_gefs -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/datm_cdeps_stochy_gefs +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/datm_cdeps_stochy_gefs +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/datm_cdeps_stochy_gefs Checking test 124 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 = 209.528493 - 0: The maximum resident set size (KB) = 862108 + 0: The total amount of wall time = 209.092707 + 0: The maximum resident set size (KB) = 859952 Test 124 datm_cdeps_stochy_gefs PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/datm_cdeps_ciceC_cfsr -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/datm_cdeps_ciceC_cfsr +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/datm_cdeps_ciceC_cfsr +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/datm_cdeps_ciceC_cfsr Checking test 125 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 = 209.413614 - 0: The maximum resident set size (KB) = 962276 + 0: The total amount of wall time = 222.368901 + 0: The maximum resident set size (KB) = 957756 Test 125 datm_cdeps_ciceC_cfsr PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/datm_cdeps_bulk_cfsr -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/datm_cdeps_bulk_cfsr +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/datm_cdeps_bulk_cfsr +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/datm_cdeps_bulk_cfsr Checking test 126 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 = 212.679650 - 0: The maximum resident set size (KB) = 957444 + 0: The total amount of wall time = 214.040851 + 0: The maximum resident set size (KB) = 957420 Test 126 datm_cdeps_bulk_cfsr PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/datm_cdeps_bulk_gefs -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/datm_cdeps_bulk_gefs +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/datm_cdeps_bulk_gefs +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/datm_cdeps_bulk_gefs Checking test 127 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 = 201.377782 - 0: The maximum resident set size (KB) = 870656 + 0: The total amount of wall time = 224.305269 + 0: The maximum resident set size (KB) = 865256 Test 127 datm_cdeps_bulk_gefs PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/datm_cdeps_mx025_cfsr -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/datm_cdeps_mx025_cfsr +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/datm_cdeps_mx025_cfsr +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/datm_cdeps_mx025_cfsr Checking test 128 datm_cdeps_mx025_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK @@ -3935,14 +3922,14 @@ Checking test 128 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 = 573.212587 - 0: The maximum resident set size (KB) = 769724 + 0: The total amount of wall time = 606.804615 + 0: The maximum resident set size (KB) = 767776 Test 128 datm_cdeps_mx025_cfsr PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/datm_cdeps_mx025_gefs -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/datm_cdeps_mx025_gefs +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/datm_cdeps_mx025_gefs +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/datm_cdeps_mx025_gefs Checking test 129 datm_cdeps_mx025_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK @@ -3951,64 +3938,64 @@ Checking test 129 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 = 577.237941 - 0: The maximum resident set size (KB) = 743596 + 0: The total amount of wall time = 601.773250 + 0: The maximum resident set size (KB) = 736296 Test 129 datm_cdeps_mx025_gefs PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/datm_cdeps_control_cfsr -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/datm_cdeps_multiple_files_cfsr +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/datm_cdeps_control_cfsr +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/datm_cdeps_multiple_files_cfsr Checking test 130 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 = 211.984065 - 0: The maximum resident set size (KB) = 960468 + 0: The total amount of wall time = 218.713819 + 0: The maximum resident set size (KB) = 962792 Test 130 datm_cdeps_multiple_files_cfsr PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/datm_cdeps_3072x1536_cfsr -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/datm_cdeps_3072x1536_cfsr +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/datm_cdeps_3072x1536_cfsr +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/datm_cdeps_3072x1536_cfsr Checking test 131 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 = 275.649707 - 0: The maximum resident set size (KB) = 2267596 + 0: The total amount of wall time = 310.533717 + 0: The maximum resident set size (KB) = 2256308 Test 131 datm_cdeps_3072x1536_cfsr PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/datm_cdeps_gfs -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/datm_cdeps_gfs +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/datm_cdeps_gfs +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/datm_cdeps_gfs Checking test 132 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 = 276.994411 - 0: The maximum resident set size (KB) = 2253896 + 0: The total amount of wall time = 310.637106 + 0: The maximum resident set size (KB) = 2246312 Test 132 datm_cdeps_gfs PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/datm_cdeps_debug_cfsr -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/datm_cdeps_debug_cfsr +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/datm_cdeps_debug_cfsr +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/datm_cdeps_debug_cfsr Checking test 133 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 = 582.995308 - 0: The maximum resident set size (KB) = 928348 + 0: The total amount of wall time = 582.088838 + 0: The maximum resident set size (KB) = 914340 Test 133 datm_cdeps_debug_cfsr PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_atmwav -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/control_atmwav +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_atmwav +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/control_atmwav Checking test 134 control_atmwav results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -4052,14 +4039,14 @@ Checking test 134 control_atmwav results .... Comparing RESTART/sfc_data.tile6.nc .........OK Comparing 20210322.180000.restart.glo_1deg .........OK - 0: The total amount of wall time = 115.551616 - 0: The maximum resident set size (KB) = 600512 + 0: The total amount of wall time = 150.895962 + 0: The maximum resident set size (KB) = 598520 Test 134 control_atmwav PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/atmaero_control_p8 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/atmaero_control_p8 +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/atmaero_control_p8 +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/atmaero_control_p8 Checking test 135 atmaero_control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -4103,14 +4090,14 @@ Checking test 135 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 = 293.800728 - 0: The maximum resident set size (KB) = 1650576 + 0: The total amount of wall time = 328.075272 + 0: The maximum resident set size (KB) = 1630264 Test 135 atmaero_control_p8 PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/atmaero_control_p8_rad -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/atmaero_control_p8_rad +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/atmaero_control_p8_rad +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/atmaero_control_p8_rad Checking test 136 atmaero_control_p8_rad results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -4154,14 +4141,14 @@ Checking test 136 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 = 364.421772 - 0: The maximum resident set size (KB) = 1661912 + 0: The total amount of wall time = 392.455581 + 0: The maximum resident set size (KB) = 1654204 Test 136 atmaero_control_p8_rad PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/regional_atmaq -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_60740/regional_atmaq +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/regional_atmaq +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_19805/regional_atmaq Checking test 137 regional_atmaq results .... Comparing sfcf000.nc .........OK Comparing sfcf003.nc .........OK @@ -4177,12 +4164,37 @@ 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 = 983.091580 - 0: The maximum resident set size (KB) = 1071800 + 0: The total amount of wall time = 1032.271759 + 0: The maximum resident set size (KB) = 1052932 Test 137 regional_atmaq PASS +FAILED TESTS: +Test hafs_regional_docn 117 failed in run_test failed + +REGRESSION TEST FAILED +Thu Sep 8 03:14:48 GMT 2022 +Elapsed time: 02h:33m:28s. Have a nice day! +Thu Sep 8 09:49:35 GMT 2022 +Start Regression test + +Compile 001 elapsed time 1594 seconds. -DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON + +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/hafs_regional_docn +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_284660/hafs_regional_docn +Checking test 001 hafs_regional_docn results .... + Comparing atmf006.nc .........OK + Comparing sfcf006.nc .........OK + Comparing ufs.hafs.cpl.hi.2019-08-29-21600.nc .........OK + Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK + Comparing ufs.hafs.docn.r.2019-08-29-21600.nc .........OK + + 0: The total amount of wall time = 520.169355 + 0: The maximum resident set size (KB) = 1202440 + +Test 001 hafs_regional_docn PASS + REGRESSION TEST WAS SUCCESSFUL -Wed Aug 31 03:06:35 GMT 2022 -Elapsed time: 01h:54m:38s. Have a nice day! +Thu Sep 8 10:29:58 GMT 2022 +Elapsed time: 00h:40m:24s. Have a nice day! diff --git a/tests/RegressionTests_orion.intel.log b/tests/RegressionTests_orion.intel.log index 464139305a..abe7736a69 100644 --- a/tests/RegressionTests_orion.intel.log +++ b/tests/RegressionTests_orion.intel.log @@ -1,32 +1,32 @@ -Tue Aug 30 19:26:21 CDT 2022 +Thu Sep 8 21:48:28 CDT 2022 Start Regression test -Compile 001 elapsed time 679 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 002 elapsed time 602 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 003 elapsed time 227 seconds. -DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 004 elapsed time 228 seconds. -DAPP=S2SW -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 005 elapsed time 447 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_sfcocn -DCMEPS_AOFLUX=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 006 elapsed time 481 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 007 elapsed time 382 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 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 008 elapsed time 411 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_RRTMGP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_smoke,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 009 elapsed time 389 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_csawmg,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 010 elapsed time 366 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 011 elapsed time 715 seconds. -DAPP=ATM -DDEBUG=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 012 elapsed time 162 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 013 elapsed time 339 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 014 elapsed time 409 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 015 elapsed time 158 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 016 elapsed time 160 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 017 elapsed time 579 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst,FV3_HAFS_v0_thompson_tedmf_gfdlsf -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 018 elapsed time 572 seconds. -DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 019 elapsed time 220 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 020 elapsed time 128 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 021 elapsed time 539 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 022 elapsed time 359 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 023 elapsed time 345 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DMPI=ON -DCMAKE_BUILD_TYPE=Release - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/cpld_control_p8 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/cpld_control_p8 +Compile 001 elapsed time 687 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 002 elapsed time 658 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 003 elapsed time 247 seconds. -DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 004 elapsed time 230 seconds. -DAPP=S2SW -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 005 elapsed time 456 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_sfcocn -DCMEPS_AOFLUX=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 006 elapsed time 482 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 007 elapsed time 487 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 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 008 elapsed time 475 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_RRTMGP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_smoke,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 009 elapsed time 395 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_csawmg,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 010 elapsed time 391 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 011 elapsed time 739 seconds. -DAPP=ATM -DDEBUG=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 012 elapsed time 147 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 013 elapsed time 338 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 014 elapsed time 366 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 015 elapsed time 168 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 016 elapsed time 201 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 017 elapsed time 586 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst,FV3_HAFS_v0_thompson_tedmf_gfdlsf -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 018 elapsed time 630 seconds. -DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 019 elapsed time 211 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 020 elapsed time 116 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 021 elapsed time 688 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 022 elapsed time 351 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 023 elapsed time 362 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DMPI=ON -DCMAKE_BUILD_TYPE=Release + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/cpld_control_p8 +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/cpld_control_p8 Checking test 001 cpld_control_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -91,14 +91,14 @@ Checking test 001 cpld_control_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 339.849860 - 0: The maximum resident set size (KB) = 3178268 + 0: The total amount of wall time = 344.269534 + 0: The maximum resident set size (KB) = 3184324 Test 001 cpld_control_p8 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/cpld_control_p8 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/cpld_restart_p8 +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/cpld_control_p8 +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/cpld_restart_p8 Checking test 002 cpld_restart_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -151,14 +151,14 @@ Checking test 002 cpld_restart_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 198.032488 - 0: The maximum resident set size (KB) = 3050940 + 0: The total amount of wall time = 201.612775 + 0: The maximum resident set size (KB) = 3049124 Test 002 cpld_restart_p8 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/cpld_control_p8 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/cpld_2threads_p8 +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/cpld_control_p8 +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/cpld_2threads_p8 Checking test 003 cpld_2threads_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -211,14 +211,14 @@ Checking test 003 cpld_2threads_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 417.203487 - 0: The maximum resident set size (KB) = 3457052 + 0: The total amount of wall time = 430.689013 + 0: The maximum resident set size (KB) = 3438504 Test 003 cpld_2threads_p8 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/cpld_control_p8 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/cpld_esmfthreads_p8 +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/cpld_control_p8 +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/cpld_esmfthreads_p8 Checking test 004 cpld_esmfthreads_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -271,14 +271,14 @@ Checking test 004 cpld_esmfthreads_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 401.242872 - 0: The maximum resident set size (KB) = 3517584 + 0: The total amount of wall time = 403.616567 + 0: The maximum resident set size (KB) = 3516108 Test 004 cpld_esmfthreads_p8 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/cpld_control_p8 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/cpld_decomp_p8 +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/cpld_control_p8 +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/cpld_decomp_p8 Checking test 005 cpld_decomp_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -331,14 +331,14 @@ Checking test 005 cpld_decomp_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 337.224332 - 0: The maximum resident set size (KB) = 3169548 + 0: The total amount of wall time = 364.466591 + 0: The maximum resident set size (KB) = 3159988 Test 005 cpld_decomp_p8 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/cpld_control_p8 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/cpld_mpi_p8 +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/cpld_control_p8 +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/cpld_mpi_p8 Checking test 006 cpld_mpi_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -391,14 +391,14 @@ Checking test 006 cpld_mpi_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 280.841378 - 0: The maximum resident set size (KB) = 3030276 + 0: The total amount of wall time = 286.713533 + 0: The maximum resident set size (KB) = 3033612 Test 006 cpld_mpi_p8 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/cpld_control_ciceC_p8 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/cpld_control_ciceC_p8 +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/cpld_control_ciceC_p8 +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/cpld_control_ciceC_p8 Checking test 007 cpld_control_ciceC_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -463,14 +463,14 @@ Checking test 007 cpld_control_ciceC_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 339.134822 - 0: The maximum resident set size (KB) = 3188124 + 0: The total amount of wall time = 343.051110 + 0: The maximum resident set size (KB) = 3187480 Test 007 cpld_control_ciceC_p8 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/cpld_control_c192_p8 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/cpld_control_c192_p8 +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/cpld_control_c192_p8 +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/cpld_control_c192_p8 Checking test 008 cpld_control_c192_p8 results .... Comparing sfcf030.tile1.nc .........OK Comparing sfcf030.tile2.nc .........OK @@ -523,14 +523,14 @@ Checking test 008 cpld_control_c192_p8 results .... Comparing 20210323.120000.out_grd.ww3 .........OK Comparing 20210323.120000.out_pnt.ww3 .........OK - 0: The total amount of wall time = 652.557523 - 0: The maximum resident set size (KB) = 3158648 + 0: The total amount of wall time = 662.876977 + 0: The maximum resident set size (KB) = 3228224 Test 008 cpld_control_c192_p8 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/cpld_control_c192_p8 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/cpld_restart_c192_p8 +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/cpld_control_c192_p8 +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/cpld_restart_c192_p8 Checking test 009 cpld_restart_c192_p8 results .... Comparing sfcf030.tile1.nc .........OK Comparing sfcf030.tile2.nc .........OK @@ -583,14 +583,14 @@ Checking test 009 cpld_restart_c192_p8 results .... Comparing 20210323.120000.out_grd.ww3 .........OK Comparing 20210323.120000.out_pnt.ww3 .........OK - 0: The total amount of wall time = 438.477701 - 0: The maximum resident set size (KB) = 3073524 + 0: The total amount of wall time = 444.916435 + 0: The maximum resident set size (KB) = 3145340 Test 009 cpld_restart_c192_p8 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/cpld_bmark_p8 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/cpld_bmark_p8 +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/cpld_bmark_p8 +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/cpld_bmark_p8 Checking test 010 cpld_bmark_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -638,14 +638,14 @@ Checking test 010 cpld_bmark_p8 results .... Comparing 20130401.060000.out_pnt.ww3 .........OK Comparing 20130401.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 827.345193 - 0: The maximum resident set size (KB) = 3989648 + 0: The total amount of wall time = 819.719712 + 0: The maximum resident set size (KB) = 3995024 Test 010 cpld_bmark_p8 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/cpld_bmark_p8 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/cpld_restart_bmark_p8 +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/cpld_bmark_p8 +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/cpld_restart_bmark_p8 Checking test 011 cpld_restart_bmark_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -693,14 +693,14 @@ Checking test 011 cpld_restart_bmark_p8 results .... Comparing 20130401.060000.out_pnt.ww3 .........OK Comparing 20130401.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 502.900678 - 0: The maximum resident set size (KB) = 3878368 + 0: The total amount of wall time = 533.271639 + 0: The maximum resident set size (KB) = 3927724 Test 011 cpld_restart_bmark_p8 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/cpld_bmark_p8 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/cpld_bmark_esmfthreads_p8 +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/cpld_bmark_p8 +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/cpld_bmark_esmfthreads_p8 Checking test 012 cpld_bmark_esmfthreads_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -748,14 +748,14 @@ Checking test 012 cpld_bmark_esmfthreads_p8 results .... Comparing 20130401.060000.out_pnt.ww3 .........OK Comparing 20130401.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 849.128221 - 0: The maximum resident set size (KB) = 4042280 + 0: The total amount of wall time = 852.699510 + 0: The maximum resident set size (KB) = 4035804 Test 012 cpld_bmark_esmfthreads_p8 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/cpld_control_noaero_p8 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/cpld_control_noaero_p8 +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/cpld_control_noaero_p8 +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/cpld_control_noaero_p8 Checking test 013 cpld_control_noaero_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -819,14 +819,14 @@ Checking test 013 cpld_control_noaero_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 229.984938 - 0: The maximum resident set size (KB) = 1731288 + 0: The total amount of wall time = 232.258008 + 0: The maximum resident set size (KB) = 1714384 Test 013 cpld_control_noaero_p8 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/cpld_control_c96_noaero_p8 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/cpld_control_nowave_noaero_p8 +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/cpld_control_c96_noaero_p8 +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/cpld_control_nowave_noaero_p8 Checking test 014 cpld_control_nowave_noaero_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -888,14 +888,14 @@ Checking test 014 cpld_control_nowave_noaero_p8 results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 576.971509 - 0: The maximum resident set size (KB) = 1751056 + 0: The total amount of wall time = 251.557206 + 0: The maximum resident set size (KB) = 1755028 Test 014 cpld_control_nowave_noaero_p8 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/cpld_debug_p8 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/cpld_debug_p8 +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/cpld_debug_p8 +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/cpld_debug_p8 Checking test 015 cpld_debug_p8 results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK @@ -948,14 +948,14 @@ Checking test 015 cpld_debug_p8 results .... Comparing 20210322.090000.out_pnt.ww3 .........OK Comparing 20210322.090000.out_grd.ww3 .........OK - 0: The total amount of wall time = 696.390602 - 0: The maximum resident set size (KB) = 3248932 + 0: The total amount of wall time = 709.100777 + 0: The maximum resident set size (KB) = 3246152 Test 015 cpld_debug_p8 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/cpld_debug_noaero_p8 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/cpld_debug_noaero_p8 +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/cpld_debug_noaero_p8 +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/cpld_debug_noaero_p8 Checking test 016 cpld_debug_noaero_p8 results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK @@ -1007,14 +1007,14 @@ Checking test 016 cpld_debug_noaero_p8 results .... Comparing 20210322.090000.out_pnt.ww3 .........OK Comparing 20210322.090000.out_grd.ww3 .........OK - 0: The total amount of wall time = 413.765871 - 0: The maximum resident set size (KB) = 1765728 + 0: The total amount of wall time = 423.103296 + 0: The maximum resident set size (KB) = 1763124 Test 016 cpld_debug_noaero_p8 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/cpld_control_noaero_p8_agrid -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/cpld_control_noaero_p8_agrid +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/cpld_control_noaero_p8_agrid +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/cpld_control_noaero_p8_agrid Checking test 017 cpld_control_noaero_p8_agrid results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1076,14 +1076,14 @@ Checking test 017 cpld_control_noaero_p8_agrid results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 266.126283 - 0: The maximum resident set size (KB) = 1691656 + 0: The total amount of wall time = 259.855842 + 0: The maximum resident set size (KB) = 1766884 Test 017 cpld_control_noaero_p8_agrid PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/cpld_control_c48 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/cpld_control_c48 +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/cpld_control_c48 +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/cpld_control_c48 Checking test 018 cpld_control_c48 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -1133,14 +1133,14 @@ Checking test 018 cpld_control_c48 results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 483.018549 - 0: The maximum resident set size (KB) = 2807536 + 0: The total amount of wall time = 485.071150 + 0: The maximum resident set size (KB) = 2806908 Test 018 cpld_control_c48 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/cpld_warmstart_c48 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/cpld_warmstart_c48 +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/cpld_warmstart_c48 +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/cpld_warmstart_c48 Checking test 019 cpld_warmstart_c48 results .... Comparing sfcf006.tile1.nc .........OK Comparing sfcf006.tile2.nc .........OK @@ -1190,14 +1190,14 @@ Checking test 019 cpld_warmstart_c48 results .... Comparing RESTART/iced.2021-03-23-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-43200.nc .........OK - 0: The total amount of wall time = 132.288185 - 0: The maximum resident set size (KB) = 2801624 + 0: The total amount of wall time = 136.882663 + 0: The maximum resident set size (KB) = 2785304 Test 019 cpld_warmstart_c48 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/cpld_warmstart_c48 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/cpld_restart_c48 +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/cpld_warmstart_c48 +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/cpld_restart_c48 Checking test 020 cpld_restart_c48 results .... Comparing sfcf006.tile1.nc .........OK Comparing sfcf006.tile2.nc .........OK @@ -1247,14 +1247,14 @@ Checking test 020 cpld_restart_c48 results .... Comparing RESTART/iced.2021-03-23-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-43200.nc .........OK - 0: The total amount of wall time = 72.176449 - 0: The maximum resident set size (KB) = 2234360 + 0: The total amount of wall time = 76.509959 + 0: The maximum resident set size (KB) = 2206544 Test 020 cpld_restart_c48 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/control +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/control Checking test 021 control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1301,14 +1301,14 @@ Checking test 021 control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 130.462726 - 0: The maximum resident set size (KB) = 628348 + 0: The total amount of wall time = 131.675167 + 0: The maximum resident set size (KB) = 631828 Test 021 control PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/control_decomp +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/control_decomp Checking test 022 control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1351,14 +1351,14 @@ Checking test 022 control_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 137.232035 - 0: The maximum resident set size (KB) = 620988 + 0: The total amount of wall time = 137.816405 + 0: The maximum resident set size (KB) = 620288 Test 022 control_decomp PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/control_2dwrtdecomp +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/control_2dwrtdecomp Checking test 023 control_2dwrtdecomp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1369,14 +1369,14 @@ Checking test 023 control_2dwrtdecomp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 130.910233 - 0: The maximum resident set size (KB) = 629752 + 0: The total amount of wall time = 130.627247 + 0: The maximum resident set size (KB) = 630596 Test 023 control_2dwrtdecomp PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/control_2threads +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/control_2threads Checking test 024 control_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1419,14 +1419,14 @@ Checking test 024 control_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 155.481130 - 0: The maximum resident set size (KB) = 665488 + 0: The total amount of wall time = 155.876294 + 0: The maximum resident set size (KB) = 668732 Test 024 control_2threads PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/control_restart +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/control_restart Checking test 025 control_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1465,14 +1465,14 @@ Checking test 025 control_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 67.718489 - 0: The maximum resident set size (KB) = 468740 + 0: The total amount of wall time = 67.629693 + 0: The maximum resident set size (KB) = 462044 Test 025 control_restart PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/control_fhzero +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/control_fhzero Checking test 026 control_fhzero results .... Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf021.nc ............ALT CHECK......OK @@ -1515,14 +1515,14 @@ Checking test 026 control_fhzero results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 122.033726 - 0: The maximum resident set size (KB) = 627628 + 0: The total amount of wall time = 123.425384 + 0: The maximum resident set size (KB) = 630008 Test 026 control_fhzero PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_CubedSphereGrid -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/control_CubedSphereGrid +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_CubedSphereGrid +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/control_CubedSphereGrid Checking test 027 control_CubedSphereGrid results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -1549,28 +1549,28 @@ Checking test 027 control_CubedSphereGrid results .... Comparing atmf024.tile5.nc .........OK Comparing atmf024.tile6.nc .........OK - 0: The total amount of wall time = 306.215253 - 0: The maximum resident set size (KB) = 625096 + 0: The total amount of wall time = 129.004458 + 0: The maximum resident set size (KB) = 630688 Test 027 control_CubedSphereGrid PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_CubedSphereGrid_parallel -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/control_CubedSphereGrid_parallel +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_CubedSphereGrid_parallel +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/control_CubedSphereGrid_parallel Checking test 028 control_CubedSphereGrid_parallel results .... Comparing sfcf000.nc ............ALT CHECK......OK - Comparing sfcf024.nc ............ALT CHECK......OK + Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK Comparing atmf024.nc .........OK - 0: The total amount of wall time = 123.934256 - 0: The maximum resident set size (KB) = 632796 + 0: The total amount of wall time = 124.922557 + 0: The maximum resident set size (KB) = 629752 Test 028 control_CubedSphereGrid_parallel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_latlon -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/control_latlon +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_latlon +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/control_latlon Checking test 029 control_latlon results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1581,32 +1581,32 @@ Checking test 029 control_latlon results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 128.949312 - 0: The maximum resident set size (KB) = 629840 + 0: The total amount of wall time = 129.634180 + 0: The maximum resident set size (KB) = 628724 Test 029 control_latlon PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_wrtGauss_netcdf_parallel -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/control_wrtGauss_netcdf_parallel +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_wrtGauss_netcdf_parallel +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/control_wrtGauss_netcdf_parallel Checking test 030 control_wrtGauss_netcdf_parallel results .... - Comparing sfcf000.nc ............ALT CHECK......OK + Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK - Comparing atmf024.nc ............ALT CHECK......OK + Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF00 .........OK Comparing GFSFLX.GrbF24 .........OK Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 132.082554 - 0: The maximum resident set size (KB) = 631828 + 0: The total amount of wall time = 131.213300 + 0: The maximum resident set size (KB) = 628920 Test 030 control_wrtGauss_netcdf_parallel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_c48 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/control_c48 +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_c48 +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/control_c48 Checking test 031 control_c48 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1645,14 +1645,14 @@ Checking test 031 control_c48 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0: The total amount of wall time = 332.628812 -0: The maximum resident set size (KB) = 812644 +0: The total amount of wall time = 332.055873 +0: The maximum resident set size (KB) = 807336 Test 031 control_c48 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_c192 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/control_c192 +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_c192 +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/control_c192 Checking test 032 control_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1663,14 +1663,14 @@ Checking test 032 control_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 502.522413 - 0: The maximum resident set size (KB) = 765128 + 0: The total amount of wall time = 502.020290 + 0: The maximum resident set size (KB) = 762784 Test 032 control_c192 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_c384 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/control_c384 +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_c384 +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/control_c384 Checking test 033 control_c384 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1681,14 +1681,14 @@ Checking test 033 control_c384 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 645.008578 - 0: The maximum resident set size (KB) = 1083552 + 0: The total amount of wall time = 640.336985 + 0: The maximum resident set size (KB) = 1081516 Test 033 control_c384 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_c384gdas -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/control_c384gdas +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_c384gdas +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/control_c384gdas Checking test 034 control_c384gdas results .... Comparing sfcf000.nc .........OK Comparing sfcf006.nc .........OK @@ -1731,14 +1731,14 @@ Checking test 034 control_c384gdas results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 545.734780 - 0: The maximum resident set size (KB) = 1243164 + 0: The total amount of wall time = 547.134740 + 0: The maximum resident set size (KB) = 1229688 Test 034 control_c384gdas PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_c384_progsigma -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/control_c384_progsigma +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_c384_progsigma +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/control_c384_progsigma Checking test 035 control_c384_progsigma results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1749,14 +1749,14 @@ Checking test 035 control_c384_progsigma results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 659.808207 - 0: The maximum resident set size (KB) = 1077188 + 0: The total amount of wall time = 652.206677 + 0: The maximum resident set size (KB) = 1082200 Test 035 control_c384_progsigma PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_stochy -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/control_stochy +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_stochy +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/control_stochy Checking test 036 control_stochy results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1767,28 +1767,28 @@ Checking test 036 control_stochy results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 85.548186 - 0: The maximum resident set size (KB) = 632676 + 0: The total amount of wall time = 84.887438 + 0: The maximum resident set size (KB) = 637060 Test 036 control_stochy PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_stochy -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/control_stochy_restart +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_stochy +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/control_stochy_restart Checking test 037 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 = 44.938899 - 0: The maximum resident set size (KB) = 483356 + 0: The total amount of wall time = 46.021852 + 0: The maximum resident set size (KB) = 488012 Test 037 control_stochy_restart PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_lndp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/control_lndp +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_lndp +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/control_lndp Checking test 038 control_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1799,14 +1799,14 @@ Checking test 038 control_lndp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 77.646975 - 0: The maximum resident set size (KB) = 633484 + 0: The total amount of wall time = 78.901817 + 0: The maximum resident set size (KB) = 636688 Test 038 control_lndp PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_iovr4 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/control_iovr4 +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_iovr4 +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/control_iovr4 Checking test 039 control_iovr4 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1821,14 +1821,14 @@ Checking test 039 control_iovr4 results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 132.149287 - 0: The maximum resident set size (KB) = 631684 + 0: The total amount of wall time = 131.760366 + 0: The maximum resident set size (KB) = 635868 Test 039 control_iovr4 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_iovr5 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/control_iovr5 +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_iovr5 +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/control_iovr5 Checking test 040 control_iovr5 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1843,14 +1843,14 @@ Checking test 040 control_iovr5 results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 131.189090 - 0: The maximum resident set size (KB) = 631760 + 0: The total amount of wall time = 137.862418 + 0: The maximum resident set size (KB) = 628888 Test 040 control_iovr5 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_p8 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/control_p8 +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_p8 +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/control_p8 Checking test 041 control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1897,14 +1897,14 @@ Checking test 041 control_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 161.602489 - 0: The maximum resident set size (KB) = 1596108 + 0: The total amount of wall time = 162.807863 + 0: The maximum resident set size (KB) = 1592104 Test 041 control_p8 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_p8_lndp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/control_p8_lndp +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_p8_lndp +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/control_p8_lndp Checking test 042 control_p8_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1923,14 +1923,14 @@ Checking test 042 control_p8_lndp results .... Comparing GFSPRS.GrbF24 .........OK Comparing GFSPRS.GrbF48 .........OK - 0: The total amount of wall time = 301.887314 - 0: The maximum resident set size (KB) = 1606264 + 0: The total amount of wall time = 303.680357 + 0: The maximum resident set size (KB) = 1598332 Test 042 control_p8_lndp PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_p8 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/control_restart_p8 +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_p8 +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/control_restart_p8 Checking test 043 control_restart_p8 results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1969,14 +1969,14 @@ Checking test 043 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.255224 - 0: The maximum resident set size (KB) = 830712 + 0: The total amount of wall time = 87.645483 + 0: The maximum resident set size (KB) = 864252 Test 043 control_restart_p8 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_p8 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/control_decomp_p8 +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_p8 +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/control_decomp_p8 Checking test 044 control_decomp_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2019,14 +2019,14 @@ Checking test 044 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 = 167.927490 - 0: The maximum resident set size (KB) = 1594052 + 0: The total amount of wall time = 170.416617 + 0: The maximum resident set size (KB) = 1589500 Test 044 control_decomp_p8 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_p8 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/control_2threads_p8 +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_p8 +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/control_2threads_p8 Checking test 045 control_2threads_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2069,14 +2069,14 @@ Checking test 045 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 = 190.326004 - 0: The maximum resident set size (KB) = 1661196 + 0: The total amount of wall time = 189.252575 + 0: The maximum resident set size (KB) = 1672256 Test 045 control_2threads_p8 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_p8_rrtmgp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/control_p8_rrtmgp +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_p8_rrtmgp +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/control_p8_rrtmgp Checking test 046 control_p8_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2123,14 +2123,14 @@ Checking test 046 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 = 194.680946 - 0: The maximum resident set size (KB) = 1731908 + 0: The total amount of wall time = 194.075650 + 0: The maximum resident set size (KB) = 1723412 Test 046 control_p8_rrtmgp PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/fv3_regional_control -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/regional_control +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/fv3_regional_control +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/regional_control Checking test 047 regional_control results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -2141,28 +2141,28 @@ Checking test 047 regional_control results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK - 0: The total amount of wall time = 337.322895 - 0: The maximum resident set size (KB) = 844320 + 0: The total amount of wall time = 338.709815 + 0: The maximum resident set size (KB) = 850696 Test 047 regional_control PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/fv3_regional_control -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/regional_restart +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/fv3_regional_control +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/regional_restart Checking test 048 regional_restart results .... Comparing dynf024.nc .........OK Comparing phyf024.nc .........OK Comparing PRSLEV.GrbF24 .........OK Comparing NATLEV.GrbF24 .........OK - 0: The total amount of wall time = 185.660070 - 0: The maximum resident set size (KB) = 828952 + 0: The total amount of wall time = 186.326776 + 0: The maximum resident set size (KB) = 833864 Test 048 regional_restart PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/fv3_regional_control -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/regional_control_2dwrtdecomp +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/fv3_regional_control +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/regional_control_2dwrtdecomp Checking test 049 regional_control_2dwrtdecomp results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -2173,14 +2173,14 @@ Checking test 049 regional_control_2dwrtdecomp results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK - 0: The total amount of wall time = 338.032849 - 0: The maximum resident set size (KB) = 842188 + 0: The total amount of wall time = 339.056879 + 0: The maximum resident set size (KB) = 850028 Test 049 regional_control_2dwrtdecomp PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/fv3_regional_noquilt -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/regional_noquilt +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/fv3_regional_noquilt +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/regional_noquilt Checking test 050 regional_noquilt results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK @@ -2188,14 +2188,14 @@ Checking test 050 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.365390 - 0: The maximum resident set size (KB) = 833968 + 0: The total amount of wall time = 359.564273 + 0: The maximum resident set size (KB) = 830392 Test 050 regional_noquilt PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/fv3_regional_control -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/regional_2threads +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/fv3_regional_control +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/regional_2threads Checking test 051 regional_2threads results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -2206,28 +2206,28 @@ Checking test 051 regional_2threads results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK - 0: The total amount of wall time = 234.663803 - 0: The maximum resident set size (KB) = 765576 + 0: The total amount of wall time = 234.809405 + 0: The maximum resident set size (KB) = 765428 Test 051 regional_2threads PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/fv3_regional_netcdf_parallel -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/regional_netcdf_parallel +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/fv3_regional_netcdf_parallel +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/regional_netcdf_parallel Checking test 052 regional_netcdf_parallel results .... - Comparing dynf000.nc ............ALT CHECK......OK + Comparing dynf000.nc .........OK Comparing dynf024.nc ............ALT CHECK......OK Comparing phyf000.nc .........OK Comparing phyf024.nc .........OK - 0: The total amount of wall time = 334.993706 - 0: The maximum resident set size (KB) = 788172 + 0: The total amount of wall time = 335.772874 + 0: The maximum resident set size (KB) = 838396 Test 052 regional_netcdf_parallel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/fv3_regional_3km -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/regional_3km +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/fv3_regional_3km +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/regional_3km Checking test 053 regional_3km results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2238,14 +2238,14 @@ Checking test 053 regional_3km results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 254.709295 - 0: The maximum resident set size (KB) = 861176 + 0: The total amount of wall time = 255.981391 + 0: The maximum resident set size (KB) = 859004 Test 053 regional_3km PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/fv3_regional_3km -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/regional_3km_decomp +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/fv3_regional_3km +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/regional_3km_decomp Checking test 054 regional_3km_decomp results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2256,14 +2256,14 @@ Checking test 054 regional_3km_decomp results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 271.138244 - 0: The maximum resident set size (KB) = 859260 + 0: The total amount of wall time = 273.164652 + 0: The maximum resident set size (KB) = 862840 Test 054 regional_3km_decomp PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_control -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/rap_control +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_control +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/rap_control Checking test 055 rap_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2310,14 +2310,14 @@ Checking test 055 rap_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 444.983665 - 0: The maximum resident set size (KB) = 1057068 + 0: The total amount of wall time = 444.646525 + 0: The maximum resident set size (KB) = 1055104 Test 055 rap_control PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_rrtmgp -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/rap_rrtmgp +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_rrtmgp +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/rap_rrtmgp Checking test 056 rap_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2364,14 +2364,14 @@ Checking test 056 rap_rrtmgp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 473.507395 - 0: The maximum resident set size (KB) = 1207924 + 0: The total amount of wall time = 479.321353 + 0: The maximum resident set size (KB) = 1177188 Test 056 rap_rrtmgp PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/regional_spp_sppt_shum_skeb -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/regional_spp_sppt_shum_skeb +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/regional_spp_sppt_shum_skeb +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/regional_spp_sppt_shum_skeb Checking test 057 regional_spp_sppt_shum_skeb results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK @@ -2382,14 +2382,14 @@ Checking test 057 regional_spp_sppt_shum_skeb results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF01 .........OK - 0: The total amount of wall time = 659.899033 - 0: The maximum resident set size (KB) = 1141052 + 0: The total amount of wall time = 292.209287 + 0: The maximum resident set size (KB) = 1183444 Test 057 regional_spp_sppt_shum_skeb PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_control -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/rap_decomp +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_control +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/rap_decomp Checking test 058 rap_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2436,14 +2436,14 @@ Checking test 058 rap_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 467.905957 - 0: The maximum resident set size (KB) = 998772 + 0: The total amount of wall time = 466.620467 + 0: The maximum resident set size (KB) = 996956 Test 058 rap_decomp PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_control -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/rap_2threads +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_control +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/rap_2threads Checking test 059 rap_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2490,14 +2490,14 @@ Checking test 059 rap_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1441.010998 - 0: The maximum resident set size (KB) = 1062516 + 0: The total amount of wall time = 615.420309 + 0: The maximum resident set size (KB) = 1065456 Test 059 rap_2threads PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_control -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/rap_restart +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_control +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/rap_restart Checking test 060 rap_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -2536,14 +2536,14 @@ Checking test 060 rap_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 225.528487 - 0: The maximum resident set size (KB) = 959916 + 0: The total amount of wall time = 225.695184 + 0: The maximum resident set size (KB) = 958924 Test 060 rap_restart PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_sfcdiff -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/rap_sfcdiff +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_sfcdiff +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/rap_sfcdiff Checking test 061 rap_sfcdiff results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2590,14 +2590,14 @@ Checking test 061 rap_sfcdiff results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 439.448502 - 0: The maximum resident set size (KB) = 1056176 + 0: The total amount of wall time = 440.127605 + 0: The maximum resident set size (KB) = 1056800 Test 061 rap_sfcdiff PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_sfcdiff -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/rap_sfcdiff_decomp +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_sfcdiff +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/rap_sfcdiff_decomp Checking test 062 rap_sfcdiff_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2644,14 +2644,14 @@ Checking test 062 rap_sfcdiff_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 469.049266 - 0: The maximum resident set size (KB) = 1001100 + 0: The total amount of wall time = 466.674944 + 0: The maximum resident set size (KB) = 1001492 Test 062 rap_sfcdiff_decomp PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_sfcdiff -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/rap_sfcdiff_restart +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_sfcdiff +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/rap_sfcdiff_restart Checking test 063 rap_sfcdiff_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -2690,14 +2690,14 @@ Checking test 063 rap_sfcdiff_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 331.739688 - 0: The maximum resident set size (KB) = 972328 + 0: The total amount of wall time = 331.973984 + 0: The maximum resident set size (KB) = 990584 Test 063 rap_sfcdiff_restart PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/hrrr_control -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/hrrr_control +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/hrrr_control +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/hrrr_control Checking test 064 hrrr_control results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2744,14 +2744,14 @@ Checking test 064 hrrr_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 424.647405 - 0: The maximum resident set size (KB) = 1049336 + 0: The total amount of wall time = 424.354179 + 0: The maximum resident set size (KB) = 1042196 Test 064 hrrr_control PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/hrrr_control -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/hrrr_control_decomp +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/hrrr_control +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/hrrr_control_decomp Checking test 065 hrrr_control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2798,14 +2798,14 @@ Checking test 065 hrrr_control_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 448.712302 - 0: The maximum resident set size (KB) = 951284 + 0: The total amount of wall time = 447.873427 + 0: The maximum resident set size (KB) = 1003244 Test 065 hrrr_control_decomp PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/hrrr_control -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/hrrr_control_2threads +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/hrrr_control +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/hrrr_control_2threads Checking test 066 hrrr_control_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2852,14 +2852,14 @@ Checking test 066 hrrr_control_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 479.818410 - 0: The maximum resident set size (KB) = 1050268 + 0: The total amount of wall time = 482.842144 + 0: The maximum resident set size (KB) = 1056356 Test 066 hrrr_control_2threads PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/hrrr_control -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/hrrr_control_restart +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/hrrr_control +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/hrrr_control_restart Checking test 067 hrrr_control_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -2898,14 +2898,14 @@ Checking test 067 hrrr_control_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 321.614974 - 0: The maximum resident set size (KB) = 977188 + 0: The total amount of wall time = 320.783517 + 0: The maximum resident set size (KB) = 974656 Test 067 hrrr_control_restart PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rrfs_v1beta -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/rrfs_v1beta +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rrfs_v1beta +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/rrfs_v1beta Checking test 068 rrfs_v1beta results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2952,14 +2952,14 @@ Checking test 068 rrfs_v1beta results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 427.951439 - 0: The maximum resident set size (KB) = 1045124 + 0: The total amount of wall time = 429.400682 + 0: The maximum resident set size (KB) = 1050648 Test 068 rrfs_v1beta PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rrfs_v1nssl -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/rrfs_v1nssl +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rrfs_v1nssl +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/rrfs_v1nssl Checking test 069 rrfs_v1nssl results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2974,14 +2974,14 @@ Checking test 069 rrfs_v1nssl results .... Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 505.889398 - 0: The maximum resident set size (KB) = 688252 + 0: The total amount of wall time = 505.295097 + 0: The maximum resident set size (KB) = 686676 Test 069 rrfs_v1nssl PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rrfs_v1nssl_nohailnoccn -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/rrfs_v1nssl_nohailnoccn +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rrfs_v1nssl_nohailnoccn +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/rrfs_v1nssl_nohailnoccn Checking test 070 rrfs_v1nssl_nohailnoccn results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2996,14 +2996,14 @@ Checking test 070 rrfs_v1nssl_nohailnoccn results .... Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 1136.403418 - 0: The maximum resident set size (KB) = 703252 + 0: The total amount of wall time = 491.028840 + 0: The maximum resident set size (KB) = 751928 Test 070 rrfs_v1nssl_nohailnoccn PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rrfs_conus13km_hrrr_warm -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/rrfs_conus13km_hrrr_warm +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rrfs_conus13km_hrrr_warm +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/rrfs_conus13km_hrrr_warm Checking test 071 rrfs_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -3012,14 +3012,14 @@ Checking test 071 rrfs_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 174.518994 - 0: The maximum resident set size (KB) = 926984 + 0: The total amount of wall time = 181.485492 + 0: The maximum resident set size (KB) = 927604 Test 071 rrfs_conus13km_hrrr_warm PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rrfs_conus13km_radar_tten_warm -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/rrfs_conus13km_radar_tten_warm +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rrfs_conus13km_radar_tten_warm +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/rrfs_conus13km_radar_tten_warm Checking test 072 rrfs_conus13km_radar_tten_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -3028,14 +3028,14 @@ Checking test 072 rrfs_conus13km_radar_tten_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 175.754470 - 0: The maximum resident set size (KB) = 889144 + 0: The total amount of wall time = 173.728384 + 0: The maximum resident set size (KB) = 931416 Test 072 rrfs_conus13km_radar_tten_warm PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rrfs_smoke_conus13km_hrrr_warm -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/rrfs_smoke_conus13km_hrrr_warm +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rrfs_smoke_conus13km_hrrr_warm +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/rrfs_smoke_conus13km_hrrr_warm Checking test 073 rrfs_smoke_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -3044,14 +3044,14 @@ Checking test 073 rrfs_smoke_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 194.120517 - 0: The maximum resident set size (KB) = 922904 + 0: The total amount of wall time = 191.755148 + 0: The maximum resident set size (KB) = 961552 Test 073 rrfs_smoke_conus13km_hrrr_warm PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_csawmg -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/control_csawmg +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_csawmg +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/control_csawmg Checking test 074 control_csawmg results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -3062,14 +3062,14 @@ Checking test 074 control_csawmg results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 333.076047 - 0: The maximum resident set size (KB) = 736604 + 0: The total amount of wall time = 338.593394 + 0: The maximum resident set size (KB) = 728552 Test 074 control_csawmg PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_csawmgt -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/control_csawmgt +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_csawmgt +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/control_csawmgt Checking test 075 control_csawmgt results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -3080,14 +3080,14 @@ Checking test 075 control_csawmgt results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 328.287785 - 0: The maximum resident set size (KB) = 732396 + 0: The total amount of wall time = 328.395621 + 0: The maximum resident set size (KB) = 728876 Test 075 control_csawmgt PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_ras -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/control_ras +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_ras +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/control_ras Checking test 076 control_ras results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -3098,54 +3098,54 @@ Checking test 076 control_ras results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 178.213731 - 0: The maximum resident set size (KB) = 722460 + 0: The total amount of wall time = 174.160418 + 0: The maximum resident set size (KB) = 728616 Test 076 control_ras PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_wam -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/control_wam +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_wam +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/control_wam Checking test 077 control_wam results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK - 0: The total amount of wall time = 103.464623 - 0: The maximum resident set size (KB) = 635036 + 0: The total amount of wall time = 103.598085 + 0: The maximum resident set size (KB) = 636880 Test 077 control_wam PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/control_debug +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_debug +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/control_debug Checking test 078 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 = 168.552169 - 0: The maximum resident set size (KB) = 796672 + 0: The total amount of wall time = 159.763856 + 0: The maximum resident set size (KB) = 796108 Test 078 control_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/control_2threads_debug +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_debug +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/control_2threads_debug Checking test 079 control_2threads_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 231.234923 - 0: The maximum resident set size (KB) = 829952 + 0: The total amount of wall time = 237.639759 + 0: The maximum resident set size (KB) = 834836 Test 079 control_2threads_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_CubedSphereGrid_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/control_CubedSphereGrid_debug +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_CubedSphereGrid_debug +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/control_CubedSphereGrid_debug Checking test 080 control_CubedSphereGrid_debug results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -3172,348 +3172,348 @@ Checking test 080 control_CubedSphereGrid_debug results .... Comparing atmf001.tile5.nc .........OK Comparing atmf001.tile6.nc .........OK - 0: The total amount of wall time = 176.280898 - 0: The maximum resident set size (KB) = 744584 + 0: The total amount of wall time = 178.997726 + 0: The maximum resident set size (KB) = 794336 Test 080 control_CubedSphereGrid_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_wrtGauss_netcdf_parallel_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/control_wrtGauss_netcdf_parallel_debug +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_wrtGauss_netcdf_parallel_debug +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/control_wrtGauss_netcdf_parallel_debug Checking test 081 control_wrtGauss_netcdf_parallel_debug results .... - Comparing sfcf000.nc ............ALT CHECK......OK + Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc ............ALT CHECK......OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 159.978119 - 0: The maximum resident set size (KB) = 761704 + 0: The total amount of wall time = 172.244169 + 0: The maximum resident set size (KB) = 797108 Test 081 control_wrtGauss_netcdf_parallel_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_stochy_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/control_stochy_debug +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_stochy_debug +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/control_stochy_debug Checking test 082 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 = 182.157892 - 0: The maximum resident set size (KB) = 800532 + 0: The total amount of wall time = 187.557049 + 0: The maximum resident set size (KB) = 804900 Test 082 control_stochy_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_lndp_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/control_lndp_debug +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_lndp_debug +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/control_lndp_debug Checking test 083 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 = 164.385655 - 0: The maximum resident set size (KB) = 800164 + 0: The total amount of wall time = 167.598377 + 0: The maximum resident set size (KB) = 800148 Test 083 control_lndp_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_csawmg_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/control_csawmg_debug +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_csawmg_debug +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/control_csawmg_debug Checking test 084 control_csawmg_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 248.188435 - 0: The maximum resident set size (KB) = 852604 + 0: The total amount of wall time = 250.727390 + 0: The maximum resident set size (KB) = 846264 Test 084 control_csawmg_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_csawmgt_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/control_csawmgt_debug +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_csawmgt_debug +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/control_csawmgt_debug Checking test 085 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 = 239.315683 - 0: The maximum resident set size (KB) = 850476 + 0: The total amount of wall time = 246.734272 + 0: The maximum resident set size (KB) = 847376 Test 085 control_csawmgt_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_ras_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/control_ras_debug +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_ras_debug +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/control_ras_debug Checking test 086 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 = 176.601817 - 0: The maximum resident set size (KB) = 815496 + 0: The total amount of wall time = 170.084387 + 0: The maximum resident set size (KB) = 804556 Test 086 control_ras_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_diag_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/control_diag_debug +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_diag_debug +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/control_diag_debug Checking test 087 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 = 166.705449 - 0: The maximum resident set size (KB) = 851676 + 0: The total amount of wall time = 204.997030 + 0: The maximum resident set size (KB) = 850776 Test 087 control_diag_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_debug_p8 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/control_debug_p8 +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_debug_p8 +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/control_debug_p8 Checking test 088 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 = 182.543062 - 0: The maximum resident set size (KB) = 1567400 + 0: The total amount of wall time = 186.204491 + 0: The maximum resident set size (KB) = 1618812 Test 088 control_debug_p8 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/fv3_regional_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/regional_debug +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/fv3_regional_debug +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/regional_debug Checking test 089 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 = 260.536032 - 0: The maximum resident set size (KB) = 861388 + 0: The total amount of wall time = 257.506098 + 0: The maximum resident set size (KB) = 859832 Test 089 regional_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_control_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/rap_control_debug +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_control_debug +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/rap_control_debug Checking test 090 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 = 284.522219 - 0: The maximum resident set size (KB) = 1152232 + 0: The total amount of wall time = 292.136271 + 0: The maximum resident set size (KB) = 1177128 Test 090 rap_control_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/hrrr_control_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/hrrr_control_debug +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/hrrr_control_debug +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/hrrr_control_debug Checking test 091 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 = 284.520808 - 0: The maximum resident set size (KB) = 1169876 + 0: The total amount of wall time = 278.781984 + 0: The maximum resident set size (KB) = 1169652 Test 091 hrrr_control_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_control_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/rap_unified_drag_suite_debug +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_control_debug +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/rap_unified_drag_suite_debug Checking test 092 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.438769 - 0: The maximum resident set size (KB) = 1174908 + 0: The total amount of wall time = 288.198722 + 0: The maximum resident set size (KB) = 1173944 Test 092 rap_unified_drag_suite_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_diag_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/rap_diag_debug +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_diag_debug +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/rap_diag_debug Checking test 093 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 = 299.779171 - 0: The maximum resident set size (KB) = 1260160 + 0: The total amount of wall time = 310.836855 + 0: The maximum resident set size (KB) = 1201320 Test 093 rap_diag_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_cires_ugwp_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/rap_cires_ugwp_debug +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_cires_ugwp_debug +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/rap_cires_ugwp_debug Checking test 094 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 = 291.846962 - 0: The maximum resident set size (KB) = 1178332 + 0: The total amount of wall time = 302.332430 + 0: The maximum resident set size (KB) = 1175800 Test 094 rap_cires_ugwp_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_cires_ugwp_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/rap_unified_ugwp_debug +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_cires_ugwp_debug +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/rap_unified_ugwp_debug Checking test 095 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 = 355.034198 - 0: The maximum resident set size (KB) = 1121888 + 0: The total amount of wall time = 297.723744 + 0: The maximum resident set size (KB) = 1173636 Test 095 rap_unified_ugwp_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_lndp_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/rap_lndp_debug +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_lndp_debug +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/rap_lndp_debug Checking test 096 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 = 295.951255 - 0: The maximum resident set size (KB) = 1177108 + 0: The total amount of wall time = 301.965379 + 0: The maximum resident set size (KB) = 1175220 Test 096 rap_lndp_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_flake_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/rap_flake_debug +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_flake_debug +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/rap_flake_debug Checking test 097 rap_flake_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 291.402902 - 0: The maximum resident set size (KB) = 1178276 + 0: The total amount of wall time = 290.405373 + 0: The maximum resident set size (KB) = 1174416 Test 097 rap_flake_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_progcld_thompson_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/rap_progcld_thompson_debug +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_progcld_thompson_debug +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/rap_progcld_thompson_debug Checking test 098 rap_progcld_thompson_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 295.942682 - 0: The maximum resident set size (KB) = 1181460 + 0: The total amount of wall time = 295.226152 + 0: The maximum resident set size (KB) = 1176624 Test 098 rap_progcld_thompson_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_noah_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/rap_noah_debug +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_noah_debug +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/rap_noah_debug Checking test 099 rap_noah_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 286.252554 - 0: The maximum resident set size (KB) = 1175060 + 0: The total amount of wall time = 287.761267 + 0: The maximum resident set size (KB) = 1170756 Test 099 rap_noah_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_rrtmgp_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/rap_rrtmgp_debug +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_rrtmgp_debug +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/rap_rrtmgp_debug Checking test 100 rap_rrtmgp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 475.641543 - 0: The maximum resident set size (KB) = 1308624 + 0: The total amount of wall time = 480.965360 + 0: The maximum resident set size (KB) = 1305344 Test 100 rap_rrtmgp_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_sfcdiff_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/rap_sfcdiff_debug +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_sfcdiff_debug +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/rap_sfcdiff_debug Checking test 101 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.925097 - 0: The maximum resident set size (KB) = 1168120 + 0: The total amount of wall time = 290.415556 + 0: The maximum resident set size (KB) = 1178196 Test 101 rap_sfcdiff_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_noah_sfcdiff_cires_ugwp_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/rap_noah_sfcdiff_cires_ugwp_debug +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_noah_sfcdiff_cires_ugwp_debug +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/rap_noah_sfcdiff_cires_ugwp_debug Checking test 102 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 = 463.905089 - 0: The maximum resident set size (KB) = 1172536 + 0: The total amount of wall time = 476.622045 + 0: The maximum resident set size (KB) = 1173964 Test 102 rap_noah_sfcdiff_cires_ugwp_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rrfs_v1beta_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/rrfs_v1beta_debug +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rrfs_v1beta_debug +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/rrfs_v1beta_debug Checking test 103 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.860568 - 0: The maximum resident set size (KB) = 1179652 + 0: The total amount of wall time = 288.195447 + 0: The maximum resident set size (KB) = 1175684 Test 103 rrfs_v1beta_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_wam_debug -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/control_wam_debug +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_wam_debug +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/control_wam_debug Checking test 104 control_wam_debug results .... Comparing sfcf019.nc .........OK Comparing atmf019.nc .........OK - 0: The total amount of wall time = 295.274698 - 0: The maximum resident set size (KB) = 520680 + 0: The total amount of wall time = 292.849335 + 0: The maximum resident set size (KB) = 522316 Test 104 control_wam_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/regional_spp_sppt_shum_skeb_dyn32_phy32 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/regional_spp_sppt_shum_skeb_dyn32_phy32 +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/regional_spp_sppt_shum_skeb_dyn32_phy32 +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/regional_spp_sppt_shum_skeb_dyn32_phy32 Checking test 105 regional_spp_sppt_shum_skeb_dyn32_phy32 results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK @@ -3524,14 +3524,14 @@ Checking test 105 regional_spp_sppt_shum_skeb_dyn32_phy32 results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF01 .........OK - 0: The total amount of wall time = 267.811584 - 0: The maximum resident set size (KB) = 1077400 + 0: The total amount of wall time = 265.677086 + 0: The maximum resident set size (KB) = 1076448 Test 105 regional_spp_sppt_shum_skeb_dyn32_phy32 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_control_dyn32_phy32 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/rap_control_dyn32_phy32 +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_control_dyn32_phy32 +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/rap_control_dyn32_phy32 Checking test 106 rap_control_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3578,14 +3578,14 @@ Checking test 106 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 = 360.184552 - 0: The maximum resident set size (KB) = 976664 + 0: The total amount of wall time = 358.779681 + 0: The maximum resident set size (KB) = 989232 Test 106 rap_control_dyn32_phy32 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/hrrr_control_dyn32_phy32 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/hrrr_control_dyn32_phy32 +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/hrrr_control_dyn32_phy32 +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/hrrr_control_dyn32_phy32 Checking test 107 hrrr_control_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3632,14 +3632,14 @@ Checking test 107 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 = 191.170452 - 0: The maximum resident set size (KB) = 953408 + 0: The total amount of wall time = 187.682337 + 0: The maximum resident set size (KB) = 956800 Test 107 hrrr_control_dyn32_phy32 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_control_dyn32_phy32 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/rap_2threads_dyn32_phy32 +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_control_dyn32_phy32 +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/rap_2threads_dyn32_phy32 Checking test 108 rap_2threads_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3686,14 +3686,14 @@ Checking test 108 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 = 417.510453 - 0: The maximum resident set size (KB) = 927264 + 0: The total amount of wall time = 417.685974 + 0: The maximum resident set size (KB) = 922804 Test 108 rap_2threads_dyn32_phy32 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/hrrr_control_dyn32_phy32 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/hrrr_control_2threads_dyn32_phy32 +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/hrrr_control_dyn32_phy32 +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/hrrr_control_2threads_dyn32_phy32 Checking test 109 hrrr_control_2threads_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3740,14 +3740,14 @@ Checking test 109 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 = 217.514156 - 0: The maximum resident set size (KB) = 928176 + 0: The total amount of wall time = 213.502020 + 0: The maximum resident set size (KB) = 923404 Test 109 hrrr_control_2threads_dyn32_phy32 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/hrrr_control_dyn32_phy32 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/hrrr_control_decomp_dyn32_phy32 +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/hrrr_control_dyn32_phy32 +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/hrrr_control_decomp_dyn32_phy32 Checking test 110 hrrr_control_decomp_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3794,14 +3794,14 @@ Checking test 110 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 = 198.505746 - 0: The maximum resident set size (KB) = 888496 + 0: The total amount of wall time = 201.866523 + 0: The maximum resident set size (KB) = 897024 Test 110 hrrr_control_decomp_dyn32_phy32 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_control_dyn32_phy32 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/rap_restart_dyn32_phy32 +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_control_dyn32_phy32 +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/rap_restart_dyn32_phy32 Checking test 111 rap_restart_dyn32_phy32 results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -3840,14 +3840,14 @@ Checking test 111 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 = 270.404775 - 0: The maximum resident set size (KB) = 940868 + 0: The total amount of wall time = 271.302088 + 0: The maximum resident set size (KB) = 943560 Test 111 rap_restart_dyn32_phy32 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/hrrr_control_dyn32_phy32 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/hrrr_control_restart_dyn32_phy32 +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/hrrr_control_dyn32_phy32 +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/hrrr_control_restart_dyn32_phy32 Checking test 112 hrrr_control_restart_dyn32_phy32 results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -3886,14 +3886,14 @@ Checking test 112 hrrr_control_restart_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 95.311476 - 0: The maximum resident set size (KB) = 857724 + 0: The total amount of wall time = 96.354948 + 0: The maximum resident set size (KB) = 857140 Test 112 hrrr_control_restart_dyn32_phy32 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_control_dyn64_phy32 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/rap_control_dyn64_phy32 +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_control_dyn64_phy32 +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/rap_control_dyn64_phy32 Checking test 113 rap_control_dyn64_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3940,81 +3940,81 @@ Checking test 113 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 = 232.187685 - 0: The maximum resident set size (KB) = 971492 + 0: The total amount of wall time = 233.867948 + 0: The maximum resident set size (KB) = 961940 Test 113 rap_control_dyn64_phy32 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_control_debug_dyn32_phy32 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/rap_control_debug_dyn32_phy32 +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_control_debug_dyn32_phy32 +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/rap_control_debug_dyn32_phy32 Checking test 114 rap_control_debug_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 286.590384 - 0: The maximum resident set size (KB) = 1061668 + 0: The total amount of wall time = 279.295647 + 0: The maximum resident set size (KB) = 1058108 Test 114 rap_control_debug_dyn32_phy32 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/hrrr_control_debug_dyn32_phy32 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/hrrr_control_debug_dyn32_phy32 +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/hrrr_control_debug_dyn32_phy32 +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/hrrr_control_debug_dyn32_phy32 Checking test 115 hrrr_control_debug_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 274.626219 - 0: The maximum resident set size (KB) = 1056748 + 0: The total amount of wall time = 275.683062 + 0: The maximum resident set size (KB) = 1059828 Test 115 hrrr_control_debug_dyn32_phy32 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_control_debug_dyn64_phy32 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/rap_control_dyn64_phy32_debug +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_control_debug_dyn64_phy32 +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/rap_control_dyn64_phy32_debug Checking test 116 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.967829 - 0: The maximum resident set size (KB) = 1104352 + 0: The total amount of wall time = 289.130286 + 0: The maximum resident set size (KB) = 1103108 Test 116 rap_control_dyn64_phy32_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/hafs_regional_atm -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/hafs_regional_atm +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/hafs_regional_atm +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/hafs_regional_atm Checking test 117 hafs_regional_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing HURPRS.GrbF06 .........OK - 0: The total amount of wall time = 293.380646 - 0: The maximum resident set size (KB) = 975164 + 0: The total amount of wall time = 294.965059 + 0: The maximum resident set size (KB) = 976056 Test 117 hafs_regional_atm PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/hafs_regional_atm_thompson_gfdlsf -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/hafs_regional_atm_thompson_gfdlsf +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/hafs_regional_atm_thompson_gfdlsf +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/hafs_regional_atm_thompson_gfdlsf Checking test 118 hafs_regional_atm_thompson_gfdlsf results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK - 0: The total amount of wall time = 388.426307 - 0: The maximum resident set size (KB) = 1338972 + 0: The total amount of wall time = 408.444151 + 0: The maximum resident set size (KB) = 1349792 Test 118 hafs_regional_atm_thompson_gfdlsf PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/hafs_regional_atm_ocn -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/hafs_regional_atm_ocn +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/hafs_regional_atm_ocn +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/hafs_regional_atm_ocn Checking test 119 hafs_regional_atm_ocn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4023,14 +4023,14 @@ Checking test 119 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 = 373.684760 - 0: The maximum resident set size (KB) = 1198440 + 0: The total amount of wall time = 373.117738 + 0: The maximum resident set size (KB) = 1150472 Test 119 hafs_regional_atm_ocn PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/hafs_regional_atm_wav -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/hafs_regional_atm_wav +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/hafs_regional_atm_wav +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/hafs_regional_atm_wav Checking test 120 hafs_regional_atm_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4039,14 +4039,14 @@ Checking test 120 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 = 717.486303 - 0: The maximum resident set size (KB) = 1229208 + 0: The total amount of wall time = 718.056670 + 0: The maximum resident set size (KB) = 1228428 Test 120 hafs_regional_atm_wav PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/hafs_regional_atm_ocn_wav -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/hafs_regional_atm_ocn_wav +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/hafs_regional_atm_ocn_wav +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/hafs_regional_atm_ocn_wav Checking test 121 hafs_regional_atm_ocn_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4057,28 +4057,28 @@ Checking test 121 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 = 814.537855 - 0: The maximum resident set size (KB) = 1241104 + 0: The total amount of wall time = 817.250633 + 0: The maximum resident set size (KB) = 1241552 Test 121 hafs_regional_atm_ocn_wav PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/hafs_regional_1nest_atm -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/hafs_regional_1nest_atm +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/hafs_regional_1nest_atm +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/hafs_regional_1nest_atm Checking test 122 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 = 435.697493 - 0: The maximum resident set size (KB) = 521308 + 0: The total amount of wall time = 438.441899 + 0: The maximum resident set size (KB) = 520512 Test 122 hafs_regional_1nest_atm PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/hafs_regional_telescopic_2nests_atm -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/hafs_regional_telescopic_2nests_atm +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/hafs_regional_telescopic_2nests_atm +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/hafs_regional_telescopic_2nests_atm Checking test 123 hafs_regional_telescopic_2nests_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4087,28 +4087,28 @@ Checking test 123 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 = 488.574318 - 0: The maximum resident set size (KB) = 480860 + 0: The total amount of wall time = 487.984034 + 0: The maximum resident set size (KB) = 535768 Test 123 hafs_regional_telescopic_2nests_atm PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/hafs_global_1nest_atm -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/hafs_global_1nest_atm +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/hafs_global_1nest_atm +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/hafs_global_1nest_atm Checking test 124 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 = 204.791484 - 0: The maximum resident set size (KB) = 384352 + 0: The total amount of wall time = 204.615044 + 0: The maximum resident set size (KB) = 382700 Test 124 hafs_global_1nest_atm PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/hafs_global_multiple_4nests_atm -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/hafs_global_multiple_4nests_atm +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/hafs_global_multiple_4nests_atm +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/hafs_global_multiple_4nests_atm Checking test 125 hafs_global_multiple_4nests_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4126,45 +4126,29 @@ Checking test 125 hafs_global_multiple_4nests_atm results .... Comparing HURPRS.GrbF06.nest04 .........OK Comparing HURPRS.GrbF06.nest05 .........OK - 0: The total amount of wall time = 568.090142 - 0: The maximum resident set size (KB) = 396564 + 0: The total amount of wall time = 565.182013 + 0: The maximum resident set size (KB) = 390172 Test 125 hafs_global_multiple_4nests_atm PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/hafs_regional_specified_moving_1nest_atm -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/hafs_regional_specified_moving_1nest_atm -Checking test 126 hafs_regional_specified_moving_1nest_atm results .... - Comparing atmf006.nc .........OK - Comparing sfcf006.nc .........OK - Comparing atm.nest02.f006.nc .........OK - Comparing sfc.nest02.f006.nc .........OK - Comparing HURPRS.GrbF06 .........OK - Comparing HURPRS.GrbF06.nest02 .........OK - - 0: The total amount of wall time = 265.927020 - 0: The maximum resident set size (KB) = 534348 - -Test 126 hafs_regional_specified_moving_1nest_atm PASS - - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/hafs_regional_storm_following_1nest_atm -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/hafs_regional_storm_following_1nest_atm -Checking test 127 hafs_regional_storm_following_1nest_atm results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/hafs_regional_storm_following_1nest_atm +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/hafs_regional_storm_following_1nest_atm +Checking test 126 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 = 253.223841 - 0: The maximum resident set size (KB) = 533300 + 0: The total amount of wall time = 252.601881 + 0: The maximum resident set size (KB) = 530764 -Test 127 hafs_regional_storm_following_1nest_atm PASS +Test 126 hafs_regional_storm_following_1nest_atm PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/hafs_regional_storm_following_1nest_atm_ocn -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/hafs_regional_storm_following_1nest_atm_ocn -Checking test 128 hafs_regional_storm_following_1nest_atm_ocn results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/hafs_regional_storm_following_1nest_atm_ocn +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/hafs_regional_storm_following_1nest_atm_ocn +Checking test 127 hafs_regional_storm_following_1nest_atm_ocn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4172,15 +4156,15 @@ Checking test 128 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 = 263.001355 - 0: The maximum resident set size (KB) = 573572 + 0: The total amount of wall time = 266.048850 + 0: The maximum resident set size (KB) = 574688 -Test 128 hafs_regional_storm_following_1nest_atm_ocn PASS +Test 127 hafs_regional_storm_following_1nest_atm_ocn PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/hafs_regional_storm_following_1nest_atm_ocn_wav -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/hafs_regional_storm_following_1nest_atm_ocn_wav -Checking test 129 hafs_regional_storm_following_1nest_atm_ocn_wav results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/hafs_regional_storm_following_1nest_atm_ocn_wav +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/hafs_regional_storm_following_1nest_atm_ocn_wav +Checking test 128 hafs_regional_storm_following_1nest_atm_ocn_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4190,176 +4174,176 @@ Checking test 129 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 = 613.453607 - 0: The maximum resident set size (KB) = 561240 + 0: The total amount of wall time = 610.091716 + 0: The maximum resident set size (KB) = 560896 -Test 129 hafs_regional_storm_following_1nest_atm_ocn_wav PASS +Test 128 hafs_regional_storm_following_1nest_atm_ocn_wav PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/hafs_global_storm_following_1nest_atm -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/hafs_global_storm_following_1nest_atm -Checking test 130 hafs_global_storm_following_1nest_atm results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/hafs_global_storm_following_1nest_atm +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/hafs_global_storm_following_1nest_atm +Checking test 129 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 = 77.372001 - 0: The maximum resident set size (KB) = 396932 + 0: The total amount of wall time = 80.476765 + 0: The maximum resident set size (KB) = 402928 -Test 130 hafs_global_storm_following_1nest_atm PASS +Test 129 hafs_global_storm_following_1nest_atm PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/hafs_regional_docn -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/hafs_regional_docn -Checking test 131 hafs_regional_docn results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/hafs_regional_docn +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/hafs_regional_docn +Checking test 130 hafs_regional_docn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing ufs.hafs.cpl.hi.2019-08-29-21600.nc .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK Comparing ufs.hafs.docn.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 370.253942 - 0: The maximum resident set size (KB) = 1214520 + 0: The total amount of wall time = 367.659344 + 0: The maximum resident set size (KB) = 1207612 -Test 131 hafs_regional_docn PASS +Test 130 hafs_regional_docn PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/hafs_regional_docn_oisst -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/hafs_regional_docn_oisst -Checking test 132 hafs_regional_docn_oisst results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/hafs_regional_docn_oisst +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/hafs_regional_docn_oisst +Checking test 131 hafs_regional_docn_oisst results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing ufs.hafs.cpl.hi.2019-08-29-21600.nc .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK Comparing ufs.hafs.docn.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 368.244662 - 0: The maximum resident set size (KB) = 1207544 + 0: The total amount of wall time = 378.217050 + 0: The maximum resident set size (KB) = 1213000 -Test 132 hafs_regional_docn_oisst PASS +Test 131 hafs_regional_docn_oisst PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/hafs_regional_datm_cdeps -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/hafs_regional_datm_cdeps -Checking test 133 hafs_regional_datm_cdeps results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/hafs_regional_datm_cdeps +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/hafs_regional_datm_cdeps +Checking test 132 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 = 917.075168 - 0: The maximum resident set size (KB) = 1042276 + 0: The total amount of wall time = 930.140373 + 0: The maximum resident set size (KB) = 1040944 -Test 133 hafs_regional_datm_cdeps PASS +Test 132 hafs_regional_datm_cdeps PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/datm_cdeps_control_cfsr -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/datm_cdeps_control_cfsr -Checking test 134 datm_cdeps_control_cfsr results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/datm_cdeps_control_cfsr +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/datm_cdeps_control_cfsr +Checking test 133 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 = 144.441721 - 0: The maximum resident set size (KB) = 1071076 + 0: The total amount of wall time = 147.390360 + 0: The maximum resident set size (KB) = 1053660 -Test 134 datm_cdeps_control_cfsr PASS +Test 133 datm_cdeps_control_cfsr PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/datm_cdeps_control_cfsr -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/datm_cdeps_restart_cfsr -Checking test 135 datm_cdeps_restart_cfsr results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/datm_cdeps_control_cfsr +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/datm_cdeps_restart_cfsr +Checking test 134 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 = 89.345610 - 0: The maximum resident set size (KB) = 1041420 + 0: The total amount of wall time = 91.400509 + 0: The maximum resident set size (KB) = 1007320 -Test 135 datm_cdeps_restart_cfsr PASS +Test 134 datm_cdeps_restart_cfsr PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/datm_cdeps_control_gefs -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/datm_cdeps_control_gefs -Checking test 136 datm_cdeps_control_gefs results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/datm_cdeps_control_gefs +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/datm_cdeps_control_gefs +Checking test 135 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 = 141.159950 - 0: The maximum resident set size (KB) = 964152 + 0: The total amount of wall time = 143.247357 + 0: The maximum resident set size (KB) = 971980 -Test 136 datm_cdeps_control_gefs PASS +Test 135 datm_cdeps_control_gefs PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/datm_cdeps_iau_gefs -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/datm_cdeps_iau_gefs -Checking test 137 datm_cdeps_iau_gefs results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/datm_cdeps_iau_gefs +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/datm_cdeps_iau_gefs +Checking test 136 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 = 144.416430 - 0: The maximum resident set size (KB) = 969568 + 0: The total amount of wall time = 144.520635 + 0: The maximum resident set size (KB) = 964328 -Test 137 datm_cdeps_iau_gefs PASS +Test 136 datm_cdeps_iau_gefs PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/datm_cdeps_stochy_gefs -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/datm_cdeps_stochy_gefs -Checking test 138 datm_cdeps_stochy_gefs results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/datm_cdeps_stochy_gefs +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/datm_cdeps_stochy_gefs +Checking test 137 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 = 146.011487 - 0: The maximum resident set size (KB) = 966792 + 0: The total amount of wall time = 146.644003 + 0: The maximum resident set size (KB) = 966256 -Test 138 datm_cdeps_stochy_gefs PASS +Test 137 datm_cdeps_stochy_gefs PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/datm_cdeps_ciceC_cfsr -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/datm_cdeps_ciceC_cfsr -Checking test 139 datm_cdeps_ciceC_cfsr results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/datm_cdeps_ciceC_cfsr +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/datm_cdeps_ciceC_cfsr +Checking test 138 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.247020 - 0: The maximum resident set size (KB) = 1069916 + 0: The total amount of wall time = 147.712357 + 0: The maximum resident set size (KB) = 1057876 -Test 139 datm_cdeps_ciceC_cfsr PASS +Test 138 datm_cdeps_ciceC_cfsr PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/datm_cdeps_bulk_cfsr -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/datm_cdeps_bulk_cfsr -Checking test 140 datm_cdeps_bulk_cfsr results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/datm_cdeps_bulk_cfsr +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/datm_cdeps_bulk_cfsr +Checking test 139 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 = 405.839645 - 0: The maximum resident set size (KB) = 1061904 + 0: The total amount of wall time = 148.476281 + 0: The maximum resident set size (KB) = 1070720 -Test 140 datm_cdeps_bulk_cfsr PASS +Test 139 datm_cdeps_bulk_cfsr PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/datm_cdeps_bulk_gefs -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/datm_cdeps_bulk_gefs -Checking test 141 datm_cdeps_bulk_gefs results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/datm_cdeps_bulk_gefs +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/datm_cdeps_bulk_gefs +Checking test 140 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 = 143.256233 - 0: The maximum resident set size (KB) = 971172 + 0: The total amount of wall time = 148.273067 + 0: The maximum resident set size (KB) = 965096 -Test 141 datm_cdeps_bulk_gefs PASS +Test 140 datm_cdeps_bulk_gefs PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/datm_cdeps_mx025_cfsr -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/datm_cdeps_mx025_cfsr -Checking test 142 datm_cdeps_mx025_cfsr results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/datm_cdeps_mx025_cfsr +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/datm_cdeps_mx025_cfsr +Checking test 141 datm_cdeps_mx025_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK Comparing RESTART/MOM.res_2.nc .........OK @@ -4367,15 +4351,15 @@ Checking test 142 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 = 483.024323 - 0: The maximum resident set size (KB) = 875076 + 0: The total amount of wall time = 444.049620 + 0: The maximum resident set size (KB) = 882548 -Test 142 datm_cdeps_mx025_cfsr PASS +Test 141 datm_cdeps_mx025_cfsr PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/datm_cdeps_mx025_gefs -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/datm_cdeps_mx025_gefs -Checking test 143 datm_cdeps_mx025_gefs results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/datm_cdeps_mx025_gefs +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/datm_cdeps_mx025_gefs +Checking test 142 datm_cdeps_mx025_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK Comparing RESTART/MOM.res_2.nc .........OK @@ -4383,65 +4367,65 @@ Checking test 143 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 = 436.087047 - 0: The maximum resident set size (KB) = 929148 + 0: The total amount of wall time = 446.004375 + 0: The maximum resident set size (KB) = 907236 -Test 143 datm_cdeps_mx025_gefs PASS +Test 142 datm_cdeps_mx025_gefs PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/datm_cdeps_control_cfsr -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/datm_cdeps_multiple_files_cfsr -Checking test 144 datm_cdeps_multiple_files_cfsr results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/datm_cdeps_control_cfsr +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/datm_cdeps_multiple_files_cfsr +Checking test 143 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 = 146.172003 - 0: The maximum resident set size (KB) = 1066272 + 0: The total amount of wall time = 150.411995 + 0: The maximum resident set size (KB) = 1067392 -Test 144 datm_cdeps_multiple_files_cfsr PASS +Test 143 datm_cdeps_multiple_files_cfsr PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/datm_cdeps_3072x1536_cfsr -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/datm_cdeps_3072x1536_cfsr -Checking test 145 datm_cdeps_3072x1536_cfsr results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/datm_cdeps_3072x1536_cfsr +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/datm_cdeps_3072x1536_cfsr +Checking test 144 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 = 196.051644 - 0: The maximum resident set size (KB) = 2368908 + 0: The total amount of wall time = 196.954803 + 0: The maximum resident set size (KB) = 2362252 -Test 145 datm_cdeps_3072x1536_cfsr PASS +Test 144 datm_cdeps_3072x1536_cfsr PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/datm_cdeps_gfs -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/datm_cdeps_gfs -Checking test 146 datm_cdeps_gfs results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/datm_cdeps_gfs +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/datm_cdeps_gfs +Checking test 145 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 = 197.653981 - 0: The maximum resident set size (KB) = 2358844 + 0: The total amount of wall time = 205.281541 + 0: The maximum resident set size (KB) = 2296208 -Test 146 datm_cdeps_gfs PASS +Test 145 datm_cdeps_gfs PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/datm_cdeps_debug_cfsr -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/datm_cdeps_debug_cfsr -Checking test 147 datm_cdeps_debug_cfsr results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/datm_cdeps_debug_cfsr +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/datm_cdeps_debug_cfsr +Checking test 146 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 = 464.154414 - 0: The maximum resident set size (KB) = 1019640 + 0: The total amount of wall time = 460.231706 + 0: The maximum resident set size (KB) = 1003888 -Test 147 datm_cdeps_debug_cfsr PASS +Test 146 datm_cdeps_debug_cfsr PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/control_atmwav -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/control_atmwav -Checking test 148 control_atmwav results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/control_atmwav +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/control_atmwav +Checking test 147 control_atmwav results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -4484,15 +4468,15 @@ Checking test 148 control_atmwav results .... Comparing RESTART/sfc_data.tile6.nc .........OK Comparing 20210322.180000.restart.glo_1deg .........OK - 0: The total amount of wall time = 83.300686 - 0: The maximum resident set size (KB) = 655136 + 0: The total amount of wall time = 85.724868 + 0: The maximum resident set size (KB) = 628772 -Test 148 control_atmwav PASS +Test 147 control_atmwav PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/atmaero_control_p8 -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/atmaero_control_p8 -Checking test 149 atmaero_control_p8 results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/atmaero_control_p8 +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/atmaero_control_p8 +Checking test 148 atmaero_control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -4535,15 +4519,15 @@ Checking test 149 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 = 221.115154 - 0: The maximum resident set size (KB) = 2981596 + 0: The total amount of wall time = 224.456009 + 0: The maximum resident set size (KB) = 2971048 -Test 149 atmaero_control_p8 PASS +Test 148 atmaero_control_p8 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/atmaero_control_p8_rad -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/atmaero_control_p8_rad -Checking test 150 atmaero_control_p8_rad results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/atmaero_control_p8_rad +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/atmaero_control_p8_rad +Checking test 149 atmaero_control_p8_rad results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -4586,15 +4570,15 @@ Checking test 150 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 = 271.168488 - 0: The maximum resident set size (KB) = 3042088 + 0: The total amount of wall time = 278.721941 + 0: The maximum resident set size (KB) = 3043552 -Test 150 atmaero_control_p8_rad PASS +Test 149 atmaero_control_p8_rad PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220830/INTEL/regional_atmaq -working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_11346/regional_atmaq -Checking test 151 regional_atmaq results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220907/INTEL/regional_atmaq +working dir = /work/noaa/epic-ps/jongkim/rt-1399/stmp/jongkim/FV3_RT/rt_98201/regional_atmaq +Checking test 150 regional_atmaq results .... Comparing sfcf000.nc .........OK Comparing sfcf003.nc .........OK Comparing sfcf006.nc .........OK @@ -4609,12 +4593,12 @@ Checking test 151 regional_atmaq results .... Comparing RESTART/phy_data.nc .........OK Comparing RESTART/sfc_data.nc .........OK - 0: The total amount of wall time = 625.850554 - 0: The maximum resident set size (KB) = 1083968 + 0: The total amount of wall time = 634.714226 + 0: The maximum resident set size (KB) = 1091692 -Test 151 regional_atmaq PASS +Test 150 regional_atmaq PASS REGRESSION TEST WAS SUCCESSFUL -Tue Aug 30 20:32:30 CDT 2022 -Elapsed time: 01h:06m:10s. Have a nice day! +Thu Sep 8 23:13:49 CDT 2022 +Elapsed time: 01h:25m:23s. Have a nice day! diff --git a/tests/RegressionTests_wcoss2.intel.log b/tests/RegressionTests_wcoss2.intel.log index 7280ae7ca8..7c4f816c8d 100644 --- a/tests/RegressionTests_wcoss2.intel.log +++ b/tests/RegressionTests_wcoss2.intel.log @@ -1,24 +1,24 @@ -Wed Aug 31 13:56:17 UTC 2022 +Fri Sep 9 12:08:11 UTC 2022 Start Regression test -Compile 001 elapsed time 927 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 002 elapsed time 484 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_sfcocn -DCMEPS_AOFLUX=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 003 elapsed time 1159 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 004 elapsed time 351 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 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 005 elapsed time 528 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_RRTMGP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_smoke,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 006 elapsed time 490 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 007 elapsed time 967 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 008 elapsed time 1515 seconds. -DAPP=ATM -DDEBUG=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 009 elapsed time 447 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 010 elapsed time 287 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 011 elapsed time 356 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 012 elapsed time 303 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 013 elapsed time 297 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 014 elapsed time 476 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst,FV3_HAFS_v0_thompson_tedmf_gfdlsf -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 015 elapsed time 794 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DMPI=ON -DCMAKE_BUILD_TYPE=Release - -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220830/INTEL/cpld_control_noaero_p8 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_82681/cpld_control_noaero_p8 +Compile 001 elapsed time 700 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 002 elapsed time 622 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_sfcocn -DCMEPS_AOFLUX=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 003 elapsed time 360 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 004 elapsed time 619 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 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 005 elapsed time 982 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_RRTMGP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_smoke,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 006 elapsed time 798 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 007 elapsed time 291 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 008 elapsed time 806 seconds. -DAPP=ATM -DDEBUG=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 009 elapsed time 568 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 010 elapsed time 298 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 011 elapsed time 715 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 012 elapsed time 337 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 013 elapsed time 680 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 014 elapsed time 528 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst,FV3_HAFS_v0_thompson_tedmf_gfdlsf -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 015 elapsed time 341 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DMPI=ON -DCMAKE_BUILD_TYPE=Release + +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220907/INTEL/cpld_control_noaero_p8 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_51389/cpld_control_noaero_p8 Checking test 001 cpld_control_noaero_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -82,14 +82,14 @@ Checking test 001 cpld_control_noaero_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -The total amount of wall time = 260.142582 -The maximum resident set size (KB) = 1570896 +The total amount of wall time = 260.238549 +The maximum resident set size (KB) = 1574148 Test 001 cpld_control_noaero_p8 PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220830/INTEL/cpld_control_c96_noaero_p8 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_82681/cpld_control_nowave_noaero_p8 +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220907/INTEL/cpld_control_c96_noaero_p8 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_51389/cpld_control_nowave_noaero_p8 Checking test 002 cpld_control_nowave_noaero_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -151,14 +151,14 @@ Checking test 002 cpld_control_nowave_noaero_p8 results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK -The total amount of wall time = 292.539151 -The maximum resident set size (KB) = 1632928 +The total amount of wall time = 298.679609 +The maximum resident set size (KB) = 1630820 Test 002 cpld_control_nowave_noaero_p8 PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220830/INTEL/cpld_control_noaero_p8_agrid -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_82681/cpld_control_noaero_p8_agrid +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220907/INTEL/cpld_control_noaero_p8_agrid +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_51389/cpld_control_noaero_p8_agrid Checking test 003 cpld_control_noaero_p8_agrid results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -220,14 +220,14 @@ Checking test 003 cpld_control_noaero_p8_agrid results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK -The total amount of wall time = 306.364530 -The maximum resident set size (KB) = 1621604 +The total amount of wall time = 309.235158 +The maximum resident set size (KB) = 1630232 Test 003 cpld_control_noaero_p8_agrid PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220830/INTEL/control -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_82681/control +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220907/INTEL/control +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_51389/control Checking test 004 control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -274,14 +274,14 @@ Checking test 004 control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 128.294050 -The maximum resident set size (KB) = 514676 +The total amount of wall time = 130.078019 +The maximum resident set size (KB) = 520692 Test 004 control PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220830/INTEL/control -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_82681/control_decomp +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220907/INTEL/control +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_51389/control_decomp Checking test 005 control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -324,14 +324,14 @@ Checking test 005 control_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 130.757368 -The maximum resident set size (KB) = 516604 +The total amount of wall time = 133.256614 +The maximum resident set size (KB) = 519112 Test 005 control_decomp PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220830/INTEL/control -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_82681/control_2dwrtdecomp +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220907/INTEL/control +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_51389/control_2dwrtdecomp Checking test 006 control_2dwrtdecomp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -342,14 +342,14 @@ Checking test 006 control_2dwrtdecomp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 126.209885 -The maximum resident set size (KB) = 521156 +The total amount of wall time = 128.293354 +The maximum resident set size (KB) = 518148 Test 006 control_2dwrtdecomp PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220830/INTEL/control -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_82681/control_2threads +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220907/INTEL/control +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_51389/control_2threads Checking test 007 control_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -392,14 +392,14 @@ Checking test 007 control_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 381.930055 -The maximum resident set size (KB) = 565308 +The total amount of wall time = 382.134582 +The maximum resident set size (KB) = 566432 Test 007 control_2threads PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220830/INTEL/control -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_82681/control_restart +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220907/INTEL/control +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_51389/control_restart Checking test 008 control_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -438,14 +438,14 @@ Checking test 008 control_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 65.321687 -The maximum resident set size (KB) = 269520 +The total amount of wall time = 66.318852 +The maximum resident set size (KB) = 256456 Test 008 control_restart PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220830/INTEL/control -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_82681/control_fhzero +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220907/INTEL/control +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_51389/control_fhzero Checking test 009 control_fhzero results .... Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf021.nc ............ALT CHECK......OK @@ -488,14 +488,14 @@ Checking test 009 control_fhzero results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 121.361251 -The maximum resident set size (KB) = 514800 +The total amount of wall time = 122.619224 +The maximum resident set size (KB) = 515696 Test 009 control_fhzero PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220830/INTEL/control_CubedSphereGrid -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_82681/control_CubedSphereGrid +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220907/INTEL/control_CubedSphereGrid +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_51389/control_CubedSphereGrid Checking test 010 control_CubedSphereGrid results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -522,14 +522,14 @@ Checking test 010 control_CubedSphereGrid results .... Comparing atmf024.tile5.nc .........OK Comparing atmf024.tile6.nc .........OK -The total amount of wall time = 124.037982 -The maximum resident set size (KB) = 515984 +The total amount of wall time = 126.977851 +The maximum resident set size (KB) = 513488 Test 010 control_CubedSphereGrid PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220830/INTEL/control_latlon -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_82681/control_latlon +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220907/INTEL/control_latlon +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_51389/control_latlon Checking test 011 control_latlon results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -540,14 +540,14 @@ Checking test 011 control_latlon results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 125.137470 -The maximum resident set size (KB) = 518620 +The total amount of wall time = 127.382850 +The maximum resident set size (KB) = 519500 Test 011 control_latlon PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220830/INTEL/control_wrtGauss_netcdf_parallel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_82681/control_wrtGauss_netcdf_parallel +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220907/INTEL/control_wrtGauss_netcdf_parallel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_51389/control_wrtGauss_netcdf_parallel Checking test 012 control_wrtGauss_netcdf_parallel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -558,14 +558,14 @@ Checking test 012 control_wrtGauss_netcdf_parallel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 127.195835 -The maximum resident set size (KB) = 515804 +The total amount of wall time = 130.297169 +The maximum resident set size (KB) = 521544 Test 012 control_wrtGauss_netcdf_parallel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220830/INTEL/control_c48 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_82681/control_c48 +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220907/INTEL/control_c48 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_51389/control_c48 Checking test 013 control_c48 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -604,14 +604,14 @@ Checking test 013 control_c48 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 309.645923 -The maximum resident set size (KB) = 669048 +The total amount of wall time = 311.244673 +The maximum resident set size (KB) = 669556 Test 013 control_c48 PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220830/INTEL/control_c192 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_82681/control_c192 +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220907/INTEL/control_c192 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_51389/control_c192 Checking test 014 control_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -622,14 +622,14 @@ Checking test 014 control_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 503.056978 -The maximum resident set size (KB) = 614460 +The total amount of wall time = 507.632091 +The maximum resident set size (KB) = 615332 Test 014 control_c192 PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220830/INTEL/control_c384 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_82681/control_c384 +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220907/INTEL/control_c384 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_51389/control_c384 Checking test 015 control_c384 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -640,14 +640,14 @@ Checking test 015 control_c384 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -The total amount of wall time = 1526.682237 -The maximum resident set size (KB) = 883420 +The total amount of wall time = 1529.738297 +The maximum resident set size (KB) = 881948 Test 015 control_c384 PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220830/INTEL/control_c384gdas -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_82681/control_c384gdas +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220907/INTEL/control_c384gdas +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_51389/control_c384gdas Checking test 016 control_c384gdas results .... Comparing sfcf000.nc .........OK Comparing sfcf006.nc .........OK @@ -690,14 +690,14 @@ Checking test 016 control_c384gdas results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 1339.038294 -The maximum resident set size (KB) = 1020836 +The total amount of wall time = 1336.637153 +The maximum resident set size (KB) = 1023604 Test 016 control_c384gdas PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220830/INTEL/control_c384_progsigma -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_82681/control_c384_progsigma +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220907/INTEL/control_c384_progsigma +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_51389/control_c384_progsigma Checking test 017 control_c384_progsigma results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -708,14 +708,14 @@ Checking test 017 control_c384_progsigma results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -The total amount of wall time = 1549.785568 -The maximum resident set size (KB) = 901912 +The total amount of wall time = 1546.321549 +The maximum resident set size (KB) = 903760 Test 017 control_c384_progsigma PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220830/INTEL/control_stochy -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_82681/control_stochy +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220907/INTEL/control_stochy +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_51389/control_stochy Checking test 018 control_stochy results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -726,28 +726,28 @@ Checking test 018 control_stochy results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -The total amount of wall time = 85.964951 -The maximum resident set size (KB) = 523628 +The total amount of wall time = 89.737623 +The maximum resident set size (KB) = 525240 Test 018 control_stochy PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220830/INTEL/control_stochy -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_82681/control_stochy_restart +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220907/INTEL/control_stochy +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_51389/control_stochy_restart Checking test 019 control_stochy_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK -The total amount of wall time = 44.603463 -The maximum resident set size (KB) = 287044 +The total amount of wall time = 45.067863 +The maximum resident set size (KB) = 286024 Test 019 control_stochy_restart PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220830/INTEL/control_lndp -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_82681/control_lndp +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220907/INTEL/control_lndp +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_51389/control_lndp Checking test 020 control_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -758,14 +758,14 @@ Checking test 020 control_lndp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -The total amount of wall time = 78.080130 -The maximum resident set size (KB) = 517144 +The total amount of wall time = 81.492274 +The maximum resident set size (KB) = 523568 Test 020 control_lndp PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220830/INTEL/control_iovr4 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_82681/control_iovr4 +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220907/INTEL/control_iovr4 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_51389/control_iovr4 Checking test 021 control_iovr4 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -780,14 +780,14 @@ Checking test 021 control_iovr4 results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 131.367336 -The maximum resident set size (KB) = 518072 +The total amount of wall time = 130.146037 +The maximum resident set size (KB) = 514400 Test 021 control_iovr4 PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220830/INTEL/control_iovr5 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_82681/control_iovr5 +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220907/INTEL/control_iovr5 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_51389/control_iovr5 Checking test 022 control_iovr5 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -802,14 +802,14 @@ Checking test 022 control_iovr5 results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 129.437424 -The maximum resident set size (KB) = 520664 +The total amount of wall time = 129.019291 +The maximum resident set size (KB) = 518188 Test 022 control_iovr5 PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220830/INTEL/control_p8 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_82681/control_p8 +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220907/INTEL/control_p8 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_51389/control_p8 Checking test 023 control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -856,14 +856,14 @@ Checking test 023 control_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 173.869421 -The maximum resident set size (KB) = 1487760 +The total amount of wall time = 176.016606 +The maximum resident set size (KB) = 1494068 Test 023 control_p8 PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220830/INTEL/control_p8_lndp -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_82681/control_p8_lndp +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220907/INTEL/control_p8_lndp +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_51389/control_p8_lndp Checking test 024 control_p8_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -882,14 +882,14 @@ Checking test 024 control_p8_lndp results .... Comparing GFSPRS.GrbF24 .........OK Comparing GFSPRS.GrbF48 .........OK -The total amount of wall time = 310.349837 -The maximum resident set size (KB) = 1490136 +The total amount of wall time = 311.177545 +The maximum resident set size (KB) = 1482868 Test 024 control_p8_lndp PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220830/INTEL/control_p8 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_82681/control_restart_p8 +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220907/INTEL/control_p8 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_51389/control_restart_p8 Checking test 025 control_restart_p8 results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -928,14 +928,14 @@ Checking test 025 control_restart_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 96.061904 -The maximum resident set size (KB) = 654204 +The total amount of wall time = 96.012988 +The maximum resident set size (KB) = 652896 Test 025 control_restart_p8 PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220830/INTEL/control_p8 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_82681/control_decomp_p8 +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220907/INTEL/control_p8 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_51389/control_decomp_p8 Checking test 026 control_decomp_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -978,14 +978,14 @@ Checking test 026 control_decomp_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 176.669094 -The maximum resident set size (KB) = 1484928 +The total amount of wall time = 176.942704 +The maximum resident set size (KB) = 1482352 Test 026 control_decomp_p8 PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220830/INTEL/control_p8 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_82681/control_2threads_p8 +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220907/INTEL/control_p8 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_51389/control_2threads_p8 Checking test 027 control_2threads_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1028,14 +1028,14 @@ Checking test 027 control_2threads_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 468.724171 -The maximum resident set size (KB) = 1561140 +The total amount of wall time = 470.757109 +The maximum resident set size (KB) = 1562176 Test 027 control_2threads_p8 PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220830/INTEL/control_p8_rrtmgp -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_82681/control_p8_rrtmgp +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220907/INTEL/control_p8_rrtmgp +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_51389/control_p8_rrtmgp Checking test 028 control_p8_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1082,14 +1082,14 @@ Checking test 028 control_p8_rrtmgp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 253.027811 -The maximum resident set size (KB) = 1598900 +The total amount of wall time = 254.545653 +The maximum resident set size (KB) = 1614280 Test 028 control_p8_rrtmgp PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220830/INTEL/fv3_regional_control -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_82681/regional_control +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220907/INTEL/fv3_regional_control +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_51389/regional_control Checking test 029 regional_control results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1100,28 +1100,28 @@ Checking test 029 regional_control results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK -The total amount of wall time = 295.842466 -The maximum resident set size (KB) = 596216 +The total amount of wall time = 298.301697 +The maximum resident set size (KB) = 601320 Test 029 regional_control PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220830/INTEL/fv3_regional_control -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_82681/regional_restart +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220907/INTEL/fv3_regional_control +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_51389/regional_restart Checking test 030 regional_restart results .... Comparing dynf024.nc .........OK Comparing phyf024.nc .........OK Comparing PRSLEV.GrbF24 .........OK Comparing NATLEV.GrbF24 .........OK -The total amount of wall time = 165.014727 -The maximum resident set size (KB) = 597144 +The total amount of wall time = 170.021511 +The maximum resident set size (KB) = 595520 Test 030 regional_restart PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220830/INTEL/fv3_regional_control -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_82681/regional_control_2dwrtdecomp +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220907/INTEL/fv3_regional_control +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_51389/regional_control_2dwrtdecomp Checking test 031 regional_control_2dwrtdecomp results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1132,14 +1132,14 @@ Checking test 031 regional_control_2dwrtdecomp results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK -The total amount of wall time = 296.599096 -The maximum resident set size (KB) = 600352 +The total amount of wall time = 298.027531 +The maximum resident set size (KB) = 599140 Test 031 regional_control_2dwrtdecomp PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220830/INTEL/fv3_regional_noquilt -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_82681/regional_noquilt +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220907/INTEL/fv3_regional_noquilt +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_51389/regional_noquilt Checking test 032 regional_noquilt results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK @@ -1147,14 +1147,14 @@ Checking test 032 regional_noquilt results .... Comparing RESTART/fv_core.res.tile1_new.nc .........OK Comparing RESTART/fv_tracer.res.tile1_new.nc .........OK -The total amount of wall time = 312.919479 -The maximum resident set size (KB) = 594152 +The total amount of wall time = 314.363012 +The maximum resident set size (KB) = 592708 Test 032 regional_noquilt PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220830/INTEL/fv3_regional_control -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_82681/regional_2threads +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220907/INTEL/fv3_regional_control +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_51389/regional_2threads Checking test 033 regional_2threads results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1165,28 +1165,28 @@ Checking test 033 regional_2threads results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK -The total amount of wall time = 592.914517 -The maximum resident set size (KB) = 649160 +The total amount of wall time = 599.161580 +The maximum resident set size (KB) = 649104 Test 033 regional_2threads PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220830/INTEL/fv3_regional_netcdf_parallel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_82681/regional_netcdf_parallel +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220907/INTEL/fv3_regional_netcdf_parallel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_51389/regional_netcdf_parallel Checking test 034 regional_netcdf_parallel results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK Comparing phyf000.nc .........OK Comparing phyf024.nc .........OK -The total amount of wall time = 294.914586 -The maximum resident set size (KB) = 595424 +The total amount of wall time = 295.482490 +The maximum resident set size (KB) = 597044 Test 034 regional_netcdf_parallel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220830/INTEL/fv3_regional_3km -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_82681/regional_3km +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220907/INTEL/fv3_regional_3km +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_51389/regional_3km Checking test 035 regional_3km results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -1197,14 +1197,14 @@ Checking test 035 regional_3km results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK -The total amount of wall time = 252.243576 -The maximum resident set size (KB) = 648440 +The total amount of wall time = 257.409923 +The maximum resident set size (KB) = 653252 Test 035 regional_3km PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220830/INTEL/fv3_regional_3km -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_82681/regional_3km_decomp +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220907/INTEL/fv3_regional_3km +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_51389/regional_3km_decomp Checking test 036 regional_3km_decomp results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -1215,14 +1215,14 @@ Checking test 036 regional_3km_decomp results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK -The total amount of wall time = 266.231721 -The maximum resident set size (KB) = 657832 +The total amount of wall time = 268.958961 +The maximum resident set size (KB) = 662804 Test 036 regional_3km_decomp PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_control -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_82681/rap_control +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_control +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_51389/rap_control Checking test 037 rap_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1269,14 +1269,14 @@ Checking test 037 rap_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 401.643983 -The maximum resident set size (KB) = 892484 +The total amount of wall time = 403.796452 +The maximum resident set size (KB) = 892468 Test 037 rap_control PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_rrtmgp -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_82681/rap_rrtmgp +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_rrtmgp +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_51389/rap_rrtmgp Checking test 038 rap_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -1323,14 +1323,14 @@ Checking test 038 rap_rrtmgp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 479.224322 -The maximum resident set size (KB) = 1009384 +The total amount of wall time = 485.599035 +The maximum resident set size (KB) = 1009388 Test 038 rap_rrtmgp PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220830/INTEL/regional_spp_sppt_shum_skeb -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_82681/regional_spp_sppt_shum_skeb +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220907/INTEL/regional_spp_sppt_shum_skeb +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_51389/regional_spp_sppt_shum_skeb Checking test 039 regional_spp_sppt_shum_skeb results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK @@ -1341,14 +1341,14 @@ Checking test 039 regional_spp_sppt_shum_skeb results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF01 .........OK -The total amount of wall time = 714.455697 -The maximum resident set size (KB) = 971880 +The total amount of wall time = 716.697654 +The maximum resident set size (KB) = 966120 Test 039 regional_spp_sppt_shum_skeb PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_control -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_82681/rap_decomp +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_control +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_51389/rap_decomp Checking test 040 rap_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1395,14 +1395,14 @@ Checking test 040 rap_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 416.878571 -The maximum resident set size (KB) = 894244 +The total amount of wall time = 424.647860 +The maximum resident set size (KB) = 893976 Test 040 rap_decomp PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_control -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_82681/rap_2threads +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_control +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_51389/rap_2threads Checking test 041 rap_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1449,14 +1449,14 @@ Checking test 041 rap_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 1260.954924 -The maximum resident set size (KB) = 956132 +The total amount of wall time = 1262.329271 +The maximum resident set size (KB) = 950864 Test 041 rap_2threads PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_control -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_82681/rap_restart +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_control +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_51389/rap_restart Checking test 042 rap_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1495,14 +1495,14 @@ Checking test 042 rap_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 205.588955 -The maximum resident set size (KB) = 637732 +The total amount of wall time = 205.785769 +The maximum resident set size (KB) = 638028 Test 042 rap_restart PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_sfcdiff -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_82681/rap_sfcdiff +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_sfcdiff +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_51389/rap_sfcdiff Checking test 043 rap_sfcdiff results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -1549,14 +1549,14 @@ Checking test 043 rap_sfcdiff results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 401.114755 -The maximum resident set size (KB) = 894740 +The total amount of wall time = 404.545702 +The maximum resident set size (KB) = 897928 Test 043 rap_sfcdiff PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_sfcdiff -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_82681/rap_sfcdiff_decomp +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_sfcdiff +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_51389/rap_sfcdiff_decomp Checking test 044 rap_sfcdiff_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -1603,14 +1603,14 @@ Checking test 044 rap_sfcdiff_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 419.962473 -The maximum resident set size (KB) = 893980 +The total amount of wall time = 425.505885 +The maximum resident set size (KB) = 892860 Test 044 rap_sfcdiff_decomp PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_sfcdiff -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_82681/rap_sfcdiff_restart +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_sfcdiff +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_51389/rap_sfcdiff_restart Checking test 045 rap_sfcdiff_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -1649,14 +1649,14 @@ Checking test 045 rap_sfcdiff_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 298.176990 -The maximum resident set size (KB) = 636492 +The total amount of wall time = 298.303081 +The maximum resident set size (KB) = 639120 Test 045 rap_sfcdiff_restart PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220830/INTEL/hrrr_control -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_82681/hrrr_control +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220907/INTEL/hrrr_control +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_51389/hrrr_control Checking test 046 hrrr_control results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -1703,14 +1703,14 @@ Checking test 046 hrrr_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 386.398128 -The maximum resident set size (KB) = 887268 +The total amount of wall time = 387.606371 +The maximum resident set size (KB) = 891720 Test 046 hrrr_control PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220830/INTEL/hrrr_control -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_82681/hrrr_control_decomp +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220907/INTEL/hrrr_control +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_51389/hrrr_control_decomp Checking test 047 hrrr_control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -1757,14 +1757,14 @@ Checking test 047 hrrr_control_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 403.127371 -The maximum resident set size (KB) = 892704 +The total amount of wall time = 408.109159 +The maximum resident set size (KB) = 891608 Test 047 hrrr_control_decomp PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220830/INTEL/hrrr_control -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_82681/hrrr_control_2threads +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220907/INTEL/hrrr_control +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_51389/hrrr_control_2threads Checking test 048 hrrr_control_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -1811,14 +1811,14 @@ Checking test 048 hrrr_control_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 1218.459267 -The maximum resident set size (KB) = 949032 +The total amount of wall time = 1217.801847 +The maximum resident set size (KB) = 952320 Test 048 hrrr_control_2threads PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220830/INTEL/hrrr_control -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_82681/hrrr_control_restart +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220907/INTEL/hrrr_control +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_51389/hrrr_control_restart Checking test 049 hrrr_control_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -1857,14 +1857,14 @@ Checking test 049 hrrr_control_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 287.539933 -The maximum resident set size (KB) = 632764 +The total amount of wall time = 288.486256 +The maximum resident set size (KB) = 633780 Test 049 hrrr_control_restart PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220830/INTEL/rrfs_v1beta -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_82681/rrfs_v1beta +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220907/INTEL/rrfs_v1beta +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_51389/rrfs_v1beta Checking test 050 rrfs_v1beta results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -1911,14 +1911,14 @@ Checking test 050 rrfs_v1beta results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 392.056065 -The maximum resident set size (KB) = 891096 +The total amount of wall time = 397.299564 +The maximum resident set size (KB) = 888128 Test 050 rrfs_v1beta PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220830/INTEL/rrfs_v1nssl -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_82681/rrfs_v1nssl +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220907/INTEL/rrfs_v1nssl +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_51389/rrfs_v1nssl Checking test 051 rrfs_v1nssl results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -1933,14 +1933,14 @@ Checking test 051 rrfs_v1nssl results .... Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK -The total amount of wall time = 448.459696 -The maximum resident set size (KB) = 576208 +The total amount of wall time = 451.593750 +The maximum resident set size (KB) = 575208 Test 051 rrfs_v1nssl PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220830/INTEL/rrfs_v1nssl_nohailnoccn -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_82681/rrfs_v1nssl_nohailnoccn +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220907/INTEL/rrfs_v1nssl_nohailnoccn +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_51389/rrfs_v1nssl_nohailnoccn Checking test 052 rrfs_v1nssl_nohailnoccn results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -1955,14 +1955,14 @@ Checking test 052 rrfs_v1nssl_nohailnoccn results .... Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK -The total amount of wall time = 439.676569 -The maximum resident set size (KB) = 569048 +The total amount of wall time = 437.980852 +The maximum resident set size (KB) = 571996 Test 052 rrfs_v1nssl_nohailnoccn PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220830/INTEL/rrfs_conus13km_hrrr_warm -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_82681/rrfs_conus13km_hrrr_warm +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220907/INTEL/rrfs_conus13km_hrrr_warm +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_51389/rrfs_conus13km_hrrr_warm Checking test 053 rrfs_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -1971,14 +1971,14 @@ Checking test 053 rrfs_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK -The total amount of wall time = 163.058686 -The maximum resident set size (KB) = 770200 +The total amount of wall time = 169.261054 +The maximum resident set size (KB) = 767240 Test 053 rrfs_conus13km_hrrr_warm PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220830/INTEL/rrfs_conus13km_radar_tten_warm -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_82681/rrfs_conus13km_radar_tten_warm +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220907/INTEL/rrfs_conus13km_radar_tten_warm +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_51389/rrfs_conus13km_radar_tten_warm Checking test 054 rrfs_conus13km_radar_tten_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -1987,14 +1987,14 @@ Checking test 054 rrfs_conus13km_radar_tten_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK -The total amount of wall time = 164.105508 -The maximum resident set size (KB) = 769444 +The total amount of wall time = 171.083880 +The maximum resident set size (KB) = 768632 Test 054 rrfs_conus13km_radar_tten_warm PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220830/INTEL/rrfs_smoke_conus13km_hrrr_warm -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_82681/rrfs_smoke_conus13km_hrrr_warm +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220907/INTEL/rrfs_smoke_conus13km_hrrr_warm +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_51389/rrfs_smoke_conus13km_hrrr_warm Checking test 055 rrfs_smoke_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -2003,14 +2003,14 @@ Checking test 055 rrfs_smoke_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK -The total amount of wall time = 183.323660 -The maximum resident set size (KB) = 786668 +The total amount of wall time = 189.949243 +The maximum resident set size (KB) = 784672 Test 055 rrfs_smoke_conus13km_hrrr_warm PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220830/INTEL/control_csawmg -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_82681/control_csawmg +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220907/INTEL/control_csawmg +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_51389/control_csawmg Checking test 056 control_csawmg results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2021,14 +2021,14 @@ Checking test 056 control_csawmg results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 342.618666 -The maximum resident set size (KB) = 588676 +The total amount of wall time = 341.155641 +The maximum resident set size (KB) = 587120 Test 056 control_csawmg PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220830/INTEL/control_csawmgt -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_82681/control_csawmgt +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220907/INTEL/control_csawmgt +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_51389/control_csawmgt Checking test 057 control_csawmgt results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2039,14 +2039,14 @@ Checking test 057 control_csawmgt results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 337.079676 -The maximum resident set size (KB) = 590484 +The total amount of wall time = 337.444805 +The maximum resident set size (KB) = 594424 Test 057 control_csawmgt PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220830/INTEL/control_ras -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_82681/control_ras +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220907/INTEL/control_ras +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_51389/control_ras Checking test 058 control_ras results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2057,54 +2057,54 @@ Checking test 058 control_ras results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 175.364812 -The maximum resident set size (KB) = 21555468 +The total amount of wall time = 177.994760 +The maximum resident set size (KB) = 554384 Test 058 control_ras PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220830/INTEL/control_wam -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_82681/control_wam +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220907/INTEL/control_wam +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_51389/control_wam Checking test 059 control_wam results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK -The total amount of wall time = 109.940830 -The maximum resident set size (KB) = 286816 +The total amount of wall time = 108.851957 +The maximum resident set size (KB) = 272224 Test 059 control_wam PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220830/INTEL/control_debug -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_82681/control_debug +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220907/INTEL/control_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_51389/control_debug Checking test 060 control_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 153.803377 -The maximum resident set size (KB) = 677852 +The total amount of wall time = 154.951852 +The maximum resident set size (KB) = 674548 Test 060 control_debug PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220830/INTEL/control_debug -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_82681/control_2threads_debug +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220907/INTEL/control_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_51389/control_2threads_debug Checking test 061 control_2threads_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 447.893591 -The maximum resident set size (KB) = 723380 +The total amount of wall time = 448.780125 +The maximum resident set size (KB) = 728560 Test 061 control_2threads_debug PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220830/INTEL/control_CubedSphereGrid_debug -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_82681/control_CubedSphereGrid_debug +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220907/INTEL/control_CubedSphereGrid_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_51389/control_CubedSphereGrid_debug Checking test 062 control_CubedSphereGrid_debug results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -2131,348 +2131,348 @@ Checking test 062 control_CubedSphereGrid_debug results .... Comparing atmf001.tile5.nc .........OK Comparing atmf001.tile6.nc .........OK -The total amount of wall time = 155.929446 -The maximum resident set size (KB) = 679348 +The total amount of wall time = 158.440114 +The maximum resident set size (KB) = 674964 Test 062 control_CubedSphereGrid_debug PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220830/INTEL/control_wrtGauss_netcdf_parallel_debug -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_82681/control_wrtGauss_netcdf_parallel_debug +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220907/INTEL/control_wrtGauss_netcdf_parallel_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_51389/control_wrtGauss_netcdf_parallel_debug Checking test 063 control_wrtGauss_netcdf_parallel_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 155.389172 -The maximum resident set size (KB) = 676592 +The total amount of wall time = 157.692634 +The maximum resident set size (KB) = 675688 Test 063 control_wrtGauss_netcdf_parallel_debug PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220830/INTEL/control_stochy_debug -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_82681/control_stochy_debug +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220907/INTEL/control_stochy_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_51389/control_stochy_debug Checking test 064 control_stochy_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 176.776034 -The maximum resident set size (KB) = 681780 +The total amount of wall time = 179.348170 +The maximum resident set size (KB) = 681344 Test 064 control_stochy_debug PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220830/INTEL/control_lndp_debug -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_82681/control_lndp_debug +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220907/INTEL/control_lndp_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_51389/control_lndp_debug Checking test 065 control_lndp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 158.184654 -The maximum resident set size (KB) = 679324 +The total amount of wall time = 160.654576 +The maximum resident set size (KB) = 681820 Test 065 control_lndp_debug PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220830/INTEL/control_csawmg_debug -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_82681/control_csawmg_debug +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220907/INTEL/control_csawmg_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_51389/control_csawmg_debug Checking test 066 control_csawmg_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 253.340537 -The maximum resident set size (KB) = 718828 +The total amount of wall time = 257.673455 +The maximum resident set size (KB) = 717068 Test 066 control_csawmg_debug PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220830/INTEL/control_csawmgt_debug -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_82681/control_csawmgt_debug +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220907/INTEL/control_csawmgt_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_51389/control_csawmgt_debug Checking test 067 control_csawmgt_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 249.075747 -The maximum resident set size (KB) = 717028 +The total amount of wall time = 258.306902 +The maximum resident set size (KB) = 715860 Test 067 control_csawmgt_debug PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220830/INTEL/control_ras_debug -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_82681/control_ras_debug +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220907/INTEL/control_ras_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_51389/control_ras_debug Checking test 068 control_ras_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 160.079262 -The maximum resident set size (KB) = 687904 +The total amount of wall time = 162.557062 +The maximum resident set size (KB) = 691280 Test 068 control_ras_debug PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220830/INTEL/control_diag_debug -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_82681/control_diag_debug +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220907/INTEL/control_diag_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_51389/control_diag_debug Checking test 069 control_diag_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 160.690744 -The maximum resident set size (KB) = 738264 +The total amount of wall time = 165.228080 +The maximum resident set size (KB) = 734188 Test 069 control_diag_debug PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220830/INTEL/control_debug_p8 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_82681/control_debug_p8 +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220907/INTEL/control_debug_p8 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_51389/control_debug_p8 Checking test 070 control_debug_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 189.615121 -The maximum resident set size (KB) = 1501348 +The total amount of wall time = 185.081354 +The maximum resident set size (KB) = 1493992 Test 070 control_debug_p8 PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220830/INTEL/fv3_regional_debug -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_82681/regional_debug +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220907/INTEL/fv3_regional_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_51389/regional_debug Checking test 071 regional_debug results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK Comparing phyf000.nc .........OK Comparing phyf001.nc .........OK -The total amount of wall time = 257.847187 -The maximum resident set size (KB) = 621844 +The total amount of wall time = 259.928889 +The maximum resident set size (KB) = 622116 Test 071 regional_debug PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_control_debug -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_82681/rap_control_debug +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_control_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_51389/rap_control_debug Checking test 072 rap_control_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 294.454906 -The maximum resident set size (KB) = 1049668 +The total amount of wall time = 295.275128 +The maximum resident set size (KB) = 1052688 Test 072 rap_control_debug PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220830/INTEL/hrrr_control_debug -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_82681/hrrr_control_debug +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220907/INTEL/hrrr_control_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_51389/hrrr_control_debug Checking test 073 hrrr_control_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 288.163043 -The maximum resident set size (KB) = 1049540 +The total amount of wall time = 290.438657 +The maximum resident set size (KB) = 1047952 Test 073 hrrr_control_debug PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_control_debug -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_82681/rap_unified_drag_suite_debug +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_control_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_51389/rap_unified_drag_suite_debug Checking test 074 rap_unified_drag_suite_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 292.693910 -The maximum resident set size (KB) = 1054868 +The total amount of wall time = 294.008941 +The maximum resident set size (KB) = 1054928 Test 074 rap_unified_drag_suite_debug PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_diag_debug -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_82681/rap_diag_debug +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_diag_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_51389/rap_diag_debug Checking test 075 rap_diag_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 302.775982 -The maximum resident set size (KB) = 1135684 +The total amount of wall time = 304.927247 +The maximum resident set size (KB) = 1133204 Test 075 rap_diag_debug PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_cires_ugwp_debug -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_82681/rap_cires_ugwp_debug +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_cires_ugwp_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_51389/rap_cires_ugwp_debug Checking test 076 rap_cires_ugwp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 300.096947 -The maximum resident set size (KB) = 1051876 +The total amount of wall time = 301.194662 +The maximum resident set size (KB) = 1049104 Test 076 rap_cires_ugwp_debug PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_cires_ugwp_debug -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_82681/rap_unified_ugwp_debug +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_cires_ugwp_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_51389/rap_unified_ugwp_debug Checking test 077 rap_unified_ugwp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 298.798811 -The maximum resident set size (KB) = 1049852 +The total amount of wall time = 301.986983 +The maximum resident set size (KB) = 1048948 Test 077 rap_unified_ugwp_debug PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_lndp_debug -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_82681/rap_lndp_debug +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_lndp_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_51389/rap_lndp_debug Checking test 078 rap_lndp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 295.124102 -The maximum resident set size (KB) = 1054232 +The total amount of wall time = 296.617484 +The maximum resident set size (KB) = 1054080 Test 078 rap_lndp_debug PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_flake_debug -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_82681/rap_flake_debug +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_flake_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_51389/rap_flake_debug Checking test 079 rap_flake_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 292.887682 -The maximum resident set size (KB) = 1049772 +The total amount of wall time = 294.512525 +The maximum resident set size (KB) = 1054372 Test 079 rap_flake_debug PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_progcld_thompson_debug -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_82681/rap_progcld_thompson_debug +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_progcld_thompson_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_51389/rap_progcld_thompson_debug Checking test 080 rap_progcld_thompson_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 293.233111 -The maximum resident set size (KB) = 1053100 +The total amount of wall time = 293.949479 +The maximum resident set size (KB) = 1052548 Test 080 rap_progcld_thompson_debug PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_noah_debug -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_82681/rap_noah_debug +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_noah_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_51389/rap_noah_debug Checking test 081 rap_noah_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 290.017262 -The maximum resident set size (KB) = 1050584 +The total amount of wall time = 288.989123 +The maximum resident set size (KB) = 1047116 Test 081 rap_noah_debug PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_rrtmgp_debug -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_82681/rap_rrtmgp_debug +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_rrtmgp_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_51389/rap_rrtmgp_debug Checking test 082 rap_rrtmgp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 500.778199 -The maximum resident set size (KB) = 1168028 +The total amount of wall time = 497.836221 +The maximum resident set size (KB) = 1168060 Test 082 rap_rrtmgp_debug PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_sfcdiff_debug -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_82681/rap_sfcdiff_debug +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_sfcdiff_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_51389/rap_sfcdiff_debug Checking test 083 rap_sfcdiff_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 297.029667 -The maximum resident set size (KB) = 1053180 +The total amount of wall time = 294.785088 +The maximum resident set size (KB) = 1052824 Test 083 rap_sfcdiff_debug PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_noah_sfcdiff_cires_ugwp_debug -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_82681/rap_noah_sfcdiff_cires_ugwp_debug +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_noah_sfcdiff_cires_ugwp_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_51389/rap_noah_sfcdiff_cires_ugwp_debug Checking test 084 rap_noah_sfcdiff_cires_ugwp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 486.538264 -The maximum resident set size (KB) = 1050076 +The total amount of wall time = 484.634283 +The maximum resident set size (KB) = 1047840 Test 084 rap_noah_sfcdiff_cires_ugwp_debug PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220830/INTEL/rrfs_v1beta_debug -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_82681/rrfs_v1beta_debug +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220907/INTEL/rrfs_v1beta_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_51389/rrfs_v1beta_debug Checking test 085 rrfs_v1beta_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 289.653969 -The maximum resident set size (KB) = 1042976 +The total amount of wall time = 289.460868 +The maximum resident set size (KB) = 1046048 Test 085 rrfs_v1beta_debug PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220830/INTEL/control_wam_debug -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_82681/control_wam_debug +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220907/INTEL/control_wam_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_51389/control_wam_debug Checking test 086 control_wam_debug results .... Comparing sfcf019.nc .........OK Comparing atmf019.nc .........OK -The total amount of wall time = 295.690490 -The maximum resident set size (KB) = 295852 +The total amount of wall time = 294.730508 +The maximum resident set size (KB) = 293592 Test 086 control_wam_debug PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220830/INTEL/regional_spp_sppt_shum_skeb_dyn32_phy32 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_82681/regional_spp_sppt_shum_skeb_dyn32_phy32 +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220907/INTEL/regional_spp_sppt_shum_skeb_dyn32_phy32 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_51389/regional_spp_sppt_shum_skeb_dyn32_phy32 Checking test 087 regional_spp_sppt_shum_skeb_dyn32_phy32 results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK @@ -2483,14 +2483,14 @@ Checking test 087 regional_spp_sppt_shum_skeb_dyn32_phy32 results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF01 .........OK -The total amount of wall time = 654.627034 -The maximum resident set size (KB) = 877696 +The total amount of wall time = 654.078792 +The maximum resident set size (KB) = 876528 Test 087 regional_spp_sppt_shum_skeb_dyn32_phy32 PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_control_dyn32_phy32 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_82681/rap_control_dyn32_phy32 +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_control_dyn32_phy32 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_51389/rap_control_dyn32_phy32 Checking test 088 rap_control_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2537,14 +2537,14 @@ Checking test 088 rap_control_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 328.219002 -The maximum resident set size (KB) = 775992 +The total amount of wall time = 332.437549 +The maximum resident set size (KB) = 776208 Test 088 rap_control_dyn32_phy32 PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220830/INTEL/hrrr_control_dyn32_phy32 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_82681/hrrr_control_dyn32_phy32 +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220907/INTEL/hrrr_control_dyn32_phy32 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_51389/hrrr_control_dyn32_phy32 Checking test 089 hrrr_control_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2591,14 +2591,14 @@ Checking test 089 hrrr_control_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 173.807017 -The maximum resident set size (KB) = 776164 +The total amount of wall time = 174.473060 +The maximum resident set size (KB) = 774352 Test 089 hrrr_control_dyn32_phy32 PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_control_dyn32_phy32 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_82681/rap_2threads_dyn32_phy32 +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_control_dyn32_phy32 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_51389/rap_2threads_dyn32_phy32 Checking test 090 rap_2threads_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2645,14 +2645,14 @@ Checking test 090 rap_2threads_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 1039.927142 -The maximum resident set size (KB) = 818812 +The total amount of wall time = 1038.775609 +The maximum resident set size (KB) = 822928 Test 090 rap_2threads_dyn32_phy32 PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220830/INTEL/hrrr_control_dyn32_phy32 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_82681/hrrr_control_2threads_dyn32_phy32 +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220907/INTEL/hrrr_control_dyn32_phy32 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_51389/hrrr_control_2threads_dyn32_phy32 Checking test 091 hrrr_control_2threads_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2699,14 +2699,14 @@ Checking test 091 hrrr_control_2threads_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 531.494091 -The maximum resident set size (KB) = 815828 +The total amount of wall time = 530.912900 +The maximum resident set size (KB) = 821428 Test 091 hrrr_control_2threads_dyn32_phy32 PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220830/INTEL/hrrr_control_dyn32_phy32 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_82681/hrrr_control_decomp_dyn32_phy32 +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220907/INTEL/hrrr_control_dyn32_phy32 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_51389/hrrr_control_decomp_dyn32_phy32 Checking test 092 hrrr_control_decomp_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2753,14 +2753,14 @@ Checking test 092 hrrr_control_decomp_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 183.891571 -The maximum resident set size (KB) = 776132 +The total amount of wall time = 181.911962 +The maximum resident set size (KB) = 773712 Test 092 hrrr_control_decomp_dyn32_phy32 PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_control_dyn32_phy32 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_82681/rap_restart_dyn32_phy32 +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_control_dyn32_phy32 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_51389/rap_restart_dyn32_phy32 Checking test 093 rap_restart_dyn32_phy32 results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -2799,14 +2799,14 @@ Checking test 093 rap_restart_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 244.326407 -The maximum resident set size (KB) = 607128 +The total amount of wall time = 245.404360 +The maximum resident set size (KB) = 606400 Test 093 rap_restart_dyn32_phy32 PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220830/INTEL/hrrr_control_dyn32_phy32 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_82681/hrrr_control_restart_dyn32_phy32 +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220907/INTEL/hrrr_control_dyn32_phy32 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_51389/hrrr_control_restart_dyn32_phy32 Checking test 094 hrrr_control_restart_dyn32_phy32 results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -2845,14 +2845,14 @@ Checking test 094 hrrr_control_restart_dyn32_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 89.955430 -The maximum resident set size (KB) = 602960 +The total amount of wall time = 88.748940 +The maximum resident set size (KB) = 602200 Test 094 hrrr_control_restart_dyn32_phy32 PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_control_dyn64_phy32 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_82681/rap_control_dyn64_phy32 +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_control_dyn64_phy32 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_51389/rap_control_dyn64_phy32 Checking test 095 rap_control_dyn64_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2899,81 +2899,81 @@ Checking test 095 rap_control_dyn64_phy32 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 225.768844 -The maximum resident set size (KB) = 790424 +The total amount of wall time = 224.071399 +The maximum resident set size (KB) = 795756 Test 095 rap_control_dyn64_phy32 PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_control_debug_dyn32_phy32 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_82681/rap_control_debug_dyn32_phy32 +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_control_debug_dyn32_phy32 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_51389/rap_control_debug_dyn32_phy32 Checking test 096 rap_control_debug_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 288.667534 -The maximum resident set size (KB) = 939068 +The total amount of wall time = 288.525554 +The maximum resident set size (KB) = 936996 Test 096 rap_control_debug_dyn32_phy32 PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220830/INTEL/hrrr_control_debug_dyn32_phy32 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_82681/hrrr_control_debug_dyn32_phy32 +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220907/INTEL/hrrr_control_debug_dyn32_phy32 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_51389/hrrr_control_debug_dyn32_phy32 Checking test 097 hrrr_control_debug_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 283.566905 -The maximum resident set size (KB) = 935984 +The total amount of wall time = 283.507495 +The maximum resident set size (KB) = 935384 Test 097 hrrr_control_debug_dyn32_phy32 PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220830/INTEL/rap_control_debug_dyn64_phy32 -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_82681/rap_control_dyn64_phy32_debug +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220907/INTEL/rap_control_debug_dyn64_phy32 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_51389/rap_control_dyn64_phy32_debug Checking test 098 rap_control_dyn64_phy32_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 289.190325 -The maximum resident set size (KB) = 955316 +The total amount of wall time = 289.003819 +The maximum resident set size (KB) = 954652 Test 098 rap_control_dyn64_phy32_debug PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220830/INTEL/hafs_regional_atm -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_82681/hafs_regional_atm +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220907/INTEL/hafs_regional_atm +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_51389/hafs_regional_atm Checking test 099 hafs_regional_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing HURPRS.GrbF06 .........OK -The total amount of wall time = 657.479384 -The maximum resident set size (KB) = 781188 +The total amount of wall time = 664.561541 +The maximum resident set size (KB) = 783116 Test 099 hafs_regional_atm PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220830/INTEL/hafs_regional_atm_thompson_gfdlsf -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_82681/hafs_regional_atm_thompson_gfdlsf +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220907/INTEL/hafs_regional_atm_thompson_gfdlsf +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_51389/hafs_regional_atm_thompson_gfdlsf Checking test 100 hafs_regional_atm_thompson_gfdlsf results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK -The total amount of wall time = 771.788266 -The maximum resident set size (KB) = 1148280 +The total amount of wall time = 785.693842 +The maximum resident set size (KB) = 1152600 Test 100 hafs_regional_atm_thompson_gfdlsf PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220830/INTEL/hafs_regional_atm_ocn -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_82681/hafs_regional_atm_ocn +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220907/INTEL/hafs_regional_atm_ocn +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_51389/hafs_regional_atm_ocn Checking test 101 hafs_regional_atm_ocn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -2982,14 +2982,14 @@ Checking test 101 hafs_regional_atm_ocn results .... Comparing ufs.hafs.cpl.hi.2019-08-29-21600.nc .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK -The total amount of wall time = 427.776788 -The maximum resident set size (KB) = 833276 +The total amount of wall time = 431.218524 +The maximum resident set size (KB) = 831700 Test 101 hafs_regional_atm_ocn PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220830/INTEL/hafs_regional_atm_wav -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_82681/hafs_regional_atm_wav +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220907/INTEL/hafs_regional_atm_wav +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_51389/hafs_regional_atm_wav Checking test 102 hafs_regional_atm_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -2998,14 +2998,14 @@ Checking test 102 hafs_regional_atm_wav results .... Comparing 20190829.060000.restart.ww3 .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK -The total amount of wall time = 692.303682 -The maximum resident set size (KB) = 864072 +The total amount of wall time = 692.719841 +The maximum resident set size (KB) = 861248 Test 102 hafs_regional_atm_wav PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220830/INTEL/hafs_regional_atm_ocn_wav -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_82681/hafs_regional_atm_ocn_wav +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220907/INTEL/hafs_regional_atm_ocn_wav +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_51389/hafs_regional_atm_ocn_wav Checking test 103 hafs_regional_atm_ocn_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -3016,28 +3016,28 @@ Checking test 103 hafs_regional_atm_ocn_wav results .... Comparing 20190829.060000.restart.ww3 .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK -The total amount of wall time = 882.971096 -The maximum resident set size (KB) = 885648 +The total amount of wall time = 889.901378 +The maximum resident set size (KB) = 885904 Test 103 hafs_regional_atm_ocn_wav PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220830/INTEL/hafs_regional_1nest_atm -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_82681/hafs_regional_1nest_atm +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220907/INTEL/hafs_regional_1nest_atm +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_51389/hafs_regional_1nest_atm Checking test 104 hafs_regional_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK Comparing sfc.nest02.f006.nc .........OK -The total amount of wall time = 1070.218244 -The maximum resident set size (KB) = 372124 +The total amount of wall time = 1056.758807 +The maximum resident set size (KB) = 372940 Test 104 hafs_regional_1nest_atm PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220830/INTEL/hafs_regional_telescopic_2nests_atm -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_82681/hafs_regional_telescopic_2nests_atm +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220907/INTEL/hafs_regional_telescopic_2nests_atm +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_51389/hafs_regional_telescopic_2nests_atm Checking test 105 hafs_regional_telescopic_2nests_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -3046,28 +3046,28 @@ Checking test 105 hafs_regional_telescopic_2nests_atm results .... Comparing atm.nest03.f006.nc .........OK Comparing sfc.nest03.f006.nc .........OK -The total amount of wall time = 1203.773418 -The maximum resident set size (KB) = 385560 +The total amount of wall time = 1207.217120 +The maximum resident set size (KB) = 386280 Test 105 hafs_regional_telescopic_2nests_atm PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220830/INTEL/hafs_global_1nest_atm -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_82681/hafs_global_1nest_atm +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220907/INTEL/hafs_global_1nest_atm +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_51389/hafs_global_1nest_atm Checking test 106 hafs_global_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK Comparing sfc.nest02.f006.nc .........OK -The total amount of wall time = 504.859388 -The maximum resident set size (KB) = 270772 +The total amount of wall time = 504.709262 +The maximum resident set size (KB) = 245936 Test 106 hafs_global_1nest_atm PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220830/INTEL/hafs_global_multiple_4nests_atm -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_82681/hafs_global_multiple_4nests_atm +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220907/INTEL/hafs_global_multiple_4nests_atm +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_51389/hafs_global_multiple_4nests_atm Checking test 107 hafs_global_multiple_4nests_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -3085,45 +3085,29 @@ Checking test 107 hafs_global_multiple_4nests_atm results .... Comparing HURPRS.GrbF06.nest04 .........OK Comparing HURPRS.GrbF06.nest05 .........OK -The total amount of wall time = 1376.666682 -The maximum resident set size (KB) = 326076 +The total amount of wall time = 1362.719798 +The maximum resident set size (KB) = 311276 Test 107 hafs_global_multiple_4nests_atm PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220830/INTEL/hafs_regional_specified_moving_1nest_atm -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_82681/hafs_regional_specified_moving_1nest_atm -Checking test 108 hafs_regional_specified_moving_1nest_atm results .... - Comparing atmf006.nc .........OK - Comparing sfcf006.nc .........OK - Comparing atm.nest02.f006.nc .........OK - Comparing sfc.nest02.f006.nc .........OK - Comparing HURPRS.GrbF06 .........OK - Comparing HURPRS.GrbF06.nest02 .........OK - -The total amount of wall time = 630.761043 -The maximum resident set size (KB) = 380824 - -Test 108 hafs_regional_specified_moving_1nest_atm PASS - - -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220830/INTEL/hafs_regional_storm_following_1nest_atm -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_82681/hafs_regional_storm_following_1nest_atm -Checking test 109 hafs_regional_storm_following_1nest_atm results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220907/INTEL/hafs_regional_storm_following_1nest_atm +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_51389/hafs_regional_storm_following_1nest_atm +Checking test 108 hafs_regional_storm_following_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK Comparing sfc.nest02.f006.nc .........OK -The total amount of wall time = 605.498335 -The maximum resident set size (KB) = 380620 +The total amount of wall time = 619.815774 +The maximum resident set size (KB) = 382660 -Test 109 hafs_regional_storm_following_1nest_atm PASS +Test 108 hafs_regional_storm_following_1nest_atm PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220830/INTEL/hafs_regional_storm_following_1nest_atm_ocn -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_82681/hafs_regional_storm_following_1nest_atm_ocn -Checking test 110 hafs_regional_storm_following_1nest_atm_ocn results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220907/INTEL/hafs_regional_storm_following_1nest_atm_ocn +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_51389/hafs_regional_storm_following_1nest_atm_ocn +Checking test 109 hafs_regional_storm_following_1nest_atm_ocn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -3131,15 +3115,15 @@ Checking test 110 hafs_regional_storm_following_1nest_atm_ocn results .... Comparing archv.2020_238_18.a .........OK Comparing archs.2020_238_18.a .........OK -The total amount of wall time = 633.002989 -The maximum resident set size (KB) = 408288 +The total amount of wall time = 632.186379 +The maximum resident set size (KB) = 408468 -Test 110 hafs_regional_storm_following_1nest_atm_ocn PASS +Test 109 hafs_regional_storm_following_1nest_atm_ocn PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220830/INTEL/hafs_regional_storm_following_1nest_atm_ocn_wav -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_82681/hafs_regional_storm_following_1nest_atm_ocn_wav -Checking test 111 hafs_regional_storm_following_1nest_atm_ocn_wav results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220907/INTEL/hafs_regional_storm_following_1nest_atm_ocn_wav +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_51389/hafs_regional_storm_following_1nest_atm_ocn_wav +Checking test 110 hafs_regional_storm_following_1nest_atm_ocn_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -3149,29 +3133,29 @@ Checking test 111 hafs_regional_storm_following_1nest_atm_ocn_wav results .... Comparing out_grd.ww3 .........OK Comparing out_pnt.ww3 .........OK -The total amount of wall time = 1312.104329 -The maximum resident set size (KB) = 471960 +The total amount of wall time = 1313.658310 +The maximum resident set size (KB) = 475828 -Test 111 hafs_regional_storm_following_1nest_atm_ocn_wav PASS +Test 110 hafs_regional_storm_following_1nest_atm_ocn_wav PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220830/INTEL/hafs_global_storm_following_1nest_atm -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_82681/hafs_global_storm_following_1nest_atm -Checking test 112 hafs_global_storm_following_1nest_atm results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220907/INTEL/hafs_global_storm_following_1nest_atm +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_51389/hafs_global_storm_following_1nest_atm +Checking test 111 hafs_global_storm_following_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK Comparing sfc.nest02.f006.nc .........OK -The total amount of wall time = 203.617727 -The maximum resident set size (KB) = 257404 +The total amount of wall time = 205.348271 +The maximum resident set size (KB) = 280028 -Test 112 hafs_global_storm_following_1nest_atm PASS +Test 111 hafs_global_storm_following_1nest_atm PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220830/INTEL/regional_atmaq -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_82681/regional_atmaq -Checking test 113 regional_atmaq results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220907/INTEL/regional_atmaq +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_51389/regional_atmaq +Checking test 112 regional_atmaq results .... Comparing sfcf000.nc .........OK Comparing sfcf003.nc .........OK Comparing sfcf006.nc .........OK @@ -3186,12 +3170,12 @@ Checking test 113 regional_atmaq results .... Comparing RESTART/phy_data.nc .........OK Comparing RESTART/sfc_data.nc .........OK -The total amount of wall time = 698.329450 -The maximum resident set size (KB) = 1046312 +The total amount of wall time = 693.841249 +The maximum resident set size (KB) = 1041916 -Test 113 regional_atmaq PASS +Test 112 regional_atmaq PASS REGRESSION TEST WAS SUCCESSFUL -Wed Aug 31 14:44:15 UTC 2022 -Elapsed time: 00h:48m:00s. Have a nice day! +Fri Sep 9 13:08:05 UTC 2022 +Elapsed time: 00h:59m:56s. Have a nice day! diff --git a/tests/compile.sh b/tests/compile.sh index 6ebbc4586d..e007718bf7 100755 --- a/tests/compile.sh +++ b/tests/compile.sh @@ -64,7 +64,9 @@ else module use $PATHTR/modulefiles modulefile="ufs_${MACHINE_ID}" if [[ "${MAKE_OPT}" == *"-DDEBUG=ON"* ]]; then - [[ -f $PATHTR/modulefiles/ufs_${MACHINE_ID}_debug ]] && modulefile="ufs_${MACHINE_ID}_debug" + if [[ -f $PATHTR/modulefiles/ufs_${MACHINE_ID}_debug ]] || [[ -f $PATHTR/modulefiles/ufs_${MACHINE_ID}_debug.lua ]]; then + modulefile="ufs_${MACHINE_ID}_debug" + fi fi module load $modulefile module list @@ -130,9 +132,17 @@ bash -x ${PATHTR}/build.sh mv ${BUILD_DIR}/ufs_model ${PATHTR}/tests/${BUILD_NAME}.exe if [[ "${MAKE_OPT}" == "-DDEBUG=ON" ]]; then - cp ${PATHTR}/modulefiles/ufs_${MACHINE_ID}_debug ${PATHTR}/tests/modules.${BUILD_NAME} + if [[ $MACHINE_ID == gaea.* ]]; then + cp ${PATHTR}/modulefiles/ufs_${MACHINE_ID}_debug ${PATHTR}/tests/modules.${BUILD_NAME} + else + cp ${PATHTR}/modulefiles/ufs_${MACHINE_ID}_debug.lua ${PATHTR}/tests/modules.${BUILD_NAME}.lua + fi else - cp ${PATHTR}/modulefiles/ufs_${MACHINE_ID} ${PATHTR}/tests/modules.${BUILD_NAME} + if [[ $MACHINE_ID == gaea.* ]]; then + cp ${PATHTR}/modulefiles/ufs_${MACHINE_ID} ${PATHTR}/tests/modules.${BUILD_NAME} + else + cp ${PATHTR}/modulefiles/ufs_${MACHINE_ID}.lua ${PATHTR}/tests/modules.${BUILD_NAME}.lua + fi fi if [ $clean_after = YES ] ; then diff --git a/tests/rt.conf b/tests/rt.conf index e281197880..9288c107c4 100644 --- a/tests/rt.conf +++ b/tests/rt.conf @@ -190,7 +190,7 @@ RUN | hafs_regional_1nest_atm RUN | hafs_regional_telescopic_2nests_atm | - jet.intel | fv3 | RUN | hafs_global_1nest_atm | - jet.intel | fv3 | RUN | hafs_global_multiple_4nests_atm | - jet.intel | fv3 | -RUN | hafs_regional_specified_moving_1nest_atm | - jet.intel | fv3 | +RUN | hafs_regional_specified_moving_1nest_atm | - jet.intel orion.intel wcoss2.intel | fv3 | RUN | hafs_regional_storm_following_1nest_atm | - jet.intel | fv3 | RUN | hafs_regional_storm_following_1nest_atm_ocn | - jet.intel | fv3 | RUN | hafs_regional_storm_following_1nest_atm_ocn_wav | - jet.intel | fv3 | diff --git a/tests/rt.sh b/tests/rt.sh index ae5d3b6590..c93a4be771 100755 --- a/tests/rt.sh +++ b/tests/rt.sh @@ -443,7 +443,7 @@ if [[ $TESTS_FILE =~ '35d' ]] || [[ $TESTS_FILE =~ 'weekly' ]]; then TEST_35D=true fi -BL_DATE=20220830 +BL_DATE=20220907 RTPWD=${RTPWD:-$DISKNM/NEMSfv3gfs/develop-${BL_DATE}/${RT_COMPILER^^}} diff --git a/tests/run_test.sh b/tests/run_test.sh index 5ab8f8916b..522e1aff34 100755 --- a/tests/run_test.sh +++ b/tests/run_test.sh @@ -142,12 +142,16 @@ cd $RUNDIR ############################################################################### # Make configure and run files ############################################################################### - +MACHINE_ID=${MACHINE_ID:-false} # FV3 executable: cp ${PATHRT}/fv3_${COMPILE_NR}.exe fv3.exe # modulefile for FV3 prerequisites: -cp ${PATHRT}/modules.fv3_${COMPILE_NR} modules.fv3 +if [[ $MACHINE_ID == gaea.* ]]; then + cp ${PATHRT}/modules.fv3_${COMPILE_NR} modules.fv3 +else + cp ${PATHRT}/modules.fv3_${COMPILE_NR}.lua modules.fv3.lua +fi cp ${PATHTR}/modulefiles/ufs_common* . # Get the shell file that loads the "module" command and purges modules: diff --git a/tests/tests/regional_atmaq b/tests/tests/regional_atmaq index b60f1771a3..3517c1863d 100644 --- a/tests/tests/regional_atmaq +++ b/tests/tests/regional_atmaq @@ -75,6 +75,25 @@ export aqm_model='aqm' export FIELD_TABLE=field_table_aqm export DIAG_TABLE=diag_table_aqm +export DNATS=4 +export FSCAV_AERO="'aacd:0.0', 'acet:0.0', 'acrolein:0.0', 'acro_primary:0.0', + 'ald2:0.0', 'ald2_primary:0.0', 'aldx:0.0', 'benzene:0.0', + 'butadiene13:0.0', 'cat1:0.0', 'cl2:0.0', 'clno2:0.0', + 'co:0.0', 'cres:0.0', 'cron:0.0', 'ech4:0.0', 'epox:0.0', + 'eth:0.0', 'etha:0.0', 'ethy:0.0', 'etoh:0.0', 'facd:0.0', + 'fmcl:0.0', 'form:0.0', 'form_primary:0.0', 'gly:0.0', + 'glyd:0.0', 'h2o2:0.0', 'hcl:0.0', 'hg:0.0', 'hgiigas:0.0', + 'hno3:0.0', 'hocl:0.0', 'hono:0.0', 'hpld:0.0', 'intr:0.0', + 'iole:0.0', 'isop:0.0', 'ispd:0.0', 'ispx:0.0', 'ket:0.0', + 'meoh:0.0', 'mepx:0.0', 'mgly:0.0', 'n2o5:0.0', 'naph:0.0', + 'no:0.0', 'no2:0.0', 'no3:0.0', 'ntr1:0.0', 'ntr2:0.0', + 'o3:0.0', 'ole:0.0', 'opan:0.0', 'open:0.0', 'opo3:0.0', + 'pacd:0.0', 'pan:0.0', 'panx:0.0', 'par:0.0', 'pcvoc:0.0', + 'pna:0.0', 'prpa:0.0', 'rooh:0.0', 'sesq:0.0', 'so2:0.0', + 'soaalk:0.0', 'sulf:0.0', 'terp:0.0', 'tol:0.0', 'tolu:0.0', + 'vivpo1:0.0', 'vlvoo1:0.0', 'vlvoo2:0.0', 'vlvpo1:0.0', + 'vsvoo1:0.0', 'vsvoo2:0.0', 'vsvoo3:0.0', 'vsvpo1:0.0', + 'vsvpo2:0.0', 'vsvpo3:0.0', 'xopn:0.0', 'xylmn:0.0', '*:0.2'" export INPUT_NML="regional_atmaq.nml.IN" export MODEL_CONFIGURE="model_configure_atmaq.IN" export NEMS_CONFIGURE="nems.configure.atmaq.IN"