From f195a1b54dd87d70cfd247a3961e5756c39eec97 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Tue, 23 Nov 2021 10:15:46 -0700 Subject: [PATCH 01/28] Update .gitmoduels submodule pointer for fv3atm for code review and testing --- .gitmodules | 6 ++++-- FV3 | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index 8b5b737335..d174aac829 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,7 +1,9 @@ [submodule "FV3"] path = FV3 - url = https://github.com/NOAA-EMC/fv3atm - branch = develop + #url = https://github.com/NOAA-EMC/fv3atm + #branch = develop + url = https://github.com/climbfuji/fv3atm + branch = rad_mp_diag_vars [submodule "NEMS"] path = NEMS url = https://github.com/NOAA-EMC/NEMS diff --git a/FV3 b/FV3 index 08b710b1bd..d3ab491d04 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 08b710b1bd74136ba36751f904589f660490baab +Subproject commit d3ab491d04bfeb0f619cd67cf48fdc6a4bc1ee26 From a612a22ca829a9b7c35fc364538df9bfe7864375 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Tue, 23 Nov 2021 14:46:25 -0700 Subject: [PATCH 02/28] Update submodule pointer for fv3atm --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index d3ab491d04..086f326f29 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit d3ab491d04bfeb0f619cd67cf48fdc6a4bc1ee26 +Subproject commit 086f326f290af03e6aac650d72a12f21232851ca From 9d3e6eea1fad8a9c293af0d0b660638539ff72ef Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Mon, 29 Nov 2021 16:15:42 -0700 Subject: [PATCH 03/28] Update submodule pointer for fv3atm --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index cad85e663a..4cb7110ad8 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit cad85e663a1c47357bbf3f9a5a4143f673b71942 +Subproject commit 4cb7110ad8fb5dad4ff8bd4c8bbe3d2b5882af97 From 3d566f414f75464b8f463e3cca3deb40cf568abf Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Mon, 6 Dec 2021 15:06:59 -0700 Subject: [PATCH 04/28] Update .gitmodules and submodule pointer for fv3atm for code review and testing --- .gitmodules | 6 ++++-- FV3 | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index 8b5b737335..5af85f7b31 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,7 +1,9 @@ [submodule "FV3"] path = FV3 - url = https://github.com/NOAA-EMC/fv3atm - branch = develop + #url = https://github.com/NOAA-EMC/fv3atm + #branch = develop + url = https://github.com/climbfuji/fv3atm + branch = rad_mp_diag_vars_and_wam_bugfixes [submodule "NEMS"] path = NEMS url = https://github.com/NOAA-EMC/NEMS diff --git a/FV3 b/FV3 index 08b710b1bd..5da45f50d7 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 08b710b1bd74136ba36751f904589f660490baab +Subproject commit 5da45f50d73a5e8b4bb43953613aef24eb72c5a5 From 55351d15aa83155394572baec9dc9681ebd80d21 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Mon, 6 Dec 2021 15:12:25 -0700 Subject: [PATCH 05/28] Add WAM debug test --- tests/parm/wam.nml.IN | 5 ++-- tests/rt.conf | 3 +++ tests/tests/control_wam | 8 ++++-- tests/tests/control_wam_debug | 50 +++++++++++++++++++++++++++++++++++ 4 files changed, 61 insertions(+), 5 deletions(-) create mode 100644 tests/tests/control_wam_debug diff --git a/tests/parm/wam.nml.IN b/tests/parm/wam.nml.IN index beeeb668bf..3f283c37d1 100644 --- a/tests/parm/wam.nml.IN +++ b/tests/parm/wam.nml.IN @@ -36,7 +36,7 @@ ncnst = 11 make_nh = @[MAKE_NH] fv_debug = .false. - molecular_diffusion=.true. + molecular_diffusion=.true. range_warn = .false. reset_eta = .false. n_sponge = -1 @@ -131,7 +131,7 @@ fhlwr = 3600. ialb = 1 iems = 1 - IAER = 111 + IAER = @[IAER] ico2 = 2 isubc_sw = 2 isubc_lw = 2 @@ -343,4 +343,3 @@ md_consv_te = 1.0 md_wait_hr = 0.0 / - diff --git a/tests/rt.conf b/tests/rt.conf index 9fa083b05c..b111a95b23 100644 --- a/tests/rt.conf +++ b/tests/rt.conf @@ -114,6 +114,9 @@ RUN | control_thompson_debug RUN | control_thompson_no_aero_debug | | fv3 | RUN | control_thompson_extdiag_debug | | fv3 | +COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON | | fv3 | +RUN | control_wam_debug | | fv3 | + RUN | regional_control_debug | | fv3 | RUN | regional_quilt_debug | | fv3 | RUN | fv3_gsd_debug | | fv3 | diff --git a/tests/tests/control_wam b/tests/tests/control_wam index e9670f5970..26e246e970 100644 --- a/tests/tests/control_wam +++ b/tests/tests/control_wam @@ -20,6 +20,7 @@ export SMONTH="03" export SDAY="22" export SHOUR="06" export FHMAX=24 + export WARM_START=.true. export NA_INIT=0 export EXTERNAL_IC=.false. @@ -28,11 +29,14 @@ export MAKE_NH=.false. export MOUNTAIN=.true. export FDIAG=3 export NSTF_NAME=0,0,1,0,5 -export INPUT_NML=wam.nml.IN +export IAER=5111 +export DO_SAT_ADJ=.false. + export FV3_RUN=wam_run.IN export CCPP_SUITE=FV3_GFS_v16_fv3wam +export INPUT_NML=wam.nml.IN export FIELD_TABLE=field_table_wam -export IAER=5111 + export QUILTING=.true. export OUTPUT_GRID="gaussian_grid" export OZ_PHYS_OLD=.false. diff --git a/tests/tests/control_wam_debug b/tests/tests/control_wam_debug new file mode 100644 index 0000000000..fc2b8ab937 --- /dev/null +++ b/tests/tests/control_wam_debug @@ -0,0 +1,50 @@ +############################################################################### +# +# Global control multigases debug test +# +############################################################################### + +export TEST_DESCR="Compare global control multigases debug results with previous trunk version" + +export CNTL_DIR=control_wam + +export LIST_FILES="sfcf019.nc \ + atmf019.nc" + +export_fv3 +export NPZ=149 +export NPZP=150 +export DT_ATMOS="225" +export SYEAR="2021" +export SMONTH="03" +export SDAY="22" +export SHOUR="06" + +export FHMAX=19 +export OUTPUT_FH="0 19" +#export WRITE_DOPOST=.true. + +export WARM_START=.true. +export NA_INIT=0 +export EXTERNAL_IC=.false. +export NGGPS_IC=.false. +export MAKE_NH=.false. +export MOUNTAIN=.true. +export FDIAG=3 +export NSTF_NAME=0,0,1,0,5 +export IAER=5111 +export DO_SAT_ADJ=.false. + +export FV3_RUN=wam_run.IN +export CCPP_SUITE=FV3_GFS_v16_fv3wam +export INPUT_NML=wam.nml.IN +export FIELD_TABLE=field_table_wam + +export QUILTING=.true. +export OUTPUT_GRID="gaussian_grid" +export OZ_PHYS_OLD=.false. +export OZ_PHYS_NEW=.true. +export H2O_PHYS=.true. +export NFHOUT=6 +export NFHMAX=24 +export NFHOUT_HF=6 From f30b1c8e9e08d1e876c1baec3821a24a856ff964 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Mon, 6 Dec 2021 15:18:38 -0700 Subject: [PATCH 06/28] Add blank line --- tests/rt.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/rt.conf b/tests/rt.conf index ed05dbb1c3..d3aad4dc09 100644 --- a/tests/rt.conf +++ b/tests/rt.conf @@ -86,6 +86,7 @@ RUN | fv3_esg_HAFS_v0_hwrf_thompson # Run WAM test in REPRO mode to avoid numerical instability in the deep atmosphere COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DREPRO=ON | | fv3 | RUN | control_wam | | fv3 | + ################################################################################################################################################################################### # DEBUG tests # ################################################################################################################################################################################### From 544cdd92f9ce1aad3028319f302e9c80918c585c Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Mon, 6 Dec 2021 15:21:30 -0700 Subject: [PATCH 07/28] Update submodule pointer for fv3atm --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index edce3d618a..6163991568 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit edce3d618a7666f00ceefbf0bf8c08b66592c82e +Subproject commit 6163991568736d0eeff5f4ba10aeb6e90e9ea980 From 99838b4ef11f33caf2bb92e1375f55dcb5c8f10d Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Tue, 7 Dec 2021 15:18:21 -0700 Subject: [PATCH 08/28] Update submodule pointer for fv3atm --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index 6163991568..7165cd02d3 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 6163991568736d0eeff5f4ba10aeb6e90e9ea980 +Subproject commit 7165cd02d307a2db8c296bae353b24c7a5d507a3 From 9e7b238a6c462870d18b528fe75095f8397952ff Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Thu, 9 Dec 2021 12:32:48 -0700 Subject: [PATCH 09/28] Update BL date in rt.sh, turn on tests that were turned off in the previous PR --- tests/rt.conf | 14 +++++++------- tests/rt.sh | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/tests/rt.conf b/tests/rt.conf index d81c34d395..5174935316 100644 --- a/tests/rt.conf +++ b/tests/rt.conf @@ -4,7 +4,7 @@ COMPILE | -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v16_coupled_nsstNoahmpUGWPv1,FV3_GFS_v16_coupled_p7_rrtmgp | - wcoss_cray | fv3 | RUN | cpld_control_p7 | - wcoss_cray | fv3 | -RUN | cpld_control_p7_rrtmgp | - wcoss_cray cheyenne.intel | fv3 | +RUN | cpld_control_p7_rrtmgp | - wcoss_cray | fv3 | RUN | cpld_2threads_p7 | - wcoss_cray | | RUN | cpld_decomp_p7 | - wcoss_cray jet.intel | | RUN | cpld_mpi_p7 | - wcoss_cray | | @@ -50,7 +50,7 @@ RUN | control_stochy_restart RUN | control_lndp | | fv3 | RUN | control_p7 | | fv3 | -RUN | control_p7_rrtmgp |- cheyenne.intel | fv3 | +RUN | control_p7_rrtmgp | | fv3 | RUN | control_restart_p7 | | | control_p7 RUN | control_decomp_p7 | | | RUN | control_2threads_p7 | - wcoss_cray | | @@ -61,7 +61,7 @@ RUN | regional_noquilt RUN | regional_2threads | - wcoss_cray jet.intel | | RUN | regional_hafs | | fv3 | RUN | regional_netcdf_parallel | - wcoss2 | fv3 | -RUN | regional_RRTMGP | - cheyenne.intel | fv3 | +RUN | regional_RRTMGP | | fv3 | RUN | fv3_gsd | | fv3 | RUN | fv3_rrfs_v1alpha | | fv3 | @@ -71,9 +71,9 @@ RUN | fv3_rrfs_v1beta COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_RRTMGP,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_thompson,FV3_GFS_v16_noahmp,FV3_HAFS_v0_hwrf_thompson | | fv3 | # fv3_gfs_v15p2 and fv3_gfs_v15p2_RRTMGP fail w/ sat.vap pressure error when cdmbgwd=0.14,1.8,1.0,1.0 -RUN | control_rrtmgp | - cheyenne.intel | fv3 | -#RUN | control_rrtmgp_2threads | - cheyenne.intel | | -RUN | control_rrtmgp_c192 | - cheyenne.intel | fv3 | +RUN | control_rrtmgp | | fv3 | +#RUN | control_rrtmgp_2threads | | | +RUN | control_rrtmgp_c192 | | fv3 | RUN | control_csawmg | - gaea.intel | fv3 | RUN | control_csawmgt | | fv3 | RUN | control_flake | | fv3 | @@ -100,7 +100,7 @@ RUN | control_wrtGauss_netcdf_parallel_debug RUN | control_stochy_debug | | fv3 | RUN | control_lndp_debug | | fv3 | RUN | control_rrtmgp_debug | | fv3 | -RUN | control_csawmg_debug | - jet.intel | fv3 | +RUN | control_csawmg_debug | | fv3 | RUN | control_csawmgt_debug | | fv3 | RUN | control_ras_debug | | fv3 | RUN | control_diag_debug | | fv3 | diff --git a/tests/rt.sh b/tests/rt.sh index 2ff5994c3f..c1156b1db7 100755 --- a/tests/rt.sh +++ b/tests/rt.sh @@ -460,7 +460,7 @@ if [[ $TESTS_FILE =~ '35d' ]]; then TEST_35D=true fi -BL_DATE=20211206 +BL_DATE=20211209 if [[ $MACHINE_ID = hera.* ]] || [[ $MACHINE_ID = orion.* ]] || [[ $MACHINE_ID = cheyenne.* ]] || [[ $MACHINE_ID = gaea.* ]] || [[ $MACHINE_ID = jet.* ]] || [[ $MACHINE_ID = s4.* ]]; then RTPWD=${RTPWD:-$DISKNM/NEMSfv3gfs/develop-${BL_DATE}/${RT_COMPILER^^}} else From be74582592b995b8e69d4d5166f52cfd0b3a4734 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Thu, 9 Dec 2021 19:42:08 -0700 Subject: [PATCH 10/28] Update submodule pointer for fv3atm --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index fbd7b521bb..c03355580f 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit fbd7b521bbbbb8fedd1d0c6b54348ce880554af6 +Subproject commit c03355580f082b04e8ddd4c8af1c4de9dd3d7ffd From bdca2d7121f78bb488ac29ba17aadf2955838d17 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Thu, 9 Dec 2021 20:27:05 -0700 Subject: [PATCH 11/28] Update submodule pointer for fv3atm --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index c03355580f..8e4866be39 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit c03355580f082b04e8ddd4c8af1c4de9dd3d7ffd +Subproject commit 8e4866be39c5d7f58737fd63fe1b04775a917a19 From 5be5ed22e1b77e457b1067d4aba7d60f0aa0d3c1 Mon Sep 17 00:00:00 2001 From: Brian Curtis Date: Thu, 9 Dec 2021 20:35:10 -0700 Subject: [PATCH 12/28] RT JOBS PASSED: cheyenne.gnu. Log file uploaded. on-behalf-of @ufs-community --- tests/RegressionTests_cheyenne.gnu.log | 214 ++++++++++++------------- 1 file changed, 107 insertions(+), 107 deletions(-) diff --git a/tests/RegressionTests_cheyenne.gnu.log b/tests/RegressionTests_cheyenne.gnu.log index f36f72d8ff..340417da98 100644 --- a/tests/RegressionTests_cheyenne.gnu.log +++ b/tests/RegressionTests_cheyenne.gnu.log @@ -1,15 +1,15 @@ -Wed Dec 8 12:34:29 MST 2021 +Thu Dec 9 20:11:58 MST 2021 Start Regression test -Compile 001 elapsed time 411 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v16_RRTMGP,FV3_GFS_v16_thompson,FV3_GFS_v16_ras,FV3_HAFS_v0_hwrf_thompson,FV3_GFS_v16_nsstNoahmpUGWPv1 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 002 elapsed time 390 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GSD_v0,FV3_GFS_v16_thompson,FV3_RRFS_v1alpha,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 003 elapsed time 778 seconds. -DAPP=ATM -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 001 elapsed time 406 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v16_RRTMGP,FV3_GFS_v16_thompson,FV3_GFS_v16_ras,FV3_HAFS_v0_hwrf_thompson,FV3_GFS_v16_nsstNoahmpUGWPv1 -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 002 elapsed time 384 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GSD_v0,FV3_GFS_v16_thompson,FV3_RRFS_v1alpha,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 003 elapsed time 763 seconds. -DAPP=ATM -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug Compile 004 elapsed time 190 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_HAFS_v0_hwrf_thompson -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 005 elapsed time 495 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v16_coupled_nsstNoahmpUGWPv1 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 006 elapsed time 280 seconds. -DAPP=S2S -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16_coupled_nsstNoahmpUGWPv1 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 005 elapsed time 490 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v16_coupled_nsstNoahmpUGWPv1 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 006 elapsed time 271 seconds. -DAPP=S2S -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16_coupled_nsstNoahmpUGWPv1 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211206/GNU/control -working dir = /glade/scratch/worthen/FV3_RT/rt_17758/control +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211209/GNU/control +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_52367/control Checking test 001 control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -56,13 +56,13 @@ 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 = 275.042139 +0:The total amount of wall time = 274.227095 Test 001 control PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211206/GNU/control -working dir = /glade/scratch/worthen/FV3_RT/rt_17758/control_restart +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211209/GNU/control +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_52367/control_restart Checking test 002 control_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -101,13 +101,13 @@ 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 = 137.727473 +0:The total amount of wall time = 137.673689 Test 002 control_restart PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211206/GNU/control_c48 -working dir = /glade/scratch/worthen/FV3_RT/rt_17758/control_c48 +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211209/GNU/control_c48 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_52367/control_c48 Checking test 003 control_c48 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -146,13 +146,13 @@ 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 = 817.428797 +0:The total amount of wall time = 817.780059 Test 003 control_c48 PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211206/GNU/control_stochy -working dir = /glade/scratch/worthen/FV3_RT/rt_17758/control_stochy +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211209/GNU/control_stochy +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_52367/control_stochy Checking test 004 control_stochy results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -163,13 +163,13 @@ Checking test 004 control_stochy results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -0:The total amount of wall time = 175.525529 +0:The total amount of wall time = 174.554939 Test 004 control_stochy PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211206/GNU/control_flake -working dir = /glade/scratch/worthen/FV3_RT/rt_17758/control_flake +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211209/GNU/control_flake +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_52367/control_flake Checking test 005 control_flake results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -180,13 +180,13 @@ Checking test 005 control_flake results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 337.616393 +0:The total amount of wall time = 337.629909 Test 005 control_flake PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211206/GNU/control_rrtmgp -working dir = /glade/scratch/worthen/FV3_RT/rt_17758/control_rrtmgp +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211209/GNU/control_rrtmgp +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_52367/control_rrtmgp Checking test 006 control_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -197,13 +197,13 @@ Checking test 006 control_rrtmgp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 340.475244 +0:The total amount of wall time = 340.422768 Test 006 control_rrtmgp PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211206/GNU/control_thompson -working dir = /glade/scratch/worthen/FV3_RT/rt_17758/control_thompson +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211209/GNU/control_thompson +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_52367/control_thompson Checking test 007 control_thompson results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -214,13 +214,13 @@ Checking test 007 control_thompson results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 360.625453 +0:The total amount of wall time = 362.120908 Test 007 control_thompson PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211206/GNU/control_thompson_no_aero -working dir = /glade/scratch/worthen/FV3_RT/rt_17758/control_thompson_no_aero +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211209/GNU/control_thompson_no_aero +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_52367/control_thompson_no_aero Checking test 008 control_thompson_no_aero results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -231,13 +231,13 @@ Checking test 008 control_thompson_no_aero results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 347.262620 +0:The total amount of wall time = 346.997732 Test 008 control_thompson_no_aero PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211206/GNU/control_ras -working dir = /glade/scratch/worthen/FV3_RT/rt_17758/control_ras +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211209/GNU/control_ras +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_52367/control_ras Checking test 009 control_ras results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -248,13 +248,13 @@ Checking test 009 control_ras results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 291.423781 +0:The total amount of wall time = 289.923274 Test 009 control_ras PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211206/GNU/control_p7 -working dir = /glade/scratch/worthen/FV3_RT/rt_17758/control_p7 +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211209/GNU/control_p7 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_52367/control_p7 Checking test 010 control_p7 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -301,13 +301,13 @@ Checking test 010 control_p7 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 286.175083 +0:The total amount of wall time = 285.480184 Test 010 control_p7 PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211206/GNU/HAFS_v0_HWRF_thompson -working dir = /glade/scratch/worthen/FV3_RT/rt_17758/fv3_HAFS_v0_hwrf_thompson +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211209/GNU/HAFS_v0_HWRF_thompson +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_52367/fv3_HAFS_v0_hwrf_thompson Checking test 011 fv3_HAFS_v0_hwrf_thompson results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -372,13 +372,13 @@ Checking test 011 fv3_HAFS_v0_hwrf_thompson results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -0:The total amount of wall time = 252.219353 +0:The total amount of wall time = 251.143523 Test 011 fv3_HAFS_v0_hwrf_thompson PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211206/GNU/ESG_HAFS_v0_HWRF_thompson -working dir = /glade/scratch/worthen/FV3_RT/rt_17758/fv3_esg_HAFS_v0_hwrf_thompson +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211209/GNU/ESG_HAFS_v0_HWRF_thompson +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_52367/fv3_esg_HAFS_v0_hwrf_thompson Checking test 012 fv3_esg_HAFS_v0_hwrf_thompson results .... Comparing atmos_4xdaily.nc .........OK Comparing phyf000.nc .........OK @@ -393,13 +393,13 @@ Checking test 012 fv3_esg_HAFS_v0_hwrf_thompson results .... Comparing RESTART/sfc_data.nc .........OK Comparing RESTART/phy_data.nc .........OK -0:The total amount of wall time = 455.519445 +0:The total amount of wall time = 455.284478 Test 012 fv3_esg_HAFS_v0_hwrf_thompson PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211206/GNU/fv3_gsd -working dir = /glade/scratch/worthen/FV3_RT/rt_17758/fv3_gsd +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211209/GNU/fv3_gsd +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_52367/fv3_gsd Checking test 013 fv3_gsd results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -464,13 +464,13 @@ Checking test 013 fv3_gsd results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 124.162262 +0:The total amount of wall time = 122.849585 Test 013 fv3_gsd PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211206/GNU/fv3_rrfs_v1alpha -working dir = /glade/scratch/worthen/FV3_RT/rt_17758/fv3_rrfs_v1alpha +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211209/GNU/fv3_rrfs_v1alpha +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_52367/fv3_rrfs_v1alpha Checking test 014 fv3_rrfs_v1alpha results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -535,13 +535,13 @@ Checking test 014 fv3_rrfs_v1alpha results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 171.502743 +0:The total amount of wall time = 171.782220 Test 014 fv3_rrfs_v1alpha PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211206/GNU/fv3_rrfs_v1beta -working dir = /glade/scratch/worthen/FV3_RT/rt_17758/fv3_rrfs_v1beta +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211209/GNU/fv3_rrfs_v1beta +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_52367/fv3_rrfs_v1beta Checking test 015 fv3_rrfs_v1beta results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -606,52 +606,52 @@ Checking test 015 fv3_rrfs_v1beta results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 163.460013 +0:The total amount of wall time = 171.006136 Test 015 fv3_rrfs_v1beta PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211206/GNU/control_debug -working dir = /glade/scratch/worthen/FV3_RT/rt_17758/control_debug +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211209/GNU/control_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_52367/control_debug Checking test 016 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 = 80.685592 +0:The total amount of wall time = 80.406938 Test 016 control_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211206/GNU/control_diag_debug -working dir = /glade/scratch/worthen/FV3_RT/rt_17758/control_diag_debug +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211209/GNU/control_diag_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_52367/control_diag_debug Checking test 017 control_diag_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 86.783986 +0:The total amount of wall time = 86.890643 Test 017 control_diag_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211206/GNU/fv3_regional_debug -working dir = /glade/scratch/worthen/FV3_RT/rt_17758/regional_debug +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211209/GNU/fv3_regional_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_52367/regional_debug Checking test 018 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.155175 +0:The total amount of wall time = 131.047572 Test 018 regional_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211206/GNU/fv3_rrfs_v1alpha_debug -working dir = /glade/scratch/worthen/FV3_RT/rt_17758/fv3_rrfs_v1alpha_debug +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211209/GNU/fv3_rrfs_v1alpha_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_52367/fv3_rrfs_v1alpha_debug Checking test 019 fv3_rrfs_v1alpha_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -716,13 +716,13 @@ Checking test 019 fv3_rrfs_v1alpha_debug results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 105.231508 +0:The total amount of wall time = 104.994213 Test 019 fv3_rrfs_v1alpha_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211206/GNU/fv3_rrfs_v1beta_debug -working dir = /glade/scratch/worthen/FV3_RT/rt_17758/fv3_rrfs_v1beta_debug +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211209/GNU/fv3_rrfs_v1beta_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_52367/fv3_rrfs_v1beta_debug Checking test 020 fv3_rrfs_v1beta_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -787,13 +787,13 @@ Checking test 020 fv3_rrfs_v1beta_debug results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 106.570006 +0:The total amount of wall time = 105.537571 Test 020 fv3_rrfs_v1beta_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211206/GNU/fv3_gsd_debug -working dir = /glade/scratch/worthen/FV3_RT/rt_17758/fv3_gsd_debug +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211209/GNU/fv3_gsd_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_52367/fv3_gsd_debug Checking test 021 fv3_gsd_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -858,13 +858,13 @@ Checking test 021 fv3_gsd_debug results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 135.819143 +0:The total amount of wall time = 135.029830 Test 021 fv3_gsd_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211206/GNU/fv3_gsd_diag_debug -working dir = /glade/scratch/worthen/FV3_RT/rt_17758/fv3_gsd_diag_debug +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211209/GNU/fv3_gsd_diag_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_52367/fv3_gsd_diag_debug Checking test 022 fv3_gsd_diag_debug results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -891,104 +891,104 @@ Checking test 022 fv3_gsd_diag_debug results .... Comparing atmf001.tile5.nc .........OK Comparing atmf001.tile6.nc .........OK -0:The total amount of wall time = 211.871138 +0:The total amount of wall time = 205.817688 Test 022 fv3_gsd_diag_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211206/GNU/control_thompson_debug -working dir = /glade/scratch/worthen/FV3_RT/rt_17758/control_thompson_debug +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211209/GNU/control_thompson_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_52367/control_thompson_debug Checking test 023 control_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 = 94.653914 +0:The total amount of wall time = 93.301929 Test 023 control_thompson_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211206/GNU/control_thompson_no_aero_debug -working dir = /glade/scratch/worthen/FV3_RT/rt_17758/control_thompson_no_aero_debug +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211209/GNU/control_thompson_no_aero_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_52367/control_thompson_no_aero_debug Checking test 024 control_thompson_no_aero_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 91.302742 +0:The total amount of wall time = 90.680599 Test 024 control_thompson_no_aero_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211206/GNU/control_thompson_debug_extdiag -working dir = /glade/scratch/worthen/FV3_RT/rt_17758/control_thompson_extdiag_debug +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211209/GNU/control_thompson_debug_extdiag +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_52367/control_thompson_extdiag_debug Checking test 025 control_thompson_extdiag_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 100.676517 +0:The total amount of wall time = 100.459992 Test 025 control_thompson_extdiag_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211206/GNU/control_rrtmgp_debug -working dir = /glade/scratch/worthen/FV3_RT/rt_17758/control_rrtmgp_debug +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211209/GNU/control_rrtmgp_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_52367/control_rrtmgp_debug Checking test 026 control_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 = 87.219574 +0:The total amount of wall time = 87.083444 Test 026 control_rrtmgp_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211206/GNU/control_ras_debug -working dir = /glade/scratch/worthen/FV3_RT/rt_17758/control_ras_debug +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211209/GNU/control_ras_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_52367/control_ras_debug Checking test 027 control_ras_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 83.929348 +0:The total amount of wall time = 83.048569 Test 027 control_ras_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211206/GNU/control_stochy_debug -working dir = /glade/scratch/worthen/FV3_RT/rt_17758/control_stochy_debug +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211209/GNU/control_stochy_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_52367/control_stochy_debug Checking test 028 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 = 91.487050 +0:The total amount of wall time = 90.948379 Test 028 control_stochy_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211206/GNU/control_debug_p7 -working dir = /glade/scratch/worthen/FV3_RT/rt_17758/control_debug_p7 +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211209/GNU/control_debug_p7 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_52367/control_debug_p7 Checking test 029 control_debug_p7 results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 88.535008 +0:The total amount of wall time = 88.193879 Test 029 control_debug_p7 PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211206/GNU/HAFS_v0_HWRF_thompson_debug -working dir = /glade/scratch/worthen/FV3_RT/rt_17758/fv3_HAFS_v0_hwrf_thompson_debug +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211209/GNU/HAFS_v0_HWRF_thompson_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_52367/fv3_HAFS_v0_hwrf_thompson_debug Checking test 030 fv3_HAFS_v0_hwrf_thompson_debug results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1053,13 +1053,13 @@ Checking test 030 fv3_HAFS_v0_hwrf_thompson_debug results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -0:The total amount of wall time = 107.676707 +0:The total amount of wall time = 107.789794 Test 030 fv3_HAFS_v0_hwrf_thompson_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211206/GNU/ESG_HAFS_v0_HWRF_thompson_debug -working dir = /glade/scratch/worthen/FV3_RT/rt_17758/fv3_esg_HAFS_v0_hwrf_thompson_debug +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211209/GNU/ESG_HAFS_v0_HWRF_thompson_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_52367/fv3_esg_HAFS_v0_hwrf_thompson_debug Checking test 031 fv3_esg_HAFS_v0_hwrf_thompson_debug results .... Comparing atmos_4xdaily.nc .........OK Comparing phyf000.nc .........OK @@ -1074,13 +1074,13 @@ Checking test 031 fv3_esg_HAFS_v0_hwrf_thompson_debug results .... Comparing RESTART/sfc_data.nc .........OK Comparing RESTART/phy_data.nc .........OK -0:The total amount of wall time = 215.472105 +0:The total amount of wall time = 213.699631 Test 031 fv3_esg_HAFS_v0_hwrf_thompson_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211206/GNU/cpld_control_c96_p7 -working dir = /glade/scratch/worthen/FV3_RT/rt_17758/cpld_control_c96_p7 +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211209/GNU/cpld_control_c96_p7 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_52367/cpld_control_c96_p7 Checking test 032 cpld_control_c96_p7 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -1130,13 +1130,13 @@ Checking test 032 cpld_control_c96_p7 results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK -0:The total amount of wall time = 368.939784 +0:The total amount of wall time = 368.732413 Test 032 cpld_control_c96_p7 PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211206/GNU/cpld_debug_p7 -working dir = /glade/scratch/worthen/FV3_RT/rt_17758/cpld_debug_p7 +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211209/GNU/cpld_debug_p7 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_52367/cpld_debug_p7 Checking test 033 cpld_debug_p7 results .... Comparing sfcf006.tile1.nc .........OK Comparing sfcf006.tile2.nc .........OK @@ -1186,11 +1186,11 @@ Checking test 033 cpld_debug_p7 results .... Comparing RESTART/iced.2021-03-22-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-22-43200.nc .........OK -0:The total amount of wall time = 338.770240 +0:The total amount of wall time = 334.972124 Test 033 cpld_debug_p7 PASS REGRESSION TEST WAS SUCCESSFUL -Wed Dec 8 12:57:26 MST 2021 -Elapsed time: 00h:22m:58s. Have a nice day! +Thu Dec 9 20:35:07 MST 2021 +Elapsed time: 00h:23m:09s. Have a nice day! From 49f74a97ea92556fdc89947d3b1df878a9b42860 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Thu, 9 Dec 2021 20:40:50 -0700 Subject: [PATCH 13/28] Update submodule pointer for fv3atm one more time --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index 8e4866be39..4e5639f2bd 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 8e4866be39c5d7f58737fd63fe1b04775a917a19 +Subproject commit 4e5639f2bdff7f30e65b488e31c2022daa8af1eb From e287c055077b4bad0a198f929ea85631684bc995 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Thu, 9 Dec 2021 20:52:57 -0700 Subject: [PATCH 14/28] Update submodule pointer for fv3atm AGAIN --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index 4e5639f2bd..b10942fed6 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 4e5639f2bdff7f30e65b488e31c2022daa8af1eb +Subproject commit b10942fed69294b357db83951da3ff9e55068e86 From 7e639c5de5ff56e340d1fd5ba2dd7af89a5eacc1 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Wed, 22 Dec 2021 11:08:59 -0700 Subject: [PATCH 15/28] Use correct CNTL_DIR for test control_wam_debug --- tests/tests/control_wam_debug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tests/control_wam_debug b/tests/tests/control_wam_debug index fc2b8ab937..379d3584e4 100644 --- a/tests/tests/control_wam_debug +++ b/tests/tests/control_wam_debug @@ -6,7 +6,7 @@ export TEST_DESCR="Compare global control multigases debug results with previous trunk version" -export CNTL_DIR=control_wam +export CNTL_DIR=control_wam_debug export LIST_FILES="sfcf019.nc \ atmf019.nc" From 1f3468bb5c6367d242d2738a69abe32a6e7a39e9 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Wed, 22 Dec 2021 13:05:38 -0700 Subject: [PATCH 16/28] Update submodule pointer for fv3atm --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index 2fa9b76ffb..e961f388b9 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 2fa9b76ffb68ae8eac5a072c4038555062da5f6b +Subproject commit e961f388b9fcd495073b2fb130561b2947d08103 From 27718b1a473c5b70c653101b1de796369cd7c335 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Wed, 22 Dec 2021 13:33:13 -0700 Subject: [PATCH 17/28] Update submodule pointer for fv3atm --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index e961f388b9..33d41affd6 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit e961f388b9fcd495073b2fb130561b2947d08103 +Subproject commit 33d41affd6241b088b33fc2422e746e13a705f77 From f9c2c0edd01c007c4a4f39c8a180a62cabfc1ef3 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Tue, 28 Dec 2021 20:53:27 -0700 Subject: [PATCH 18/28] Update submodule pointer for fv3atm --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index af11409bb6..1662926897 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit af11409bb60d7ac9bb4bb508507e2ba5dd1b68d8 +Subproject commit 16629268971eb9446bee9d595231e99c9b1b105b From e719fcd7ee03c71d13c4207d19c3bb668805e457 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Wed, 29 Dec 2021 06:59:55 -0700 Subject: [PATCH 19/28] Add missing diag_table entry to control_wam_debug, add control_wam_debug to rt_gnu.conf, update BLDATE in rt.sh --- tests/rt.conf | 8 ++++---- tests/rt.sh | 2 +- tests/rt_gnu.conf | 4 ++-- tests/tests/control_wam_debug | 2 ++ 4 files changed, 9 insertions(+), 7 deletions(-) diff --git a/tests/rt.conf b/tests/rt.conf index a9dbd88771..055dc88a63 100644 --- a/tests/rt.conf +++ b/tests/rt.conf @@ -147,10 +147,10 @@ RUN | hafs_regional_atm RUN | hafs_regional_atm_ocn | - wcoss2 | fv3 | RUN | hafs_regional_atm_wav | - wcoss2 | fv3 | RUN | hafs_regional_atm_ocn_wav | - wcoss2 | fv3 | -RUN | hafs_regional_1nest_atm | - jet.intel wcoss2 | fv3 | -RUN | hafs_regional_telescopic_2nests_atm | - jet.intel wcoss2 | fv3 | -RUN | hafs_global_1nest_atm | - jet.intel wcoss2 | fv3 | -RUN | hafs_global_multiple_4nests_atm | - jet.intel wcoss_cray wcoss2 | fv3 | +RUN | hafs_regional_1nest_atm | - jet.intel wcoss2 | fv3 | +RUN | hafs_regional_telescopic_2nests_atm | - jet.intel wcoss2 | fv3 | +RUN | hafs_global_1nest_atm | - jet.intel wcoss2 | fv3 | +RUN | hafs_global_multiple_4nests_atm | - jet.intel wcoss_cray wcoss2 | fv3 | COMPILE | -DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst -D32BIT=ON | - wcoss_cray wcoss2 | fv3 | RUN | hafs_regional_docn | - wcoss_cray wcoss2 | fv3 | diff --git a/tests/rt.sh b/tests/rt.sh index f7fcf2c65f..45e16fefcb 100755 --- a/tests/rt.sh +++ b/tests/rt.sh @@ -465,7 +465,7 @@ if [[ $TESTS_FILE =~ '35d' ]]; then TEST_35D=true fi -BL_DATE=20211222 +BL_DATE=20211229 if [[ $MACHINE_ID = hera.* ]] || [[ $MACHINE_ID = orion.* ]] || [[ $MACHINE_ID = cheyenne.* ]] || [[ $MACHINE_ID = gaea.* ]] || [[ $MACHINE_ID = jet.* ]] || [[ $MACHINE_ID = s4.* ]]; then RTPWD=${RTPWD:-$DISKNM/NEMSfv3gfs/develop-${BL_DATE}/${RT_COMPILER^^}} else diff --git a/tests/rt_gnu.conf b/tests/rt_gnu.conf index d5a1e5d4b6..058dd203d2 100644 --- a/tests/rt_gnu.conf +++ b/tests/rt_gnu.conf @@ -55,8 +55,8 @@ RUN | control_ras_debug RUN | control_stochy_debug | | fv3 | RUN | control_debug_p7 | | fv3 | -#COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_2017_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON | | fv3 | -#RUN | fv3_multigases_debug | | fv3 | +COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON | | fv3 | +RUN | control_wam_debug | | fv3 | ################################################################################################################################################################## # S2S tests # diff --git a/tests/tests/control_wam_debug b/tests/tests/control_wam_debug index 379d3584e4..cd87450c7e 100644 --- a/tests/tests/control_wam_debug +++ b/tests/tests/control_wam_debug @@ -38,6 +38,7 @@ export DO_SAT_ADJ=.false. export FV3_RUN=wam_run.IN export CCPP_SUITE=FV3_GFS_v16_fv3wam export INPUT_NML=wam.nml.IN +export DIAG_TABLE=diag_table_wam export FIELD_TABLE=field_table_wam export QUILTING=.true. @@ -48,3 +49,4 @@ export H2O_PHYS=.true. export NFHOUT=6 export NFHMAX=24 export NFHOUT_HF=6 +export FHROT=18 From 1a8150ac64853931b481d2a3597da5491281d719 Mon Sep 17 00:00:00 2001 From: Brian Curtis Date: Wed, 29 Dec 2021 22:03:32 +0000 Subject: [PATCH 20/28] RT JOBS PASSED: hera.gnu. Log file uploaded. on-behalf-of @ufs-community --- tests/RegressionTests_hera.gnu.log | 295 +++++++++++++++-------------- 1 file changed, 153 insertions(+), 142 deletions(-) diff --git a/tests/RegressionTests_hera.gnu.log b/tests/RegressionTests_hera.gnu.log index f2ff16346f..b7ed5e7184 100644 --- a/tests/RegressionTests_hera.gnu.log +++ b/tests/RegressionTests_hera.gnu.log @@ -1,16 +1,15 @@ -Wed Dec 29 13:17:21 UTC 2021 +Wed Dec 29 21:15:14 UTC 2021 Start Regression test -Test 005 compile FAIL +Compile 001 elapsed time 193 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v16_RRTMGP,FV3_GFS_v16_thompson,FV3_GFS_v16_ras,FV3_GFS_v16_nsstNoahmpUGWPv1 -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 002 elapsed time 188 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 003 elapsed time 273 seconds. -DAPP=ATM -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 004 elapsed time 99 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 005 elapsed time 216 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v16_coupled_nsstNoahmpUGWPv1 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 006 elapsed time 115 seconds. -DAPP=S2S -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16_coupled_nsstNoahmpUGWPv1 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 001 elapsed time 199 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v16_RRTMGP,FV3_GFS_v16_thompson,FV3_GFS_v16_ras,FV3_GFS_v16_nsstNoahmpUGWPv1 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 002 elapsed time 186 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 003 elapsed time 275 seconds. -DAPP=ATM -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 004 elapsed time 219 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v16_coupled_nsstNoahmpUGWPv1 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 005 elapsed time 115 seconds. -DAPP=S2S -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16_coupled_nsstNoahmpUGWPv1 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/GNU/control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_8572/control +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/GNU/control +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_11036/control Checking test 001 control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -57,14 +56,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 = 811.944735 - 0: The maximum resident set size (KB) = 444176 + 0: The total amount of wall time = 786.613387 + 0: The maximum resident set size (KB) = 441620 Test 001 control PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/GNU/control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_8572/control_restart +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/GNU/control +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_11036/control_restart Checking test 002 control_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -103,14 +102,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 = 396.397510 - 0: The maximum resident set size (KB) = 183464 + 0: The total amount of wall time = 392.143506 + 0: The maximum resident set size (KB) = 180580 Test 002 control_restart PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/GNU/control_c48 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_8572/control_c48 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/GNU/control_c48 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_11036/control_c48 Checking test 003 control_c48 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -149,14 +148,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 = 678.142183 -0: The maximum resident set size (KB) = 691536 +0: The total amount of wall time = 677.589868 +0: The maximum resident set size (KB) = 690084 Test 003 control_c48 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/GNU/control_stochy -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_8572/control_stochy +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/GNU/control_stochy +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_11036/control_stochy Checking test 004 control_stochy results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -167,14 +166,14 @@ Checking test 004 control_stochy results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 616.660186 - 0: The maximum resident set size (KB) = 448720 + 0: The total amount of wall time = 613.658918 + 0: The maximum resident set size (KB) = 444880 Test 004 control_stochy PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/GNU/control_flake -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_8572/control_flake +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/GNU/control_flake +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_11036/control_flake Checking test 005 control_flake results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -185,14 +184,14 @@ Checking test 005 control_flake results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 1368.128353 - 0: The maximum resident set size (KB) = 491616 + 0: The total amount of wall time = 1366.668549 + 0: The maximum resident set size (KB) = 491192 Test 005 control_flake PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/GNU/control_rrtmgp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_8572/control_rrtmgp +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/GNU/control_rrtmgp +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_11036/control_rrtmgp Checking test 006 control_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -203,14 +202,14 @@ Checking test 006 control_rrtmgp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 883.717109 - 0: The maximum resident set size (KB) = 539164 + 0: The total amount of wall time = 840.644831 + 0: The maximum resident set size (KB) = 541816 Test 006 control_rrtmgp PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/GNU/control_thompson -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_8572/control_thompson +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/GNU/control_thompson +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_11036/control_thompson Checking test 007 control_thompson results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -221,14 +220,14 @@ Checking test 007 control_thompson results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 995.432797 - 0: The maximum resident set size (KB) = 806984 + 0: The total amount of wall time = 979.560637 + 0: The maximum resident set size (KB) = 805616 Test 007 control_thompson PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/GNU/control_thompson_no_aero -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_8572/control_thompson_no_aero +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/GNU/control_thompson_no_aero +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_11036/control_thompson_no_aero Checking test 008 control_thompson_no_aero results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -239,14 +238,14 @@ Checking test 008 control_thompson_no_aero results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 970.458012 - 0: The maximum resident set size (KB) = 795420 + 0: The total amount of wall time = 969.099918 + 0: The maximum resident set size (KB) = 800224 Test 008 control_thompson_no_aero PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/GNU/control_ras -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_8572/control_ras +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/GNU/control_ras +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_11036/control_ras Checking test 009 control_ras results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -257,14 +256,14 @@ Checking test 009 control_ras results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 817.795917 - 0: The maximum resident set size (KB) = 452160 + 0: The total amount of wall time = 824.505085 + 0: The maximum resident set size (KB) = 450888 Test 009 control_ras PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/GNU/control_p7 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_8572/control_p7 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/GNU/control_p7 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_11036/control_p7 Checking test 010 control_p7 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -311,14 +310,14 @@ Checking test 010 control_p7 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 819.702391 - 0: The maximum resident set size (KB) = 478080 + 0: The total amount of wall time = 817.129021 + 0: The maximum resident set size (KB) = 479060 Test 010 control_p7 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/GNU/rap_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_8572/rap_control +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/GNU/rap_control +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_11036/rap_control Checking test 011 rap_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -365,14 +364,14 @@ Checking test 011 rap_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1395.733281 - 0: The maximum resident set size (KB) = 789864 + 0: The total amount of wall time = 1383.353763 + 0: The maximum resident set size (KB) = 789020 Test 011 rap_control PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/GNU/rap_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_8572/rap_2threads +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/GNU/rap_control +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_11036/rap_2threads Checking test 012 rap_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -419,14 +418,14 @@ Checking test 012 rap_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1425.949892 - 0: The maximum resident set size (KB) = 845212 + 0: The total amount of wall time = 1454.143406 + 0: The maximum resident set size (KB) = 851120 Test 012 rap_2threads PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/GNU/rap_sfcdiff -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_8572/rap_sfcdiff +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/GNU/rap_sfcdiff +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_11036/rap_sfcdiff Checking test 013 rap_sfcdiff results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -473,14 +472,14 @@ Checking test 013 rap_sfcdiff results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1362.286361 - 0: The maximum resident set size (KB) = 786728 + 0: The total amount of wall time = 1381.898789 + 0: The maximum resident set size (KB) = 784564 Test 013 rap_sfcdiff PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/GNU/rap_sfcdiff -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_8572/rap_sfcdiff_restart +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/GNU/rap_sfcdiff +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_11036/rap_sfcdiff_restart Checking test 014 rap_sfcdiff_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -519,14 +518,14 @@ Checking test 014 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 = 654.418554 - 0: The maximum resident set size (KB) = 529364 + 0: The total amount of wall time = 684.565009 + 0: The maximum resident set size (KB) = 532436 Test 014 rap_sfcdiff_restart PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/GNU/hrrr_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_8572/hrrr_control +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/GNU/hrrr_control +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_11036/hrrr_control Checking test 015 hrrr_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -573,14 +572,14 @@ Checking test 015 hrrr_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1383.639967 - 0: The maximum resident set size (KB) = 785888 + 0: The total amount of wall time = 1331.548676 + 0: The maximum resident set size (KB) = 786684 Test 015 hrrr_control PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/GNU/rrfs_v1beta -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_8572/rrfs_v1beta +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/GNU/rrfs_v1beta +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_11036/rrfs_v1beta Checking test 016 rrfs_v1beta results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -627,211 +626,223 @@ Checking test 016 rrfs_v1beta results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1396.758793 - 0: The maximum resident set size (KB) = 785280 + 0: The total amount of wall time = 1406.791680 + 0: The maximum resident set size (KB) = 782108 Test 016 rrfs_v1beta PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/GNU/control_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_8572/control_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/GNU/control_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_11036/control_debug Checking test 017 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 = 100.133106 - 0: The maximum resident set size (KB) = 437904 + 0: The total amount of wall time = 103.535386 + 0: The maximum resident set size (KB) = 437828 Test 017 control_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/GNU/control_diag_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_8572/control_diag_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/GNU/control_diag_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_11036/control_diag_debug Checking test 018 control_diag_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 126.291446 - 0: The maximum resident set size (KB) = 495168 + 0: The total amount of wall time = 128.679823 + 0: The maximum resident set size (KB) = 497308 Test 018 control_diag_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/GNU/fv3_regional_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_8572/regional_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/GNU/fv3_regional_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_11036/regional_debug Checking test 019 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 = 127.640935 - 0: The maximum resident set size (KB) = 544920 + 0: The total amount of wall time = 126.733972 + 0: The maximum resident set size (KB) = 546412 Test 019 regional_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/GNU/rap_control_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_8572/rap_control_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/GNU/rap_control_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_11036/rap_control_debug Checking test 020 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 = 166.660073 - 0: The maximum resident set size (KB) = 803232 + 0: The total amount of wall time = 163.189705 + 0: The maximum resident set size (KB) = 804544 Test 020 rap_control_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/GNU/rap_diag_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_8572/rap_diag_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/GNU/rap_diag_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_11036/rap_diag_debug Checking test 021 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 = 205.922290 - 0: The maximum resident set size (KB) = 886208 + 0: The total amount of wall time = 211.690652 + 0: The maximum resident set size (KB) = 884536 Test 021 rap_diag_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/GNU/rap_noah_sfcdiff_cires_ugwp_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_8572/rap_noah_sfcdiff_cires_ugwp_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/GNU/rap_noah_sfcdiff_cires_ugwp_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_11036/rap_noah_sfcdiff_cires_ugwp_debug Checking test 022 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 = 259.710015 - 0: The maximum resident set size (KB) = 803512 + 0: The total amount of wall time = 267.128240 + 0: The maximum resident set size (KB) = 799008 Test 022 rap_noah_sfcdiff_cires_ugwp_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/GNU/rrfs_v1beta_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_8572/rrfs_v1beta_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/GNU/rrfs_v1beta_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_11036/rrfs_v1beta_debug Checking test 023 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 = 165.188547 - 0: The maximum resident set size (KB) = 802824 + 0: The total amount of wall time = 168.781533 + 0: The maximum resident set size (KB) = 800956 Test 023 rrfs_v1beta_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/GNU/control_thompson_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_8572/control_thompson_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/GNU/control_thompson_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_11036/control_thompson_debug Checking test 024 control_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 = 112.618295 - 0: The maximum resident set size (KB) = 795232 + 0: The total amount of wall time = 114.739254 + 0: The maximum resident set size (KB) = 799988 Test 024 control_thompson_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/GNU/control_thompson_no_aero_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_8572/control_thompson_no_aero_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/GNU/control_thompson_no_aero_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_11036/control_thompson_no_aero_debug Checking test 025 control_thompson_no_aero_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 112.802118 - 0: The maximum resident set size (KB) = 791636 + 0: The total amount of wall time = 108.448095 + 0: The maximum resident set size (KB) = 790736 Test 025 control_thompson_no_aero_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/GNU/control_thompson_debug_extdiag -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_8572/control_thompson_extdiag_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/GNU/control_thompson_debug_extdiag +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_11036/control_thompson_extdiag_debug Checking test 026 control_thompson_extdiag_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 136.799670 - 0: The maximum resident set size (KB) = 828212 + 0: The total amount of wall time = 132.294546 + 0: The maximum resident set size (KB) = 825892 Test 026 control_thompson_extdiag_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/GNU/control_rrtmgp_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_8572/control_rrtmgp_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/GNU/control_rrtmgp_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_11036/control_rrtmgp_debug Checking test 027 control_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 = 109.669452 - 0: The maximum resident set size (KB) = 540372 + 0: The total amount of wall time = 104.332125 + 0: The maximum resident set size (KB) = 533780 Test 027 control_rrtmgp_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/GNU/control_ras_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_8572/control_ras_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/GNU/control_ras_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_11036/control_ras_debug Checking test 028 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 = 101.396067 - 0: The maximum resident set size (KB) = 449932 + 0: The total amount of wall time = 100.840529 + 0: The maximum resident set size (KB) = 450236 Test 028 control_ras_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/GNU/control_stochy_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_8572/control_stochy_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/GNU/control_stochy_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_11036/control_stochy_debug Checking test 029 control_stochy_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 116.191157 - 0: The maximum resident set size (KB) = 442492 + 0: The total amount of wall time = 122.260812 + 0: The maximum resident set size (KB) = 440956 Test 029 control_stochy_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/GNU/control_debug_p7 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_8572/control_debug_p7 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/GNU/control_debug_p7 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_11036/control_debug_p7 Checking test 030 control_debug_p7 results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 105.530933 - 0: The maximum resident set size (KB) = 474240 + 0: The total amount of wall time = 110.683239 + 0: The maximum resident set size (KB) = 474252 Test 030 control_debug_p7 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/GNU/cpld_control_c96_p7 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_8572/cpld_control_c96_p7 -Checking test 031 cpld_control_c96_p7 results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/GNU/control_wam_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_11036/control_wam_debug +Checking test 031 control_wam_debug results .... + Comparing sfcf019.nc .........OK + Comparing atmf019.nc .........OK + + 0: The total amount of wall time = 181.525441 + 0: The maximum resident set size (KB) = 187560 + +Test 031 control_wam_debug PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/GNU/cpld_control_c96_p7 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_11036/cpld_control_c96_p7 +Checking test 032 cpld_control_c96_p7 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK Comparing sfcf024.tile3.nc .........OK @@ -880,15 +891,15 @@ Checking test 031 cpld_control_c96_p7 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 = 1094.746256 - 0: The maximum resident set size (KB) = 502652 + 0: The total amount of wall time = 1112.394079 + 0: The maximum resident set size (KB) = 503276 -Test 031 cpld_control_c96_p7 PASS +Test 032 cpld_control_c96_p7 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/GNU/cpld_debug_p7 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_8572/cpld_debug_p7 -Checking test 032 cpld_debug_p7 results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/GNU/cpld_debug_p7 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_11036/cpld_debug_p7 +Checking test 033 cpld_debug_p7 results .... Comparing sfcf006.tile1.nc .........OK Comparing sfcf006.tile2.nc .........OK Comparing sfcf006.tile3.nc .........OK @@ -937,12 +948,12 @@ Checking test 032 cpld_debug_p7 results .... Comparing RESTART/iced.2021-03-22-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-22-43200.nc .........OK - 0: The total amount of wall time = 568.020668 - 0: The maximum resident set size (KB) = 515372 + 0: The total amount of wall time = 557.466411 + 0: The maximum resident set size (KB) = 513968 -Test 032 cpld_debug_p7 PASS +Test 033 cpld_debug_p7 PASS REGRESSION TEST WAS SUCCESSFUL -Wed Dec 29 14:03:38 UTC 2021 -Elapsed time: 00h:46m:18s. Have a nice day! +Wed Dec 29 22:03:30 UTC 2021 +Elapsed time: 00h:48m:16s. Have a nice day! From cfbb30327ceae6d23ce55806f92cf121505e03c6 Mon Sep 17 00:00:00 2001 From: Brian Curtis Date: Wed, 29 Dec 2021 16:07:28 -0600 Subject: [PATCH 21/28] RT JOBS PASSED: orion.intel. Log file uploaded. on-behalf-of @ufs-community --- tests/RegressionTests_orion.intel.log | 1015 +++++++++++++------------ 1 file changed, 514 insertions(+), 501 deletions(-) diff --git a/tests/RegressionTests_orion.intel.log b/tests/RegressionTests_orion.intel.log index 2bf086f5c9..3ebab5fe87 100644 --- a/tests/RegressionTests_orion.intel.log +++ b/tests/RegressionTests_orion.intel.log @@ -1,22 +1,23 @@ -Tue Dec 28 16:38:25 CST 2021 +Wed Dec 29 15:10:08 CST 2021 Start Regression test -Compile 001 elapsed time 491 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v16_coupled_nsstNoahmpUGWPv1,FV3_GFS_v16_coupled_p7_rrtmgp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 002 elapsed time 193 seconds. -DAPP=S2S -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16_coupled_nsstNoahmpUGWPv1 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 003 elapsed time 402 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v15_thompson_mynn_RRTMGP,FV3_GFS_v16_nsstNoahmpUGWPv1,FV3_GFS_v16_p7_rrtmgp -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 004 elapsed time 395 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 005 elapsed time 422 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_RRTMGP,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_thompson,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 006 elapsed time 367 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DREPRO=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -Compile 007 elapsed time 200 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_RRTMGP,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp,FV3_GFS_v16_thompson,FV3_GFS_v15_thompson_mynn,FV3_GFS_v16_nsstNoahmpUGWPv1 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 008 elapsed time 190 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_RAP,FV3_RAP_cires_ugwp,FV3_RAP_unified_ugwp,FV3_RAP_noah,FV3_RAP_RRTMGP,FV3_RAP_sfcdiff,FV3_RAP_flake,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 009 elapsed time 391 seconds. -DAPP=HAFSW -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 010 elapsed time 400 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 011 elapsed time 208 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 012 elapsed time 107 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 013 elapsed time 356 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/cpld_control_p7 -working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_311301/cpld_control_p7 +Compile 001 elapsed time 566 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v16_coupled_nsstNoahmpUGWPv1,FV3_GFS_v16_coupled_p7_rrtmgp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 002 elapsed time 190 seconds. -DAPP=S2S -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16_coupled_nsstNoahmpUGWPv1 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 003 elapsed time 428 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v15_thompson_mynn_RRTMGP,FV3_GFS_v16_nsstNoahmpUGWPv1,FV3_GFS_v16_p7_rrtmgp -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 004 elapsed time 428 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 005 elapsed time 502 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_RRTMGP,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_thompson,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 006 elapsed time 363 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DREPRO=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit +Compile 007 elapsed time 181 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_RRTMGP,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp,FV3_GFS_v16_thompson,FV3_GFS_v15_thompson_mynn,FV3_GFS_v16_nsstNoahmpUGWPv1 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 008 elapsed time 181 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_RAP,FV3_RAP_cires_ugwp,FV3_RAP_unified_ugwp,FV3_RAP_noah,FV3_RAP_RRTMGP,FV3_RAP_sfcdiff,FV3_RAP_flake,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 009 elapsed time 160 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 010 elapsed time 400 seconds. -DAPP=HAFSW -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 011 elapsed time 411 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 012 elapsed time 207 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 013 elapsed time 124 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 014 elapsed time 428 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/cpld_control_p7 +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_88642/cpld_control_p7 Checking test 001 cpld_control_p7 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -69,14 +70,14 @@ Checking test 001 cpld_control_p7 results .... Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK - 0: The total amount of wall time = 212.799997 - 0: The maximum resident set size (KB) = 640780 + 0: The total amount of wall time = 320.879399 + 0: The maximum resident set size (KB) = 639560 Test 001 cpld_control_p7 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/cpld_control_p7_rrtmgp -working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_311301/cpld_control_p7_rrtmgp +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/cpld_control_p7_rrtmgp +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_88642/cpld_control_p7_rrtmgp Checking test 002 cpld_control_p7_rrtmgp results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -129,14 +130,14 @@ Checking test 002 cpld_control_p7_rrtmgp results .... Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK - 0: The total amount of wall time = 279.872280 - 0: The maximum resident set size (KB) = 738040 + 0: The total amount of wall time = 248.747051 + 0: The maximum resident set size (KB) = 739536 Test 002 cpld_control_p7_rrtmgp PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/cpld_control_p7 -working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_311301/cpld_2threads_p7 +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/cpld_control_p7 +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_88642/cpld_2threads_p7 Checking test 003 cpld_2threads_p7 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -189,14 +190,14 @@ Checking test 003 cpld_2threads_p7 results .... Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK - 0: The total amount of wall time = 242.574528 - 0: The maximum resident set size (KB) = 691840 + 0: The total amount of wall time = 245.933143 + 0: The maximum resident set size (KB) = 693248 Test 003 cpld_2threads_p7 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/cpld_control_p7 -working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_311301/cpld_decomp_p7 +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/cpld_control_p7 +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_88642/cpld_decomp_p7 Checking test 004 cpld_decomp_p7 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -249,14 +250,14 @@ Checking test 004 cpld_decomp_p7 results .... Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK - 0: The total amount of wall time = 214.109078 - 0: The maximum resident set size (KB) = 637476 + 0: The total amount of wall time = 217.585620 + 0: The maximum resident set size (KB) = 637024 Test 004 cpld_decomp_p7 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/cpld_control_p7 -working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_311301/cpld_mpi_p7 +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/cpld_control_p7 +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_88642/cpld_mpi_p7 Checking test 005 cpld_mpi_p7 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -309,14 +310,14 @@ Checking test 005 cpld_mpi_p7 results .... Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK - 0: The total amount of wall time = 189.882679 - 0: The maximum resident set size (KB) = 649436 + 0: The total amount of wall time = 186.628470 + 0: The maximum resident set size (KB) = 647904 Test 005 cpld_mpi_p7 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/cpld_bmark_p7 -working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_311301/cpld_bmark_p7 +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/cpld_bmark_p7 +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_88642/cpld_bmark_p7 Checking test 006 cpld_bmark_p7 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -361,14 +362,14 @@ Checking test 006 cpld_bmark_p7 results .... Comparing RESTART/iced.2013-04-01-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-21600.nc .........OK - 0: The total amount of wall time = 890.375536 - 0: The maximum resident set size (KB) = 1454924 + 0: The total amount of wall time = 881.526773 + 0: The maximum resident set size (KB) = 1467612 Test 006 cpld_bmark_p7 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/cpld_bmark_p7 -working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_311301/cpld_bmark_mpi_p7 +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/cpld_bmark_p7 +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_88642/cpld_bmark_mpi_p7 Checking test 007 cpld_bmark_mpi_p7 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -413,14 +414,14 @@ Checking test 007 cpld_bmark_mpi_p7 results .... Comparing RESTART/iced.2013-04-01-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-21600.nc .........OK - 0: The total amount of wall time = 865.354304 - 0: The maximum resident set size (KB) = 1490000 + 0: The total amount of wall time = 866.994004 + 0: The maximum resident set size (KB) = 1488968 Test 007 cpld_bmark_mpi_p7 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/cpld_control_c96_p7 -working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_311301/cpld_control_c96_p7 +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/cpld_control_c96_p7 +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_88642/cpld_control_c96_p7 Checking test 008 cpld_control_c96_p7 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -470,14 +471,14 @@ Checking test 008 cpld_control_c96_p7 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 = 204.675401 - 0: The maximum resident set size (KB) = 625940 + 0: The total amount of wall time = 207.889774 + 0: The maximum resident set size (KB) = 612852 Test 008 cpld_control_c96_p7 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/cpld_control_c96_p7 -working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_311301/cpld_restart_c96_p7 +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/cpld_control_c96_p7 +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_88642/cpld_restart_c96_p7 Checking test 009 cpld_restart_c96_p7 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -527,14 +528,14 @@ Checking test 009 cpld_restart_c96_p7 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 = 117.620450 - 0: The maximum resident set size (KB) = 392396 + 0: The total amount of wall time = 116.981559 + 0: The maximum resident set size (KB) = 391344 Test 009 cpld_restart_c96_p7 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/cpld_control_c192_p7 -working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_311301/cpld_control_c192_p7 +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/cpld_control_c192_p7 +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_88642/cpld_control_c192_p7 Checking test 010 cpld_control_c192_p7 results .... Comparing sfcf036.tile1.nc .........OK Comparing sfcf036.tile2.nc .........OK @@ -584,14 +585,14 @@ Checking test 010 cpld_control_c192_p7 results .... Comparing RESTART/iced.2021-03-23-64800.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-64800.nc .........OK - 0: The total amount of wall time = 854.358540 - 0: The maximum resident set size (KB) = 848472 + 0: The total amount of wall time = 854.135095 + 0: The maximum resident set size (KB) = 846660 Test 010 cpld_control_c192_p7 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/cpld_control_c192_p7 -working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_311301/cpld_restart_c192_p7 +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/cpld_control_c192_p7 +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_88642/cpld_restart_c192_p7 Checking test 011 cpld_restart_c192_p7 results .... Comparing sfcf036.tile1.nc .........OK Comparing sfcf036.tile2.nc .........OK @@ -641,14 +642,14 @@ Checking test 011 cpld_restart_c192_p7 results .... Comparing RESTART/iced.2021-03-23-64800.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-64800.nc .........OK - 0: The total amount of wall time = 589.628587 - 0: The maximum resident set size (KB) = 913588 + 0: The total amount of wall time = 596.831263 + 0: The maximum resident set size (KB) = 911444 Test 011 cpld_restart_c192_p7 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/cpld_control_c384_p7 -working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_311301/cpld_control_c384_p7 +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/cpld_control_c384_p7 +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_88642/cpld_control_c384_p7 Checking test 012 cpld_control_c384_p7 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -691,14 +692,14 @@ Checking test 012 cpld_control_c384_p7 results .... Comparing RESTART/iced.2021-03-22-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-22-43200.nc .........OK - 0: The total amount of wall time = 1019.460994 - 0: The maximum resident set size (KB) = 1437604 + 0: The total amount of wall time = 1007.570075 + 0: The maximum resident set size (KB) = 1437384 Test 012 cpld_control_c384_p7 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/cpld_control_c384_p7 -working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_311301/cpld_restart_c384_p7 +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/cpld_control_c384_p7 +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_88642/cpld_restart_c384_p7 Checking test 013 cpld_restart_c384_p7 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -741,14 +742,14 @@ Checking test 013 cpld_restart_c384_p7 results .... Comparing RESTART/iced.2021-03-22-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-22-43200.nc .........OK - 0: The total amount of wall time = 547.801815 - 0: The maximum resident set size (KB) = 1396240 + 0: The total amount of wall time = 562.424422 + 0: The maximum resident set size (KB) = 1395608 Test 013 cpld_restart_c384_p7 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/cpld_debug_p7 -working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_311301/cpld_debug_p7 +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/cpld_debug_p7 +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_88642/cpld_debug_p7 Checking test 014 cpld_debug_p7 results .... Comparing sfcf006.tile1.nc .........OK Comparing sfcf006.tile2.nc .........OK @@ -798,14 +799,14 @@ Checking test 014 cpld_debug_p7 results .... Comparing RESTART/iced.2021-03-22-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-22-43200.nc .........OK - 0: The total amount of wall time = 633.951485 - 0: The maximum resident set size (KB) = 686420 + 0: The total amount of wall time = 681.299547 + 0: The maximum resident set size (KB) = 690320 Test 014 cpld_debug_p7 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control -working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_311301/control +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_88642/control Checking test 015 control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -852,14 +853,14 @@ Checking test 015 control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 120.638836 - 0: The maximum resident set size (KB) = 486132 + 0: The total amount of wall time = 121.923121 + 0: The maximum resident set size (KB) = 485584 Test 015 control PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control -working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_311301/control_decomp +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_88642/control_decomp Checking test 016 control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -902,14 +903,14 @@ Checking test 016 control_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 128.539838 - 0: The maximum resident set size (KB) = 487544 + 0: The total amount of wall time = 132.053835 + 0: The maximum resident set size (KB) = 486896 Test 016 control_decomp PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control -working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_311301/control_2threads +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_88642/control_2threads Checking test 017 control_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -952,14 +953,14 @@ Checking test 017 control_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 144.990490 - 0: The maximum resident set size (KB) = 533696 + 0: The total amount of wall time = 146.492930 + 0: The maximum resident set size (KB) = 533492 Test 017 control_2threads PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control -working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_311301/control_restart +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_88642/control_restart Checking test 018 control_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -998,14 +999,14 @@ Checking test 018 control_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 66.436134 - 0: The maximum resident set size (KB) = 224496 + 0: The total amount of wall time = 66.966540 + 0: The maximum resident set size (KB) = 221016 Test 018 control_restart PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control -working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_311301/control_fhzero +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_88642/control_fhzero Checking test 019 control_fhzero results .... Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf021.nc ............ALT CHECK......OK @@ -1048,14 +1049,14 @@ Checking test 019 control_fhzero results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 114.257713 - 0: The maximum resident set size (KB) = 486756 + 0: The total amount of wall time = 117.882359 + 0: The maximum resident set size (KB) = 486640 Test 019 control_fhzero PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_CubedSphereGrid -working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_311301/control_CubedSphereGrid +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_CubedSphereGrid +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_88642/control_CubedSphereGrid Checking test 020 control_CubedSphereGrid results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -1082,14 +1083,14 @@ Checking test 020 control_CubedSphereGrid results .... Comparing atmf024.tile5.nc .........OK Comparing atmf024.tile6.nc .........OK - 0: The total amount of wall time = 117.156155 - 0: The maximum resident set size (KB) = 486780 + 0: The total amount of wall time = 121.019688 + 0: The maximum resident set size (KB) = 486804 Test 020 control_CubedSphereGrid PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_latlon -working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_311301/control_latlon +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_latlon +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_88642/control_latlon Checking test 021 control_latlon results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1100,14 +1101,14 @@ Checking test 021 control_latlon results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 119.282551 - 0: The maximum resident set size (KB) = 488312 + 0: The total amount of wall time = 119.275827 + 0: The maximum resident set size (KB) = 488788 Test 021 control_latlon PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_wrtGauss_netcdf_parallel -working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_311301/control_wrtGauss_netcdf_parallel +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_wrtGauss_netcdf_parallel +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_88642/control_wrtGauss_netcdf_parallel Checking test 022 control_wrtGauss_netcdf_parallel results .... Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf024.nc ............ALT CHECK......OK @@ -1118,14 +1119,14 @@ Checking test 022 control_wrtGauss_netcdf_parallel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 121.921180 - 0: The maximum resident set size (KB) = 483100 + 0: The total amount of wall time = 122.299053 + 0: The maximum resident set size (KB) = 485796 Test 022 control_wrtGauss_netcdf_parallel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_c48 -working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_311301/control_c48 +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_c48 +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_88642/control_c48 Checking test 023 control_c48 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1164,14 +1165,14 @@ Checking test 023 control_c48 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0: The total amount of wall time = 305.888756 -0: The maximum resident set size (KB) = 654256 +0: The total amount of wall time = 306.329464 +0: The maximum resident set size (KB) = 655860 Test 023 control_c48 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_c192 -working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_311301/control_c192 +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_c192 +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_88642/control_c192 Checking test 024 control_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1182,14 +1183,14 @@ Checking test 024 control_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 461.068287 - 0: The maximum resident set size (KB) = 589344 + 0: The total amount of wall time = 464.429539 + 0: The maximum resident set size (KB) = 588752 Test 024 control_c192 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_c384 -working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_311301/control_c384 +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_c384 +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_88642/control_c384 Checking test 025 control_c384 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1200,14 +1201,14 @@ Checking test 025 control_c384 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 793.777890 - 0: The maximum resident set size (KB) = 882552 + 0: The total amount of wall time = 903.373858 + 0: The maximum resident set size (KB) = 881852 Test 025 control_c384 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_c384gdas -working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_311301/control_c384gdas +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_c384gdas +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_88642/control_c384gdas Checking test 026 control_c384gdas results .... Comparing sfcf000.nc .........OK Comparing sfcf006.nc .........OK @@ -1250,14 +1251,14 @@ Checking test 026 control_c384gdas results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 700.879852 - 0: The maximum resident set size (KB) = 999048 + 0: The total amount of wall time = 678.059491 + 0: The maximum resident set size (KB) = 999988 Test 026 control_c384gdas PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_stochy -working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_311301/control_stochy +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_stochy +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_88642/control_stochy Checking test 027 control_stochy results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1268,28 +1269,28 @@ Checking test 027 control_stochy results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 78.684170 - 0: The maximum resident set size (KB) = 487452 + 0: The total amount of wall time = 78.770073 + 0: The maximum resident set size (KB) = 485728 Test 027 control_stochy PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_stochy -working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_311301/control_stochy_restart +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_stochy +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_88642/control_stochy_restart Checking test 028 control_stochy_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 45.654541 - 0: The maximum resident set size (KB) = 266728 + 0: The total amount of wall time = 45.836635 + 0: The maximum resident set size (KB) = 262916 Test 028 control_stochy_restart PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_lndp -working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_311301/control_lndp +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_lndp +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_88642/control_lndp Checking test 029 control_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1300,14 +1301,14 @@ Checking test 029 control_lndp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 74.099210 - 0: The maximum resident set size (KB) = 491488 + 0: The total amount of wall time = 109.247615 + 0: The maximum resident set size (KB) = 491500 Test 029 control_lndp PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_p7 -working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_311301/control_p7 +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_p7 +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_88642/control_p7 Checking test 030 control_p7 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1354,14 +1355,14 @@ Checking test 030 control_p7 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 135.086735 - 0: The maximum resident set size (KB) = 511188 + 0: The total amount of wall time = 134.980947 + 0: The maximum resident set size (KB) = 510984 Test 030 control_p7 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_p7_rrtmgp -working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_311301/control_p7_rrtmgp +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_p7_rrtmgp +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_88642/control_p7_rrtmgp Checking test 031 control_p7_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1408,14 +1409,14 @@ Checking test 031 control_p7_rrtmgp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 206.914710 - 0: The maximum resident set size (KB) = 608256 + 0: The total amount of wall time = 173.164830 + 0: The maximum resident set size (KB) = 612724 Test 031 control_p7_rrtmgp PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_p7 -working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_311301/control_restart_p7 +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_p7 +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_88642/control_restart_p7 Checking test 032 control_restart_p7 results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1454,14 +1455,14 @@ Checking test 032 control_restart_p7 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 76.117713 - 0: The maximum resident set size (KB) = 296660 + 0: The total amount of wall time = 75.671088 + 0: The maximum resident set size (KB) = 296352 Test 032 control_restart_p7 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_p7 -working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_311301/control_decomp_p7 +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_p7 +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_88642/control_decomp_p7 Checking test 033 control_decomp_p7 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1504,14 +1505,14 @@ Checking test 033 control_decomp_p7 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 144.005064 - 0: The maximum resident set size (KB) = 505560 + 0: The total amount of wall time = 142.449192 + 0: The maximum resident set size (KB) = 507528 Test 033 control_decomp_p7 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_p7 -working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_311301/control_2threads_p7 +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_p7 +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_88642/control_2threads_p7 Checking test 034 control_2threads_p7 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1554,14 +1555,14 @@ Checking test 034 control_2threads_p7 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 163.148822 - 0: The maximum resident set size (KB) = 577360 + 0: The total amount of wall time = 163.255495 + 0: The maximum resident set size (KB) = 586636 Test 034 control_2threads_p7 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/fv3_regional_control -working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_311301/regional_control +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/fv3_regional_control +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_88642/regional_control Checking test 035 regional_control results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1572,28 +1573,28 @@ Checking test 035 regional_control results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK - 0: The total amount of wall time = 297.739482 - 0: The maximum resident set size (KB) = 590724 + 0: The total amount of wall time = 299.077849 + 0: The maximum resident set size (KB) = 583628 Test 035 regional_control PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/fv3_regional_control -working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_311301/regional_restart +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/fv3_regional_control +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_88642/regional_restart Checking test 036 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 = 170.013569 - 0: The maximum resident set size (KB) = 591984 + 0: The total amount of wall time = 168.103202 + 0: The maximum resident set size (KB) = 592068 Test 036 regional_restart PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/fv3_regional_noquilt -working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_311301/regional_noquilt +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/fv3_regional_noquilt +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_88642/regional_noquilt Checking test 037 regional_noquilt results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK @@ -1601,14 +1602,14 @@ Checking test 037 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 = 296.704704 - 0: The maximum resident set size (KB) = 595944 + 0: The total amount of wall time = 299.505472 + 0: The maximum resident set size (KB) = 599176 Test 037 regional_noquilt PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/fv3_regional_control -working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_311301/regional_2threads +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/fv3_regional_control +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_88642/regional_2threads Checking test 038 regional_2threads results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1619,14 +1620,14 @@ Checking test 038 regional_2threads results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK - 0: The total amount of wall time = 212.640299 - 0: The maximum resident set size (KB) = 604696 + 0: The total amount of wall time = 215.509480 + 0: The maximum resident set size (KB) = 596588 Test 038 regional_2threads PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/fv3_regional_hafs -working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_311301/regional_hafs +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/fv3_regional_hafs +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_88642/regional_hafs Checking test 039 regional_hafs results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1635,28 +1636,28 @@ Checking test 039 regional_hafs results .... Comparing HURPRS.GrbF00 .........OK Comparing HURPRS.GrbF24 .........OK - 0: The total amount of wall time = 294.647600 - 0: The maximum resident set size (KB) = 585224 + 0: The total amount of wall time = 295.571903 + 0: The maximum resident set size (KB) = 587892 Test 039 regional_hafs PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/fv3_regional_netcdf_parallel -working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_311301/regional_netcdf_parallel +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/fv3_regional_netcdf_parallel +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_88642/regional_netcdf_parallel Checking test 040 regional_netcdf_parallel results .... - Comparing dynf000.nc ............ALT CHECK......OK - Comparing dynf024.nc ............ALT CHECK......OK + Comparing dynf000.nc .........OK + Comparing dynf024.nc .........OK Comparing phyf000.nc ............ALT CHECK......OK Comparing phyf024.nc ............ALT CHECK......OK - 0: The total amount of wall time = 293.664323 - 0: The maximum resident set size (KB) = 581008 + 0: The total amount of wall time = 295.719467 + 0: The maximum resident set size (KB) = 585840 Test 040 regional_netcdf_parallel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/fv3_regional_RRTMGP -working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_311301/regional_RRTMGP +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/fv3_regional_RRTMGP +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_88642/regional_RRTMGP Checking test 041 regional_RRTMGP results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1667,14 +1668,14 @@ Checking test 041 regional_RRTMGP results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK - 0: The total amount of wall time = 467.832176 - 0: The maximum resident set size (KB) = 715736 + 0: The total amount of wall time = 374.345195 + 0: The maximum resident set size (KB) = 706400 Test 041 regional_RRTMGP PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/rap_control -working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_311301/rap_control +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/rap_control +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_88642/rap_control Checking test 042 rap_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1721,14 +1722,14 @@ Checking test 042 rap_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 338.407229 - 0: The maximum resident set size (KB) = 851268 + 0: The total amount of wall time = 517.027351 + 0: The maximum resident set size (KB) = 848884 Test 042 rap_control PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/rap_control -working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_311301/rap_2threads +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/rap_control +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_88642/rap_2threads Checking test 043 rap_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1775,14 +1776,14 @@ Checking test 043 rap_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 410.353067 - 0: The maximum resident set size (KB) = 910808 + 0: The total amount of wall time = 413.849785 + 0: The maximum resident set size (KB) = 907856 Test 043 rap_2threads PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/rap_sfcdiff -working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_311301/rap_sfcdiff +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/rap_sfcdiff +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_88642/rap_sfcdiff Checking test 044 rap_sfcdiff results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1829,14 +1830,14 @@ Checking test 044 rap_sfcdiff results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 338.691624 - 0: The maximum resident set size (KB) = 855092 + 0: The total amount of wall time = 341.057438 + 0: The maximum resident set size (KB) = 850280 Test 044 rap_sfcdiff PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/rap_sfcdiff -working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_311301/rap_sfcdiff_restart +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/rap_sfcdiff +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_88642/rap_sfcdiff_restart Checking test 045 rap_sfcdiff_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1875,14 +1876,14 @@ Checking test 045 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 = 175.170825 - 0: The maximum resident set size (KB) = 608492 + 0: The total amount of wall time = 269.145604 + 0: The maximum resident set size (KB) = 599996 Test 045 rap_sfcdiff_restart PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/hrrr_control -working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_311301/hrrr_control +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/hrrr_control +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_88642/hrrr_control Checking test 046 hrrr_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1929,14 +1930,14 @@ Checking test 046 hrrr_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 326.291678 - 0: The maximum resident set size (KB) = 854036 + 0: The total amount of wall time = 330.432675 + 0: The maximum resident set size (KB) = 853088 Test 046 hrrr_control PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/rrfs_v1beta -working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_311301/rrfs_v1beta +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/rrfs_v1beta +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_88642/rrfs_v1beta Checking test 047 rrfs_v1beta results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1983,14 +1984,14 @@ Checking test 047 rrfs_v1beta results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 334.351796 - 0: The maximum resident set size (KB) = 844532 + 0: The total amount of wall time = 336.822122 + 0: The maximum resident set size (KB) = 851484 Test 047 rrfs_v1beta PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_rrtmgp -working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_311301/control_rrtmgp +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_rrtmgp +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_88642/control_rrtmgp Checking test 048 control_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2001,14 +2002,14 @@ Checking test 048 control_rrtmgp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 221.734207 - 0: The maximum resident set size (KB) = 602656 + 0: The total amount of wall time = 186.215024 + 0: The maximum resident set size (KB) = 603856 Test 048 control_rrtmgp PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_rrtmgp_c192 -working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_311301/control_rrtmgp_c192 +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_rrtmgp_c192 +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_88642/control_rrtmgp_c192 Checking test 049 control_rrtmgp_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -2019,14 +2020,14 @@ Checking test 049 control_rrtmgp_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 574.688347 - 0: The maximum resident set size (KB) = 806140 + 0: The total amount of wall time = 505.021210 + 0: The maximum resident set size (KB) = 807844 Test 049 control_rrtmgp_c192 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_csawmg -working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_311301/control_csawmg +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_csawmg +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_88642/control_csawmg Checking test 050 control_csawmg results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2037,14 +2038,14 @@ Checking test 050 control_csawmg results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 308.200955 - 0: The maximum resident set size (KB) = 532688 + 0: The total amount of wall time = 307.320801 + 0: The maximum resident set size (KB) = 544652 Test 050 control_csawmg PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_csawmgt -working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_311301/control_csawmgt +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_csawmgt +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_88642/control_csawmgt Checking test 051 control_csawmgt results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2055,14 +2056,14 @@ Checking test 051 control_csawmgt results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 303.173286 - 0: The maximum resident set size (KB) = 543756 + 0: The total amount of wall time = 301.474198 + 0: The maximum resident set size (KB) = 546180 Test 051 control_csawmgt PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_flake -working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_311301/control_flake +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_flake +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_88642/control_flake Checking test 052 control_flake results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2073,14 +2074,14 @@ Checking test 052 control_flake results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 215.479756 - 0: The maximum resident set size (KB) = 557236 + 0: The total amount of wall time = 215.104631 + 0: The maximum resident set size (KB) = 555556 Test 052 control_flake PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_ras -working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_311301/control_ras +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_ras +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_88642/control_ras Checking test 053 control_ras results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2091,14 +2092,14 @@ Checking test 053 control_ras results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 165.057712 - 0: The maximum resident set size (KB) = 515060 + 0: The total amount of wall time = 165.230519 + 0: The maximum resident set size (KB) = 517000 Test 053 control_ras PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_thompson -working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_311301/control_thompson +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_thompson +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_88642/control_thompson Checking test 054 control_thompson results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2109,14 +2110,14 @@ Checking test 054 control_thompson results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 205.554227 - 0: The maximum resident set size (KB) = 870756 + 0: The total amount of wall time = 210.276248 + 0: The maximum resident set size (KB) = 867336 Test 054 control_thompson PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_thompson_no_aero -working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_311301/control_thompson_no_aero +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_thompson_no_aero +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_88642/control_thompson_no_aero Checking test 055 control_thompson_no_aero results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2127,54 +2128,54 @@ Checking test 055 control_thompson_no_aero results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 196.866504 - 0: The maximum resident set size (KB) = 867392 + 0: The total amount of wall time = 198.324721 + 0: The maximum resident set size (KB) = 863344 Test 055 control_thompson_no_aero PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_wam_repro -working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_311301/control_wam_repro +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_wam_repro +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_88642/control_wam_repro Checking test 056 control_wam results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK - 0: The total amount of wall time = 111.423037 - 0: The maximum resident set size (KB) = 249608 + 0: The total amount of wall time = 113.028600 + 0: The maximum resident set size (KB) = 250680 Test 056 control_wam PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_debug -working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_311301/control_debug +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_88642/control_debug Checking test 057 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 = 152.015481 - 0: The maximum resident set size (KB) = 543404 + 0: The total amount of wall time = 185.284130 + 0: The maximum resident set size (KB) = 545820 Test 057 control_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_debug -working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_311301/control_2threads_debug +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_88642/control_2threads_debug Checking test 058 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 = 228.366939 - 0: The maximum resident set size (KB) = 588972 + 0: The total amount of wall time = 242.423008 + 0: The maximum resident set size (KB) = 583692 Test 058 control_2threads_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_CubedSphereGrid_debug -working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_311301/control_CubedSphereGrid_debug +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_CubedSphereGrid_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_88642/control_CubedSphereGrid_debug Checking test 059 control_CubedSphereGrid_debug results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -2201,377 +2202,389 @@ Checking test 059 control_CubedSphereGrid_debug results .... Comparing atmf001.tile5.nc .........OK Comparing atmf001.tile6.nc .........OK - 0: The total amount of wall time = 164.457985 - 0: The maximum resident set size (KB) = 544224 + 0: The total amount of wall time = 202.179060 + 0: The maximum resident set size (KB) = 546528 Test 059 control_CubedSphereGrid_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_wrtGauss_netcdf_parallel_debug -working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_311301/control_wrtGauss_netcdf_parallel_debug +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_wrtGauss_netcdf_parallel_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_88642/control_wrtGauss_netcdf_parallel_debug Checking test 060 control_wrtGauss_netcdf_parallel_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc ............ALT CHECK......OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 152.925919 - 0: The maximum resident set size (KB) = 548756 + 0: The total amount of wall time = 210.556320 + 0: The maximum resident set size (KB) = 547432 Test 060 control_wrtGauss_netcdf_parallel_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_stochy_debug -working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_311301/control_stochy_debug +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_stochy_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_88642/control_stochy_debug Checking test 061 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 = 173.459890 - 0: The maximum resident set size (KB) = 548136 + 0: The total amount of wall time = 213.904397 + 0: The maximum resident set size (KB) = 550500 Test 061 control_stochy_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_lndp_debug -working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_311301/control_lndp_debug +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_lndp_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_88642/control_lndp_debug Checking test 062 control_lndp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 151.015218 - 0: The maximum resident set size (KB) = 560788 + 0: The total amount of wall time = 180.029219 + 0: The maximum resident set size (KB) = 556748 Test 062 control_lndp_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_rrtmgp_debug -working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_311301/control_rrtmgp_debug +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_rrtmgp_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_88642/control_rrtmgp_debug Checking test 063 control_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 = 182.870454 - 0: The maximum resident set size (KB) = 641552 + 0: The total amount of wall time = 201.823822 + 0: The maximum resident set size (KB) = 629448 Test 063 control_rrtmgp_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_csawmg_debug -working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_311301/control_csawmg_debug +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_csawmg_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_88642/control_csawmg_debug Checking test 064 control_csawmg_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 234.903291 - 0: The maximum resident set size (KB) = 578684 + 0: The total amount of wall time = 318.391465 + 0: The maximum resident set size (KB) = 576400 Test 064 control_csawmg_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_csawmgt_debug -working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_311301/control_csawmgt_debug +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_csawmgt_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_88642/control_csawmgt_debug Checking test 065 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 = 232.300865 - 0: The maximum resident set size (KB) = 576808 + 0: The total amount of wall time = 306.545561 + 0: The maximum resident set size (KB) = 578564 Test 065 control_csawmgt_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_ras_debug -working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_311301/control_ras_debug +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_ras_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_88642/control_ras_debug Checking test 066 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 = 157.351257 - 0: The maximum resident set size (KB) = 556752 + 0: The total amount of wall time = 184.552991 + 0: The maximum resident set size (KB) = 555592 Test 066 control_ras_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_diag_debug -working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_311301/control_diag_debug +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_diag_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_88642/control_diag_debug Checking test 067 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 = 163.444656 - 0: The maximum resident set size (KB) = 604016 + 0: The total amount of wall time = 196.093607 + 0: The maximum resident set size (KB) = 604712 Test 067 control_diag_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_debug_p7 -working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_311301/control_debug_p7 +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_debug_p7 +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_88642/control_debug_p7 Checking test 068 control_debug_p7 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.749728 - 0: The maximum resident set size (KB) = 572216 + 0: The total amount of wall time = 169.950519 + 0: The maximum resident set size (KB) = 570132 Test 068 control_debug_p7 PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_thompson_debug -working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_311301/control_thompson_debug +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_thompson_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_88642/control_thompson_debug Checking test 069 control_thompson_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 179.898560 - 0: The maximum resident set size (KB) = 908648 + 0: The total amount of wall time = 227.269264 + 0: The maximum resident set size (KB) = 903908 Test 069 control_thompson_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_thompson_no_aero_debug -working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_311301/control_thompson_no_aero_debug +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_thompson_no_aero_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_88642/control_thompson_no_aero_debug Checking test 070 control_thompson_no_aero_debug 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.351497 - 0: The maximum resident set size (KB) = 908048 + 0: The total amount of wall time = 292.042512 + 0: The maximum resident set size (KB) = 913880 Test 070 control_thompson_no_aero_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_thompson_debug_extdiag -working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_311301/control_thompson_extdiag_debug +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_thompson_debug_extdiag +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_88642/control_thompson_extdiag_debug Checking test 071 control_thompson_extdiag_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 186.590654 - 0: The maximum resident set size (KB) = 943604 + 0: The total amount of wall time = 230.361583 + 0: The maximum resident set size (KB) = 946696 Test 071 control_thompson_extdiag_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/fv3_regional_debug -working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_311301/regional_debug +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/fv3_regional_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_88642/regional_debug Checking test 072 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 = 248.137386 - 0: The maximum resident set size (KB) = 612580 + 0: The total amount of wall time = 256.601445 + 0: The maximum resident set size (KB) = 612204 Test 072 regional_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/rap_control_debug -working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_311301/rap_control_debug +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/rap_control_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_88642/rap_control_debug Checking test 073 rap_control_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 273.754191 - 0: The maximum resident set size (KB) = 915264 + 0: The total amount of wall time = 315.674193 + 0: The maximum resident set size (KB) = 914036 Test 073 rap_control_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/rap_control_debug -working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_311301/rap_unified_drag_suite_debug +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/rap_control_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_88642/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 - 0: The total amount of wall time = 274.807576 - 0: The maximum resident set size (KB) = 917112 + 0: The total amount of wall time = 329.219482 + 0: The maximum resident set size (KB) = 913604 Test 074 rap_unified_drag_suite_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/rap_diag_debug -working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_311301/rap_diag_debug +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/rap_diag_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_88642/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 - 0: The total amount of wall time = 288.976703 - 0: The maximum resident set size (KB) = 1010280 + 0: The total amount of wall time = 307.441848 + 0: The maximum resident set size (KB) = 1014648 Test 075 rap_diag_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/rap_cires_ugwp_debug -working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_311301/rap_cires_ugwp_debug +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/rap_cires_ugwp_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_88642/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 - 0: The total amount of wall time = 275.555651 - 0: The maximum resident set size (KB) = 917952 + 0: The total amount of wall time = 289.871800 + 0: The maximum resident set size (KB) = 918220 Test 076 rap_cires_ugwp_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/rap_cires_ugwp_debug -working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_311301/rap_unified_ugwp_debug +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/rap_cires_ugwp_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_88642/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 - 0: The total amount of wall time = 274.244853 - 0: The maximum resident set size (KB) = 913968 + 0: The total amount of wall time = 369.438709 + 0: The maximum resident set size (KB) = 912372 Test 077 rap_unified_ugwp_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/rap_noah_debug -working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_311301/rap_noah_debug +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/rap_noah_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_88642/rap_noah_debug Checking test 078 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 = 267.322789 - 0: The maximum resident set size (KB) = 913196 + 0: The total amount of wall time = 338.544097 + 0: The maximum resident set size (KB) = 908788 Test 078 rap_noah_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/rap_rrtmgp_debug -working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_311301/rap_rrtmgp_debug +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/rap_rrtmgp_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_88642/rap_rrtmgp_debug Checking test 079 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.179889 - 0: The maximum resident set size (KB) = 1014904 + 0: The total amount of wall time = 587.557757 + 0: The maximum resident set size (KB) = 1012724 Test 079 rap_rrtmgp_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/rap_lndp_debug -working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_311301/rap_lndp_debug +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/rap_lndp_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_88642/rap_lndp_debug Checking test 080 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 = 275.249693 - 0: The maximum resident set size (KB) = 917028 + 0: The total amount of wall time = 296.971970 + 0: The maximum resident set size (KB) = 910000 Test 080 rap_lndp_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/rap_sfcdiff_debug -working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_311301/rap_sfcdiff_debug +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/rap_sfcdiff_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_88642/rap_sfcdiff_debug Checking test 081 rap_sfcdiff_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 272.891971 - 0: The maximum resident set size (KB) = 915484 + 0: The total amount of wall time = 289.260422 + 0: The maximum resident set size (KB) = 909984 Test 081 rap_sfcdiff_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/rap_flake_debug -working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_311301/rap_flake_debug +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/rap_flake_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_88642/rap_flake_debug Checking test 082 rap_flake_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 274.887973 - 0: The maximum resident set size (KB) = 915160 + 0: The total amount of wall time = 299.229959 + 0: The maximum resident set size (KB) = 910696 Test 082 rap_flake_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/rap_noah_sfcdiff_cires_ugwp_debug -working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_311301/rap_noah_sfcdiff_cires_ugwp_debug +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/rap_noah_sfcdiff_cires_ugwp_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_88642/rap_noah_sfcdiff_cires_ugwp_debug Checking test 083 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.864283 - 0: The maximum resident set size (KB) = 914392 + 0: The total amount of wall time = 523.128290 + 0: The maximum resident set size (KB) = 908524 Test 083 rap_noah_sfcdiff_cires_ugwp_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/rrfs_v1beta_debug -working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_311301/rrfs_v1beta_debug +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/rrfs_v1beta_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_88642/rrfs_v1beta_debug Checking test 084 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 = 272.764410 - 0: The maximum resident set size (KB) = 910796 + 0: The total amount of wall time = 291.390253 + 0: The maximum resident set size (KB) = 905612 Test 084 rrfs_v1beta_debug PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/hafs_regional_atm -working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_311301/hafs_regional_atm -Checking test 085 hafs_regional_atm results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_wam_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_88642/control_wam_debug +Checking test 085 control_wam_debug results .... + Comparing sfcf019.nc .........OK + Comparing atmf019.nc .........OK + + 0: The total amount of wall time = 298.480670 + 0: The maximum resident set size (KB) = 264832 + +Test 085 control_wam_debug PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/hafs_regional_atm +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_88642/hafs_regional_atm +Checking test 086 hafs_regional_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc ............ALT CHECK......OK - 0: The total amount of wall time = 251.524335 - 0: The maximum resident set size (KB) = 853308 + 0: The total amount of wall time = 253.237371 + 0: The maximum resident set size (KB) = 844812 -Test 085 hafs_regional_atm PASS +Test 086 hafs_regional_atm PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/hafs_regional_atm_ocn -working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_311301/hafs_regional_atm_ocn -Checking test 086 hafs_regional_atm_ocn results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/hafs_regional_atm_ocn +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_88642/hafs_regional_atm_ocn +Checking test 087 hafs_regional_atm_ocn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing archv.2019_241_06.a .........OK @@ -2579,29 +2592,29 @@ Checking test 086 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 = 358.461036 - 0: The maximum resident set size (KB) = 889928 + 0: The total amount of wall time = 355.893952 + 0: The maximum resident set size (KB) = 887840 -Test 086 hafs_regional_atm_ocn PASS +Test 087 hafs_regional_atm_ocn PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/hafs_regional_atm_wav -working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_311301/hafs_regional_atm_wav -Checking test 087 hafs_regional_atm_wav results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/hafs_regional_atm_wav +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_88642/hafs_regional_atm_wav +Checking test 088 hafs_regional_atm_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc ............ALT CHECK......OK Comparing out_grd.ww3 .........OK Comparing out_pnt.ww3 .........OK - 0: The total amount of wall time = 778.117519 - 0: The maximum resident set size (KB) = 889064 + 0: The total amount of wall time = 778.765723 + 0: The maximum resident set size (KB) = 871712 -Test 087 hafs_regional_atm_wav PASS +Test 088 hafs_regional_atm_wav PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/hafs_regional_atm_ocn_wav -working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_311301/hafs_regional_atm_ocn_wav -Checking test 088 hafs_regional_atm_ocn_wav results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/hafs_regional_atm_ocn_wav +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_88642/hafs_regional_atm_ocn_wav +Checking test 089 hafs_regional_atm_ocn_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing archv.2019_241_06.a .........OK @@ -2609,184 +2622,184 @@ Checking test 088 hafs_regional_atm_ocn_wav results .... Comparing out_grd.ww3 .........OK Comparing out_pnt.ww3 .........OK - 0: The total amount of wall time = 864.368268 - 0: The maximum resident set size (KB) = 894988 + 0: The total amount of wall time = 870.313826 + 0: The maximum resident set size (KB) = 896368 -Test 088 hafs_regional_atm_ocn_wav PASS +Test 089 hafs_regional_atm_ocn_wav PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/hafs_regional_1nest_atm -working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_311301/hafs_regional_1nest_atm -Checking test 089 hafs_regional_1nest_atm results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/hafs_regional_1nest_atm +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_88642/hafs_regional_1nest_atm +Checking test 090 hafs_regional_1nest_atm results .... Comparing atmf006.nc ............ALT CHECK......OK Comparing sfcf006.nc .........OK - 0: The total amount of wall time = 420.854392 - 0: The maximum resident set size (KB) = 382232 + 0: The total amount of wall time = 421.874204 + 0: The maximum resident set size (KB) = 393976 -Test 089 hafs_regional_1nest_atm PASS +Test 090 hafs_regional_1nest_atm PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/hafs_regional_telescopic_2nests_atm -working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_311301/hafs_regional_telescopic_2nests_atm -Checking test 090 hafs_regional_telescopic_2nests_atm results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/hafs_regional_telescopic_2nests_atm +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_88642/hafs_regional_telescopic_2nests_atm +Checking test 091 hafs_regional_telescopic_2nests_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc ............ALT CHECK......OK - 0: The total amount of wall time = 403.939788 - 0: The maximum resident set size (KB) = 396992 + 0: The total amount of wall time = 466.226229 + 0: The maximum resident set size (KB) = 395136 -Test 090 hafs_regional_telescopic_2nests_atm PASS +Test 091 hafs_regional_telescopic_2nests_atm PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/hafs_global_1nest_atm -working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_311301/hafs_global_1nest_atm -Checking test 091 hafs_global_1nest_atm results .... - Comparing atmf006.nc ............ALT CHECK......OK +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/hafs_global_1nest_atm +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_88642/hafs_global_1nest_atm +Checking test 092 hafs_global_1nest_atm results .... + Comparing atmf006.nc .........OK Comparing sfcf006.nc ............ALT CHECK......OK - 0: The total amount of wall time = 187.656879 - 0: The maximum resident set size (KB) = 253308 + 0: The total amount of wall time = 187.874373 + 0: The maximum resident set size (KB) = 247668 -Test 091 hafs_global_1nest_atm PASS +Test 092 hafs_global_1nest_atm PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/hafs_global_multiple_4nests_atm -working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_311301/hafs_global_multiple_4nests_atm -Checking test 092 hafs_global_multiple_4nests_atm results .... - Comparing atmf006.nc ............ALT CHECK......OK +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/hafs_global_multiple_4nests_atm +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_88642/hafs_global_multiple_4nests_atm +Checking test 093 hafs_global_multiple_4nests_atm results .... + Comparing atmf006.nc .........OK Comparing sfcf006.nc ............ALT CHECK......OK - 0: The total amount of wall time = 418.155326 - 0: The maximum resident set size (KB) = 367780 + 0: The total amount of wall time = 413.273468 + 0: The maximum resident set size (KB) = 368480 -Test 092 hafs_global_multiple_4nests_atm PASS +Test 093 hafs_global_multiple_4nests_atm PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/hafs_regional_docn -working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_311301/hafs_regional_docn -Checking test 093 hafs_regional_docn results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/hafs_regional_docn +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_88642/hafs_regional_docn +Checking test 094 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 = 696.830367 - 0: The maximum resident set size (KB) = 884148 + 0: The total amount of wall time = 339.190586 + 0: The maximum resident set size (KB) = 886060 -Test 093 hafs_regional_docn PASS +Test 094 hafs_regional_docn PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/hafs_regional_docn_oisst -working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_311301/hafs_regional_docn_oisst -Checking test 094 hafs_regional_docn_oisst results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/hafs_regional_docn_oisst +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_88642/hafs_regional_docn_oisst +Checking test 095 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 = 336.822939 - 0: The maximum resident set size (KB) = 884256 + 0: The total amount of wall time = 340.072898 + 0: The maximum resident set size (KB) = 882124 -Test 094 hafs_regional_docn_oisst PASS +Test 095 hafs_regional_docn_oisst PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/hafs_regional_datm_cdeps -working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_311301/hafs_regional_datm_cdeps -Checking test 095 hafs_regional_datm_cdeps results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/hafs_regional_datm_cdeps +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_88642/hafs_regional_datm_cdeps +Checking test 096 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 = 918.831730 - 0: The maximum resident set size (KB) = 870132 + 0: The total amount of wall time = 923.532277 + 0: The maximum resident set size (KB) = 867948 -Test 095 hafs_regional_datm_cdeps PASS +Test 096 hafs_regional_datm_cdeps PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/datm_cdeps_control_cfsr -working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_311301/datm_cdeps_control_cfsr -Checking test 096 datm_cdeps_control_cfsr results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/datm_cdeps_control_cfsr +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_88642/datm_cdeps_control_cfsr +Checking test 097 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 = 136.868235 - 0: The maximum resident set size (KB) = 740384 + 0: The total amount of wall time = 138.921655 + 0: The maximum resident set size (KB) = 722604 -Test 096 datm_cdeps_control_cfsr PASS +Test 097 datm_cdeps_control_cfsr PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/datm_cdeps_control_cfsr -working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_311301/datm_cdeps_restart_cfsr -Checking test 097 datm_cdeps_restart_cfsr results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/datm_cdeps_control_cfsr +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_88642/datm_cdeps_restart_cfsr +Checking test 098 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.331740 - 0: The maximum resident set size (KB) = 740788 + 0: The total amount of wall time = 102.843425 + 0: The maximum resident set size (KB) = 722016 -Test 097 datm_cdeps_restart_cfsr PASS +Test 098 datm_cdeps_restart_cfsr PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/datm_cdeps_control_gefs -working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_311301/datm_cdeps_control_gefs -Checking test 098 datm_cdeps_control_gefs results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/datm_cdeps_control_gefs +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_88642/datm_cdeps_control_gefs +Checking test 099 datm_cdeps_control_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 136.803453 - 0: The maximum resident set size (KB) = 622712 + 0: The total amount of wall time = 136.765644 + 0: The maximum resident set size (KB) = 619296 -Test 098 datm_cdeps_control_gefs PASS +Test 099 datm_cdeps_control_gefs PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/datm_cdeps_stochy_gefs -working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_311301/datm_cdeps_stochy_gefs -Checking test 099 datm_cdeps_stochy_gefs results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/datm_cdeps_stochy_gefs +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_88642/datm_cdeps_stochy_gefs +Checking test 100 datm_cdeps_stochy_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 137.353053 - 0: The maximum resident set size (KB) = 621836 + 0: The total amount of wall time = 136.492280 + 0: The maximum resident set size (KB) = 623576 -Test 099 datm_cdeps_stochy_gefs PASS +Test 100 datm_cdeps_stochy_gefs PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/datm_cdeps_bulk_cfsr -working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_311301/datm_cdeps_bulk_cfsr -Checking test 100 datm_cdeps_bulk_cfsr results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/datm_cdeps_bulk_cfsr +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_88642/datm_cdeps_bulk_cfsr +Checking test 101 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 = 138.712107 - 0: The maximum resident set size (KB) = 723000 + 0: The total amount of wall time = 142.326835 + 0: The maximum resident set size (KB) = 720260 -Test 100 datm_cdeps_bulk_cfsr PASS +Test 101 datm_cdeps_bulk_cfsr PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/datm_cdeps_bulk_gefs -working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_311301/datm_cdeps_bulk_gefs -Checking test 101 datm_cdeps_bulk_gefs results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/datm_cdeps_bulk_gefs +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_88642/datm_cdeps_bulk_gefs +Checking test 102 datm_cdeps_bulk_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 135.922753 - 0: The maximum resident set size (KB) = 620840 + 0: The total amount of wall time = 137.316799 + 0: The maximum resident set size (KB) = 621584 -Test 101 datm_cdeps_bulk_gefs PASS +Test 102 datm_cdeps_bulk_gefs PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/datm_cdeps_mx025_cfsr -working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_311301/datm_cdeps_mx025_cfsr -Checking test 102 datm_cdeps_mx025_cfsr results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/datm_cdeps_mx025_cfsr +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_88642/datm_cdeps_mx025_cfsr +Checking test 103 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 @@ -2794,15 +2807,15 @@ Checking test 102 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 = 295.138607 - 0: The maximum resident set size (KB) = 630628 + 0: The total amount of wall time = 297.547892 + 0: The maximum resident set size (KB) = 625080 -Test 102 datm_cdeps_mx025_cfsr PASS +Test 103 datm_cdeps_mx025_cfsr PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/datm_cdeps_mx025_gefs -working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_311301/datm_cdeps_mx025_gefs -Checking test 103 datm_cdeps_mx025_gefs results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/datm_cdeps_mx025_gefs +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_88642/datm_cdeps_mx025_gefs +Checking test 104 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 @@ -2810,52 +2823,52 @@ Checking test 103 datm_cdeps_mx025_gefs results .... Comparing RESTART/iced.2011-10-01-43200.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-01-43200.nc .........OK - 0: The total amount of wall time = 289.266814 - 0: The maximum resident set size (KB) = 594644 + 0: The total amount of wall time = 291.960931 + 0: The maximum resident set size (KB) = 597628 -Test 103 datm_cdeps_mx025_gefs PASS +Test 104 datm_cdeps_mx025_gefs PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/datm_cdeps_control_cfsr -working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_311301/datm_cdeps_multiple_files_cfsr -Checking test 104 datm_cdeps_multiple_files_cfsr results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/datm_cdeps_control_cfsr +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_88642/datm_cdeps_multiple_files_cfsr +Checking test 105 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 = 135.296959 - 0: The maximum resident set size (KB) = 723504 + 0: The total amount of wall time = 138.841510 + 0: The maximum resident set size (KB) = 719740 -Test 104 datm_cdeps_multiple_files_cfsr PASS +Test 105 datm_cdeps_multiple_files_cfsr PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/datm_cdeps_3072x1536_cfsr -working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_311301/datm_cdeps_3072x1536_cfsr -Checking test 105 datm_cdeps_3072x1536_cfsr results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/datm_cdeps_3072x1536_cfsr +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_88642/datm_cdeps_3072x1536_cfsr +Checking test 106 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 = 187.248979 - 0: The maximum resident set size (KB) = 1835804 + 0: The total amount of wall time = 184.182429 + 0: The maximum resident set size (KB) = 1834476 -Test 105 datm_cdeps_3072x1536_cfsr PASS +Test 106 datm_cdeps_3072x1536_cfsr PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/datm_cdeps_debug_cfsr -working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_311301/datm_cdeps_debug_cfsr -Checking test 106 datm_cdeps_debug_cfsr results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/datm_cdeps_debug_cfsr +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_88642/datm_cdeps_debug_cfsr +Checking test 107 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 = 438.744862 - 0: The maximum resident set size (KB) = 729424 + 0: The total amount of wall time = 741.066843 + 0: The maximum resident set size (KB) = 726736 -Test 106 datm_cdeps_debug_cfsr PASS +Test 107 datm_cdeps_debug_cfsr PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_atmwav -working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_311301/control_atmwav -Checking test 107 control_atmwav results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_atmwav +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_88642/control_atmwav +Checking test 108 control_atmwav results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -2898,15 +2911,15 @@ Checking test 107 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.004931 - 0: The maximum resident set size (KB) = 568284 + 0: The total amount of wall time = 81.270338 + 0: The maximum resident set size (KB) = 566284 -Test 107 control_atmwav PASS +Test 108 control_atmwav PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_c384gdas_wav -working dir = /work/noaa/stmp/libin/stmp/libin/FV3_RT/rt_311301/control_c384gdas_wav -Checking test 108 control_c384gdas_wav results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_c384gdas_wav +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_88642/control_c384gdas_wav +Checking test 109 control_c384gdas_wav results .... Comparing sfcf000.nc .........OK Comparing sfcf003.nc .........OK Comparing atmf000.nc .........OK @@ -2951,12 +2964,12 @@ Checking test 108 control_c384gdas_wav results .... Comparing 20210322.030000.restart.gnh_10m .........OK Comparing 20210322.030000.restart.gsh_15m .........OK - 0: The total amount of wall time = 662.261221 - 0: The maximum resident set size (KB) = 1207268 + 0: The total amount of wall time = 692.475884 + 0: The maximum resident set size (KB) = 1201868 -Test 108 control_c384gdas_wav PASS +Test 109 control_c384gdas_wav PASS REGRESSION TEST WAS SUCCESSFUL -Tue Dec 28 17:34:18 CST 2021 -Elapsed time: 00h:55m:54s. Have a nice day! +Wed Dec 29 16:07:22 CST 2021 +Elapsed time: 00h:57m:16s. Have a nice day! From 022ff49808e007bd7bc87544d6fc5fea2db1b4a7 Mon Sep 17 00:00:00 2001 From: Brian Curtis Date: Wed, 29 Dec 2021 23:16:31 +0000 Subject: [PATCH 22/28] RT JOBS PASSED: hera.intel. Log file uploaded. on-behalf-of @ufs-community --- tests/RegressionTests_hera.intel.log | 1035 +++++++++++++------------- 1 file changed, 524 insertions(+), 511 deletions(-) diff --git a/tests/RegressionTests_hera.intel.log b/tests/RegressionTests_hera.intel.log index 07baa5f3b0..974d2ed1d7 100644 --- a/tests/RegressionTests_hera.intel.log +++ b/tests/RegressionTests_hera.intel.log @@ -1,23 +1,24 @@ -Tue Dec 28 23:41:02 UTC 2021 +Wed Dec 29 21:56:25 UTC 2021 Start Regression test -Compile 001 elapsed time 445 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v16_coupled_nsstNoahmpUGWPv1,FV3_GFS_v16_coupled_p7_rrtmgp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 002 elapsed time 173 seconds. -DAPP=S2S -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16_coupled_nsstNoahmpUGWPv1 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 003 elapsed time 365 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v15_thompson_mynn_RRTMGP,FV3_GFS_v16_nsstNoahmpUGWPv1,FV3_GFS_v16_p7_rrtmgp -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 004 elapsed time 354 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 005 elapsed time 375 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_RRTMGP,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_thompson,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 006 elapsed time 337 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DREPRO=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -Compile 007 elapsed time 169 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_RRTMGP,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp,FV3_GFS_v16_thompson,FV3_GFS_v15_thompson_mynn,FV3_GFS_v16_nsstNoahmpUGWPv1 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 008 elapsed time 164 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_RAP,FV3_RAP_cires_ugwp,FV3_RAP_unified_ugwp,FV3_RAP_noah,FV3_RAP_RRTMGP,FV3_RAP_sfcdiff,FV3_RAP_flake,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 009 elapsed time 391 seconds. -DAPP=HAFSW -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 010 elapsed time 399 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 011 elapsed time 275 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 012 elapsed time 96 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 013 elapsed time 350 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 014 elapsed time 380 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v16 -DMPI=ON -DCMAKE_BUILD_TYPE=Release - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/cpld_control_p7 -working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_30054/cpld_control_p7 +Compile 001 elapsed time 505 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v16_coupled_nsstNoahmpUGWPv1,FV3_GFS_v16_coupled_p7_rrtmgp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 002 elapsed time 323 seconds. -DAPP=S2S -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16_coupled_nsstNoahmpUGWPv1 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 003 elapsed time 390 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v15_thompson_mynn_RRTMGP,FV3_GFS_v16_nsstNoahmpUGWPv1,FV3_GFS_v16_p7_rrtmgp -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 004 elapsed time 467 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 005 elapsed time 408 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_RRTMGP,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_thompson,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 006 elapsed time 704 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DREPRO=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit +Compile 007 elapsed time 187 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_RRTMGP,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp,FV3_GFS_v16_thompson,FV3_GFS_v15_thompson_mynn,FV3_GFS_v16_nsstNoahmpUGWPv1 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 008 elapsed time 313 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_RAP,FV3_RAP_cires_ugwp,FV3_RAP_unified_ugwp,FV3_RAP_noah,FV3_RAP_RRTMGP,FV3_RAP_sfcdiff,FV3_RAP_flake,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 009 elapsed time 261 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 010 elapsed time 393 seconds. -DAPP=HAFSW -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 011 elapsed time 385 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 012 elapsed time 365 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 013 elapsed time 101 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 014 elapsed time 388 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 015 elapsed time 538 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v16 -DMPI=ON -DCMAKE_BUILD_TYPE=Release + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/cpld_control_p7 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29859/cpld_control_p7 Checking test 001 cpld_control_p7 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -70,14 +71,14 @@ Checking test 001 cpld_control_p7 results .... Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK - 0: The total amount of wall time = 209.116493 - 0: The maximum resident set size (KB) = 628132 + 0: The total amount of wall time = 211.963025 + 0: The maximum resident set size (KB) = 623720 Test 001 cpld_control_p7 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/cpld_control_p7_rrtmgp -working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_30054/cpld_control_p7_rrtmgp +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/cpld_control_p7_rrtmgp +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29859/cpld_control_p7_rrtmgp Checking test 002 cpld_control_p7_rrtmgp results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -130,14 +131,14 @@ Checking test 002 cpld_control_p7_rrtmgp results .... Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK - 0: The total amount of wall time = 279.962821 - 0: The maximum resident set size (KB) = 726724 + 0: The total amount of wall time = 244.702301 + 0: The maximum resident set size (KB) = 723704 Test 002 cpld_control_p7_rrtmgp PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/cpld_control_p7 -working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_30054/cpld_2threads_p7 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/cpld_control_p7 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29859/cpld_2threads_p7 Checking test 003 cpld_2threads_p7 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -190,14 +191,14 @@ Checking test 003 cpld_2threads_p7 results .... Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK - 0: The total amount of wall time = 242.930649 - 0: The maximum resident set size (KB) = 692376 + 0: The total amount of wall time = 238.793856 + 0: The maximum resident set size (KB) = 686360 Test 003 cpld_2threads_p7 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/cpld_control_p7 -working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_30054/cpld_decomp_p7 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/cpld_control_p7 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29859/cpld_decomp_p7 Checking test 004 cpld_decomp_p7 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -250,14 +251,14 @@ Checking test 004 cpld_decomp_p7 results .... Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK - 0: The total amount of wall time = 207.424866 - 0: The maximum resident set size (KB) = 629612 + 0: The total amount of wall time = 207.274146 + 0: The maximum resident set size (KB) = 621936 Test 004 cpld_decomp_p7 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/cpld_control_p7 -working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_30054/cpld_mpi_p7 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/cpld_control_p7 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29859/cpld_mpi_p7 Checking test 005 cpld_mpi_p7 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -310,14 +311,14 @@ Checking test 005 cpld_mpi_p7 results .... Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK - 0: The total amount of wall time = 176.862133 - 0: The maximum resident set size (KB) = 613396 + 0: The total amount of wall time = 174.073191 + 0: The maximum resident set size (KB) = 613108 Test 005 cpld_mpi_p7 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/cpld_bmark_p7 -working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_30054/cpld_bmark_p7 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/cpld_bmark_p7 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29859/cpld_bmark_p7 Checking test 006 cpld_bmark_p7 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -362,14 +363,14 @@ Checking test 006 cpld_bmark_p7 results .... Comparing RESTART/iced.2013-04-01-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-21600.nc .........OK - 0: The total amount of wall time = 872.368426 - 0: The maximum resident set size (KB) = 1380696 + 0: The total amount of wall time = 864.126165 + 0: The maximum resident set size (KB) = 1374540 Test 006 cpld_bmark_p7 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/cpld_bmark_p7 -working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_30054/cpld_bmark_mpi_p7 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/cpld_bmark_p7 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29859/cpld_bmark_mpi_p7 Checking test 007 cpld_bmark_mpi_p7 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -414,14 +415,14 @@ Checking test 007 cpld_bmark_mpi_p7 results .... Comparing RESTART/iced.2013-04-01-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-21600.nc .........OK - 0: The total amount of wall time = 846.202135 - 0: The maximum resident set size (KB) = 1385032 + 0: The total amount of wall time = 847.066393 + 0: The maximum resident set size (KB) = 1383596 Test 007 cpld_bmark_mpi_p7 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/cpld_control_c96_p7 -working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_30054/cpld_control_c96_p7 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/cpld_control_c96_p7 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29859/cpld_control_c96_p7 Checking test 008 cpld_control_c96_p7 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -471,14 +472,14 @@ Checking test 008 cpld_control_c96_p7 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 = 199.451101 - 0: The maximum resident set size (KB) = 616844 + 0: The total amount of wall time = 200.016725 + 0: The maximum resident set size (KB) = 614456 Test 008 cpld_control_c96_p7 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/cpld_control_c96_p7 -working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_30054/cpld_restart_c96_p7 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/cpld_control_c96_p7 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29859/cpld_restart_c96_p7 Checking test 009 cpld_restart_c96_p7 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -528,14 +529,14 @@ Checking test 009 cpld_restart_c96_p7 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 = 109.283857 - 0: The maximum resident set size (KB) = 377168 + 0: The total amount of wall time = 107.009777 + 0: The maximum resident set size (KB) = 374184 Test 009 cpld_restart_c96_p7 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/cpld_control_c192_p7 -working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_30054/cpld_control_c192_p7 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/cpld_control_c192_p7 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29859/cpld_control_c192_p7 Checking test 010 cpld_control_c192_p7 results .... Comparing sfcf036.tile1.nc .........OK Comparing sfcf036.tile2.nc .........OK @@ -585,14 +586,14 @@ Checking test 010 cpld_control_c192_p7 results .... Comparing RESTART/iced.2021-03-23-64800.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-64800.nc .........OK - 0: The total amount of wall time = 836.530436 - 0: The maximum resident set size (KB) = 799952 + 0: The total amount of wall time = 833.430096 + 0: The maximum resident set size (KB) = 794896 Test 010 cpld_control_c192_p7 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/cpld_control_c192_p7 -working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_30054/cpld_restart_c192_p7 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/cpld_control_c192_p7 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29859/cpld_restart_c192_p7 Checking test 011 cpld_restart_c192_p7 results .... Comparing sfcf036.tile1.nc .........OK Comparing sfcf036.tile2.nc .........OK @@ -642,14 +643,14 @@ Checking test 011 cpld_restart_c192_p7 results .... Comparing RESTART/iced.2021-03-23-64800.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-64800.nc .........OK - 0: The total amount of wall time = 561.584460 - 0: The maximum resident set size (KB) = 897904 + 0: The total amount of wall time = 567.174749 + 0: The maximum resident set size (KB) = 897224 Test 011 cpld_restart_c192_p7 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/cpld_control_c384_p7 -working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_30054/cpld_control_c384_p7 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/cpld_control_c384_p7 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29859/cpld_control_c384_p7 Checking test 012 cpld_control_c384_p7 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -692,14 +693,14 @@ Checking test 012 cpld_control_c384_p7 results .... Comparing RESTART/iced.2021-03-22-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-22-43200.nc .........OK - 0: The total amount of wall time = 1016.849651 - 0: The maximum resident set size (KB) = 1354520 + 0: The total amount of wall time = 1028.063877 + 0: The maximum resident set size (KB) = 1346364 Test 012 cpld_control_c384_p7 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/cpld_control_c384_p7 -working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_30054/cpld_restart_c384_p7 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/cpld_control_c384_p7 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29859/cpld_restart_c384_p7 Checking test 013 cpld_restart_c384_p7 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -742,14 +743,14 @@ Checking test 013 cpld_restart_c384_p7 results .... Comparing RESTART/iced.2021-03-22-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-22-43200.nc .........OK - 0: The total amount of wall time = 559.355969 - 0: The maximum resident set size (KB) = 1306688 + 0: The total amount of wall time = 565.629540 + 0: The maximum resident set size (KB) = 1307120 Test 013 cpld_restart_c384_p7 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/cpld_debug_p7 -working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_30054/cpld_debug_p7 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/cpld_debug_p7 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29859/cpld_debug_p7 Checking test 014 cpld_debug_p7 results .... Comparing sfcf006.tile1.nc .........OK Comparing sfcf006.tile2.nc .........OK @@ -799,14 +800,14 @@ Checking test 014 cpld_debug_p7 results .... Comparing RESTART/iced.2021-03-22-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-22-43200.nc .........OK - 0: The total amount of wall time = 604.813867 - 0: The maximum resident set size (KB) = 672772 + 0: The total amount of wall time = 607.389134 + 0: The maximum resident set size (KB) = 674044 Test 014 cpld_debug_p7 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control -working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_30054/control +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29859/control Checking test 015 control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -853,14 +854,14 @@ Checking test 015 control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 120.194479 - 0: The maximum resident set size (KB) = 492272 + 0: The total amount of wall time = 120.115180 + 0: The maximum resident set size (KB) = 493172 Test 015 control PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control -working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_30054/control_decomp +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29859/control_decomp Checking test 016 control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -903,14 +904,14 @@ Checking test 016 control_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 125.312187 - 0: The maximum resident set size (KB) = 493124 + 0: The total amount of wall time = 125.619893 + 0: The maximum resident set size (KB) = 491560 Test 016 control_decomp PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control -working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_30054/control_2threads +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29859/control_2threads Checking test 017 control_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -953,14 +954,14 @@ Checking test 017 control_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 147.110990 - 0: The maximum resident set size (KB) = 541360 + 0: The total amount of wall time = 148.230700 + 0: The maximum resident set size (KB) = 542636 Test 017 control_2threads PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control -working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_30054/control_restart +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29859/control_restart Checking test 018 control_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -999,14 +1000,14 @@ Checking test 018 control_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 62.875013 - 0: The maximum resident set size (KB) = 232936 + 0: The total amount of wall time = 62.903974 + 0: The maximum resident set size (KB) = 237668 Test 018 control_restart PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control -working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_30054/control_fhzero +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29859/control_fhzero Checking test 019 control_fhzero results .... Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf021.nc ............ALT CHECK......OK @@ -1049,14 +1050,14 @@ Checking test 019 control_fhzero results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 111.704734 - 0: The maximum resident set size (KB) = 496460 + 0: The total amount of wall time = 113.699571 + 0: The maximum resident set size (KB) = 497752 Test 019 control_fhzero PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_CubedSphereGrid -working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_30054/control_CubedSphereGrid +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_CubedSphereGrid +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29859/control_CubedSphereGrid Checking test 020 control_CubedSphereGrid results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -1083,14 +1084,14 @@ Checking test 020 control_CubedSphereGrid results .... Comparing atmf024.tile5.nc .........OK Comparing atmf024.tile6.nc .........OK - 0: The total amount of wall time = 113.966909 - 0: The maximum resident set size (KB) = 487332 + 0: The total amount of wall time = 114.541203 + 0: The maximum resident set size (KB) = 490028 Test 020 control_CubedSphereGrid PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_latlon -working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_30054/control_latlon +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_latlon +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29859/control_latlon Checking test 021 control_latlon results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1101,32 +1102,32 @@ Checking test 021 control_latlon results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 116.863666 - 0: The maximum resident set size (KB) = 492804 + 0: The total amount of wall time = 116.975649 + 0: The maximum resident set size (KB) = 493824 Test 021 control_latlon PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_wrtGauss_netcdf_parallel -working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_30054/control_wrtGauss_netcdf_parallel +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_wrtGauss_netcdf_parallel +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29859/control_wrtGauss_netcdf_parallel Checking test 022 control_wrtGauss_netcdf_parallel results .... Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf024.nc ............ALT CHECK......OK Comparing atmf000.nc .........OK - Comparing atmf024.nc ............ALT CHECK......OK + Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF00 .........OK Comparing GFSFLX.GrbF24 .........OK Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 119.205838 - 0: The maximum resident set size (KB) = 496376 + 0: The total amount of wall time = 119.458772 + 0: The maximum resident set size (KB) = 494744 Test 022 control_wrtGauss_netcdf_parallel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_c48 -working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_30054/control_c48 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_c48 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29859/control_c48 Checking test 023 control_c48 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1165,14 +1166,14 @@ Checking test 023 control_c48 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0: The total amount of wall time = 308.627122 -0: The maximum resident set size (KB) = 676668 +0: The total amount of wall time = 312.446530 +0: The maximum resident set size (KB) = 676992 Test 023 control_c48 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_c192 -working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_30054/control_c192 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_c192 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29859/control_c192 Checking test 024 control_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1183,14 +1184,14 @@ Checking test 024 control_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 452.316841 - 0: The maximum resident set size (KB) = 593824 + 0: The total amount of wall time = 452.544653 + 0: The maximum resident set size (KB) = 592516 Test 024 control_c192 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_c384 -working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_30054/control_c384 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_c384 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29859/control_c384 Checking test 025 control_c384 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1201,14 +1202,14 @@ Checking test 025 control_c384 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 773.353271 - 0: The maximum resident set size (KB) = 863792 + 0: The total amount of wall time = 786.895994 + 0: The maximum resident set size (KB) = 868612 Test 025 control_c384 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_c384gdas -working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_30054/control_c384gdas +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_c384gdas +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29859/control_c384gdas Checking test 026 control_c384gdas results .... Comparing sfcf000.nc .........OK Comparing sfcf006.nc .........OK @@ -1251,14 +1252,14 @@ Checking test 026 control_c384gdas results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 679.233023 - 0: The maximum resident set size (KB) = 1008840 + 0: The total amount of wall time = 676.201192 + 0: The maximum resident set size (KB) = 1015676 Test 026 control_c384gdas PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_stochy -working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_30054/control_stochy +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_stochy +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29859/control_stochy Checking test 027 control_stochy results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1269,28 +1270,28 @@ Checking test 027 control_stochy results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 78.376741 - 0: The maximum resident set size (KB) = 494784 + 0: The total amount of wall time = 78.099200 + 0: The maximum resident set size (KB) = 497508 Test 027 control_stochy PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_stochy -working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_30054/control_stochy_restart +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_stochy +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29859/control_stochy_restart Checking test 028 control_stochy_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 42.463503 - 0: The maximum resident set size (KB) = 276916 + 0: The total amount of wall time = 42.058508 + 0: The maximum resident set size (KB) = 279340 Test 028 control_stochy_restart PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_lndp -working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_30054/control_lndp +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_lndp +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29859/control_lndp Checking test 029 control_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1301,14 +1302,14 @@ Checking test 029 control_lndp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 71.755412 - 0: The maximum resident set size (KB) = 498296 + 0: The total amount of wall time = 72.336237 + 0: The maximum resident set size (KB) = 498652 Test 029 control_lndp PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_p7 -working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_30054/control_p7 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_p7 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29859/control_p7 Checking test 030 control_p7 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1355,14 +1356,14 @@ Checking test 030 control_p7 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 134.133328 - 0: The maximum resident set size (KB) = 523256 + 0: The total amount of wall time = 133.976068 + 0: The maximum resident set size (KB) = 523532 Test 030 control_p7 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_p7_rrtmgp -working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_30054/control_p7_rrtmgp +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_p7_rrtmgp +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29859/control_p7_rrtmgp Checking test 031 control_p7_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1409,14 +1410,14 @@ Checking test 031 control_p7_rrtmgp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 207.121154 - 0: The maximum resident set size (KB) = 621088 + 0: The total amount of wall time = 171.229968 + 0: The maximum resident set size (KB) = 616580 Test 031 control_p7_rrtmgp PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_p7 -working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_30054/control_restart_p7 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_p7 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29859/control_restart_p7 Checking test 032 control_restart_p7 results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1455,14 +1456,14 @@ Checking test 032 control_restart_p7 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 71.970884 - 0: The maximum resident set size (KB) = 329400 + 0: The total amount of wall time = 72.125341 + 0: The maximum resident set size (KB) = 327436 Test 032 control_restart_p7 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_p7 -working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_30054/control_decomp_p7 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_p7 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29859/control_decomp_p7 Checking test 033 control_decomp_p7 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1505,14 +1506,14 @@ Checking test 033 control_decomp_p7 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 139.374010 - 0: The maximum resident set size (KB) = 512108 + 0: The total amount of wall time = 139.122233 + 0: The maximum resident set size (KB) = 512520 Test 033 control_decomp_p7 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_p7 -working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_30054/control_2threads_p7 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_p7 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29859/control_2threads_p7 Checking test 034 control_2threads_p7 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1555,14 +1556,14 @@ Checking test 034 control_2threads_p7 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 166.439685 - 0: The maximum resident set size (KB) = 587396 + 0: The total amount of wall time = 166.015378 + 0: The maximum resident set size (KB) = 588324 Test 034 control_2threads_p7 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/fv3_regional_control -working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_30054/regional_control +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/fv3_regional_control +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29859/regional_control Checking test 035 regional_control results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1573,28 +1574,28 @@ Checking test 035 regional_control results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK - 0: The total amount of wall time = 294.997462 - 0: The maximum resident set size (KB) = 608344 + 0: The total amount of wall time = 295.223703 + 0: The maximum resident set size (KB) = 608580 Test 035 regional_control PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/fv3_regional_control -working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_30054/regional_restart +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/fv3_regional_control +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29859/regional_restart Checking test 036 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 = 166.278263 - 0: The maximum resident set size (KB) = 611208 + 0: The total amount of wall time = 165.854769 + 0: The maximum resident set size (KB) = 613952 Test 036 regional_restart PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/fv3_regional_noquilt -working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_30054/regional_noquilt +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/fv3_regional_noquilt +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29859/regional_noquilt Checking test 037 regional_noquilt results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK @@ -1602,14 +1603,14 @@ Checking test 037 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 = 303.315405 - 0: The maximum resident set size (KB) = 619632 + 0: The total amount of wall time = 305.553641 + 0: The maximum resident set size (KB) = 618952 Test 037 regional_noquilt PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/fv3_regional_control -working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_30054/regional_2threads +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/fv3_regional_control +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29859/regional_2threads Checking test 038 regional_2threads results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1620,14 +1621,14 @@ Checking test 038 regional_2threads results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK - 0: The total amount of wall time = 215.008424 - 0: The maximum resident set size (KB) = 625688 + 0: The total amount of wall time = 213.181476 + 0: The maximum resident set size (KB) = 625568 Test 038 regional_2threads PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/fv3_regional_hafs -working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_30054/regional_hafs +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/fv3_regional_hafs +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29859/regional_hafs Checking test 039 regional_hafs results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1636,28 +1637,28 @@ Checking test 039 regional_hafs results .... Comparing HURPRS.GrbF00 .........OK Comparing HURPRS.GrbF24 .........OK - 0: The total amount of wall time = 292.658854 - 0: The maximum resident set size (KB) = 608736 + 0: The total amount of wall time = 290.175984 + 0: The maximum resident set size (KB) = 606988 Test 039 regional_hafs PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/fv3_regional_netcdf_parallel -working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_30054/regional_netcdf_parallel +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/fv3_regional_netcdf_parallel +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29859/regional_netcdf_parallel Checking test 040 regional_netcdf_parallel results .... - Comparing dynf000.nc .........OK - Comparing dynf024.nc ............ALT CHECK......OK + Comparing dynf000.nc ............ALT CHECK......OK + Comparing dynf024.nc .........OK Comparing phyf000.nc ............ALT CHECK......OK Comparing phyf024.nc ............ALT CHECK......OK - 0: The total amount of wall time = 292.457948 - 0: The maximum resident set size (KB) = 609196 + 0: The total amount of wall time = 291.592035 + 0: The maximum resident set size (KB) = 610248 Test 040 regional_netcdf_parallel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/fv3_regional_RRTMGP -working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_30054/regional_RRTMGP +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/fv3_regional_RRTMGP +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29859/regional_RRTMGP Checking test 041 regional_RRTMGP results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1668,14 +1669,14 @@ Checking test 041 regional_RRTMGP results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK - 0: The total amount of wall time = 466.698509 - 0: The maximum resident set size (KB) = 730004 + 0: The total amount of wall time = 370.632839 + 0: The maximum resident set size (KB) = 726756 Test 041 regional_RRTMGP PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/rap_control -working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_30054/rap_control +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/rap_control +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29859/rap_control Checking test 042 rap_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1722,14 +1723,14 @@ Checking test 042 rap_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 341.037751 - 0: The maximum resident set size (KB) = 861640 + 0: The total amount of wall time = 341.462567 + 0: The maximum resident set size (KB) = 861116 Test 042 rap_control PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/rap_control -working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_30054/rap_2threads +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/rap_control +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29859/rap_2threads Checking test 043 rap_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1776,14 +1777,14 @@ Checking test 043 rap_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 427.906754 - 0: The maximum resident set size (KB) = 922424 + 0: The total amount of wall time = 427.017492 + 0: The maximum resident set size (KB) = 921920 Test 043 rap_2threads PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/rap_sfcdiff -working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_30054/rap_sfcdiff +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/rap_sfcdiff +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29859/rap_sfcdiff Checking test 044 rap_sfcdiff results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1830,14 +1831,14 @@ Checking test 044 rap_sfcdiff results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 341.791916 - 0: The maximum resident set size (KB) = 864668 + 0: The total amount of wall time = 340.760537 + 0: The maximum resident set size (KB) = 865288 Test 044 rap_sfcdiff PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/rap_sfcdiff -working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_30054/rap_sfcdiff_restart +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/rap_sfcdiff +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29859/rap_sfcdiff_restart Checking test 045 rap_sfcdiff_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1876,14 +1877,14 @@ Checking test 045 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 = 172.937029 - 0: The maximum resident set size (KB) = 612700 + 0: The total amount of wall time = 174.883235 + 0: The maximum resident set size (KB) = 614208 Test 045 rap_sfcdiff_restart PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/hrrr_control -working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_30054/hrrr_control +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/hrrr_control +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29859/hrrr_control Checking test 046 hrrr_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1930,14 +1931,14 @@ Checking test 046 hrrr_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 329.805625 - 0: The maximum resident set size (KB) = 862888 + 0: The total amount of wall time = 329.909044 + 0: The maximum resident set size (KB) = 859664 Test 046 hrrr_control PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/rrfs_v1beta -working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_30054/rrfs_v1beta +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/rrfs_v1beta +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29859/rrfs_v1beta Checking test 047 rrfs_v1beta results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1984,14 +1985,14 @@ Checking test 047 rrfs_v1beta results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 336.409262 - 0: The maximum resident set size (KB) = 857420 + 0: The total amount of wall time = 335.807219 + 0: The maximum resident set size (KB) = 859376 Test 047 rrfs_v1beta PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_rrtmgp -working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_30054/control_rrtmgp +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_rrtmgp +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29859/control_rrtmgp Checking test 048 control_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2002,14 +2003,14 @@ Checking test 048 control_rrtmgp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 224.821569 - 0: The maximum resident set size (KB) = 614144 + 0: The total amount of wall time = 185.614640 + 0: The maximum resident set size (KB) = 613728 Test 048 control_rrtmgp PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_rrtmgp_c192 -working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_30054/control_rrtmgp_c192 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_rrtmgp_c192 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29859/control_rrtmgp_c192 Checking test 049 control_rrtmgp_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -2020,14 +2021,14 @@ Checking test 049 control_rrtmgp_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 583.477511 - 0: The maximum resident set size (KB) = 824528 + 0: The total amount of wall time = 503.858899 + 0: The maximum resident set size (KB) = 824340 Test 049 control_rrtmgp_c192 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_csawmg -working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_30054/control_csawmg +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_csawmg +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29859/control_csawmg Checking test 050 control_csawmg results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2038,14 +2039,14 @@ Checking test 050 control_csawmg results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 304.881841 - 0: The maximum resident set size (KB) = 551800 + 0: The total amount of wall time = 302.558667 + 0: The maximum resident set size (KB) = 553120 Test 050 control_csawmg PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_csawmgt -working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_30054/control_csawmgt +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_csawmgt +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29859/control_csawmgt Checking test 051 control_csawmgt results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2056,14 +2057,14 @@ Checking test 051 control_csawmgt results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 299.740861 - 0: The maximum resident set size (KB) = 551012 + 0: The total amount of wall time = 299.952667 + 0: The maximum resident set size (KB) = 551412 Test 051 control_csawmgt PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_flake -working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_30054/control_flake +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_flake +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29859/control_flake Checking test 052 control_flake results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2074,14 +2075,14 @@ Checking test 052 control_flake results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 213.732613 - 0: The maximum resident set size (KB) = 562916 + 0: The total amount of wall time = 213.475497 + 0: The maximum resident set size (KB) = 561948 Test 052 control_flake PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_ras -working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_30054/control_ras +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_ras +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29859/control_ras Checking test 053 control_ras results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2092,14 +2093,14 @@ Checking test 053 control_ras results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 161.791935 - 0: The maximum resident set size (KB) = 521352 + 0: The total amount of wall time = 162.100452 + 0: The maximum resident set size (KB) = 521848 Test 053 control_ras PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_thompson -working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_30054/control_thompson +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_thompson +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29859/control_thompson Checking test 054 control_thompson results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2110,14 +2111,14 @@ Checking test 054 control_thompson results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 204.733277 - 0: The maximum resident set size (KB) = 877424 + 0: The total amount of wall time = 203.124422 + 0: The maximum resident set size (KB) = 879192 Test 054 control_thompson PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_thompson_no_aero -working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_30054/control_thompson_no_aero +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_thompson_no_aero +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29859/control_thompson_no_aero Checking test 055 control_thompson_no_aero results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2128,54 +2129,54 @@ Checking test 055 control_thompson_no_aero results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 195.355016 - 0: The maximum resident set size (KB) = 870960 + 0: The total amount of wall time = 194.826170 + 0: The maximum resident set size (KB) = 872320 Test 055 control_thompson_no_aero PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_wam_repro -working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_30054/control_wam_repro +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_wam_repro +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29859/control_wam_repro Checking test 056 control_wam results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK - 0: The total amount of wall time = 108.818629 - 0: The maximum resident set size (KB) = 256468 + 0: The total amount of wall time = 108.545024 + 0: The maximum resident set size (KB) = 256548 Test 056 control_wam PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_debug -working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_30054/control_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29859/control_debug Checking test 057 control_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 142.135698 - 0: The maximum resident set size (KB) = 560436 + 0: The total amount of wall time = 142.970674 + 0: The maximum resident set size (KB) = 563640 Test 057 control_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_debug -working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_30054/control_2threads_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29859/control_2threads_debug Checking test 058 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 = 209.805231 - 0: The maximum resident set size (KB) = 603236 + 0: The total amount of wall time = 213.535895 + 0: The maximum resident set size (KB) = 605556 Test 058 control_2threads_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_CubedSphereGrid_debug -working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_30054/control_CubedSphereGrid_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_CubedSphereGrid_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29859/control_CubedSphereGrid_debug Checking test 059 control_CubedSphereGrid_debug results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -2202,592 +2203,604 @@ Checking test 059 control_CubedSphereGrid_debug results .... Comparing atmf001.tile5.nc .........OK Comparing atmf001.tile6.nc .........OK - 0: The total amount of wall time = 153.596785 - 0: The maximum resident set size (KB) = 558144 + 0: The total amount of wall time = 154.729522 + 0: The maximum resident set size (KB) = 557068 Test 059 control_CubedSphereGrid_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_wrtGauss_netcdf_parallel_debug -working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_30054/control_wrtGauss_netcdf_parallel_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_wrtGauss_netcdf_parallel_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29859/control_wrtGauss_netcdf_parallel_debug Checking test 060 control_wrtGauss_netcdf_parallel_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc ............ALT CHECK......OK Comparing atmf000.nc .........OK Comparing atmf001.nc ............ALT CHECK......OK - 0: The total amount of wall time = 145.472883 - 0: The maximum resident set size (KB) = 562660 + 0: The total amount of wall time = 141.270661 + 0: The maximum resident set size (KB) = 558824 Test 060 control_wrtGauss_netcdf_parallel_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_stochy_debug -working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_30054/control_stochy_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_stochy_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29859/control_stochy_debug Checking test 061 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 = 162.550234 - 0: The maximum resident set size (KB) = 568096 + 0: The total amount of wall time = 159.454744 + 0: The maximum resident set size (KB) = 564356 Test 061 control_stochy_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_lndp_debug -working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_30054/control_lndp_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_lndp_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29859/control_lndp_debug Checking test 062 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 = 144.817351 - 0: The maximum resident set size (KB) = 566348 + 0: The total amount of wall time = 146.643402 + 0: The maximum resident set size (KB) = 566612 Test 062 control_lndp_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_rrtmgp_debug -working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_30054/control_rrtmgp_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_rrtmgp_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29859/control_rrtmgp_debug Checking test 063 control_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 = 173.438964 - 0: The maximum resident set size (KB) = 659452 + 0: The total amount of wall time = 156.804394 + 0: The maximum resident set size (KB) = 663880 Test 063 control_rrtmgp_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_csawmg_debug -working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_30054/control_csawmg_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_csawmg_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29859/control_csawmg_debug Checking test 064 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 = 219.228475 - 0: The maximum resident set size (KB) = 597012 + 0: The total amount of wall time = 220.005221 + 0: The maximum resident set size (KB) = 597696 Test 064 control_csawmg_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_csawmgt_debug -working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_30054/control_csawmgt_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_csawmgt_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29859/control_csawmgt_debug Checking test 065 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 = 221.535237 - 0: The maximum resident set size (KB) = 595312 + 0: The total amount of wall time = 222.947713 + 0: The maximum resident set size (KB) = 596144 Test 065 control_csawmgt_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_ras_debug -working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_30054/control_ras_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_ras_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29859/control_ras_debug Checking test 066 control_ras_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 146.722038 - 0: The maximum resident set size (KB) = 572836 + 0: The total amount of wall time = 150.075833 + 0: The maximum resident set size (KB) = 572368 Test 066 control_ras_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_diag_debug -working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_30054/control_diag_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_diag_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29859/control_diag_debug Checking test 067 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 = 151.532854 - 0: The maximum resident set size (KB) = 618268 + 0: The total amount of wall time = 151.927142 + 0: The maximum resident set size (KB) = 617564 Test 067 control_diag_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_debug_p7 -working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_30054/control_debug_p7 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_debug_p7 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29859/control_debug_p7 Checking test 068 control_debug_p7 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.043448 - 0: The maximum resident set size (KB) = 578948 + 0: The total amount of wall time = 154.497362 + 0: The maximum resident set size (KB) = 580996 Test 068 control_debug_p7 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_thompson_debug -working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_30054/control_thompson_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_thompson_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29859/control_thompson_debug Checking test 069 control_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.194812 - 0: The maximum resident set size (KB) = 919688 + 0: The total amount of wall time = 166.892849 + 0: The maximum resident set size (KB) = 921220 Test 069 control_thompson_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_thompson_no_aero_debug -working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_30054/control_thompson_no_aero_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_thompson_no_aero_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29859/control_thompson_no_aero_debug Checking test 070 control_thompson_no_aero_debug 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.281963 - 0: The maximum resident set size (KB) = 917996 + 0: The total amount of wall time = 158.302721 + 0: The maximum resident set size (KB) = 918708 Test 070 control_thompson_no_aero_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_thompson_debug_extdiag -working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_30054/control_thompson_extdiag_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_thompson_debug_extdiag +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29859/control_thompson_extdiag_debug Checking test 071 control_thompson_extdiag_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 175.418227 - 0: The maximum resident set size (KB) = 952996 + 0: The total amount of wall time = 176.590596 + 0: The maximum resident set size (KB) = 954328 Test 071 control_thompson_extdiag_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/fv3_regional_debug -working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_30054/regional_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/fv3_regional_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29859/regional_debug Checking test 072 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 = 239.010624 - 0: The maximum resident set size (KB) = 632112 + 0: The total amount of wall time = 234.756290 + 0: The maximum resident set size (KB) = 631644 Test 072 regional_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/rap_control_debug -working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_30054/rap_control_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/rap_control_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29859/rap_control_debug Checking test 073 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 = 261.707653 - 0: The maximum resident set size (KB) = 931256 + 0: The total amount of wall time = 259.626521 + 0: The maximum resident set size (KB) = 932468 Test 073 rap_control_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/rap_control_debug -working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_30054/rap_unified_drag_suite_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/rap_control_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29859/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 - 0: The total amount of wall time = 254.553355 - 0: The maximum resident set size (KB) = 927016 + 0: The total amount of wall time = 263.197445 + 0: The maximum resident set size (KB) = 926832 Test 074 rap_unified_drag_suite_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/rap_diag_debug -working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_30054/rap_diag_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/rap_diag_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29859/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 - 0: The total amount of wall time = 280.547032 - 0: The maximum resident set size (KB) = 1012228 + 0: The total amount of wall time = 281.752241 + 0: The maximum resident set size (KB) = 1011164 Test 075 rap_diag_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/rap_cires_ugwp_debug -working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_30054/rap_cires_ugwp_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/rap_cires_ugwp_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29859/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 - 0: The total amount of wall time = 261.362490 - 0: The maximum resident set size (KB) = 932792 + 0: The total amount of wall time = 260.879357 + 0: The maximum resident set size (KB) = 933608 Test 076 rap_cires_ugwp_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/rap_cires_ugwp_debug -working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_30054/rap_unified_ugwp_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/rap_cires_ugwp_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29859/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 - 0: The total amount of wall time = 263.643197 - 0: The maximum resident set size (KB) = 929732 + 0: The total amount of wall time = 266.235665 + 0: The maximum resident set size (KB) = 930264 Test 077 rap_unified_ugwp_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/rap_noah_debug -working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_30054/rap_noah_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/rap_noah_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29859/rap_noah_debug Checking test 078 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 = 260.835368 - 0: The maximum resident set size (KB) = 928556 + 0: The total amount of wall time = 258.701511 + 0: The maximum resident set size (KB) = 924432 Test 078 rap_noah_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/rap_rrtmgp_debug -working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_30054/rap_rrtmgp_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/rap_rrtmgp_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29859/rap_rrtmgp_debug Checking test 079 rap_rrtmgp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 458.445913 - 0: The maximum resident set size (KB) = 1029624 + 0: The total amount of wall time = 445.999578 + 0: The maximum resident set size (KB) = 1027892 Test 079 rap_rrtmgp_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/rap_lndp_debug -working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_30054/rap_lndp_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/rap_lndp_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29859/rap_lndp_debug Checking test 080 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 = 257.861311 - 0: The maximum resident set size (KB) = 930344 + 0: The total amount of wall time = 262.455971 + 0: The maximum resident set size (KB) = 931256 Test 080 rap_lndp_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/rap_sfcdiff_debug -working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_30054/rap_sfcdiff_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/rap_sfcdiff_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29859/rap_sfcdiff_debug Checking test 081 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 = 261.553965 - 0: The maximum resident set size (KB) = 934012 + 0: The total amount of wall time = 254.905126 + 0: The maximum resident set size (KB) = 930348 Test 081 rap_sfcdiff_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/rap_flake_debug -working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_30054/rap_flake_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/rap_flake_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29859/rap_flake_debug Checking test 082 rap_flake_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 256.500601 - 0: The maximum resident set size (KB) = 926792 + 0: The total amount of wall time = 266.420848 + 0: The maximum resident set size (KB) = 926708 Test 082 rap_flake_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/rap_noah_sfcdiff_cires_ugwp_debug -working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_30054/rap_noah_sfcdiff_cires_ugwp_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/rap_noah_sfcdiff_cires_ugwp_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29859/rap_noah_sfcdiff_cires_ugwp_debug Checking test 083 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 = 433.913575 - 0: The maximum resident set size (KB) = 933484 + 0: The total amount of wall time = 435.204321 + 0: The maximum resident set size (KB) = 928700 -Test 083 rap_noah_sfcdiff_cires_ugwp_debug PASS +Test 083 rap_noah_sfcdiff_cires_ugwp_debug PASS Tries: 2 -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/rrfs_v1beta_debug -working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_30054/rrfs_v1beta_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/rrfs_v1beta_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29859/rrfs_v1beta_debug Checking test 084 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 = 257.721701 - 0: The maximum resident set size (KB) = 930536 + 0: The total amount of wall time = 262.926785 + 0: The maximum resident set size (KB) = 924428 Test 084 rrfs_v1beta_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/hafs_regional_atm -working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_30054/hafs_regional_atm -Checking test 085 hafs_regional_atm results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_wam_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29859/control_wam_debug +Checking test 085 control_wam_debug results .... + Comparing sfcf019.nc .........OK + Comparing atmf019.nc .........OK + + 0: The total amount of wall time = 274.660462 + 0: The maximum resident set size (KB) = 276688 + +Test 085 control_wam_debug PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/hafs_regional_atm +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29859/hafs_regional_atm +Checking test 086 hafs_regional_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc ............ALT CHECK......OK - 0: The total amount of wall time = 265.457459 - 0: The maximum resident set size (KB) = 860456 + 0: The total amount of wall time = 264.469105 + 0: The maximum resident set size (KB) = 863576 -Test 085 hafs_regional_atm PASS +Test 086 hafs_regional_atm PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/hafs_regional_atm_ocn -working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_30054/hafs_regional_atm_ocn -Checking test 086 hafs_regional_atm_ocn results .... - Comparing atmf006.nc ............ALT CHECK......OK +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/hafs_regional_atm_ocn +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29859/hafs_regional_atm_ocn +Checking test 087 hafs_regional_atm_ocn results .... + Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing archv.2019_241_06.a .........OK Comparing archs.2019_241_06.a .........OK 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 = 362.431553 - 0: The maximum resident set size (KB) = 893096 + 0: The total amount of wall time = 359.426028 + 0: The maximum resident set size (KB) = 896544 -Test 086 hafs_regional_atm_ocn PASS +Test 087 hafs_regional_atm_ocn PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/hafs_regional_atm_wav -working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_30054/hafs_regional_atm_wav -Checking test 087 hafs_regional_atm_wav results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/hafs_regional_atm_wav +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29859/hafs_regional_atm_wav +Checking test 088 hafs_regional_atm_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc ............ALT CHECK......OK Comparing out_grd.ww3 .........OK Comparing out_pnt.ww3 .........OK - 0: The total amount of wall time = 732.818222 - 0: The maximum resident set size (KB) = 890076 + 0: The total amount of wall time = 728.440012 + 0: The maximum resident set size (KB) = 890068 -Test 087 hafs_regional_atm_wav PASS +Test 088 hafs_regional_atm_wav PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/hafs_regional_atm_ocn_wav -working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_30054/hafs_regional_atm_ocn_wav -Checking test 088 hafs_regional_atm_ocn_wav results .... - Comparing atmf006.nc .........OK +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/hafs_regional_atm_ocn_wav +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29859/hafs_regional_atm_ocn_wav +Checking test 089 hafs_regional_atm_ocn_wav results .... + Comparing atmf006.nc ............ALT CHECK......OK Comparing sfcf006.nc .........OK Comparing archv.2019_241_06.a .........OK Comparing archs.2019_241_06.a .........OK Comparing out_grd.ww3 .........OK Comparing out_pnt.ww3 .........OK - 0: The total amount of wall time = 835.035749 - 0: The maximum resident set size (KB) = 899832 + 0: The total amount of wall time = 829.029758 + 0: The maximum resident set size (KB) = 891296 -Test 088 hafs_regional_atm_ocn_wav PASS +Test 089 hafs_regional_atm_ocn_wav PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/hafs_regional_1nest_atm -working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_30054/hafs_regional_1nest_atm -Checking test 089 hafs_regional_1nest_atm results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/hafs_regional_1nest_atm +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29859/hafs_regional_1nest_atm +Checking test 090 hafs_regional_1nest_atm results .... Comparing atmf006.nc ............ALT CHECK......OK Comparing sfcf006.nc .........OK - 0: The total amount of wall time = 393.310520 - 0: The maximum resident set size (KB) = 381280 + 0: The total amount of wall time = 399.265905 + 0: The maximum resident set size (KB) = 381568 -Test 089 hafs_regional_1nest_atm PASS +Test 090 hafs_regional_1nest_atm PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/hafs_regional_telescopic_2nests_atm -working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_30054/hafs_regional_telescopic_2nests_atm -Checking test 090 hafs_regional_telescopic_2nests_atm results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/hafs_regional_telescopic_2nests_atm +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29859/hafs_regional_telescopic_2nests_atm +Checking test 091 hafs_regional_telescopic_2nests_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc ............ALT CHECK......OK - 0: The total amount of wall time = 420.947403 - 0: The maximum resident set size (KB) = 381008 + 0: The total amount of wall time = 422.403353 + 0: The maximum resident set size (KB) = 388280 -Test 090 hafs_regional_telescopic_2nests_atm PASS +Test 091 hafs_regional_telescopic_2nests_atm PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/hafs_global_1nest_atm -working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_30054/hafs_global_1nest_atm -Checking test 091 hafs_global_1nest_atm results .... - Comparing atmf006.nc ............ALT CHECK......OK +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/hafs_global_1nest_atm +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29859/hafs_global_1nest_atm +Checking test 092 hafs_global_1nest_atm results .... + Comparing atmf006.nc .........OK Comparing sfcf006.nc ............ALT CHECK......OK - 0: The total amount of wall time = 198.541908 - 0: The maximum resident set size (KB) = 236516 + 0: The total amount of wall time = 194.090382 + 0: The maximum resident set size (KB) = 233928 -Test 091 hafs_global_1nest_atm PASS +Test 092 hafs_global_1nest_atm PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/hafs_global_multiple_4nests_atm -working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_30054/hafs_global_multiple_4nests_atm -Checking test 092 hafs_global_multiple_4nests_atm results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/hafs_global_multiple_4nests_atm +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29859/hafs_global_multiple_4nests_atm +Checking test 093 hafs_global_multiple_4nests_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc ............ALT CHECK......OK - 0: The total amount of wall time = 428.422372 - 0: The maximum resident set size (KB) = 331104 + 0: The total amount of wall time = 435.395102 + 0: The maximum resident set size (KB) = 334656 -Test 092 hafs_global_multiple_4nests_atm PASS +Test 093 hafs_global_multiple_4nests_atm PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/hafs_regional_docn -working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_30054/hafs_regional_docn -Checking test 093 hafs_regional_docn results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/hafs_regional_docn +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29859/hafs_regional_docn +Checking test 094 hafs_regional_docn results .... Comparing atmf006.nc ............ALT CHECK......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 = 344.194883 - 0: The maximum resident set size (KB) = 893104 + 0: The total amount of wall time = 352.152653 + 0: The maximum resident set size (KB) = 891940 -Test 093 hafs_regional_docn PASS +Test 094 hafs_regional_docn PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/hafs_regional_docn_oisst -working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_30054/hafs_regional_docn_oisst -Checking test 094 hafs_regional_docn_oisst results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/hafs_regional_docn_oisst +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29859/hafs_regional_docn_oisst +Checking test 095 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 = 342.162354 - 0: The maximum resident set size (KB) = 892304 + 0: The total amount of wall time = 343.793429 + 0: The maximum resident set size (KB) = 890648 -Test 094 hafs_regional_docn_oisst PASS +Test 095 hafs_regional_docn_oisst PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/hafs_regional_datm_cdeps -working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_30054/hafs_regional_datm_cdeps -Checking test 095 hafs_regional_datm_cdeps results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/hafs_regional_datm_cdeps +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29859/hafs_regional_datm_cdeps +Checking test 096 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 = 915.125405 - 0: The maximum resident set size (KB) = 873492 + 0: The total amount of wall time = 941.587439 + 0: The maximum resident set size (KB) = 869740 -Test 095 hafs_regional_datm_cdeps PASS +Test 096 hafs_regional_datm_cdeps PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/datm_cdeps_control_cfsr -working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_30054/datm_cdeps_control_cfsr -Checking test 096 datm_cdeps_control_cfsr results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/datm_cdeps_control_cfsr +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29859/datm_cdeps_control_cfsr +Checking test 097 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 = 145.068045 - 0: The maximum resident set size (KB) = 741796 + 0: The total amount of wall time = 142.413050 + 0: The maximum resident set size (KB) = 741664 -Test 096 datm_cdeps_control_cfsr PASS +Test 097 datm_cdeps_control_cfsr PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/datm_cdeps_control_cfsr -working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_30054/datm_cdeps_restart_cfsr -Checking test 097 datm_cdeps_restart_cfsr results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/datm_cdeps_control_cfsr +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29859/datm_cdeps_restart_cfsr +Checking test 098 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 = 92.342793 - 0: The maximum resident set size (KB) = 739064 + 0: The total amount of wall time = 89.000350 + 0: The maximum resident set size (KB) = 740640 -Test 097 datm_cdeps_restart_cfsr PASS +Test 098 datm_cdeps_restart_cfsr PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/datm_cdeps_control_gefs -working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_30054/datm_cdeps_control_gefs -Checking test 098 datm_cdeps_control_gefs results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/datm_cdeps_control_gefs +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29859/datm_cdeps_control_gefs +Checking test 099 datm_cdeps_control_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 137.292333 - 0: The maximum resident set size (KB) = 642068 + 0: The total amount of wall time = 137.139825 + 0: The maximum resident set size (KB) = 641980 -Test 098 datm_cdeps_control_gefs PASS +Test 099 datm_cdeps_control_gefs PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/datm_cdeps_stochy_gefs -working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_30054/datm_cdeps_stochy_gefs -Checking test 099 datm_cdeps_stochy_gefs results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/datm_cdeps_stochy_gefs +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29859/datm_cdeps_stochy_gefs +Checking test 100 datm_cdeps_stochy_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 138.165812 - 0: The maximum resident set size (KB) = 642728 + 0: The total amount of wall time = 137.836400 + 0: The maximum resident set size (KB) = 641028 -Test 099 datm_cdeps_stochy_gefs PASS +Test 100 datm_cdeps_stochy_gefs PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/datm_cdeps_bulk_cfsr -working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_30054/datm_cdeps_bulk_cfsr -Checking test 100 datm_cdeps_bulk_cfsr results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/datm_cdeps_bulk_cfsr +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29859/datm_cdeps_bulk_cfsr +Checking test 101 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 = 142.987752 - 0: The maximum resident set size (KB) = 740360 + 0: The total amount of wall time = 143.975149 + 0: The maximum resident set size (KB) = 740788 -Test 100 datm_cdeps_bulk_cfsr PASS +Test 101 datm_cdeps_bulk_cfsr PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/datm_cdeps_bulk_gefs -working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_30054/datm_cdeps_bulk_gefs -Checking test 101 datm_cdeps_bulk_gefs results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/datm_cdeps_bulk_gefs +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29859/datm_cdeps_bulk_gefs +Checking test 102 datm_cdeps_bulk_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 137.747091 - 0: The maximum resident set size (KB) = 640888 + 0: The total amount of wall time = 138.642476 + 0: The maximum resident set size (KB) = 640960 -Test 101 datm_cdeps_bulk_gefs PASS +Test 102 datm_cdeps_bulk_gefs PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/datm_cdeps_mx025_cfsr -working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_30054/datm_cdeps_mx025_cfsr -Checking test 102 datm_cdeps_mx025_cfsr results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/datm_cdeps_mx025_cfsr +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29859/datm_cdeps_mx025_cfsr +Checking test 103 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 @@ -2795,15 +2808,15 @@ Checking test 102 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 = 303.899648 - 0: The maximum resident set size (KB) = 619088 + 0: The total amount of wall time = 305.928113 + 0: The maximum resident set size (KB) = 612932 -Test 102 datm_cdeps_mx025_cfsr PASS +Test 103 datm_cdeps_mx025_cfsr PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/datm_cdeps_mx025_gefs -working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_30054/datm_cdeps_mx025_gefs -Checking test 103 datm_cdeps_mx025_gefs results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/datm_cdeps_mx025_gefs +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29859/datm_cdeps_mx025_gefs +Checking test 104 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 @@ -2811,52 +2824,52 @@ Checking test 103 datm_cdeps_mx025_gefs results .... Comparing RESTART/iced.2011-10-01-43200.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-01-43200.nc .........OK - 0: The total amount of wall time = 302.428686 - 0: The maximum resident set size (KB) = 586712 + 0: The total amount of wall time = 303.024367 + 0: The maximum resident set size (KB) = 589744 -Test 103 datm_cdeps_mx025_gefs PASS +Test 104 datm_cdeps_mx025_gefs PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/datm_cdeps_control_cfsr -working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_30054/datm_cdeps_multiple_files_cfsr -Checking test 104 datm_cdeps_multiple_files_cfsr results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/datm_cdeps_control_cfsr +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29859/datm_cdeps_multiple_files_cfsr +Checking test 105 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 = 140.632748 - 0: The maximum resident set size (KB) = 760632 + 0: The total amount of wall time = 143.650438 + 0: The maximum resident set size (KB) = 742512 -Test 104 datm_cdeps_multiple_files_cfsr PASS +Test 105 datm_cdeps_multiple_files_cfsr PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/datm_cdeps_3072x1536_cfsr -working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_30054/datm_cdeps_3072x1536_cfsr -Checking test 105 datm_cdeps_3072x1536_cfsr results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/datm_cdeps_3072x1536_cfsr +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29859/datm_cdeps_3072x1536_cfsr +Checking test 106 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 = 197.856073 - 0: The maximum resident set size (KB) = 1850800 + 0: The total amount of wall time = 195.882654 + 0: The maximum resident set size (KB) = 1852008 -Test 105 datm_cdeps_3072x1536_cfsr PASS +Test 106 datm_cdeps_3072x1536_cfsr PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/datm_cdeps_debug_cfsr -working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_30054/datm_cdeps_debug_cfsr -Checking test 106 datm_cdeps_debug_cfsr results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/datm_cdeps_debug_cfsr +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29859/datm_cdeps_debug_cfsr +Checking test 107 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 = 432.313655 - 0: The maximum resident set size (KB) = 748220 + 0: The total amount of wall time = 455.903109 + 0: The maximum resident set size (KB) = 742908 -Test 106 datm_cdeps_debug_cfsr PASS +Test 107 datm_cdeps_debug_cfsr PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_atmwav -working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_30054/control_atmwav -Checking test 107 control_atmwav results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_atmwav +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29859/control_atmwav +Checking test 108 control_atmwav results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -2899,15 +2912,15 @@ Checking test 107 control_atmwav results .... Comparing RESTART/sfc_data.tile6.nc .........OK Comparing 20210322.180000.restart.glo_1deg .........OK - 0: The total amount of wall time = 79.331370 - 0: The maximum resident set size (KB) = 539692 + 0: The total amount of wall time = 77.247688 + 0: The maximum resident set size (KB) = 535264 -Test 107 control_atmwav PASS +Test 108 control_atmwav PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_c384gdas_wav -working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_30054/control_c384gdas_wav -Checking test 108 control_c384gdas_wav results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_c384gdas_wav +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29859/control_c384gdas_wav +Checking test 109 control_c384gdas_wav results .... Comparing sfcf000.nc .........OK Comparing sfcf003.nc .........OK Comparing atmf000.nc .........OK @@ -2952,15 +2965,15 @@ Checking test 108 control_c384gdas_wav results .... Comparing 20210322.030000.restart.gnh_10m .........OK Comparing 20210322.030000.restart.gsh_15m .........OK - 0: The total amount of wall time = 680.461871 - 0: The maximum resident set size (KB) = 1151288 + 0: The total amount of wall time = 677.144425 + 0: The maximum resident set size (KB) = 1147060 -Test 108 control_c384gdas_wav PASS +Test 109 control_c384gdas_wav PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_atm_aerosols -working dir = /scratch1/NCEPDEV/stmp2/Bin.Li/FV3_RT/rt_30054/control_atm_aerosols -Checking test 109 control_atm_aerosols results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_atm_aerosols +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_29859/control_atm_aerosols +Checking test 110 control_atm_aerosols results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -3006,12 +3019,12 @@ Checking test 109 control_atm_aerosols results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 272.130177 - 0: The maximum resident set size (KB) = 921680 + 0: The total amount of wall time = 271.546390 + 0: The maximum resident set size (KB) = 924864 -Test 109 control_atm_aerosols PASS +Test 110 control_atm_aerosols PASS REGRESSION TEST WAS SUCCESSFUL -Wed Dec 29 00:38:28 UTC 2021 -Elapsed time: 00h:57m:27s. Have a nice day! +Wed Dec 29 23:16:26 UTC 2021 +Elapsed time: 01h:20m:02s. Have a nice day! From 5695ea896642a43512edb36c7dba838321b5cf5e Mon Sep 17 00:00:00 2001 From: Brian Curtis Date: Wed, 29 Dec 2021 23:43:49 +0000 Subject: [PATCH 23/28] RT JOBS PASSED: gaea.intel. Log file uploaded. on-behalf-of @ufs-community --- tests/RegressionTests_gaea.intel.log | 1015 +++++++++++++------------- 1 file changed, 514 insertions(+), 501 deletions(-) diff --git a/tests/RegressionTests_gaea.intel.log b/tests/RegressionTests_gaea.intel.log index 8ebbbf59ad..c110109926 100644 --- a/tests/RegressionTests_gaea.intel.log +++ b/tests/RegressionTests_gaea.intel.log @@ -1,22 +1,23 @@ -Wed Dec 29 07:09:54 EST 2021 +Wed Dec 29 16:43:00 EST 2021 Start Regression test -Compile 001 elapsed time 605 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v16_coupled_nsstNoahmpUGWPv1,FV3_GFS_v16_coupled_p7_rrtmgp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 002 elapsed time 258 seconds. -DAPP=S2S -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16_coupled_nsstNoahmpUGWPv1 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 003 elapsed time 480 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v15_thompson_mynn_RRTMGP,FV3_GFS_v16_nsstNoahmpUGWPv1,FV3_GFS_v16_p7_rrtmgp -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 004 elapsed time 481 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 005 elapsed time 529 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_RRTMGP,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_thompson,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 006 elapsed time 506 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DREPRO=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -Compile 007 elapsed time 257 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_RRTMGP,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp,FV3_GFS_v16_thompson,FV3_GFS_v15_thompson_mynn,FV3_GFS_v16_nsstNoahmpUGWPv1 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 008 elapsed time 354 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_RAP,FV3_RAP_cires_ugwp,FV3_RAP_unified_ugwp,FV3_RAP_noah,FV3_RAP_RRTMGP,FV3_RAP_sfcdiff,FV3_RAP_flake,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 009 elapsed time 477 seconds. -DAPP=HAFSW -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 010 elapsed time 483 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 011 elapsed time 452 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 012 elapsed time 282 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 013 elapsed time 439 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/cpld_control_p7 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_13320/cpld_control_p7 +Compile 001 elapsed time 697 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v16_coupled_nsstNoahmpUGWPv1,FV3_GFS_v16_coupled_p7_rrtmgp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 002 elapsed time 251 seconds. -DAPP=S2S -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16_coupled_nsstNoahmpUGWPv1 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 003 elapsed time 486 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v15_thompson_mynn_RRTMGP,FV3_GFS_v16_nsstNoahmpUGWPv1,FV3_GFS_v16_p7_rrtmgp -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 004 elapsed time 470 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 005 elapsed time 506 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_RRTMGP,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_thompson,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 006 elapsed time 470 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DREPRO=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit +Compile 007 elapsed time 238 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_RRTMGP,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp,FV3_GFS_v16_thompson,FV3_GFS_v15_thompson_mynn,FV3_GFS_v16_nsstNoahmpUGWPv1 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 008 elapsed time 309 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_RAP,FV3_RAP_cires_ugwp,FV3_RAP_unified_ugwp,FV3_RAP_noah,FV3_RAP_RRTMGP,FV3_RAP_sfcdiff,FV3_RAP_flake,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 009 elapsed time 216 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 486 seconds. -DAPP=HAFSW -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 011 elapsed time 488 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 012 elapsed time 346 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 013 elapsed time 145 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 014 elapsed time 443 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release + +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/cpld_control_p7 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_8145/cpld_control_p7 Checking test 001 cpld_control_p7 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -69,14 +70,14 @@ Checking test 001 cpld_control_p7 results .... Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK - 0: The total amount of wall time = 245.451545 - 0: The maximum resident set size (KB) = 492900 + 0: The total amount of wall time = 296.686335 + 0: The maximum resident set size (KB) = 493176 Test 001 cpld_control_p7 PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/cpld_control_p7_rrtmgp -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_13320/cpld_control_p7_rrtmgp +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/cpld_control_p7_rrtmgp +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_8145/cpld_control_p7_rrtmgp Checking test 002 cpld_control_p7_rrtmgp results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -129,14 +130,14 @@ Checking test 002 cpld_control_p7_rrtmgp results .... Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK - 0: The total amount of wall time = 350.003534 - 0: The maximum resident set size (KB) = 591376 + 0: The total amount of wall time = 350.043884 + 0: The maximum resident set size (KB) = 616892 Test 002 cpld_control_p7_rrtmgp PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/cpld_control_p7 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_13320/cpld_2threads_p7 +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/cpld_control_p7 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_8145/cpld_2threads_p7 Checking test 003 cpld_2threads_p7 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -189,14 +190,14 @@ Checking test 003 cpld_2threads_p7 results .... Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK - 0: The total amount of wall time = 311.989101 - 0: The maximum resident set size (KB) = 614172 + 0: The total amount of wall time = 355.224905 + 0: The maximum resident set size (KB) = 614124 Test 003 cpld_2threads_p7 PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/cpld_control_p7 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_13320/cpld_decomp_p7 +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/cpld_control_p7 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_8145/cpld_decomp_p7 Checking test 004 cpld_decomp_p7 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -249,14 +250,14 @@ Checking test 004 cpld_decomp_p7 results .... Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK - 0: The total amount of wall time = 250.856929 - 0: The maximum resident set size (KB) = 507488 + 0: The total amount of wall time = 266.812629 + 0: The maximum resident set size (KB) = 507476 Test 004 cpld_decomp_p7 PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/cpld_control_p7 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_13320/cpld_mpi_p7 +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/cpld_control_p7 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_8145/cpld_mpi_p7 Checking test 005 cpld_mpi_p7 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -309,14 +310,14 @@ Checking test 005 cpld_mpi_p7 results .... Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK - 0: The total amount of wall time = 230.990782 - 0: The maximum resident set size (KB) = 502168 + 0: The total amount of wall time = 253.392842 + 0: The maximum resident set size (KB) = 476760 Test 005 cpld_mpi_p7 PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/cpld_bmark_p7 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_13320/cpld_bmark_p7 +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/cpld_bmark_p7 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_8145/cpld_bmark_p7 Checking test 006 cpld_bmark_p7 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -361,14 +362,14 @@ Checking test 006 cpld_bmark_p7 results .... Comparing RESTART/iced.2013-04-01-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-21600.nc .........OK - 0: The total amount of wall time = 981.703345 - 0: The maximum resident set size (KB) = 1161060 + 0: The total amount of wall time = 1019.270334 + 0: The maximum resident set size (KB) = 1161668 Test 006 cpld_bmark_p7 PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/cpld_bmark_p7 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_13320/cpld_bmark_mpi_p7 +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/cpld_bmark_p7 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_8145/cpld_bmark_mpi_p7 Checking test 007 cpld_bmark_mpi_p7 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -413,14 +414,14 @@ Checking test 007 cpld_bmark_mpi_p7 results .... Comparing RESTART/iced.2013-04-01-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-21600.nc .........OK - 0: The total amount of wall time = 941.454113 - 0: The maximum resident set size (KB) = 1161948 + 0: The total amount of wall time = 1029.645778 + 0: The maximum resident set size (KB) = 1161888 Test 007 cpld_bmark_mpi_p7 PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/cpld_control_c96_p7 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_13320/cpld_control_c96_p7 +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/cpld_control_c96_p7 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_8145/cpld_control_c96_p7 Checking test 008 cpld_control_c96_p7 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -470,14 +471,14 @@ Checking test 008 cpld_control_c96_p7 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 = 219.374061 - 0: The maximum resident set size (KB) = 516652 + 0: The total amount of wall time = 285.375365 + 0: The maximum resident set size (KB) = 516804 Test 008 cpld_control_c96_p7 PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/cpld_control_c96_p7 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_13320/cpld_restart_c96_p7 +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/cpld_control_c96_p7 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_8145/cpld_restart_c96_p7 Checking test 009 cpld_restart_c96_p7 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -527,14 +528,14 @@ Checking test 009 cpld_restart_c96_p7 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 = 133.272104 - 0: The maximum resident set size (KB) = 322204 + 0: The total amount of wall time = 153.447689 + 0: The maximum resident set size (KB) = 322164 Test 009 cpld_restart_c96_p7 PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/cpld_control_c192_p7 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_13320/cpld_control_c192_p7 +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/cpld_control_c192_p7 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_8145/cpld_control_c192_p7 Checking test 010 cpld_control_c192_p7 results .... Comparing sfcf036.tile1.nc .........OK Comparing sfcf036.tile2.nc .........OK @@ -584,14 +585,14 @@ Checking test 010 cpld_control_c192_p7 results .... Comparing RESTART/iced.2021-03-23-64800.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-64800.nc .........OK - 0: The total amount of wall time = 1016.179626 - 0: The maximum resident set size (KB) = 686744 + 0: The total amount of wall time = 1039.328918 + 0: The maximum resident set size (KB) = 687068 Test 010 cpld_control_c192_p7 PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/cpld_control_c192_p7 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_13320/cpld_restart_c192_p7 +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/cpld_control_c192_p7 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_8145/cpld_restart_c192_p7 Checking test 011 cpld_restart_c192_p7 results .... Comparing sfcf036.tile1.nc .........OK Comparing sfcf036.tile2.nc .........OK @@ -641,14 +642,14 @@ Checking test 011 cpld_restart_c192_p7 results .... Comparing RESTART/iced.2021-03-23-64800.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-64800.nc .........OK - 0: The total amount of wall time = 612.308185 - 0: The maximum resident set size (KB) = 786988 + 0: The total amount of wall time = 656.032155 + 0: The maximum resident set size (KB) = 757468 Test 011 cpld_restart_c192_p7 PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/cpld_control_c384_p7 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_13320/cpld_control_c384_p7 +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/cpld_control_c384_p7 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_8145/cpld_control_c384_p7 Checking test 012 cpld_control_c384_p7 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -691,14 +692,14 @@ Checking test 012 cpld_control_c384_p7 results .... Comparing RESTART/iced.2021-03-22-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-22-43200.nc .........OK - 0: The total amount of wall time = 1123.694990 - 0: The maximum resident set size (KB) = 1183880 + 0: The total amount of wall time = 1121.830894 + 0: The maximum resident set size (KB) = 1190852 Test 012 cpld_control_c384_p7 PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/cpld_control_c384_p7 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_13320/cpld_restart_c384_p7 +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/cpld_control_c384_p7 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_8145/cpld_restart_c384_p7 Checking test 013 cpld_restart_c384_p7 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -741,14 +742,14 @@ Checking test 013 cpld_restart_c384_p7 results .... Comparing RESTART/iced.2021-03-22-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-22-43200.nc .........OK - 0: The total amount of wall time = 602.838762 - 0: The maximum resident set size (KB) = 1147548 + 0: The total amount of wall time = 669.451739 + 0: The maximum resident set size (KB) = 1147728 Test 013 cpld_restart_c384_p7 PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/cpld_debug_p7 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_13320/cpld_debug_p7 +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/cpld_debug_p7 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_8145/cpld_debug_p7 Checking test 014 cpld_debug_p7 results .... Comparing sfcf006.tile1.nc .........OK Comparing sfcf006.tile2.nc .........OK @@ -798,14 +799,14 @@ Checking test 014 cpld_debug_p7 results .... Comparing RESTART/iced.2021-03-22-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-22-43200.nc .........OK - 0: The total amount of wall time = 637.850836 - 0: The maximum resident set size (KB) = 577396 + 0: The total amount of wall time = 682.706801 + 0: The maximum resident set size (KB) = 577716 Test 014 cpld_debug_p7 PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_13320/control +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_8145/control Checking test 015 control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -852,14 +853,14 @@ Checking test 015 control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 135.786738 - 0: The maximum resident set size (KB) = 437572 + 0: The total amount of wall time = 164.425607 + 0: The maximum resident set size (KB) = 437428 Test 015 control PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_13320/control_decomp +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_8145/control_decomp Checking test 016 control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -902,14 +903,14 @@ Checking test 016 control_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 136.554635 - 0: The maximum resident set size (KB) = 436928 + 0: The total amount of wall time = 170.496247 + 0: The maximum resident set size (KB) = 436824 Test 016 control_decomp PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_13320/control_2threads +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_8145/control_2threads Checking test 017 control_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -952,14 +953,14 @@ Checking test 017 control_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 168.219101 - 0: The maximum resident set size (KB) = 489180 + 0: The total amount of wall time = 194.694554 + 0: The maximum resident set size (KB) = 489212 Test 017 control_2threads PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_13320/control_restart +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_8145/control_restart Checking test 018 control_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -998,14 +999,14 @@ Checking test 018 control_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 72.072085 - 0: The maximum resident set size (KB) = 170504 + 0: The total amount of wall time = 74.954998 + 0: The maximum resident set size (KB) = 170408 Test 018 control_restart PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_13320/control_fhzero +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_8145/control_fhzero Checking test 019 control_fhzero results .... Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf021.nc ............ALT CHECK......OK @@ -1048,14 +1049,14 @@ Checking test 019 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.710632 - 0: The maximum resident set size (KB) = 437532 + 0: The total amount of wall time = 155.417425 + 0: The maximum resident set size (KB) = 437516 Test 019 control_fhzero PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_CubedSphereGrid -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_13320/control_CubedSphereGrid +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_CubedSphereGrid +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_8145/control_CubedSphereGrid Checking test 020 control_CubedSphereGrid results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -1082,14 +1083,14 @@ Checking test 020 control_CubedSphereGrid results .... Comparing atmf024.tile5.nc .........OK Comparing atmf024.tile6.nc .........OK - 0: The total amount of wall time = 125.808459 - 0: The maximum resident set size (KB) = 437756 + 0: The total amount of wall time = 152.917201 + 0: The maximum resident set size (KB) = 437652 Test 020 control_CubedSphereGrid PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_latlon -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_13320/control_latlon +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_latlon +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_8145/control_latlon Checking test 021 control_latlon results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1100,14 +1101,14 @@ Checking test 021 control_latlon results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 128.320941 - 0: The maximum resident set size (KB) = 437636 + 0: The total amount of wall time = 157.977687 + 0: The maximum resident set size (KB) = 437676 Test 021 control_latlon PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_wrtGauss_netcdf_parallel -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_13320/control_wrtGauss_netcdf_parallel +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_wrtGauss_netcdf_parallel +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_8145/control_wrtGauss_netcdf_parallel Checking test 022 control_wrtGauss_netcdf_parallel results .... Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf024.nc .........OK @@ -1118,14 +1119,14 @@ Checking test 022 control_wrtGauss_netcdf_parallel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 165.336020 - 0: The maximum resident set size (KB) = 437444 + 0: The total amount of wall time = 173.498374 + 0: The maximum resident set size (KB) = 437472 Test 022 control_wrtGauss_netcdf_parallel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_c48 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_13320/control_c48 +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_c48 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_8145/control_c48 Checking test 023 control_c48 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1164,14 +1165,14 @@ Checking test 023 control_c48 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0: The total amount of wall time = 352.052487 -0: The maximum resident set size (KB) = 632096 +0: The total amount of wall time = 353.663453 +0: The maximum resident set size (KB) = 632012 Test 023 control_c48 PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_c192 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_13320/control_c192 +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_c192 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_8145/control_c192 Checking test 024 control_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1182,14 +1183,14 @@ Checking test 024 control_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 532.556375 - 0: The maximum resident set size (KB) = 540452 + 0: The total amount of wall time = 553.420141 + 0: The maximum resident set size (KB) = 540356 Test 024 control_c192 PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_c384 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_13320/control_c384 +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_c384 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_8145/control_c384 Checking test 025 control_c384 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1200,14 +1201,14 @@ Checking test 025 control_c384 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 915.816867 - 0: The maximum resident set size (KB) = 794764 + 0: The total amount of wall time = 941.140457 + 0: The maximum resident set size (KB) = 794208 Test 025 control_c384 PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_c384gdas -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_13320/control_c384gdas +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_c384gdas +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_8145/control_c384gdas Checking test 026 control_c384gdas results .... Comparing sfcf000.nc .........OK Comparing sfcf006.nc .........OK @@ -1250,14 +1251,14 @@ Checking test 026 control_c384gdas results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 827.993689 - 0: The maximum resident set size (KB) = 937028 + 0: The total amount of wall time = 887.153744 + 0: The maximum resident set size (KB) = 936836 Test 026 control_c384gdas PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_stochy -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_13320/control_stochy +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_stochy +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_8145/control_stochy Checking test 027 control_stochy results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1268,28 +1269,28 @@ Checking test 027 control_stochy results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 86.201178 - 0: The maximum resident set size (KB) = 440496 + 0: The total amount of wall time = 119.713905 + 0: The maximum resident set size (KB) = 440540 Test 027 control_stochy PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_stochy -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_13320/control_stochy_restart +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_stochy +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_8145/control_stochy_restart Checking test 028 control_stochy_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 48.665206 - 0: The maximum resident set size (KB) = 186572 + 0: The total amount of wall time = 50.011750 + 0: The maximum resident set size (KB) = 186784 Test 028 control_stochy_restart PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_lndp -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_13320/control_lndp +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_lndp +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_8145/control_lndp Checking test 029 control_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1300,14 +1301,14 @@ Checking test 029 control_lndp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 78.237907 - 0: The maximum resident set size (KB) = 442644 + 0: The total amount of wall time = 106.939724 + 0: The maximum resident set size (KB) = 442596 Test 029 control_lndp PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_p7 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_13320/control_p7 +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_p7 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_8145/control_p7 Checking test 030 control_p7 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1354,14 +1355,14 @@ Checking test 030 control_p7 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 150.445496 - 0: The maximum resident set size (KB) = 468316 + 0: The total amount of wall time = 202.132052 + 0: The maximum resident set size (KB) = 468268 Test 030 control_p7 PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_p7_rrtmgp -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_13320/control_p7_rrtmgp +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_p7_rrtmgp +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_8145/control_p7_rrtmgp Checking test 031 control_p7_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1408,14 +1409,14 @@ Checking test 031 control_p7_rrtmgp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 239.287334 - 0: The maximum resident set size (KB) = 567552 + 0: The total amount of wall time = 227.225209 + 0: The maximum resident set size (KB) = 567452 Test 031 control_p7_rrtmgp PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_p7 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_13320/control_restart_p7 +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_p7 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_8145/control_restart_p7 Checking test 032 control_restart_p7 results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1454,14 +1455,14 @@ Checking test 032 control_restart_p7 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 79.794878 - 0: The maximum resident set size (KB) = 293308 + 0: The total amount of wall time = 103.110028 + 0: The maximum resident set size (KB) = 293044 Test 032 control_restart_p7 PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_p7 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_13320/control_decomp_p7 +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_p7 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_8145/control_decomp_p7 Checking test 033 control_decomp_p7 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1504,14 +1505,14 @@ Checking test 033 control_decomp_p7 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 174.796626 - 0: The maximum resident set size (KB) = 463012 + 0: The total amount of wall time = 207.292049 + 0: The maximum resident set size (KB) = 462840 Test 033 control_decomp_p7 PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_p7 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_13320/control_2threads_p7 +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_p7 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_8145/control_2threads_p7 Checking test 034 control_2threads_p7 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1554,14 +1555,14 @@ Checking test 034 control_2threads_p7 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 216.726779 - 0: The maximum resident set size (KB) = 542932 + 0: The total amount of wall time = 216.489380 + 0: The maximum resident set size (KB) = 542984 Test 034 control_2threads_p7 PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/fv3_regional_control -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_13320/regional_control +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/fv3_regional_control +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_8145/regional_control Checking test 035 regional_control results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1572,28 +1573,28 @@ Checking test 035 regional_control results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK - 0: The total amount of wall time = 331.515111 - 0: The maximum resident set size (KB) = 539720 + 0: The total amount of wall time = 386.185588 + 0: The maximum resident set size (KB) = 539904 Test 035 regional_control PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/fv3_regional_control -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_13320/regional_restart +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/fv3_regional_control +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_8145/regional_restart Checking test 036 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 = 182.683642 - 0: The maximum resident set size (KB) = 538656 + 0: The total amount of wall time = 188.888696 + 0: The maximum resident set size (KB) = 538604 Test 036 regional_restart PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/fv3_regional_noquilt -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_13320/regional_noquilt +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/fv3_regional_noquilt +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_8145/regional_noquilt Checking test 037 regional_noquilt results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK @@ -1601,14 +1602,14 @@ Checking test 037 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 = 350.625307 - 0: The maximum resident set size (KB) = 547388 + 0: The total amount of wall time = 360.190337 + 0: The maximum resident set size (KB) = 547376 Test 037 regional_noquilt PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/fv3_regional_control -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_13320/regional_2threads +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/fv3_regional_control +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_8145/regional_2threads Checking test 038 regional_2threads results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1619,14 +1620,14 @@ Checking test 038 regional_2threads results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK - 0: The total amount of wall time = 264.795408 - 0: The maximum resident set size (KB) = 541804 + 0: The total amount of wall time = 296.362783 + 0: The maximum resident set size (KB) = 541864 Test 038 regional_2threads PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/fv3_regional_hafs -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_13320/regional_hafs +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/fv3_regional_hafs +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_8145/regional_hafs Checking test 039 regional_hafs results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1635,28 +1636,28 @@ Checking test 039 regional_hafs results .... Comparing HURPRS.GrbF00 .........OK Comparing HURPRS.GrbF24 .........OK - 0: The total amount of wall time = 355.608676 - 0: The maximum resident set size (KB) = 537696 + 0: The total amount of wall time = 339.816212 + 0: The maximum resident set size (KB) = 537752 Test 039 regional_hafs PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/fv3_regional_netcdf_parallel -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_13320/regional_netcdf_parallel +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/fv3_regional_netcdf_parallel +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_8145/regional_netcdf_parallel Checking test 040 regional_netcdf_parallel results .... Comparing dynf000.nc .........OK - Comparing dynf024.nc ............ALT CHECK......OK + Comparing dynf024.nc .........OK Comparing phyf000.nc .........OK - Comparing phyf024.nc ............ALT CHECK......OK + Comparing phyf024.nc .........OK - 0: The total amount of wall time = 332.791445 - 0: The maximum resident set size (KB) = 538140 + 0: The total amount of wall time = 390.776395 + 0: The maximum resident set size (KB) = 538136 Test 040 regional_netcdf_parallel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/fv3_regional_RRTMGP -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_13320/regional_RRTMGP +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/fv3_regional_RRTMGP +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_8145/regional_RRTMGP Checking test 041 regional_RRTMGP results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1667,14 +1668,14 @@ Checking test 041 regional_RRTMGP results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK - 0: The total amount of wall time = 606.530385 - 0: The maximum resident set size (KB) = 666768 + 0: The total amount of wall time = 474.245384 + 0: The maximum resident set size (KB) = 666032 Test 041 regional_RRTMGP PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/rap_control -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_13320/rap_control +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/rap_control +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_8145/rap_control Checking test 042 rap_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1721,14 +1722,14 @@ Checking test 042 rap_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 377.188959 - 0: The maximum resident set size (KB) = 803280 + 0: The total amount of wall time = 397.021687 + 0: The maximum resident set size (KB) = 803232 Test 042 rap_control PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/rap_control -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_13320/rap_2threads +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/rap_control +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_8145/rap_2threads Checking test 043 rap_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1775,14 +1776,14 @@ Checking test 043 rap_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 530.021992 - 0: The maximum resident set size (KB) = 868064 + 0: The total amount of wall time = 531.053280 + 0: The maximum resident set size (KB) = 868000 Test 043 rap_2threads PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/rap_sfcdiff -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_13320/rap_sfcdiff +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/rap_sfcdiff +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_8145/rap_sfcdiff Checking test 044 rap_sfcdiff results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1829,14 +1830,14 @@ Checking test 044 rap_sfcdiff results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 379.520619 - 0: The maximum resident set size (KB) = 803140 + 0: The total amount of wall time = 395.349093 + 0: The maximum resident set size (KB) = 803224 Test 044 rap_sfcdiff PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/rap_sfcdiff -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_13320/rap_sfcdiff_restart +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/rap_sfcdiff +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_8145/rap_sfcdiff_restart Checking test 045 rap_sfcdiff_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1875,14 +1876,14 @@ Checking test 045 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 = 191.908655 - 0: The maximum resident set size (KB) = 545288 + 0: The total amount of wall time = 225.829690 + 0: The maximum resident set size (KB) = 545436 Test 045 rap_sfcdiff_restart PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/hrrr_control -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_13320/hrrr_control +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/hrrr_control +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_8145/hrrr_control Checking test 046 hrrr_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1929,14 +1930,14 @@ Checking test 046 hrrr_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 372.302426 - 0: The maximum resident set size (KB) = 801300 + 0: The total amount of wall time = 393.523343 + 0: The maximum resident set size (KB) = 801336 Test 046 hrrr_control PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/rrfs_v1beta -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_13320/rrfs_v1beta +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/rrfs_v1beta +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_8145/rrfs_v1beta Checking test 047 rrfs_v1beta results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1983,14 +1984,14 @@ Checking test 047 rrfs_v1beta results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 394.615932 - 0: The maximum resident set size (KB) = 800860 + 0: The total amount of wall time = 388.794391 + 0: The maximum resident set size (KB) = 800888 Test 047 rrfs_v1beta PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_rrtmgp -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_13320/control_rrtmgp +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_rrtmgp +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_8145/control_rrtmgp Checking test 048 control_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2001,14 +2002,14 @@ Checking test 048 control_rrtmgp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 262.211156 - 0: The maximum resident set size (KB) = 564600 + 0: The total amount of wall time = 244.355235 + 0: The maximum resident set size (KB) = 564816 Test 048 control_rrtmgp PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_rrtmgp_c192 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_13320/control_rrtmgp_c192 +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_rrtmgp_c192 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_8145/control_rrtmgp_c192 Checking test 049 control_rrtmgp_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -2019,14 +2020,14 @@ Checking test 049 control_rrtmgp_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 679.893272 - 0: The maximum resident set size (KB) = 775432 + 0: The total amount of wall time = 608.235507 + 0: The maximum resident set size (KB) = 775416 Test 049 control_rrtmgp_c192 PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_csawmgt -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_13320/control_csawmgt +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_csawmgt +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_8145/control_csawmgt Checking test 050 control_csawmgt results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2037,14 +2038,14 @@ Checking test 050 control_csawmgt results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 358.150188 - 0: The maximum resident set size (KB) = 504652 + 0: The total amount of wall time = 374.603298 + 0: The maximum resident set size (KB) = 504716 Test 050 control_csawmgt PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_flake -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_13320/control_flake +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_flake +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_8145/control_flake Checking test 051 control_flake results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2055,14 +2056,14 @@ Checking test 051 control_flake results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 246.482473 - 0: The maximum resident set size (KB) = 506504 + 0: The total amount of wall time = 279.473085 + 0: The maximum resident set size (KB) = 506404 Test 051 control_flake PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_ras -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_13320/control_ras +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_ras +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_8145/control_ras Checking test 052 control_ras results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2073,14 +2074,14 @@ Checking test 052 control_ras results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 181.752999 - 0: The maximum resident set size (KB) = 471164 + 0: The total amount of wall time = 190.520990 + 0: The maximum resident set size (KB) = 471336 Test 052 control_ras PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_thompson -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_13320/control_thompson +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_thompson +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_8145/control_thompson Checking test 053 control_thompson results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2091,14 +2092,14 @@ Checking test 053 control_thompson results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 249.969548 - 0: The maximum resident set size (KB) = 820732 + 0: The total amount of wall time = 261.255233 + 0: The maximum resident set size (KB) = 820832 Test 053 control_thompson PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_thompson_no_aero -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_13320/control_thompson_no_aero +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_thompson_no_aero +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_8145/control_thompson_no_aero Checking test 054 control_thompson_no_aero results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2109,54 +2110,54 @@ Checking test 054 control_thompson_no_aero results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 216.213110 - 0: The maximum resident set size (KB) = 815028 + 0: The total amount of wall time = 223.670227 + 0: The maximum resident set size (KB) = 815172 Test 054 control_thompson_no_aero PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_wam_repro -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_13320/control_wam_repro +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_wam_repro +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_8145/control_wam_repro Checking test 055 control_wam results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK - 0: The total amount of wall time = 119.193653 - 0: The maximum resident set size (KB) = 181964 + 0: The total amount of wall time = 123.132022 + 0: The maximum resident set size (KB) = 182056 Test 055 control_wam PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_13320/control_debug +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_8145/control_debug Checking test 056 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 = 147.998200 - 0: The maximum resident set size (KB) = 503444 + 0: The total amount of wall time = 146.326954 + 0: The maximum resident set size (KB) = 503396 Test 056 control_debug PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_13320/control_2threads_debug +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_8145/control_2threads_debug Checking test 057 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 = 258.176433 - 0: The maximum resident set size (KB) = 554292 + 0: The total amount of wall time = 259.207157 + 0: The maximum resident set size (KB) = 554364 Test 057 control_2threads_debug PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_CubedSphereGrid_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_13320/control_CubedSphereGrid_debug +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_CubedSphereGrid_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_8145/control_CubedSphereGrid_debug Checking test 058 control_CubedSphereGrid_debug results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -2183,377 +2184,389 @@ Checking test 058 control_CubedSphereGrid_debug results .... Comparing atmf001.tile5.nc .........OK Comparing atmf001.tile6.nc .........OK - 0: The total amount of wall time = 159.477610 - 0: The maximum resident set size (KB) = 504600 + 0: The total amount of wall time = 157.463800 + 0: The maximum resident set size (KB) = 504356 Test 058 control_CubedSphereGrid_debug PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_wrtGauss_netcdf_parallel_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_13320/control_wrtGauss_netcdf_parallel_debug +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_wrtGauss_netcdf_parallel_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_8145/control_wrtGauss_netcdf_parallel_debug Checking test 059 control_wrtGauss_netcdf_parallel_debug results .... Comparing sfcf000.nc .........OK - Comparing sfcf001.nc ............ALT CHECK......OK + Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 149.454742 - 0: The maximum resident set size (KB) = 503588 + 0: The total amount of wall time = 160.127786 + 0: The maximum resident set size (KB) = 503896 Test 059 control_wrtGauss_netcdf_parallel_debug PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_stochy_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_13320/control_stochy_debug +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_stochy_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_8145/control_stochy_debug Checking test 060 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.688027 - 0: The maximum resident set size (KB) = 508212 + 0: The total amount of wall time = 171.049528 + 0: The maximum resident set size (KB) = 508248 Test 060 control_stochy_debug PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_lndp_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_13320/control_lndp_debug +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_lndp_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_8145/control_lndp_debug Checking test 061 control_lndp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 154.120584 - 0: The maximum resident set size (KB) = 508900 + 0: The total amount of wall time = 153.190907 + 0: The maximum resident set size (KB) = 508528 Test 061 control_lndp_debug PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_rrtmgp_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_13320/control_rrtmgp_debug +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_rrtmgp_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_8145/control_rrtmgp_debug Checking test 062 control_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 = 180.516702 - 0: The maximum resident set size (KB) = 609020 + 0: The total amount of wall time = 170.556455 + 0: The maximum resident set size (KB) = 608928 Test 062 control_rrtmgp_debug PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_csawmg_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_13320/control_csawmg_debug +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_csawmg_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_8145/control_csawmg_debug Checking test 063 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 = 253.071231 - 0: The maximum resident set size (KB) = 545152 + 0: The total amount of wall time = 280.591441 + 0: The maximum resident set size (KB) = 544868 Test 063 control_csawmg_debug PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_csawmgt_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_13320/control_csawmgt_debug +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_csawmgt_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_8145/control_csawmgt_debug Checking test 064 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 = 247.319791 - 0: The maximum resident set size (KB) = 545664 + 0: The total amount of wall time = 252.944240 + 0: The maximum resident set size (KB) = 545804 Test 064 control_csawmgt_debug PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_ras_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_13320/control_ras_debug +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_ras_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_8145/control_ras_debug Checking test 065 control_ras_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 155.443121 - 0: The maximum resident set size (KB) = 516712 + 0: The total amount of wall time = 153.738536 + 0: The maximum resident set size (KB) = 516568 Test 065 control_ras_debug PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_diag_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_13320/control_diag_debug +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_diag_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_8145/control_diag_debug Checking test 066 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 = 157.900234 - 0: The maximum resident set size (KB) = 560904 + 0: The total amount of wall time = 159.102669 + 0: The maximum resident set size (KB) = 560708 Test 066 control_diag_debug PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_debug_p7 -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_13320/control_debug_p7 +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_debug_p7 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_8145/control_debug_p7 Checking test 067 control_debug_p7 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.915680 - 0: The maximum resident set size (KB) = 529252 + 0: The total amount of wall time = 175.295186 + 0: The maximum resident set size (KB) = 529336 Test 067 control_debug_p7 PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_thompson_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_13320/control_thompson_debug +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_thompson_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_8145/control_thompson_debug Checking test 068 control_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 = 177.745880 - 0: The maximum resident set size (KB) = 863520 + 0: The total amount of wall time = 178.877892 + 0: The maximum resident set size (KB) = 863456 Test 068 control_thompson_debug PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_thompson_no_aero_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_13320/control_thompson_no_aero_debug +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_thompson_no_aero_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_8145/control_thompson_no_aero_debug Checking test 069 control_thompson_no_aero_debug 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.557429 - 0: The maximum resident set size (KB) = 858900 + 0: The total amount of wall time = 173.334683 + 0: The maximum resident set size (KB) = 858800 Test 069 control_thompson_no_aero_debug PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_thompson_debug_extdiag -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_13320/control_thompson_extdiag_debug +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_thompson_debug_extdiag +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_8145/control_thompson_extdiag_debug Checking test 070 control_thompson_extdiag_debug 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.619821 - 0: The maximum resident set size (KB) = 893396 + 0: The total amount of wall time = 188.504126 + 0: The maximum resident set size (KB) = 893248 Test 070 control_thompson_extdiag_debug PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/fv3_regional_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_13320/regional_debug +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/fv3_regional_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_8145/regional_debug Checking test 071 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 = 262.550500 - 0: The maximum resident set size (KB) = 564864 + 0: The total amount of wall time = 262.460784 + 0: The maximum resident set size (KB) = 564848 Test 071 regional_debug PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/rap_control_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_13320/rap_control_debug +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/rap_control_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_8145/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 - 0: The total amount of wall time = 278.897083 - 0: The maximum resident set size (KB) = 871076 + 0: The total amount of wall time = 281.078368 + 0: The maximum resident set size (KB) = 870892 Test 072 rap_control_debug PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/rap_control_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_13320/rap_unified_drag_suite_debug +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/rap_control_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_8145/rap_unified_drag_suite_debug Checking test 073 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 = 280.898888 - 0: The maximum resident set size (KB) = 870936 + 0: The total amount of wall time = 280.294272 + 0: The maximum resident set size (KB) = 871340 Test 073 rap_unified_drag_suite_debug PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/rap_diag_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_13320/rap_diag_debug +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/rap_diag_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_8145/rap_diag_debug Checking test 074 rap_diag_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 292.538595 - 0: The maximum resident set size (KB) = 952652 + 0: The total amount of wall time = 297.493012 + 0: The maximum resident set size (KB) = 952884 Test 074 rap_diag_debug PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/rap_cires_ugwp_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_13320/rap_cires_ugwp_debug +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/rap_cires_ugwp_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_8145/rap_cires_ugwp_debug Checking test 075 rap_cires_ugwp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 283.684363 - 0: The maximum resident set size (KB) = 872548 + 0: The total amount of wall time = 286.670785 + 0: The maximum resident set size (KB) = 872700 Test 075 rap_cires_ugwp_debug PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/rap_cires_ugwp_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_13320/rap_unified_ugwp_debug +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/rap_cires_ugwp_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_8145/rap_unified_ugwp_debug Checking test 076 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 = 283.979926 - 0: The maximum resident set size (KB) = 870968 + 0: The total amount of wall time = 286.380790 + 0: The maximum resident set size (KB) = 871152 Test 076 rap_unified_ugwp_debug PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/rap_noah_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_13320/rap_noah_debug +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/rap_noah_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_8145/rap_noah_debug Checking test 077 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 = 275.817005 - 0: The maximum resident set size (KB) = 869420 + 0: The total amount of wall time = 279.639824 + 0: The maximum resident set size (KB) = 869640 Test 077 rap_noah_debug PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/rap_rrtmgp_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_13320/rap_rrtmgp_debug +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/rap_rrtmgp_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_8145/rap_rrtmgp_debug Checking test 078 rap_rrtmgp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 488.281691 - 0: The maximum resident set size (KB) = 976068 + 0: The total amount of wall time = 480.081970 + 0: The maximum resident set size (KB) = 976224 Test 078 rap_rrtmgp_debug PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/rap_lndp_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_13320/rap_lndp_debug +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/rap_lndp_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_8145/rap_lndp_debug Checking test 079 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 = 281.365517 - 0: The maximum resident set size (KB) = 871288 + 0: The total amount of wall time = 284.935378 + 0: The maximum resident set size (KB) = 871316 Test 079 rap_lndp_debug PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/rap_sfcdiff_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_13320/rap_sfcdiff_debug +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/rap_sfcdiff_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_8145/rap_sfcdiff_debug Checking test 080 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 = 277.505673 - 0: The maximum resident set size (KB) = 870808 + 0: The total amount of wall time = 282.744697 + 0: The maximum resident set size (KB) = 870916 Test 080 rap_sfcdiff_debug PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/rap_flake_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_13320/rap_flake_debug +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/rap_flake_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_8145/rap_flake_debug Checking test 081 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.578705 - 0: The maximum resident set size (KB) = 871196 + 0: The total amount of wall time = 282.769052 + 0: The maximum resident set size (KB) = 871424 Test 081 rap_flake_debug PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/rap_noah_sfcdiff_cires_ugwp_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_13320/rap_noah_sfcdiff_cires_ugwp_debug +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/rap_noah_sfcdiff_cires_ugwp_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_8145/rap_noah_sfcdiff_cires_ugwp_debug Checking test 082 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 = 464.664151 - 0: The maximum resident set size (KB) = 869400 + 0: The total amount of wall time = 469.089880 + 0: The maximum resident set size (KB) = 869272 Test 082 rap_noah_sfcdiff_cires_ugwp_debug PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/rrfs_v1beta_debug -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_13320/rrfs_v1beta_debug +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/rrfs_v1beta_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_8145/rrfs_v1beta_debug Checking test 083 rrfs_v1beta_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 277.475266 - 0: The maximum resident set size (KB) = 867996 + 0: The total amount of wall time = 285.039904 + 0: The maximum resident set size (KB) = 867792 Test 083 rrfs_v1beta_debug PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/hafs_regional_atm -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_13320/hafs_regional_atm -Checking test 084 hafs_regional_atm results .... - Comparing atmf006.nc ............ALT CHECK......OK +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_wam_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_8145/control_wam_debug +Checking test 084 control_wam_debug results .... + Comparing sfcf019.nc .........OK + Comparing atmf019.nc .........OK + + 0: The total amount of wall time = 321.589070 + 0: The maximum resident set size (KB) = 211488 + +Test 084 control_wam_debug PASS + + +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/hafs_regional_atm +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_8145/hafs_regional_atm +Checking test 085 hafs_regional_atm results .... + Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK - 0: The total amount of wall time = 270.802422 - 0: The maximum resident set size (KB) = 663772 + 0: The total amount of wall time = 313.429618 + 0: The maximum resident set size (KB) = 663788 -Test 084 hafs_regional_atm PASS +Test 085 hafs_regional_atm PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/hafs_regional_atm_ocn -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_13320/hafs_regional_atm_ocn -Checking test 085 hafs_regional_atm_ocn results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/hafs_regional_atm_ocn +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_8145/hafs_regional_atm_ocn +Checking test 086 hafs_regional_atm_ocn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing archv.2019_241_06.a .........OK @@ -2561,29 +2574,29 @@ Checking test 085 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 = 382.435230 - 0: The maximum resident set size (KB) = 663408 + 0: The total amount of wall time = 419.700501 + 0: The maximum resident set size (KB) = 663188 -Test 085 hafs_regional_atm_ocn PASS +Test 086 hafs_regional_atm_ocn PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/hafs_regional_atm_wav -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_13320/hafs_regional_atm_wav -Checking test 086 hafs_regional_atm_wav results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/hafs_regional_atm_wav +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_8145/hafs_regional_atm_wav +Checking test 087 hafs_regional_atm_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing out_grd.ww3 .........OK Comparing out_pnt.ww3 .........OK - 0: The total amount of wall time = 848.019397 - 0: The maximum resident set size (KB) = 662088 + 0: The total amount of wall time = 893.085261 + 0: The maximum resident set size (KB) = 662000 -Test 086 hafs_regional_atm_wav PASS +Test 087 hafs_regional_atm_wav PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/hafs_regional_atm_ocn_wav -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_13320/hafs_regional_atm_ocn_wav -Checking test 087 hafs_regional_atm_ocn_wav results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/hafs_regional_atm_ocn_wav +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_8145/hafs_regional_atm_ocn_wav +Checking test 088 hafs_regional_atm_ocn_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing archv.2019_241_06.a .........OK @@ -2591,184 +2604,184 @@ Checking test 087 hafs_regional_atm_ocn_wav results .... Comparing out_grd.ww3 .........OK Comparing out_pnt.ww3 .........OK - 0: The total amount of wall time = 954.407126 - 0: The maximum resident set size (KB) = 664048 + 0: The total amount of wall time = 990.468773 + 0: The maximum resident set size (KB) = 663812 -Test 087 hafs_regional_atm_ocn_wav PASS +Test 088 hafs_regional_atm_ocn_wav PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/hafs_regional_1nest_atm -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_13320/hafs_regional_1nest_atm -Checking test 088 hafs_regional_1nest_atm results .... - Comparing atmf006.nc .........OK +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/hafs_regional_1nest_atm +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_8145/hafs_regional_1nest_atm +Checking test 089 hafs_regional_1nest_atm results .... + Comparing atmf006.nc ............ALT CHECK......OK Comparing sfcf006.nc .........OK - 0: The total amount of wall time = 500.559291 - 0: The maximum resident set size (KB) = 246968 + 0: The total amount of wall time = 531.598027 + 0: The maximum resident set size (KB) = 247024 -Test 088 hafs_regional_1nest_atm PASS +Test 089 hafs_regional_1nest_atm PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/hafs_regional_telescopic_2nests_atm -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_13320/hafs_regional_telescopic_2nests_atm -Checking test 089 hafs_regional_telescopic_2nests_atm results .... - Comparing atmf006.nc ............ALT CHECK......OK +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/hafs_regional_telescopic_2nests_atm +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_8145/hafs_regional_telescopic_2nests_atm +Checking test 090 hafs_regional_telescopic_2nests_atm results .... + Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK - 0: The total amount of wall time = 520.543425 - 0: The maximum resident set size (KB) = 249600 + 0: The total amount of wall time = 547.499081 + 0: The maximum resident set size (KB) = 246104 -Test 089 hafs_regional_telescopic_2nests_atm PASS +Test 090 hafs_regional_telescopic_2nests_atm PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/hafs_global_1nest_atm -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_13320/hafs_global_1nest_atm -Checking test 090 hafs_global_1nest_atm results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/hafs_global_1nest_atm +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_8145/hafs_global_1nest_atm +Checking test 091 hafs_global_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK - 0: The total amount of wall time = 238.439885 - 0: The maximum resident set size (KB) = 155444 + 0: The total amount of wall time = 264.478152 + 0: The maximum resident set size (KB) = 156184 -Test 090 hafs_global_1nest_atm PASS +Test 091 hafs_global_1nest_atm PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/hafs_global_multiple_4nests_atm -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_13320/hafs_global_multiple_4nests_atm -Checking test 091 hafs_global_multiple_4nests_atm results .... - Comparing atmf006.nc ............ALT CHECK......OK +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/hafs_global_multiple_4nests_atm +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_8145/hafs_global_multiple_4nests_atm +Checking test 092 hafs_global_multiple_4nests_atm results .... + Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK - 0: The total amount of wall time = 528.841228 - 0: The maximum resident set size (KB) = 183824 + 0: The total amount of wall time = 573.295643 + 0: The maximum resident set size (KB) = 184224 -Test 091 hafs_global_multiple_4nests_atm PASS +Test 092 hafs_global_multiple_4nests_atm PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/hafs_regional_docn -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_13320/hafs_regional_docn -Checking test 092 hafs_regional_docn results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/hafs_regional_docn +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_8145/hafs_regional_docn +Checking test 093 hafs_regional_docn results .... Comparing atmf006.nc .........OK - Comparing sfcf006.nc ............ALT CHECK......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 = 342.226873 - 0: The maximum resident set size (KB) = 664536 + 0: The total amount of wall time = 391.048525 + 0: The maximum resident set size (KB) = 664256 -Test 092 hafs_regional_docn PASS +Test 093 hafs_regional_docn PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/hafs_regional_docn_oisst -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_13320/hafs_regional_docn_oisst -Checking test 093 hafs_regional_docn_oisst results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/hafs_regional_docn_oisst +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_8145/hafs_regional_docn_oisst +Checking test 094 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 = 343.087823 - 0: The maximum resident set size (KB) = 664520 + 0: The total amount of wall time = 385.420150 + 0: The maximum resident set size (KB) = 664436 -Test 093 hafs_regional_docn_oisst PASS +Test 094 hafs_regional_docn_oisst PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/hafs_regional_datm_cdeps -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_13320/hafs_regional_datm_cdeps -Checking test 094 hafs_regional_datm_cdeps results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/hafs_regional_datm_cdeps +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_8145/hafs_regional_datm_cdeps +Checking test 095 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 = 1072.193011 - 0: The maximum resident set size (KB) = 806132 + 0: The total amount of wall time = 1053.487642 + 0: The maximum resident set size (KB) = 806200 -Test 094 hafs_regional_datm_cdeps PASS +Test 095 hafs_regional_datm_cdeps PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/datm_cdeps_control_cfsr -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_13320/datm_cdeps_control_cfsr -Checking test 095 datm_cdeps_control_cfsr results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/datm_cdeps_control_cfsr +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_8145/datm_cdeps_control_cfsr +Checking test 096 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 = 151.821276 - 0: The maximum resident set size (KB) = 683980 + 0: The total amount of wall time = 149.870069 + 0: The maximum resident set size (KB) = 684124 -Test 095 datm_cdeps_control_cfsr PASS +Test 096 datm_cdeps_control_cfsr PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/datm_cdeps_control_cfsr -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_13320/datm_cdeps_restart_cfsr -Checking test 096 datm_cdeps_restart_cfsr results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/datm_cdeps_control_cfsr +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_8145/datm_cdeps_restart_cfsr +Checking test 097 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 = 85.390093 - 0: The maximum resident set size (KB) = 684108 + 0: The total amount of wall time = 90.324317 + 0: The maximum resident set size (KB) = 684308 -Test 096 datm_cdeps_restart_cfsr PASS +Test 097 datm_cdeps_restart_cfsr PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/datm_cdeps_control_gefs -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_13320/datm_cdeps_control_gefs -Checking test 097 datm_cdeps_control_gefs results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/datm_cdeps_control_gefs +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_8145/datm_cdeps_control_gefs +Checking test 098 datm_cdeps_control_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 147.175978 - 0: The maximum resident set size (KB) = 564176 + 0: The total amount of wall time = 146.147890 + 0: The maximum resident set size (KB) = 566480 -Test 097 datm_cdeps_control_gefs PASS +Test 098 datm_cdeps_control_gefs PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/datm_cdeps_stochy_gefs -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_13320/datm_cdeps_stochy_gefs -Checking test 098 datm_cdeps_stochy_gefs results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/datm_cdeps_stochy_gefs +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_8145/datm_cdeps_stochy_gefs +Checking test 099 datm_cdeps_stochy_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 175.248933 - 0: The maximum resident set size (KB) = 568680 + 0: The total amount of wall time = 149.522993 + 0: The maximum resident set size (KB) = 564412 -Test 098 datm_cdeps_stochy_gefs PASS +Test 099 datm_cdeps_stochy_gefs PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/datm_cdeps_bulk_cfsr -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_13320/datm_cdeps_bulk_cfsr -Checking test 099 datm_cdeps_bulk_cfsr results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/datm_cdeps_bulk_cfsr +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_8145/datm_cdeps_bulk_cfsr +Checking test 100 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 = 143.085719 - 0: The maximum resident set size (KB) = 684160 + 0: The total amount of wall time = 149.511284 + 0: The maximum resident set size (KB) = 684072 -Test 099 datm_cdeps_bulk_cfsr PASS +Test 100 datm_cdeps_bulk_cfsr PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/datm_cdeps_bulk_gefs -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_13320/datm_cdeps_bulk_gefs -Checking test 100 datm_cdeps_bulk_gefs results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/datm_cdeps_bulk_gefs +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_8145/datm_cdeps_bulk_gefs +Checking test 101 datm_cdeps_bulk_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 146.883293 - 0: The maximum resident set size (KB) = 568532 + 0: The total amount of wall time = 150.023288 + 0: The maximum resident set size (KB) = 568340 -Test 100 datm_cdeps_bulk_gefs PASS +Test 101 datm_cdeps_bulk_gefs PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/datm_cdeps_mx025_cfsr -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_13320/datm_cdeps_mx025_cfsr -Checking test 101 datm_cdeps_mx025_cfsr results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/datm_cdeps_mx025_cfsr +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_8145/datm_cdeps_mx025_cfsr +Checking test 102 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 @@ -2776,15 +2789,15 @@ Checking test 101 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 = 363.787873 - 0: The maximum resident set size (KB) = 483472 + 0: The total amount of wall time = 407.426728 + 0: The maximum resident set size (KB) = 483384 -Test 101 datm_cdeps_mx025_cfsr PASS +Test 102 datm_cdeps_mx025_cfsr PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/datm_cdeps_mx025_gefs -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_13320/datm_cdeps_mx025_gefs -Checking test 102 datm_cdeps_mx025_gefs results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/datm_cdeps_mx025_gefs +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_8145/datm_cdeps_mx025_gefs +Checking test 103 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 @@ -2792,52 +2805,52 @@ Checking test 102 datm_cdeps_mx025_gefs results .... Comparing RESTART/iced.2011-10-01-43200.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-01-43200.nc .........OK - 0: The total amount of wall time = 341.758624 - 0: The maximum resident set size (KB) = 451024 + 0: The total amount of wall time = 397.057245 + 0: The maximum resident set size (KB) = 452928 -Test 102 datm_cdeps_mx025_gefs PASS +Test 103 datm_cdeps_mx025_gefs PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/datm_cdeps_control_cfsr -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_13320/datm_cdeps_multiple_files_cfsr -Checking test 103 datm_cdeps_multiple_files_cfsr results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/datm_cdeps_control_cfsr +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_8145/datm_cdeps_multiple_files_cfsr +Checking test 104 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.948445 - 0: The maximum resident set size (KB) = 689756 + 0: The total amount of wall time = 146.712555 + 0: The maximum resident set size (KB) = 684188 -Test 103 datm_cdeps_multiple_files_cfsr PASS +Test 104 datm_cdeps_multiple_files_cfsr PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/datm_cdeps_3072x1536_cfsr -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_13320/datm_cdeps_3072x1536_cfsr -Checking test 104 datm_cdeps_3072x1536_cfsr results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/datm_cdeps_3072x1536_cfsr +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_8145/datm_cdeps_3072x1536_cfsr +Checking test 105 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.781788 - 0: The maximum resident set size (KB) = 1840984 + 0: The total amount of wall time = 200.061487 + 0: The maximum resident set size (KB) = 1836176 -Test 104 datm_cdeps_3072x1536_cfsr PASS +Test 105 datm_cdeps_3072x1536_cfsr PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/datm_cdeps_debug_cfsr -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_13320/datm_cdeps_debug_cfsr -Checking test 105 datm_cdeps_debug_cfsr results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/datm_cdeps_debug_cfsr +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_8145/datm_cdeps_debug_cfsr +Checking test 106 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 = 363.372916 - 0: The maximum resident set size (KB) = 694484 + 0: The total amount of wall time = 362.487610 + 0: The maximum resident set size (KB) = 688948 -Test 105 datm_cdeps_debug_cfsr PASS +Test 106 datm_cdeps_debug_cfsr PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_atmwav -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_13320/control_atmwav -Checking test 106 control_atmwav results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_atmwav +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_8145/control_atmwav +Checking test 107 control_atmwav results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -2880,15 +2893,15 @@ Checking test 106 control_atmwav results .... Comparing RESTART/sfc_data.tile6.nc .........OK Comparing 20210322.180000.restart.glo_1deg .........OK - 0: The total amount of wall time = 126.978024 - 0: The maximum resident set size (KB) = 449632 + 0: The total amount of wall time = 96.001370 + 0: The maximum resident set size (KB) = 449752 -Test 106 control_atmwav PASS +Test 107 control_atmwav PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_c384gdas_wav -working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_13320/control_c384gdas_wav -Checking test 107 control_c384gdas_wav results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_c384gdas_wav +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_8145/control_c384gdas_wav +Checking test 108 control_c384gdas_wav results .... Comparing sfcf000.nc .........OK Comparing sfcf003.nc .........OK Comparing atmf000.nc .........OK @@ -2933,12 +2946,12 @@ Checking test 107 control_c384gdas_wav results .... Comparing 20210322.030000.restart.gnh_10m .........OK Comparing 20210322.030000.restart.gsh_15m .........OK - 0: The total amount of wall time = 1483.930629 - 0: The maximum resident set size (KB) = 958784 + 0: The total amount of wall time = 1515.023164 + 0: The maximum resident set size (KB) = 958560 -Test 107 control_c384gdas_wav PASS +Test 108 control_c384gdas_wav PASS REGRESSION TEST WAS SUCCESSFUL -Wed Dec 29 08:28:31 EST 2021 -Elapsed time: 01h:18m:38s. Have a nice day! +Wed Dec 29 18:43:06 EST 2021 +Elapsed time: 02h:00m:07s. Have a nice day! From 49c7b5a550427292adee2f0b2e80fc6232148293 Mon Sep 17 00:00:00 2001 From: Brian Curtis Date: Wed, 29 Dec 2021 23:59:30 +0000 Subject: [PATCH 24/28] RT JOBS PASSED: jet.intel. Log file uploaded. on-behalf-of @ufs-community --- tests/RegressionTests_jet.intel.log | 929 ++++++++++++++-------------- 1 file changed, 471 insertions(+), 458 deletions(-) diff --git a/tests/RegressionTests_jet.intel.log b/tests/RegressionTests_jet.intel.log index 979970f80c..0c7562652a 100644 --- a/tests/RegressionTests_jet.intel.log +++ b/tests/RegressionTests_jet.intel.log @@ -1,22 +1,23 @@ -Wed Dec 29 00:58:22 GMT 2021 +Wed Dec 29 22:06:43 GMT 2021 Start Regression test -Compile 001 elapsed time 1599 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v16_coupled_nsstNoahmpUGWPv1,FV3_GFS_v16_coupled_p7_rrtmgp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -DMOM6SOLO=ON -Compile 002 elapsed time 244 seconds. -DAPP=S2S -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16_coupled_nsstNoahmpUGWPv1 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 003 elapsed time 1464 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v15_thompson_mynn_RRTMGP,FV3_GFS_v16_nsstNoahmpUGWPv1,FV3_GFS_v16_p7_rrtmgp -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -Compile 004 elapsed time 1464 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -Compile 005 elapsed time 1489 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_RRTMGP,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_thompson,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -Compile 006 elapsed time 821 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DREPRO=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -Compile 007 elapsed time 244 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_RRTMGP,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp,FV3_GFS_v16_thompson,FV3_GFS_v15_thompson_mynn,FV3_GFS_v16_nsstNoahmpUGWPv1 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 008 elapsed time 230 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_RAP,FV3_RAP_cires_ugwp,FV3_RAP_unified_ugwp,FV3_RAP_noah,FV3_RAP_RRTMGP,FV3_RAP_sfcdiff,FV3_RAP_flake,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 009 elapsed time 1456 seconds. -DAPP=HAFSW -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -Compile 010 elapsed time 1468 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 011 elapsed time 281 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -DMOM6SOLO=ON -Compile 012 elapsed time 129 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 013 elapsed time 1409 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON - -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/cpld_control_p7 -working dir = /lfs4/HFIP/h-nems/Bin.Li/RT_RUNDIRS/Bin.Li/FV3_RT/rt_218288/cpld_control_p7 +Compile 001 elapsed time 1602 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v16_coupled_nsstNoahmpUGWPv1,FV3_GFS_v16_coupled_p7_rrtmgp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -DMOM6SOLO=ON +Compile 002 elapsed time 221 seconds. -DAPP=S2S -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16_coupled_nsstNoahmpUGWPv1 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 003 elapsed time 1423 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v15_thompson_mynn_RRTMGP,FV3_GFS_v16_nsstNoahmpUGWPv1,FV3_GFS_v16_p7_rrtmgp -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile 004 elapsed time 1411 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile 005 elapsed time 1473 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_RRTMGP,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_thompson,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile 006 elapsed time 820 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DREPRO=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit +Compile 007 elapsed time 240 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_RRTMGP,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp,FV3_GFS_v16_thompson,FV3_GFS_v15_thompson_mynn,FV3_GFS_v16_nsstNoahmpUGWPv1 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 008 elapsed time 221 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_RAP,FV3_RAP_cires_ugwp,FV3_RAP_unified_ugwp,FV3_RAP_noah,FV3_RAP_RRTMGP,FV3_RAP_sfcdiff,FV3_RAP_flake,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 009 elapsed time 203 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 1449 seconds. -DAPP=HAFSW -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile 011 elapsed time 1464 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 012 elapsed time 279 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -DMOM6SOLO=ON +Compile 013 elapsed time 128 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 014 elapsed time 1398 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON + +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/cpld_control_p7 +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_62203/cpld_control_p7 Checking test 001 cpld_control_p7 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -69,14 +70,14 @@ Checking test 001 cpld_control_p7 results .... Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK - 0: The total amount of wall time = 308.944668 - 0: The maximum resident set size (KB) = 603548 + 0: The total amount of wall time = 292.226154 + 0: The maximum resident set size (KB) = 606988 Test 001 cpld_control_p7 PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/cpld_control_p7_rrtmgp -working dir = /lfs4/HFIP/h-nems/Bin.Li/RT_RUNDIRS/Bin.Li/FV3_RT/rt_218288/cpld_control_p7_rrtmgp +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/cpld_control_p7_rrtmgp +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_62203/cpld_control_p7_rrtmgp Checking test 002 cpld_control_p7_rrtmgp results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -129,14 +130,14 @@ Checking test 002 cpld_control_p7_rrtmgp results .... Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK - 0: The total amount of wall time = 391.117008 - 0: The maximum resident set size (KB) = 703220 + 0: The total amount of wall time = 333.822834 + 0: The maximum resident set size (KB) = 701892 Test 002 cpld_control_p7_rrtmgp PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/cpld_control_p7 -working dir = /lfs4/HFIP/h-nems/Bin.Li/RT_RUNDIRS/Bin.Li/FV3_RT/rt_218288/cpld_2threads_p7 +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/cpld_control_p7 +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_62203/cpld_2threads_p7 Checking test 003 cpld_2threads_p7 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -189,14 +190,14 @@ Checking test 003 cpld_2threads_p7 results .... Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK - 0: The total amount of wall time = 956.448961 - 0: The maximum resident set size (KB) = 670940 + 0: The total amount of wall time = 919.495195 + 0: The maximum resident set size (KB) = 668964 Test 003 cpld_2threads_p7 PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/cpld_control_p7 -working dir = /lfs4/HFIP/h-nems/Bin.Li/RT_RUNDIRS/Bin.Li/FV3_RT/rt_218288/cpld_mpi_p7 +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/cpld_control_p7 +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_62203/cpld_mpi_p7 Checking test 004 cpld_mpi_p7 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -249,14 +250,14 @@ Checking test 004 cpld_mpi_p7 results .... Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK - 0: The total amount of wall time = 266.002988 - 0: The maximum resident set size (KB) = 599100 + 0: The total amount of wall time = 253.866782 + 0: The maximum resident set size (KB) = 599688 Test 004 cpld_mpi_p7 PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/cpld_bmark_p7 -working dir = /lfs4/HFIP/h-nems/Bin.Li/RT_RUNDIRS/Bin.Li/FV3_RT/rt_218288/cpld_bmark_p7 +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/cpld_bmark_p7 +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_62203/cpld_bmark_p7 Checking test 005 cpld_bmark_p7 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -301,14 +302,14 @@ Checking test 005 cpld_bmark_p7 results .... Comparing RESTART/iced.2013-04-01-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-21600.nc .........OK - 0: The total amount of wall time = 1197.199745 - 0: The maximum resident set size (KB) = 1370860 + 0: The total amount of wall time = 1176.189428 + 0: The maximum resident set size (KB) = 1370588 Test 005 cpld_bmark_p7 PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/cpld_bmark_p7 -working dir = /lfs4/HFIP/h-nems/Bin.Li/RT_RUNDIRS/Bin.Li/FV3_RT/rt_218288/cpld_bmark_mpi_p7 +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/cpld_bmark_p7 +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_62203/cpld_bmark_mpi_p7 Checking test 006 cpld_bmark_mpi_p7 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -353,14 +354,14 @@ Checking test 006 cpld_bmark_mpi_p7 results .... Comparing RESTART/iced.2013-04-01-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-21600.nc .........OK - 0: The total amount of wall time = 1182.759337 - 0: The maximum resident set size (KB) = 1372316 + 0: The total amount of wall time = 1157.371462 + 0: The maximum resident set size (KB) = 1374340 Test 006 cpld_bmark_mpi_p7 PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/cpld_control_c96_p7 -working dir = /lfs4/HFIP/h-nems/Bin.Li/RT_RUNDIRS/Bin.Li/FV3_RT/rt_218288/cpld_control_c96_p7 +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/cpld_control_c96_p7 +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_62203/cpld_control_c96_p7 Checking test 007 cpld_control_c96_p7 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -410,14 +411,14 @@ Checking test 007 cpld_control_c96_p7 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 = 288.187209 - 0: The maximum resident set size (KB) = 592688 + 0: The total amount of wall time = 281.917468 + 0: The maximum resident set size (KB) = 598232 Test 007 cpld_control_c96_p7 PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/cpld_control_c96_p7 -working dir = /lfs4/HFIP/h-nems/Bin.Li/RT_RUNDIRS/Bin.Li/FV3_RT/rt_218288/cpld_restart_c96_p7 +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/cpld_control_c96_p7 +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_62203/cpld_restart_c96_p7 Checking test 008 cpld_restart_c96_p7 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -467,14 +468,14 @@ Checking test 008 cpld_restart_c96_p7 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 = 159.902088 - 0: The maximum resident set size (KB) = 398656 + 0: The total amount of wall time = 160.262151 + 0: The maximum resident set size (KB) = 401480 Test 008 cpld_restart_c96_p7 PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/cpld_control_c192_p7 -working dir = /lfs4/HFIP/h-nems/Bin.Li/RT_RUNDIRS/Bin.Li/FV3_RT/rt_218288/cpld_control_c192_p7 +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/cpld_control_c192_p7 +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_62203/cpld_control_c192_p7 Checking test 009 cpld_control_c192_p7 results .... Comparing sfcf036.tile1.nc .........OK Comparing sfcf036.tile2.nc .........OK @@ -524,14 +525,14 @@ Checking test 009 cpld_control_c192_p7 results .... Comparing RESTART/iced.2021-03-23-64800.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-64800.nc .........OK - 0: The total amount of wall time = 1208.726374 - 0: The maximum resident set size (KB) = 784692 + 0: The total amount of wall time = 1196.910098 + 0: The maximum resident set size (KB) = 790024 Test 009 cpld_control_c192_p7 PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/cpld_control_c192_p7 -working dir = /lfs4/HFIP/h-nems/Bin.Li/RT_RUNDIRS/Bin.Li/FV3_RT/rt_218288/cpld_restart_c192_p7 +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/cpld_control_c192_p7 +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_62203/cpld_restart_c192_p7 Checking test 010 cpld_restart_c192_p7 results .... Comparing sfcf036.tile1.nc .........OK Comparing sfcf036.tile2.nc .........OK @@ -581,14 +582,14 @@ Checking test 010 cpld_restart_c192_p7 results .... Comparing RESTART/iced.2021-03-23-64800.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-64800.nc .........OK - 0: The total amount of wall time = 843.460390 - 0: The maximum resident set size (KB) = 884524 + 0: The total amount of wall time = 795.579084 + 0: The maximum resident set size (KB) = 889232 Test 010 cpld_restart_c192_p7 PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/cpld_control_c384_p7 -working dir = /lfs4/HFIP/h-nems/Bin.Li/RT_RUNDIRS/Bin.Li/FV3_RT/rt_218288/cpld_control_c384_p7 +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/cpld_control_c384_p7 +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_62203/cpld_control_c384_p7 Checking test 011 cpld_control_c384_p7 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -631,14 +632,14 @@ Checking test 011 cpld_control_c384_p7 results .... Comparing RESTART/iced.2021-03-22-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-22-43200.nc .........OK - 0: The total amount of wall time = 1374.401968 - 0: The maximum resident set size (KB) = 1343484 + 0: The total amount of wall time = 1348.155662 + 0: The maximum resident set size (KB) = 1338172 Test 011 cpld_control_c384_p7 PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/cpld_control_c384_p7 -working dir = /lfs4/HFIP/h-nems/Bin.Li/RT_RUNDIRS/Bin.Li/FV3_RT/rt_218288/cpld_restart_c384_p7 +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/cpld_control_c384_p7 +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_62203/cpld_restart_c384_p7 Checking test 012 cpld_restart_c384_p7 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -681,14 +682,14 @@ Checking test 012 cpld_restart_c384_p7 results .... Comparing RESTART/iced.2021-03-22-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-22-43200.nc .........OK - 0: The total amount of wall time = 839.163131 - 0: The maximum resident set size (KB) = 1301296 + 0: The total amount of wall time = 761.705944 + 0: The maximum resident set size (KB) = 1300868 Test 012 cpld_restart_c384_p7 PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/cpld_debug_p7 -working dir = /lfs4/HFIP/h-nems/Bin.Li/RT_RUNDIRS/Bin.Li/FV3_RT/rt_218288/cpld_debug_p7 +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/cpld_debug_p7 +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_62203/cpld_debug_p7 Checking test 013 cpld_debug_p7 results .... Comparing sfcf006.tile1.nc .........OK Comparing sfcf006.tile2.nc .........OK @@ -738,14 +739,14 @@ Checking test 013 cpld_debug_p7 results .... Comparing RESTART/iced.2021-03-22-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-22-43200.nc .........OK - 0: The total amount of wall time = 874.310180 - 0: The maximum resident set size (KB) = 647144 + 0: The total amount of wall time = 801.728426 + 0: The maximum resident set size (KB) = 646128 Test 013 cpld_debug_p7 PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control -working dir = /lfs4/HFIP/h-nems/Bin.Li/RT_RUNDIRS/Bin.Li/FV3_RT/rt_218288/control +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_62203/control Checking test 014 control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -792,14 +793,14 @@ Checking test 014 control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 173.906528 - 0: The maximum resident set size (KB) = 484384 + 0: The total amount of wall time = 169.397117 + 0: The maximum resident set size (KB) = 481128 Test 014 control PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control -working dir = /lfs4/HFIP/h-nems/Bin.Li/RT_RUNDIRS/Bin.Li/FV3_RT/rt_218288/control_decomp +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_62203/control_decomp Checking test 015 control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -842,14 +843,14 @@ Checking test 015 control_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 175.834118 - 0: The maximum resident set size (KB) = 481180 + 0: The total amount of wall time = 172.079263 + 0: The maximum resident set size (KB) = 480164 Test 015 control_decomp PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control -working dir = /lfs4/HFIP/h-nems/Bin.Li/RT_RUNDIRS/Bin.Li/FV3_RT/rt_218288/control_2threads +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_62203/control_2threads Checking test 016 control_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -892,14 +893,14 @@ Checking test 016 control_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 842.521772 - 0: The maximum resident set size (KB) = 528676 + 0: The total amount of wall time = 698.276317 + 0: The maximum resident set size (KB) = 524300 Test 016 control_2threads PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control -working dir = /lfs4/HFIP/h-nems/Bin.Li/RT_RUNDIRS/Bin.Li/FV3_RT/rt_218288/control_restart +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_62203/control_restart Checking test 017 control_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -938,14 +939,14 @@ Checking test 017 control_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 93.599743 - 0: The maximum resident set size (KB) = 224516 + 0: The total amount of wall time = 90.254668 + 0: The maximum resident set size (KB) = 219680 Test 017 control_restart PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control -working dir = /lfs4/HFIP/h-nems/Bin.Li/RT_RUNDIRS/Bin.Li/FV3_RT/rt_218288/control_fhzero +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_62203/control_fhzero Checking test 018 control_fhzero results .... Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf021.nc ............ALT CHECK......OK @@ -988,14 +989,14 @@ Checking test 018 control_fhzero results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 162.113285 - 0: The maximum resident set size (KB) = 483804 + 0: The total amount of wall time = 161.929029 + 0: The maximum resident set size (KB) = 481680 Test 018 control_fhzero PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_CubedSphereGrid -working dir = /lfs4/HFIP/h-nems/Bin.Li/RT_RUNDIRS/Bin.Li/FV3_RT/rt_218288/control_CubedSphereGrid +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_CubedSphereGrid +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_62203/control_CubedSphereGrid Checking test 019 control_CubedSphereGrid results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -1022,14 +1023,14 @@ Checking test 019 control_CubedSphereGrid results .... Comparing atmf024.tile5.nc .........OK Comparing atmf024.tile6.nc .........OK - 0: The total amount of wall time = 161.038047 - 0: The maximum resident set size (KB) = 478316 + 0: The total amount of wall time = 164.091340 + 0: The maximum resident set size (KB) = 478244 Test 019 control_CubedSphereGrid PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_latlon -working dir = /lfs4/HFIP/h-nems/Bin.Li/RT_RUNDIRS/Bin.Li/FV3_RT/rt_218288/control_latlon +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_latlon +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_62203/control_latlon Checking test 020 control_latlon results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1040,14 +1041,14 @@ Checking test 020 control_latlon results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 169.068292 - 0: The maximum resident set size (KB) = 480680 + 0: The total amount of wall time = 166.841843 + 0: The maximum resident set size (KB) = 477752 Test 020 control_latlon PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_wrtGauss_netcdf_parallel -working dir = /lfs4/HFIP/h-nems/Bin.Li/RT_RUNDIRS/Bin.Li/FV3_RT/rt_218288/control_wrtGauss_netcdf_parallel +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_wrtGauss_netcdf_parallel +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_62203/control_wrtGauss_netcdf_parallel Checking test 021 control_wrtGauss_netcdf_parallel results .... Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf024.nc ............ALT CHECK......OK @@ -1058,14 +1059,14 @@ Checking test 021 control_wrtGauss_netcdf_parallel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 175.504233 - 0: The maximum resident set size (KB) = 481944 + 0: The total amount of wall time = 170.840477 + 0: The maximum resident set size (KB) = 484072 Test 021 control_wrtGauss_netcdf_parallel PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_c48 -working dir = /lfs4/HFIP/h-nems/Bin.Li/RT_RUNDIRS/Bin.Li/FV3_RT/rt_218288/control_c48 +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_c48 +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_62203/control_c48 Checking test 022 control_c48 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1104,14 +1105,14 @@ Checking test 022 control_c48 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0: The total amount of wall time = 538.124438 -0: The maximum resident set size (KB) = 663328 +0: The total amount of wall time = 534.855822 +0: The maximum resident set size (KB) = 667960 Test 022 control_c48 PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_c192 -working dir = /lfs4/HFIP/h-nems/Bin.Li/RT_RUNDIRS/Bin.Li/FV3_RT/rt_218288/control_c192 +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_c192 +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_62203/control_c192 Checking test 023 control_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1122,14 +1123,14 @@ Checking test 023 control_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 673.168926 - 0: The maximum resident set size (KB) = 585092 + 0: The total amount of wall time = 648.003351 + 0: The maximum resident set size (KB) = 585004 Test 023 control_c192 PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_c384 -working dir = /lfs4/HFIP/h-nems/Bin.Li/RT_RUNDIRS/Bin.Li/FV3_RT/rt_218288/control_c384 +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_c384 +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_62203/control_c384 Checking test 024 control_c384 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1140,14 +1141,14 @@ Checking test 024 control_c384 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 829.191363 - 0: The maximum resident set size (KB) = 752740 + 0: The total amount of wall time = 807.236419 + 0: The maximum resident set size (KB) = 758164 Test 024 control_c384 PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_c384gdas -working dir = /lfs4/HFIP/h-nems/Bin.Li/RT_RUNDIRS/Bin.Li/FV3_RT/rt_218288/control_c384gdas +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_c384gdas +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_62203/control_c384gdas Checking test 025 control_c384gdas results .... Comparing sfcf000.nc .........OK Comparing sfcf006.nc .........OK @@ -1190,14 +1191,14 @@ Checking test 025 control_c384gdas results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 772.883027 - 0: The maximum resident set size (KB) = 835204 + 0: The total amount of wall time = 742.872456 + 0: The maximum resident set size (KB) = 838920 Test 025 control_c384gdas PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_stochy -working dir = /lfs4/HFIP/h-nems/Bin.Li/RT_RUNDIRS/Bin.Li/FV3_RT/rt_218288/control_stochy +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_stochy +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_62203/control_stochy Checking test 026 control_stochy results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1208,28 +1209,28 @@ Checking test 026 control_stochy results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 116.300995 - 0: The maximum resident set size (KB) = 483864 + 0: The total amount of wall time = 111.551596 + 0: The maximum resident set size (KB) = 485372 Test 026 control_stochy PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_stochy -working dir = /lfs4/HFIP/h-nems/Bin.Li/RT_RUNDIRS/Bin.Li/FV3_RT/rt_218288/control_stochy_restart +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_stochy +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_62203/control_stochy_restart Checking test 027 control_stochy_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 70.253957 - 0: The maximum resident set size (KB) = 241940 + 0: The total amount of wall time = 61.984483 + 0: The maximum resident set size (KB) = 246136 Test 027 control_stochy_restart PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_lndp -working dir = /lfs4/HFIP/h-nems/Bin.Li/RT_RUNDIRS/Bin.Li/FV3_RT/rt_218288/control_lndp +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_lndp +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_62203/control_lndp Checking test 028 control_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1240,14 +1241,14 @@ Checking test 028 control_lndp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 103.281252 - 0: The maximum resident set size (KB) = 483220 + 0: The total amount of wall time = 102.969150 + 0: The maximum resident set size (KB) = 488432 Test 028 control_lndp PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_p7 -working dir = /lfs4/HFIP/h-nems/Bin.Li/RT_RUNDIRS/Bin.Li/FV3_RT/rt_218288/control_p7 +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_p7 +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_62203/control_p7 Checking test 029 control_p7 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1294,14 +1295,14 @@ Checking test 029 control_p7 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 193.760368 - 0: The maximum resident set size (KB) = 504928 + 0: The total amount of wall time = 187.875378 + 0: The maximum resident set size (KB) = 508124 Test 029 control_p7 PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_p7_rrtmgp -working dir = /lfs4/HFIP/h-nems/Bin.Li/RT_RUNDIRS/Bin.Li/FV3_RT/rt_218288/control_p7_rrtmgp +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_p7_rrtmgp +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_62203/control_p7_rrtmgp Checking test 030 control_p7_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1348,14 +1349,14 @@ Checking test 030 control_p7_rrtmgp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 286.379530 - 0: The maximum resident set size (KB) = 605252 + 0: The total amount of wall time = 233.782714 + 0: The maximum resident set size (KB) = 604120 Test 030 control_p7_rrtmgp PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_p7 -working dir = /lfs4/HFIP/h-nems/Bin.Li/RT_RUNDIRS/Bin.Li/FV3_RT/rt_218288/control_restart_p7 +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_p7 +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_62203/control_restart_p7 Checking test 031 control_restart_p7 results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1394,14 +1395,14 @@ Checking test 031 control_restart_p7 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 115.728593 - 0: The maximum resident set size (KB) = 317204 + 0: The total amount of wall time = 103.675928 + 0: The maximum resident set size (KB) = 312268 Test 031 control_restart_p7 PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_p7 -working dir = /lfs4/HFIP/h-nems/Bin.Li/RT_RUNDIRS/Bin.Li/FV3_RT/rt_218288/control_decomp_p7 +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_p7 +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_62203/control_decomp_p7 Checking test 032 control_decomp_p7 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1444,14 +1445,14 @@ Checking test 032 control_decomp_p7 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 196.383076 - 0: The maximum resident set size (KB) = 499776 + 0: The total amount of wall time = 196.035335 + 0: The maximum resident set size (KB) = 501080 Test 032 control_decomp_p7 PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_p7 -working dir = /lfs4/HFIP/h-nems/Bin.Li/RT_RUNDIRS/Bin.Li/FV3_RT/rt_218288/control_2threads_p7 +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_p7 +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_62203/control_2threads_p7 Checking test 033 control_2threads_p7 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1494,14 +1495,14 @@ Checking test 033 control_2threads_p7 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 900.450751 - 0: The maximum resident set size (KB) = 576956 + 0: The total amount of wall time = 875.396558 + 0: The maximum resident set size (KB) = 578524 Test 033 control_2threads_p7 PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/fv3_regional_control -working dir = /lfs4/HFIP/h-nems/Bin.Li/RT_RUNDIRS/Bin.Li/FV3_RT/rt_218288/regional_control +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/fv3_regional_control +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_62203/regional_control Checking test 034 regional_control results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1512,28 +1513,28 @@ Checking test 034 regional_control results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK - 0: The total amount of wall time = 431.985905 - 0: The maximum resident set size (KB) = 583128 + 0: The total amount of wall time = 417.588957 + 0: The maximum resident set size (KB) = 585400 Test 034 regional_control PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/fv3_regional_control -working dir = /lfs4/HFIP/h-nems/Bin.Li/RT_RUNDIRS/Bin.Li/FV3_RT/rt_218288/regional_restart +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/fv3_regional_control +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_62203/regional_restart Checking test 035 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 = 262.436428 - 0: The maximum resident set size (KB) = 594152 + 0: The total amount of wall time = 233.754542 + 0: The maximum resident set size (KB) = 584964 Test 035 regional_restart PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/fv3_regional_noquilt -working dir = /lfs4/HFIP/h-nems/Bin.Li/RT_RUNDIRS/Bin.Li/FV3_RT/rt_218288/regional_noquilt +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/fv3_regional_noquilt +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_62203/regional_noquilt Checking test 036 regional_noquilt results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK @@ -1541,14 +1542,14 @@ Checking test 036 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 = 460.160315 - 0: The maximum resident set size (KB) = 587124 + 0: The total amount of wall time = 449.369947 + 0: The maximum resident set size (KB) = 598440 Test 036 regional_noquilt PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/fv3_regional_hafs -working dir = /lfs4/HFIP/h-nems/Bin.Li/RT_RUNDIRS/Bin.Li/FV3_RT/rt_218288/regional_hafs +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/fv3_regional_hafs +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_62203/regional_hafs Checking test 037 regional_hafs results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1557,28 +1558,28 @@ Checking test 037 regional_hafs results .... Comparing HURPRS.GrbF00 .........OK Comparing HURPRS.GrbF24 .........OK - 0: The total amount of wall time = 422.126274 - 0: The maximum resident set size (KB) = 582024 + 0: The total amount of wall time = 412.040026 + 0: The maximum resident set size (KB) = 586624 Test 037 regional_hafs PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/fv3_regional_netcdf_parallel -working dir = /lfs4/HFIP/h-nems/Bin.Li/RT_RUNDIRS/Bin.Li/FV3_RT/rt_218288/regional_netcdf_parallel +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/fv3_regional_netcdf_parallel +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_62203/regional_netcdf_parallel Checking test 038 regional_netcdf_parallel results .... Comparing dynf000.nc .........OK - Comparing dynf024.nc ............ALT CHECK......OK + Comparing dynf024.nc .........OK Comparing phyf000.nc ............ALT CHECK......OK Comparing phyf024.nc ............ALT CHECK......OK - 0: The total amount of wall time = 423.729842 - 0: The maximum resident set size (KB) = 581096 + 0: The total amount of wall time = 417.180575 + 0: The maximum resident set size (KB) = 579152 Test 038 regional_netcdf_parallel PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/fv3_regional_RRTMGP -working dir = /lfs4/HFIP/h-nems/Bin.Li/RT_RUNDIRS/Bin.Li/FV3_RT/rt_218288/regional_RRTMGP +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/fv3_regional_RRTMGP +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_62203/regional_RRTMGP Checking test 039 regional_RRTMGP results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1589,14 +1590,14 @@ Checking test 039 regional_RRTMGP results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK - 0: The total amount of wall time = 675.907035 - 0: The maximum resident set size (KB) = 709480 + 0: The total amount of wall time = 518.523274 + 0: The maximum resident set size (KB) = 710568 Test 039 regional_RRTMGP PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/rap_control -working dir = /lfs4/HFIP/h-nems/Bin.Li/RT_RUNDIRS/Bin.Li/FV3_RT/rt_218288/rap_control +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/rap_control +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_62203/rap_control Checking test 040 rap_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1643,14 +1644,14 @@ Checking test 040 rap_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 479.482290 - 0: The maximum resident set size (KB) = 849376 + 0: The total amount of wall time = 469.928997 + 0: The maximum resident set size (KB) = 849832 Test 040 rap_control PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/rap_sfcdiff -working dir = /lfs4/HFIP/h-nems/Bin.Li/RT_RUNDIRS/Bin.Li/FV3_RT/rt_218288/rap_sfcdiff +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/rap_sfcdiff +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_62203/rap_sfcdiff Checking test 041 rap_sfcdiff results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1697,14 +1698,14 @@ Checking test 041 rap_sfcdiff results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 480.249223 - 0: The maximum resident set size (KB) = 851660 + 0: The total amount of wall time = 469.982728 + 0: The maximum resident set size (KB) = 847372 Test 041 rap_sfcdiff PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/rap_sfcdiff -working dir = /lfs4/HFIP/h-nems/Bin.Li/RT_RUNDIRS/Bin.Li/FV3_RT/rt_218288/rap_sfcdiff_restart +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/rap_sfcdiff +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_62203/rap_sfcdiff_restart Checking test 042 rap_sfcdiff_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1743,14 +1744,14 @@ Checking test 042 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 = 244.765445 - 0: The maximum resident set size (KB) = 593696 + 0: The total amount of wall time = 239.735488 + 0: The maximum resident set size (KB) = 600380 Test 042 rap_sfcdiff_restart PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/hrrr_control -working dir = /lfs4/HFIP/h-nems/Bin.Li/RT_RUNDIRS/Bin.Li/FV3_RT/rt_218288/hrrr_control +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/hrrr_control +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_62203/hrrr_control Checking test 043 hrrr_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1797,14 +1798,14 @@ Checking test 043 hrrr_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 468.879564 - 0: The maximum resident set size (KB) = 847712 + 0: The total amount of wall time = 451.828253 + 0: The maximum resident set size (KB) = 845832 Test 043 hrrr_control PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/rrfs_v1beta -working dir = /lfs4/HFIP/h-nems/Bin.Li/RT_RUNDIRS/Bin.Li/FV3_RT/rt_218288/rrfs_v1beta +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/rrfs_v1beta +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_62203/rrfs_v1beta Checking test 044 rrfs_v1beta results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1851,14 +1852,14 @@ Checking test 044 rrfs_v1beta results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 482.745431 - 0: The maximum resident set size (KB) = 849588 + 0: The total amount of wall time = 461.480205 + 0: The maximum resident set size (KB) = 847648 Test 044 rrfs_v1beta PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_rrtmgp -working dir = /lfs4/HFIP/h-nems/Bin.Li/RT_RUNDIRS/Bin.Li/FV3_RT/rt_218288/control_rrtmgp +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_rrtmgp +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_62203/control_rrtmgp Checking test 045 control_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1869,14 +1870,14 @@ Checking test 045 control_rrtmgp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 308.139146 - 0: The maximum resident set size (KB) = 600808 + 0: The total amount of wall time = 253.027701 + 0: The maximum resident set size (KB) = 599148 Test 045 control_rrtmgp PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_rrtmgp_c192 -working dir = /lfs4/HFIP/h-nems/Bin.Li/RT_RUNDIRS/Bin.Li/FV3_RT/rt_218288/control_rrtmgp_c192 +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_rrtmgp_c192 +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_62203/control_rrtmgp_c192 Checking test 046 control_rrtmgp_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1887,14 +1888,14 @@ Checking test 046 control_rrtmgp_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 804.383348 - 0: The maximum resident set size (KB) = 811204 + 0: The total amount of wall time = 691.401516 + 0: The maximum resident set size (KB) = 808088 Test 046 control_rrtmgp_c192 PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_csawmg -working dir = /lfs4/HFIP/h-nems/Bin.Li/RT_RUNDIRS/Bin.Li/FV3_RT/rt_218288/control_csawmg +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_csawmg +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_62203/control_csawmg Checking test 047 control_csawmg results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1905,14 +1906,14 @@ Checking test 047 control_csawmg results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 439.225625 - 0: The maximum resident set size (KB) = 540348 + 0: The total amount of wall time = 420.597908 + 0: The maximum resident set size (KB) = 540224 Test 047 control_csawmg PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_csawmgt -working dir = /lfs4/HFIP/h-nems/Bin.Li/RT_RUNDIRS/Bin.Li/FV3_RT/rt_218288/control_csawmgt +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_csawmgt +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_62203/control_csawmgt Checking test 048 control_csawmgt results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1923,14 +1924,14 @@ Checking test 048 control_csawmgt results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 423.962626 - 0: The maximum resident set size (KB) = 539216 + 0: The total amount of wall time = 415.019756 + 0: The maximum resident set size (KB) = 539844 Test 048 control_csawmgt PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_flake -working dir = /lfs4/HFIP/h-nems/Bin.Li/RT_RUNDIRS/Bin.Li/FV3_RT/rt_218288/control_flake +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_flake +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_62203/control_flake Checking test 049 control_flake results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1941,14 +1942,14 @@ Checking test 049 control_flake results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 285.675148 - 0: The maximum resident set size (KB) = 550328 + 0: The total amount of wall time = 278.843969 + 0: The maximum resident set size (KB) = 549452 Test 049 control_flake PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_ras -working dir = /lfs4/HFIP/h-nems/Bin.Li/RT_RUNDIRS/Bin.Li/FV3_RT/rt_218288/control_ras +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_ras +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_62203/control_ras Checking test 050 control_ras results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1959,14 +1960,14 @@ Checking test 050 control_ras results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 232.910794 - 0: The maximum resident set size (KB) = 513120 + 0: The total amount of wall time = 228.533293 + 0: The maximum resident set size (KB) = 506652 Test 050 control_ras PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_thompson -working dir = /lfs4/HFIP/h-nems/Bin.Li/RT_RUNDIRS/Bin.Li/FV3_RT/rt_218288/control_thompson +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_thompson +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_62203/control_thompson Checking test 051 control_thompson results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1977,14 +1978,14 @@ Checking test 051 control_thompson results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 306.477968 - 0: The maximum resident set size (KB) = 865148 + 0: The total amount of wall time = 282.510186 + 0: The maximum resident set size (KB) = 865136 Test 051 control_thompson PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_thompson_no_aero -working dir = /lfs4/HFIP/h-nems/Bin.Li/RT_RUNDIRS/Bin.Li/FV3_RT/rt_218288/control_thompson_no_aero +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_thompson_no_aero +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_62203/control_thompson_no_aero Checking test 052 control_thompson_no_aero results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1995,54 +1996,54 @@ Checking test 052 control_thompson_no_aero results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 281.232399 - 0: The maximum resident set size (KB) = 855496 + 0: The total amount of wall time = 272.181596 + 0: The maximum resident set size (KB) = 856620 Test 052 control_thompson_no_aero PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_wam_repro -working dir = /lfs4/HFIP/h-nems/Bin.Li/RT_RUNDIRS/Bin.Li/FV3_RT/rt_218288/control_wam_repro +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_wam_repro +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_62203/control_wam_repro Checking test 053 control_wam results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK - 0: The total amount of wall time = 158.563104 - 0: The maximum resident set size (KB) = 239924 + 0: The total amount of wall time = 150.440109 + 0: The maximum resident set size (KB) = 244084 Test 053 control_wam PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_debug -working dir = /lfs4/HFIP/h-nems/Bin.Li/RT_RUNDIRS/Bin.Li/FV3_RT/rt_218288/control_debug +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_62203/control_debug Checking test 054 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 = 201.032270 - 0: The maximum resident set size (KB) = 544912 + 0: The total amount of wall time = 190.198698 + 0: The maximum resident set size (KB) = 546028 Test 054 control_debug PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_debug -working dir = /lfs4/HFIP/h-nems/Bin.Li/RT_RUNDIRS/Bin.Li/FV3_RT/rt_218288/control_2threads_debug +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_62203/control_2threads_debug Checking test 055 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 = 369.396473 - 0: The maximum resident set size (KB) = 590396 + 0: The total amount of wall time = 363.241140 + 0: The maximum resident set size (KB) = 591520 Test 055 control_2threads_debug PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_CubedSphereGrid_debug -working dir = /lfs4/HFIP/h-nems/Bin.Li/RT_RUNDIRS/Bin.Li/FV3_RT/rt_218288/control_CubedSphereGrid_debug +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_CubedSphereGrid_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_62203/control_CubedSphereGrid_debug Checking test 056 control_CubedSphereGrid_debug results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -2069,377 +2070,389 @@ Checking test 056 control_CubedSphereGrid_debug results .... Comparing atmf001.tile5.nc .........OK Comparing atmf001.tile6.nc .........OK - 0: The total amount of wall time = 205.399569 - 0: The maximum resident set size (KB) = 542640 + 0: The total amount of wall time = 207.710520 + 0: The maximum resident set size (KB) = 540940 Test 056 control_CubedSphereGrid_debug PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_wrtGauss_netcdf_parallel_debug -working dir = /lfs4/HFIP/h-nems/Bin.Li/RT_RUNDIRS/Bin.Li/FV3_RT/rt_218288/control_wrtGauss_netcdf_parallel_debug +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_wrtGauss_netcdf_parallel_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_62203/control_wrtGauss_netcdf_parallel_debug Checking test 057 control_wrtGauss_netcdf_parallel_debug results .... Comparing sfcf000.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 = 194.326367 - 0: The maximum resident set size (KB) = 547548 + 0: The total amount of wall time = 192.893126 + 0: The maximum resident set size (KB) = 546384 Test 057 control_wrtGauss_netcdf_parallel_debug PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_stochy_debug -working dir = /lfs4/HFIP/h-nems/Bin.Li/RT_RUNDIRS/Bin.Li/FV3_RT/rt_218288/control_stochy_debug +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_stochy_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_62203/control_stochy_debug Checking test 058 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 = 218.135669 - 0: The maximum resident set size (KB) = 551284 + 0: The total amount of wall time = 217.342514 + 0: The maximum resident set size (KB) = 548096 Test 058 control_stochy_debug PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_lndp_debug -working dir = /lfs4/HFIP/h-nems/Bin.Li/RT_RUNDIRS/Bin.Li/FV3_RT/rt_218288/control_lndp_debug +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_lndp_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_62203/control_lndp_debug Checking test 059 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 = 196.123478 - 0: The maximum resident set size (KB) = 552068 + 0: The total amount of wall time = 196.171003 + 0: The maximum resident set size (KB) = 551036 Test 059 control_lndp_debug PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_rrtmgp_debug -working dir = /lfs4/HFIP/h-nems/Bin.Li/RT_RUNDIRS/Bin.Li/FV3_RT/rt_218288/control_rrtmgp_debug +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_rrtmgp_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_62203/control_rrtmgp_debug Checking test 060 control_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 = 229.223468 - 0: The maximum resident set size (KB) = 644168 + 0: The total amount of wall time = 210.845118 + 0: The maximum resident set size (KB) = 643888 Test 060 control_rrtmgp_debug PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_csawmg_debug -working dir = /lfs4/HFIP/h-nems/Bin.Li/RT_RUNDIRS/Bin.Li/FV3_RT/rt_218288/control_csawmg_debug +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_csawmg_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_62203/control_csawmg_debug Checking test 061 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 = 306.590817 - 0: The maximum resident set size (KB) = 580328 + 0: The total amount of wall time = 303.163757 + 0: The maximum resident set size (KB) = 581208 Test 061 control_csawmg_debug PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_csawmgt_debug -working dir = /lfs4/HFIP/h-nems/Bin.Li/RT_RUNDIRS/Bin.Li/FV3_RT/rt_218288/control_csawmgt_debug +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_csawmgt_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_62203/control_csawmgt_debug Checking test 062 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 = 333.372499 - 0: The maximum resident set size (KB) = 578896 + 0: The total amount of wall time = 299.896333 + 0: The maximum resident set size (KB) = 581452 Test 062 control_csawmgt_debug PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_ras_debug -working dir = /lfs4/HFIP/h-nems/Bin.Li/RT_RUNDIRS/Bin.Li/FV3_RT/rt_218288/control_ras_debug +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_ras_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_62203/control_ras_debug Checking test 063 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 = 205.587343 - 0: The maximum resident set size (KB) = 558348 + 0: The total amount of wall time = 197.530111 + 0: The maximum resident set size (KB) = 560224 Test 063 control_ras_debug PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_diag_debug -working dir = /lfs4/HFIP/h-nems/Bin.Li/RT_RUNDIRS/Bin.Li/FV3_RT/rt_218288/control_diag_debug +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_diag_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_62203/control_diag_debug Checking test 064 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 = 205.988368 - 0: The maximum resident set size (KB) = 599860 + 0: The total amount of wall time = 203.571015 + 0: The maximum resident set size (KB) = 600216 Test 064 control_diag_debug PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_debug_p7 -working dir = /lfs4/HFIP/h-nems/Bin.Li/RT_RUNDIRS/Bin.Li/FV3_RT/rt_218288/control_debug_p7 +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_debug_p7 +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_62203/control_debug_p7 Checking test 065 control_debug_p7 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.339279 - 0: The maximum resident set size (KB) = 561676 + 0: The total amount of wall time = 208.613819 + 0: The maximum resident set size (KB) = 560856 Test 065 control_debug_p7 PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_thompson_debug -working dir = /lfs4/HFIP/h-nems/Bin.Li/RT_RUNDIRS/Bin.Li/FV3_RT/rt_218288/control_thompson_debug +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_thompson_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_62203/control_thompson_debug Checking test 066 control_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 = 227.873992 - 0: The maximum resident set size (KB) = 903480 + 0: The total amount of wall time = 222.714803 + 0: The maximum resident set size (KB) = 903276 Test 066 control_thompson_debug PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_thompson_no_aero_debug -working dir = /lfs4/HFIP/h-nems/Bin.Li/RT_RUNDIRS/Bin.Li/FV3_RT/rt_218288/control_thompson_no_aero_debug +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_thompson_no_aero_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_62203/control_thompson_no_aero_debug Checking test 067 control_thompson_no_aero_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 217.991363 - 0: The maximum resident set size (KB) = 896140 + 0: The total amount of wall time = 214.531859 + 0: The maximum resident set size (KB) = 903532 Test 067 control_thompson_no_aero_debug PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_thompson_debug_extdiag -working dir = /lfs4/HFIP/h-nems/Bin.Li/RT_RUNDIRS/Bin.Li/FV3_RT/rt_218288/control_thompson_extdiag_debug +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_thompson_debug_extdiag +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_62203/control_thompson_extdiag_debug Checking test 068 control_thompson_extdiag_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 259.621939 - 0: The maximum resident set size (KB) = 933744 + 0: The total amount of wall time = 233.798975 + 0: The maximum resident set size (KB) = 933208 Test 068 control_thompson_extdiag_debug PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/fv3_regional_debug -working dir = /lfs4/HFIP/h-nems/Bin.Li/RT_RUNDIRS/Bin.Li/FV3_RT/rt_218288/regional_debug +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/fv3_regional_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_62203/regional_debug Checking test 069 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 = 339.306591 - 0: The maximum resident set size (KB) = 603976 + 0: The total amount of wall time = 319.939449 + 0: The maximum resident set size (KB) = 604076 Test 069 regional_debug PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/rap_control_debug -working dir = /lfs4/HFIP/h-nems/Bin.Li/RT_RUNDIRS/Bin.Li/FV3_RT/rt_218288/rap_control_debug +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/rap_control_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_62203/rap_control_debug Checking test 070 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 = 349.933536 - 0: The maximum resident set size (KB) = 917024 + 0: The total amount of wall time = 343.301490 + 0: The maximum resident set size (KB) = 910644 Test 070 rap_control_debug PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/rap_control_debug -working dir = /lfs4/HFIP/h-nems/Bin.Li/RT_RUNDIRS/Bin.Li/FV3_RT/rt_218288/rap_unified_drag_suite_debug +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/rap_control_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_62203/rap_unified_drag_suite_debug Checking test 071 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 = 349.493903 - 0: The maximum resident set size (KB) = 913432 + 0: The total amount of wall time = 345.044441 + 0: The maximum resident set size (KB) = 909952 Test 071 rap_unified_drag_suite_debug PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/rap_diag_debug -working dir = /lfs4/HFIP/h-nems/Bin.Li/RT_RUNDIRS/Bin.Li/FV3_RT/rt_218288/rap_diag_debug +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/rap_diag_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_62203/rap_diag_debug Checking test 072 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 = 366.311524 - 0: The maximum resident set size (KB) = 999060 + 0: The total amount of wall time = 365.766684 + 0: The maximum resident set size (KB) = 998464 Test 072 rap_diag_debug PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/rap_cires_ugwp_debug -working dir = /lfs4/HFIP/h-nems/Bin.Li/RT_RUNDIRS/Bin.Li/FV3_RT/rt_218288/rap_cires_ugwp_debug +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/rap_cires_ugwp_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_62203/rap_cires_ugwp_debug Checking test 073 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 = 354.145489 - 0: The maximum resident set size (KB) = 917132 + 0: The total amount of wall time = 351.983929 + 0: The maximum resident set size (KB) = 912664 Test 073 rap_cires_ugwp_debug PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/rap_cires_ugwp_debug -working dir = /lfs4/HFIP/h-nems/Bin.Li/RT_RUNDIRS/Bin.Li/FV3_RT/rt_218288/rap_unified_ugwp_debug +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/rap_cires_ugwp_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_62203/rap_unified_ugwp_debug Checking test 074 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 = 352.512119 - 0: The maximum resident set size (KB) = 914184 + 0: The total amount of wall time = 353.994134 + 0: The maximum resident set size (KB) = 907808 Test 074 rap_unified_ugwp_debug PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/rap_noah_debug -working dir = /lfs4/HFIP/h-nems/Bin.Li/RT_RUNDIRS/Bin.Li/FV3_RT/rt_218288/rap_noah_debug +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/rap_noah_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_62203/rap_noah_debug Checking test 075 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 = 345.806347 - 0: The maximum resident set size (KB) = 912588 + 0: The total amount of wall time = 340.541413 + 0: The maximum resident set size (KB) = 913508 Test 075 rap_noah_debug PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/rap_rrtmgp_debug -working dir = /lfs4/HFIP/h-nems/Bin.Li/RT_RUNDIRS/Bin.Li/FV3_RT/rt_218288/rap_rrtmgp_debug +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/rap_rrtmgp_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_62203/rap_rrtmgp_debug Checking test 076 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 = 602.661622 - 0: The maximum resident set size (KB) = 1018128 + 0: The total amount of wall time = 585.556352 + 0: The maximum resident set size (KB) = 1012524 Test 076 rap_rrtmgp_debug PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/rap_lndp_debug -working dir = /lfs4/HFIP/h-nems/Bin.Li/RT_RUNDIRS/Bin.Li/FV3_RT/rt_218288/rap_lndp_debug +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/rap_lndp_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_62203/rap_lndp_debug Checking test 077 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 = 356.812108 - 0: The maximum resident set size (KB) = 914416 + 0: The total amount of wall time = 347.357490 + 0: The maximum resident set size (KB) = 910880 Test 077 rap_lndp_debug PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/rap_sfcdiff_debug -working dir = /lfs4/HFIP/h-nems/Bin.Li/RT_RUNDIRS/Bin.Li/FV3_RT/rt_218288/rap_sfcdiff_debug +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/rap_sfcdiff_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_62203/rap_sfcdiff_debug Checking test 078 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 = 348.220936 - 0: The maximum resident set size (KB) = 916724 + 0: The total amount of wall time = 344.088674 + 0: The maximum resident set size (KB) = 914280 Test 078 rap_sfcdiff_debug PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/rap_flake_debug -working dir = /lfs4/HFIP/h-nems/Bin.Li/RT_RUNDIRS/Bin.Li/FV3_RT/rt_218288/rap_flake_debug +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/rap_flake_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_62203/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 - 0: The total amount of wall time = 346.554431 - 0: The maximum resident set size (KB) = 913528 + 0: The total amount of wall time = 342.591124 + 0: The maximum resident set size (KB) = 911900 Test 079 rap_flake_debug PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/rap_noah_sfcdiff_cires_ugwp_debug -working dir = /lfs4/HFIP/h-nems/Bin.Li/RT_RUNDIRS/Bin.Li/FV3_RT/rt_218288/rap_noah_sfcdiff_cires_ugwp_debug +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/rap_noah_sfcdiff_cires_ugwp_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_62203/rap_noah_sfcdiff_cires_ugwp_debug Checking test 080 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 = 571.936505 - 0: The maximum resident set size (KB) = 913140 + 0: The total amount of wall time = 572.892938 + 0: The maximum resident set size (KB) = 911844 Test 080 rap_noah_sfcdiff_cires_ugwp_debug PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/rrfs_v1beta_debug -working dir = /lfs4/HFIP/h-nems/Bin.Li/RT_RUNDIRS/Bin.Li/FV3_RT/rt_218288/rrfs_v1beta_debug +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/rrfs_v1beta_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_62203/rrfs_v1beta_debug Checking test 081 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 = 351.402679 - 0: The maximum resident set size (KB) = 912332 + 0: The total amount of wall time = 345.810393 + 0: The maximum resident set size (KB) = 910444 Test 081 rrfs_v1beta_debug PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/hafs_regional_atm -working dir = /lfs4/HFIP/h-nems/Bin.Li/RT_RUNDIRS/Bin.Li/FV3_RT/rt_218288/hafs_regional_atm -Checking test 082 hafs_regional_atm results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_wam_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_62203/control_wam_debug +Checking test 082 control_wam_debug results .... + Comparing sfcf019.nc .........OK + Comparing atmf019.nc .........OK + + 0: The total amount of wall time = 366.332708 + 0: The maximum resident set size (KB) = 263468 + +Test 082 control_wam_debug PASS + + +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/hafs_regional_atm +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_62203/hafs_regional_atm +Checking test 083 hafs_regional_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc ............ALT CHECK......OK - 0: The total amount of wall time = 1108.536607 - 0: The maximum resident set size (KB) = 785984 + 0: The total amount of wall time = 1108.596492 + 0: The maximum resident set size (KB) = 786684 -Test 082 hafs_regional_atm PASS +Test 083 hafs_regional_atm PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/hafs_regional_atm_ocn -working dir = /lfs4/HFIP/h-nems/Bin.Li/RT_RUNDIRS/Bin.Li/FV3_RT/rt_218288/hafs_regional_atm_ocn -Checking test 083 hafs_regional_atm_ocn results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/hafs_regional_atm_ocn +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_62203/hafs_regional_atm_ocn +Checking test 084 hafs_regional_atm_ocn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing archv.2019_241_06.a .........OK @@ -2447,29 +2460,29 @@ Checking test 083 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 = 469.680955 - 0: The maximum resident set size (KB) = 815500 + 0: The total amount of wall time = 478.685406 + 0: The maximum resident set size (KB) = 813968 -Test 083 hafs_regional_atm_ocn PASS +Test 084 hafs_regional_atm_ocn PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/hafs_regional_atm_wav -working dir = /lfs4/HFIP/h-nems/Bin.Li/RT_RUNDIRS/Bin.Li/FV3_RT/rt_218288/hafs_regional_atm_wav -Checking test 084 hafs_regional_atm_wav results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/hafs_regional_atm_wav +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_62203/hafs_regional_atm_wav +Checking test 085 hafs_regional_atm_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc ............ALT CHECK......OK Comparing out_grd.ww3 .........OK Comparing out_pnt.ww3 .........OK - 0: The total amount of wall time = 919.953101 - 0: The maximum resident set size (KB) = 815912 + 0: The total amount of wall time = 950.584959 + 0: The maximum resident set size (KB) = 812208 -Test 084 hafs_regional_atm_wav PASS +Test 085 hafs_regional_atm_wav PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/hafs_regional_atm_ocn_wav -working dir = /lfs4/HFIP/h-nems/Bin.Li/RT_RUNDIRS/Bin.Li/FV3_RT/rt_218288/hafs_regional_atm_ocn_wav -Checking test 085 hafs_regional_atm_ocn_wav results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/hafs_regional_atm_ocn_wav +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_62203/hafs_regional_atm_ocn_wav +Checking test 086 hafs_regional_atm_ocn_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing archv.2019_241_06.a .........OK @@ -2477,136 +2490,136 @@ Checking test 085 hafs_regional_atm_ocn_wav results .... Comparing out_grd.ww3 .........OK Comparing out_pnt.ww3 .........OK - 0: The total amount of wall time = 1033.803503 - 0: The maximum resident set size (KB) = 812848 + 0: The total amount of wall time = 1033.140897 + 0: The maximum resident set size (KB) = 816052 -Test 085 hafs_regional_atm_ocn_wav PASS +Test 086 hafs_regional_atm_ocn_wav PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/hafs_regional_docn -working dir = /lfs4/HFIP/h-nems/Bin.Li/RT_RUNDIRS/Bin.Li/FV3_RT/rt_218288/hafs_regional_docn -Checking test 086 hafs_regional_docn results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/hafs_regional_docn +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_62203/hafs_regional_docn +Checking test 087 hafs_regional_docn results .... Comparing atmf006.nc .........OK - Comparing sfcf006.nc .........OK + Comparing sfcf006.nc ............ALT CHECK......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 = 448.003828 - 0: The maximum resident set size (KB) = 815224 + 0: The total amount of wall time = 450.275492 + 0: The maximum resident set size (KB) = 818904 -Test 086 hafs_regional_docn PASS +Test 087 hafs_regional_docn PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/hafs_regional_docn_oisst -working dir = /lfs4/HFIP/h-nems/Bin.Li/RT_RUNDIRS/Bin.Li/FV3_RT/rt_218288/hafs_regional_docn_oisst -Checking test 087 hafs_regional_docn_oisst results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/hafs_regional_docn_oisst +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_62203/hafs_regional_docn_oisst +Checking test 088 hafs_regional_docn_oisst results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc ............ALT CHECK......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 = 451.821101 - 0: The maximum resident set size (KB) = 818812 + 0: The total amount of wall time = 441.975921 + 0: The maximum resident set size (KB) = 817636 -Test 087 hafs_regional_docn_oisst PASS +Test 088 hafs_regional_docn_oisst PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/hafs_regional_datm_cdeps -working dir = /lfs4/HFIP/h-nems/Bin.Li/RT_RUNDIRS/Bin.Li/FV3_RT/rt_218288/hafs_regional_datm_cdeps -Checking test 088 hafs_regional_datm_cdeps results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/hafs_regional_datm_cdeps +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_62203/hafs_regional_datm_cdeps +Checking test 089 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 = 1224.675948 - 0: The maximum resident set size (KB) = 855372 + 0: The total amount of wall time = 1216.695758 + 0: The maximum resident set size (KB) = 856960 -Test 088 hafs_regional_datm_cdeps PASS +Test 089 hafs_regional_datm_cdeps PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/datm_cdeps_control_cfsr -working dir = /lfs4/HFIP/h-nems/Bin.Li/RT_RUNDIRS/Bin.Li/FV3_RT/rt_218288/datm_cdeps_control_cfsr -Checking test 089 datm_cdeps_control_cfsr results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/datm_cdeps_control_cfsr +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_62203/datm_cdeps_control_cfsr +Checking test 090 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 = 195.526917 - 0: The maximum resident set size (KB) = 726796 + 0: The total amount of wall time = 189.884143 + 0: The maximum resident set size (KB) = 726652 -Test 089 datm_cdeps_control_cfsr PASS +Test 090 datm_cdeps_control_cfsr PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/datm_cdeps_control_cfsr -working dir = /lfs4/HFIP/h-nems/Bin.Li/RT_RUNDIRS/Bin.Li/FV3_RT/rt_218288/datm_cdeps_restart_cfsr -Checking test 090 datm_cdeps_restart_cfsr results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/datm_cdeps_control_cfsr +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_62203/datm_cdeps_restart_cfsr +Checking test 091 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 = 149.895775 - 0: The maximum resident set size (KB) = 747264 + 0: The total amount of wall time = 117.421571 + 0: The maximum resident set size (KB) = 726668 -Test 090 datm_cdeps_restart_cfsr PASS +Test 091 datm_cdeps_restart_cfsr PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/datm_cdeps_control_gefs -working dir = /lfs4/HFIP/h-nems/Bin.Li/RT_RUNDIRS/Bin.Li/FV3_RT/rt_218288/datm_cdeps_control_gefs -Checking test 091 datm_cdeps_control_gefs results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/datm_cdeps_control_gefs +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_62203/datm_cdeps_control_gefs +Checking test 092 datm_cdeps_control_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 190.326238 - 0: The maximum resident set size (KB) = 627604 + 0: The total amount of wall time = 188.401310 + 0: The maximum resident set size (KB) = 626500 -Test 091 datm_cdeps_control_gefs PASS +Test 092 datm_cdeps_control_gefs PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/datm_cdeps_stochy_gefs -working dir = /lfs4/HFIP/h-nems/Bin.Li/RT_RUNDIRS/Bin.Li/FV3_RT/rt_218288/datm_cdeps_stochy_gefs -Checking test 092 datm_cdeps_stochy_gefs results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/datm_cdeps_stochy_gefs +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_62203/datm_cdeps_stochy_gefs +Checking test 093 datm_cdeps_stochy_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 190.460635 - 0: The maximum resident set size (KB) = 624884 + 0: The total amount of wall time = 190.807219 + 0: The maximum resident set size (KB) = 628648 -Test 092 datm_cdeps_stochy_gefs PASS +Test 093 datm_cdeps_stochy_gefs PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/datm_cdeps_bulk_cfsr -working dir = /lfs4/HFIP/h-nems/Bin.Li/RT_RUNDIRS/Bin.Li/FV3_RT/rt_218288/datm_cdeps_bulk_cfsr -Checking test 093 datm_cdeps_bulk_cfsr results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/datm_cdeps_bulk_cfsr +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_62203/datm_cdeps_bulk_cfsr +Checking test 094 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 = 193.003629 - 0: The maximum resident set size (KB) = 745700 + 0: The total amount of wall time = 192.655137 + 0: The maximum resident set size (KB) = 725520 -Test 093 datm_cdeps_bulk_cfsr PASS +Test 094 datm_cdeps_bulk_cfsr PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/datm_cdeps_bulk_gefs -working dir = /lfs4/HFIP/h-nems/Bin.Li/RT_RUNDIRS/Bin.Li/FV3_RT/rt_218288/datm_cdeps_bulk_gefs -Checking test 094 datm_cdeps_bulk_gefs results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/datm_cdeps_bulk_gefs +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_62203/datm_cdeps_bulk_gefs +Checking test 095 datm_cdeps_bulk_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 187.190602 - 0: The maximum resident set size (KB) = 626368 + 0: The total amount of wall time = 188.657257 + 0: The maximum resident set size (KB) = 625720 -Test 094 datm_cdeps_bulk_gefs PASS +Test 095 datm_cdeps_bulk_gefs PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/datm_cdeps_mx025_cfsr -working dir = /lfs4/HFIP/h-nems/Bin.Li/RT_RUNDIRS/Bin.Li/FV3_RT/rt_218288/datm_cdeps_mx025_cfsr -Checking test 095 datm_cdeps_mx025_cfsr results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/datm_cdeps_mx025_cfsr +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_62203/datm_cdeps_mx025_cfsr +Checking test 096 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 @@ -2614,15 +2627,15 @@ Checking test 095 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 = 418.417801 - 0: The maximum resident set size (KB) = 590428 + 0: The total amount of wall time = 414.010085 + 0: The maximum resident set size (KB) = 596704 -Test 095 datm_cdeps_mx025_cfsr PASS +Test 096 datm_cdeps_mx025_cfsr PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/datm_cdeps_mx025_gefs -working dir = /lfs4/HFIP/h-nems/Bin.Li/RT_RUNDIRS/Bin.Li/FV3_RT/rt_218288/datm_cdeps_mx025_gefs -Checking test 096 datm_cdeps_mx025_gefs results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/datm_cdeps_mx025_gefs +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_62203/datm_cdeps_mx025_gefs +Checking test 097 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 @@ -2630,52 +2643,52 @@ Checking test 096 datm_cdeps_mx025_gefs results .... Comparing RESTART/iced.2011-10-01-43200.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-01-43200.nc .........OK - 0: The total amount of wall time = 406.772990 - 0: The maximum resident set size (KB) = 566164 + 0: The total amount of wall time = 405.295844 + 0: The maximum resident set size (KB) = 563960 -Test 096 datm_cdeps_mx025_gefs PASS +Test 097 datm_cdeps_mx025_gefs PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/datm_cdeps_control_cfsr -working dir = /lfs4/HFIP/h-nems/Bin.Li/RT_RUNDIRS/Bin.Li/FV3_RT/rt_218288/datm_cdeps_multiple_files_cfsr -Checking test 097 datm_cdeps_multiple_files_cfsr results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/datm_cdeps_control_cfsr +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_62203/datm_cdeps_multiple_files_cfsr +Checking test 098 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 = 191.328281 - 0: The maximum resident set size (KB) = 726924 + 0: The total amount of wall time = 192.007062 + 0: The maximum resident set size (KB) = 724856 -Test 097 datm_cdeps_multiple_files_cfsr PASS +Test 098 datm_cdeps_multiple_files_cfsr PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/datm_cdeps_3072x1536_cfsr -working dir = /lfs4/HFIP/h-nems/Bin.Li/RT_RUNDIRS/Bin.Li/FV3_RT/rt_218288/datm_cdeps_3072x1536_cfsr -Checking test 098 datm_cdeps_3072x1536_cfsr results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/datm_cdeps_3072x1536_cfsr +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_62203/datm_cdeps_3072x1536_cfsr +Checking test 099 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 = 267.524930 - 0: The maximum resident set size (KB) = 1838696 + 0: The total amount of wall time = 264.441661 + 0: The maximum resident set size (KB) = 1838532 -Test 098 datm_cdeps_3072x1536_cfsr PASS +Test 099 datm_cdeps_3072x1536_cfsr PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/datm_cdeps_debug_cfsr -working dir = /lfs4/HFIP/h-nems/Bin.Li/RT_RUNDIRS/Bin.Li/FV3_RT/rt_218288/datm_cdeps_debug_cfsr -Checking test 099 datm_cdeps_debug_cfsr results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/datm_cdeps_debug_cfsr +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_62203/datm_cdeps_debug_cfsr +Checking test 100 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 = 572.724427 - 0: The maximum resident set size (KB) = 734316 + 0: The total amount of wall time = 573.435418 + 0: The maximum resident set size (KB) = 731664 -Test 099 datm_cdeps_debug_cfsr PASS +Test 100 datm_cdeps_debug_cfsr PASS -baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/INTEL/control_atmwav -working dir = /lfs4/HFIP/h-nems/Bin.Li/RT_RUNDIRS/Bin.Li/FV3_RT/rt_218288/control_atmwav -Checking test 100 control_atmwav results .... +baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/INTEL/control_atmwav +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_62203/control_atmwav +Checking test 101 control_atmwav results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -2718,12 +2731,12 @@ Checking test 100 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.986082 - 0: The maximum resident set size (KB) = 529352 + 0: The total amount of wall time = 113.716362 + 0: The maximum resident set size (KB) = 528252 -Test 100 control_atmwav PASS +Test 101 control_atmwav PASS REGRESSION TEST WAS SUCCESSFUL -Wed Dec 29 02:49:58 GMT 2021 -Elapsed time: 01h:51m:36s. Have a nice day! +Wed Dec 29 23:59:11 GMT 2021 +Elapsed time: 01h:52m:28s. Have a nice day! From 840a29841aa02a282fedb0df6997a05c709969ba Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Thu, 30 Dec 2021 03:05:59 +0000 Subject: [PATCH 25/28] Regression test log for wcoss_dell_p3 --- tests/RegressionTests_wcoss_dell_p3.log | 1285 +++++++++++------------ 1 file changed, 639 insertions(+), 646 deletions(-) diff --git a/tests/RegressionTests_wcoss_dell_p3.log b/tests/RegressionTests_wcoss_dell_p3.log index de94979927..68dcb332b0 100644 --- a/tests/RegressionTests_wcoss_dell_p3.log +++ b/tests/RegressionTests_wcoss_dell_p3.log @@ -1,22 +1,22 @@ -Wed Dec 29 13:21:12 UTC 2021 +Thu Dec 30 00:24:29 UTC 2021 Start Regression test -Compile 001 elapsed time 1697 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v16_coupled_nsstNoahmpUGWPv1,FV3_GFS_v16_coupled_p7_rrtmgp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 002 elapsed time 561 seconds. -DAPP=S2S -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16_coupled_nsstNoahmpUGWPv1 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 003 elapsed time 1155 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v15_thompson_mynn_RRTMGP,FV3_GFS_v16_nsstNoahmpUGWPv1,FV3_GFS_v16_p7_rrtmgp -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 004 elapsed time 1104 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 005 elapsed time 1305 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_RRTMGP,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_thompson,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 006 elapsed time 890 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DREPRO=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -Compile 007 elapsed time 471 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_RRTMGP,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp,FV3_GFS_v16_thompson,FV3_GFS_v15_thompson_mynn,FV3_GFS_v16_nsstNoahmpUGWPv1 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 008 elapsed time 478 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_RAP,FV3_RAP_cires_ugwp,FV3_RAP_unified_ugwp,FV3_RAP_noah,FV3_RAP_RRTMGP,FV3_RAP_sfcdiff,FV3_RAP_flake,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 009 elapsed time 1180 seconds. -DAPP=HAFSW -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 010 elapsed time 1267 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 011 elapsed time 809 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 012 elapsed time 334 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 013 elapsed time 972 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/cpld_control_p7 -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_12197/cpld_control_p7 +Compile 001 elapsed time 1444 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v16_coupled_nsstNoahmpUGWPv1,FV3_GFS_v16_coupled_p7_rrtmgp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 002 elapsed time 531 seconds. -DAPP=S2S -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16_coupled_nsstNoahmpUGWPv1 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 003 elapsed time 1152 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v15_thompson_mynn_RRTMGP,FV3_GFS_v16_nsstNoahmpUGWPv1,FV3_GFS_v16_p7_rrtmgp -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 004 elapsed time 1093 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 005 elapsed time 1296 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_RRTMGP,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_thompson,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 006 elapsed time 867 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DREPRO=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit +Compile 007 elapsed time 499 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_RRTMGP,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp,FV3_GFS_v16_thompson,FV3_GFS_v15_thompson_mynn,FV3_GFS_v16_nsstNoahmpUGWPv1 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 009 elapsed time 280 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 1166 seconds. -DAPP=HAFSW -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 011 elapsed time 1214 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 012 elapsed time 797 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 013 elapsed time 320 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 014 elapsed time 901 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/cpld_control_p7 +working dir = /gpfs/dell2/stmp/Dom.Heinzeller/FV3_RT/rt_12197/cpld_control_p7 Checking test 001 cpld_control_p7 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -69,14 +69,14 @@ Checking test 001 cpld_control_p7 results .... Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK -[0] The total amount of wall time = 245.431632 -[0] The maximum resident set size (KB) = 549872 +[0] The total amount of wall time = 246.295878 +[0] The maximum resident set size (KB) = 561676 Test 001 cpld_control_p7 PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/cpld_control_p7_rrtmgp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_12197/cpld_control_p7_rrtmgp +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/cpld_control_p7_rrtmgp +working dir = /gpfs/dell2/stmp/Dom.Heinzeller/FV3_RT/rt_12197/cpld_control_p7_rrtmgp Checking test 002 cpld_control_p7_rrtmgp results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -129,14 +129,14 @@ Checking test 002 cpld_control_p7_rrtmgp results .... Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK -[0] The total amount of wall time = 330.053442 -[0] The maximum resident set size (KB) = 658444 +[0] The total amount of wall time = 290.659431 +[0] The maximum resident set size (KB) = 656488 Test 002 cpld_control_p7_rrtmgp PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/cpld_control_p7 -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_12197/cpld_2threads_p7 +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/cpld_control_p7 +working dir = /gpfs/dell2/stmp/Dom.Heinzeller/FV3_RT/rt_12197/cpld_2threads_p7 Checking test 003 cpld_2threads_p7 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -189,14 +189,14 @@ Checking test 003 cpld_2threads_p7 results .... Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK -[0] The total amount of wall time = 229.124634 -[0] The maximum resident set size (KB) = 643852 +[0] The total amount of wall time = 234.744219 +[0] The maximum resident set size (KB) = 643348 Test 003 cpld_2threads_p7 PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/cpld_control_p7 -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_12197/cpld_decomp_p7 +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/cpld_control_p7 +working dir = /gpfs/dell2/stmp/Dom.Heinzeller/FV3_RT/rt_12197/cpld_decomp_p7 Checking test 004 cpld_decomp_p7 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -249,14 +249,14 @@ Checking test 004 cpld_decomp_p7 results .... Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK -[0] The total amount of wall time = 245.903371 -[0] The maximum resident set size (KB) = 557092 +[0] The total amount of wall time = 249.348461 +[0] The maximum resident set size (KB) = 558144 Test 004 cpld_decomp_p7 PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/cpld_control_p7 -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_12197/cpld_mpi_p7 +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/cpld_control_p7 +working dir = /gpfs/dell2/stmp/Dom.Heinzeller/FV3_RT/rt_12197/cpld_mpi_p7 Checking test 005 cpld_mpi_p7 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -309,14 +309,14 @@ Checking test 005 cpld_mpi_p7 results .... Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK -[0] The total amount of wall time = 209.421017 -[0] The maximum resident set size (KB) = 545112 +[0] The total amount of wall time = 213.999799 +[0] The maximum resident set size (KB) = 540372 Test 005 cpld_mpi_p7 PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/cpld_bmark_p7 -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_12197/cpld_bmark_p7 +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/cpld_bmark_p7 +working dir = /gpfs/dell2/stmp/Dom.Heinzeller/FV3_RT/rt_12197/cpld_bmark_p7 Checking test 006 cpld_bmark_p7 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -361,14 +361,14 @@ Checking test 006 cpld_bmark_p7 results .... Comparing RESTART/iced.2013-04-01-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-21600.nc .........OK -[0] The total amount of wall time = 993.098108 -[0] The maximum resident set size (KB) = 1275084 +[0] The total amount of wall time = 1050.697702 +[0] The maximum resident set size (KB) = 1271340 Test 006 cpld_bmark_p7 PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/cpld_bmark_p7 -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_12197/cpld_bmark_mpi_p7 +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/cpld_bmark_p7 +working dir = /gpfs/dell2/stmp/Dom.Heinzeller/FV3_RT/rt_12197/cpld_bmark_mpi_p7 Checking test 007 cpld_bmark_mpi_p7 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -413,14 +413,14 @@ Checking test 007 cpld_bmark_mpi_p7 results .... Comparing RESTART/iced.2013-04-01-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-21600.nc .........OK -[0] The total amount of wall time = 996.420503 -[0] The maximum resident set size (KB) = 1281408 +[0] The total amount of wall time = 1009.592360 +[0] The maximum resident set size (KB) = 1280372 Test 007 cpld_bmark_mpi_p7 PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/cpld_control_c96_p7 -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_12197/cpld_control_c96_p7 +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/cpld_control_c96_p7 +working dir = /gpfs/dell2/stmp/Dom.Heinzeller/FV3_RT/rt_12197/cpld_control_c96_p7 Checking test 008 cpld_control_c96_p7 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -470,14 +470,14 @@ Checking test 008 cpld_control_c96_p7 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 = 234.251626 -[0] The maximum resident set size (KB) = 552408 +[0] The total amount of wall time = 236.157325 +[0] The maximum resident set size (KB) = 553204 Test 008 cpld_control_c96_p7 PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/cpld_control_c96_p7 -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_12197/cpld_restart_c96_p7 +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/cpld_control_c96_p7 +working dir = /gpfs/dell2/stmp/Dom.Heinzeller/FV3_RT/rt_12197/cpld_restart_c96_p7 Checking test 009 cpld_restart_c96_p7 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -527,14 +527,14 @@ Checking test 009 cpld_restart_c96_p7 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 = 125.510244 -[0] The maximum resident set size (KB) = 366296 +[0] The total amount of wall time = 129.017678 +[0] The maximum resident set size (KB) = 354496 Test 009 cpld_restart_c96_p7 PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/cpld_control_c192_p7 -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_12197/cpld_control_c192_p7 +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/cpld_control_c192_p7 +working dir = /gpfs/dell2/stmp/Dom.Heinzeller/FV3_RT/rt_12197/cpld_control_c192_p7 Checking test 010 cpld_control_c192_p7 results .... Comparing sfcf036.tile1.nc .........OK Comparing sfcf036.tile2.nc .........OK @@ -584,14 +584,14 @@ Checking test 010 cpld_control_c192_p7 results .... Comparing RESTART/iced.2021-03-23-64800.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-64800.nc .........OK -[0] The total amount of wall time = 985.082604 -[0] The maximum resident set size (KB) = 740904 +[0] The total amount of wall time = 994.086942 +[0] The maximum resident set size (KB) = 742600 Test 010 cpld_control_c192_p7 PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/cpld_control_c192_p7 -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_12197/cpld_restart_c192_p7 +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/cpld_control_c192_p7 +working dir = /gpfs/dell2/stmp/Dom.Heinzeller/FV3_RT/rt_12197/cpld_restart_c192_p7 Checking test 011 cpld_restart_c192_p7 results .... Comparing sfcf036.tile1.nc .........OK Comparing sfcf036.tile2.nc .........OK @@ -641,14 +641,14 @@ Checking test 011 cpld_restart_c192_p7 results .... Comparing RESTART/iced.2021-03-23-64800.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-64800.nc .........OK -[0] The total amount of wall time = 612.836675 -[0] The maximum resident set size (KB) = 829552 +[0] The total amount of wall time = 623.652379 +[0] The maximum resident set size (KB) = 831476 Test 011 cpld_restart_c192_p7 PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/cpld_control_c384_p7 -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_12197/cpld_control_c384_p7 +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/cpld_control_c384_p7 +working dir = /gpfs/dell2/stmp/Dom.Heinzeller/FV3_RT/rt_12197/cpld_control_c384_p7 Checking test 012 cpld_control_c384_p7 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -691,14 +691,14 @@ Checking test 012 cpld_control_c384_p7 results .... Comparing RESTART/iced.2021-03-22-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-22-43200.nc .........OK -[0] The total amount of wall time = 1103.022954 -[0] The maximum resident set size (KB) = 1280400 +[0] The total amount of wall time = 1114.120739 +[0] The maximum resident set size (KB) = 1278224 Test 012 cpld_control_c384_p7 PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/cpld_control_c384_p7 -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_12197/cpld_restart_c384_p7 +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/cpld_control_c384_p7 +working dir = /gpfs/dell2/stmp/Dom.Heinzeller/FV3_RT/rt_12197/cpld_restart_c384_p7 Checking test 013 cpld_restart_c384_p7 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -741,14 +741,14 @@ Checking test 013 cpld_restart_c384_p7 results .... Comparing RESTART/iced.2021-03-22-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-22-43200.nc .........OK -[0] The total amount of wall time = 587.964118 -[0] The maximum resident set size (KB) = 1233896 +[0] The total amount of wall time = 604.622573 +[0] The maximum resident set size (KB) = 1236104 Test 013 cpld_restart_c384_p7 PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/cpld_debug_p7 -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_12197/cpld_debug_p7 +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/cpld_debug_p7 +working dir = /gpfs/dell2/stmp/Dom.Heinzeller/FV3_RT/rt_12197/cpld_debug_p7 Checking test 014 cpld_debug_p7 results .... Comparing sfcf006.tile1.nc .........OK Comparing sfcf006.tile2.nc .........OK @@ -798,14 +798,14 @@ Checking test 014 cpld_debug_p7 results .... Comparing RESTART/iced.2021-03-22-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-22-43200.nc .........OK -[0] The total amount of wall time = 705.258646 -[0] The maximum resident set size (KB) = 609456 +[0] The total amount of wall time = 705.825693 +[0] The maximum resident set size (KB) = 610836 Test 014 cpld_debug_p7 PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/control -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_12197/control +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/control +working dir = /gpfs/dell2/stmp/Dom.Heinzeller/FV3_RT/rt_12197/control Checking test 015 control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -852,14 +852,14 @@ Checking test 015 control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -[0] The total amount of wall time = 140.147790 -[0] The maximum resident set size (KB) = 471000 +[0] The total amount of wall time = 141.780509 +[0] The maximum resident set size (KB) = 471176 Test 015 control PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/control -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_12197/control_decomp +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/control +working dir = /gpfs/dell2/stmp/Dom.Heinzeller/FV3_RT/rt_12197/control_decomp Checking test 016 control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -902,14 +902,14 @@ Checking test 016 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.398523 -[0] The maximum resident set size (KB) = 469936 +[0] The total amount of wall time = 147.489597 +[0] The maximum resident set size (KB) = 470436 Test 016 control_decomp PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/control -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_12197/control_2threads +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/control +working dir = /gpfs/dell2/stmp/Dom.Heinzeller/FV3_RT/rt_12197/control_2threads Checking test 017 control_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -952,14 +952,14 @@ Checking test 017 control_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -[0] The total amount of wall time = 129.542050 -[0] The maximum resident set size (KB) = 516996 +[0] The total amount of wall time = 131.062760 +[0] The maximum resident set size (KB) = 512928 Test 017 control_2threads PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/control -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_12197/control_restart +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/control +working dir = /gpfs/dell2/stmp/Dom.Heinzeller/FV3_RT/rt_12197/control_restart Checking test 018 control_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -998,14 +998,14 @@ Checking test 018 control_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -[0] The total amount of wall time = 75.759558 -[0] The maximum resident set size (KB) = 211304 +[0] The total amount of wall time = 76.857144 +[0] The maximum resident set size (KB) = 212868 Test 018 control_restart PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/control -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_12197/control_fhzero +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/control +working dir = /gpfs/dell2/stmp/Dom.Heinzeller/FV3_RT/rt_12197/control_fhzero Checking test 019 control_fhzero results .... Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf021.nc ............ALT CHECK......OK @@ -1048,14 +1048,14 @@ Checking test 019 control_fhzero results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -[0] The total amount of wall time = 132.895470 -[0] The maximum resident set size (KB) = 469236 +[0] The total amount of wall time = 133.519536 +[0] The maximum resident set size (KB) = 470208 Test 019 control_fhzero PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/control_CubedSphereGrid -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_12197/control_CubedSphereGrid +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/control_CubedSphereGrid +working dir = /gpfs/dell2/stmp/Dom.Heinzeller/FV3_RT/rt_12197/control_CubedSphereGrid Checking test 020 control_CubedSphereGrid results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -1082,14 +1082,14 @@ Checking test 020 control_CubedSphereGrid results .... Comparing atmf024.tile5.nc .........OK Comparing atmf024.tile6.nc .........OK -[0] The total amount of wall time = 135.926904 -[0] The maximum resident set size (KB) = 471164 +[0] The total amount of wall time = 138.001992 +[0] The maximum resident set size (KB) = 474196 Test 020 control_CubedSphereGrid PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/control_latlon -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_12197/control_latlon +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/control_latlon +working dir = /gpfs/dell2/stmp/Dom.Heinzeller/FV3_RT/rt_12197/control_latlon Checking test 021 control_latlon results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1100,32 +1100,32 @@ Checking test 021 control_latlon results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -[0] The total amount of wall time = 138.864238 -[0] The maximum resident set size (KB) = 472220 +[0] The total amount of wall time = 140.391582 +[0] The maximum resident set size (KB) = 468680 Test 021 control_latlon PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/control_wrtGauss_netcdf_parallel -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_12197/control_wrtGauss_netcdf_parallel +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/control_wrtGauss_netcdf_parallel +working dir = /gpfs/dell2/stmp/Dom.Heinzeller/FV3_RT/rt_12197/control_wrtGauss_netcdf_parallel Checking test 022 control_wrtGauss_netcdf_parallel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc ............ALT CHECK......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 = 143.487292 -[0] The maximum resident set size (KB) = 470040 +[0] The total amount of wall time = 143.453486 +[0] The maximum resident set size (KB) = 472416 Test 022 control_wrtGauss_netcdf_parallel PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/control_c48 -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_12197/control_c48 +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/control_c48 +working dir = /gpfs/dell2/stmp/Dom.Heinzeller/FV3_RT/rt_12197/control_c48 Checking test 023 control_c48 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1164,14 +1164,14 @@ Checking test 023 control_c48 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -[0] The total amount of wall time = 437.934868 -[0] The maximum resident set size (KB) = 657236 +[0] The total amount of wall time = 438.289749 +[0] The maximum resident set size (KB) = 657056 Test 023 control_c48 PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/control_c192 -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_12197/control_c192 +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/control_c192 +working dir = /gpfs/dell2/stmp/Dom.Heinzeller/FV3_RT/rt_12197/control_c192 Checking test 024 control_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1182,14 +1182,14 @@ Checking test 024 control_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -[0] The total amount of wall time = 554.894761 -[0] The maximum resident set size (KB) = 576004 +[0] The total amount of wall time = 554.825542 +[0] The maximum resident set size (KB) = 579508 Test 024 control_c192 PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/control_c384 -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_12197/control_c384 +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/control_c384 +working dir = /gpfs/dell2/stmp/Dom.Heinzeller/FV3_RT/rt_12197/control_c384 Checking test 025 control_c384 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1200,14 +1200,14 @@ Checking test 025 control_c384 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -[0] The total amount of wall time = 1036.354401 -[0] The maximum resident set size (KB) = 860040 +[0] The total amount of wall time = 1039.604114 +[0] The maximum resident set size (KB) = 858812 Test 025 control_c384 PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/control_c384gdas -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_12197/control_c384gdas +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/control_c384gdas +working dir = /gpfs/dell2/stmp/Dom.Heinzeller/FV3_RT/rt_12197/control_c384gdas Checking test 026 control_c384gdas results .... Comparing sfcf000.nc .........OK Comparing sfcf006.nc .........OK @@ -1250,14 +1250,14 @@ Checking test 026 control_c384gdas results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -[0] The total amount of wall time = 899.687356 -[0] The maximum resident set size (KB) = 997232 +[0] The total amount of wall time = 922.936978 +[0] The maximum resident set size (KB) = 993036 Test 026 control_c384gdas PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/control_stochy -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_12197/control_stochy +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/control_stochy +working dir = /gpfs/dell2/stmp/Dom.Heinzeller/FV3_RT/rt_12197/control_stochy Checking test 027 control_stochy results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1268,28 +1268,28 @@ Checking test 027 control_stochy results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -[0] The total amount of wall time = 91.599891 -[0] The maximum resident set size (KB) = 470876 +[0] The total amount of wall time = 92.564075 +[0] The maximum resident set size (KB) = 472452 Test 027 control_stochy PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/control_stochy -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_12197/control_stochy_restart +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/control_stochy +working dir = /gpfs/dell2/stmp/Dom.Heinzeller/FV3_RT/rt_12197/control_stochy_restart Checking test 028 control_stochy_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK -[0] The total amount of wall time = 51.317712 -[0] The maximum resident set size (KB) = 272824 +[0] The total amount of wall time = 51.051478 +[0] The maximum resident set size (KB) = 270848 Test 028 control_stochy_restart PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/control_lndp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_12197/control_lndp +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/control_lndp +working dir = /gpfs/dell2/stmp/Dom.Heinzeller/FV3_RT/rt_12197/control_lndp Checking test 029 control_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1300,14 +1300,14 @@ Checking test 029 control_lndp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -[0] The total amount of wall time = 84.935701 -[0] The maximum resident set size (KB) = 473628 +[0] The total amount of wall time = 85.138299 +[0] The maximum resident set size (KB) = 473044 Test 029 control_lndp PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/control_p7 -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_12197/control_p7 +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/control_p7 +working dir = /gpfs/dell2/stmp/Dom.Heinzeller/FV3_RT/rt_12197/control_p7 Checking test 030 control_p7 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1354,14 +1354,14 @@ Checking test 030 control_p7 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -[0] The total amount of wall time = 155.791349 -[0] The maximum resident set size (KB) = 493944 +[0] The total amount of wall time = 155.573048 +[0] The maximum resident set size (KB) = 499212 Test 030 control_p7 PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/control_p7_rrtmgp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_12197/control_p7_rrtmgp +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/control_p7_rrtmgp +working dir = /gpfs/dell2/stmp/Dom.Heinzeller/FV3_RT/rt_12197/control_p7_rrtmgp Checking test 031 control_p7_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1408,14 +1408,14 @@ Checking test 031 control_p7_rrtmgp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -[0] The total amount of wall time = 251.799544 -[0] The maximum resident set size (KB) = 592400 +[0] The total amount of wall time = 205.461981 +[0] The maximum resident set size (KB) = 594892 Test 031 control_p7_rrtmgp PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/control_p7 -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_12197/control_restart_p7 +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/control_p7 +working dir = /gpfs/dell2/stmp/Dom.Heinzeller/FV3_RT/rt_12197/control_restart_p7 Checking test 032 control_restart_p7 results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1454,14 +1454,14 @@ Checking test 032 control_restart_p7 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -[0] The total amount of wall time = 83.753520 -[0] The maximum resident set size (KB) = 313432 +[0] The total amount of wall time = 85.732586 +[0] The maximum resident set size (KB) = 315420 Test 032 control_restart_p7 PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/control_p7 -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_12197/control_decomp_p7 +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/control_p7 +working dir = /gpfs/dell2/stmp/Dom.Heinzeller/FV3_RT/rt_12197/control_decomp_p7 Checking test 033 control_decomp_p7 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1504,14 +1504,14 @@ Checking test 033 control_decomp_p7 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -[0] The total amount of wall time = 161.950084 -[0] The maximum resident set size (KB) = 491892 +[0] The total amount of wall time = 163.092204 +[0] The maximum resident set size (KB) = 487688 Test 033 control_decomp_p7 PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/control_p7 -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_12197/control_2threads_p7 +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/control_p7 +working dir = /gpfs/dell2/stmp/Dom.Heinzeller/FV3_RT/rt_12197/control_2threads_p7 Checking test 034 control_2threads_p7 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1554,14 +1554,14 @@ Checking test 034 control_2threads_p7 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -[0] The total amount of wall time = 144.865158 -[0] The maximum resident set size (KB) = 563148 +[0] The total amount of wall time = 147.663436 +[0] The maximum resident set size (KB) = 562400 Test 034 control_2threads_p7 PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/fv3_regional_control -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_12197/regional_control +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/fv3_regional_control +working dir = /gpfs/dell2/stmp/Dom.Heinzeller/FV3_RT/rt_12197/regional_control Checking test 035 regional_control results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1572,28 +1572,28 @@ Checking test 035 regional_control results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK -[0] The total amount of wall time = 342.515412 -[0] The maximum resident set size (KB) = 568252 +[0] The total amount of wall time = 349.395886 +[0] The maximum resident set size (KB) = 568992 Test 035 regional_control PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/fv3_regional_control -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_12197/regional_restart +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/fv3_regional_control +working dir = /gpfs/dell2/stmp/Dom.Heinzeller/FV3_RT/rt_12197/regional_restart Checking test 036 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 = 189.628264 -[0] The maximum resident set size (KB) = 571200 +[0] The total amount of wall time = 189.330924 +[0] The maximum resident set size (KB) = 572688 Test 036 regional_restart PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/fv3_regional_noquilt -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_12197/regional_noquilt +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/fv3_regional_noquilt +working dir = /gpfs/dell2/stmp/Dom.Heinzeller/FV3_RT/rt_12197/regional_noquilt Checking test 037 regional_noquilt results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK @@ -1601,14 +1601,14 @@ Checking test 037 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 = 373.676350 -[0] The maximum resident set size (KB) = 607408 +[0] The total amount of wall time = 371.354596 +[0] The maximum resident set size (KB) = 604480 Test 037 regional_noquilt PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/fv3_regional_control -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_12197/regional_2threads +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/fv3_regional_control +working dir = /gpfs/dell2/stmp/Dom.Heinzeller/FV3_RT/rt_12197/regional_2threads Checking test 038 regional_2threads results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1619,14 +1619,14 @@ Checking test 038 regional_2threads results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK -[0] The total amount of wall time = 197.380014 -[0] The maximum resident set size (KB) = 573532 +[0] The total amount of wall time = 200.045386 +[0] The maximum resident set size (KB) = 573868 Test 038 regional_2threads PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/fv3_regional_hafs -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_12197/regional_hafs +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/fv3_regional_hafs +working dir = /gpfs/dell2/stmp/Dom.Heinzeller/FV3_RT/rt_12197/regional_hafs Checking test 039 regional_hafs results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1635,28 +1635,28 @@ Checking test 039 regional_hafs results .... Comparing HURPRS.GrbF00 .........OK Comparing HURPRS.GrbF24 .........OK -[0] The total amount of wall time = 349.374143 -[0] The maximum resident set size (KB) = 570568 +[0] The total amount of wall time = 346.328775 +[0] The maximum resident set size (KB) = 570212 Test 039 regional_hafs PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/fv3_regional_netcdf_parallel -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_12197/regional_netcdf_parallel +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/fv3_regional_netcdf_parallel +working dir = /gpfs/dell2/stmp/Dom.Heinzeller/FV3_RT/rt_12197/regional_netcdf_parallel Checking test 040 regional_netcdf_parallel results .... Comparing dynf000.nc .........OK - Comparing dynf024.nc ............ALT CHECK......OK + Comparing dynf024.nc .........OK Comparing phyf000.nc ............ALT CHECK......OK Comparing phyf024.nc ............ALT CHECK......OK -[0] The total amount of wall time = 348.234316 -[0] The maximum resident set size (KB) = 565696 +[0] The total amount of wall time = 349.863632 +[0] The maximum resident set size (KB) = 565672 Test 040 regional_netcdf_parallel PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/fv3_regional_RRTMGP -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_12197/regional_RRTMGP +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/fv3_regional_RRTMGP +working dir = /gpfs/dell2/stmp/Dom.Heinzeller/FV3_RT/rt_12197/regional_RRTMGP Checking test 041 regional_RRTMGP results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1667,14 +1667,14 @@ Checking test 041 regional_RRTMGP results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK -[0] The total amount of wall time = 584.035573 -[0] The maximum resident set size (KB) = 693180 +[0] The total amount of wall time = 455.044117 +[0] The maximum resident set size (KB) = 694152 Test 041 regional_RRTMGP PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/rap_control -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_12197/rap_control +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/rap_control +working dir = /gpfs/dell2/stmp/Dom.Heinzeller/FV3_RT/rt_12197/rap_control Checking test 042 rap_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1721,14 +1721,14 @@ Checking test 042 rap_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -[0] The total amount of wall time = 397.285982 -[0] The maximum resident set size (KB) = 840732 +[0] The total amount of wall time = 394.939348 +[0] The maximum resident set size (KB) = 842772 Test 042 rap_control PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/rap_control -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_12197/rap_2threads +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/rap_control +working dir = /gpfs/dell2/stmp/Dom.Heinzeller/FV3_RT/rt_12197/rap_2threads Checking test 043 rap_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1775,14 +1775,14 @@ Checking test 043 rap_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -[0] The total amount of wall time = 372.930160 -[0] The maximum resident set size (KB) = 894256 +[0] The total amount of wall time = 375.228128 +[0] The maximum resident set size (KB) = 894708 Test 043 rap_2threads PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/rap_sfcdiff -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_12197/rap_sfcdiff +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/rap_sfcdiff +working dir = /gpfs/dell2/stmp/Dom.Heinzeller/FV3_RT/rt_12197/rap_sfcdiff Checking test 044 rap_sfcdiff results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1829,14 +1829,14 @@ Checking test 044 rap_sfcdiff results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -[0] The total amount of wall time = 394.871693 -[0] The maximum resident set size (KB) = 840436 +[0] The total amount of wall time = 398.443953 +[0] The maximum resident set size (KB) = 840916 Test 044 rap_sfcdiff PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/rap_sfcdiff -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_12197/rap_sfcdiff_restart +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/rap_sfcdiff +working dir = /gpfs/dell2/stmp/Dom.Heinzeller/FV3_RT/rt_12197/rap_sfcdiff_restart Checking test 045 rap_sfcdiff_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1875,14 +1875,14 @@ Checking test 045 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 = 202.442466 -[0] The maximum resident set size (KB) = 590560 +[0] The total amount of wall time = 204.364622 +[0] The maximum resident set size (KB) = 593116 Test 045 rap_sfcdiff_restart PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/hrrr_control -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_12197/hrrr_control +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/hrrr_control +working dir = /gpfs/dell2/stmp/Dom.Heinzeller/FV3_RT/rt_12197/hrrr_control Checking test 046 hrrr_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1929,14 +1929,14 @@ Checking test 046 hrrr_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -[0] The total amount of wall time = 382.261833 -[0] The maximum resident set size (KB) = 842748 +[0] The total amount of wall time = 385.182587 +[0] The maximum resident set size (KB) = 837916 Test 046 hrrr_control PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/rrfs_v1beta -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_12197/rrfs_v1beta +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/rrfs_v1beta +working dir = /gpfs/dell2/stmp/Dom.Heinzeller/FV3_RT/rt_12197/rrfs_v1beta Checking test 047 rrfs_v1beta results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1983,14 +1983,14 @@ Checking test 047 rrfs_v1beta results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -[0] The total amount of wall time = 391.345504 -[0] The maximum resident set size (KB) = 839476 +[0] The total amount of wall time = 392.454321 +[0] The maximum resident set size (KB) = 837588 Test 047 rrfs_v1beta PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/control_rrtmgp -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_12197/control_rrtmgp +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/control_rrtmgp +working dir = /gpfs/dell2/stmp/Dom.Heinzeller/FV3_RT/rt_12197/control_rrtmgp Checking test 048 control_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2001,14 +2001,14 @@ Checking test 048 control_rrtmgp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -[0] The total amount of wall time = 271.945540 -[0] The maximum resident set size (KB) = 593796 +[0] The total amount of wall time = 225.131466 +[0] The maximum resident set size (KB) = 586668 Test 048 control_rrtmgp PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/control_rrtmgp_c192 -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_12197/control_rrtmgp_c192 +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/control_rrtmgp_c192 +working dir = /gpfs/dell2/stmp/Dom.Heinzeller/FV3_RT/rt_12197/control_rrtmgp_c192 Checking test 049 control_rrtmgp_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -2019,14 +2019,14 @@ Checking test 049 control_rrtmgp_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -[0] The total amount of wall time = 700.648872 -[0] The maximum resident set size (KB) = 801292 +[0] The total amount of wall time = 611.265605 +[0] The maximum resident set size (KB) = 803684 Test 049 control_rrtmgp_c192 PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/control_csawmg -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_12197/control_csawmg +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/control_csawmg +working dir = /gpfs/dell2/stmp/Dom.Heinzeller/FV3_RT/rt_12197/control_csawmg Checking test 050 control_csawmg results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2037,14 +2037,14 @@ Checking test 050 control_csawmg results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -[0] The total amount of wall time = 366.572657 -[0] The maximum resident set size (KB) = 530340 +[0] The total amount of wall time = 365.349544 +[0] The maximum resident set size (KB) = 531284 Test 050 control_csawmg PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/control_csawmgt -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_12197/control_csawmgt +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/control_csawmgt +working dir = /gpfs/dell2/stmp/Dom.Heinzeller/FV3_RT/rt_12197/control_csawmgt Checking test 051 control_csawmgt results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2055,14 +2055,14 @@ Checking test 051 control_csawmgt results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -[0] The total amount of wall time = 361.820816 -[0] The maximum resident set size (KB) = 529452 +[0] The total amount of wall time = 362.557147 +[0] The maximum resident set size (KB) = 531820 Test 051 control_csawmgt PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/control_flake -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_12197/control_flake +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/control_flake +working dir = /gpfs/dell2/stmp/Dom.Heinzeller/FV3_RT/rt_12197/control_flake Checking test 052 control_flake results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2073,14 +2073,14 @@ Checking test 052 control_flake results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -[0] The total amount of wall time = 244.576634 -[0] The maximum resident set size (KB) = 543208 +[0] The total amount of wall time = 248.515255 +[0] The maximum resident set size (KB) = 544152 Test 052 control_flake PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/control_ras -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_12197/control_ras +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/control_ras +working dir = /gpfs/dell2/stmp/Dom.Heinzeller/FV3_RT/rt_12197/control_ras Checking test 053 control_ras results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2091,14 +2091,14 @@ Checking test 053 control_ras results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -[0] The total amount of wall time = 192.739431 -[0] The maximum resident set size (KB) = 500460 +[0] The total amount of wall time = 192.227268 +[0] The maximum resident set size (KB) = 502492 Test 053 control_ras PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/control_thompson -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_12197/control_thompson +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/control_thompson +working dir = /gpfs/dell2/stmp/Dom.Heinzeller/FV3_RT/rt_12197/control_thompson Checking test 054 control_thompson results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2109,14 +2109,14 @@ Checking test 054 control_thompson results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -[0] The total amount of wall time = 243.132577 -[0] The maximum resident set size (KB) = 854744 +[0] The total amount of wall time = 241.810048 +[0] The maximum resident set size (KB) = 856136 Test 054 control_thompson PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/control_thompson_no_aero -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_12197/control_thompson_no_aero +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/control_thompson_no_aero +working dir = /gpfs/dell2/stmp/Dom.Heinzeller/FV3_RT/rt_12197/control_thompson_no_aero Checking test 055 control_thompson_no_aero results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2127,54 +2127,54 @@ Checking test 055 control_thompson_no_aero results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -[0] The total amount of wall time = 232.017421 -[0] The maximum resident set size (KB) = 849560 +[0] The total amount of wall time = 231.815605 +[0] The maximum resident set size (KB) = 846680 Test 055 control_thompson_no_aero PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/control_wam_repro -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_12197/control_wam_repro +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/control_wam_repro +working dir = /gpfs/dell2/stmp/Dom.Heinzeller/FV3_RT/rt_12197/control_wam_repro Checking test 056 control_wam results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK -[0] The total amount of wall time = 126.246125 -[0] The maximum resident set size (KB) = 234712 +[0] The total amount of wall time = 128.003775 +[0] The maximum resident set size (KB) = 237704 Test 056 control_wam PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/control_debug -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_12197/control_debug +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/control_debug +working dir = /gpfs/dell2/stmp/Dom.Heinzeller/FV3_RT/rt_12197/control_debug Checking test 057 control_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -[0] The total amount of wall time = 167.489613 -[0] The maximum resident set size (KB) = 541376 +[0] The total amount of wall time = 166.970187 +[0] The maximum resident set size (KB) = 541668 Test 057 control_debug PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/control_debug -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_12197/control_2threads_debug +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/control_debug +working dir = /gpfs/dell2/stmp/Dom.Heinzeller/FV3_RT/rt_12197/control_2threads_debug Checking test 058 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 = 154.523881 -[0] The maximum resident set size (KB) = 581484 +[0] The total amount of wall time = 154.293469 +[0] The maximum resident set size (KB) = 585152 Test 058 control_2threads_debug PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/control_CubedSphereGrid_debug -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_12197/control_CubedSphereGrid_debug +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/control_CubedSphereGrid_debug +working dir = /gpfs/dell2/stmp/Dom.Heinzeller/FV3_RT/rt_12197/control_CubedSphereGrid_debug Checking test 059 control_CubedSphereGrid_debug results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -2201,582 +2201,436 @@ Checking test 059 control_CubedSphereGrid_debug results .... Comparing atmf001.tile5.nc .........OK Comparing atmf001.tile6.nc .........OK -[0] The total amount of wall time = 181.799272 -[0] The maximum resident set size (KB) = 541336 +[0] The total amount of wall time = 182.474990 +[0] The maximum resident set size (KB) = 542940 Test 059 control_CubedSphereGrid_debug PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/control_wrtGauss_netcdf_parallel_debug -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_12197/control_wrtGauss_netcdf_parallel_debug +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/control_wrtGauss_netcdf_parallel_debug +working dir = /gpfs/dell2/stmp/Dom.Heinzeller/FV3_RT/rt_12197/control_wrtGauss_netcdf_parallel_debug Checking test 060 control_wrtGauss_netcdf_parallel_debug results .... - Comparing sfcf000.nc .........OK - Comparing sfcf001.nc ............ALT CHECK......OK + Comparing sfcf000.nc ............ALT CHECK......OK + Comparing sfcf001.nc .........OK Comparing atmf000.nc ............ALT CHECK......OK - Comparing atmf001.nc .........OK + Comparing atmf001.nc ............ALT CHECK......OK -[0] The total amount of wall time = 170.337225 -[0] The maximum resident set size (KB) = 542500 +[0] The total amount of wall time = 170.536412 +[0] The maximum resident set size (KB) = 539180 Test 060 control_wrtGauss_netcdf_parallel_debug PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/control_stochy_debug -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_12197/control_stochy_debug +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/control_stochy_debug +working dir = /gpfs/dell2/stmp/Dom.Heinzeller/FV3_RT/rt_12197/control_stochy_debug Checking test 061 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 = 191.399898 -[0] The maximum resident set size (KB) = 544008 +[0] The total amount of wall time = 191.453531 +[0] The maximum resident set size (KB) = 545892 Test 061 control_stochy_debug PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/control_lndp_debug -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_12197/control_lndp_debug +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/control_lndp_debug +working dir = /gpfs/dell2/stmp/Dom.Heinzeller/FV3_RT/rt_12197/control_lndp_debug Checking test 062 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 = 171.878170 -[0] The maximum resident set size (KB) = 545332 +[0] The total amount of wall time = 171.591385 +[0] The maximum resident set size (KB) = 544100 Test 062 control_lndp_debug PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/control_rrtmgp_debug -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_12197/control_rrtmgp_debug +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/control_rrtmgp_debug +working dir = /gpfs/dell2/stmp/Dom.Heinzeller/FV3_RT/rt_12197/control_rrtmgp_debug Checking test 063 control_rrtmgp_debug results .... - Comparing sfcf000.nc ............MISSING file - Comparing sfcf001.nc ............MISSING file - Comparing atmf000.nc ............MISSING file - Comparing atmf001.nc ............MISSING file + Comparing sfcf000.nc .........OK + Comparing sfcf001.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf001.nc .........OK + +[0] The total amount of wall time = 186.902389 +[0] The maximum resident set size (KB) = 639880 + +Test 063 control_rrtmgp_debug PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/control_csawmg_debug -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_12197/control_csawmg_debug +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/control_csawmg_debug +working dir = /gpfs/dell2/stmp/Dom.Heinzeller/FV3_RT/rt_12197/control_csawmg_debug Checking test 064 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 = 269.137900 -[0] The maximum resident set size (KB) = 576928 +[0] The total amount of wall time = 268.360334 +[0] The maximum resident set size (KB) = 580520 Test 064 control_csawmg_debug PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/control_csawmgt_debug -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_12197/control_csawmgt_debug +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/control_csawmgt_debug +working dir = /gpfs/dell2/stmp/Dom.Heinzeller/FV3_RT/rt_12197/control_csawmgt_debug Checking test 065 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 = 264.831644 -[0] The maximum resident set size (KB) = 575292 +[0] The total amount of wall time = 264.817196 +[0] The maximum resident set size (KB) = 577680 Test 065 control_csawmgt_debug PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/control_ras_debug -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_12197/control_ras_debug +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/control_ras_debug +working dir = /gpfs/dell2/stmp/Dom.Heinzeller/FV3_RT/rt_12197/control_ras_debug Checking test 066 control_ras_debug results .... - Comparing sfcf000.nc ............MISSING file - Comparing sfcf001.nc ............MISSING file - Comparing atmf000.nc ............MISSING file - Comparing atmf001.nc ............MISSING file + Comparing sfcf000.nc .........OK + Comparing sfcf001.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf001.nc .........OK +[0] The total amount of wall time = 174.395087 +[0] The maximum resident set size (KB) = 553256 -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/control_diag_debug -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_12197/control_diag_debug +Test 066 control_ras_debug PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/control_diag_debug +working dir = /gpfs/dell2/stmp/Dom.Heinzeller/FV3_RT/rt_12197/control_diag_debug Checking test 067 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 = 176.856866 -[0] The maximum resident set size (KB) = 594716 +[0] The total amount of wall time = 177.160816 +[0] The maximum resident set size (KB) = 600076 Test 067 control_diag_debug PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/control_debug_p7 -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_12197/control_debug_p7 +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/control_debug_p7 +working dir = /gpfs/dell2/stmp/Dom.Heinzeller/FV3_RT/rt_12197/control_debug_p7 Checking test 068 control_debug_p7 results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -[0] The total amount of wall time = 183.412717 -[0] The maximum resident set size (KB) = 558384 +[0] The total amount of wall time = 183.827290 +[0] The maximum resident set size (KB) = 557848 Test 068 control_debug_p7 PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/control_thompson_debug -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_12197/control_thompson_debug +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/control_thompson_debug +working dir = /gpfs/dell2/stmp/Dom.Heinzeller/FV3_RT/rt_12197/control_thompson_debug Checking test 069 control_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 = 196.493842 -[0] The maximum resident set size (KB) = 902516 +[0] The total amount of wall time = 197.521857 +[0] The maximum resident set size (KB) = 899636 Test 069 control_thompson_debug PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/control_thompson_no_aero_debug -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_12197/control_thompson_no_aero_debug +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/control_thompson_no_aero_debug +working dir = /gpfs/dell2/stmp/Dom.Heinzeller/FV3_RT/rt_12197/control_thompson_no_aero_debug Checking test 070 control_thompson_no_aero_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -[0] The total amount of wall time = 188.592872 -[0] The maximum resident set size (KB) = 895952 +[0] The total amount of wall time = 189.437559 +[0] The maximum resident set size (KB) = 898700 Test 070 control_thompson_no_aero_debug PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/control_thompson_debug_extdiag -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_12197/control_thompson_extdiag_debug +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/control_thompson_debug_extdiag +working dir = /gpfs/dell2/stmp/Dom.Heinzeller/FV3_RT/rt_12197/control_thompson_extdiag_debug Checking test 071 control_thompson_extdiag_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -[0] The total amount of wall time = 206.729192 -[0] The maximum resident set size (KB) = 932572 +[0] The total amount of wall time = 206.818296 +[0] The maximum resident set size (KB) = 931820 Test 071 control_thompson_extdiag_debug PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/fv3_regional_debug -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_12197/regional_debug +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/fv3_regional_debug +working dir = /gpfs/dell2/stmp/Dom.Heinzeller/FV3_RT/rt_12197/regional_debug Checking test 072 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 = 282.875490 -[0] The maximum resident set size (KB) = 596064 +[0] The total amount of wall time = 282.944410 +[0] The maximum resident set size (KB) = 597664 Test 072 regional_debug PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/rap_control_debug -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_12197/rap_control_debug -Checking test 073 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 = 304.179731 -[0] The maximum resident set size (KB) = 909248 - -Test 073 rap_control_debug PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/rap_control_debug -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_12197/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 - -[0] The total amount of wall time = 303.960593 -[0] The maximum resident set size (KB) = 905580 - -Test 074 rap_unified_drag_suite_debug PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/rap_diag_debug -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_12197/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 - -[0] The total amount of wall time = 321.126282 -[0] The maximum resident set size (KB) = 990916 - -Test 075 rap_diag_debug PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/rap_cires_ugwp_debug -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_12197/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 - -[0] The total amount of wall time = 310.228137 -[0] The maximum resident set size (KB) = 910212 - -Test 076 rap_cires_ugwp_debug PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/rap_cires_ugwp_debug -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_12197/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 - -[0] The total amount of wall time = 310.114211 -[0] The maximum resident set size (KB) = 907816 - -Test 077 rap_unified_ugwp_debug PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/rap_noah_debug -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_12197/rap_noah_debug -Checking test 078 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 = 301.400407 -[0] The maximum resident set size (KB) = 904244 +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/control_wam_debug +working dir = /gpfs/dell2/stmp/Dom.Heinzeller/FV3_RT/rt_12197/control_wam_debug +Checking test 085 control_wam_debug results .... + Comparing sfcf019.nc .........OK + Comparing atmf019.nc .........OK -Test 078 rap_noah_debug PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/rap_rrtmgp_debug -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_12197/rap_rrtmgp_debug -Checking test 079 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 = 533.342656 -[0] The maximum resident set size (KB) = 1010168 - -Test 079 rap_rrtmgp_debug PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/rap_lndp_debug -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_12197/rap_lndp_debug -Checking test 080 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 = 307.267029 -[0] The maximum resident set size (KB) = 910212 - -Test 080 rap_lndp_debug PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/rap_sfcdiff_debug -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_12197/rap_sfcdiff_debug -Checking test 081 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 = 304.166608 -[0] The maximum resident set size (KB) = 911284 - -Test 081 rap_sfcdiff_debug PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/rap_flake_debug -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_12197/rap_flake_debug -Checking test 082 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 = 305.432429 -[0] The maximum resident set size (KB) = 908664 - -Test 082 rap_flake_debug PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/rap_noah_sfcdiff_cires_ugwp_debug -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_12197/rap_noah_sfcdiff_cires_ugwp_debug -Checking test 083 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 = 323.036311 +[0] The maximum resident set size (KB) = 259892 -[0] The total amount of wall time = 506.749900 -[0] The maximum resident set size (KB) = 907728 +Test 085 control_wam_debug PASS -Test 083 rap_noah_sfcdiff_cires_ugwp_debug PASS - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/rrfs_v1beta_debug -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_12197/rrfs_v1beta_debug -Checking test 084 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 = 302.589205 -[0] The maximum resident set size (KB) = 904564 - -Test 084 rrfs_v1beta_debug PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/hafs_regional_atm -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_12197/hafs_regional_atm -Checking test 085 hafs_regional_atm results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/hafs_regional_atm +working dir = /gpfs/dell2/stmp/Dom.Heinzeller/FV3_RT/rt_12197/hafs_regional_atm +Checking test 086 hafs_regional_atm results .... Comparing atmf006.nc ............ALT CHECK......OK Comparing sfcf006.nc ............ALT CHECK......OK -[0] The total amount of wall time = 597.525464 -[0] The maximum resident set size (KB) = 732444 +[0] The total amount of wall time = 610.378307 +[0] The maximum resident set size (KB) = 729736 -Test 085 hafs_regional_atm PASS +Test 086 hafs_regional_atm PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/hafs_regional_atm_ocn -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_12197/hafs_regional_atm_ocn -Checking test 086 hafs_regional_atm_ocn results .... - Comparing atmf006.nc .........OK +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/hafs_regional_atm_ocn +working dir = /gpfs/dell2/stmp/Dom.Heinzeller/FV3_RT/rt_12197/hafs_regional_atm_ocn +Checking test 087 hafs_regional_atm_ocn results .... + Comparing atmf006.nc ............ALT CHECK......OK Comparing sfcf006.nc ............ALT CHECK......OK Comparing archv.2019_241_06.a .........OK Comparing archs.2019_241_06.a .........OK 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 = 665.484435 -[0] The maximum resident set size (KB) = 746092 +[0] The total amount of wall time = 597.715873 +[0] The maximum resident set size (KB) = 745792 -Test 086 hafs_regional_atm_ocn PASS +Test 087 hafs_regional_atm_ocn PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/hafs_regional_atm_wav -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_12197/hafs_regional_atm_wav -Checking test 087 hafs_regional_atm_wav results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/hafs_regional_atm_wav +working dir = /gpfs/dell2/stmp/Dom.Heinzeller/FV3_RT/rt_12197/hafs_regional_atm_wav +Checking test 088 hafs_regional_atm_wav results .... Comparing atmf006.nc ............ALT CHECK......OK Comparing sfcf006.nc .........OK Comparing out_grd.ww3 .........OK Comparing out_pnt.ww3 .........OK -[0] The total amount of wall time = 974.124232 -[0] The maximum resident set size (KB) = 739636 +[0] The total amount of wall time = 975.813796 +[0] The maximum resident set size (KB) = 741652 -Test 087 hafs_regional_atm_wav PASS +Test 088 hafs_regional_atm_wav PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/hafs_regional_atm_ocn_wav -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_12197/hafs_regional_atm_ocn_wav -Checking test 088 hafs_regional_atm_ocn_wav results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/hafs_regional_atm_ocn_wav +working dir = /gpfs/dell2/stmp/Dom.Heinzeller/FV3_RT/rt_12197/hafs_regional_atm_ocn_wav +Checking test 089 hafs_regional_atm_ocn_wav results .... Comparing atmf006.nc ............ALT CHECK......OK - Comparing sfcf006.nc ............ALT CHECK......OK + Comparing sfcf006.nc .........OK Comparing archv.2019_241_06.a .........OK Comparing archs.2019_241_06.a .........OK Comparing out_grd.ww3 .........OK Comparing out_pnt.ww3 .........OK -[0] The total amount of wall time = 1036.581175 -[0] The maximum resident set size (KB) = 745916 +[0] The total amount of wall time = 1070.592203 +[0] The maximum resident set size (KB) = 748944 -Test 088 hafs_regional_atm_ocn_wav PASS +Test 089 hafs_regional_atm_ocn_wav PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/hafs_regional_1nest_atm -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_12197/hafs_regional_1nest_atm -Checking test 089 hafs_regional_1nest_atm results .... - Comparing atmf006.nc .........OK +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/hafs_regional_1nest_atm +working dir = /gpfs/dell2/stmp/Dom.Heinzeller/FV3_RT/rt_12197/hafs_regional_1nest_atm +Checking test 090 hafs_regional_1nest_atm results .... + Comparing atmf006.nc ............ALT CHECK......OK Comparing sfcf006.nc .........OK -[0] The total amount of wall time = 384.144277 -[0] The maximum resident set size (KB) = 306156 +[0] The total amount of wall time = 388.234478 +[0] The maximum resident set size (KB) = 306664 -Test 089 hafs_regional_1nest_atm PASS +Test 090 hafs_regional_1nest_atm PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/hafs_regional_telescopic_2nests_atm -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_12197/hafs_regional_telescopic_2nests_atm -Checking test 090 hafs_regional_telescopic_2nests_atm results .... - Comparing atmf006.nc .........OK +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/hafs_regional_telescopic_2nests_atm +working dir = /gpfs/dell2/stmp/Dom.Heinzeller/FV3_RT/rt_12197/hafs_regional_telescopic_2nests_atm +Checking test 091 hafs_regional_telescopic_2nests_atm results .... + Comparing atmf006.nc ............ALT CHECK......OK Comparing sfcf006.nc ............ALT CHECK......OK -[0] The total amount of wall time = 664.229417 -[0] The maximum resident set size (KB) = 316744 +[0] The total amount of wall time = 669.476081 +[0] The maximum resident set size (KB) = 315088 -Test 090 hafs_regional_telescopic_2nests_atm PASS +Test 091 hafs_regional_telescopic_2nests_atm PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/hafs_global_1nest_atm -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_12197/hafs_global_1nest_atm -Checking test 091 hafs_global_1nest_atm results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/hafs_global_1nest_atm +working dir = /gpfs/dell2/stmp/Dom.Heinzeller/FV3_RT/rt_12197/hafs_global_1nest_atm +Checking test 092 hafs_global_1nest_atm results .... Comparing atmf006.nc ............ALT CHECK......OK Comparing sfcf006.nc ............ALT CHECK......OK -[0] The total amount of wall time = 648.591458 -[0] The maximum resident set size (KB) = 214736 +[0] The total amount of wall time = 775.507554 +[0] The maximum resident set size (KB) = 210864 -Test 091 hafs_global_1nest_atm PASS +Test 092 hafs_global_1nest_atm PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/hafs_global_multiple_4nests_atm -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_12197/hafs_global_multiple_4nests_atm -Checking test 092 hafs_global_multiple_4nests_atm results .... - Comparing atmf006.nc .........OK +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/hafs_global_multiple_4nests_atm +working dir = /gpfs/dell2/stmp/Dom.Heinzeller/FV3_RT/rt_12197/hafs_global_multiple_4nests_atm +Checking test 093 hafs_global_multiple_4nests_atm results .... + Comparing atmf006.nc ............ALT CHECK......OK Comparing sfcf006.nc ............ALT CHECK......OK -[0] The total amount of wall time = 657.445824 -[0] The maximum resident set size (KB) = 261324 +[0] The total amount of wall time = 667.164062 +[0] The maximum resident set size (KB) = 258176 -Test 092 hafs_global_multiple_4nests_atm PASS +Test 093 hafs_global_multiple_4nests_atm PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/hafs_regional_docn -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_12197/hafs_regional_docn -Checking test 093 hafs_regional_docn results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/hafs_regional_docn +working dir = /gpfs/dell2/stmp/Dom.Heinzeller/FV3_RT/rt_12197/hafs_regional_docn +Checking test 094 hafs_regional_docn results .... Comparing atmf006.nc ............ALT CHECK......OK Comparing sfcf006.nc ............ALT CHECK......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 = 590.106412 -[0] The maximum resident set size (KB) = 741852 +[0] The total amount of wall time = 587.941873 +[0] The maximum resident set size (KB) = 749168 -Test 093 hafs_regional_docn PASS +Test 094 hafs_regional_docn PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/hafs_regional_docn_oisst -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_12197/hafs_regional_docn_oisst -Checking test 094 hafs_regional_docn_oisst results .... - Comparing atmf006.nc ............ALT CHECK......OK +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/hafs_regional_docn_oisst +working dir = /gpfs/dell2/stmp/Dom.Heinzeller/FV3_RT/rt_12197/hafs_regional_docn_oisst +Checking test 095 hafs_regional_docn_oisst results .... + Comparing atmf006.nc .........OK Comparing sfcf006.nc ............ALT CHECK......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 = 589.914161 -[0] The maximum resident set size (KB) = 739276 +[0] The total amount of wall time = 588.565213 +[0] The maximum resident set size (KB) = 740104 -Test 094 hafs_regional_docn_oisst PASS +Test 095 hafs_regional_docn_oisst PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/hafs_regional_datm_cdeps -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_12197/hafs_regional_datm_cdeps -Checking test 095 hafs_regional_datm_cdeps results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/hafs_regional_datm_cdeps +working dir = /gpfs/dell2/stmp/Dom.Heinzeller/FV3_RT/rt_12197/hafs_regional_datm_cdeps +Checking test 096 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 = 1082.268747 -[0] The maximum resident set size (KB) = 894292 +[0] The total amount of wall time = 1084.237167 +[0] The maximum resident set size (KB) = 893004 -Test 095 hafs_regional_datm_cdeps PASS +Test 096 hafs_regional_datm_cdeps PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/datm_cdeps_control_cfsr -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_12197/datm_cdeps_control_cfsr -Checking test 096 datm_cdeps_control_cfsr results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/datm_cdeps_control_cfsr +working dir = /gpfs/dell2/stmp/Dom.Heinzeller/FV3_RT/rt_12197/datm_cdeps_control_cfsr +Checking test 097 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 = 170.400207 -[0] The maximum resident set size (KB) = 723536 +[0] The total amount of wall time = 170.076017 +[0] The maximum resident set size (KB) = 745308 -Test 096 datm_cdeps_control_cfsr PASS +Test 097 datm_cdeps_control_cfsr PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/datm_cdeps_control_cfsr -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_12197/datm_cdeps_restart_cfsr -Checking test 097 datm_cdeps_restart_cfsr results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/datm_cdeps_control_cfsr +working dir = /gpfs/dell2/stmp/Dom.Heinzeller/FV3_RT/rt_12197/datm_cdeps_restart_cfsr +Checking test 098 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 = 116.191539 -[0] The maximum resident set size (KB) = 723056 +[0] The total amount of wall time = 118.413115 +[0] The maximum resident set size (KB) = 725076 -Test 097 datm_cdeps_restart_cfsr PASS +Test 098 datm_cdeps_restart_cfsr PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/datm_cdeps_control_gefs -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_12197/datm_cdeps_control_gefs -Checking test 098 datm_cdeps_control_gefs results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/datm_cdeps_control_gefs +working dir = /gpfs/dell2/stmp/Dom.Heinzeller/FV3_RT/rt_12197/datm_cdeps_control_gefs +Checking test 099 datm_cdeps_control_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK -[0] The total amount of wall time = 163.550356 -[0] The maximum resident set size (KB) = 626864 +[0] The total amount of wall time = 164.000834 +[0] The maximum resident set size (KB) = 628204 -Test 098 datm_cdeps_control_gefs PASS +Test 099 datm_cdeps_control_gefs PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/datm_cdeps_stochy_gefs -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_12197/datm_cdeps_stochy_gefs -Checking test 099 datm_cdeps_stochy_gefs results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/datm_cdeps_stochy_gefs +working dir = /gpfs/dell2/stmp/Dom.Heinzeller/FV3_RT/rt_12197/datm_cdeps_stochy_gefs +Checking test 100 datm_cdeps_stochy_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK -[0] The total amount of wall time = 165.208640 -[0] The maximum resident set size (KB) = 627520 +[0] The total amount of wall time = 167.774264 +[0] The maximum resident set size (KB) = 623728 -Test 099 datm_cdeps_stochy_gefs PASS +Test 100 datm_cdeps_stochy_gefs PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/datm_cdeps_bulk_cfsr -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_12197/datm_cdeps_bulk_cfsr -Checking test 100 datm_cdeps_bulk_cfsr results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/datm_cdeps_bulk_cfsr +working dir = /gpfs/dell2/stmp/Dom.Heinzeller/FV3_RT/rt_12197/datm_cdeps_bulk_cfsr +Checking test 101 datm_cdeps_bulk_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK -[0] The total amount of wall time = 169.765871 -[0] The maximum resident set size (KB) = 743364 +[0] The total amount of wall time = 170.398746 +[0] The maximum resident set size (KB) = 743116 -Test 100 datm_cdeps_bulk_cfsr PASS +Test 101 datm_cdeps_bulk_cfsr PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/datm_cdeps_bulk_gefs -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_12197/datm_cdeps_bulk_gefs -Checking test 101 datm_cdeps_bulk_gefs results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/datm_cdeps_bulk_gefs +working dir = /gpfs/dell2/stmp/Dom.Heinzeller/FV3_RT/rt_12197/datm_cdeps_bulk_gefs +Checking test 102 datm_cdeps_bulk_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK -[0] The total amount of wall time = 163.414869 -[0] The maximum resident set size (KB) = 625744 +[0] The total amount of wall time = 162.973860 +[0] The maximum resident set size (KB) = 628168 -Test 101 datm_cdeps_bulk_gefs PASS +Test 102 datm_cdeps_bulk_gefs PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/datm_cdeps_mx025_cfsr -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_12197/datm_cdeps_mx025_cfsr -Checking test 102 datm_cdeps_mx025_cfsr results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/datm_cdeps_mx025_cfsr +working dir = /gpfs/dell2/stmp/Dom.Heinzeller/FV3_RT/rt_12197/datm_cdeps_mx025_cfsr +Checking test 103 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 @@ -2784,15 +2638,15 @@ Checking test 102 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 = 333.077956 -[0] The maximum resident set size (KB) = 575332 +[0] The total amount of wall time = 363.519108 +[0] The maximum resident set size (KB) = 575824 -Test 102 datm_cdeps_mx025_cfsr PASS +Test 103 datm_cdeps_mx025_cfsr PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/datm_cdeps_mx025_gefs -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_12197/datm_cdeps_mx025_gefs -Checking test 103 datm_cdeps_mx025_gefs results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/datm_cdeps_mx025_gefs +working dir = /gpfs/dell2/stmp/Dom.Heinzeller/FV3_RT/rt_12197/datm_cdeps_mx025_gefs +Checking test 104 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 @@ -2800,52 +2654,52 @@ Checking test 103 datm_cdeps_mx025_gefs results .... Comparing RESTART/iced.2011-10-01-43200.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-01-43200.nc .........OK -[0] The total amount of wall time = 330.138484 -[0] The maximum resident set size (KB) = 542540 +[0] The total amount of wall time = 350.514633 +[0] The maximum resident set size (KB) = 543492 -Test 103 datm_cdeps_mx025_gefs PASS +Test 104 datm_cdeps_mx025_gefs PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/datm_cdeps_control_cfsr -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_12197/datm_cdeps_multiple_files_cfsr -Checking test 104 datm_cdeps_multiple_files_cfsr results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/datm_cdeps_control_cfsr +working dir = /gpfs/dell2/stmp/Dom.Heinzeller/FV3_RT/rt_12197/datm_cdeps_multiple_files_cfsr +Checking test 105 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 = 169.218710 -[0] The maximum resident set size (KB) = 725428 +[0] The total amount of wall time = 170.521394 +[0] The maximum resident set size (KB) = 724968 -Test 104 datm_cdeps_multiple_files_cfsr PASS +Test 105 datm_cdeps_multiple_files_cfsr PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/datm_cdeps_3072x1536_cfsr -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_12197/datm_cdeps_3072x1536_cfsr -Checking test 105 datm_cdeps_3072x1536_cfsr results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/datm_cdeps_3072x1536_cfsr +working dir = /gpfs/dell2/stmp/Dom.Heinzeller/FV3_RT/rt_12197/datm_cdeps_3072x1536_cfsr +Checking test 106 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 = 246.536535 -[0] The maximum resident set size (KB) = 1837564 +[0] The total amount of wall time = 246.804063 +[0] The maximum resident set size (KB) = 1899820 -Test 105 datm_cdeps_3072x1536_cfsr PASS +Test 106 datm_cdeps_3072x1536_cfsr PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/datm_cdeps_debug_cfsr -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_12197/datm_cdeps_debug_cfsr -Checking test 106 datm_cdeps_debug_cfsr results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/datm_cdeps_debug_cfsr +working dir = /gpfs/dell2/stmp/Dom.Heinzeller/FV3_RT/rt_12197/datm_cdeps_debug_cfsr +Checking test 107 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 = 496.251881 -[0] The maximum resident set size (KB) = 726196 +[0] The total amount of wall time = 496.448633 +[0] The maximum resident set size (KB) = 728248 -Test 106 datm_cdeps_debug_cfsr PASS +Test 107 datm_cdeps_debug_cfsr PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/control_atmwav -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_12197/control_atmwav -Checking test 107 control_atmwav results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/control_atmwav +working dir = /gpfs/dell2/stmp/Dom.Heinzeller/FV3_RT/rt_12197/control_atmwav +Checking test 108 control_atmwav results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -2888,15 +2742,15 @@ Checking test 107 control_atmwav results .... Comparing RESTART/sfc_data.tile6.nc .........OK Comparing 20210322.180000.restart.glo_1deg .........OK -[0] The total amount of wall time = 92.647008 -[0] The maximum resident set size (KB) = 492368 +[0] The total amount of wall time = 93.396513 +[0] The maximum resident set size (KB) = 486628 -Test 107 control_atmwav PASS +Test 108 control_atmwav PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/control_c384gdas_wav -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_12197/control_c384gdas_wav -Checking test 108 control_c384gdas_wav results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/control_c384gdas_wav +working dir = /gpfs/dell2/stmp/Dom.Heinzeller/FV3_RT/rt_12197/control_c384gdas_wav +Checking test 109 control_c384gdas_wav results .... Comparing sfcf000.nc .........OK Comparing sfcf003.nc .........OK Comparing atmf000.nc .........OK @@ -2941,51 +2795,190 @@ Checking test 108 control_c384gdas_wav results .... Comparing 20210322.030000.restart.gnh_10m .........OK Comparing 20210322.030000.restart.gsh_15m .........OK -[0] The total amount of wall time = 617.067639 -[0] The maximum resident set size (KB) = 1051920 +[0] The total amount of wall time = 609.007924 +[0] The maximum resident set size (KB) = 1049368 -Test 108 control_c384gdas_wav PASS +Test 109 control_c384gdas_wav PASS FAILED TESTS: -Test control_rrtmgp_debug 063 failed in run_test failed -Test control_ras_debug 066 failed in run_test failed +Test compile_008 failed in run_compile failed REGRESSION TEST FAILED -Wed Dec 29 15:03:25 UTC 2021 -Elapsed time: 01h:42m:15s. Have a nice day! -Wed Dec 29 17:09:26 UTC 2021 +Thu Dec 30 02:00:46 UTC 2021 +Elapsed time: 01h:36m:19s. Have a nice day! +Thu Dec 30 02:30:20 UTC 2021 Start Regression test -Compile 001 elapsed time 455 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_RRTMGP,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp,FV3_GFS_v16_thompson,FV3_GFS_v15_thompson_mynn,FV3_GFS_v16_nsstNoahmpUGWPv1 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 001 elapsed time 431 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_RAP,FV3_RAP_cires_ugwp,FV3_RAP_unified_ugwp,FV3_RAP_noah,FV3_RAP_RRTMGP,FV3_RAP_sfcdiff,FV3_RAP_flake,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/rap_control_debug +working dir = /gpfs/dell2/stmp/Dom.Heinzeller/FV3_RT/rt_5876/rap_control_debug +Checking test 001 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 = 304.887267 +[0] The maximum resident set size (KB) = 910392 + +Test 001 rap_control_debug PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/rap_control_debug +working dir = /gpfs/dell2/stmp/Dom.Heinzeller/FV3_RT/rt_5876/rap_unified_drag_suite_debug +Checking test 002 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 = 305.404342 +[0] The maximum resident set size (KB) = 908732 + +Test 002 rap_unified_drag_suite_debug PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/rap_diag_debug +working dir = /gpfs/dell2/stmp/Dom.Heinzeller/FV3_RT/rt_5876/rap_diag_debug +Checking test 003 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 = 321.173664 +[0] The maximum resident set size (KB) = 991868 + +Test 003 rap_diag_debug PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/rap_cires_ugwp_debug +working dir = /gpfs/dell2/stmp/Dom.Heinzeller/FV3_RT/rt_5876/rap_cires_ugwp_debug +Checking test 004 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 = 311.384424 +[0] The maximum resident set size (KB) = 910196 + +Test 004 rap_cires_ugwp_debug PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/rap_cires_ugwp_debug +working dir = /gpfs/dell2/stmp/Dom.Heinzeller/FV3_RT/rt_5876/rap_unified_ugwp_debug +Checking test 005 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 = 310.788434 +[0] The maximum resident set size (KB) = 905556 + +Test 005 rap_unified_ugwp_debug PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/rap_noah_debug +working dir = /gpfs/dell2/stmp/Dom.Heinzeller/FV3_RT/rt_5876/rap_noah_debug +Checking test 006 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 = 300.441560 +[0] The maximum resident set size (KB) = 906768 + +Test 006 rap_noah_debug PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/rap_rrtmgp_debug +working dir = /gpfs/dell2/stmp/Dom.Heinzeller/FV3_RT/rt_5876/rap_rrtmgp_debug +Checking test 007 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 = 518.676086 +[0] The maximum resident set size (KB) = 1005588 + +Test 007 rap_rrtmgp_debug PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/rap_lndp_debug +working dir = /gpfs/dell2/stmp/Dom.Heinzeller/FV3_RT/rt_5876/rap_lndp_debug +Checking test 008 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 = 307.478142 +[0] The maximum resident set size (KB) = 908060 + +Test 008 rap_lndp_debug PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/rap_sfcdiff_debug +working dir = /gpfs/dell2/stmp/Dom.Heinzeller/FV3_RT/rt_5876/rap_sfcdiff_debug +Checking test 009 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 = 304.727892 +[0] The maximum resident set size (KB) = 908496 + +Test 009 rap_sfcdiff_debug PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/rap_flake_debug +working dir = /gpfs/dell2/stmp/Dom.Heinzeller/FV3_RT/rt_5876/rap_flake_debug +Checking test 010 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 = 303.764325 +[0] The maximum resident set size (KB) = 907408 + +Test 010 rap_flake_debug PASS + -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/control_rrtmgp_debug -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_39781/control_rrtmgp_debug -Checking test 001 control_rrtmgp_debug results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/rap_noah_sfcdiff_cires_ugwp_debug +working dir = /gpfs/dell2/stmp/Dom.Heinzeller/FV3_RT/rt_5876/rap_noah_sfcdiff_cires_ugwp_debug +Checking test 011 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 = 201.393095 -[0] The maximum resident set size (KB) = 639172 +[0] The total amount of wall time = 507.455510 +[0] The maximum resident set size (KB) = 907376 -Test 001 control_rrtmgp_debug PASS +Test 011 rap_noah_sfcdiff_cires_ugwp_debug PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211222/control_ras_debug -working dir = /gpfs/dell2/ptmp/Jun.Wang/FV3_RT/rt_39781/control_ras_debug -Checking test 002 control_ras_debug results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20211229/rrfs_v1beta_debug +working dir = /gpfs/dell2/stmp/Dom.Heinzeller/FV3_RT/rt_5876/rrfs_v1beta_debug +Checking test 012 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 = 173.920542 -[0] The maximum resident set size (KB) = 549420 +[0] The total amount of wall time = 302.698272 +[0] The maximum resident set size (KB) = 904208 -Test 002 control_ras_debug PASS +Test 012 rrfs_v1beta_debug PASS REGRESSION TEST WAS SUCCESSFUL -Wed Dec 29 17:26:56 UTC 2021 -Elapsed time: 00h:17m:32s. Have a nice day! +Thu Dec 30 02:59:11 UTC 2021 +Elapsed time: 00h:28m:52s. Have a nice day! From 62424559d7b1d2ca35c3a9daab958fff2c9b0f93 Mon Sep 17 00:00:00 2001 From: Brian Curtis Date: Wed, 29 Dec 2021 21:09:50 -0700 Subject: [PATCH 26/28] RT JOBS PASSED: cheyenne.gnu. Log file uploaded. on-behalf-of @ufs-community --- tests/RegressionTests_cheyenne.gnu.log | 554 +++++++++---------------- 1 file changed, 189 insertions(+), 365 deletions(-) diff --git a/tests/RegressionTests_cheyenne.gnu.log b/tests/RegressionTests_cheyenne.gnu.log index c117fd9c95..ef018de469 100644 --- a/tests/RegressionTests_cheyenne.gnu.log +++ b/tests/RegressionTests_cheyenne.gnu.log @@ -1,15 +1,15 @@ -Thu Dec 23 11:31:20 MST 2021 +Wed Dec 29 20:40:15 MST 2021 Start Regression test -Compile 001 elapsed time 407 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v16_RRTMGP,FV3_GFS_v16_thompson,FV3_GFS_v16_ras,FV3_HAFS_v0_hwrf_thompson,FV3_GFS_v16_nsstNoahmpUGWPv1 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 002 elapsed time 385 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 003 elapsed time 744 seconds. -DAPP=ATM -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 004 elapsed time 192 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_HAFS_v0_hwrf_thompson -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 005 elapsed time 486 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v16_coupled_nsstNoahmpUGWPv1 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 006 elapsed time 272 seconds. -DAPP=S2S -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16_coupled_nsstNoahmpUGWPv1 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 001 elapsed time 392 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v16_RRTMGP,FV3_GFS_v16_thompson,FV3_GFS_v16_ras,FV3_GFS_v16_nsstNoahmpUGWPv1 -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 002 elapsed time 376 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 003 elapsed time 724 seconds. -DAPP=ATM -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 004 elapsed time 183 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 482 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v16_coupled_nsstNoahmpUGWPv1 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 006 elapsed time 262 seconds. -DAPP=S2S -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16_coupled_nsstNoahmpUGWPv1 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/GNU/control -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_9195/control +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/GNU/control +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_61679/control Checking test 001 control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -56,14 +56,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 = 274.784774 -0:The maximum resident set size (KB) = 433540 +0:The total amount of wall time = 274.918685 +0:The maximum resident set size (KB) = 433904 Test 001 control PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/GNU/control -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_9195/control_restart +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/GNU/control +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_61679/control_restart Checking test 002 control_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -102,14 +102,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 = 137.604526 -0:The maximum resident set size (KB) = 185804 +0:The total amount of wall time = 138.520710 +0:The maximum resident set size (KB) = 182880 Test 002 control_restart PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/GNU/control_c48 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_9195/control_c48 +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/GNU/control_c48 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_61679/control_c48 Checking test 003 control_c48 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -148,14 +148,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 = 817.242381 -0:The maximum resident set size (KB) = 661008 +0:The total amount of wall time = 817.829114 +0:The maximum resident set size (KB) = 669668 Test 003 control_c48 PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/GNU/control_stochy -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_9195/control_stochy +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/GNU/control_stochy +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_61679/control_stochy Checking test 004 control_stochy results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -166,14 +166,14 @@ Checking test 004 control_stochy results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -0:The total amount of wall time = 175.419622 -0:The maximum resident set size (KB) = 427752 +0:The total amount of wall time = 175.049735 +0:The maximum resident set size (KB) = 427908 Test 004 control_stochy PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/GNU/control_flake -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_9195/control_flake +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/GNU/control_flake +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_61679/control_flake Checking test 005 control_flake results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -184,14 +184,14 @@ Checking test 005 control_flake results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 339.243112 -0:The maximum resident set size (KB) = 485820 +0:The total amount of wall time = 339.133013 +0:The maximum resident set size (KB) = 486184 Test 005 control_flake PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/GNU/control_rrtmgp -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_9195/control_rrtmgp +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/GNU/control_rrtmgp +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_61679/control_rrtmgp Checking test 006 control_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -202,14 +202,14 @@ Checking test 006 control_rrtmgp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 392.341375 -0:The maximum resident set size (KB) = 539812 +0:The total amount of wall time = 341.190222 +0:The maximum resident set size (KB) = 530768 Test 006 control_rrtmgp PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/GNU/control_thompson -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_9195/control_thompson +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/GNU/control_thompson +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_61679/control_thompson Checking test 007 control_thompson results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -220,14 +220,14 @@ Checking test 007 control_thompson results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 364.527722 -0:The maximum resident set size (KB) = 795500 +0:The total amount of wall time = 364.573420 +0:The maximum resident set size (KB) = 796004 Test 007 control_thompson PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/GNU/control_thompson_no_aero -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_9195/control_thompson_no_aero +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/GNU/control_thompson_no_aero +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_61679/control_thompson_no_aero Checking test 008 control_thompson_no_aero results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -238,14 +238,14 @@ Checking test 008 control_thompson_no_aero results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 347.947292 -0:The maximum resident set size (KB) = 789404 +0:The total amount of wall time = 348.704179 +0:The maximum resident set size (KB) = 789456 Test 008 control_thompson_no_aero PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/GNU/control_ras -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_9195/control_ras +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/GNU/control_ras +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_61679/control_ras Checking test 009 control_ras results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -256,14 +256,14 @@ Checking test 009 control_ras results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 289.995853 -0:The maximum resident set size (KB) = 446252 +0:The total amount of wall time = 290.557855 +0:The maximum resident set size (KB) = 446068 Test 009 control_ras PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/GNU/control_p7 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_9195/control_p7 +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/GNU/control_p7 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_61679/control_p7 Checking test 010 control_p7 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -310,109 +310,15 @@ Checking test 010 control_p7 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 285.182980 -0:The maximum resident set size (KB) = 491076 +0:The total amount of wall time = 286.904793 +0:The maximum resident set size (KB) = 491012 Test 010 control_p7 PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/GNU/HAFS_v0_HWRF_thompson -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_9195/fv3_HAFS_v0_hwrf_thompson -Checking test 011 fv3_HAFS_v0_hwrf_thompson results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing sfcf000.tile1.nc .........OK - Comparing sfcf000.tile2.nc .........OK - Comparing sfcf000.tile3.nc .........OK - Comparing sfcf000.tile4.nc .........OK - Comparing sfcf000.tile5.nc .........OK - Comparing sfcf000.tile6.nc .........OK - Comparing sfcf024.tile1.nc .........OK - Comparing sfcf024.tile2.nc .........OK - Comparing sfcf024.tile3.nc .........OK - Comparing sfcf024.tile4.nc .........OK - Comparing sfcf024.tile5.nc .........OK - Comparing sfcf024.tile6.nc .........OK - Comparing atmf000.tile1.nc .........OK - Comparing atmf000.tile2.nc .........OK - Comparing atmf000.tile3.nc .........OK - Comparing atmf000.tile4.nc .........OK - Comparing atmf000.tile5.nc .........OK - Comparing atmf000.tile6.nc .........OK - Comparing atmf024.tile1.nc .........OK - Comparing atmf024.tile2.nc .........OK - Comparing atmf024.tile3.nc .........OK - Comparing atmf024.tile4.nc .........OK - Comparing atmf024.tile5.nc .........OK - Comparing atmf024.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc ............SKIP for gnu compilers - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - -0:The total amount of wall time = 250.731652 -0:The maximum resident set size (KB) = 496824 - -Test 011 fv3_HAFS_v0_hwrf_thompson PASS - - -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/GNU/ESG_HAFS_v0_HWRF_thompson -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_9195/fv3_esg_HAFS_v0_hwrf_thompson -Checking test 012 fv3_esg_HAFS_v0_hwrf_thompson results .... - Comparing atmos_4xdaily.nc .........OK - Comparing phyf000.nc .........OK - Comparing phyf012.nc .........OK - Comparing dynf000.nc .........OK - Comparing dynf012.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc ............SKIP for gnu compilers - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/sfc_data.nc .........OK - Comparing RESTART/phy_data.nc .........OK - -0:The total amount of wall time = 440.589103 -0:The maximum resident set size (KB) = 571100 - -Test 012 fv3_esg_HAFS_v0_hwrf_thompson PASS - - -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/GNU/rap_control -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_9195/rap_control -Checking test 013 rap_control results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/GNU/rap_control +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_61679/rap_control +Checking test 011 rap_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -458,15 +364,15 @@ Checking test 013 rap_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 691.472385 -0:The maximum resident set size (KB) = 773560 +0:The total amount of wall time = 689.883620 +0:The maximum resident set size (KB) = 773624 -Test 013 rap_control PASS +Test 011 rap_control PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/GNU/rap_control -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_9195/rap_2threads -Checking test 014 rap_2threads results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/GNU/rap_control +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_61679/rap_2threads +Checking test 012 rap_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -512,15 +418,15 @@ Checking test 014 rap_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 1213.337770 -0:The maximum resident set size (KB) = 840780 +0:The total amount of wall time = 1210.545223 +0:The maximum resident set size (KB) = 839852 -Test 014 rap_2threads PASS +Test 012 rap_2threads PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/GNU/rap_sfcdiff -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_9195/rap_sfcdiff -Checking test 015 rap_sfcdiff results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/GNU/rap_sfcdiff +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_61679/rap_sfcdiff +Checking test 013 rap_sfcdiff results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -566,15 +472,15 @@ Checking test 015 rap_sfcdiff results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 690.587050 -0:The maximum resident set size (KB) = 773444 +0:The total amount of wall time = 691.903381 +0:The maximum resident set size (KB) = 773928 -Test 015 rap_sfcdiff PASS +Test 013 rap_sfcdiff PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/GNU/rap_sfcdiff -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_9195/rap_sfcdiff_restart -Checking test 016 rap_sfcdiff_restart results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/GNU/rap_sfcdiff +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_61679/rap_sfcdiff_restart +Checking test 014 rap_sfcdiff_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF24 .........OK @@ -612,15 +518,15 @@ Checking test 016 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.781540 -0:The maximum resident set size (KB) = 524352 +0:The total amount of wall time = 343.213034 +0:The maximum resident set size (KB) = 521708 -Test 016 rap_sfcdiff_restart PASS +Test 014 rap_sfcdiff_restart PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/GNU/hrrr_control -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_9195/hrrr_control -Checking test 017 hrrr_control results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/GNU/hrrr_control +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_61679/hrrr_control +Checking test 015 hrrr_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -666,15 +572,15 @@ Checking test 017 hrrr_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 669.313281 -0:The maximum resident set size (KB) = 771412 +0:The total amount of wall time = 667.909055 +0:The maximum resident set size (KB) = 771844 -Test 017 hrrr_control PASS +Test 015 hrrr_control PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/GNU/rrfs_v1beta -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_9195/rrfs_v1beta -Checking test 018 rrfs_v1beta results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/GNU/rrfs_v1beta +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_61679/rrfs_v1beta +Checking test 016 rrfs_v1beta results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -720,305 +626,223 @@ 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 = 682.677066 -0:The maximum resident set size (KB) = 771052 +0:The total amount of wall time = 680.207385 +0:The maximum resident set size (KB) = 771056 -Test 018 rrfs_v1beta PASS +Test 016 rrfs_v1beta PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/GNU/control_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_9195/control_debug -Checking test 019 control_debug results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/GNU/control_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_61679/control_debug +Checking test 017 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 = 80.514627 -0:The maximum resident set size (KB) = 423984 +0:The total amount of wall time = 79.972571 +0:The maximum resident set size (KB) = 424408 -Test 019 control_debug PASS +Test 017 control_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/GNU/control_diag_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_9195/control_diag_debug -Checking test 020 control_diag_debug results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/GNU/control_diag_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_61679/control_diag_debug +Checking test 018 control_diag_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 86.725366 -0:The maximum resident set size (KB) = 481552 +0:The total amount of wall time = 86.638904 +0:The maximum resident set size (KB) = 481408 -Test 020 control_diag_debug PASS +Test 018 control_diag_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/GNU/fv3_regional_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_9195/regional_debug -Checking test 021 regional_debug results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/GNU/fv3_regional_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_61679/regional_debug +Checking test 019 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.589892 -0:The maximum resident set size (KB) = 534536 +0:The total amount of wall time = 131.554900 +0:The maximum resident set size (KB) = 534276 -Test 021 regional_debug PASS +Test 019 regional_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/GNU/rap_control_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_9195/rap_control_debug -Checking test 022 rap_control_debug results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/GNU/rap_control_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_61679/rap_control_debug +Checking test 020 rap_control_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 144.331179 -0:The maximum resident set size (KB) = 795680 +0:The total amount of wall time = 144.815944 +0:The maximum resident set size (KB) = 795660 -Test 022 rap_control_debug PASS +Test 020 rap_control_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/GNU/rap_diag_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_9195/rap_diag_debug -Checking test 023 rap_diag_debug results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/GNU/rap_diag_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_61679/rap_diag_debug +Checking test 021 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 = 154.515441 -0:The maximum resident set size (KB) = 878760 +0:The total amount of wall time = 154.577926 +0:The maximum resident set size (KB) = 878684 -Test 023 rap_diag_debug PASS +Test 021 rap_diag_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/GNU/rap_noah_sfcdiff_cires_ugwp_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_9195/rap_noah_sfcdiff_cires_ugwp_debug -Checking test 024 rap_noah_sfcdiff_cires_ugwp_debug results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/GNU/rap_noah_sfcdiff_cires_ugwp_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_61679/rap_noah_sfcdiff_cires_ugwp_debug +Checking test 022 rap_noah_sfcdiff_cires_ugwp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 236.277634 -0:The maximum resident set size (KB) = 794340 +0:The total amount of wall time = 248.812019 +0:The maximum resident set size (KB) = 794284 -Test 024 rap_noah_sfcdiff_cires_ugwp_debug PASS +Test 022 rap_noah_sfcdiff_cires_ugwp_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/GNU/rrfs_v1beta_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_9195/rrfs_v1beta_debug -Checking test 025 rrfs_v1beta_debug results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/GNU/rrfs_v1beta_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_61679/rrfs_v1beta_debug +Checking test 023 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 = 144.187592 -0:The maximum resident set size (KB) = 790624 +0:The total amount of wall time = 144.461313 +0:The maximum resident set size (KB) = 790580 -Test 025 rrfs_v1beta_debug PASS +Test 023 rrfs_v1beta_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/GNU/control_thompson_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_9195/control_thompson_debug -Checking test 026 control_thompson_debug results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/GNU/control_thompson_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_61679/control_thompson_debug +Checking test 024 control_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 = 95.344817 -0:The maximum resident set size (KB) = 781876 +0:The total amount of wall time = 94.476935 +0:The maximum resident set size (KB) = 781780 -Test 026 control_thompson_debug PASS +Test 024 control_thompson_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/GNU/control_thompson_no_aero_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_9195/control_thompson_no_aero_debug -Checking test 027 control_thompson_no_aero_debug results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/GNU/control_thompson_no_aero_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_61679/control_thompson_no_aero_debug +Checking test 025 control_thompson_no_aero_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 90.421495 -0:The maximum resident set size (KB) = 777296 +0:The total amount of wall time = 90.481351 +0:The maximum resident set size (KB) = 777136 -Test 027 control_thompson_no_aero_debug PASS +Test 025 control_thompson_no_aero_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/GNU/control_thompson_debug_extdiag -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_9195/control_thompson_extdiag_debug -Checking test 028 control_thompson_extdiag_debug results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/GNU/control_thompson_debug_extdiag +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_61679/control_thompson_extdiag_debug +Checking test 026 control_thompson_extdiag_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 100.796155 -0:The maximum resident set size (KB) = 823300 +0:The total amount of wall time = 101.437757 +0:The maximum resident set size (KB) = 823612 -Test 028 control_thompson_extdiag_debug PASS +Test 026 control_thompson_extdiag_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/GNU/control_rrtmgp_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_9195/control_rrtmgp_debug -Checking test 029 control_rrtmgp_debug results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/GNU/control_rrtmgp_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_61679/control_rrtmgp_debug +Checking test 027 control_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 = 93.107396 -0:The maximum resident set size (KB) = 519164 +0:The total amount of wall time = 87.336850 +0:The maximum resident set size (KB) = 519528 -Test 029 control_rrtmgp_debug PASS +Test 027 control_rrtmgp_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/GNU/control_ras_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_9195/control_ras_debug -Checking test 030 control_ras_debug results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/GNU/control_ras_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_61679/control_ras_debug +Checking test 028 control_ras_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 83.872380 -0:The maximum resident set size (KB) = 433920 +0:The total amount of wall time = 83.204376 +0:The maximum resident set size (KB) = 433828 -Test 030 control_ras_debug PASS +Test 028 control_ras_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/GNU/control_stochy_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_9195/control_stochy_debug -Checking test 031 control_stochy_debug results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/GNU/control_stochy_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_61679/control_stochy_debug +Checking test 029 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 = 90.525424 -0:The maximum resident set size (KB) = 427940 +0:The total amount of wall time = 90.822647 +0:The maximum resident set size (KB) = 427740 -Test 031 control_stochy_debug PASS +Test 029 control_stochy_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/GNU/control_debug_p7 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_9195/control_debug_p7 -Checking test 032 control_debug_p7 results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/GNU/control_debug_p7 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_61679/control_debug_p7 +Checking test 030 control_debug_p7 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.404228 -0:The maximum resident set size (KB) = 480236 - -Test 032 control_debug_p7 PASS - - -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/GNU/HAFS_v0_HWRF_thompson_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_9195/fv3_HAFS_v0_hwrf_thompson_debug -Checking test 033 fv3_HAFS_v0_hwrf_thompson_debug results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing sfcf000.tile1.nc .........OK - Comparing sfcf000.tile2.nc .........OK - Comparing sfcf000.tile3.nc .........OK - Comparing sfcf000.tile4.nc .........OK - Comparing sfcf000.tile5.nc .........OK - Comparing sfcf000.tile6.nc .........OK - Comparing sfcf003.tile1.nc .........OK - Comparing sfcf003.tile2.nc .........OK - Comparing sfcf003.tile3.nc .........OK - Comparing sfcf003.tile4.nc .........OK - Comparing sfcf003.tile5.nc .........OK - Comparing sfcf003.tile6.nc .........OK - Comparing atmf000.tile1.nc .........OK - Comparing atmf000.tile2.nc .........OK - Comparing atmf000.tile3.nc .........OK - Comparing atmf000.tile4.nc .........OK - Comparing atmf000.tile5.nc .........OK - Comparing atmf000.tile6.nc .........OK - Comparing atmf003.tile1.nc .........OK - Comparing atmf003.tile2.nc .........OK - Comparing atmf003.tile3.nc .........OK - Comparing atmf003.tile4.nc .........OK - Comparing atmf003.tile5.nc .........OK - Comparing atmf003.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc ............SKIP for gnu compilers - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - -0:The total amount of wall time = 108.191637 -0:The maximum resident set size (KB) = 510040 +0:The total amount of wall time = 87.173499 +0:The maximum resident set size (KB) = 482400 -Test 033 fv3_HAFS_v0_hwrf_thompson_debug PASS +Test 030 control_debug_p7 PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/GNU/ESG_HAFS_v0_HWRF_thompson_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_9195/fv3_esg_HAFS_v0_hwrf_thompson_debug -Checking test 034 fv3_esg_HAFS_v0_hwrf_thompson_debug results .... - Comparing atmos_4xdaily.nc .........OK - Comparing phyf000.nc .........OK - Comparing phyf001.nc .........OK - Comparing dynf000.nc .........OK - Comparing dynf001.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc ............SKIP for gnu compilers - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/sfc_data.nc .........OK - Comparing RESTART/phy_data.nc .........OK +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/GNU/control_wam_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_61679/control_wam_debug +Checking test 031 control_wam_debug results .... + Comparing sfcf019.nc .........OK + Comparing atmf019.nc .........OK -0:The total amount of wall time = 213.455435 -0:The maximum resident set size (KB) = 576672 +0:The total amount of wall time = 145.408472 +0:The maximum resident set size (KB) = 170380 -Test 034 fv3_esg_HAFS_v0_hwrf_thompson_debug PASS +Test 031 control_wam_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/GNU/cpld_control_c96_p7 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_9195/cpld_control_c96_p7 -Checking test 035 cpld_control_c96_p7 results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/GNU/cpld_control_c96_p7 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_61679/cpld_control_c96_p7 +Checking test 032 cpld_control_c96_p7 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK Comparing sfcf024.tile3.nc .........OK @@ -1067,15 +891,15 @@ Checking test 035 cpld_control_c96_p7 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 = 364.421600 -0:The maximum resident set size (KB) = 517764 +0:The total amount of wall time = 367.421550 +0:The maximum resident set size (KB) = 518140 -Test 035 cpld_control_c96_p7 PASS +Test 032 cpld_control_c96_p7 PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/GNU/cpld_debug_p7 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_9195/cpld_debug_p7 -Checking test 036 cpld_debug_p7 results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/GNU/cpld_debug_p7 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_61679/cpld_debug_p7 +Checking test 033 cpld_debug_p7 results .... Comparing sfcf006.tile1.nc .........OK Comparing sfcf006.tile2.nc .........OK Comparing sfcf006.tile3.nc .........OK @@ -1124,12 +948,12 @@ Checking test 036 cpld_debug_p7 results .... Comparing RESTART/iced.2021-03-22-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-22-43200.nc .........OK -0:The total amount of wall time = 341.622001 -0:The maximum resident set size (KB) = 536580 +0:The total amount of wall time = 335.334248 +0:The maximum resident set size (KB) = 535348 -Test 036 cpld_debug_p7 PASS +Test 033 cpld_debug_p7 PASS REGRESSION TEST WAS SUCCESSFUL -Thu Dec 23 12:02:36 MST 2021 -Elapsed time: 00h:31m:17s. Have a nice day! +Wed Dec 29 21:09:48 MST 2021 +Elapsed time: 00h:29m:34s. Have a nice day! From 528f849c6749e6ebb07ab77e234f6b1e22573f18 Mon Sep 17 00:00:00 2001 From: Brian Curtis Date: Wed, 29 Dec 2021 22:31:00 -0700 Subject: [PATCH 27/28] RT JOBS PASSED: cheyenne.intel. Log file uploaded. on-behalf-of @ufs-community --- tests/RegressionTests_cheyenne.intel.log | 1291 ++++++++++------------ 1 file changed, 575 insertions(+), 716 deletions(-) diff --git a/tests/RegressionTests_cheyenne.intel.log b/tests/RegressionTests_cheyenne.intel.log index 6540ab9776..d3fa5f0226 100644 --- a/tests/RegressionTests_cheyenne.intel.log +++ b/tests/RegressionTests_cheyenne.intel.log @@ -1,23 +1,23 @@ -Thu Dec 23 11:16:26 MST 2021 +Wed Dec 29 21:25:07 MST 2021 Start Regression test -Compile 001 elapsed time 966 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v16_coupled_nsstNoahmpUGWPv1,FV3_GFS_v16_coupled_p7_rrtmgp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 002 elapsed time 405 seconds. -DAPP=S2S -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16_coupled_nsstNoahmpUGWPv1 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 003 elapsed time 732 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v15_thompson_mynn_RRTMGP,FV3_GFS_v16_nsstNoahmpUGWPv1,FV3_GFS_v16_p7_rrtmgp -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 004 elapsed time 693 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 005 elapsed time 831 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_RRTMGP,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_thompson,FV3_GFS_v16_noahmp,FV3_HAFS_v0_hwrf_thompson -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 006 elapsed time 576 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DREPRO=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -Compile 007 elapsed time 373 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_RRTMGP,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp,FV3_GFS_v16_thompson,FV3_GFS_v15_thompson_mynn,FV3_GFS_v16_nsstNoahmpUGWPv1 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 008 elapsed time 353 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_RAP,FV3_RAP_cires_ugwp,FV3_RAP_unified_ugwp,FV3_RAP_noah,FV3_RAP_RRTMGP,FV3_RAP_sfcdiff,FV3_RAP_flake,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 009 elapsed time 282 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_HAFS_v0_hwrf_thompson -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 010 elapsed time 696 seconds. -DAPP=HAFSW -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 011 elapsed time 724 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 012 elapsed time 437 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 013 elapsed time 220 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 014 elapsed time 597 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release - -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/INTEL/cpld_control_p7 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24509/cpld_control_p7 +Compile 001 elapsed time 950 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v16_coupled_nsstNoahmpUGWPv1,FV3_GFS_v16_coupled_p7_rrtmgp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 002 elapsed time 393 seconds. -DAPP=S2S -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16_coupled_nsstNoahmpUGWPv1 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 003 elapsed time 726 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v15_thompson_mynn_RRTMGP,FV3_GFS_v16_nsstNoahmpUGWPv1,FV3_GFS_v16_p7_rrtmgp -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 004 elapsed time 681 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 005 elapsed time 791 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_RRTMGP,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_thompson,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 006 elapsed time 569 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DREPRO=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit +Compile 007 elapsed time 364 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_RRTMGP,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp,FV3_GFS_v16_thompson,FV3_GFS_v15_thompson_mynn,FV3_GFS_v16_nsstNoahmpUGWPv1 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 008 elapsed time 348 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_RAP,FV3_RAP_cires_ugwp,FV3_RAP_unified_ugwp,FV3_RAP_noah,FV3_RAP_RRTMGP,FV3_RAP_sfcdiff,FV3_RAP_flake,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 009 elapsed time 277 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 697 seconds. -DAPP=HAFSW -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 011 elapsed time 705 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 012 elapsed time 430 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 013 elapsed time 226 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 014 elapsed time 591 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release + +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/INTEL/cpld_control_p7 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_5060/cpld_control_p7 Checking test 001 cpld_control_p7 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -70,14 +70,14 @@ Checking test 001 cpld_control_p7 results .... Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK -0:The total amount of wall time = 256.503805 -0:The maximum resident set size (KB) = 535796 +0:The total amount of wall time = 249.374237 +0:The maximum resident set size (KB) = 535720 Test 001 cpld_control_p7 PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/INTEL/cpld_control_p7_rrtmgp -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24509/cpld_control_p7_rrtmgp +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/INTEL/cpld_control_p7_rrtmgp +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_5060/cpld_control_p7_rrtmgp Checking test 002 cpld_control_p7_rrtmgp results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -130,14 +130,14 @@ Checking test 002 cpld_control_p7_rrtmgp results .... Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK -0:The total amount of wall time = 357.507271 -0:The maximum resident set size (KB) = 634540 +0:The total amount of wall time = 312.771520 +0:The maximum resident set size (KB) = 634400 Test 002 cpld_control_p7_rrtmgp PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/INTEL/cpld_control_p7 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24509/cpld_2threads_p7 +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/INTEL/cpld_control_p7 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_5060/cpld_2threads_p7 Checking test 003 cpld_2threads_p7 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -190,14 +190,14 @@ Checking test 003 cpld_2threads_p7 results .... Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK -0:The total amount of wall time = 475.484322 -0:The maximum resident set size (KB) = 629736 +0:The total amount of wall time = 476.441137 +0:The maximum resident set size (KB) = 629720 Test 003 cpld_2threads_p7 PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/INTEL/cpld_control_p7 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24509/cpld_decomp_p7 +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/INTEL/cpld_control_p7 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_5060/cpld_decomp_p7 Checking test 004 cpld_decomp_p7 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -250,14 +250,14 @@ Checking test 004 cpld_decomp_p7 results .... Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK -0:The total amount of wall time = 246.243110 -0:The maximum resident set size (KB) = 531776 +0:The total amount of wall time = 246.551491 +0:The maximum resident set size (KB) = 531668 Test 004 cpld_decomp_p7 PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/INTEL/cpld_control_p7 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24509/cpld_mpi_p7 +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/INTEL/cpld_control_p7 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_5060/cpld_mpi_p7 Checking test 005 cpld_mpi_p7 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -310,14 +310,14 @@ Checking test 005 cpld_mpi_p7 results .... Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK -0:The total amount of wall time = 213.126388 -0:The maximum resident set size (KB) = 508148 +0:The total amount of wall time = 211.024589 +0:The maximum resident set size (KB) = 507908 Test 005 cpld_mpi_p7 PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/INTEL/cpld_bmark_p7 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24509/cpld_bmark_p7 +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/INTEL/cpld_bmark_p7 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_5060/cpld_bmark_p7 Checking test 006 cpld_bmark_p7 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -362,14 +362,14 @@ Checking test 006 cpld_bmark_p7 results .... Comparing RESTART/iced.2013-04-01-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-21600.nc .........OK -0:The total amount of wall time = 977.994266 -0:The maximum resident set size (KB) = 1206132 +0:The total amount of wall time = 930.044449 +0:The maximum resident set size (KB) = 1205700 Test 006 cpld_bmark_p7 PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/INTEL/cpld_bmark_p7 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24509/cpld_bmark_mpi_p7 +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/INTEL/cpld_bmark_p7 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_5060/cpld_bmark_mpi_p7 Checking test 007 cpld_bmark_mpi_p7 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -414,14 +414,14 @@ Checking test 007 cpld_bmark_mpi_p7 results .... Comparing RESTART/iced.2013-04-01-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-21600.nc .........OK -0:The total amount of wall time = 952.172707 -0:The maximum resident set size (KB) = 1208532 +0:The total amount of wall time = 953.436083 +0:The maximum resident set size (KB) = 1209300 Test 007 cpld_bmark_mpi_p7 PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/INTEL/cpld_control_c96_p7 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24509/cpld_control_c96_p7 +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/INTEL/cpld_control_c96_p7 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_5060/cpld_control_c96_p7 Checking test 008 cpld_control_c96_p7 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -471,14 +471,14 @@ Checking test 008 cpld_control_c96_p7 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 = 242.761409 -0:The maximum resident set size (KB) = 524176 +0:The total amount of wall time = 242.647964 +0:The maximum resident set size (KB) = 524000 Test 008 cpld_control_c96_p7 PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/INTEL/cpld_control_c96_p7 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24509/cpld_restart_c96_p7 +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/INTEL/cpld_control_c96_p7 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_5060/cpld_restart_c96_p7 Checking test 009 cpld_restart_c96_p7 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -528,14 +528,14 @@ Checking test 009 cpld_restart_c96_p7 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 = 128.266814 -0:The maximum resident set size (KB) = 313972 +0:The total amount of wall time = 128.037915 +0:The maximum resident set size (KB) = 313892 Test 009 cpld_restart_c96_p7 PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/INTEL/cpld_control_c192_p7 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24509/cpld_control_c192_p7 +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/INTEL/cpld_control_c192_p7 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_5060/cpld_control_c192_p7 Checking test 010 cpld_control_c192_p7 results .... Comparing sfcf036.tile1.nc .........OK Comparing sfcf036.tile2.nc .........OK @@ -585,14 +585,14 @@ Checking test 010 cpld_control_c192_p7 results .... Comparing RESTART/iced.2021-03-23-64800.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-64800.nc .........OK -0:The total amount of wall time = 1023.728202 -0:The maximum resident set size (KB) = 693976 +0:The total amount of wall time = 1023.820660 +0:The maximum resident set size (KB) = 694072 Test 010 cpld_control_c192_p7 PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/INTEL/cpld_control_c192_p7 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24509/cpld_restart_c192_p7 +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/INTEL/cpld_control_c192_p7 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_5060/cpld_restart_c192_p7 Checking test 011 cpld_restart_c192_p7 results .... Comparing sfcf036.tile1.nc .........OK Comparing sfcf036.tile2.nc .........OK @@ -642,14 +642,14 @@ Checking test 011 cpld_restart_c192_p7 results .... Comparing RESTART/iced.2021-03-23-64800.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-64800.nc .........OK -0:The total amount of wall time = 645.661302 -0:The maximum resident set size (KB) = 757708 +0:The total amount of wall time = 644.028092 +0:The maximum resident set size (KB) = 756640 Test 011 cpld_restart_c192_p7 PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/INTEL/cpld_control_c384_p7 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24509/cpld_control_c384_p7 +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/INTEL/cpld_control_c384_p7 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_5060/cpld_control_c384_p7 Checking test 012 cpld_control_c384_p7 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -692,14 +692,14 @@ Checking test 012 cpld_control_c384_p7 results .... Comparing RESTART/iced.2021-03-22-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-22-43200.nc .........OK -0:The total amount of wall time = 1090.180299 -0:The maximum resident set size (KB) = 1231200 +0:The total amount of wall time = 1094.910390 +0:The maximum resident set size (KB) = 1233364 Test 012 cpld_control_c384_p7 PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/INTEL/cpld_control_c384_p7 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24509/cpld_restart_c384_p7 +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/INTEL/cpld_control_c384_p7 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_5060/cpld_restart_c384_p7 Checking test 013 cpld_restart_c384_p7 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -742,14 +742,14 @@ Checking test 013 cpld_restart_c384_p7 results .... Comparing RESTART/iced.2021-03-22-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-22-43200.nc .........OK -0:The total amount of wall time = 559.344090 -0:The maximum resident set size (KB) = 1181684 +0:The total amount of wall time = 580.725572 +0:The maximum resident set size (KB) = 1180648 Test 013 cpld_restart_c384_p7 PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/INTEL/cpld_debug_p7 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24509/cpld_debug_p7 +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/INTEL/cpld_debug_p7 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_5060/cpld_debug_p7 Checking test 014 cpld_debug_p7 results .... Comparing sfcf006.tile1.nc .........OK Comparing sfcf006.tile2.nc .........OK @@ -799,14 +799,14 @@ Checking test 014 cpld_debug_p7 results .... Comparing RESTART/iced.2021-03-22-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-22-43200.nc .........OK -0:The total amount of wall time = 653.448662 -0:The maximum resident set size (KB) = 590072 +0:The total amount of wall time = 649.310262 +0:The maximum resident set size (KB) = 590244 Test 014 cpld_debug_p7 PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/INTEL/control -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24509/control +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/INTEL/control +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_5060/control Checking test 015 control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -853,14 +853,14 @@ Checking test 015 control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 146.083015 -0:The maximum resident set size (KB) = 446296 +0:The total amount of wall time = 145.622667 +0:The maximum resident set size (KB) = 446236 Test 015 control PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/INTEL/control -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24509/control_decomp +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/INTEL/control +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_5060/control_decomp Checking test 016 control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -903,14 +903,14 @@ Checking test 016 control_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 150.904165 -0:The maximum resident set size (KB) = 444052 +0:The total amount of wall time = 152.714922 +0:The maximum resident set size (KB) = 444432 Test 016 control_decomp PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/INTEL/control -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24509/control_2threads +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/INTEL/control +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_5060/control_2threads Checking test 017 control_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -953,14 +953,14 @@ Checking test 017 control_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 321.818608 -0:The maximum resident set size (KB) = 491788 +0:The total amount of wall time = 316.883449 +0:The maximum resident set size (KB) = 491600 Test 017 control_2threads PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/INTEL/control -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24509/control_restart +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/INTEL/control +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_5060/control_restart Checking test 018 control_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -999,14 +999,14 @@ Checking test 018 control_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 76.597591 -0:The maximum resident set size (KB) = 188812 +0:The total amount of wall time = 75.490690 +0:The maximum resident set size (KB) = 188320 Test 018 control_restart PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/INTEL/control -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24509/control_fhzero +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/INTEL/control +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_5060/control_fhzero Checking test 019 control_fhzero results .... Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf021.nc ............ALT CHECK......OK @@ -1049,14 +1049,14 @@ Checking test 019 control_fhzero results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 138.655112 -0:The maximum resident set size (KB) = 446260 +0:The total amount of wall time = 138.046531 +0:The maximum resident set size (KB) = 446156 Test 019 control_fhzero PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/INTEL/control_CubedSphereGrid -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24509/control_CubedSphereGrid +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/INTEL/control_CubedSphereGrid +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_5060/control_CubedSphereGrid Checking test 020 control_CubedSphereGrid results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -1083,14 +1083,14 @@ Checking test 020 control_CubedSphereGrid results .... Comparing atmf024.tile5.nc .........OK Comparing atmf024.tile6.nc .........OK -0:The total amount of wall time = 138.369118 -0:The maximum resident set size (KB) = 445724 +0:The total amount of wall time = 141.444766 +0:The maximum resident set size (KB) = 445748 Test 020 control_CubedSphereGrid PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/INTEL/control_latlon -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24509/control_latlon +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/INTEL/control_latlon +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_5060/control_latlon Checking test 021 control_latlon results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1101,32 +1101,32 @@ Checking test 021 control_latlon results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 146.390709 -0:The maximum resident set size (KB) = 445392 +0:The total amount of wall time = 143.880638 +0:The maximum resident set size (KB) = 445600 Test 021 control_latlon PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/INTEL/control_wrtGauss_netcdf_parallel -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24509/control_wrtGauss_netcdf_parallel +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/INTEL/control_wrtGauss_netcdf_parallel +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_5060/control_wrtGauss_netcdf_parallel Checking test 022 control_wrtGauss_netcdf_parallel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK - Comparing atmf000.nc ............ALT CHECK......OK + Comparing atmf000.nc .........OK Comparing atmf024.nc ............ALT CHECK......OK Comparing GFSFLX.GrbF00 .........OK Comparing GFSFLX.GrbF24 .........OK Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 147.218471 -0:The maximum resident set size (KB) = 446204 +0:The total amount of wall time = 147.142093 +0:The maximum resident set size (KB) = 446864 Test 022 control_wrtGauss_netcdf_parallel PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/INTEL/control_c48 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24509/control_c48 +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/INTEL/control_c48 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_5060/control_c48 Checking test 023 control_c48 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1165,14 +1165,14 @@ Checking test 023 control_c48 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 422.415215 -0:The maximum resident set size (KB) = 629824 +0:The total amount of wall time = 421.688014 +0:The maximum resident set size (KB) = 629716 Test 023 control_c48 PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/INTEL/control_c192 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24509/control_c192 +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/INTEL/control_c192 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_5060/control_c192 Checking test 024 control_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1183,14 +1183,14 @@ Checking test 024 control_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 588.433710 -0:The maximum resident set size (KB) = 539564 +0:The total amount of wall time = 587.534698 +0:The maximum resident set size (KB) = 539804 Test 024 control_c192 PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/INTEL/control_c384 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24509/control_c384 +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/INTEL/control_c384 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_5060/control_c384 Checking test 025 control_c384 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1201,14 +1201,14 @@ Checking test 025 control_c384 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -0:The total amount of wall time = 1085.931787 -0:The maximum resident set size (KB) = 795560 +0:The total amount of wall time = 1077.185433 +0:The maximum resident set size (KB) = 795676 Test 025 control_c384 PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/INTEL/control_c384gdas -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24509/control_c384gdas +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/INTEL/control_c384gdas +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_5060/control_c384gdas Checking test 026 control_c384gdas results .... Comparing sfcf000.nc .........OK Comparing sfcf006.nc .........OK @@ -1251,14 +1251,14 @@ Checking test 026 control_c384gdas results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 934.659373 -0:The maximum resident set size (KB) = 946908 +0:The total amount of wall time = 895.375338 +0:The maximum resident set size (KB) = 946704 Test 026 control_c384gdas PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/INTEL/control_stochy -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24509/control_stochy +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/INTEL/control_stochy +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_5060/control_stochy Checking test 027 control_stochy results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1269,28 +1269,28 @@ Checking test 027 control_stochy results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -0:The total amount of wall time = 95.831586 -0:The maximum resident set size (KB) = 447360 +0:The total amount of wall time = 97.076358 +0:The maximum resident set size (KB) = 447272 Test 027 control_stochy PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/INTEL/control_stochy -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24509/control_stochy_restart +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/INTEL/control_stochy +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_5060/control_stochy_restart Checking test 028 control_stochy_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK -0:The total amount of wall time = 50.398031 -0:The maximum resident set size (KB) = 221896 +0:The total amount of wall time = 50.266571 +0:The maximum resident set size (KB) = 221356 Test 028 control_stochy_restart PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/INTEL/control_lndp -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24509/control_lndp +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/INTEL/control_lndp +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_5060/control_lndp Checking test 029 control_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1301,14 +1301,14 @@ Checking test 029 control_lndp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -0:The total amount of wall time = 87.502554 -0:The maximum resident set size (KB) = 451052 +0:The total amount of wall time = 86.964696 +0:The maximum resident set size (KB) = 450900 Test 029 control_lndp PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/INTEL/control_p7 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24509/control_p7 +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/INTEL/control_p7 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_5060/control_p7 Checking test 030 control_p7 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1355,14 +1355,14 @@ Checking test 030 control_p7 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 163.044913 -0:The maximum resident set size (KB) = 485808 +0:The total amount of wall time = 162.114985 +0:The maximum resident set size (KB) = 485888 Test 030 control_p7 PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/INTEL/control_p7_rrtmgp -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24509/control_p7_rrtmgp +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/INTEL/control_p7_rrtmgp +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_5060/control_p7_rrtmgp Checking test 031 control_p7_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1409,14 +1409,14 @@ Checking test 031 control_p7_rrtmgp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 281.885954 -0:The maximum resident set size (KB) = 586484 +0:The total amount of wall time = 233.525830 +0:The maximum resident set size (KB) = 587100 Test 031 control_p7_rrtmgp PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/INTEL/control_p7 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24509/control_restart_p7 +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/INTEL/control_p7 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_5060/control_restart_p7 Checking test 032 control_restart_p7 results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1455,14 +1455,14 @@ Checking test 032 control_restart_p7 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 86.649119 -0:The maximum resident set size (KB) = 291968 +0:The total amount of wall time = 86.355178 +0:The maximum resident set size (KB) = 292040 Test 032 control_restart_p7 PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/INTEL/control_p7 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24509/control_decomp_p7 +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/INTEL/control_p7 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_5060/control_decomp_p7 Checking test 033 control_decomp_p7 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1505,14 +1505,14 @@ Checking test 033 control_decomp_p7 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 166.577478 -0:The maximum resident set size (KB) = 478752 +0:The total amount of wall time = 165.936743 +0:The maximum resident set size (KB) = 478988 Test 033 control_decomp_p7 PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/INTEL/control_p7 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24509/control_2threads_p7 +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/INTEL/control_p7 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_5060/control_2threads_p7 Checking test 034 control_2threads_p7 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1555,14 +1555,14 @@ Checking test 034 control_2threads_p7 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 357.822206 -0:The maximum resident set size (KB) = 566048 +0:The total amount of wall time = 357.878274 +0:The maximum resident set size (KB) = 566260 Test 034 control_2threads_p7 PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/INTEL/fv3_regional_control -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24509/regional_control +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/INTEL/fv3_regional_control +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_5060/regional_control Checking test 035 regional_control results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1573,28 +1573,28 @@ Checking test 035 regional_control results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK -0:The total amount of wall time = 343.554112 -0:The maximum resident set size (KB) = 568588 +0:The total amount of wall time = 347.770007 +0:The maximum resident set size (KB) = 567948 Test 035 regional_control PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/INTEL/fv3_regional_control -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24509/regional_restart +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/INTEL/fv3_regional_control +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_5060/regional_restart Checking test 036 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 = 190.944530 -0:The maximum resident set size (KB) = 559180 +0:The total amount of wall time = 190.971119 +0:The maximum resident set size (KB) = 558824 Test 036 regional_restart PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/INTEL/fv3_regional_noquilt -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24509/regional_noquilt +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/INTEL/fv3_regional_noquilt +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_5060/regional_noquilt Checking test 037 regional_noquilt results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK @@ -1602,14 +1602,14 @@ Checking test 037 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 = 368.330453 -0:The maximum resident set size (KB) = 576072 +0:The total amount of wall time = 367.809986 +0:The maximum resident set size (KB) = 575908 Test 037 regional_noquilt PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/INTEL/fv3_regional_control -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24509/regional_2threads +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/INTEL/fv3_regional_control +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_5060/regional_2threads Checking test 038 regional_2threads results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1620,14 +1620,14 @@ Checking test 038 regional_2threads results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK -0:The total amount of wall time = 931.873074 -0:The maximum resident set size (KB) = 553680 +0:The total amount of wall time = 930.069219 +0:The maximum resident set size (KB) = 553100 Test 038 regional_2threads PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/INTEL/fv3_regional_hafs -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24509/regional_hafs +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/INTEL/fv3_regional_hafs +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_5060/regional_hafs Checking test 039 regional_hafs results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1636,28 +1636,28 @@ Checking test 039 regional_hafs results .... Comparing HURPRS.GrbF00 .........OK Comparing HURPRS.GrbF24 .........OK -0:The total amount of wall time = 348.541008 -0:The maximum resident set size (KB) = 558200 +0:The total amount of wall time = 350.416346 +0:The maximum resident set size (KB) = 558328 Test 039 regional_hafs PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/INTEL/fv3_regional_netcdf_parallel -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24509/regional_netcdf_parallel +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/INTEL/fv3_regional_netcdf_parallel +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_5060/regional_netcdf_parallel Checking test 040 regional_netcdf_parallel results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK - Comparing phyf000.nc .........OK - Comparing phyf024.nc ............ALT CHECK......OK + Comparing phyf000.nc ............ALT CHECK......OK + Comparing phyf024.nc .........OK -0:The total amount of wall time = 347.426231 -0:The maximum resident set size (KB) = 558312 +0:The total amount of wall time = 346.025115 +0:The maximum resident set size (KB) = 558032 Test 040 regional_netcdf_parallel PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/INTEL/fv3_regional_RRTMGP -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24509/regional_RRTMGP +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/INTEL/fv3_regional_RRTMGP +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_5060/regional_RRTMGP Checking test 041 regional_RRTMGP results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1668,14 +1668,14 @@ Checking test 041 regional_RRTMGP results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK -0:The total amount of wall time = 651.446846 -0:The maximum resident set size (KB) = 683192 +0:The total amount of wall time = 504.509760 +0:The maximum resident set size (KB) = 678192 Test 041 regional_RRTMGP PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/INTEL/rap_control -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24509/rap_control +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/INTEL/rap_control +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_5060/rap_control Checking test 042 rap_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1722,14 +1722,14 @@ Checking test 042 rap_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 399.317211 -0:The maximum resident set size (KB) = 808820 +0:The total amount of wall time = 407.313076 +0:The maximum resident set size (KB) = 808964 Test 042 rap_control PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/INTEL/rap_control -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24509/rap_2threads +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/INTEL/rap_control +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_5060/rap_2threads Checking test 043 rap_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1776,14 +1776,14 @@ Checking test 043 rap_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 867.430930 -0:The maximum resident set size (KB) = 873892 +0:The total amount of wall time = 860.614593 +0:The maximum resident set size (KB) = 873396 Test 043 rap_2threads PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/INTEL/rap_sfcdiff -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24509/rap_sfcdiff +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/INTEL/rap_sfcdiff +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_5060/rap_sfcdiff Checking test 044 rap_sfcdiff results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1830,14 +1830,14 @@ Checking test 044 rap_sfcdiff results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 399.476099 -0:The maximum resident set size (KB) = 808748 +0:The total amount of wall time = 409.617482 +0:The maximum resident set size (KB) = 808788 Test 044 rap_sfcdiff PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/INTEL/rap_sfcdiff -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24509/rap_sfcdiff_restart +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/INTEL/rap_sfcdiff +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_5060/rap_sfcdiff_restart Checking test 045 rap_sfcdiff_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1876,14 +1876,14 @@ Checking test 045 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 = 205.960736 -0:The maximum resident set size (KB) = 562948 +0:The total amount of wall time = 205.590229 +0:The maximum resident set size (KB) = 562380 Test 045 rap_sfcdiff_restart PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/INTEL/hrrr_control -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24509/hrrr_control +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/INTEL/hrrr_control +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_5060/hrrr_control Checking test 046 hrrr_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1930,14 +1930,14 @@ Checking test 046 hrrr_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 391.547837 -0:The maximum resident set size (KB) = 807504 +0:The total amount of wall time = 392.321946 +0:The maximum resident set size (KB) = 807272 Test 046 hrrr_control PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/INTEL/rrfs_v1beta -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24509/rrfs_v1beta +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/INTEL/rrfs_v1beta +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_5060/rrfs_v1beta Checking test 047 rrfs_v1beta results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1984,14 +1984,14 @@ Checking test 047 rrfs_v1beta results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 393.747780 -0:The maximum resident set size (KB) = 806412 +0:The total amount of wall time = 399.324076 +0:The maximum resident set size (KB) = 806464 Test 047 rrfs_v1beta PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/INTEL/control_rrtmgp -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24509/control_rrtmgp +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/INTEL/control_rrtmgp +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_5060/control_rrtmgp Checking test 048 control_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2002,14 +2002,14 @@ Checking test 048 control_rrtmgp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 314.600017 -0:The maximum resident set size (KB) = 579436 +0:The total amount of wall time = 262.729287 +0:The maximum resident set size (KB) = 579312 Test 048 control_rrtmgp PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/INTEL/control_rrtmgp_c192 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24509/control_rrtmgp_c192 +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/INTEL/control_rrtmgp_c192 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_5060/control_rrtmgp_c192 Checking test 049 control_rrtmgp_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -2020,14 +2020,14 @@ Checking test 049 control_rrtmgp_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -0:The total amount of wall time = 793.424522 -0:The maximum resident set size (KB) = 781232 +0:The total amount of wall time = 699.403346 +0:The maximum resident set size (KB) = 781240 Test 049 control_rrtmgp_c192 PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/INTEL/control_csawmg -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24509/control_csawmg +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/INTEL/control_csawmg +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_5060/control_csawmg Checking test 050 control_csawmg results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2038,14 +2038,14 @@ Checking test 050 control_csawmg results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 400.672705 -0:The maximum resident set size (KB) = 520264 +0:The total amount of wall time = 404.128185 +0:The maximum resident set size (KB) = 520216 Test 050 control_csawmg PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/INTEL/control_csawmgt -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24509/control_csawmgt +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/INTEL/control_csawmgt +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_5060/control_csawmgt Checking test 051 control_csawmgt results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2056,14 +2056,14 @@ Checking test 051 control_csawmgt results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 396.761594 -0:The maximum resident set size (KB) = 519872 +0:The total amount of wall time = 399.411182 +0:The maximum resident set size (KB) = 520136 Test 051 control_csawmgt PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/INTEL/control_flake -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24509/control_flake +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/INTEL/control_flake +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_5060/control_flake Checking test 052 control_flake results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2074,14 +2074,14 @@ Checking test 052 control_flake results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 266.136396 -0:The maximum resident set size (KB) = 516360 +0:The total amount of wall time = 264.861933 +0:The maximum resident set size (KB) = 517060 Test 052 control_flake PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/INTEL/control_ras -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24509/control_ras +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/INTEL/control_ras +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_5060/control_ras Checking test 053 control_ras results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2092,14 +2092,14 @@ Checking test 053 control_ras results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 206.107119 -0:The maximum resident set size (KB) = 479228 +0:The total amount of wall time = 206.904942 +0:The maximum resident set size (KB) = 479304 Test 053 control_ras PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/INTEL/control_thompson -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24509/control_thompson +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/INTEL/control_thompson +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_5060/control_thompson Checking test 054 control_thompson results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2110,14 +2110,14 @@ Checking test 054 control_thompson results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 259.749343 -0:The maximum resident set size (KB) = 830016 +0:The total amount of wall time = 262.056555 +0:The maximum resident set size (KB) = 830332 Test 054 control_thompson PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/INTEL/control_thompson_no_aero -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24509/control_thompson_no_aero +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/INTEL/control_thompson_no_aero +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_5060/control_thompson_no_aero Checking test 055 control_thompson_no_aero results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2128,149 +2128,55 @@ Checking test 055 control_thompson_no_aero results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 247.439659 -0:The maximum resident set size (KB) = 823108 +0:The total amount of wall time = 248.868290 +0:The maximum resident set size (KB) = 823188 Test 055 control_thompson_no_aero PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/INTEL/HAFS_v0_HWRF_thompson -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24509/fv3_HAFS_v0_hwrf_thompson -Checking test 056 fv3_HAFS_v0_hwrf_thompson results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing sfcf000.tile1.nc .........OK - Comparing sfcf000.tile2.nc .........OK - Comparing sfcf000.tile3.nc .........OK - Comparing sfcf000.tile4.nc .........OK - Comparing sfcf000.tile5.nc .........OK - Comparing sfcf000.tile6.nc .........OK - Comparing sfcf024.tile1.nc .........OK - Comparing sfcf024.tile2.nc .........OK - Comparing sfcf024.tile3.nc .........OK - Comparing sfcf024.tile4.nc .........OK - Comparing sfcf024.tile5.nc .........OK - Comparing sfcf024.tile6.nc .........OK - Comparing atmf000.tile1.nc .........OK - Comparing atmf000.tile2.nc .........OK - Comparing atmf000.tile3.nc .........OK - Comparing atmf000.tile4.nc .........OK - Comparing atmf000.tile5.nc .........OK - Comparing atmf000.tile6.nc .........OK - Comparing atmf024.tile1.nc .........OK - Comparing atmf024.tile2.nc .........OK - Comparing atmf024.tile3.nc .........OK - Comparing atmf024.tile4.nc .........OK - Comparing atmf024.tile5.nc .........OK - Comparing atmf024.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - -0:The total amount of wall time = 201.253443 -0:The maximum resident set size (KB) = 536032 - -Test 056 fv3_HAFS_v0_hwrf_thompson PASS - - -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/INTEL/ESG_HAFS_v0_HWRF_thompson -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24509/fv3_esg_HAFS_v0_hwrf_thompson -Checking test 057 fv3_esg_HAFS_v0_hwrf_thompson results .... - Comparing atmos_4xdaily.nc .........OK - Comparing phyf000.nc .........OK - Comparing phyf012.nc .........OK - Comparing dynf000.nc .........OK - Comparing dynf012.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/sfc_data.nc .........OK - Comparing RESTART/phy_data.nc .........OK - -0:The total amount of wall time = 348.850595 -0:The maximum resident set size (KB) = 607380 - -Test 057 fv3_esg_HAFS_v0_hwrf_thompson PASS - - -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/INTEL/control_wam_repro -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24509/control_wam_repro -Checking test 058 control_wam results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/INTEL/control_wam_repro +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_5060/control_wam_repro +Checking test 056 control_wam results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK -0:The total amount of wall time = 132.676243 -0:The maximum resident set size (KB) = 202064 +0:The total amount of wall time = 137.076313 +0:The maximum resident set size (KB) = 202292 -Test 058 control_wam PASS +Test 056 control_wam PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/INTEL/control_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24509/control_debug -Checking test 059 control_debug results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/INTEL/control_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_5060/control_debug +Checking test 057 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.249786 -0:The maximum resident set size (KB) = 508796 +0:The total amount of wall time = 155.090947 +0:The maximum resident set size (KB) = 508760 -Test 059 control_debug PASS +Test 057 control_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/INTEL/control_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24509/control_2threads_debug -Checking test 060 control_2threads_debug results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/INTEL/control_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_5060/control_2threads_debug +Checking test 058 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 = 273.004219 -0:The maximum resident set size (KB) = 557016 +0:The total amount of wall time = 272.378144 +0:The maximum resident set size (KB) = 555124 -Test 060 control_2threads_debug PASS +Test 058 control_2threads_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/INTEL/control_CubedSphereGrid_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24509/control_CubedSphereGrid_debug -Checking test 061 control_CubedSphereGrid_debug results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/INTEL/control_CubedSphereGrid_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_5060/control_CubedSphereGrid_debug +Checking test 059 control_CubedSphereGrid_debug results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK Comparing sfcf000.tile3.nc .........OK @@ -2296,449 +2202,389 @@ Checking test 061 control_CubedSphereGrid_debug results .... Comparing atmf001.tile5.nc .........OK Comparing atmf001.tile6.nc .........OK -0:The total amount of wall time = 168.724131 -0:The maximum resident set size (KB) = 507808 +0:The total amount of wall time = 168.579310 +0:The maximum resident set size (KB) = 507788 -Test 061 control_CubedSphereGrid_debug PASS +Test 059 control_CubedSphereGrid_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/INTEL/control_wrtGauss_netcdf_parallel_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24509/control_wrtGauss_netcdf_parallel_debug -Checking test 062 control_wrtGauss_netcdf_parallel_debug results .... - Comparing sfcf000.nc .........OK - Comparing sfcf001.nc ............ALT CHECK......OK +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/INTEL/control_wrtGauss_netcdf_parallel_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_5060/control_wrtGauss_netcdf_parallel_debug +Checking test 060 control_wrtGauss_netcdf_parallel_debug results .... + Comparing sfcf000.nc ............ALT CHECK......OK + Comparing sfcf001.nc .........OK Comparing atmf000.nc ............ALT CHECK......OK - Comparing atmf001.nc .........OK + Comparing atmf001.nc ............ALT CHECK......OK -0:The total amount of wall time = 158.008308 -0:The maximum resident set size (KB) = 508788 +0:The total amount of wall time = 158.084477 +0:The maximum resident set size (KB) = 508732 -Test 062 control_wrtGauss_netcdf_parallel_debug PASS +Test 060 control_wrtGauss_netcdf_parallel_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/INTEL/control_stochy_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24509/control_stochy_debug -Checking test 063 control_stochy_debug results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/INTEL/control_stochy_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_5060/control_stochy_debug +Checking test 061 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 = 177.826491 -0:The maximum resident set size (KB) = 511220 +0:The total amount of wall time = 176.902055 +0:The maximum resident set size (KB) = 511464 -Test 063 control_stochy_debug PASS +Test 061 control_stochy_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/INTEL/control_lndp_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24509/control_lndp_debug -Checking test 064 control_lndp_debug results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/INTEL/control_lndp_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_5060/control_lndp_debug +Checking test 062 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.916353 -0:The maximum resident set size (KB) = 521008 +0:The total amount of wall time = 159.683184 +0:The maximum resident set size (KB) = 521180 -Test 064 control_lndp_debug PASS +Test 062 control_lndp_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/INTEL/control_rrtmgp_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24509/control_rrtmgp_debug -Checking test 065 control_rrtmgp_debug results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/INTEL/control_rrtmgp_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_5060/control_rrtmgp_debug +Checking test 063 control_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 = 186.026988 -0:The maximum resident set size (KB) = 617528 +0:The total amount of wall time = 173.371458 +0:The maximum resident set size (KB) = 617404 -Test 065 control_rrtmgp_debug PASS +Test 063 control_rrtmgp_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/INTEL/control_csawmg_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24509/control_csawmg_debug -Checking test 066 control_csawmg_debug results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/INTEL/control_csawmg_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_5060/control_csawmg_debug +Checking test 064 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 = 252.261088 -0:The maximum resident set size (KB) = 554980 +0:The total amount of wall time = 250.173728 +0:The maximum resident set size (KB) = 555428 -Test 066 control_csawmg_debug PASS +Test 064 control_csawmg_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/INTEL/control_csawmgt_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24509/control_csawmgt_debug -Checking test 067 control_csawmgt_debug results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/INTEL/control_csawmgt_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_5060/control_csawmgt_debug +Checking test 065 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 = 248.107864 -0:The maximum resident set size (KB) = 554868 +0:The total amount of wall time = 245.579136 +0:The maximum resident set size (KB) = 554944 -Test 067 control_csawmgt_debug PASS +Test 065 control_csawmgt_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/INTEL/control_ras_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24509/control_ras_debug -Checking test 068 control_ras_debug results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/INTEL/control_ras_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_5060/control_ras_debug +Checking test 066 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 = 161.338594 -0:The maximum resident set size (KB) = 518060 +0:The total amount of wall time = 161.527674 +0:The maximum resident set size (KB) = 517616 -Test 068 control_ras_debug PASS +Test 066 control_ras_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/INTEL/control_diag_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24509/control_diag_debug -Checking test 069 control_diag_debug results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/INTEL/control_diag_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_5060/control_diag_debug +Checking test 067 control_diag_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 164.374003 -0:The maximum resident set size (KB) = 562988 +0:The total amount of wall time = 164.002617 +0:The maximum resident set size (KB) = 562632 -Test 069 control_diag_debug PASS +Test 067 control_diag_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/INTEL/control_debug_p7 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24509/control_debug_p7 -Checking test 070 control_debug_p7 results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/INTEL/control_debug_p7 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_5060/control_debug_p7 +Checking test 068 control_debug_p7 results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 169.586232 -0:The maximum resident set size (KB) = 548812 +0:The total amount of wall time = 169.227908 +0:The maximum resident set size (KB) = 548892 -Test 070 control_debug_p7 PASS +Test 068 control_debug_p7 PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/INTEL/control_thompson_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24509/control_thompson_debug -Checking test 071 control_thompson_debug results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/INTEL/control_thompson_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_5060/control_thompson_debug +Checking test 069 control_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 = 182.657837 -0:The maximum resident set size (KB) = 864660 +0:The total amount of wall time = 181.918207 +0:The maximum resident set size (KB) = 864668 -Test 071 control_thompson_debug PASS +Test 069 control_thompson_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/INTEL/control_thompson_no_aero_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24509/control_thompson_no_aero_debug -Checking test 072 control_thompson_no_aero_debug results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/INTEL/control_thompson_no_aero_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_5060/control_thompson_no_aero_debug +Checking test 070 control_thompson_no_aero_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 175.504892 -0:The maximum resident set size (KB) = 862248 +0:The total amount of wall time = 174.983682 +0:The maximum resident set size (KB) = 862448 -Test 072 control_thompson_no_aero_debug PASS +Test 070 control_thompson_no_aero_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/INTEL/control_thompson_debug_extdiag -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24509/control_thompson_extdiag_debug -Checking test 073 control_thompson_extdiag_debug results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/INTEL/control_thompson_debug_extdiag +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_5060/control_thompson_extdiag_debug +Checking test 071 control_thompson_extdiag_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 192.529884 -0:The maximum resident set size (KB) = 905100 +0:The total amount of wall time = 191.356624 +0:The maximum resident set size (KB) = 904760 -Test 073 control_thompson_extdiag_debug PASS +Test 071 control_thompson_extdiag_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/INTEL/fv3_regional_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24509/regional_debug -Checking test 074 regional_debug results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/INTEL/fv3_regional_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_5060/regional_debug +Checking test 072 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.682911 -0:The maximum resident set size (KB) = 601024 +0:The total amount of wall time = 259.075113 +0:The maximum resident set size (KB) = 590684 -Test 074 regional_debug PASS +Test 072 regional_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/INTEL/rap_control_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24509/rap_control_debug -Checking test 075 rap_control_debug results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/INTEL/rap_control_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_5060/rap_control_debug +Checking test 073 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.551159 -0:The maximum resident set size (KB) = 872140 +0:The total amount of wall time = 281.555985 +0:The maximum resident set size (KB) = 872000 -Test 075 rap_control_debug PASS +Test 073 rap_control_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/INTEL/rap_control_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24509/rap_unified_drag_suite_debug -Checking test 076 rap_unified_drag_suite_debug results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/INTEL/rap_control_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_5060/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 -0:The total amount of wall time = 284.336195 -0:The maximum resident set size (KB) = 872400 +0:The total amount of wall time = 281.310696 +0:The maximum resident set size (KB) = 872156 -Test 076 rap_unified_drag_suite_debug PASS +Test 074 rap_unified_drag_suite_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/INTEL/rap_diag_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24509/rap_diag_debug -Checking test 077 rap_diag_debug results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/INTEL/rap_diag_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_5060/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 -0:The total amount of wall time = 298.604064 -0:The maximum resident set size (KB) = 966292 +0:The total amount of wall time = 296.503684 +0:The maximum resident set size (KB) = 966212 -Test 077 rap_diag_debug PASS +Test 075 rap_diag_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/INTEL/rap_cires_ugwp_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24509/rap_cires_ugwp_debug -Checking test 078 rap_cires_ugwp_debug results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/INTEL/rap_cires_ugwp_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_5060/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 -0:The total amount of wall time = 289.397238 -0:The maximum resident set size (KB) = 876280 +0:The total amount of wall time = 286.798454 +0:The maximum resident set size (KB) = 876540 -Test 078 rap_cires_ugwp_debug PASS +Test 076 rap_cires_ugwp_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/INTEL/rap_cires_ugwp_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24509/rap_unified_ugwp_debug -Checking test 079 rap_unified_ugwp_debug results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/INTEL/rap_cires_ugwp_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_5060/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 -0:The total amount of wall time = 289.092348 -0:The maximum resident set size (KB) = 872048 +0:The total amount of wall time = 287.962047 +0:The maximum resident set size (KB) = 871968 -Test 079 rap_unified_ugwp_debug PASS +Test 077 rap_unified_ugwp_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/INTEL/rap_noah_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24509/rap_noah_debug -Checking test 080 rap_noah_debug results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/INTEL/rap_noah_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_5060/rap_noah_debug +Checking test 078 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 = 279.226438 +0:The total amount of wall time = 278.012710 0:The maximum resident set size (KB) = 870632 -Test 080 rap_noah_debug PASS +Test 078 rap_noah_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/INTEL/rap_rrtmgp_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24509/rap_rrtmgp_debug -Checking test 081 rap_rrtmgp_debug results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/INTEL/rap_rrtmgp_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_5060/rap_rrtmgp_debug +Checking test 079 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 = 494.800680 -0:The maximum resident set size (KB) = 985844 +0:The total amount of wall time = 486.934520 +0:The maximum resident set size (KB) = 986132 -Test 081 rap_rrtmgp_debug PASS +Test 079 rap_rrtmgp_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/INTEL/rap_lndp_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24509/rap_lndp_debug -Checking test 082 rap_lndp_debug results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/INTEL/rap_lndp_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_5060/rap_lndp_debug +Checking test 080 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 = 285.476149 -0:The maximum resident set size (KB) = 872736 +0:The total amount of wall time = 284.383275 +0:The maximum resident set size (KB) = 872548 -Test 082 rap_lndp_debug PASS +Test 080 rap_lndp_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/INTEL/rap_sfcdiff_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24509/rap_sfcdiff_debug -Checking test 083 rap_sfcdiff_debug results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/INTEL/rap_sfcdiff_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_5060/rap_sfcdiff_debug +Checking test 081 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 = 283.546786 -0:The maximum resident set size (KB) = 871908 +0:The total amount of wall time = 282.021921 +0:The maximum resident set size (KB) = 871848 -Test 083 rap_sfcdiff_debug PASS +Test 081 rap_sfcdiff_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/INTEL/rap_flake_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24509/rap_flake_debug -Checking test 084 rap_flake_debug results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/INTEL/rap_flake_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_5060/rap_flake_debug +Checking test 082 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 = 283.104494 -0:The maximum resident set size (KB) = 872396 +0:The total amount of wall time = 282.168944 +0:The maximum resident set size (KB) = 872196 -Test 084 rap_flake_debug PASS +Test 082 rap_flake_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/INTEL/rap_noah_sfcdiff_cires_ugwp_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24509/rap_noah_sfcdiff_cires_ugwp_debug -Checking test 085 rap_noah_sfcdiff_cires_ugwp_debug results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/INTEL/rap_noah_sfcdiff_cires_ugwp_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_5060/rap_noah_sfcdiff_cires_ugwp_debug +Checking test 083 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 = 469.420940 -0:The maximum resident set size (KB) = 871100 +0:The total amount of wall time = 468.643409 +0:The maximum resident set size (KB) = 870852 -Test 085 rap_noah_sfcdiff_cires_ugwp_debug PASS +Test 083 rap_noah_sfcdiff_cires_ugwp_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/INTEL/rrfs_v1beta_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24509/rrfs_v1beta_debug -Checking test 086 rrfs_v1beta_debug results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/INTEL/rrfs_v1beta_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_5060/rrfs_v1beta_debug +Checking test 084 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 = 281.675932 -0:The maximum resident set size (KB) = 869044 +0:The total amount of wall time = 280.229118 +0:The maximum resident set size (KB) = 869036 -Test 086 rrfs_v1beta_debug PASS +Test 084 rrfs_v1beta_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/INTEL/HAFS_v0_HWRF_thompson_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24509/fv3_HAFS_v0_hwrf_thompson_debug -Checking test 087 fv3_HAFS_v0_hwrf_thompson_debug results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing sfcf000.tile1.nc .........OK - Comparing sfcf000.tile2.nc .........OK - Comparing sfcf000.tile3.nc .........OK - Comparing sfcf000.tile4.nc .........OK - Comparing sfcf000.tile5.nc .........OK - Comparing sfcf000.tile6.nc .........OK - Comparing sfcf003.tile1.nc .........OK - Comparing sfcf003.tile2.nc .........OK - Comparing sfcf003.tile3.nc .........OK - Comparing sfcf003.tile4.nc .........OK - Comparing sfcf003.tile5.nc .........OK - Comparing sfcf003.tile6.nc .........OK - Comparing atmf000.tile1.nc .........OK - Comparing atmf000.tile2.nc .........OK - Comparing atmf000.tile3.nc .........OK - Comparing atmf000.tile4.nc .........OK - Comparing atmf000.tile5.nc .........OK - Comparing atmf000.tile6.nc .........OK - Comparing atmf003.tile1.nc .........OK - Comparing atmf003.tile2.nc .........OK - Comparing atmf003.tile3.nc .........OK - Comparing atmf003.tile4.nc .........OK - Comparing atmf003.tile5.nc .........OK - Comparing atmf003.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/INTEL/control_wam_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_5060/control_wam_debug +Checking test 085 control_wam_debug results .... + Comparing sfcf019.nc .........OK + Comparing atmf019.nc .........OK -0:The total amount of wall time = 219.322163 -0:The maximum resident set size (KB) = 569180 +0:The total amount of wall time = 295.652291 +0:The maximum resident set size (KB) = 232776 -Test 087 fv3_HAFS_v0_hwrf_thompson_debug PASS +Test 085 control_wam_debug PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/INTEL/hafs_regional_atm -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24509/hafs_regional_atm -Checking test 088 hafs_regional_atm results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/INTEL/hafs_regional_atm +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_5060/hafs_regional_atm +Checking test 086 hafs_regional_atm results .... Comparing atmf006.nc ............ALT CHECK......OK - Comparing sfcf006.nc .........OK + Comparing sfcf006.nc ............ALT CHECK......OK -0:The total amount of wall time = 504.468841 -0:The maximum resident set size (KB) = 669572 +0:The total amount of wall time = 507.577895 +0:The maximum resident set size (KB) = 669476 -Test 088 hafs_regional_atm PASS +Test 086 hafs_regional_atm PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/INTEL/hafs_regional_atm_ocn -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24509/hafs_regional_atm_ocn -Checking test 089 hafs_regional_atm_ocn results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/INTEL/hafs_regional_atm_ocn +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_5060/hafs_regional_atm_ocn +Checking test 087 hafs_regional_atm_ocn results .... Comparing atmf006.nc ............ALT CHECK......OK Comparing sfcf006.nc ............ALT CHECK......OK Comparing archv.2019_241_06.a .........OK @@ -2746,29 +2592,29 @@ Checking test 089 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 = 381.924579 -0:The maximum resident set size (KB) = 688620 +0:The total amount of wall time = 411.705129 +0:The maximum resident set size (KB) = 688024 -Test 089 hafs_regional_atm_ocn PASS +Test 087 hafs_regional_atm_ocn PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/INTEL/hafs_regional_atm_wav -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24509/hafs_regional_atm_wav -Checking test 090 hafs_regional_atm_wav results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/INTEL/hafs_regional_atm_wav +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_5060/hafs_regional_atm_wav +Checking test 088 hafs_regional_atm_wav results .... Comparing atmf006.nc ............ALT CHECK......OK Comparing sfcf006.nc ............ALT CHECK......OK Comparing out_grd.ww3 .........OK Comparing out_pnt.ww3 .........OK -0:The total amount of wall time = 936.047769 -0:The maximum resident set size (KB) = 684284 +0:The total amount of wall time = 954.498405 +0:The maximum resident set size (KB) = 682476 -Test 090 hafs_regional_atm_wav PASS +Test 088 hafs_regional_atm_wav PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/INTEL/hafs_regional_atm_ocn_wav -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24509/hafs_regional_atm_ocn_wav -Checking test 091 hafs_regional_atm_ocn_wav results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/INTEL/hafs_regional_atm_ocn_wav +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_5060/hafs_regional_atm_ocn_wav +Checking test 089 hafs_regional_atm_ocn_wav results .... Comparing atmf006.nc ............ALT CHECK......OK Comparing sfcf006.nc ............ALT CHECK......OK Comparing archv.2019_241_06.a .........OK @@ -2776,184 +2622,184 @@ Checking test 091 hafs_regional_atm_ocn_wav results .... Comparing out_grd.ww3 .........OK Comparing out_pnt.ww3 .........OK -0:The total amount of wall time = 1013.716448 -0:The maximum resident set size (KB) = 686072 +0:The total amount of wall time = 1016.345863 +0:The maximum resident set size (KB) = 686084 -Test 091 hafs_regional_atm_ocn_wav PASS +Test 089 hafs_regional_atm_ocn_wav PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/INTEL/hafs_regional_1nest_atm -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24509/hafs_regional_1nest_atm -Checking test 092 hafs_regional_1nest_atm results .... - Comparing atmf006.nc ............ALT CHECK......OK +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/INTEL/hafs_regional_1nest_atm +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_5060/hafs_regional_1nest_atm +Checking test 090 hafs_regional_1nest_atm results .... + Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK -0:The total amount of wall time = 1005.443943 -0:The maximum resident set size (KB) = 261816 +0:The total amount of wall time = 1004.979299 +0:The maximum resident set size (KB) = 260996 -Test 092 hafs_regional_1nest_atm PASS +Test 090 hafs_regional_1nest_atm PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/INTEL/hafs_regional_telescopic_2nests_atm -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24509/hafs_regional_telescopic_2nests_atm -Checking test 093 hafs_regional_telescopic_2nests_atm results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/INTEL/hafs_regional_telescopic_2nests_atm +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_5060/hafs_regional_telescopic_2nests_atm +Checking test 091 hafs_regional_telescopic_2nests_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc ............ALT CHECK......OK -0:The total amount of wall time = 1058.747063 -0:The maximum resident set size (KB) = 261284 +0:The total amount of wall time = 1055.884783 +0:The maximum resident set size (KB) = 261056 -Test 093 hafs_regional_telescopic_2nests_atm PASS +Test 091 hafs_regional_telescopic_2nests_atm PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/INTEL/hafs_global_1nest_atm -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24509/hafs_global_1nest_atm -Checking test 094 hafs_global_1nest_atm results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/INTEL/hafs_global_1nest_atm +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_5060/hafs_global_1nest_atm +Checking test 092 hafs_global_1nest_atm results .... Comparing atmf006.nc .........OK - Comparing sfcf006.nc .........OK + Comparing sfcf006.nc ............ALT CHECK......OK -0:The total amount of wall time = 672.177881 -0:The maximum resident set size (KB) = 163292 +0:The total amount of wall time = 668.822153 +0:The maximum resident set size (KB) = 161604 -Test 094 hafs_global_1nest_atm PASS +Test 092 hafs_global_1nest_atm PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/INTEL/hafs_global_multiple_4nests_atm -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24509/hafs_global_multiple_4nests_atm -Checking test 095 hafs_global_multiple_4nests_atm results .... - Comparing atmf006.nc ............ALT CHECK......OK +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/INTEL/hafs_global_multiple_4nests_atm +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_5060/hafs_global_multiple_4nests_atm +Checking test 093 hafs_global_multiple_4nests_atm results .... + Comparing atmf006.nc .........OK Comparing sfcf006.nc ............ALT CHECK......OK -0:The total amount of wall time = 1106.683793 -0:The maximum resident set size (KB) = 200308 +0:The total amount of wall time = 1117.232334 +0:The maximum resident set size (KB) = 198608 -Test 095 hafs_global_multiple_4nests_atm PASS +Test 093 hafs_global_multiple_4nests_atm PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/INTEL/hafs_regional_docn -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24509/hafs_regional_docn -Checking test 096 hafs_regional_docn results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/INTEL/hafs_regional_docn +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_5060/hafs_regional_docn +Checking test 094 hafs_regional_docn results .... Comparing atmf006.nc ............ALT CHECK......OK Comparing sfcf006.nc ............ALT CHECK......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 = 356.177251 -0:The maximum resident set size (KB) = 685988 +0:The total amount of wall time = 357.767817 +0:The maximum resident set size (KB) = 685220 -Test 096 hafs_regional_docn PASS +Test 094 hafs_regional_docn PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/INTEL/hafs_regional_docn_oisst -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24509/hafs_regional_docn_oisst -Checking test 097 hafs_regional_docn_oisst results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/INTEL/hafs_regional_docn_oisst +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_5060/hafs_regional_docn_oisst +Checking test 095 hafs_regional_docn_oisst results .... Comparing atmf006.nc ............ALT CHECK......OK - Comparing sfcf006.nc ............ALT CHECK......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 = 354.597595 -0:The maximum resident set size (KB) = 685740 +0:The total amount of wall time = 343.409264 +0:The maximum resident set size (KB) = 685168 -Test 097 hafs_regional_docn_oisst PASS +Test 095 hafs_regional_docn_oisst PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/INTEL/hafs_regional_datm_cdeps -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24509/hafs_regional_datm_cdeps -Checking test 098 hafs_regional_datm_cdeps results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/INTEL/hafs_regional_datm_cdeps +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_5060/hafs_regional_datm_cdeps +Checking test 096 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 = 1171.990480 -0:The maximum resident set size (KB) = 868708 +0:The total amount of wall time = 1289.696754 +0:The maximum resident set size (KB) = 869088 -Test 098 hafs_regional_datm_cdeps PASS +Test 096 hafs_regional_datm_cdeps PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/INTEL/datm_cdeps_control_cfsr -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24509/datm_cdeps_control_cfsr -Checking test 099 datm_cdeps_control_cfsr results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/INTEL/datm_cdeps_control_cfsr +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_5060/datm_cdeps_control_cfsr +Checking test 097 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 = 161.154907 -0:The maximum resident set size (KB) = 704508 +0:The total amount of wall time = 160.740580 +0:The maximum resident set size (KB) = 692640 -Test 099 datm_cdeps_control_cfsr PASS +Test 097 datm_cdeps_control_cfsr PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/INTEL/datm_cdeps_control_cfsr -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24509/datm_cdeps_restart_cfsr -Checking test 100 datm_cdeps_restart_cfsr results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/INTEL/datm_cdeps_control_cfsr +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_5060/datm_cdeps_restart_cfsr +Checking test 098 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 = 95.498474 -0:The maximum resident set size (KB) = 703972 +0:The total amount of wall time = 94.842622 +0:The maximum resident set size (KB) = 692788 -Test 100 datm_cdeps_restart_cfsr PASS +Test 098 datm_cdeps_restart_cfsr PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/INTEL/datm_cdeps_control_gefs -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24509/datm_cdeps_control_gefs -Checking test 101 datm_cdeps_control_gefs results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/INTEL/datm_cdeps_control_gefs +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_5060/datm_cdeps_control_gefs +Checking test 099 datm_cdeps_control_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK -0:The total amount of wall time = 154.654674 -0:The maximum resident set size (KB) = 589744 +0:The total amount of wall time = 154.053104 +0:The maximum resident set size (KB) = 590704 -Test 101 datm_cdeps_control_gefs PASS +Test 099 datm_cdeps_control_gefs PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/INTEL/datm_cdeps_stochy_gefs -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24509/datm_cdeps_stochy_gefs -Checking test 102 datm_cdeps_stochy_gefs results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/INTEL/datm_cdeps_stochy_gefs +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_5060/datm_cdeps_stochy_gefs +Checking test 100 datm_cdeps_stochy_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK -0:The total amount of wall time = 156.132753 -0:The maximum resident set size (KB) = 590132 +0:The total amount of wall time = 156.664127 +0:The maximum resident set size (KB) = 589728 -Test 102 datm_cdeps_stochy_gefs PASS +Test 100 datm_cdeps_stochy_gefs PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/INTEL/datm_cdeps_bulk_cfsr -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24509/datm_cdeps_bulk_cfsr -Checking test 103 datm_cdeps_bulk_cfsr results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/INTEL/datm_cdeps_bulk_cfsr +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_5060/datm_cdeps_bulk_cfsr +Checking test 101 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 = 162.463856 -0:The maximum resident set size (KB) = 692500 +0:The total amount of wall time = 160.874906 +0:The maximum resident set size (KB) = 692940 -Test 103 datm_cdeps_bulk_cfsr PASS +Test 101 datm_cdeps_bulk_cfsr PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/INTEL/datm_cdeps_bulk_gefs -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24509/datm_cdeps_bulk_gefs -Checking test 104 datm_cdeps_bulk_gefs results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/INTEL/datm_cdeps_bulk_gefs +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_5060/datm_cdeps_bulk_gefs +Checking test 102 datm_cdeps_bulk_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK -0:The total amount of wall time = 154.225938 -0:The maximum resident set size (KB) = 590092 +0:The total amount of wall time = 153.050281 +0:The maximum resident set size (KB) = 589844 -Test 104 datm_cdeps_bulk_gefs PASS +Test 102 datm_cdeps_bulk_gefs PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/INTEL/datm_cdeps_mx025_cfsr -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24509/datm_cdeps_mx025_cfsr -Checking test 105 datm_cdeps_mx025_cfsr results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/INTEL/datm_cdeps_mx025_cfsr +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_5060/datm_cdeps_mx025_cfsr +Checking test 103 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 @@ -2961,15 +2807,15 @@ Checking test 105 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 = 343.865141 -0:The maximum resident set size (KB) = 521616 +0:The total amount of wall time = 342.333359 +0:The maximum resident set size (KB) = 522432 -Test 105 datm_cdeps_mx025_cfsr PASS +Test 103 datm_cdeps_mx025_cfsr PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/INTEL/datm_cdeps_mx025_gefs -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24509/datm_cdeps_mx025_gefs -Checking test 106 datm_cdeps_mx025_gefs results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/INTEL/datm_cdeps_mx025_gefs +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_5060/datm_cdeps_mx025_gefs +Checking test 104 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 @@ -2977,39 +2823,52 @@ Checking test 106 datm_cdeps_mx025_gefs results .... Comparing RESTART/iced.2011-10-01-43200.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-01-43200.nc .........OK -0:The total amount of wall time = 339.418550 -0:The maximum resident set size (KB) = 494384 +0:The total amount of wall time = 341.383731 +0:The maximum resident set size (KB) = 494500 -Test 106 datm_cdeps_mx025_gefs PASS +Test 104 datm_cdeps_mx025_gefs PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/INTEL/datm_cdeps_control_cfsr -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24509/datm_cdeps_multiple_files_cfsr -Checking test 107 datm_cdeps_multiple_files_cfsr results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/INTEL/datm_cdeps_control_cfsr +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_5060/datm_cdeps_multiple_files_cfsr +Checking test 105 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 = 161.249353 -0:The maximum resident set size (KB) = 703420 +0:The total amount of wall time = 154.886857 +0:The maximum resident set size (KB) = 693408 + +Test 105 datm_cdeps_multiple_files_cfsr PASS + + +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/INTEL/datm_cdeps_3072x1536_cfsr +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_5060/datm_cdeps_3072x1536_cfsr +Checking test 106 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 = 248.866808 +0:The maximum resident set size (KB) = 1841748 -Test 107 datm_cdeps_multiple_files_cfsr PASS +Test 106 datm_cdeps_3072x1536_cfsr PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/INTEL/datm_cdeps_debug_cfsr -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24509/datm_cdeps_debug_cfsr -Checking test 108 datm_cdeps_debug_cfsr results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/INTEL/datm_cdeps_debug_cfsr +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_5060/datm_cdeps_debug_cfsr +Checking test 107 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 = 451.312613 -0:The maximum resident set size (KB) = 700424 +0:The total amount of wall time = 452.767215 +0:The maximum resident set size (KB) = 711944 -Test 108 datm_cdeps_debug_cfsr PASS +Test 107 datm_cdeps_debug_cfsr PASS -baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211222/INTEL/control_atmwav -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24509/control_atmwav -Checking test 109 control_atmwav results .... +baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20211229/INTEL/control_atmwav +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_5060/control_atmwav +Checking test 108 control_atmwav results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -3052,12 +2911,12 @@ Checking test 109 control_atmwav results .... Comparing RESTART/sfc_data.tile6.nc .........OK Comparing 20210322.180000.restart.glo_1deg .........OK -0:The total amount of wall time = 133.941599 -0:The maximum resident set size (KB) = 465244 +0:The total amount of wall time = 135.775297 +0:The maximum resident set size (KB) = 465120 -Test 109 control_atmwav PASS +Test 108 control_atmwav PASS REGRESSION TEST WAS SUCCESSFUL -Thu Dec 23 12:21:39 MST 2021 -Elapsed time: 01h:05m:14s. Have a nice day! +Wed Dec 29 22:30:58 MST 2021 +Elapsed time: 01h:05m:52s. Have a nice day! From e601af0960b3ec704a966a698ff5e24609e2b968 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Thu, 30 Dec 2021 06:58:45 -0700 Subject: [PATCH 28/28] Revert .gitmodules and update submodule pointer for fv3atm --- .gitmodules | 6 ++---- FV3 | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.gitmodules b/.gitmodules index f3a7fd69fe..a963b019d8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,7 @@ [submodule "FV3"] path = FV3 - #url = https://github.com/NOAA-EMC/fv3atm - #branch = develop - url = https://github.com/climbfuji/fv3atm - branch = rad_mp_diag_vars_and_wam_bugfixes + url = https://github.com/NOAA-EMC/fv3atm + branch = develop [submodule "WW3"] path = WW3 url = https://github.com/NOAA-EMC/WW3 diff --git a/FV3 b/FV3 index 1662926897..9ab28475d4 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 16629268971eb9446bee9d595231e99c9b1b105b +Subproject commit 9ab28475d4e389ea481d3fdb70203f7855bed5ac