diff --git a/doc/UsersGuide/source/InputsOutputs.rst b/doc/UsersGuide/source/InputsOutputs.rst index 08ff71177c..cd5576f36b 100644 --- a/doc/UsersGuide/source/InputsOutputs.rst +++ b/doc/UsersGuide/source/InputsOutputs.rst @@ -649,6 +649,41 @@ The OUTPARS_WAV defines gridded output fields. The GOFILETYPE, POFILETYPE and RS No initial condition files are required for WW3. +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Mesh generation +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +For coupled applications using the CMEPS mediator, an ESMF Mesh file describing the WW3 domain is required. For regional and sub-global domains, the mesh can be created using a two-step procedure. + +1. Generate a SCRIP format file for the domain +2. Generate the ESMF Mesh. + +In each case, the SCRIP file needs to be checked that it contains the right start and end latitudes and longitudes to match the mod_def file being used. + +For the HAFS regional domain, the following commands can be used: + +.. code-block:: console + + ncremap -g hafswav.SCRIP.nc -G latlon=441,901#snwe=1.45,45.55,-98.05,-7.95#lat_typ=uni#lat_drc=s2n + ESMF_Scrip2Unstruct hafswav.SCRIP.nc mesh.hafs.nc 0 + +For the sub-global 1-deg domain extending from latitude 85.0S + +.. code-block:: console + + ncremap -g glo_1deg.SCRIP.nc -G latlon=171,360#snwe=-85.5,85.5,-0.5,359.5#lat_typ=uni#lat_drc=s2n + ESMF_Scrip2Unstruct glo_1deg.SCRIP.nc mesh.glo_1deg.nc 0 + +For the sub-global 1/2-deg domain extending from latitude 80.0S + +.. code-block:: console + + ncremap -g gwes_30m.SCRIP.nc -G latlon=321,720#snwe=-80.25,80.25,-0.25,359.75#lat_typ=uni#lat_drc=s2n + ESMF_Scrip2Unstruct gwes_30m.SCRIP.nc mesh.gwes_30m.nc 0 + +For the tripole grid, the mesh file is generated as part of the cpld_gridgen utility in +`UFS_UTILS `__. + ------- CDEPS ------- @@ -769,7 +804,7 @@ The static input files for GOCART configurations are listed and described in :nu * - GOCART2G_GridComp.rc - The basic properties of the GOCART2G Grid Components * - NI2G_instance_NI.rc - - Resource file for Nitrate parameters + - Resource file for Nitrate parameters * - SS2G_instance_SS.rc - Resource file for Sea Salt parameters * - SU2G_instance_SU.rc @@ -785,10 +820,10 @@ GOCART inputs defined in AERO_ExtData are listed and described in :numref:`Table * - Filename - Description - * - ExtData/dust + * - ExtData/dust - FENGSHA input files * - ExtData/QFED - - QFED biomass burning emissions + - QFED biomass burning emissions * - ExtData/CEDS - Anthropogenic emissions * - ExtData/MERRA2 @@ -796,11 +831,11 @@ GOCART inputs defined in AERO_ExtData are listed and described in :numref:`Table * - ExtData/PIESA/sfc - Aviation emissions * - ExtData/PIESA/L127 - - H2O2, OH and NO3 mixing ratios + - H2O2, OH and NO3 mixing ratios * - ExtData/MEGAN_OFFLINE_BVOC - VOCs MEGAN biogenic emissions * - ExtData/monochromatic - - Aerosol monochromatic optics files + - Aerosol monochromatic optics files * - ExtData/optics - Aerosol radiation bands optic files for RRTMG * - ExtData/volcanic @@ -815,11 +850,11 @@ The static input files when using climatology (MERRA2) are listed and described :header-rows: 1 * - Filename - - Description + - Description * - merra2.aerclim.2003-2014.m$(month).nc - - MERRA2 aerosol climatology mixing ratio + - MERRA2 aerosol climatology mixing ratio * - Optics_BC.dat - - BC optical look-up table for MERAA2 + - BC optical look-up table for MERAA2 * - Optics_DU.dat - DUST optical look-up table for MERAA2 * - Optics_OC.dat @@ -833,7 +868,7 @@ The static input files when using climatology (MERRA2) are listed and described Grid description and initial condition files ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Running GOCART in UFS does not require aerosol initial conditions, as aerosol models can always start from scratch (cold start), however, this approach does require more than two weeks of model spin-up to obtain reasonable aerosol simulation results. +Running GOCART in UFS does not require aerosol initial conditions, as aerosol models can always start from scratch (cold start), however, this approach does require more than two weeks of model spin-up to obtain reasonable aerosol simulation results. Therefore, the most popular method is to take previous aerosol simulation results. The result is not necessarily from the same model, it could be from a climatology result, such as MERAA2, or a different model but with the same aerosol species and bin/size distribution. @@ -1854,7 +1889,7 @@ For the fully coupled S2S application that receives atmosphere-ocean fluxes from ProfileMemory = false OverwriteSlice = true mesh_ice = mesh.mx025.nc - stop_n = 840 + stop_n = 840 stop_option = nhours stop_ymd = -999 :: diff --git a/doc/UsersGuide/source/Introduction.rst b/doc/UsersGuide/source/Introduction.rst index 192264e469..af200e5ac2 100644 --- a/doc/UsersGuide/source/Introduction.rst +++ b/doc/UsersGuide/source/Introduction.rst @@ -39,9 +39,9 @@ for those elements, are listed below: The UFS Weather Model is currently included in two UFS Application releases. These UFS Apps also contain pre- and post-processing components, a comprehensive build system, and workflows for configuration and execution of the application. -The UFS WM v2.0 is included as part of the UFS Short Range Weather App, and details can be found `here `_. +The UFS WM v2.0 is included as part of the UFS Short Range Weather App, and details can be found `here `__. -The UFS WM v1.1 and v1.0 is included as part of the UFS Medium Range Weather App, and details can be found `here `_. +The UFS WM v1.1 and v1.0 is included as part of the UFS Medium Range Weather App, and details can be found `here `__. The UFS WM v2 code is portable and can be used with Linux and Mac operating systems with Intel and GNU compilers. It has been tested in a variety of platforms widely used by atmospheric scientists, such as the NOAA research Hera system, the National Center for Atmospheric Research (NCAR) Cheyenne system, the National Science Foundation Stampede system, and Mac laptops. diff --git a/tests/OpnReqTests_cpld_bmark_p8_hera.intel.log b/tests/OpnReqTests_cpld_bmark_p8_hera.intel.log index 6c9324ea5d..47834e6b38 100644 --- a/tests/OpnReqTests_cpld_bmark_p8_hera.intel.log +++ b/tests/OpnReqTests_cpld_bmark_p8_hera.intel.log @@ -1,10 +1,10 @@ -Thu May 26 16:42:22 UTC 2022 +Tue Jun 28 15:16:53 UTC 2022 Start Operation Requirement Test -Compile std elapsed time 549 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile std elapsed time 574 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -baseline dir = /scratch1/NCEPDEV/stmp4/Minsuk.Ji/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_bmark_p8_std_base -working dir = /scratch1/NCEPDEV/stmp2/Minsuk.Ji/FV3_OPNREQ_TEST/opnReqTest_11070/cpld_bmark_p8_dcp +baseline dir = /scratch1/NCEPDEV/stmp4/Denise.Worthen/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_bmark_p8_std_base +working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/FV3_OPNREQ_TEST/opnReqTest_20914/cpld_bmark_p8_dcp Checking test dcp cpld_bmark_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -50,14 +50,14 @@ Checking test dcp cpld_bmark_p8 results .... Comparing 20130401.060000.out_pnt.ww3 .........OK Comparing 20130401.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 1212.457555 - 0: The maximum resident set size (KB) = 5658120 + 0: The total amount of wall time = 1201.895177 + 0: The maximum resident set size (KB) = 5665940 Test dcp cpld_bmark_p8 PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Minsuk.Ji/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_bmark_p8_std_base -working dir = /scratch1/NCEPDEV/stmp2/Minsuk.Ji/FV3_OPNREQ_TEST/opnReqTest_11070/cpld_bmark_p8_rst +baseline dir = /scratch1/NCEPDEV/stmp4/Denise.Worthen/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_bmark_p8_std_base +working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/FV3_OPNREQ_TEST/opnReqTest_20914/cpld_bmark_p8_rst Checking test rst cpld_bmark_p8 results .... Comparing 20130401.060000.out_grd.ww3 .........OK Comparing 20130401.060000.out_pnt.ww3 .........OK @@ -103,14 +103,14 @@ Checking test rst cpld_bmark_p8 results .... Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-21600.nc .........OK Comparing sfcf006.nc .........OK - 0: The total amount of wall time = 757.420850 - 0: The maximum resident set size (KB) = 5615572 + 0: The total amount of wall time = 754.342600 + 0: The maximum resident set size (KB) = 5607952 Test rst cpld_bmark_p8 PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Minsuk.Ji/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_bmark_p8_std_base -working dir = /scratch1/NCEPDEV/stmp2/Minsuk.Ji/FV3_OPNREQ_TEST/opnReqTest_11070/cpld_bmark_p8_std_base +baseline dir = /scratch1/NCEPDEV/stmp4/Denise.Worthen/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_bmark_p8_std_base +working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/FV3_OPNREQ_TEST/opnReqTest_20914/cpld_bmark_p8_std_base Checking test std_base cpld_bmark_p8 results .... Moving baseline std_base cpld_bmark_p8 files .... Moving sfcf006.nc .........OK @@ -157,14 +157,14 @@ Moving baseline std_base cpld_bmark_p8 files .... Moving 20130401.060000.out_pnt.ww3 .........OK Moving 20130401.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 1206.188040 - 0: The maximum resident set size (KB) = 5654532 + 0: The total amount of wall time = 1196.638854 + 0: The maximum resident set size (KB) = 5653276 Test std_base cpld_bmark_p8 PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Minsuk.Ji/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_bmark_p8_std_base -working dir = /scratch1/NCEPDEV/stmp2/Minsuk.Ji/FV3_OPNREQ_TEST/opnReqTest_11070/cpld_bmark_p8_thr +baseline dir = /scratch1/NCEPDEV/stmp4/Denise.Worthen/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_bmark_p8_std_base +working dir = /scratch1/NCEPDEV/stmp2/Denise.Worthen/FV3_OPNREQ_TEST/opnReqTest_20914/cpld_bmark_p8_thr Checking test thr cpld_bmark_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -210,11 +210,11 @@ Checking test thr cpld_bmark_p8 results .... Comparing 20130401.060000.out_pnt.ww3 .........OK Comparing 20130401.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 1140.976795 - 0: The maximum resident set size (KB) = 5940432 + 0: The total amount of wall time = 1141.177047 + 0: The maximum resident set size (KB) = 5936356 Test thr cpld_bmark_p8 PASS OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Thu May 26 18:03:46 UTC 2022 -Elapsed time: 01h:21m:25s. Have a nice day! +Tue Jun 28 16:30:34 UTC 2022 +Elapsed time: 01h:13m:41s. Have a nice day! diff --git a/tests/RegressionTests_cheyenne.gnu.log b/tests/RegressionTests_cheyenne.gnu.log index 3263f711b1..b5a1dc65fd 100644 --- a/tests/RegressionTests_cheyenne.gnu.log +++ b/tests/RegressionTests_cheyenne.gnu.log @@ -1,16 +1,16 @@ -Fri Jul 1 20:24:43 MDT 2022 +Wed Jul 6 21:03:34 MDT 2022 Start Regression test -Compile 001 elapsed time 398 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v16_thompson,FV3_GFS_v16_ras,FV3_GFS_v17_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 002 elapsed time 410 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_smoke,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 003 elapsed time 830 seconds. -DAPP=ATM -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 004 elapsed time 197 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 005 elapsed time 595 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 006 elapsed time 340 seconds. -DAPP=S2SW -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 007 elapsed time 297 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 001 elapsed time 418 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v16_thompson,FV3_GFS_v16_ras,FV3_GFS_v17_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 002 elapsed time 424 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_smoke,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 003 elapsed time 861 seconds. -DAPP=ATM -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 004 elapsed time 214 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 617 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 006 elapsed time 350 seconds. -DAPP=S2SW -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 007 elapsed time 317 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -baseline dir = /glade/scratch/jongkim/rt-1192-gnu/jongkim/FV3_RT/REGRESSION_TEST_GNU/control -working dir = /glade/scratch/jongkim/rt-1192-gnu/jongkim/FV3_RT/rt_68858/control +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/GNU/control +working dir = /glade/scratch/jongkim/rt-1292-gnu/jongkim/FV3_RT/rt_16840/control Checking test 001 control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -57,14 +57,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.581737 -0:The maximum resident set size (KB) = 433740 +0:The total amount of wall time = 276.754439 +0:The maximum resident set size (KB) = 433648 Test 001 control PASS -baseline dir = /glade/scratch/jongkim/rt-1192-gnu/jongkim/FV3_RT/REGRESSION_TEST_GNU/control -working dir = /glade/scratch/jongkim/rt-1192-gnu/jongkim/FV3_RT/rt_68858/control_restart +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/GNU/control +working dir = /glade/scratch/jongkim/rt-1292-gnu/jongkim/FV3_RT/rt_16840/control_restart Checking test 002 control_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -103,14 +103,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 = 136.870816 -0:The maximum resident set size (KB) = 183500 +0:The total amount of wall time = 137.963674 +0:The maximum resident set size (KB) = 183916 Test 002 control_restart PASS -baseline dir = /glade/scratch/jongkim/rt-1192-gnu/jongkim/FV3_RT/REGRESSION_TEST_GNU/control_c48 -working dir = /glade/scratch/jongkim/rt-1192-gnu/jongkim/FV3_RT/rt_68858/control_c48 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/GNU/control_c48 +working dir = /glade/scratch/jongkim/rt-1292-gnu/jongkim/FV3_RT/rt_16840/control_c48 Checking test 003 control_c48 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -149,14 +149,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 = 816.078111 -0:The maximum resident set size (KB) = 668548 +0:The total amount of wall time = 816.200186 +0:The maximum resident set size (KB) = 668580 Test 003 control_c48 PASS -baseline dir = /glade/scratch/jongkim/rt-1192-gnu/jongkim/FV3_RT/REGRESSION_TEST_GNU/control_stochy -working dir = /glade/scratch/jongkim/rt-1192-gnu/jongkim/FV3_RT/rt_68858/control_stochy +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/GNU/control_stochy +working dir = /glade/scratch/jongkim/rt-1292-gnu/jongkim/FV3_RT/rt_16840/control_stochy Checking test 004 control_stochy results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -167,14 +167,14 @@ Checking test 004 control_stochy results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -0:The total amount of wall time = 174.331622 -0:The maximum resident set size (KB) = 428032 +0:The total amount of wall time = 175.063054 +0:The maximum resident set size (KB) = 428312 Test 004 control_stochy PASS -baseline dir = /glade/scratch/jongkim/rt-1192-gnu/jongkim/FV3_RT/REGRESSION_TEST_GNU/control_flake -working dir = /glade/scratch/jongkim/rt-1192-gnu/jongkim/FV3_RT/rt_68858/control_flake +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/GNU/control_flake +working dir = /glade/scratch/jongkim/rt-1292-gnu/jongkim/FV3_RT/rt_16840/control_flake Checking test 005 control_flake results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -185,14 +185,14 @@ Checking test 005 control_flake results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 339.315085 -0:The maximum resident set size (KB) = 486512 +0:The total amount of wall time = 340.302560 +0:The maximum resident set size (KB) = 486964 Test 005 control_flake PASS -baseline dir = /glade/scratch/jongkim/rt-1192-gnu/jongkim/FV3_RT/REGRESSION_TEST_GNU/control_thompson -working dir = /glade/scratch/jongkim/rt-1192-gnu/jongkim/FV3_RT/rt_68858/control_thompson +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/GNU/control_thompson +working dir = /glade/scratch/jongkim/rt-1292-gnu/jongkim/FV3_RT/rt_16840/control_thompson Checking test 006 control_thompson results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -203,14 +203,14 @@ Checking test 006 control_thompson results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 378.120692 -0:The maximum resident set size (KB) = 796128 +0:The total amount of wall time = 378.134300 +0:The maximum resident set size (KB) = 796100 Test 006 control_thompson PASS -baseline dir = /glade/scratch/jongkim/rt-1192-gnu/jongkim/FV3_RT/REGRESSION_TEST_GNU/control_thompson_no_aero -working dir = /glade/scratch/jongkim/rt-1192-gnu/jongkim/FV3_RT/rt_68858/control_thompson_no_aero +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/GNU/control_thompson_no_aero +working dir = /glade/scratch/jongkim/rt-1292-gnu/jongkim/FV3_RT/rt_16840/control_thompson_no_aero Checking test 007 control_thompson_no_aero results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -221,14 +221,14 @@ Checking test 007 control_thompson_no_aero results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 357.757929 -0:The maximum resident set size (KB) = 789992 +0:The total amount of wall time = 358.628830 +0:The maximum resident set size (KB) = 789936 Test 007 control_thompson_no_aero PASS -baseline dir = /glade/scratch/jongkim/rt-1192-gnu/jongkim/FV3_RT/REGRESSION_TEST_GNU/control_ras -working dir = /glade/scratch/jongkim/rt-1192-gnu/jongkim/FV3_RT/rt_68858/control_ras +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/GNU/control_ras +working dir = /glade/scratch/jongkim/rt-1292-gnu/jongkim/FV3_RT/rt_16840/control_ras Checking test 008 control_ras results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -239,14 +239,14 @@ Checking test 008 control_ras results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 290.313846 -0:The maximum resident set size (KB) = 446396 +0:The total amount of wall time = 289.815578 +0:The maximum resident set size (KB) = 446404 Test 008 control_ras PASS -baseline dir = /glade/scratch/jongkim/rt-1192-gnu/jongkim/FV3_RT/REGRESSION_TEST_GNU/control_p8 -working dir = /glade/scratch/jongkim/rt-1192-gnu/jongkim/FV3_RT/rt_68858/control_p8 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/GNU/control_p8 +working dir = /glade/scratch/jongkim/rt-1292-gnu/jongkim/FV3_RT/rt_16840/control_p8 Checking test 009 control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -293,14 +293,14 @@ Checking test 009 control_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 320.381420 -0:The maximum resident set size (KB) = 818756 +0:The total amount of wall time = 320.986463 +0:The maximum resident set size (KB) = 818740 Test 009 control_p8 PASS -baseline dir = /glade/scratch/jongkim/rt-1192-gnu/jongkim/FV3_RT/REGRESSION_TEST_GNU/rap_control -working dir = /glade/scratch/jongkim/rt-1192-gnu/jongkim/FV3_RT/rt_68858/rap_control +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/GNU/rap_control +working dir = /glade/scratch/jongkim/rt-1292-gnu/jongkim/FV3_RT/rt_16840/rap_control Checking test 010 rap_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -347,14 +347,14 @@ Checking test 010 rap_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 708.972404 -0:The maximum resident set size (KB) = 774920 +0:The total amount of wall time = 709.078658 +0:The maximum resident set size (KB) = 774944 Test 010 rap_control PASS -baseline dir = /glade/scratch/jongkim/rt-1192-gnu/jongkim/FV3_RT/REGRESSION_TEST_GNU/rap_control -working dir = /glade/scratch/jongkim/rt-1192-gnu/jongkim/FV3_RT/rt_68858/rap_decomp +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/GNU/rap_control +working dir = /glade/scratch/jongkim/rt-1292-gnu/jongkim/FV3_RT/rt_16840/rap_decomp Checking test 011 rap_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -401,14 +401,14 @@ Checking test 011 rap_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 716.519459 -0:The maximum resident set size (KB) = 774356 +0:The total amount of wall time = 716.476047 +0:The maximum resident set size (KB) = 774348 Test 011 rap_decomp PASS -baseline dir = /glade/scratch/jongkim/rt-1192-gnu/jongkim/FV3_RT/REGRESSION_TEST_GNU/rap_control -working dir = /glade/scratch/jongkim/rt-1192-gnu/jongkim/FV3_RT/rt_68858/rap_2threads +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/GNU/rap_control +working dir = /glade/scratch/jongkim/rt-1292-gnu/jongkim/FV3_RT/rt_16840/rap_2threads Checking test 012 rap_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -455,14 +455,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 = 1247.178423 -0:The maximum resident set size (KB) = 843072 +0:The total amount of wall time = 1251.528686 +0:The maximum resident set size (KB) = 843084 Test 012 rap_2threads PASS -baseline dir = /glade/scratch/jongkim/rt-1192-gnu/jongkim/FV3_RT/REGRESSION_TEST_GNU/rap_control -working dir = /glade/scratch/jongkim/rt-1192-gnu/jongkim/FV3_RT/rt_68858/rap_restart +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/GNU/rap_control +working dir = /glade/scratch/jongkim/rt-1292-gnu/jongkim/FV3_RT/rt_16840/rap_restart Checking test 013 rap_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -501,14 +501,14 @@ Checking test 013 rap_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 349.828999 -0:The maximum resident set size (KB) = 522948 +0:The total amount of wall time = 352.176596 +0:The maximum resident set size (KB) = 522884 Test 013 rap_restart PASS -baseline dir = /glade/scratch/jongkim/rt-1192-gnu/jongkim/FV3_RT/REGRESSION_TEST_GNU/rap_sfcdiff -working dir = /glade/scratch/jongkim/rt-1192-gnu/jongkim/FV3_RT/rt_68858/rap_sfcdiff +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/GNU/rap_sfcdiff +working dir = /glade/scratch/jongkim/rt-1292-gnu/jongkim/FV3_RT/rt_16840/rap_sfcdiff Checking test 014 rap_sfcdiff results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -555,14 +555,14 @@ Checking test 014 rap_sfcdiff results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 703.891811 -0:The maximum resident set size (KB) = 774780 +0:The total amount of wall time = 703.442998 +0:The maximum resident set size (KB) = 774796 Test 014 rap_sfcdiff PASS -baseline dir = /glade/scratch/jongkim/rt-1192-gnu/jongkim/FV3_RT/REGRESSION_TEST_GNU/rap_sfcdiff -working dir = /glade/scratch/jongkim/rt-1192-gnu/jongkim/FV3_RT/rt_68858/rap_sfcdiff_decomp +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/GNU/rap_sfcdiff +working dir = /glade/scratch/jongkim/rt-1292-gnu/jongkim/FV3_RT/rt_16840/rap_sfcdiff_decomp Checking test 015 rap_sfcdiff_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -609,14 +609,14 @@ Checking test 015 rap_sfcdiff_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 716.786584 -0:The maximum resident set size (KB) = 774236 +0:The total amount of wall time = 716.610577 +0:The maximum resident set size (KB) = 774212 Test 015 rap_sfcdiff_decomp PASS -baseline dir = /glade/scratch/jongkim/rt-1192-gnu/jongkim/FV3_RT/REGRESSION_TEST_GNU/rap_sfcdiff -working dir = /glade/scratch/jongkim/rt-1192-gnu/jongkim/FV3_RT/rt_68858/rap_sfcdiff_restart +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/GNU/rap_sfcdiff +working dir = /glade/scratch/jongkim/rt-1292-gnu/jongkim/FV3_RT/rt_16840/rap_sfcdiff_restart Checking test 016 rap_sfcdiff_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -655,14 +655,14 @@ 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 = 526.441647 -0:The maximum resident set size (KB) = 522748 +0:The total amount of wall time = 523.499171 +0:The maximum resident set size (KB) = 522744 Test 016 rap_sfcdiff_restart PASS -baseline dir = /glade/scratch/jongkim/rt-1192-gnu/jongkim/FV3_RT/REGRESSION_TEST_GNU/hrrr_control -working dir = /glade/scratch/jongkim/rt-1192-gnu/jongkim/FV3_RT/rt_68858/hrrr_control +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/GNU/hrrr_control +working dir = /glade/scratch/jongkim/rt-1292-gnu/jongkim/FV3_RT/rt_16840/hrrr_control Checking test 017 hrrr_control results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -709,14 +709,14 @@ 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 = 680.988286 +0:The total amount of wall time = 679.433303 0:The maximum resident set size (KB) = 772320 Test 017 hrrr_control PASS -baseline dir = /glade/scratch/jongkim/rt-1192-gnu/jongkim/FV3_RT/REGRESSION_TEST_GNU/hrrr_control -working dir = /glade/scratch/jongkim/rt-1192-gnu/jongkim/FV3_RT/rt_68858/hrrr_control_2threads +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/GNU/hrrr_control +working dir = /glade/scratch/jongkim/rt-1292-gnu/jongkim/FV3_RT/rt_16840/hrrr_control_2threads Checking test 018 hrrr_control_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -763,14 +763,14 @@ Checking test 018 hrrr_control_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 1189.993569 -0:The maximum resident set size (KB) = 837872 +0:The total amount of wall time = 1192.322506 +0:The maximum resident set size (KB) = 838028 Test 018 hrrr_control_2threads PASS -baseline dir = /glade/scratch/jongkim/rt-1192-gnu/jongkim/FV3_RT/REGRESSION_TEST_GNU/hrrr_control -working dir = /glade/scratch/jongkim/rt-1192-gnu/jongkim/FV3_RT/rt_68858/hrrr_control_decomp +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/GNU/hrrr_control +working dir = /glade/scratch/jongkim/rt-1292-gnu/jongkim/FV3_RT/rt_16840/hrrr_control_decomp Checking test 019 hrrr_control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -817,14 +817,14 @@ Checking test 019 hrrr_control_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 681.128503 -0:The maximum resident set size (KB) = 771776 +0:The total amount of wall time = 679.499673 +0:The maximum resident set size (KB) = 771728 Test 019 hrrr_control_decomp PASS -baseline dir = /glade/scratch/jongkim/rt-1192-gnu/jongkim/FV3_RT/REGRESSION_TEST_GNU/hrrr_control -working dir = /glade/scratch/jongkim/rt-1192-gnu/jongkim/FV3_RT/rt_68858/hrrr_control_restart +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/GNU/hrrr_control +working dir = /glade/scratch/jongkim/rt-1292-gnu/jongkim/FV3_RT/rt_16840/hrrr_control_restart Checking test 020 hrrr_control_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -863,14 +863,14 @@ Checking test 020 hrrr_control_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 508.477981 +0:The total amount of wall time = 508.566573 0:The maximum resident set size (KB) = 518624 Test 020 hrrr_control_restart PASS -baseline dir = /glade/scratch/jongkim/rt-1192-gnu/jongkim/FV3_RT/REGRESSION_TEST_GNU/rrfs_v1beta -working dir = /glade/scratch/jongkim/rt-1192-gnu/jongkim/FV3_RT/rt_68858/rrfs_v1beta +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/GNU/rrfs_v1beta +working dir = /glade/scratch/jongkim/rt-1292-gnu/jongkim/FV3_RT/rt_16840/rrfs_v1beta Checking test 021 rrfs_v1beta results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -917,14 +917,14 @@ Checking test 021 rrfs_v1beta results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 694.211864 -0:The maximum resident set size (KB) = 772032 +0:The total amount of wall time = 688.988090 +0:The maximum resident set size (KB) = 772000 Test 021 rrfs_v1beta PASS -baseline dir = /glade/scratch/jongkim/rt-1192-gnu/jongkim/FV3_RT/REGRESSION_TEST_GNU/rrfs_conus13km_hrrr_warm -working dir = /glade/scratch/jongkim/rt-1192-gnu/jongkim/FV3_RT/rt_68858/rrfs_conus13km_hrrr_warm +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/GNU/rrfs_conus13km_hrrr_warm +working dir = /glade/scratch/jongkim/rt-1292-gnu/jongkim/FV3_RT/rt_16840/rrfs_conus13km_hrrr_warm Checking test 022 rrfs_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -933,14 +933,14 @@ Checking test 022 rrfs_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK -0:The total amount of wall time = 318.787154 -0:The maximum resident set size (KB) = 593272 +0:The total amount of wall time = 317.818901 +0:The maximum resident set size (KB) = 593336 Test 022 rrfs_conus13km_hrrr_warm PASS -baseline dir = /glade/scratch/jongkim/rt-1192-gnu/jongkim/FV3_RT/REGRESSION_TEST_GNU/rrfs_conus13km_radar_tten_warm -working dir = /glade/scratch/jongkim/rt-1192-gnu/jongkim/FV3_RT/rt_68858/rrfs_conus13km_radar_tten_warm +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/GNU/rrfs_conus13km_radar_tten_warm +working dir = /glade/scratch/jongkim/rt-1292-gnu/jongkim/FV3_RT/rt_16840/rrfs_conus13km_radar_tten_warm Checking test 023 rrfs_conus13km_radar_tten_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -949,14 +949,14 @@ Checking test 023 rrfs_conus13km_radar_tten_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK -0:The total amount of wall time = 318.562796 -0:The maximum resident set size (KB) = 596160 +0:The total amount of wall time = 319.092333 +0:The maximum resident set size (KB) = 596184 Test 023 rrfs_conus13km_radar_tten_warm PASS -baseline dir = /glade/scratch/jongkim/rt-1192-gnu/jongkim/FV3_RT/REGRESSION_TEST_GNU/rrfs_smoke_conus13km_hrrr_warm -working dir = /glade/scratch/jongkim/rt-1192-gnu/jongkim/FV3_RT/rt_68858/rrfs_smoke_conus13km_hrrr_warm +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/GNU/rrfs_smoke_conus13km_hrrr_warm +working dir = /glade/scratch/jongkim/rt-1292-gnu/jongkim/FV3_RT/rt_16840/rrfs_smoke_conus13km_hrrr_warm Checking test 024 rrfs_smoke_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -965,250 +965,250 @@ Checking test 024 rrfs_smoke_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK -0:The total amount of wall time = 342.751290 -0:The maximum resident set size (KB) = 607408 +0:The total amount of wall time = 342.605691 +0:The maximum resident set size (KB) = 607448 Test 024 rrfs_smoke_conus13km_hrrr_warm PASS -baseline dir = /glade/scratch/jongkim/rt-1192-gnu/jongkim/FV3_RT/REGRESSION_TEST_GNU/control_debug -working dir = /glade/scratch/jongkim/rt-1192-gnu/jongkim/FV3_RT/rt_68858/control_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/GNU/control_debug +working dir = /glade/scratch/jongkim/rt-1292-gnu/jongkim/FV3_RT/rt_16840/control_debug Checking test 025 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 = 79.639373 -0:The maximum resident set size (KB) = 424916 +0:The total amount of wall time = 79.105522 +0:The maximum resident set size (KB) = 424956 Test 025 control_debug PASS -baseline dir = /glade/scratch/jongkim/rt-1192-gnu/jongkim/FV3_RT/REGRESSION_TEST_GNU/control_diag_debug -working dir = /glade/scratch/jongkim/rt-1192-gnu/jongkim/FV3_RT/rt_68858/control_diag_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/GNU/control_diag_debug +working dir = /glade/scratch/jongkim/rt-1292-gnu/jongkim/FV3_RT/rt_16840/control_diag_debug Checking test 026 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 = 85.631562 -0:The maximum resident set size (KB) = 482192 +0:The total amount of wall time = 86.198192 +0:The maximum resident set size (KB) = 482172 Test 026 control_diag_debug PASS -baseline dir = /glade/scratch/jongkim/rt-1192-gnu/jongkim/FV3_RT/REGRESSION_TEST_GNU/fv3_regional_debug -working dir = /glade/scratch/jongkim/rt-1192-gnu/jongkim/FV3_RT/rt_68858/regional_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/GNU/fv3_regional_debug +working dir = /glade/scratch/jongkim/rt-1292-gnu/jongkim/FV3_RT/rt_16840/regional_debug Checking test 027 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 = 132.066501 -0:The maximum resident set size (KB) = 537036 +0:The total amount of wall time = 129.809013 +0:The maximum resident set size (KB) = 537052 Test 027 regional_debug PASS -baseline dir = /glade/scratch/jongkim/rt-1192-gnu/jongkim/FV3_RT/REGRESSION_TEST_GNU/rap_control_debug -working dir = /glade/scratch/jongkim/rt-1192-gnu/jongkim/FV3_RT/rt_68858/rap_control_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/GNU/rap_control_debug +working dir = /glade/scratch/jongkim/rt-1292-gnu/jongkim/FV3_RT/rt_16840/rap_control_debug Checking test 028 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 = 146.153495 -0:The maximum resident set size (KB) = 797328 +0:The total amount of wall time = 148.731847 +0:The maximum resident set size (KB) = 797280 Test 028 rap_control_debug PASS -baseline dir = /glade/scratch/jongkim/rt-1192-gnu/jongkim/FV3_RT/REGRESSION_TEST_GNU/hrrr_control_debug -working dir = /glade/scratch/jongkim/rt-1192-gnu/jongkim/FV3_RT/rt_68858/hrrr_control_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/GNU/hrrr_control_debug +working dir = /glade/scratch/jongkim/rt-1292-gnu/jongkim/FV3_RT/rt_16840/hrrr_control_debug Checking test 029 hrrr_control_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 142.606523 -0:The maximum resident set size (KB) = 792060 +0:The total amount of wall time = 144.930951 +0:The maximum resident set size (KB) = 792088 Test 029 hrrr_control_debug PASS -baseline dir = /glade/scratch/jongkim/rt-1192-gnu/jongkim/FV3_RT/REGRESSION_TEST_GNU/rap_diag_debug -working dir = /glade/scratch/jongkim/rt-1192-gnu/jongkim/FV3_RT/rt_68858/rap_diag_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/GNU/rap_diag_debug +working dir = /glade/scratch/jongkim/rt-1292-gnu/jongkim/FV3_RT/rt_16840/rap_diag_debug Checking test 030 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.118479 -0:The maximum resident set size (KB) = 880624 +0:The total amount of wall time = 156.591032 +0:The maximum resident set size (KB) = 880512 Test 030 rap_diag_debug PASS -baseline dir = /glade/scratch/jongkim/rt-1192-gnu/jongkim/FV3_RT/REGRESSION_TEST_GNU/rap_noah_sfcdiff_cires_ugwp_debug -working dir = /glade/scratch/jongkim/rt-1192-gnu/jongkim/FV3_RT/rt_68858/rap_noah_sfcdiff_cires_ugwp_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/GNU/rap_noah_sfcdiff_cires_ugwp_debug +working dir = /glade/scratch/jongkim/rt-1292-gnu/jongkim/FV3_RT/rt_16840/rap_noah_sfcdiff_cires_ugwp_debug Checking test 031 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 = 233.515607 -0:The maximum resident set size (KB) = 795920 +0:The total amount of wall time = 235.960122 +0:The maximum resident set size (KB) = 795916 Test 031 rap_noah_sfcdiff_cires_ugwp_debug PASS -baseline dir = /glade/scratch/jongkim/rt-1192-gnu/jongkim/FV3_RT/REGRESSION_TEST_GNU/rap_progcld_thompson_debug -working dir = /glade/scratch/jongkim/rt-1192-gnu/jongkim/FV3_RT/rt_68858/rap_progcld_thompson_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/GNU/rap_progcld_thompson_debug +working dir = /glade/scratch/jongkim/rt-1292-gnu/jongkim/FV3_RT/rt_16840/rap_progcld_thompson_debug Checking test 032 rap_progcld_thompson_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 145.241409 -0:The maximum resident set size (KB) = 797304 +0:The total amount of wall time = 148.413822 +0:The maximum resident set size (KB) = 797344 Test 032 rap_progcld_thompson_debug PASS -baseline dir = /glade/scratch/jongkim/rt-1192-gnu/jongkim/FV3_RT/REGRESSION_TEST_GNU/rrfs_v1beta_debug -working dir = /glade/scratch/jongkim/rt-1192-gnu/jongkim/FV3_RT/rt_68858/rrfs_v1beta_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/GNU/rrfs_v1beta_debug +working dir = /glade/scratch/jongkim/rt-1292-gnu/jongkim/FV3_RT/rt_16840/rrfs_v1beta_debug Checking test 033 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.923777 -0:The maximum resident set size (KB) = 791740 +0:The total amount of wall time = 147.561798 +0:The maximum resident set size (KB) = 791760 Test 033 rrfs_v1beta_debug PASS -baseline dir = /glade/scratch/jongkim/rt-1192-gnu/jongkim/FV3_RT/REGRESSION_TEST_GNU/control_thompson_debug -working dir = /glade/scratch/jongkim/rt-1192-gnu/jongkim/FV3_RT/rt_68858/control_thompson_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/GNU/control_thompson_debug +working dir = /glade/scratch/jongkim/rt-1292-gnu/jongkim/FV3_RT/rt_16840/control_thompson_debug Checking test 034 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.151441 -0:The maximum resident set size (KB) = 783040 +0:The total amount of wall time = 94.821570 +0:The maximum resident set size (KB) = 783084 Test 034 control_thompson_debug PASS -baseline dir = /glade/scratch/jongkim/rt-1192-gnu/jongkim/FV3_RT/REGRESSION_TEST_GNU/control_thompson_no_aero_debug -working dir = /glade/scratch/jongkim/rt-1192-gnu/jongkim/FV3_RT/rt_68858/control_thompson_no_aero_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/GNU/control_thompson_no_aero_debug +working dir = /glade/scratch/jongkim/rt-1292-gnu/jongkim/FV3_RT/rt_16840/control_thompson_no_aero_debug Checking test 035 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.822587 -0:The maximum resident set size (KB) = 778496 +0:The total amount of wall time = 92.706933 +0:The maximum resident set size (KB) = 778544 Test 035 control_thompson_no_aero_debug PASS -baseline dir = /glade/scratch/jongkim/rt-1192-gnu/jongkim/FV3_RT/REGRESSION_TEST_GNU/control_thompson_debug_extdiag -working dir = /glade/scratch/jongkim/rt-1192-gnu/jongkim/FV3_RT/rt_68858/control_thompson_extdiag_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/GNU/control_thompson_debug_extdiag +working dir = /glade/scratch/jongkim/rt-1292-gnu/jongkim/FV3_RT/rt_16840/control_thompson_extdiag_debug Checking test 036 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 = 101.820977 -0:The maximum resident set size (KB) = 824360 +0:The total amount of wall time = 104.064108 +0:The maximum resident set size (KB) = 824340 Test 036 control_thompson_extdiag_debug PASS -baseline dir = /glade/scratch/jongkim/rt-1192-gnu/jongkim/FV3_RT/REGRESSION_TEST_GNU/control_thompson_progcld_thompson_debug -working dir = /glade/scratch/jongkim/rt-1192-gnu/jongkim/FV3_RT/rt_68858/control_thompson_progcld_thompson_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/GNU/control_thompson_progcld_thompson_debug +working dir = /glade/scratch/jongkim/rt-1292-gnu/jongkim/FV3_RT/rt_16840/control_thompson_progcld_thompson_debug Checking test 037 control_thompson_progcld_thompson_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 94.774204 -0:The maximum resident set size (KB) = 783112 +0:The total amount of wall time = 95.193347 +0:The maximum resident set size (KB) = 783104 Test 037 control_thompson_progcld_thompson_debug PASS -baseline dir = /glade/scratch/jongkim/rt-1192-gnu/jongkim/FV3_RT/REGRESSION_TEST_GNU/control_ras_debug -working dir = /glade/scratch/jongkim/rt-1192-gnu/jongkim/FV3_RT/rt_68858/control_ras_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/GNU/control_ras_debug +working dir = /glade/scratch/jongkim/rt-1292-gnu/jongkim/FV3_RT/rt_16840/control_ras_debug Checking test 038 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 = 82.964013 -0:The maximum resident set size (KB) = 434820 +0:The total amount of wall time = 84.803101 +0:The maximum resident set size (KB) = 434804 Test 038 control_ras_debug PASS -baseline dir = /glade/scratch/jongkim/rt-1192-gnu/jongkim/FV3_RT/REGRESSION_TEST_GNU/control_stochy_debug -working dir = /glade/scratch/jongkim/rt-1192-gnu/jongkim/FV3_RT/rt_68858/control_stochy_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/GNU/control_stochy_debug +working dir = /glade/scratch/jongkim/rt-1292-gnu/jongkim/FV3_RT/rt_16840/control_stochy_debug Checking test 039 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.564550 -0:The maximum resident set size (KB) = 428936 +0:The total amount of wall time = 91.454875 +0:The maximum resident set size (KB) = 429016 Test 039 control_stochy_debug PASS -baseline dir = /glade/scratch/jongkim/rt-1192-gnu/jongkim/FV3_RT/REGRESSION_TEST_GNU/control_debug_p8 -working dir = /glade/scratch/jongkim/rt-1192-gnu/jongkim/FV3_RT/rt_68858/control_debug_p8 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/GNU/control_debug_p8 +working dir = /glade/scratch/jongkim/rt-1292-gnu/jongkim/FV3_RT/rt_16840/control_debug_p8 Checking test 040 control_debug_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 92.754392 -0:The maximum resident set size (KB) = 809548 +0:The total amount of wall time = 96.603344 +0:The maximum resident set size (KB) = 809516 Test 040 control_debug_p8 PASS -baseline dir = /glade/scratch/jongkim/rt-1192-gnu/jongkim/FV3_RT/REGRESSION_TEST_GNU/control_wam_debug -working dir = /glade/scratch/jongkim/rt-1192-gnu/jongkim/FV3_RT/rt_68858/control_wam_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/GNU/control_wam_debug +working dir = /glade/scratch/jongkim/rt-1292-gnu/jongkim/FV3_RT/rt_16840/control_wam_debug Checking test 041 control_wam_debug results .... Comparing sfcf019.nc .........OK Comparing atmf019.nc .........OK -0:The total amount of wall time = 143.477141 -0:The maximum resident set size (KB) = 171244 +0:The total amount of wall time = 147.597226 +0:The maximum resident set size (KB) = 171756 Test 041 control_wam_debug PASS -baseline dir = /glade/scratch/jongkim/rt-1192-gnu/jongkim/FV3_RT/REGRESSION_TEST_GNU/cpld_control_noaero_p8 -working dir = /glade/scratch/jongkim/rt-1192-gnu/jongkim/FV3_RT/rt_68858/cpld_control_noaero_p8 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/GNU/cpld_control_noaero_p8 +working dir = /glade/scratch/jongkim/rt-1292-gnu/jongkim/FV3_RT/rt_16840/cpld_control_noaero_p8 Checking test 042 cpld_control_noaero_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1272,14 +1272,14 @@ Checking test 042 cpld_control_noaero_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -0:The total amount of wall time = 535.740286 -0:The maximum resident set size (KB) = 799456 +0:The total amount of wall time = 536.731999 +0:The maximum resident set size (KB) = 798568 Test 042 cpld_control_noaero_p8 PASS -baseline dir = /glade/scratch/jongkim/rt-1192-gnu/jongkim/FV3_RT/REGRESSION_TEST_GNU/cpld_control_c96_noaero_p8 -working dir = /glade/scratch/jongkim/rt-1192-gnu/jongkim/FV3_RT/rt_68858/cpld_control_nowave_noaero_p8 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/GNU/cpld_control_c96_noaero_p8 +working dir = /glade/scratch/jongkim/rt-1292-gnu/jongkim/FV3_RT/rt_16840/cpld_control_nowave_noaero_p8 Checking test 043 cpld_control_nowave_noaero_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1341,14 +1341,14 @@ Checking test 043 cpld_control_nowave_noaero_p8 results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK -0:The total amount of wall time = 335.648487 -0:The maximum resident set size (KB) = 823256 +0:The total amount of wall time = 339.561472 +0:The maximum resident set size (KB) = 823280 Test 043 cpld_control_nowave_noaero_p8 PASS -baseline dir = /glade/scratch/jongkim/rt-1192-gnu/jongkim/FV3_RT/REGRESSION_TEST_GNU/cpld_debug_noaero_p8 -working dir = /glade/scratch/jongkim/rt-1192-gnu/jongkim/FV3_RT/rt_68858/cpld_debug_noaero_p8 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/GNU/cpld_debug_noaero_p8 +working dir = /glade/scratch/jongkim/rt-1292-gnu/jongkim/FV3_RT/rt_16840/cpld_debug_noaero_p8 Checking test 044 cpld_debug_noaero_p8 results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK @@ -1400,25 +1400,25 @@ Checking test 044 cpld_debug_noaero_p8 results .... Comparing 20210322.090000.out_pnt.ww3 .........OK Comparing 20210322.090000.out_grd.ww3 .........OK -0:The total amount of wall time = 208.915408 -0:The maximum resident set size (KB) = 816052 +0:The total amount of wall time = 207.344081 +0:The maximum resident set size (KB) = 817180 Test 044 cpld_debug_noaero_p8 PASS -baseline dir = /glade/scratch/jongkim/rt-1192-gnu/jongkim/FV3_RT/REGRESSION_TEST_GNU/datm_cdeps_control_cfsr -working dir = /glade/scratch/jongkim/rt-1192-gnu/jongkim/FV3_RT/rt_68858/datm_cdeps_control_cfsr +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/GNU/datm_cdeps_control_cfsr +working dir = /glade/scratch/jongkim/rt-1292-gnu/jongkim/FV3_RT/rt_16840/datm_cdeps_control_cfsr Checking test 045 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 = 174.794018 -0:The maximum resident set size (KB) = 644672 +0:The total amount of wall time = 174.492293 +0:The maximum resident set size (KB) = 647648 Test 045 datm_cdeps_control_cfsr PASS REGRESSION TEST WAS SUCCESSFUL -Fri Jul 1 20:56:29 MDT 2022 -Elapsed time: 00h:31m:46s. Have a nice day! +Wed Jul 6 21:36:25 MDT 2022 +Elapsed time: 00h:32m:52s. Have a nice day! diff --git a/tests/RegressionTests_cheyenne.intel.log b/tests/RegressionTests_cheyenne.intel.log index 191fee2259..350532ad48 100644 --- a/tests/RegressionTests_cheyenne.intel.log +++ b/tests/RegressionTests_cheyenne.intel.log @@ -1,26 +1,26 @@ -Fri Jul 1 20:24:53 MDT 2022 +Wed Jul 6 21:03:41 MDT 2022 Start Regression test -Compile 001 elapsed time 1179 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 002 elapsed time 1112 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 003 elapsed time 441 seconds. -DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 004 elapsed time 395 seconds. -DAPP=S2SW -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 005 elapsed time 835 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_sfcocn -DCMEPS_AOFLUX=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 006 elapsed time 684 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 007 elapsed time 783 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_RRTMGP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_smoke,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 008 elapsed time 745 seconds. -DAPP=ATM -DCCPP_SUITES=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 009 elapsed time 580 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 010 elapsed time 1286 seconds. -DAPP=ATM -DDEBUG=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 011 elapsed time 240 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 012 elapsed time 896 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst,FV3_HAFS_v0_thompson_tedmf_gfdlsf -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 013 elapsed time 856 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 014 elapsed time 417 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 015 elapsed time 198 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 016 elapsed time 750 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 017 elapsed time 637 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release - -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_p8 -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/cpld_control_p8 +Compile 001 elapsed time 1254 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 002 elapsed time 1156 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 003 elapsed time 458 seconds. -DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 004 elapsed time 441 seconds. -DAPP=S2SW -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 005 elapsed time 885 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_sfcocn -DCMEPS_AOFLUX=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 006 elapsed time 718 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 007 elapsed time 794 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_RRTMGP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_smoke,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 008 elapsed time 790 seconds. -DAPP=ATM -DCCPP_SUITES=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 009 elapsed time 604 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 010 elapsed time 1316 seconds. -DAPP=ATM -DDEBUG=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 011 elapsed time 248 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 012 elapsed time 918 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst,FV3_HAFS_v0_thompson_tedmf_gfdlsf -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 013 elapsed time 867 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 014 elapsed time 420 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 015 elapsed time 196 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 016 elapsed time 791 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 017 elapsed time 645 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release + +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/cpld_control_p8 +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/cpld_control_p8 Checking test 001 cpld_control_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -85,14 +85,14 @@ Checking test 001 cpld_control_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -0:The total amount of wall time = 372.919736 -0:The maximum resident set size (KB) = 4411456 +0:The total amount of wall time = 368.834598 +0:The maximum resident set size (KB) = 4411344 Test 001 cpld_control_p8 PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_p8 -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/cpld_restart_p8 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/cpld_control_p8 +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/cpld_restart_p8 Checking test 002 cpld_restart_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -145,14 +145,14 @@ Checking test 002 cpld_restart_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -0:The total amount of wall time = 225.057906 -0:The maximum resident set size (KB) = 4369144 +0:The total amount of wall time = 224.294539 +0:The maximum resident set size (KB) = 4369308 Test 002 cpld_restart_p8 PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_p8 -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/cpld_2threads_p8 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/cpld_control_p8 +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/cpld_2threads_p8 Checking test 003 cpld_2threads_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -205,14 +205,14 @@ Checking test 003 cpld_2threads_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -0:The total amount of wall time = 637.627238 -0:The maximum resident set size (KB) = 4817224 +0:The total amount of wall time = 637.424792 +0:The maximum resident set size (KB) = 4817476 Test 003 cpld_2threads_p8 PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_p8 -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/cpld_decomp_p8 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/cpld_control_p8 +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/cpld_decomp_p8 Checking test 004 cpld_decomp_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -265,14 +265,14 @@ Checking test 004 cpld_decomp_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -0:The total amount of wall time = 372.457193 -0:The maximum resident set size (KB) = 4399084 +0:The total amount of wall time = 370.259177 +0:The maximum resident set size (KB) = 4399108 Test 004 cpld_decomp_p8 PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_p8 -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/cpld_mpi_p8 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/cpld_control_p8 +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/cpld_mpi_p8 Checking test 005 cpld_mpi_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -325,14 +325,14 @@ Checking test 005 cpld_mpi_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -0:The total amount of wall time = 341.697898 -0:The maximum resident set size (KB) = 4283080 +0:The total amount of wall time = 342.714261 +0:The maximum resident set size (KB) = 4282920 Test 005 cpld_mpi_p8 PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_c192_p8 -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/cpld_control_c192_p8 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/cpld_control_c192_p8 +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/cpld_control_c192_p8 Checking test 006 cpld_control_c192_p8 results .... Comparing sfcf030.tile1.nc .........OK Comparing sfcf030.tile2.nc .........OK @@ -385,14 +385,14 @@ Checking test 006 cpld_control_c192_p8 results .... Comparing 20210323.120000.out_grd.ww3 .........OK Comparing 20210323.120000.out_pnt.ww3 .........OK -0:The total amount of wall time = 1413.913821 -0:The maximum resident set size (KB) = 4754528 +0:The total amount of wall time = 1413.419994 +0:The maximum resident set size (KB) = 4754944 Test 006 cpld_control_c192_p8 PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_c192_p8 -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/cpld_restart_c192_p8 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/cpld_control_c192_p8 +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/cpld_restart_c192_p8 Checking test 007 cpld_restart_c192_p8 results .... Comparing sfcf030.tile1.nc .........OK Comparing sfcf030.tile2.nc .........OK @@ -445,14 +445,14 @@ Checking test 007 cpld_restart_c192_p8 results .... Comparing 20210323.120000.out_grd.ww3 .........OK Comparing 20210323.120000.out_pnt.ww3 .........OK -0:The total amount of wall time = 770.129637 -0:The maximum resident set size (KB) = 4719852 +0:The total amount of wall time = 766.118631 +0:The maximum resident set size (KB) = 4719792 Test 007 cpld_restart_c192_p8 PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/cpld_bmark_p8 -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/cpld_bmark_p8 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/cpld_bmark_p8 +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/cpld_bmark_p8 Checking test 008 cpld_bmark_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -498,14 +498,14 @@ Checking test 008 cpld_bmark_p8 results .... Comparing 20130401.060000.out_pnt.ww3 .........OK Comparing 20130401.060000.out_grd.ww3 .........OK -0:The total amount of wall time = 1695.721747 -0:The maximum resident set size (KB) = 5071688 +0:The total amount of wall time = 1566.946582 +0:The maximum resident set size (KB) = 5044140 Test 008 cpld_bmark_p8 PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/cpld_bmark_p8 -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/cpld_restart_bmark_p8 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/cpld_bmark_p8 +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/cpld_restart_bmark_p8 Checking test 009 cpld_restart_bmark_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -551,14 +551,14 @@ Checking test 009 cpld_restart_bmark_p8 results .... Comparing 20130401.060000.out_pnt.ww3 .........OK Comparing 20130401.060000.out_grd.ww3 .........OK -0:The total amount of wall time = 1043.877911 -0:The maximum resident set size (KB) = 5040032 +0:The total amount of wall time = 965.567871 +0:The maximum resident set size (KB) = 5011072 Test 009 cpld_restart_bmark_p8 PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_noaero_p8 -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/cpld_control_noaero_p8 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/cpld_control_noaero_p8 +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/cpld_control_noaero_p8 Checking test 010 cpld_control_noaero_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -622,14 +622,14 @@ Checking test 010 cpld_control_noaero_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -0:The total amount of wall time = 297.441125 -0:The maximum resident set size (KB) = 866312 +0:The total amount of wall time = 296.236502 +0:The maximum resident set size (KB) = 867384 Test 010 cpld_control_noaero_p8 PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_c96_noaero_p8 -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/cpld_control_nowave_noaero_p8 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/cpld_control_c96_noaero_p8 +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/cpld_control_nowave_noaero_p8 Checking test 011 cpld_control_nowave_noaero_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -691,14 +691,14 @@ Checking test 011 cpld_control_nowave_noaero_p8 results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK -0:The total amount of wall time = 226.115299 -0:The maximum resident set size (KB) = 882524 +0:The total amount of wall time = 224.784123 +0:The maximum resident set size (KB) = 882428 Test 011 cpld_control_nowave_noaero_p8 PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/cpld_debug_p8 -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/cpld_debug_p8 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/cpld_debug_p8 +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/cpld_debug_p8 Checking test 012 cpld_debug_p8 results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK @@ -751,14 +751,14 @@ Checking test 012 cpld_debug_p8 results .... Comparing 20210322.090000.out_pnt.ww3 .........OK Comparing 20210322.090000.out_grd.ww3 .........OK -0:The total amount of wall time = 529.037779 -0:The maximum resident set size (KB) = 4498988 +0:The total amount of wall time = 531.745254 +0:The maximum resident set size (KB) = 4499160 Test 012 cpld_debug_p8 PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/cpld_debug_noaero_p8 -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/cpld_debug_noaero_p8 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/cpld_debug_noaero_p8 +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/cpld_debug_noaero_p8 Checking test 013 cpld_debug_noaero_p8 results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK @@ -810,14 +810,14 @@ Checking test 013 cpld_debug_noaero_p8 results .... Comparing 20210322.090000.out_pnt.ww3 .........OK Comparing 20210322.090000.out_grd.ww3 .........OK -0:The total amount of wall time = 342.845601 -0:The maximum resident set size (KB) = 1035224 +0:The total amount of wall time = 340.756549 +0:The maximum resident set size (KB) = 1035248 Test 013 cpld_debug_noaero_p8 PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_noaero_p8_agrid -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/cpld_control_noaero_p8_agrid +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/cpld_control_noaero_p8_agrid +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/cpld_control_noaero_p8_agrid Checking test 014 cpld_control_noaero_p8_agrid results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -879,14 +879,14 @@ Checking test 014 cpld_control_noaero_p8_agrid results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK -0:The total amount of wall time = 299.037408 -0:The maximum resident set size (KB) = 884956 +0:The total amount of wall time = 293.122081 +0:The maximum resident set size (KB) = 884936 Test 014 cpld_control_noaero_p8_agrid PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/control -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/control +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/control +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/control Checking test 015 control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -933,14 +933,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.366863 -0:The maximum resident set size (KB) = 453000 +0:The total amount of wall time = 141.681932 +0:The maximum resident set size (KB) = 453084 Test 015 control PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/control -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/control_decomp +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/control +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/control_decomp Checking test 016 control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -983,14 +983,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.199324 -0:The maximum resident set size (KB) = 453396 +0:The total amount of wall time = 148.562721 +0:The maximum resident set size (KB) = 453284 Test 016 control_decomp PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/control -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/control_2dwrtdecomp +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/control +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/control_2dwrtdecomp Checking test 017 control_2dwrtdecomp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1001,14 +1001,14 @@ Checking test 017 control_2dwrtdecomp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 138.419195 -0:The maximum resident set size (KB) = 453700 +0:The total amount of wall time = 142.252899 +0:The maximum resident set size (KB) = 453584 Test 017 control_2dwrtdecomp PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/control -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/control_2threads +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/control +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/control_2threads Checking test 018 control_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1051,14 +1051,14 @@ Checking test 018 control_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 367.602992 -0:The maximum resident set size (KB) = 500304 +0:The total amount of wall time = 368.189857 +0:The maximum resident set size (KB) = 500172 Test 018 control_2threads PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/control -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/control_restart +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/control +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/control_restart Checking test 019 control_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1097,14 +1097,14 @@ Checking test 019 control_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 74.811021 -0:The maximum resident set size (KB) = 193012 +0:The total amount of wall time = 72.833662 +0:The maximum resident set size (KB) = 193028 Test 019 control_restart PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/control -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/control_fhzero +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/control +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/control_fhzero Checking test 020 control_fhzero results .... Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf021.nc ............ALT CHECK......OK @@ -1147,14 +1147,14 @@ Checking test 020 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.314931 -0:The maximum resident set size (KB) = 452992 +0:The total amount of wall time = 133.833472 +0:The maximum resident set size (KB) = 453124 Test 020 control_fhzero PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/control_CubedSphereGrid -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/control_CubedSphereGrid +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/control_CubedSphereGrid +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/control_CubedSphereGrid Checking test 021 control_CubedSphereGrid results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -1181,28 +1181,28 @@ Checking test 021 control_CubedSphereGrid results .... Comparing atmf024.tile5.nc .........OK Comparing atmf024.tile6.nc .........OK -0:The total amount of wall time = 131.631578 -0:The maximum resident set size (KB) = 453564 +0:The total amount of wall time = 134.307829 +0:The maximum resident set size (KB) = 453444 Test 021 control_CubedSphereGrid PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/control_CubedSphereGrid_parallel -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/control_CubedSphereGrid_parallel +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/control_CubedSphereGrid_parallel +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/control_CubedSphereGrid_parallel Checking test 022 control_CubedSphereGrid_parallel results .... Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf024.nc ............ALT CHECK......OK Comparing atmf000.nc ............ALT CHECK......OK Comparing atmf024.nc ............ALT CHECK......OK -0:The total amount of wall time = 132.432426 -0:The maximum resident set size (KB) = 453464 +0:The total amount of wall time = 135.796143 +0:The maximum resident set size (KB) = 453520 Test 022 control_CubedSphereGrid_parallel PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/control_latlon -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/control_latlon +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/control_latlon +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/control_latlon Checking test 023 control_latlon results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1213,14 +1213,14 @@ Checking test 023 control_latlon results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 138.178398 -0:The maximum resident set size (KB) = 453232 +0:The total amount of wall time = 139.593913 +0:The maximum resident set size (KB) = 453252 Test 023 control_latlon PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/control_wrtGauss_netcdf_parallel -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/control_wrtGauss_netcdf_parallel +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/control_wrtGauss_netcdf_parallel +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/control_wrtGauss_netcdf_parallel Checking test 024 control_wrtGauss_netcdf_parallel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1231,14 +1231,14 @@ Checking test 024 control_wrtGauss_netcdf_parallel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 137.504886 -0:The maximum resident set size (KB) = 453168 +0:The total amount of wall time = 141.225168 +0:The maximum resident set size (KB) = 453220 Test 024 control_wrtGauss_netcdf_parallel PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/control_c48 -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/control_c48 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/control_c48 +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/control_c48 Checking test 025 control_c48 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1277,14 +1277,14 @@ Checking test 025 control_c48 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 429.942730 -0:The maximum resident set size (KB) = 627888 +0:The total amount of wall time = 431.202943 +0:The maximum resident set size (KB) = 627908 Test 025 control_c48 PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/control_c192 -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/control_c192 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/control_c192 +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/control_c192 Checking test 026 control_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1295,14 +1295,14 @@ Checking test 026 control_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 568.183881 -0:The maximum resident set size (KB) = 558252 +0:The total amount of wall time = 569.828055 +0:The maximum resident set size (KB) = 558032 Test 026 control_c192 PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/control_c384 -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/control_c384 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/control_c384 +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/control_c384 Checking test 027 control_c384 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1313,14 +1313,14 @@ Checking test 027 control_c384 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -0:The total amount of wall time = 1261.054616 -0:The maximum resident set size (KB) = 834056 +0:The total amount of wall time = 1265.483852 +0:The maximum resident set size (KB) = 834012 Test 027 control_c384 PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/control_c384gdas -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/control_c384gdas +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/control_c384gdas +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/control_c384gdas Checking test 028 control_c384gdas results .... Comparing sfcf000.nc .........OK Comparing sfcf006.nc .........OK @@ -1363,14 +1363,14 @@ Checking test 028 control_c384gdas results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 1296.022811 -0:The maximum resident set size (KB) = 969188 +0:The total amount of wall time = 1296.291829 +0:The maximum resident set size (KB) = 969576 Test 028 control_c384gdas PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/control_c384_progsigma -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/control_c384_progsigma +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/control_c384_progsigma +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/control_c384_progsigma Checking test 029 control_c384_progsigma results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1381,14 +1381,14 @@ Checking test 029 control_c384_progsigma results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -0:The total amount of wall time = 1271.645788 -0:The maximum resident set size (KB) = 855772 +0:The total amount of wall time = 1240.215400 +0:The maximum resident set size (KB) = 855864 Test 029 control_c384_progsigma PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/control_stochy -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/control_stochy +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/control_stochy +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/control_stochy Checking test 030 control_stochy results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1399,28 +1399,28 @@ Checking test 030 control_stochy results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -0:The total amount of wall time = 91.313484 -0:The maximum resident set size (KB) = 456152 +0:The total amount of wall time = 91.514010 +0:The maximum resident set size (KB) = 456204 Test 030 control_stochy PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/control_stochy -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/control_stochy_restart +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/control_stochy +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/control_stochy_restart Checking test 031 control_stochy_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK -0:The total amount of wall time = 49.229048 -0:The maximum resident set size (KB) = 223280 +0:The total amount of wall time = 48.791821 +0:The maximum resident set size (KB) = 223428 Test 031 control_stochy_restart PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/control_lndp -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/control_lndp +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/control_lndp +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/control_lndp Checking test 032 control_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1431,14 +1431,14 @@ Checking test 032 control_lndp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -0:The total amount of wall time = 81.990635 -0:The maximum resident set size (KB) = 455904 +0:The total amount of wall time = 84.502858 +0:The maximum resident set size (KB) = 455940 Test 032 control_lndp PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/control_iovr4 -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/control_iovr4 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/control_iovr4 +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/control_iovr4 Checking test 033 control_iovr4 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1453,14 +1453,14 @@ Checking test 033 control_iovr4 results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 139.848463 -0:The maximum resident set size (KB) = 452944 +0:The total amount of wall time = 141.996748 +0:The maximum resident set size (KB) = 452948 Test 033 control_iovr4 PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/control_iovr5 -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/control_iovr5 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/control_iovr5 +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/control_iovr5 Checking test 034 control_iovr5 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1475,14 +1475,14 @@ Checking test 034 control_iovr5 results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 141.554418 -0:The maximum resident set size (KB) = 453080 +0:The total amount of wall time = 141.435996 +0:The maximum resident set size (KB) = 452964 Test 034 control_iovr5 PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/control_p8 -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/control_p8 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/control_p8 +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/control_p8 Checking test 035 control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1529,14 +1529,14 @@ Checking test 035 control_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 182.253481 -0:The maximum resident set size (KB) = 849972 +0:The total amount of wall time = 182.934185 +0:The maximum resident set size (KB) = 849936 Test 035 control_p8 PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/control_p8_lndp -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/control_p8_lndp +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/control_p8_lndp +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/control_p8_lndp Checking test 036 control_p8_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1555,14 +1555,14 @@ Checking test 036 control_p8_lndp results .... Comparing GFSPRS.GrbF24 .........OK Comparing GFSPRS.GrbF48 .........OK -0:The total amount of wall time = 345.158018 -0:The maximum resident set size (KB) = 850272 +0:The total amount of wall time = 346.807180 +0:The maximum resident set size (KB) = 850224 Test 036 control_p8_lndp PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/control_p8 -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/control_restart_p8 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/control_p8 +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/control_restart_p8 Checking test 037 control_restart_p8 results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1601,14 +1601,14 @@ Checking test 037 control_restart_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 99.016645 -0:The maximum resident set size (KB) = 580188 +0:The total amount of wall time = 97.965204 +0:The maximum resident set size (KB) = 580160 Test 037 control_restart_p8 PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/control_p8 -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/control_decomp_p8 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/control_p8 +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/control_decomp_p8 Checking test 038 control_decomp_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1651,14 +1651,14 @@ Checking test 038 control_decomp_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 188.041573 -0:The maximum resident set size (KB) = 844404 +0:The total amount of wall time = 190.642736 +0:The maximum resident set size (KB) = 844396 Test 038 control_decomp_p8 PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/control_p8 -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/control_2threads_p8 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/control_p8 +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/control_2threads_p8 Checking test 039 control_2threads_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1701,14 +1701,14 @@ Checking test 039 control_2threads_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 505.156218 -0:The maximum resident set size (KB) = 923124 +0:The total amount of wall time = 504.802752 +0:The maximum resident set size (KB) = 923184 Test 039 control_2threads_p8 PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/control_p8_rrtmgp -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/control_p8_rrtmgp +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/control_p8_rrtmgp +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/control_p8_rrtmgp Checking test 040 control_p8_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1755,14 +1755,14 @@ Checking test 040 control_p8_rrtmgp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 244.682140 -0:The maximum resident set size (KB) = 966636 +0:The total amount of wall time = 244.837974 +0:The maximum resident set size (KB) = 966680 Test 040 control_p8_rrtmgp PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/fv3_regional_control -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/regional_control +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/fv3_regional_control +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/regional_control Checking test 041 regional_control results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1773,28 +1773,28 @@ Checking test 041 regional_control results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK -0:The total amount of wall time = 360.294934 -0:The maximum resident set size (KB) = 564888 +0:The total amount of wall time = 359.588865 +0:The maximum resident set size (KB) = 564972 Test 041 regional_control PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/fv3_regional_control -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/regional_restart +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/fv3_regional_control +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/regional_restart Checking test 042 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 = 195.983819 -0:The maximum resident set size (KB) = 556548 +0:The total amount of wall time = 193.172542 +0:The maximum resident set size (KB) = 556536 Test 042 regional_restart PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/fv3_regional_control -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/regional_control_2dwrtdecomp +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/fv3_regional_control +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/regional_control_2dwrtdecomp Checking test 043 regional_control_2dwrtdecomp results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1805,14 +1805,14 @@ Checking test 043 regional_control_2dwrtdecomp results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK -0:The total amount of wall time = 361.177888 -0:The maximum resident set size (KB) = 563968 +0:The total amount of wall time = 359.465989 +0:The maximum resident set size (KB) = 563908 Test 043 regional_control_2dwrtdecomp PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/fv3_regional_noquilt -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/regional_noquilt +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/fv3_regional_noquilt +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/regional_noquilt Checking test 044 regional_noquilt results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK @@ -1820,14 +1820,14 @@ Checking test 044 regional_noquilt results .... Comparing RESTART/fv_core.res.tile1_new.nc .........OK Comparing RESTART/fv_tracer.res.tile1_new.nc .........OK -0:The total amount of wall time = 380.664440 -0:The maximum resident set size (KB) = 557500 +0:The total amount of wall time = 387.182484 +0:The maximum resident set size (KB) = 557488 Test 044 regional_noquilt PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/fv3_regional_control -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/regional_2threads +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/fv3_regional_control +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/regional_2threads Checking test 045 regional_2threads results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1838,28 +1838,28 @@ Checking test 045 regional_2threads results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK -0:The total amount of wall time = 1100.696115 -0:The maximum resident set size (KB) = 557532 +0:The total amount of wall time = 1101.419148 +0:The maximum resident set size (KB) = 557596 Test 045 regional_2threads PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/fv3_regional_netcdf_parallel -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/regional_netcdf_parallel +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/fv3_regional_netcdf_parallel +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/regional_netcdf_parallel Checking test 046 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 .........OK -0:The total amount of wall time = 358.575808 -0:The maximum resident set size (KB) = 555072 +0:The total amount of wall time = 358.538315 +0:The maximum resident set size (KB) = 555140 Test 046 regional_netcdf_parallel PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/fv3_regional_3km -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/regional_3km +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/fv3_regional_3km +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/regional_3km Checking test 047 regional_3km results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -1870,14 +1870,14 @@ Checking test 047 regional_3km results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK -0:The total amount of wall time = 298.074128 -0:The maximum resident set size (KB) = 594804 +0:The total amount of wall time = 296.751487 +0:The maximum resident set size (KB) = 594744 Test 047 regional_3km PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/fv3_regional_3km -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/regional_3km_decomp +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/fv3_regional_3km +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/regional_3km_decomp Checking test 048 regional_3km_decomp results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -1888,14 +1888,14 @@ Checking test 048 regional_3km_decomp results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK -0:The total amount of wall time = 305.707679 -0:The maximum resident set size (KB) = 600896 +0:The total amount of wall time = 309.782532 +0:The maximum resident set size (KB) = 600892 Test 048 regional_3km_decomp PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/rap_control -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/rap_control +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/rap_control +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/rap_control Checking test 049 rap_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1942,14 +1942,14 @@ Checking test 049 rap_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 461.794714 -0:The maximum resident set size (KB) = 823264 +0:The total amount of wall time = 458.788386 +0:The maximum resident set size (KB) = 823244 Test 049 rap_control PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/rap_rrtmgp -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/rap_rrtmgp +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/rap_rrtmgp +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/rap_rrtmgp Checking test 050 rap_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -1996,14 +1996,14 @@ Checking test 050 rap_rrtmgp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 502.821581 -0:The maximum resident set size (KB) = 948756 +0:The total amount of wall time = 497.756059 +0:The maximum resident set size (KB) = 948780 Test 050 rap_rrtmgp PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/regional_spp_sppt_shum_skeb -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/regional_spp_sppt_shum_skeb +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/regional_spp_sppt_shum_skeb +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/regional_spp_sppt_shum_skeb Checking test 051 regional_spp_sppt_shum_skeb results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK @@ -2014,14 +2014,14 @@ Checking test 051 regional_spp_sppt_shum_skeb results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF01 .........OK -0:The total amount of wall time = 674.561455 -0:The maximum resident set size (KB) = 932664 +0:The total amount of wall time = 672.919505 +0:The maximum resident set size (KB) = 932560 Test 051 regional_spp_sppt_shum_skeb PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/rap_control -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/rap_decomp +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/rap_control +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/rap_decomp Checking test 052 rap_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2068,14 +2068,14 @@ Checking test 052 rap_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 480.946493 -0:The maximum resident set size (KB) = 821232 +0:The total amount of wall time = 480.899448 +0:The maximum resident set size (KB) = 821168 Test 052 rap_decomp PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/rap_control -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/rap_2threads +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/rap_control +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/rap_2threads Checking test 053 rap_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2122,14 +2122,14 @@ Checking test 053 rap_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 1101.977741 -0:The maximum resident set size (KB) = 880320 +0:The total amount of wall time = 1093.733680 +0:The maximum resident set size (KB) = 880392 Test 053 rap_2threads PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/rap_control -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/rap_restart +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/rap_control +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/rap_restart Checking test 054 rap_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -2168,14 +2168,14 @@ Checking test 054 rap_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 232.909860 -0:The maximum resident set size (KB) = 567204 +0:The total amount of wall time = 234.266621 +0:The maximum resident set size (KB) = 567172 Test 054 rap_restart PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/rap_sfcdiff -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/rap_sfcdiff +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/rap_sfcdiff +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/rap_sfcdiff Checking test 055 rap_sfcdiff results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2222,14 +2222,14 @@ Checking test 055 rap_sfcdiff results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 457.446587 -0:The maximum resident set size (KB) = 822288 +0:The total amount of wall time = 453.699005 +0:The maximum resident set size (KB) = 822348 Test 055 rap_sfcdiff PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/rap_sfcdiff -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/rap_sfcdiff_decomp +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/rap_sfcdiff +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/rap_sfcdiff_decomp Checking test 056 rap_sfcdiff_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2276,14 +2276,14 @@ Checking test 056 rap_sfcdiff_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 478.864947 -0:The maximum resident set size (KB) = 821048 +0:The total amount of wall time = 477.999581 +0:The maximum resident set size (KB) = 820992 Test 056 rap_sfcdiff_decomp PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/rap_sfcdiff -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/rap_sfcdiff_restart +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/rap_sfcdiff +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/rap_sfcdiff_restart Checking test 057 rap_sfcdiff_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -2322,14 +2322,14 @@ Checking test 057 rap_sfcdiff_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 341.311751 -0:The maximum resident set size (KB) = 566812 +0:The total amount of wall time = 341.291956 +0:The maximum resident set size (KB) = 564456 Test 057 rap_sfcdiff_restart PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/hrrr_control -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/hrrr_control +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/hrrr_control +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/hrrr_control Checking test 058 hrrr_control results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2376,14 +2376,14 @@ Checking test 058 hrrr_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 436.050351 -0:The maximum resident set size (KB) = 822304 +0:The total amount of wall time = 435.260552 +0:The maximum resident set size (KB) = 822380 Test 058 hrrr_control PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/hrrr_control -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/hrrr_control_decomp +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/hrrr_control +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/hrrr_control_decomp Checking test 059 hrrr_control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2430,14 +2430,14 @@ Checking test 059 hrrr_control_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 459.320493 -0:The maximum resident set size (KB) = 819468 +0:The total amount of wall time = 456.679668 +0:The maximum resident set size (KB) = 819892 Test 059 hrrr_control_decomp PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/hrrr_control -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/hrrr_control_2threads +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/hrrr_control +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/hrrr_control_2threads Checking test 060 hrrr_control_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2484,14 +2484,14 @@ Checking test 060 hrrr_control_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 1047.215991 -0:The maximum resident set size (KB) = 875348 +0:The total amount of wall time = 1042.626477 +0:The maximum resident set size (KB) = 875128 Test 060 hrrr_control_2threads PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/hrrr_control -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/hrrr_control_restart +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/hrrr_control +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/hrrr_control_restart Checking test 061 hrrr_control_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -2530,14 +2530,14 @@ Checking test 061 hrrr_control_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 328.250228 -0:The maximum resident set size (KB) = 562164 +0:The total amount of wall time = 329.625681 +0:The maximum resident set size (KB) = 562108 Test 061 hrrr_control_restart PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/rrfs_v1beta -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/rrfs_v1beta +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/rrfs_v1beta +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/rrfs_v1beta Checking test 062 rrfs_v1beta results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2584,14 +2584,14 @@ Checking test 062 rrfs_v1beta results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 443.151020 -0:The maximum resident set size (KB) = 816892 +0:The total amount of wall time = 445.419283 +0:The maximum resident set size (KB) = 816724 Test 062 rrfs_v1beta PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/rrfs_v1nssl -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/rrfs_v1nssl +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/rrfs_v1nssl +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/rrfs_v1nssl Checking test 063 rrfs_v1nssl results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2606,14 +2606,14 @@ Checking test 063 rrfs_v1nssl results .... Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK -0:The total amount of wall time = 548.247609 -0:The maximum resident set size (KB) = 506928 +0:The total amount of wall time = 545.051211 +0:The maximum resident set size (KB) = 507164 Test 063 rrfs_v1nssl PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/rrfs_v1nssl_nohailnoccn -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/rrfs_v1nssl_nohailnoccn +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/rrfs_v1nssl_nohailnoccn +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/rrfs_v1nssl_nohailnoccn Checking test 064 rrfs_v1nssl_nohailnoccn results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2628,14 +2628,14 @@ Checking test 064 rrfs_v1nssl_nohailnoccn results .... Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK -0:The total amount of wall time = 528.962756 -0:The maximum resident set size (KB) = 500476 +0:The total amount of wall time = 528.888903 +0:The maximum resident set size (KB) = 500400 Test 064 rrfs_v1nssl_nohailnoccn PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/rrfs_conus13km_hrrr_warm -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/rrfs_conus13km_hrrr_warm +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/rrfs_conus13km_hrrr_warm +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/rrfs_conus13km_hrrr_warm Checking test 065 rrfs_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -2644,14 +2644,14 @@ Checking test 065 rrfs_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK -0:The total amount of wall time = 188.442017 -0:The maximum resident set size (KB) = 637840 +0:The total amount of wall time = 188.192231 +0:The maximum resident set size (KB) = 637464 Test 065 rrfs_conus13km_hrrr_warm PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/rrfs_conus13km_radar_tten_warm -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/rrfs_conus13km_radar_tten_warm +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/rrfs_conus13km_radar_tten_warm +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/rrfs_conus13km_radar_tten_warm Checking test 066 rrfs_conus13km_radar_tten_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -2660,14 +2660,14 @@ Checking test 066 rrfs_conus13km_radar_tten_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK -0:The total amount of wall time = 189.416607 -0:The maximum resident set size (KB) = 640308 +0:The total amount of wall time = 189.665996 +0:The maximum resident set size (KB) = 640320 Test 066 rrfs_conus13km_radar_tten_warm PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/rrfs_smoke_conus13km_hrrr_warm -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/rrfs_smoke_conus13km_hrrr_warm +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/rrfs_smoke_conus13km_hrrr_warm +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/rrfs_smoke_conus13km_hrrr_warm Checking test 067 rrfs_smoke_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -2676,14 +2676,14 @@ Checking test 067 rrfs_smoke_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK -0:The total amount of wall time = 208.982341 -0:The maximum resident set size (KB) = 654472 +0:The total amount of wall time = 208.622603 +0:The maximum resident set size (KB) = 654404 Test 067 rrfs_smoke_conus13km_hrrr_warm PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/control_csawmg -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/control_csawmg +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/control_csawmg +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/control_csawmg Checking test 068 control_csawmg results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2694,14 +2694,14 @@ Checking test 068 control_csawmg results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 386.697930 -0:The maximum resident set size (KB) = 530148 +0:The total amount of wall time = 386.434084 +0:The maximum resident set size (KB) = 530156 Test 068 control_csawmg PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/control_csawmgt -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/control_csawmgt +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/control_csawmgt +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/control_csawmgt Checking test 069 control_csawmgt results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2712,14 +2712,14 @@ Checking test 069 control_csawmgt results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 384.353130 -0:The maximum resident set size (KB) = 530024 +0:The total amount of wall time = 383.415583 +0:The maximum resident set size (KB) = 529980 Test 069 control_csawmgt PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/control_flake -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/control_flake +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/control_flake +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/control_flake Checking test 070 control_flake results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2730,14 +2730,14 @@ Checking test 070 control_flake results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 250.391059 -0:The maximum resident set size (KB) = 525816 +0:The total amount of wall time = 250.131196 +0:The maximum resident set size (KB) = 525836 Test 070 control_flake PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/control_ras -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/control_ras +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/control_ras +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/control_ras Checking test 071 control_ras results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2748,14 +2748,14 @@ Checking test 071 control_ras results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 197.823737 -0:The maximum resident set size (KB) = 488244 +0:The total amount of wall time = 190.582203 +0:The maximum resident set size (KB) = 488208 Test 071 control_ras PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/control_thompson -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/control_thompson +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/control_thompson +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/control_thompson Checking test 072 control_thompson results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2766,14 +2766,14 @@ Checking test 072 control_thompson results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 269.651707 -0:The maximum resident set size (KB) = 840176 +0:The total amount of wall time = 267.786468 +0:The maximum resident set size (KB) = 840220 Test 072 control_thompson PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/control_thompson_no_aero -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/control_thompson_no_aero +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/control_thompson_no_aero +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/control_thompson_no_aero Checking test 073 control_thompson_no_aero results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2784,54 +2784,54 @@ Checking test 073 control_thompson_no_aero results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 242.575288 -0:The maximum resident set size (KB) = 832844 +0:The total amount of wall time = 252.415490 +0:The maximum resident set size (KB) = 832756 Test 073 control_thompson_no_aero PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/control_wam -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/control_wam +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/control_wam +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/control_wam Checking test 074 control_wam results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK -0:The total amount of wall time = 119.500011 -0:The maximum resident set size (KB) = 204548 +0:The total amount of wall time = 122.408983 +0:The maximum resident set size (KB) = 204500 Test 074 control_wam PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/control_debug -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/control_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/control_debug +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/control_debug Checking test 075 control_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 157.252537 -0:The maximum resident set size (KB) = 621680 +0:The total amount of wall time = 157.157189 +0:The maximum resident set size (KB) = 621652 Test 075 control_debug PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/control_debug -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/control_2threads_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/control_debug +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/control_2threads_debug Checking test 076 control_2threads_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 276.302129 -0:The maximum resident set size (KB) = 670312 +0:The total amount of wall time = 276.434973 +0:The maximum resident set size (KB) = 669700 Test 076 control_2threads_debug PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/control_CubedSphereGrid_debug -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/control_CubedSphereGrid_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/control_CubedSphereGrid_debug +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/control_CubedSphereGrid_debug Checking test 077 control_CubedSphereGrid_debug results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -2858,429 +2858,429 @@ Checking test 077 control_CubedSphereGrid_debug results .... Comparing atmf001.tile5.nc .........OK Comparing atmf001.tile6.nc .........OK -0:The total amount of wall time = 171.335348 -0:The maximum resident set size (KB) = 621736 +0:The total amount of wall time = 173.091147 +0:The maximum resident set size (KB) = 621656 Test 077 control_CubedSphereGrid_debug PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/control_wrtGauss_netcdf_parallel_debug -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/control_wrtGauss_netcdf_parallel_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/control_wrtGauss_netcdf_parallel_debug +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/control_wrtGauss_netcdf_parallel_debug Checking test 078 control_wrtGauss_netcdf_parallel_debug results .... - Comparing sfcf000.nc ............ALT CHECK......OK - Comparing sfcf001.nc ............ALT CHECK......OK + Comparing sfcf000.nc .........OK + Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK - Comparing atmf001.nc .........OK + Comparing atmf001.nc ............ALT CHECK......OK -0:The total amount of wall time = 160.018504 -0:The maximum resident set size (KB) = 621696 +0:The total amount of wall time = 159.150378 +0:The maximum resident set size (KB) = 621608 Test 078 control_wrtGauss_netcdf_parallel_debug PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/control_stochy_debug -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/control_stochy_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/control_stochy_debug +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/control_stochy_debug Checking test 079 control_stochy_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 179.884865 -0:The maximum resident set size (KB) = 627616 +0:The total amount of wall time = 178.765808 +0:The maximum resident set size (KB) = 627664 Test 079 control_stochy_debug PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/control_lndp_debug -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/control_lndp_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/control_lndp_debug +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/control_lndp_debug Checking test 080 control_lndp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 162.218854 -0:The maximum resident set size (KB) = 627756 +0:The total amount of wall time = 161.991577 +0:The maximum resident set size (KB) = 627948 Test 080 control_lndp_debug PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/control_csawmg_debug -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/control_csawmg_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/control_csawmg_debug +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/control_csawmg_debug Checking test 081 control_csawmg_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 253.822495 -0:The maximum resident set size (KB) = 672824 +0:The total amount of wall time = 252.736789 +0:The maximum resident set size (KB) = 672804 Test 081 control_csawmg_debug PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/control_csawmgt_debug -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/control_csawmgt_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/control_csawmgt_debug +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/control_csawmgt_debug Checking test 082 control_csawmgt_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 248.856225 -0:The maximum resident set size (KB) = 672724 +0:The total amount of wall time = 251.284953 +0:The maximum resident set size (KB) = 672780 Test 082 control_csawmgt_debug PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/control_ras_debug -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/control_ras_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/control_ras_debug +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/control_ras_debug Checking test 083 control_ras_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 163.675055 -0:The maximum resident set size (KB) = 635168 +0:The total amount of wall time = 162.985507 +0:The maximum resident set size (KB) = 635184 Test 083 control_ras_debug PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/control_diag_debug -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/control_diag_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/control_diag_debug +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/control_diag_debug Checking test 084 control_diag_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 165.877671 -0:The maximum resident set size (KB) = 679912 +0:The total amount of wall time = 166.308051 +0:The maximum resident set size (KB) = 679884 Test 084 control_diag_debug PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/control_debug_p8 -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/control_debug_p8 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/control_debug_p8 +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/control_debug_p8 Checking test 085 control_debug_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 178.928489 -0:The maximum resident set size (KB) = 1018556 +0:The total amount of wall time = 178.121639 +0:The maximum resident set size (KB) = 1018540 Test 085 control_debug_p8 PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/control_thompson_debug -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/control_thompson_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/control_thompson_debug +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/control_thompson_debug Checking test 086 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 = 186.513559 -0:The maximum resident set size (KB) = 980896 +0:The total amount of wall time = 185.899561 +0:The maximum resident set size (KB) = 980828 Test 086 control_thompson_debug PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/control_thompson_no_aero_debug -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/control_thompson_no_aero_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/control_thompson_no_aero_debug +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/control_thompson_no_aero_debug Checking test 087 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 = 179.146028 -0:The maximum resident set size (KB) = 978016 +0:The total amount of wall time = 179.402683 +0:The maximum resident set size (KB) = 978004 Test 087 control_thompson_no_aero_debug PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/control_thompson_debug_extdiag -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/control_thompson_extdiag_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/control_thompson_debug_extdiag +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/control_thompson_extdiag_debug Checking test 088 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 = 195.901173 -0:The maximum resident set size (KB) = 1009512 +0:The total amount of wall time = 197.996324 +0:The maximum resident set size (KB) = 1009476 Test 088 control_thompson_extdiag_debug PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/control_thompson_progcld_thompson_debug -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/control_thompson_progcld_thompson_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/control_thompson_progcld_thompson_debug +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/control_thompson_progcld_thompson_debug Checking test 089 control_thompson_progcld_thompson_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 185.898929 -0:The maximum resident set size (KB) = 980824 +0:The total amount of wall time = 185.509511 +0:The maximum resident set size (KB) = 980776 Test 089 control_thompson_progcld_thompson_debug PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/fv3_regional_debug -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/regional_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/fv3_regional_debug +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/regional_debug Checking test 090 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 = 258.625426 -0:The maximum resident set size (KB) = 589260 +0:The total amount of wall time = 258.473066 +0:The maximum resident set size (KB) = 589236 Test 090 regional_debug PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/rap_control_debug -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/rap_control_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/rap_control_debug +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/rap_control_debug Checking test 091 rap_control_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 288.010351 -0:The maximum resident set size (KB) = 989148 +0:The total amount of wall time = 286.524037 +0:The maximum resident set size (KB) = 989168 Test 091 rap_control_debug PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/hrrr_control_debug -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/hrrr_control_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/hrrr_control_debug +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/hrrr_control_debug Checking test 092 hrrr_control_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 283.182202 -0:The maximum resident set size (KB) = 986260 +0:The total amount of wall time = 283.552582 +0:The maximum resident set size (KB) = 986204 Test 092 hrrr_control_debug PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/rap_control_debug -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/rap_unified_drag_suite_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/rap_control_debug +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/rap_unified_drag_suite_debug Checking test 093 rap_unified_drag_suite_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 287.749291 -0:The maximum resident set size (KB) = 988840 +0:The total amount of wall time = 287.084756 +0:The maximum resident set size (KB) = 989004 Test 093 rap_unified_drag_suite_debug PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/rap_diag_debug -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/rap_diag_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/rap_diag_debug +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/rap_diag_debug Checking test 094 rap_diag_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 304.124934 -0:The maximum resident set size (KB) = 1072200 +0:The total amount of wall time = 301.045573 +0:The maximum resident set size (KB) = 1072228 Test 094 rap_diag_debug PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/rap_cires_ugwp_debug -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/rap_cires_ugwp_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/rap_cires_ugwp_debug +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/rap_cires_ugwp_debug Checking test 095 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 = 293.803771 -0:The maximum resident set size (KB) = 987672 +0:The total amount of wall time = 293.641114 +0:The maximum resident set size (KB) = 987652 Test 095 rap_cires_ugwp_debug PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/rap_cires_ugwp_debug -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/rap_unified_ugwp_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/rap_cires_ugwp_debug +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/rap_unified_ugwp_debug Checking test 096 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 = 293.583329 -0:The maximum resident set size (KB) = 989004 +0:The total amount of wall time = 292.758981 +0:The maximum resident set size (KB) = 989012 Test 096 rap_unified_ugwp_debug PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/rap_lndp_debug -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/rap_lndp_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/rap_lndp_debug +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/rap_lndp_debug Checking test 097 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 = 290.189142 -0:The maximum resident set size (KB) = 989992 +0:The total amount of wall time = 289.827645 +0:The maximum resident set size (KB) = 989908 Test 097 rap_lndp_debug PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/rap_flake_debug -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/rap_flake_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/rap_flake_debug +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/rap_flake_debug Checking test 098 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 = 288.235025 -0:The maximum resident set size (KB) = 988688 +0:The total amount of wall time = 286.204502 +0:The maximum resident set size (KB) = 988556 Test 098 rap_flake_debug PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/rap_progcld_thompson_debug -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/rap_progcld_thompson_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/rap_progcld_thompson_debug +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/rap_progcld_thompson_debug Checking test 099 rap_progcld_thompson_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 287.909914 -0:The maximum resident set size (KB) = 989148 +0:The total amount of wall time = 288.176076 +0:The maximum resident set size (KB) = 989052 Test 099 rap_progcld_thompson_debug PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/rap_noah_debug -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/rap_noah_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/rap_noah_debug +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/rap_noah_debug Checking test 100 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 = 282.562600 -0:The maximum resident set size (KB) = 987552 +0:The total amount of wall time = 282.650033 +0:The maximum resident set size (KB) = 987456 Test 100 rap_noah_debug PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/rap_rrtmgp_debug -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/rap_rrtmgp_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/rap_rrtmgp_debug +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/rap_rrtmgp_debug Checking test 101 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 = 483.903980 -0:The maximum resident set size (KB) = 1118476 +0:The total amount of wall time = 483.242514 +0:The maximum resident set size (KB) = 1118424 Test 101 rap_rrtmgp_debug PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/rap_sfcdiff_debug -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/rap_sfcdiff_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/rap_sfcdiff_debug +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/rap_sfcdiff_debug Checking test 102 rap_sfcdiff_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 287.551785 -0:The maximum resident set size (KB) = 988820 +0:The total amount of wall time = 287.829318 +0:The maximum resident set size (KB) = 988652 Test 102 rap_sfcdiff_debug PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/rap_noah_sfcdiff_cires_ugwp_debug -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/rap_noah_sfcdiff_cires_ugwp_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/rap_noah_sfcdiff_cires_ugwp_debug +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/rap_noah_sfcdiff_cires_ugwp_debug Checking test 103 rap_noah_sfcdiff_cires_ugwp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 471.510833 -0:The maximum resident set size (KB) = 988180 +0:The total amount of wall time = 471.436604 +0:The maximum resident set size (KB) = 988124 Test 103 rap_noah_sfcdiff_cires_ugwp_debug PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/rrfs_v1beta_debug -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/rrfs_v1beta_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/rrfs_v1beta_debug +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/rrfs_v1beta_debug Checking test 104 rrfs_v1beta_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 284.706928 -0:The maximum resident set size (KB) = 987328 +0:The total amount of wall time = 284.041007 +0:The maximum resident set size (KB) = 987384 Test 104 rrfs_v1beta_debug PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/control_wam_debug -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/control_wam_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/control_wam_debug +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/control_wam_debug Checking test 105 control_wam_debug results .... Comparing sfcf019.nc .........OK Comparing atmf019.nc .........OK -0:The total amount of wall time = 295.442577 -0:The maximum resident set size (KB) = 238156 +0:The total amount of wall time = 295.139723 +0:The maximum resident set size (KB) = 238172 Test 105 control_wam_debug PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_atm -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/hafs_regional_atm +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/hafs_regional_atm +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/hafs_regional_atm Checking test 106 hafs_regional_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing HURPRS.GrbF06 .........OK -0:The total amount of wall time = 613.905573 -0:The maximum resident set size (KB) = 687768 +0:The total amount of wall time = 617.497574 +0:The maximum resident set size (KB) = 687980 Test 106 hafs_regional_atm PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_atm_thompson_gfdlsf -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/hafs_regional_atm_thompson_gfdlsf +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/hafs_regional_atm_thompson_gfdlsf +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/hafs_regional_atm_thompson_gfdlsf Checking test 107 hafs_regional_atm_thompson_gfdlsf results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK -0:The total amount of wall time = 660.895169 -0:The maximum resident set size (KB) = 1056640 +0:The total amount of wall time = 667.792064 +0:The maximum resident set size (KB) = 1055684 Test 107 hafs_regional_atm_thompson_gfdlsf PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_atm_ocn -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/hafs_regional_atm_ocn +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/hafs_regional_atm_ocn +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/hafs_regional_atm_ocn Checking test 108 hafs_regional_atm_ocn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -3289,14 +3289,14 @@ Checking test 108 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 = 442.672413 +0:The total amount of wall time = 448.685676 0:The maximum resident set size (KB) = 721060 Test 108 hafs_regional_atm_ocn PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_atm_wav -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/hafs_regional_atm_wav +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/hafs_regional_atm_wav +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/hafs_regional_atm_wav Checking test 109 hafs_regional_atm_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -3305,14 +3305,14 @@ Checking test 109 hafs_regional_atm_wav results .... Comparing 20190829.060000.restart.ww3 .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK -0:The total amount of wall time = 1033.194020 -0:The maximum resident set size (KB) = 751972 +0:The total amount of wall time = 1003.034137 +0:The maximum resident set size (KB) = 751308 Test 109 hafs_regional_atm_wav PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_atm_ocn_wav -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/hafs_regional_atm_ocn_wav +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/hafs_regional_atm_ocn_wav +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/hafs_regional_atm_ocn_wav Checking test 110 hafs_regional_atm_ocn_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -3323,28 +3323,28 @@ Checking test 110 hafs_regional_atm_ocn_wav results .... Comparing 20190829.060000.restart.ww3 .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK -0:The total amount of wall time = 1045.259196 -0:The maximum resident set size (KB) = 762952 +0:The total amount of wall time = 997.964791 +0:The maximum resident set size (KB) = 762540 Test 110 hafs_regional_atm_ocn_wav PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_1nest_atm -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/hafs_regional_1nest_atm +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/hafs_regional_1nest_atm +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/hafs_regional_1nest_atm Checking test 111 hafs_regional_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK Comparing sfc.nest02.f006.nc .........OK -0:The total amount of wall time = 1244.086373 -0:The maximum resident set size (KB) = 278536 +0:The total amount of wall time = 1243.504404 +0:The maximum resident set size (KB) = 278604 Test 111 hafs_regional_1nest_atm PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_telescopic_2nests_atm -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/hafs_regional_telescopic_2nests_atm +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/hafs_regional_telescopic_2nests_atm +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/hafs_regional_telescopic_2nests_atm Checking test 112 hafs_regional_telescopic_2nests_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -3353,28 +3353,28 @@ Checking test 112 hafs_regional_telescopic_2nests_atm results .... Comparing atm.nest03.f006.nc .........OK Comparing sfc.nest03.f006.nc .........OK -0:The total amount of wall time = 1339.481803 -0:The maximum resident set size (KB) = 288608 +0:The total amount of wall time = 1341.449109 +0:The maximum resident set size (KB) = 288708 Test 112 hafs_regional_telescopic_2nests_atm PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/hafs_global_1nest_atm -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/hafs_global_1nest_atm +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/hafs_global_1nest_atm +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/hafs_global_1nest_atm Checking test 113 hafs_global_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK Comparing sfc.nest02.f006.nc .........OK -0:The total amount of wall time = 828.845883 -0:The maximum resident set size (KB) = 185100 +0:The total amount of wall time = 826.703212 +0:The maximum resident set size (KB) = 185152 Test 113 hafs_global_1nest_atm PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/hafs_global_multiple_4nests_atm -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/hafs_global_multiple_4nests_atm +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/hafs_global_multiple_4nests_atm +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/hafs_global_multiple_4nests_atm Checking test 114 hafs_global_multiple_4nests_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -3387,42 +3387,42 @@ Checking test 114 hafs_global_multiple_4nests_atm results .... Comparing atm.nest05.f006.nc .........OK Comparing sfc.nest05.f006.nc .........OK -0:The total amount of wall time = 1414.510768 -0:The maximum resident set size (KB) = 263128 +0:The total amount of wall time = 1412.722909 +0:The maximum resident set size (KB) = 262800 Test 114 hafs_global_multiple_4nests_atm PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_specified_moving_1nest_atm -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/hafs_regional_specified_moving_1nest_atm +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/hafs_regional_specified_moving_1nest_atm +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/hafs_regional_specified_moving_1nest_atm Checking test 115 hafs_regional_specified_moving_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK Comparing sfc.nest02.f006.nc .........OK -0:The total amount of wall time = 687.092606 -0:The maximum resident set size (KB) = 287868 +0:The total amount of wall time = 689.286841 +0:The maximum resident set size (KB) = 288464 Test 115 hafs_regional_specified_moving_1nest_atm PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_storm_following_1nest_atm -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/hafs_regional_storm_following_1nest_atm +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/hafs_regional_storm_following_1nest_atm +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/hafs_regional_storm_following_1nest_atm Checking test 116 hafs_regional_storm_following_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK Comparing sfc.nest02.f006.nc .........OK -0:The total amount of wall time = 675.578300 +0:The total amount of wall time = 675.339355 0:The maximum resident set size (KB) = 288504 Test 116 hafs_regional_storm_following_1nest_atm PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_storm_following_1nest_atm_ocn -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/hafs_regional_storm_following_1nest_atm_ocn +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/hafs_regional_storm_following_1nest_atm_ocn +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/hafs_regional_storm_following_1nest_atm_ocn Checking test 117 hafs_regional_storm_following_1nest_atm_ocn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -3431,14 +3431,14 @@ Checking test 117 hafs_regional_storm_following_1nest_atm_ocn results .... Comparing archv.2020_238_18.a .........OK Comparing archs.2020_238_18.a .........OK -0:The total amount of wall time = 695.598860 -0:The maximum resident set size (KB) = 320600 +0:The total amount of wall time = 694.619581 +0:The maximum resident set size (KB) = 320652 Test 117 hafs_regional_storm_following_1nest_atm_ocn PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_storm_following_1nest_atm_ocn_wav -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/hafs_regional_storm_following_1nest_atm_ocn_wav +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/hafs_regional_storm_following_1nest_atm_ocn_wav +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/hafs_regional_storm_following_1nest_atm_ocn_wav Checking test 118 hafs_regional_storm_following_1nest_atm_ocn_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -3449,28 +3449,28 @@ Checking test 118 hafs_regional_storm_following_1nest_atm_ocn_wav results .... Comparing out_grd.ww3 .........OK Comparing out_pnt.ww3 .........OK -0:The total amount of wall time = 1330.411014 -0:The maximum resident set size (KB) = 387076 +0:The total amount of wall time = 1309.430218 +0:The maximum resident set size (KB) = 386604 Test 118 hafs_regional_storm_following_1nest_atm_ocn_wav PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/hafs_global_storm_following_1nest_atm -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/hafs_global_storm_following_1nest_atm +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/hafs_global_storm_following_1nest_atm +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/hafs_global_storm_following_1nest_atm Checking test 119 hafs_global_storm_following_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK Comparing sfc.nest02.f006.nc .........OK -0:The total amount of wall time = 414.534518 -0:The maximum resident set size (KB) = 204856 +0:The total amount of wall time = 415.851053 +0:The maximum resident set size (KB) = 204684 Test 119 hafs_global_storm_following_1nest_atm PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_docn -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/hafs_regional_docn +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/hafs_regional_docn +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/hafs_regional_docn Checking test 120 hafs_regional_docn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -3478,14 +3478,14 @@ Checking test 120 hafs_regional_docn results .... Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK Comparing ufs.hafs.docn.r.2019-08-29-21600.nc .........OK -0:The total amount of wall time = 402.756241 -0:The maximum resident set size (KB) = 738228 +0:The total amount of wall time = 397.081982 +0:The maximum resident set size (KB) = 738400 Test 120 hafs_regional_docn PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_docn_oisst -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/hafs_regional_docn_oisst +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/hafs_regional_docn_oisst +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/hafs_regional_docn_oisst Checking test 121 hafs_regional_docn_oisst results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -3493,118 +3493,118 @@ Checking test 121 hafs_regional_docn_oisst results .... Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK Comparing ufs.hafs.docn.r.2019-08-29-21600.nc .........OK -0:The total amount of wall time = 405.547181 -0:The maximum resident set size (KB) = 718288 +0:The total amount of wall time = 403.150403 +0:The maximum resident set size (KB) = 717800 Test 121 hafs_regional_docn_oisst PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_datm_cdeps -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/hafs_regional_datm_cdeps +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/hafs_regional_datm_cdeps +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/hafs_regional_datm_cdeps Checking test 122 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 = 1275.905503 -0:The maximum resident set size (KB) = 867316 +0:The total amount of wall time = 1274.677386 +0:The maximum resident set size (KB) = 867360 Test 122 hafs_regional_datm_cdeps PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_control_cfsr -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/datm_cdeps_control_cfsr +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/datm_cdeps_control_cfsr +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/datm_cdeps_control_cfsr Checking test 123 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 = 166.826371 -0:The maximum resident set size (KB) = 692564 +0:The total amount of wall time = 166.372564 +0:The maximum resident set size (KB) = 681452 Test 123 datm_cdeps_control_cfsr PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_control_cfsr -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/datm_cdeps_restart_cfsr +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/datm_cdeps_control_cfsr +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/datm_cdeps_restart_cfsr Checking test 124 datm_cdeps_restart_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK -0:The total amount of wall time = 101.664066 -0:The maximum resident set size (KB) = 681728 +0:The total amount of wall time = 100.549725 +0:The maximum resident set size (KB) = 692864 Test 124 datm_cdeps_restart_cfsr PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_control_gefs -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/datm_cdeps_control_gefs +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/datm_cdeps_control_gefs +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/datm_cdeps_control_gefs Checking test 125 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 = 161.033548 -0:The maximum resident set size (KB) = 579672 +0:The total amount of wall time = 160.461177 +0:The maximum resident set size (KB) = 579668 Test 125 datm_cdeps_control_gefs PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_iau_gefs -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/datm_cdeps_iau_gefs +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/datm_cdeps_iau_gefs +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/datm_cdeps_iau_gefs Checking test 126 datm_cdeps_iau_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.743360 -0:The maximum resident set size (KB) = 579644 +0:The total amount of wall time = 163.227112 +0:The maximum resident set size (KB) = 579636 Test 126 datm_cdeps_iau_gefs PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_stochy_gefs -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/datm_cdeps_stochy_gefs +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/datm_cdeps_stochy_gefs +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/datm_cdeps_stochy_gefs Checking test 127 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 = 163.513645 -0:The maximum resident set size (KB) = 579636 +0:The total amount of wall time = 162.566196 +0:The maximum resident set size (KB) = 579652 Test 127 datm_cdeps_stochy_gefs PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_bulk_cfsr -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/datm_cdeps_bulk_cfsr +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/datm_cdeps_bulk_cfsr +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/datm_cdeps_bulk_cfsr Checking test 128 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 = 167.797811 -0:The maximum resident set size (KB) = 692436 +0:The total amount of wall time = 167.098870 +0:The maximum resident set size (KB) = 692440 Test 128 datm_cdeps_bulk_cfsr PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_bulk_gefs -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/datm_cdeps_bulk_gefs +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/datm_cdeps_bulk_gefs +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/datm_cdeps_bulk_gefs Checking test 129 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 = 161.059280 -0:The maximum resident set size (KB) = 579648 +0:The total amount of wall time = 155.496378 +0:The maximum resident set size (KB) = 579676 Test 129 datm_cdeps_bulk_gefs PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_mx025_cfsr -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/datm_cdeps_mx025_cfsr +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/datm_cdeps_mx025_cfsr +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/datm_cdeps_mx025_cfsr Checking test 130 datm_cdeps_mx025_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK @@ -3613,14 +3613,14 @@ Checking test 130 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 = 356.553410 -0:The maximum resident set size (KB) = 508876 +0:The total amount of wall time = 350.963932 +0:The maximum resident set size (KB) = 508912 Test 130 datm_cdeps_mx025_cfsr PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_mx025_gefs -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/datm_cdeps_mx025_gefs +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/datm_cdeps_mx025_gefs +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/datm_cdeps_mx025_gefs Checking test 131 datm_cdeps_mx025_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK @@ -3629,64 +3629,64 @@ Checking test 131 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 = 352.279922 -0:The maximum resident set size (KB) = 490320 +0:The total amount of wall time = 342.266146 +0:The maximum resident set size (KB) = 490272 Test 131 datm_cdeps_mx025_gefs PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_control_cfsr -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/datm_cdeps_multiple_files_cfsr +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/datm_cdeps_control_cfsr +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/datm_cdeps_multiple_files_cfsr Checking test 132 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 = 164.925582 -0:The maximum resident set size (KB) = 681424 +0:The total amount of wall time = 165.936113 +0:The maximum resident set size (KB) = 681432 Test 132 datm_cdeps_multiple_files_cfsr PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_3072x1536_cfsr -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/datm_cdeps_3072x1536_cfsr +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/datm_cdeps_3072x1536_cfsr +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/datm_cdeps_3072x1536_cfsr Checking test 133 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 = 254.403364 -0:The maximum resident set size (KB) = 1826068 +0:The total amount of wall time = 267.235998 +0:The maximum resident set size (KB) = 1826340 Test 133 datm_cdeps_3072x1536_cfsr PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_gfs -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/datm_cdeps_gfs +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/datm_cdeps_gfs +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/datm_cdeps_gfs Checking test 134 datm_cdeps_gfs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/DATM_GFS.cpl.r.2021-03-23-21600.nc .........OK -0:The total amount of wall time = 255.031191 -0:The maximum resident set size (KB) = 1826896 +0:The total amount of wall time = 237.551152 +0:The maximum resident set size (KB) = 1794908 Test 134 datm_cdeps_gfs PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_debug_cfsr -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/datm_cdeps_debug_cfsr +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/datm_cdeps_debug_cfsr +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/datm_cdeps_debug_cfsr Checking test 135 datm_cdeps_debug_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-01-21600.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-01-21600.nc .........OK -0:The total amount of wall time = 457.000949 -0:The maximum resident set size (KB) = 689752 +0:The total amount of wall time = 457.117071 +0:The maximum resident set size (KB) = 689716 Test 135 datm_cdeps_debug_cfsr PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/control_atmwav -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/control_atmwav +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/control_atmwav +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/control_atmwav Checking test 136 control_atmwav results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -3730,14 +3730,14 @@ Checking test 136 control_atmwav results .... Comparing RESTART/sfc_data.tile6.nc .........OK Comparing 20210322.180000.restart.glo_1deg .........OK -0:The total amount of wall time = 93.179140 -0:The maximum resident set size (KB) = 478220 +0:The total amount of wall time = 93.423340 +0:The maximum resident set size (KB) = 478236 Test 136 control_atmwav PASS -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/atmaero_control_p8 -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_19304/atmaero_control_p8 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/atmaero_control_p8 +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/atmaero_control_p8 Checking test 137 atmaero_control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -3781,27 +3781,15 @@ Checking test 137 atmaero_control_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 291.125984 -0:The maximum resident set size (KB) = 4504108 +0:The total amount of wall time = 290.742558 +0:The maximum resident set size (KB) = 4504116 Test 137 atmaero_control_p8 PASS -Test 138 atmaero_control_p8_rad FAIL - -FAILED TESTS: -Test atmaero_control_p8_rad 138 failed in run_test failed - -REGRESSION TEST FAILED -Fri Jul 1 21:41:46 MDT 2022 -Elapsed time: 01h:16m:53s. Have a nice day! -Sat Jul 2 10:21:31 MDT 2022 -Start Regression test - -Compile 001 elapsed time 637 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -baseline dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/REGRESSION_TEST_INTEL/atmaero_control_p8 -working dir = /glade/scratch/jongkim/rt-1192-intel/jongkim/FV3_RT/rt_7011/atmaero_control_p8 -Checking test 001 atmaero_control_p8 results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220706/INTEL/atmaero_control_p8_rad +working dir = /glade/scratch/jongkim/rt-1292-intel/jongkim/FV3_RT/rt_31553/atmaero_control_p8_rad +Checking test 138 atmaero_control_p8_rad results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -3844,12 +3832,12 @@ Checking test 001 atmaero_control_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 292.353758 -0:The maximum resident set size (KB) = 4504100 +0:The total amount of wall time = 326.726784 +0:The maximum resident set size (KB) = 4670332 -Test 001 atmaero_control_p8 PASS +Test 138 atmaero_control_p8_rad PASS Tries: 2 REGRESSION TEST WAS SUCCESSFUL -Sat Jul 2 10:40:11 MDT 2022 -Elapsed time: 00h:18m:40s. Have a nice day! +Wed Jul 6 22:20:43 MDT 2022 +Elapsed time: 01h:17m:03s. Have a nice day! diff --git a/tests/RegressionTests_gaea.intel.log b/tests/RegressionTests_gaea.intel.log index cd268d09a4..5de14a0a3b 100644 --- a/tests/RegressionTests_gaea.intel.log +++ b/tests/RegressionTests_gaea.intel.log @@ -1,26 +1,26 @@ -Sun Jul 3 07:59:33 EDT 2022 +Wed Jul 6 22:07:33 EDT 2022 Start Regression test -Compile 001 elapsed time 724 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 002 elapsed time 724 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 003 elapsed time 332 seconds. -DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 004 elapsed time 309 seconds. -DAPP=S2SW -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 005 elapsed time 568 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_sfcocn -DCMEPS_AOFLUX=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 006 elapsed time 528 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 007 elapsed time 539 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_RRTMGP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_smoke,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 008 elapsed time 516 seconds. -DAPP=ATM -DCCPP_SUITES=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 009 elapsed time 490 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 010 elapsed time 807 seconds. -DAPP=ATM -DDEBUG=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 011 elapsed time 207 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 012 elapsed time 583 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst,FV3_HAFS_v0_thompson_tedmf_gfdlsf -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 013 elapsed time 668 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 014 elapsed time 320 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 015 elapsed time 227 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 016 elapsed time 633 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 017 elapsed time 460 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release - -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_p8 -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/cpld_control_p8 +Compile 001 elapsed time 691 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 002 elapsed time 615 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 003 elapsed time 260 seconds. -DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 004 elapsed time 240 seconds. -DAPP=S2SW -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 005 elapsed time 517 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_sfcocn -DCMEPS_AOFLUX=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 006 elapsed time 436 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 007 elapsed time 474 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_RRTMGP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_smoke,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 008 elapsed time 448 seconds. -DAPP=ATM -DCCPP_SUITES=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 009 elapsed time 433 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 010 elapsed time 743 seconds. -DAPP=ATM -DDEBUG=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 011 elapsed time 188 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 012 elapsed time 578 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst,FV3_HAFS_v0_thompson_tedmf_gfdlsf -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 013 elapsed time 574 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 014 elapsed time 241 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 015 elapsed time 157 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 016 elapsed time 558 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 017 elapsed time 421 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release + +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/cpld_control_p8 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/cpld_control_p8 Checking test 001 cpld_control_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -85,14 +85,14 @@ Checking test 001 cpld_control_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 452.488490 - 0: The maximum resident set size (KB) = 1597992 + 0: The total amount of wall time = 427.435701 + 0: The maximum resident set size (KB) = 1612304 Test 001 cpld_control_p8 PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_p8 -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/cpld_restart_p8 +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/cpld_control_p8 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/cpld_restart_p8 Checking test 002 cpld_restart_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -145,14 +145,14 @@ Checking test 002 cpld_restart_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 275.736825 - 0: The maximum resident set size (KB) = 1562556 + 0: The total amount of wall time = 251.543247 + 0: The maximum resident set size (KB) = 1563080 Test 002 cpld_restart_p8 PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_p8 -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/cpld_2threads_p8 +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/cpld_control_p8 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/cpld_2threads_p8 Checking test 003 cpld_2threads_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -205,14 +205,14 @@ Checking test 003 cpld_2threads_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 606.106761 - 0: The maximum resident set size (KB) = 2354308 + 0: The total amount of wall time = 568.028608 + 0: The maximum resident set size (KB) = 2532136 Test 003 cpld_2threads_p8 PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_p8 -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/cpld_decomp_p8 +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/cpld_control_p8 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/cpld_decomp_p8 Checking test 004 cpld_decomp_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -265,14 +265,14 @@ Checking test 004 cpld_decomp_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 443.585274 - 0: The maximum resident set size (KB) = 1671520 + 0: The total amount of wall time = 437.486962 + 0: The maximum resident set size (KB) = 1683200 Test 004 cpld_decomp_p8 PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_p8 -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/cpld_mpi_p8 +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/cpld_control_p8 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/cpld_mpi_p8 Checking test 005 cpld_mpi_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -325,14 +325,14 @@ Checking test 005 cpld_mpi_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 386.081538 - 0: The maximum resident set size (KB) = 1162940 + 0: The total amount of wall time = 369.946810 + 0: The maximum resident set size (KB) = 1162928 Test 005 cpld_mpi_p8 PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_c192_p8 -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/cpld_control_c192_p8 +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/cpld_control_c192_p8 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/cpld_control_c192_p8 Checking test 006 cpld_control_c192_p8 results .... Comparing sfcf030.tile1.nc .........OK Comparing sfcf030.tile2.nc .........OK @@ -385,14 +385,14 @@ Checking test 006 cpld_control_c192_p8 results .... Comparing 20210323.120000.out_grd.ww3 .........OK Comparing 20210323.120000.out_pnt.ww3 .........OK - 0: The total amount of wall time = 905.233192 - 0: The maximum resident set size (KB) = 1702172 + 0: The total amount of wall time = 919.336132 + 0: The maximum resident set size (KB) = 1680128 Test 006 cpld_control_c192_p8 PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_c192_p8 -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/cpld_restart_c192_p8 +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/cpld_control_c192_p8 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/cpld_restart_c192_p8 Checking test 007 cpld_restart_c192_p8 results .... Comparing sfcf030.tile1.nc .........OK Comparing sfcf030.tile2.nc .........OK @@ -445,14 +445,14 @@ Checking test 007 cpld_restart_c192_p8 results .... Comparing 20210323.120000.out_grd.ww3 .........OK Comparing 20210323.120000.out_pnt.ww3 .........OK - 0: The total amount of wall time = 534.827368 - 0: The maximum resident set size (KB) = 1649984 + 0: The total amount of wall time = 523.105975 + 0: The maximum resident set size (KB) = 1649384 Test 007 cpld_restart_c192_p8 PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/cpld_bmark_p8 -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/cpld_bmark_p8 +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/cpld_bmark_p8 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/cpld_bmark_p8 Checking test 008 cpld_bmark_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -498,14 +498,14 @@ Checking test 008 cpld_bmark_p8 results .... Comparing 20130401.060000.out_pnt.ww3 .........OK Comparing 20130401.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 1395.793302 - 0: The maximum resident set size (KB) = 2503492 + 0: The total amount of wall time = 1401.576377 + 0: The maximum resident set size (KB) = 2543176 Test 008 cpld_bmark_p8 PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/cpld_bmark_p8 -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/cpld_restart_bmark_p8 +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/cpld_bmark_p8 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/cpld_restart_bmark_p8 Checking test 009 cpld_restart_bmark_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -551,14 +551,14 @@ Checking test 009 cpld_restart_bmark_p8 results .... Comparing 20130401.060000.out_pnt.ww3 .........OK Comparing 20130401.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 823.203937 - 0: The maximum resident set size (KB) = 2529920 + 0: The total amount of wall time = 850.288846 + 0: The maximum resident set size (KB) = 2495388 Test 009 cpld_restart_bmark_p8 PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_noaero_p8 -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/cpld_control_noaero_p8 +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/cpld_control_noaero_p8 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/cpld_control_noaero_p8 Checking test 010 cpld_control_noaero_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -622,14 +622,14 @@ Checking test 010 cpld_control_noaero_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 323.143760 - 0: The maximum resident set size (KB) = 884320 + 0: The total amount of wall time = 277.134123 + 0: The maximum resident set size (KB) = 870064 Test 010 cpld_control_noaero_p8 PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_c96_noaero_p8 -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/cpld_control_nowave_noaero_p8 +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/cpld_control_c96_noaero_p8 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/cpld_control_nowave_noaero_p8 Checking test 011 cpld_control_nowave_noaero_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -691,14 +691,14 @@ Checking test 011 cpld_control_nowave_noaero_p8 results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 347.815199 - 0: The maximum resident set size (KB) = 924140 + 0: The total amount of wall time = 317.847356 + 0: The maximum resident set size (KB) = 923972 Test 011 cpld_control_nowave_noaero_p8 PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/cpld_debug_p8 -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/cpld_debug_p8 +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/cpld_debug_p8 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/cpld_debug_p8 Checking test 012 cpld_debug_p8 results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK @@ -751,14 +751,14 @@ Checking test 012 cpld_debug_p8 results .... Comparing 20210322.090000.out_pnt.ww3 .........OK Comparing 20210322.090000.out_grd.ww3 .........OK - 0: The total amount of wall time = 632.931878 - 0: The maximum resident set size (KB) = 1657560 + 0: The total amount of wall time = 621.941897 + 0: The maximum resident set size (KB) = 1658024 Test 012 cpld_debug_p8 PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/cpld_debug_noaero_p8 -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/cpld_debug_noaero_p8 +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/cpld_debug_noaero_p8 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/cpld_debug_noaero_p8 Checking test 013 cpld_debug_noaero_p8 results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK @@ -810,14 +810,14 @@ Checking test 013 cpld_debug_noaero_p8 results .... Comparing 20210322.090000.out_pnt.ww3 .........OK Comparing 20210322.090000.out_grd.ww3 .........OK - 0: The total amount of wall time = 458.346907 - 0: The maximum resident set size (KB) = 1029596 + 0: The total amount of wall time = 390.887381 + 0: The maximum resident set size (KB) = 1006440 Test 013 cpld_debug_noaero_p8 PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_noaero_p8_agrid -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/cpld_control_noaero_p8_agrid +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/cpld_control_noaero_p8_agrid +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/cpld_control_noaero_p8_agrid Checking test 014 cpld_control_noaero_p8_agrid results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -879,14 +879,14 @@ Checking test 014 cpld_control_noaero_p8_agrid results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 334.955798 - 0: The maximum resident set size (KB) = 926992 + 0: The total amount of wall time = 335.400092 + 0: The maximum resident set size (KB) = 941308 Test 014 cpld_control_noaero_p8_agrid PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/control +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/control +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/control Checking test 015 control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -933,14 +933,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 = 133.748015 - 0: The maximum resident set size (KB) = 435888 + 0: The total amount of wall time = 135.477978 + 0: The maximum resident set size (KB) = 435756 Test 015 control PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/control_decomp +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/control +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/control_decomp Checking test 016 control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -983,14 +983,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 = 140.661056 - 0: The maximum resident set size (KB) = 435016 + 0: The total amount of wall time = 143.665570 + 0: The maximum resident set size (KB) = 434932 Test 016 control_decomp PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/control_2dwrtdecomp +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/control +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/control_2dwrtdecomp Checking test 017 control_2dwrtdecomp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1001,14 +1001,14 @@ Checking test 017 control_2dwrtdecomp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 137.223732 - 0: The maximum resident set size (KB) = 435956 + 0: The total amount of wall time = 136.384780 + 0: The maximum resident set size (KB) = 435948 Test 017 control_2dwrtdecomp PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/control_2threads +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/control +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/control_2threads Checking test 018 control_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1051,14 +1051,14 @@ Checking test 018 control_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 172.857077 - 0: The maximum resident set size (KB) = 489624 + 0: The total amount of wall time = 171.556837 + 0: The maximum resident set size (KB) = 490888 Test 018 control_2threads PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/control_restart +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/control +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/control_restart Checking test 019 control_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1097,14 +1097,14 @@ Checking test 019 control_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 70.221338 - 0: The maximum resident set size (KB) = 173196 + 0: The total amount of wall time = 70.547875 + 0: The maximum resident set size (KB) = 173384 Test 019 control_restart PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/control_fhzero +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/control +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/control_fhzero Checking test 020 control_fhzero results .... Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf021.nc ............ALT CHECK......OK @@ -1147,14 +1147,14 @@ Checking test 020 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.032988 - 0: The maximum resident set size (KB) = 436016 + 0: The total amount of wall time = 127.856083 + 0: The maximum resident set size (KB) = 435872 Test 020 control_fhzero PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_CubedSphereGrid -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/control_CubedSphereGrid +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/control_CubedSphereGrid +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/control_CubedSphereGrid Checking test 021 control_CubedSphereGrid results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -1181,28 +1181,28 @@ Checking test 021 control_CubedSphereGrid results .... Comparing atmf024.tile5.nc .........OK Comparing atmf024.tile6.nc .........OK - 0: The total amount of wall time = 132.006220 - 0: The maximum resident set size (KB) = 436008 + 0: The total amount of wall time = 132.152352 + 0: The maximum resident set size (KB) = 436096 Test 021 control_CubedSphereGrid PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_CubedSphereGrid_parallel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/control_CubedSphereGrid_parallel +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/control_CubedSphereGrid_parallel +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/control_CubedSphereGrid_parallel Checking test 022 control_CubedSphereGrid_parallel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc ............ALT CHECK......OK Comparing atmf000.nc .........OK Comparing atmf024.nc .........OK - 0: The total amount of wall time = 142.415982 - 0: The maximum resident set size (KB) = 436116 + 0: The total amount of wall time = 129.747521 + 0: The maximum resident set size (KB) = 436160 Test 022 control_CubedSphereGrid_parallel PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_latlon -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/control_latlon +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/control_latlon +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/control_latlon Checking test 023 control_latlon results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1213,14 +1213,14 @@ Checking test 023 control_latlon results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 150.344542 - 0: The maximum resident set size (KB) = 435876 + 0: The total amount of wall time = 133.821135 + 0: The maximum resident set size (KB) = 435960 Test 023 control_latlon PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_wrtGauss_netcdf_parallel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/control_wrtGauss_netcdf_parallel +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/control_wrtGauss_netcdf_parallel +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/control_wrtGauss_netcdf_parallel Checking test 024 control_wrtGauss_netcdf_parallel results .... Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf024.nc .........OK @@ -1231,14 +1231,14 @@ Checking test 024 control_wrtGauss_netcdf_parallel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 144.332200 - 0: The maximum resident set size (KB) = 435848 + 0: The total amount of wall time = 138.284699 + 0: The maximum resident set size (KB) = 435844 -Test 024 control_wrtGauss_netcdf_parallel PASS Tries: 2 +Test 024 control_wrtGauss_netcdf_parallel PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_c48 -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/control_c48 +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/control_c48 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/control_c48 Checking test 025 control_c48 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1277,14 +1277,14 @@ Checking test 025 control_c48 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0: The total amount of wall time = 403.641532 -0: The maximum resident set size (KB) = 630088 +0: The total amount of wall time = 378.539502 +0: The maximum resident set size (KB) = 630120 Test 025 control_c48 PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_c192 -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/control_c192 +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/control_c192 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/control_c192 Checking test 026 control_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1295,14 +1295,14 @@ Checking test 026 control_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 553.318231 - 0: The maximum resident set size (KB) = 539480 + 0: The total amount of wall time = 549.504107 + 0: The maximum resident set size (KB) = 539652 Test 026 control_c192 PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_c384 -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/control_c384 +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/control_c384 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/control_c384 Checking test 027 control_c384 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1313,14 +1313,14 @@ Checking test 027 control_c384 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 778.927774 - 0: The maximum resident set size (KB) = 812080 + 0: The total amount of wall time = 770.515418 + 0: The maximum resident set size (KB) = 811792 Test 027 control_c384 PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_c384gdas -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/control_c384gdas +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/control_c384gdas +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/control_c384gdas Checking test 028 control_c384gdas results .... Comparing sfcf000.nc .........OK Comparing sfcf006.nc .........OK @@ -1363,14 +1363,14 @@ Checking test 028 control_c384gdas results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 676.940671 - 0: The maximum resident set size (KB) = 933128 + 0: The total amount of wall time = 682.540254 + 0: The maximum resident set size (KB) = 934608 Test 028 control_c384gdas PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_c384_progsigma -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/control_c384_progsigma +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/control_c384_progsigma +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/control_c384_progsigma Checking test 029 control_c384_progsigma results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1381,14 +1381,14 @@ Checking test 029 control_c384_progsigma results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 790.541694 - 0: The maximum resident set size (KB) = 832984 + 0: The total amount of wall time = 790.772389 + 0: The maximum resident set size (KB) = 832616 Test 029 control_c384_progsigma PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_stochy -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/control_stochy +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/control_stochy +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/control_stochy Checking test 030 control_stochy results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1399,28 +1399,28 @@ Checking test 030 control_stochy results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 113.080327 - 0: The maximum resident set size (KB) = 439892 + 0: The total amount of wall time = 90.209086 + 0: The maximum resident set size (KB) = 439720 Test 030 control_stochy PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_stochy -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/control_stochy_restart +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/control_stochy +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/control_stochy_restart Checking test 031 control_stochy_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 49.819527 - 0: The maximum resident set size (KB) = 190292 + 0: The total amount of wall time = 47.436429 + 0: The maximum resident set size (KB) = 190384 Test 031 control_stochy_restart PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_lndp -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/control_lndp +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/control_lndp +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/control_lndp Checking test 032 control_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1431,14 +1431,14 @@ Checking test 032 control_lndp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 81.587268 - 0: The maximum resident set size (KB) = 440064 + 0: The total amount of wall time = 81.557728 + 0: The maximum resident set size (KB) = 439928 Test 032 control_lndp PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_iovr4 -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/control_iovr4 +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/control_iovr4 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/control_iovr4 Checking test 033 control_iovr4 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1453,14 +1453,14 @@ Checking test 033 control_iovr4 results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 132.868968 - 0: The maximum resident set size (KB) = 435928 + 0: The total amount of wall time = 135.297690 + 0: The maximum resident set size (KB) = 435924 Test 033 control_iovr4 PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_iovr5 -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/control_iovr5 +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/control_iovr5 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/control_iovr5 Checking test 034 control_iovr5 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1475,14 +1475,14 @@ Checking test 034 control_iovr5 results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 135.292903 - 0: The maximum resident set size (KB) = 435972 + 0: The total amount of wall time = 138.100561 + 0: The maximum resident set size (KB) = 435840 Test 034 control_iovr5 PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_p8 -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/control_p8 +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/control_p8 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/control_p8 Checking test 035 control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1529,14 +1529,14 @@ Checking test 035 control_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 179.358899 - 0: The maximum resident set size (KB) = 825268 + 0: The total amount of wall time = 191.453646 + 0: The maximum resident set size (KB) = 825288 Test 035 control_p8 PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_p8_lndp -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/control_p8_lndp +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/control_p8_lndp +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/control_p8_lndp Checking test 036 control_p8_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1555,14 +1555,14 @@ Checking test 036 control_p8_lndp results .... Comparing GFSPRS.GrbF24 .........OK Comparing GFSPRS.GrbF48 .........OK - 0: The total amount of wall time = 361.724440 - 0: The maximum resident set size (KB) = 801824 + 0: The total amount of wall time = 343.066696 + 0: The maximum resident set size (KB) = 825540 Test 036 control_p8_lndp PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_p8 -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/control_restart_p8 +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/control_p8 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/control_restart_p8 Checking test 037 control_restart_p8 results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1601,14 +1601,14 @@ Checking test 037 control_restart_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 107.666795 - 0: The maximum resident set size (KB) = 561064 + 0: The total amount of wall time = 94.512655 + 0: The maximum resident set size (KB) = 561092 Test 037 control_restart_p8 PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_p8 -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/control_decomp_p8 +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/control_p8 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/control_decomp_p8 Checking test 038 control_decomp_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1651,14 +1651,14 @@ Checking test 038 control_decomp_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 200.656183 - 0: The maximum resident set size (KB) = 794596 + 0: The total amount of wall time = 197.691698 + 0: The maximum resident set size (KB) = 794624 -Test 038 control_decomp_p8 PASS Tries: 2 +Test 038 control_decomp_p8 PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_p8 -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/control_2threads_p8 +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/control_p8 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/control_2threads_p8 Checking test 039 control_2threads_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1701,14 +1701,14 @@ Checking test 039 control_2threads_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 248.629827 - 0: The maximum resident set size (KB) = 900608 + 0: The total amount of wall time = 234.381941 + 0: The maximum resident set size (KB) = 897588 Test 039 control_2threads_p8 PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_p8_rrtmgp -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/control_p8_rrtmgp +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/control_p8_rrtmgp +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/control_p8_rrtmgp Checking test 040 control_p8_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1755,14 +1755,14 @@ Checking test 040 control_p8_rrtmgp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 236.990731 - 0: The maximum resident set size (KB) = 915736 + 0: The total amount of wall time = 235.061097 + 0: The maximum resident set size (KB) = 917072 Test 040 control_p8_rrtmgp PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/fv3_regional_control -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/regional_control +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/fv3_regional_control +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/regional_control Checking test 041 regional_control results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1773,28 +1773,28 @@ Checking test 041 regional_control results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK - 0: The total amount of wall time = 356.235986 - 0: The maximum resident set size (KB) = 544664 + 0: The total amount of wall time = 355.194815 + 0: The maximum resident set size (KB) = 544736 Test 041 regional_control PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/fv3_regional_control -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/regional_restart +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/fv3_regional_control +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/regional_restart Checking test 042 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 = 204.427140 - 0: The maximum resident set size (KB) = 543024 + 0: The total amount of wall time = 196.621939 + 0: The maximum resident set size (KB) = 542848 Test 042 regional_restart PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/fv3_regional_control -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/regional_control_2dwrtdecomp +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/fv3_regional_control +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/regional_control_2dwrtdecomp Checking test 043 regional_control_2dwrtdecomp results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1805,14 +1805,14 @@ Checking test 043 regional_control_2dwrtdecomp results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK - 0: The total amount of wall time = 366.966890 - 0: The maximum resident set size (KB) = 544680 + 0: The total amount of wall time = 354.394802 + 0: The maximum resident set size (KB) = 544108 Test 043 regional_control_2dwrtdecomp PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/fv3_regional_noquilt -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/regional_noquilt +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/fv3_regional_noquilt +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/regional_noquilt Checking test 044 regional_noquilt results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK @@ -1820,14 +1820,14 @@ Checking test 044 regional_noquilt results .... Comparing RESTART/fv_core.res.tile1_new.nc .........OK Comparing RESTART/fv_tracer.res.tile1_new.nc .........OK - 0: The total amount of wall time = 392.201093 - 0: The maximum resident set size (KB) = 548736 + 0: The total amount of wall time = 380.199795 + 0: The maximum resident set size (KB) = 548224 Test 044 regional_noquilt PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/fv3_regional_control -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/regional_2threads +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/fv3_regional_control +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/regional_2threads Checking test 045 regional_2threads results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1838,28 +1838,28 @@ Checking test 045 regional_2threads results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK - 0: The total amount of wall time = 287.931925 - 0: The maximum resident set size (KB) = 544996 + 0: The total amount of wall time = 278.085714 + 0: The maximum resident set size (KB) = 545276 Test 045 regional_2threads PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/fv3_regional_netcdf_parallel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/regional_netcdf_parallel +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/fv3_regional_netcdf_parallel +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/regional_netcdf_parallel Checking test 046 regional_netcdf_parallel results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK Comparing phyf000.nc .........OK Comparing phyf024.nc .........OK - 0: The total amount of wall time = 360.455706 - 0: The maximum resident set size (KB) = 541924 + 0: The total amount of wall time = 353.473898 + 0: The maximum resident set size (KB) = 541984 Test 046 regional_netcdf_parallel PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/fv3_regional_3km -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/regional_3km +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/fv3_regional_3km +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/regional_3km Checking test 047 regional_3km results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -1870,14 +1870,14 @@ Checking test 047 regional_3km results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 289.355522 - 0: The maximum resident set size (KB) = 572412 + 0: The total amount of wall time = 282.748638 + 0: The maximum resident set size (KB) = 572396 Test 047 regional_3km PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/fv3_regional_3km -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/regional_3km_decomp +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/fv3_regional_3km +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/regional_3km_decomp Checking test 048 regional_3km_decomp results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -1888,14 +1888,14 @@ Checking test 048 regional_3km_decomp results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 297.387835 - 0: The maximum resident set size (KB) = 577472 + 0: The total amount of wall time = 307.762607 + 0: The maximum resident set size (KB) = 577456 Test 048 regional_3km_decomp PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/rap_control -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/rap_control +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/rap_control +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/rap_control Checking test 049 rap_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1942,14 +1942,14 @@ Checking test 049 rap_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 451.965368 - 0: The maximum resident set size (KB) = 805920 + 0: The total amount of wall time = 455.939729 + 0: The maximum resident set size (KB) = 805756 Test 049 rap_control PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/rap_rrtmgp -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/rap_rrtmgp +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/rap_rrtmgp +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/rap_rrtmgp Checking test 050 rap_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -1996,14 +1996,14 @@ Checking test 050 rap_rrtmgp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 494.726618 - 0: The maximum resident set size (KB) = 923000 + 0: The total amount of wall time = 486.017975 + 0: The maximum resident set size (KB) = 922960 Test 050 rap_rrtmgp PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/regional_spp_sppt_shum_skeb -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/regional_spp_sppt_shum_skeb +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/regional_spp_sppt_shum_skeb +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/regional_spp_sppt_shum_skeb Checking test 051 regional_spp_sppt_shum_skeb results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK @@ -2014,14 +2014,14 @@ Checking test 051 regional_spp_sppt_shum_skeb results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF01 .........OK - 0: The total amount of wall time = 375.377241 - 0: The maximum resident set size (KB) = 888456 + 0: The total amount of wall time = 335.345747 + 0: The maximum resident set size (KB) = 888300 Test 051 regional_spp_sppt_shum_skeb PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/rap_control -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/rap_decomp +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/rap_control +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/rap_decomp Checking test 052 rap_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2068,14 +2068,14 @@ Checking test 052 rap_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 516.574516 - 0: The maximum resident set size (KB) = 804500 + 0: The total amount of wall time = 476.153362 + 0: The maximum resident set size (KB) = 804620 Test 052 rap_decomp PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/rap_control -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/rap_2threads +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/rap_control +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/rap_2threads Checking test 053 rap_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2122,14 +2122,14 @@ Checking test 053 rap_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 614.124270 - 0: The maximum resident set size (KB) = 868484 + 0: The total amount of wall time = 566.260949 + 0: The maximum resident set size (KB) = 868400 Test 053 rap_2threads PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/rap_control -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/rap_restart +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/rap_control +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/rap_restart Checking test 054 rap_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -2168,14 +2168,14 @@ Checking test 054 rap_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 232.650507 - 0: The maximum resident set size (KB) = 546944 + 0: The total amount of wall time = 231.971244 + 0: The maximum resident set size (KB) = 547192 Test 054 rap_restart PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/rap_sfcdiff -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/rap_sfcdiff +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/rap_sfcdiff +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/rap_sfcdiff Checking test 055 rap_sfcdiff results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2222,14 +2222,14 @@ Checking test 055 rap_sfcdiff results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 457.334940 - 0: The maximum resident set size (KB) = 807704 + 0: The total amount of wall time = 448.733789 + 0: The maximum resident set size (KB) = 807816 Test 055 rap_sfcdiff PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/rap_sfcdiff -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/rap_sfcdiff_decomp +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/rap_sfcdiff +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/rap_sfcdiff_decomp Checking test 056 rap_sfcdiff_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2276,14 +2276,14 @@ Checking test 056 rap_sfcdiff_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 479.437684 - 0: The maximum resident set size (KB) = 804492 + 0: The total amount of wall time = 475.881335 + 0: The maximum resident set size (KB) = 804500 Test 056 rap_sfcdiff_decomp PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/rap_sfcdiff -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/rap_sfcdiff_restart +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/rap_sfcdiff +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/rap_sfcdiff_restart Checking test 057 rap_sfcdiff_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -2322,14 +2322,14 @@ Checking test 057 rap_sfcdiff_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 337.642861 - 0: The maximum resident set size (KB) = 546948 + 0: The total amount of wall time = 334.645208 + 0: The maximum resident set size (KB) = 546868 Test 057 rap_sfcdiff_restart PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/hrrr_control -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/hrrr_control +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/hrrr_control +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/hrrr_control Checking test 058 hrrr_control results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2376,14 +2376,14 @@ Checking test 058 hrrr_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 437.491779 + 0: The total amount of wall time = 427.962147 0: The maximum resident set size (KB) = 802596 Test 058 hrrr_control PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/hrrr_control -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/hrrr_control_decomp +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/hrrr_control +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/hrrr_control_decomp Checking test 059 hrrr_control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2430,14 +2430,14 @@ Checking test 059 hrrr_control_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 460.454698 - 0: The maximum resident set size (KB) = 804080 + 0: The total amount of wall time = 448.425282 + 0: The maximum resident set size (KB) = 804076 Test 059 hrrr_control_decomp PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/hrrr_control -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/hrrr_control_2threads +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/hrrr_control +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/hrrr_control_2threads Checking test 060 hrrr_control_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2484,14 +2484,14 @@ Checking test 060 hrrr_control_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 534.998265 - 0: The maximum resident set size (KB) = 866956 + 0: The total amount of wall time = 537.536313 + 0: The maximum resident set size (KB) = 867288 Test 060 hrrr_control_2threads PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/hrrr_control -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/hrrr_control_restart +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/hrrr_control +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/hrrr_control_restart Checking test 061 hrrr_control_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -2530,14 +2530,14 @@ Checking test 061 hrrr_control_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 324.698757 - 0: The maximum resident set size (KB) = 542880 + 0: The total amount of wall time = 319.558161 + 0: The maximum resident set size (KB) = 542888 Test 061 hrrr_control_restart PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/rrfs_v1beta -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/rrfs_v1beta +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/rrfs_v1beta +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/rrfs_v1beta Checking test 062 rrfs_v1beta results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2584,14 +2584,14 @@ Checking test 062 rrfs_v1beta results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 448.307676 - 0: The maximum resident set size (KB) = 799128 + 0: The total amount of wall time = 441.719862 + 0: The maximum resident set size (KB) = 799356 Test 062 rrfs_v1beta PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/rrfs_v1nssl -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/rrfs_v1nssl +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/rrfs_v1nssl +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/rrfs_v1nssl Checking test 063 rrfs_v1nssl results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2606,14 +2606,14 @@ Checking test 063 rrfs_v1nssl results .... Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 534.646706 - 0: The maximum resident set size (KB) = 489496 + 0: The total amount of wall time = 536.765865 + 0: The maximum resident set size (KB) = 489344 Test 063 rrfs_v1nssl PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/rrfs_v1nssl_nohailnoccn -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/rrfs_v1nssl_nohailnoccn +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/rrfs_v1nssl_nohailnoccn +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/rrfs_v1nssl_nohailnoccn Checking test 064 rrfs_v1nssl_nohailnoccn results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2628,14 +2628,14 @@ Checking test 064 rrfs_v1nssl_nohailnoccn results .... Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 520.528936 - 0: The maximum resident set size (KB) = 482576 + 0: The total amount of wall time = 518.676099 + 0: The maximum resident set size (KB) = 482540 Test 064 rrfs_v1nssl_nohailnoccn PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/rrfs_conus13km_hrrr_warm -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/rrfs_conus13km_hrrr_warm +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/rrfs_conus13km_hrrr_warm +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/rrfs_conus13km_hrrr_warm Checking test 065 rrfs_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -2644,14 +2644,14 @@ Checking test 065 rrfs_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 211.730492 - 0: The maximum resident set size (KB) = 616024 + 0: The total amount of wall time = 183.196531 + 0: The maximum resident set size (KB) = 616096 Test 065 rrfs_conus13km_hrrr_warm PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/rrfs_conus13km_radar_tten_warm -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/rrfs_conus13km_radar_tten_warm +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/rrfs_conus13km_radar_tten_warm +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/rrfs_conus13km_radar_tten_warm Checking test 066 rrfs_conus13km_radar_tten_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -2660,14 +2660,14 @@ Checking test 066 rrfs_conus13km_radar_tten_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 195.091364 - 0: The maximum resident set size (KB) = 617472 + 0: The total amount of wall time = 190.600514 + 0: The maximum resident set size (KB) = 618196 Test 066 rrfs_conus13km_radar_tten_warm PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/rrfs_smoke_conus13km_hrrr_warm -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/rrfs_smoke_conus13km_hrrr_warm +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/rrfs_smoke_conus13km_hrrr_warm +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/rrfs_smoke_conus13km_hrrr_warm Checking test 067 rrfs_smoke_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -2676,14 +2676,14 @@ Checking test 067 rrfs_smoke_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 218.591918 - 0: The maximum resident set size (KB) = 628348 + 0: The total amount of wall time = 208.618317 + 0: The maximum resident set size (KB) = 628204 Test 067 rrfs_smoke_conus13km_hrrr_warm PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_csawmgt -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/control_csawmgt +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/control_csawmgt +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/control_csawmgt Checking test 068 control_csawmgt results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2694,14 +2694,14 @@ Checking test 068 control_csawmgt results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 365.910216 - 0: The maximum resident set size (KB) = 504720 + 0: The total amount of wall time = 359.809924 + 0: The maximum resident set size (KB) = 504732 Test 068 control_csawmgt PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_flake -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/control_flake +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/control_flake +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/control_flake Checking test 069 control_flake results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2712,14 +2712,14 @@ Checking test 069 control_flake results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 247.157097 - 0: The maximum resident set size (KB) = 506144 + 0: The total amount of wall time = 276.510779 + 0: The maximum resident set size (KB) = 506160 Test 069 control_flake PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_ras -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/control_ras +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/control_ras +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/control_ras Checking test 070 control_ras results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2730,14 +2730,14 @@ Checking test 070 control_ras results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 186.056758 - 0: The maximum resident set size (KB) = 471160 + 0: The total amount of wall time = 183.746237 + 0: The maximum resident set size (KB) = 471196 Test 070 control_ras PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_thompson -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/control_thompson +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/control_thompson +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/control_thompson Checking test 071 control_thompson results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2748,14 +2748,14 @@ Checking test 071 control_thompson results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 252.852737 - 0: The maximum resident set size (KB) = 821316 + 0: The total amount of wall time = 250.311848 + 0: The maximum resident set size (KB) = 821368 Test 071 control_thompson PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_thompson_no_aero -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/control_thompson_no_aero +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/control_thompson_no_aero +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/control_thompson_no_aero Checking test 072 control_thompson_no_aero results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2766,54 +2766,54 @@ Checking test 072 control_thompson_no_aero results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 240.650163 - 0: The maximum resident set size (KB) = 815108 + 0: The total amount of wall time = 236.529381 + 0: The maximum resident set size (KB) = 814972 Test 072 control_thompson_no_aero PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_wam -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/control_wam +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/control_wam +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/control_wam Checking test 073 control_wam results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK - 0: The total amount of wall time = 115.485221 - 0: The maximum resident set size (KB) = 184728 + 0: The total amount of wall time = 111.437733 + 0: The maximum resident set size (KB) = 184696 Test 073 control_wam PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_debug -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/control_debug +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/control_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/control_debug Checking test 074 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.769422 - 0: The maximum resident set size (KB) = 600520 + 0: The total amount of wall time = 149.599503 + 0: The maximum resident set size (KB) = 601308 Test 074 control_debug PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_debug -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/control_2threads_debug +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/control_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/control_2threads_debug Checking test 075 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 = 257.682509 - 0: The maximum resident set size (KB) = 654908 + 0: The total amount of wall time = 256.417452 + 0: The maximum resident set size (KB) = 655616 Test 075 control_2threads_debug PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_CubedSphereGrid_debug -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/control_CubedSphereGrid_debug +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/control_CubedSphereGrid_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/control_CubedSphereGrid_debug Checking test 076 control_CubedSphereGrid_debug results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -2840,429 +2840,429 @@ Checking test 076 control_CubedSphereGrid_debug results .... Comparing atmf001.tile5.nc .........OK Comparing atmf001.tile6.nc .........OK - 0: The total amount of wall time = 164.189366 - 0: The maximum resident set size (KB) = 601196 + 0: The total amount of wall time = 161.297715 + 0: The maximum resident set size (KB) = 602108 Test 076 control_CubedSphereGrid_debug PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_wrtGauss_netcdf_parallel_debug -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/control_wrtGauss_netcdf_parallel_debug +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/control_wrtGauss_netcdf_parallel_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/control_wrtGauss_netcdf_parallel_debug Checking test 077 control_wrtGauss_netcdf_parallel_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 171.111606 - 0: The maximum resident set size (KB) = 600312 + 0: The total amount of wall time = 155.988849 + 0: The maximum resident set size (KB) = 601224 Test 077 control_wrtGauss_netcdf_parallel_debug PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_stochy_debug -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/control_stochy_debug +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/control_stochy_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/control_stochy_debug Checking test 078 control_stochy_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 180.086629 - 0: The maximum resident set size (KB) = 607776 + 0: The total amount of wall time = 172.172211 + 0: The maximum resident set size (KB) = 608304 Test 078 control_stochy_debug PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_lndp_debug -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/control_lndp_debug +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/control_lndp_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/control_lndp_debug Checking test 079 control_lndp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 157.070555 - 0: The maximum resident set size (KB) = 605500 + 0: The total amount of wall time = 153.119892 + 0: The maximum resident set size (KB) = 606396 Test 079 control_lndp_debug PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_csawmg_debug -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/control_csawmg_debug +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/control_csawmg_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/control_csawmg_debug Checking test 080 control_csawmg_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 260.180590 - 0: The maximum resident set size (KB) = 642824 + 0: The total amount of wall time = 245.410344 + 0: The maximum resident set size (KB) = 642936 Test 080 control_csawmg_debug PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_csawmgt_debug -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/control_csawmgt_debug +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/control_csawmgt_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/control_csawmgt_debug Checking test 081 control_csawmgt_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 240.945997 - 0: The maximum resident set size (KB) = 642340 + 0: The total amount of wall time = 239.857362 + 0: The maximum resident set size (KB) = 642876 Test 081 control_csawmgt_debug PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_ras_debug -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/control_ras_debug +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/control_ras_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/control_ras_debug Checking test 082 control_ras_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 158.565638 - 0: The maximum resident set size (KB) = 613520 + 0: The total amount of wall time = 155.210425 + 0: The maximum resident set size (KB) = 613924 Test 082 control_ras_debug PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_diag_debug -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/control_diag_debug +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/control_diag_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/control_diag_debug Checking test 083 control_diag_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 160.121319 - 0: The maximum resident set size (KB) = 657660 + 0: The total amount of wall time = 158.200770 + 0: The maximum resident set size (KB) = 658288 Test 083 control_diag_debug PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_debug_p8 -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/control_debug_p8 +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/control_debug_p8 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/control_debug_p8 Checking test 084 control_debug_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 192.283905 - 0: The maximum resident set size (KB) = 990236 + 0: The total amount of wall time = 169.144033 + 0: The maximum resident set size (KB) = 947124 Test 084 control_debug_p8 PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_thompson_debug -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/control_thompson_debug +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/control_thompson_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/control_thompson_debug Checking test 085 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 = 181.164304 - 0: The maximum resident set size (KB) = 960480 + 0: The total amount of wall time = 178.402510 + 0: The maximum resident set size (KB) = 960412 Test 085 control_thompson_debug PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_thompson_no_aero_debug -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/control_thompson_no_aero_debug +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/control_thompson_no_aero_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/control_thompson_no_aero_debug Checking test 086 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.111300 - 0: The maximum resident set size (KB) = 957932 + 0: The total amount of wall time = 171.753062 + 0: The maximum resident set size (KB) = 957472 Test 086 control_thompson_no_aero_debug PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_thompson_debug_extdiag -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/control_thompson_extdiag_debug +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/control_thompson_debug_extdiag +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/control_thompson_extdiag_debug Checking test 087 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.314738 - 0: The maximum resident set size (KB) = 990332 + 0: The total amount of wall time = 185.716939 + 0: The maximum resident set size (KB) = 990064 Test 087 control_thompson_extdiag_debug PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_thompson_progcld_thompson_debug -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/control_thompson_progcld_thompson_debug +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/control_thompson_progcld_thompson_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/control_thompson_progcld_thompson_debug Checking test 088 control_thompson_progcld_thompson_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 177.810429 - 0: The maximum resident set size (KB) = 960480 + 0: The total amount of wall time = 177.432924 + 0: The maximum resident set size (KB) = 960364 Test 088 control_thompson_progcld_thompson_debug PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/fv3_regional_debug -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/regional_debug +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/fv3_regional_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/regional_debug Checking test 089 regional_debug results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK Comparing phyf000.nc .........OK Comparing phyf001.nc .........OK - 0: The total amount of wall time = 255.599885 - 0: The maximum resident set size (KB) = 571180 + 0: The total amount of wall time = 256.232489 + 0: The maximum resident set size (KB) = 570356 Test 089 regional_debug PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/rap_control_debug -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/rap_control_debug +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/rap_control_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/rap_control_debug Checking test 090 rap_control_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 279.910307 - 0: The maximum resident set size (KB) = 969732 + 0: The total amount of wall time = 279.776867 + 0: The maximum resident set size (KB) = 970084 Test 090 rap_control_debug PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/hrrr_control_debug -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/hrrr_control_debug +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/hrrr_control_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/hrrr_control_debug Checking test 091 hrrr_control_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 274.448727 - 0: The maximum resident set size (KB) = 966376 + 0: The total amount of wall time = 275.260625 + 0: The maximum resident set size (KB) = 966224 Test 091 hrrr_control_debug PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/rap_control_debug -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/rap_unified_drag_suite_debug +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/rap_control_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/rap_unified_drag_suite_debug Checking test 092 rap_unified_drag_suite_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 280.080597 - 0: The maximum resident set size (KB) = 969416 + 0: The total amount of wall time = 278.854139 + 0: The maximum resident set size (KB) = 969916 Test 092 rap_unified_drag_suite_debug PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/rap_diag_debug -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/rap_diag_debug +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/rap_diag_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/rap_diag_debug Checking test 093 rap_diag_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 299.535173 - 0: The maximum resident set size (KB) = 1051820 + 0: The total amount of wall time = 294.434447 + 0: The maximum resident set size (KB) = 1052172 Test 093 rap_diag_debug PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/rap_cires_ugwp_debug -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/rap_cires_ugwp_debug +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/rap_cires_ugwp_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/rap_cires_ugwp_debug Checking test 094 rap_cires_ugwp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 284.682929 - 0: The maximum resident set size (KB) = 967616 + 0: The total amount of wall time = 285.330489 + 0: The maximum resident set size (KB) = 968356 Test 094 rap_cires_ugwp_debug PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/rap_cires_ugwp_debug -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/rap_unified_ugwp_debug +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/rap_cires_ugwp_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/rap_unified_ugwp_debug Checking test 095 rap_unified_ugwp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 285.154756 - 0: The maximum resident set size (KB) = 969536 + 0: The total amount of wall time = 284.571065 + 0: The maximum resident set size (KB) = 969860 Test 095 rap_unified_ugwp_debug PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/rap_lndp_debug -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/rap_lndp_debug +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/rap_lndp_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/rap_lndp_debug Checking test 096 rap_lndp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 280.922981 - 0: The maximum resident set size (KB) = 970528 + 0: The total amount of wall time = 281.119623 + 0: The maximum resident set size (KB) = 970520 Test 096 rap_lndp_debug PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/rap_flake_debug -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/rap_flake_debug +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/rap_flake_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/rap_flake_debug Checking test 097 rap_flake_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 278.659454 - 0: The maximum resident set size (KB) = 969972 + 0: The total amount of wall time = 279.916221 + 0: The maximum resident set size (KB) = 969588 Test 097 rap_flake_debug PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/rap_progcld_thompson_debug -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/rap_progcld_thompson_debug +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/rap_progcld_thompson_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/rap_progcld_thompson_debug Checking test 098 rap_progcld_thompson_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 281.004369 - 0: The maximum resident set size (KB) = 969348 + 0: The total amount of wall time = 279.090646 + 0: The maximum resident set size (KB) = 969784 Test 098 rap_progcld_thompson_debug PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/rap_noah_debug -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/rap_noah_debug +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/rap_noah_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/rap_noah_debug Checking test 099 rap_noah_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 274.486253 - 0: The maximum resident set size (KB) = 968648 + 0: The total amount of wall time = 274.408825 + 0: The maximum resident set size (KB) = 968100 Test 099 rap_noah_debug PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/rap_rrtmgp_debug -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/rap_rrtmgp_debug +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/rap_rrtmgp_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/rap_rrtmgp_debug Checking test 100 rap_rrtmgp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 474.080489 - 0: The maximum resident set size (KB) = 1089820 + 0: The total amount of wall time = 475.027246 + 0: The maximum resident set size (KB) = 1090128 Test 100 rap_rrtmgp_debug PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/rap_sfcdiff_debug -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/rap_sfcdiff_debug +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/rap_sfcdiff_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/rap_sfcdiff_debug Checking test 101 rap_sfcdiff_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 280.475365 - 0: The maximum resident set size (KB) = 969248 + 0: The total amount of wall time = 279.887557 + 0: The maximum resident set size (KB) = 969224 Test 101 rap_sfcdiff_debug PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/rap_noah_sfcdiff_cires_ugwp_debug -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/rap_noah_sfcdiff_cires_ugwp_debug +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/rap_noah_sfcdiff_cires_ugwp_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/rap_noah_sfcdiff_cires_ugwp_debug Checking test 102 rap_noah_sfcdiff_cires_ugwp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 464.969773 - 0: The maximum resident set size (KB) = 969308 + 0: The total amount of wall time = 464.133438 + 0: The maximum resident set size (KB) = 969628 Test 102 rap_noah_sfcdiff_cires_ugwp_debug PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/rrfs_v1beta_debug -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/rrfs_v1beta_debug +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/rrfs_v1beta_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/rrfs_v1beta_debug Checking test 103 rrfs_v1beta_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 280.441789 - 0: The maximum resident set size (KB) = 966316 + 0: The total amount of wall time = 276.558843 + 0: The maximum resident set size (KB) = 966792 Test 103 rrfs_v1beta_debug PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_wam_debug -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/control_wam_debug +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/control_wam_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/control_wam_debug Checking test 104 control_wam_debug results .... Comparing sfcf019.nc .........OK Comparing atmf019.nc .........OK - 0: The total amount of wall time = 288.680562 - 0: The maximum resident set size (KB) = 215428 + 0: The total amount of wall time = 288.400423 + 0: The maximum resident set size (KB) = 215024 Test 104 control_wam_debug PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_atm -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/hafs_regional_atm +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/hafs_regional_atm +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/hafs_regional_atm Checking test 105 hafs_regional_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing HURPRS.GrbF06 .........OK - 0: The total amount of wall time = 330.599046 - 0: The maximum resident set size (KB) = 665696 + 0: The total amount of wall time = 335.276940 + 0: The maximum resident set size (KB) = 665356 Test 105 hafs_regional_atm PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_atm_thompson_gfdlsf -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/hafs_regional_atm_thompson_gfdlsf +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/hafs_regional_atm_thompson_gfdlsf +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/hafs_regional_atm_thompson_gfdlsf Checking test 106 hafs_regional_atm_thompson_gfdlsf results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK - 0: The total amount of wall time = 378.816781 - 0: The maximum resident set size (KB) = 1023600 + 0: The total amount of wall time = 390.001686 + 0: The maximum resident set size (KB) = 1023872 Test 106 hafs_regional_atm_thompson_gfdlsf PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_atm_ocn -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/hafs_regional_atm_ocn +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/hafs_regional_atm_ocn +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/hafs_regional_atm_ocn Checking test 107 hafs_regional_atm_ocn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -3271,14 +3271,14 @@ Checking test 107 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 = 423.384557 - 0: The maximum resident set size (KB) = 692888 + 0: The total amount of wall time = 440.415259 + 0: The maximum resident set size (KB) = 692020 Test 107 hafs_regional_atm_ocn PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_atm_wav -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/hafs_regional_atm_wav +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/hafs_regional_atm_wav +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/hafs_regional_atm_wav Checking test 108 hafs_regional_atm_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -3287,14 +3287,14 @@ Checking test 108 hafs_regional_atm_wav results .... Comparing 20190829.060000.restart.ww3 .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 894.378741 - 0: The maximum resident set size (KB) = 724244 + 0: The total amount of wall time = 906.246168 + 0: The maximum resident set size (KB) = 727384 Test 108 hafs_regional_atm_wav PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_atm_ocn_wav -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/hafs_regional_atm_ocn_wav +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/hafs_regional_atm_ocn_wav +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/hafs_regional_atm_ocn_wav Checking test 109 hafs_regional_atm_ocn_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -3305,28 +3305,28 @@ Checking test 109 hafs_regional_atm_ocn_wav results .... Comparing 20190829.060000.restart.ww3 .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 988.391530 - 0: The maximum resident set size (KB) = 736492 + 0: The total amount of wall time = 996.653476 + 0: The maximum resident set size (KB) = 735052 Test 109 hafs_regional_atm_ocn_wav PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_1nest_atm -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/hafs_regional_1nest_atm +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/hafs_regional_1nest_atm +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/hafs_regional_1nest_atm Checking test 110 hafs_regional_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK Comparing sfc.nest02.f006.nc .........OK - 0: The total amount of wall time = 549.910529 - 0: The maximum resident set size (KB) = 266328 + 0: The total amount of wall time = 552.479661 + 0: The maximum resident set size (KB) = 265560 Test 110 hafs_regional_1nest_atm PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_telescopic_2nests_atm -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/hafs_regional_telescopic_2nests_atm +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/hafs_regional_telescopic_2nests_atm +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/hafs_regional_telescopic_2nests_atm Checking test 111 hafs_regional_telescopic_2nests_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -3335,28 +3335,28 @@ Checking test 111 hafs_regional_telescopic_2nests_atm results .... Comparing atm.nest03.f006.nc .........OK Comparing sfc.nest03.f006.nc .........OK - 0: The total amount of wall time = 598.103858 - 0: The maximum resident set size (KB) = 265860 + 0: The total amount of wall time = 599.087129 + 0: The maximum resident set size (KB) = 266620 Test 111 hafs_regional_telescopic_2nests_atm PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/hafs_global_1nest_atm -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/hafs_global_1nest_atm +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/hafs_global_1nest_atm +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/hafs_global_1nest_atm Checking test 112 hafs_global_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK Comparing sfc.nest02.f006.nc .........OK - 0: The total amount of wall time = 245.065321 - 0: The maximum resident set size (KB) = 165184 + 0: The total amount of wall time = 252.113158 + 0: The maximum resident set size (KB) = 165244 Test 112 hafs_global_1nest_atm PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/hafs_global_multiple_4nests_atm -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/hafs_global_multiple_4nests_atm +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/hafs_global_multiple_4nests_atm +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/hafs_global_multiple_4nests_atm Checking test 113 hafs_global_multiple_4nests_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -3369,42 +3369,42 @@ Checking test 113 hafs_global_multiple_4nests_atm results .... Comparing atm.nest05.f006.nc .........OK Comparing sfc.nest05.f006.nc .........OK - 0: The total amount of wall time = 731.825389 - 0: The maximum resident set size (KB) = 234536 + 0: The total amount of wall time = 700.182226 + 0: The maximum resident set size (KB) = 234000 Test 113 hafs_global_multiple_4nests_atm PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_specified_moving_1nest_atm -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/hafs_regional_specified_moving_1nest_atm +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/hafs_regional_specified_moving_1nest_atm +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/hafs_regional_specified_moving_1nest_atm Checking test 114 hafs_regional_specified_moving_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK Comparing sfc.nest02.f006.nc .........OK - 0: The total amount of wall time = 319.659774 - 0: The maximum resident set size (KB) = 273876 + 0: The total amount of wall time = 322.456216 + 0: The maximum resident set size (KB) = 273752 Test 114 hafs_regional_specified_moving_1nest_atm PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_storm_following_1nest_atm -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/hafs_regional_storm_following_1nest_atm +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/hafs_regional_storm_following_1nest_atm +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/hafs_regional_storm_following_1nest_atm Checking test 115 hafs_regional_storm_following_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK Comparing sfc.nest02.f006.nc .........OK - 0: The total amount of wall time = 309.236850 - 0: The maximum resident set size (KB) = 273504 + 0: The total amount of wall time = 315.585088 + 0: The maximum resident set size (KB) = 273112 Test 115 hafs_regional_storm_following_1nest_atm PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_storm_following_1nest_atm_ocn -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/hafs_regional_storm_following_1nest_atm_ocn +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/hafs_regional_storm_following_1nest_atm_ocn +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/hafs_regional_storm_following_1nest_atm_ocn Checking test 116 hafs_regional_storm_following_1nest_atm_ocn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -3413,14 +3413,14 @@ Checking test 116 hafs_regional_storm_following_1nest_atm_ocn results .... Comparing archv.2020_238_18.a .........OK Comparing archs.2020_238_18.a .........OK - 0: The total amount of wall time = 321.079628 - 0: The maximum resident set size (KB) = 299364 + 0: The total amount of wall time = 323.860113 + 0: The maximum resident set size (KB) = 297172 Test 116 hafs_regional_storm_following_1nest_atm_ocn PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_storm_following_1nest_atm_ocn_wav -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/hafs_regional_storm_following_1nest_atm_ocn_wav +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/hafs_regional_storm_following_1nest_atm_ocn_wav +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/hafs_regional_storm_following_1nest_atm_ocn_wav Checking test 117 hafs_regional_storm_following_1nest_atm_ocn_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -3431,28 +3431,28 @@ Checking test 117 hafs_regional_storm_following_1nest_atm_ocn_wav results .... Comparing out_grd.ww3 .........OK Comparing out_pnt.ww3 .........OK - 0: The total amount of wall time = 853.293150 - 0: The maximum resident set size (KB) = 358864 + 0: The total amount of wall time = 859.015589 + 0: The maximum resident set size (KB) = 360568 Test 117 hafs_regional_storm_following_1nest_atm_ocn_wav PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/hafs_global_storm_following_1nest_atm -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/hafs_global_storm_following_1nest_atm +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/hafs_global_storm_following_1nest_atm +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/hafs_global_storm_following_1nest_atm Checking test 118 hafs_global_storm_following_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK Comparing sfc.nest02.f006.nc .........OK - 0: The total amount of wall time = 90.584911 - 0: The maximum resident set size (KB) = 183488 + 0: The total amount of wall time = 94.978733 + 0: The maximum resident set size (KB) = 183760 Test 118 hafs_global_storm_following_1nest_atm PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_docn -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/hafs_regional_docn +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/hafs_regional_docn +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/hafs_regional_docn Checking test 119 hafs_regional_docn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -3460,14 +3460,14 @@ Checking test 119 hafs_regional_docn results .... Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK Comparing ufs.hafs.docn.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 391.986767 - 0: The maximum resident set size (KB) = 702728 + 0: The total amount of wall time = 391.956558 + 0: The maximum resident set size (KB) = 702688 Test 119 hafs_regional_docn PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_docn_oisst -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/hafs_regional_docn_oisst +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/hafs_regional_docn_oisst +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/hafs_regional_docn_oisst Checking test 120 hafs_regional_docn_oisst results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -3475,118 +3475,118 @@ Checking test 120 hafs_regional_docn_oisst results .... Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK Comparing ufs.hafs.docn.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 400.066284 - 0: The maximum resident set size (KB) = 685728 + 0: The total amount of wall time = 402.199559 + 0: The maximum resident set size (KB) = 694076 Test 120 hafs_regional_docn_oisst PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_datm_cdeps -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/hafs_regional_datm_cdeps +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/hafs_regional_datm_cdeps +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/hafs_regional_datm_cdeps Checking test 121 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 = 1042.198328 - 0: The maximum resident set size (KB) = 806912 + 0: The total amount of wall time = 1045.800440 + 0: The maximum resident set size (KB) = 806880 Test 121 hafs_regional_datm_cdeps PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_control_cfsr -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/datm_cdeps_control_cfsr +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/datm_cdeps_control_cfsr +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/datm_cdeps_control_cfsr Checking test 122 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 = 149.263735 - 0: The maximum resident set size (KB) = 687856 + 0: The total amount of wall time = 150.977094 + 0: The maximum resident set size (KB) = 687840 Test 122 datm_cdeps_control_cfsr PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_control_cfsr -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/datm_cdeps_restart_cfsr +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/datm_cdeps_control_cfsr +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/datm_cdeps_restart_cfsr Checking test 123 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.176002 - 0: The maximum resident set size (KB) = 688136 + 0: The total amount of wall time = 88.581230 + 0: The maximum resident set size (KB) = 687900 Test 123 datm_cdeps_restart_cfsr PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_control_gefs -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/datm_cdeps_control_gefs +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/datm_cdeps_control_gefs +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/datm_cdeps_control_gefs Checking test 124 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 = 146.602102 - 0: The maximum resident set size (KB) = 567136 + 0: The total amount of wall time = 152.444568 + 0: The maximum resident set size (KB) = 569112 Test 124 datm_cdeps_control_gefs PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_iau_gefs -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/datm_cdeps_iau_gefs +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/datm_cdeps_iau_gefs +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/datm_cdeps_iau_gefs Checking test 125 datm_cdeps_iau_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.840840 - 0: The maximum resident set size (KB) = 566980 + 0: The total amount of wall time = 152.286726 + 0: The maximum resident set size (KB) = 571076 Test 125 datm_cdeps_iau_gefs PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_stochy_gefs -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/datm_cdeps_stochy_gefs +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/datm_cdeps_stochy_gefs +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/datm_cdeps_stochy_gefs Checking test 126 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 = 151.322663 - 0: The maximum resident set size (KB) = 569284 + 0: The total amount of wall time = 148.213160 + 0: The maximum resident set size (KB) = 571020 Test 126 datm_cdeps_stochy_gefs PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_bulk_cfsr -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/datm_cdeps_bulk_cfsr +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/datm_cdeps_bulk_cfsr +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/datm_cdeps_bulk_cfsr Checking test 127 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 = 150.223010 - 0: The maximum resident set size (KB) = 687860 + 0: The total amount of wall time = 149.433728 + 0: The maximum resident set size (KB) = 687972 Test 127 datm_cdeps_bulk_cfsr PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_bulk_gefs -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/datm_cdeps_bulk_gefs +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/datm_cdeps_bulk_gefs +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/datm_cdeps_bulk_gefs Checking test 128 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 = 145.102891 - 0: The maximum resident set size (KB) = 567116 + 0: The total amount of wall time = 145.438417 + 0: The maximum resident set size (KB) = 569024 Test 128 datm_cdeps_bulk_gefs PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_mx025_cfsr -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/datm_cdeps_mx025_cfsr +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/datm_cdeps_mx025_cfsr +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/datm_cdeps_mx025_cfsr Checking test 129 datm_cdeps_mx025_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK @@ -3595,14 +3595,14 @@ Checking test 129 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 = 339.668028 - 0: The maximum resident set size (KB) = 489172 + 0: The total amount of wall time = 339.864523 + 0: The maximum resident set size (KB) = 489276 Test 129 datm_cdeps_mx025_cfsr PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_mx025_gefs -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/datm_cdeps_mx025_gefs +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/datm_cdeps_mx025_gefs +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/datm_cdeps_mx025_gefs Checking test 130 datm_cdeps_mx025_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK @@ -3611,64 +3611,64 @@ Checking test 130 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 = 344.090135 - 0: The maximum resident set size (KB) = 469888 + 0: The total amount of wall time = 341.301740 + 0: The maximum resident set size (KB) = 469236 Test 130 datm_cdeps_mx025_gefs PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_control_cfsr -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/datm_cdeps_multiple_files_cfsr +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/datm_cdeps_control_cfsr +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/datm_cdeps_multiple_files_cfsr Checking test 131 datm_cdeps_multiple_files_cfsr results .... Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 149.742687 + 0: The total amount of wall time = 149.173578 0: The maximum resident set size (KB) = 687888 Test 131 datm_cdeps_multiple_files_cfsr PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_3072x1536_cfsr -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/datm_cdeps_3072x1536_cfsr +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/datm_cdeps_3072x1536_cfsr +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/datm_cdeps_3072x1536_cfsr Checking test 132 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 = 202.871784 - 0: The maximum resident set size (KB) = 1843008 + 0: The total amount of wall time = 202.813173 + 0: The maximum resident set size (KB) = 1843160 Test 132 datm_cdeps_3072x1536_cfsr PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_gfs -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/datm_cdeps_gfs +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/datm_cdeps_gfs +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/datm_cdeps_gfs Checking test 133 datm_cdeps_gfs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/DATM_GFS.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 204.839187 - 0: The maximum resident set size (KB) = 1843004 + 0: The total amount of wall time = 203.239777 + 0: The maximum resident set size (KB) = 1843088 Test 133 datm_cdeps_gfs PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_debug_cfsr -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/datm_cdeps_debug_cfsr +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/datm_cdeps_debug_cfsr +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/datm_cdeps_debug_cfsr Checking test 134 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 = 367.496150 - 0: The maximum resident set size (KB) = 693104 + 0: The total amount of wall time = 369.251920 + 0: The maximum resident set size (KB) = 693176 Test 134 datm_cdeps_debug_cfsr PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_atmwav -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/control_atmwav +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/control_atmwav +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/control_atmwav Checking test 135 control_atmwav results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -3712,14 +3712,14 @@ Checking test 135 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.708555 - 0: The maximum resident set size (KB) = 447696 + 0: The total amount of wall time = 89.874237 + 0: The maximum resident set size (KB) = 447908 Test 135 control_atmwav PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/atmaero_control_p8 -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/atmaero_control_p8 +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/atmaero_control_p8 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/atmaero_control_p8 Checking test 136 atmaero_control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -3763,14 +3763,14 @@ Checking test 136 atmaero_control_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 275.396089 - 0: The maximum resident set size (KB) = 1438532 + 0: The total amount of wall time = 271.220914 + 0: The maximum resident set size (KB) = 1436064 Test 136 atmaero_control_p8 PASS -baseline dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/atmaero_control_p8_rad -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_39434/atmaero_control_p8_rad +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/atmaero_control_p8_rad +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_38779/atmaero_control_p8_rad Checking test 137 atmaero_control_p8_rad results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -3814,12 +3814,12 @@ Checking test 137 atmaero_control_p8_rad results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 334.795908 - 0: The maximum resident set size (KB) = 1351284 + 0: The total amount of wall time = 318.925049 + 0: The maximum resident set size (KB) = 1348564 Test 137 atmaero_control_p8_rad PASS REGRESSION TEST WAS SUCCESSFUL -Sun Jul 3 11:34:03 EDT 2022 -Elapsed time: 03h:34m:31s. Have a nice day! +Wed Jul 6 23:55:40 EDT 2022 +Elapsed time: 01h:48m:08s. Have a nice day! diff --git a/tests/RegressionTests_hera.gnu.log b/tests/RegressionTests_hera.gnu.log index ff3426a37b..4f2ecd973c 100644 --- a/tests/RegressionTests_hera.gnu.log +++ b/tests/RegressionTests_hera.gnu.log @@ -1,16 +1,16 @@ -Fri Jul 1 22:09:27 UTC 2022 +Wed Jul 6 20:26:31 UTC 2022 Start Regression test -Compile 001 elapsed time 190 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v16_thompson,FV3_GFS_v16_ras,FV3_GFS_v17_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 002 elapsed time 194 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_smoke,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 003 elapsed time 297 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 242 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 006 elapsed time 132 seconds. -DAPP=S2SW -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 007 elapsed time 109 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 001 elapsed time 189 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v16_thompson,FV3_GFS_v16_ras,FV3_GFS_v17_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 002 elapsed time 195 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_smoke,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 003 elapsed time 295 seconds. -DAPP=ATM -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 004 elapsed time 104 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 245 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 006 elapsed time 131 seconds. -DAPP=S2SW -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 007 elapsed time 108 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220701/GNU/control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_4912/control +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/GNU/control +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22981/control Checking test 001 control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -57,14 +57,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 = 817.418487 - 0: The maximum resident set size (KB) = 475568 + 0: The total amount of wall time = 803.969496 + 0: The maximum resident set size (KB) = 475000 Test 001 control PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220701/GNU/control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_4912/control_restart +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/GNU/control +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22981/control_restart Checking test 002 control_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -103,14 +103,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 = 382.366156 - 0: The maximum resident set size (KB) = 186084 + 0: The total amount of wall time = 391.130052 + 0: The maximum resident set size (KB) = 183688 Test 002 control_restart PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220701/GNU/control_c48 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_4912/control_c48 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/GNU/control_c48 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22981/control_c48 Checking test 003 control_c48 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -149,14 +149,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.408060 -0: The maximum resident set size (KB) = 702144 +0: The total amount of wall time = 671.631465 +0: The maximum resident set size (KB) = 700888 Test 003 control_c48 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220701/GNU/control_stochy -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_4912/control_stochy +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/GNU/control_stochy +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22981/control_stochy Checking test 004 control_stochy results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -167,14 +167,14 @@ Checking test 004 control_stochy results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 623.756053 - 0: The maximum resident set size (KB) = 478084 + 0: The total amount of wall time = 632.255303 + 0: The maximum resident set size (KB) = 479488 Test 004 control_stochy PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220701/GNU/control_flake -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_4912/control_flake +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/GNU/control_flake +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22981/control_flake Checking test 005 control_flake results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -185,14 +185,14 @@ Checking test 005 control_flake results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 1368.431643 - 0: The maximum resident set size (KB) = 522348 + 0: The total amount of wall time = 1406.471678 + 0: The maximum resident set size (KB) = 527084 Test 005 control_flake PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220701/GNU/control_thompson -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_4912/control_thompson +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/GNU/control_thompson +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22981/control_thompson Checking test 006 control_thompson results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -203,14 +203,14 @@ Checking test 006 control_thompson results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 1020.056211 - 0: The maximum resident set size (KB) = 843548 + 0: The total amount of wall time = 1011.848166 + 0: The maximum resident set size (KB) = 846568 Test 006 control_thompson PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220701/GNU/control_thompson_no_aero -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_4912/control_thompson_no_aero +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/GNU/control_thompson_no_aero +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22981/control_thompson_no_aero Checking test 007 control_thompson_no_aero results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -221,14 +221,14 @@ Checking test 007 control_thompson_no_aero results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 978.069072 - 0: The maximum resident set size (KB) = 830836 + 0: The total amount of wall time = 993.583653 + 0: The maximum resident set size (KB) = 833756 Test 007 control_thompson_no_aero PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220701/GNU/control_ras -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_4912/control_ras +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/GNU/control_ras +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22981/control_ras Checking test 008 control_ras results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -239,14 +239,14 @@ Checking test 008 control_ras results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 802.415071 - 0: The maximum resident set size (KB) = 484528 + 0: The total amount of wall time = 799.240247 + 0: The maximum resident set size (KB) = 488800 Test 008 control_ras PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220701/GNU/control_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_4912/control_p8 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/GNU/control_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22981/control_p8 Checking test 009 control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -293,14 +293,14 @@ Checking test 009 control_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 888.877172 - 0: The maximum resident set size (KB) = 828064 + 0: The total amount of wall time = 871.603225 + 0: The maximum resident set size (KB) = 828764 Test 009 control_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220701/GNU/rap_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_4912/rap_control +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/GNU/rap_control +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22981/rap_control Checking test 010 rap_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -347,14 +347,14 @@ Checking test 010 rap_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1390.443368 - 0: The maximum resident set size (KB) = 829172 + 0: The total amount of wall time = 1391.876908 + 0: The maximum resident set size (KB) = 833828 Test 010 rap_control PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220701/GNU/rap_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_4912/rap_decomp +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/GNU/rap_control +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22981/rap_decomp Checking test 011 rap_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -401,14 +401,14 @@ Checking test 011 rap_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1418.812561 - 0: The maximum resident set size (KB) = 832260 + 0: The total amount of wall time = 1402.055023 + 0: The maximum resident set size (KB) = 826156 Test 011 rap_decomp PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220701/GNU/rap_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_4912/rap_2threads +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/GNU/rap_control +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22981/rap_2threads Checking test 012 rap_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -455,14 +455,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 = 1435.240799 - 0: The maximum resident set size (KB) = 893280 + 0: The total amount of wall time = 1428.607278 + 0: The maximum resident set size (KB) = 894228 Test 012 rap_2threads PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220701/GNU/rap_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_4912/rap_restart +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/GNU/rap_control +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22981/rap_restart Checking test 013 rap_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -501,14 +501,14 @@ Checking test 013 rap_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 683.919700 - 0: The maximum resident set size (KB) = 542812 + 0: The total amount of wall time = 698.971037 + 0: The maximum resident set size (KB) = 542724 Test 013 rap_restart PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220701/GNU/rap_sfcdiff -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_4912/rap_sfcdiff +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/GNU/rap_sfcdiff +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22981/rap_sfcdiff Checking test 014 rap_sfcdiff results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -555,14 +555,14 @@ Checking test 014 rap_sfcdiff results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1386.615315 - 0: The maximum resident set size (KB) = 825644 + 0: The total amount of wall time = 1419.774862 + 0: The maximum resident set size (KB) = 829856 Test 014 rap_sfcdiff PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220701/GNU/rap_sfcdiff -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_4912/rap_sfcdiff_decomp +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/GNU/rap_sfcdiff +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22981/rap_sfcdiff_decomp Checking test 015 rap_sfcdiff_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -609,14 +609,14 @@ Checking test 015 rap_sfcdiff_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1487.344720 - 0: The maximum resident set size (KB) = 830400 + 0: The total amount of wall time = 1491.198303 + 0: The maximum resident set size (KB) = 836756 Test 015 rap_sfcdiff_decomp PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220701/GNU/rap_sfcdiff -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_4912/rap_sfcdiff_restart +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/GNU/rap_sfcdiff +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22981/rap_sfcdiff_restart Checking test 016 rap_sfcdiff_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -655,14 +655,14 @@ 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 = 1012.908849 - 0: The maximum resident set size (KB) = 545152 + 0: The total amount of wall time = 1052.373521 + 0: The maximum resident set size (KB) = 544532 Test 016 rap_sfcdiff_restart PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220701/GNU/hrrr_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_4912/hrrr_control +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/GNU/hrrr_control +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22981/hrrr_control Checking test 017 hrrr_control results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -709,14 +709,14 @@ 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 = 1326.507898 - 0: The maximum resident set size (KB) = 827088 + 0: The total amount of wall time = 1384.927189 + 0: The maximum resident set size (KB) = 828404 Test 017 hrrr_control PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220701/GNU/hrrr_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_4912/hrrr_control_2threads +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/GNU/hrrr_control +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22981/hrrr_control_2threads Checking test 018 hrrr_control_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -763,14 +763,14 @@ Checking test 018 hrrr_control_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1389.285261 - 0: The maximum resident set size (KB) = 887676 + 0: The total amount of wall time = 1357.831157 + 0: The maximum resident set size (KB) = 893716 Test 018 hrrr_control_2threads PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220701/GNU/hrrr_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_4912/hrrr_control_decomp +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/GNU/hrrr_control +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22981/hrrr_control_decomp Checking test 019 hrrr_control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -817,14 +817,14 @@ Checking test 019 hrrr_control_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1413.897437 - 0: The maximum resident set size (KB) = 829764 + 0: The total amount of wall time = 1434.607577 + 0: The maximum resident set size (KB) = 830348 Test 019 hrrr_control_decomp PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220701/GNU/hrrr_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_4912/hrrr_control_restart +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/GNU/hrrr_control +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22981/hrrr_control_restart Checking test 020 hrrr_control_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -863,14 +863,14 @@ Checking test 020 hrrr_control_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1013.498085 - 0: The maximum resident set size (KB) = 540392 + 0: The total amount of wall time = 1018.412763 + 0: The maximum resident set size (KB) = 540048 Test 020 hrrr_control_restart PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220701/GNU/rrfs_v1beta -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_4912/rrfs_v1beta +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/GNU/rrfs_v1beta +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22981/rrfs_v1beta Checking test 021 rrfs_v1beta results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -917,14 +917,14 @@ Checking test 021 rrfs_v1beta results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1363.754576 - 0: The maximum resident set size (KB) = 824756 + 0: The total amount of wall time = 1421.975929 + 0: The maximum resident set size (KB) = 830080 Test 021 rrfs_v1beta PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220701/GNU/rrfs_conus13km_hrrr_warm -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_4912/rrfs_conus13km_hrrr_warm +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/GNU/rrfs_conus13km_hrrr_warm +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22981/rrfs_conus13km_hrrr_warm Checking test 022 rrfs_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -933,14 +933,14 @@ Checking test 022 rrfs_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 1373.760141 - 0: The maximum resident set size (KB) = 638156 + 0: The total amount of wall time = 1403.516524 + 0: The maximum resident set size (KB) = 638148 Test 022 rrfs_conus13km_hrrr_warm PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220701/GNU/rrfs_conus13km_radar_tten_warm -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_4912/rrfs_conus13km_radar_tten_warm +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/GNU/rrfs_conus13km_radar_tten_warm +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22981/rrfs_conus13km_radar_tten_warm Checking test 023 rrfs_conus13km_radar_tten_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -949,14 +949,14 @@ Checking test 023 rrfs_conus13km_radar_tten_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 1373.233598 - 0: The maximum resident set size (KB) = 640896 + 0: The total amount of wall time = 1397.333838 + 0: The maximum resident set size (KB) = 642048 Test 023 rrfs_conus13km_radar_tten_warm PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220701/GNU/rrfs_smoke_conus13km_hrrr_warm -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_4912/rrfs_smoke_conus13km_hrrr_warm +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/GNU/rrfs_smoke_conus13km_hrrr_warm +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22981/rrfs_smoke_conus13km_hrrr_warm Checking test 024 rrfs_smoke_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -965,250 +965,250 @@ Checking test 024 rrfs_smoke_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 1442.801178 - 0: The maximum resident set size (KB) = 653040 + 0: The total amount of wall time = 1418.698811 + 0: The maximum resident set size (KB) = 652936 Test 024 rrfs_smoke_conus13km_hrrr_warm PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220701/GNU/control_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_4912/control_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/GNU/control_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22981/control_debug Checking test 025 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 = 104.203285 - 0: The maximum resident set size (KB) = 470600 + 0: The total amount of wall time = 99.867004 + 0: The maximum resident set size (KB) = 472856 Test 025 control_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220701/GNU/control_diag_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_4912/control_diag_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/GNU/control_diag_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22981/control_diag_debug Checking test 026 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 = 129.024482 - 0: The maximum resident set size (KB) = 530684 + 0: The total amount of wall time = 121.403012 + 0: The maximum resident set size (KB) = 526884 Test 026 control_diag_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220701/GNU/fv3_regional_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_4912/regional_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/GNU/fv3_regional_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22981/regional_debug Checking test 027 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 = 125.310270 - 0: The maximum resident set size (KB) = 550324 + 0: The total amount of wall time = 125.332402 + 0: The maximum resident set size (KB) = 553288 Test 027 regional_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220701/GNU/rap_control_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_4912/rap_control_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/GNU/rap_control_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22981/rap_control_debug Checking test 028 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.647309 - 0: The maximum resident set size (KB) = 844088 + 0: The total amount of wall time = 166.579487 + 0: The maximum resident set size (KB) = 845544 Test 028 rap_control_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220701/GNU/hrrr_control_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_4912/hrrr_control_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/GNU/hrrr_control_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22981/hrrr_control_debug Checking test 029 hrrr_control_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 170.479367 - 0: The maximum resident set size (KB) = 844680 + 0: The total amount of wall time = 164.151616 + 0: The maximum resident set size (KB) = 840552 Test 029 hrrr_control_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220701/GNU/rap_diag_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_4912/rap_diag_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/GNU/rap_diag_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22981/rap_diag_debug Checking test 030 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 = 204.410047 - 0: The maximum resident set size (KB) = 925688 + 0: The total amount of wall time = 202.947122 + 0: The maximum resident set size (KB) = 924940 Test 030 rap_diag_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220701/GNU/rap_noah_sfcdiff_cires_ugwp_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_4912/rap_noah_sfcdiff_cires_ugwp_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/GNU/rap_noah_sfcdiff_cires_ugwp_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22981/rap_noah_sfcdiff_cires_ugwp_debug Checking test 031 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 = 263.792383 - 0: The maximum resident set size (KB) = 839428 + 0: The total amount of wall time = 257.801346 + 0: The maximum resident set size (KB) = 844236 Test 031 rap_noah_sfcdiff_cires_ugwp_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220701/GNU/rap_progcld_thompson_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_4912/rap_progcld_thompson_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/GNU/rap_progcld_thompson_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22981/rap_progcld_thompson_debug Checking test 032 rap_progcld_thompson_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 167.988694 - 0: The maximum resident set size (KB) = 842592 + 0: The total amount of wall time = 166.444084 + 0: The maximum resident set size (KB) = 841052 Test 032 rap_progcld_thompson_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220701/GNU/rrfs_v1beta_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_4912/rrfs_v1beta_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/GNU/rrfs_v1beta_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22981/rrfs_v1beta_debug Checking test 033 rrfs_v1beta_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 172.488268 - 0: The maximum resident set size (KB) = 837404 + 0: The total amount of wall time = 164.127944 + 0: The maximum resident set size (KB) = 835024 Test 033 rrfs_v1beta_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220701/GNU/control_thompson_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_4912/control_thompson_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/GNU/control_thompson_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22981/control_thompson_debug Checking test 034 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 = 114.200989 - 0: The maximum resident set size (KB) = 836208 + 0: The total amount of wall time = 112.213906 + 0: The maximum resident set size (KB) = 830304 Test 034 control_thompson_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220701/GNU/control_thompson_no_aero_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_4912/control_thompson_no_aero_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/GNU/control_thompson_no_aero_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22981/control_thompson_no_aero_debug Checking test 035 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 = 109.108135 - 0: The maximum resident set size (KB) = 828952 + 0: The total amount of wall time = 107.712557 + 0: The maximum resident set size (KB) = 827972 Test 035 control_thompson_no_aero_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220701/GNU/control_thompson_debug_extdiag -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_4912/control_thompson_extdiag_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/GNU/control_thompson_debug_extdiag +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22981/control_thompson_extdiag_debug Checking test 036 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 = 133.576480 - 0: The maximum resident set size (KB) = 866576 + 0: The total amount of wall time = 129.636511 + 0: The maximum resident set size (KB) = 862912 Test 036 control_thompson_extdiag_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220701/GNU/control_thompson_progcld_thompson_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_4912/control_thompson_progcld_thompson_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/GNU/control_thompson_progcld_thompson_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22981/control_thompson_progcld_thompson_debug Checking test 037 control_thompson_progcld_thompson_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 112.461431 - 0: The maximum resident set size (KB) = 836800 + 0: The total amount of wall time = 112.504542 + 0: The maximum resident set size (KB) = 836964 Test 037 control_thompson_progcld_thompson_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220701/GNU/control_ras_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_4912/control_ras_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/GNU/control_ras_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22981/control_ras_debug Checking test 038 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.832821 - 0: The maximum resident set size (KB) = 483180 + 0: The total amount of wall time = 100.004213 + 0: The maximum resident set size (KB) = 480652 Test 038 control_ras_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220701/GNU/control_stochy_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_4912/control_stochy_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/GNU/control_stochy_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22981/control_stochy_debug Checking test 039 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 = 114.040387 - 0: The maximum resident set size (KB) = 474408 + 0: The total amount of wall time = 113.875672 + 0: The maximum resident set size (KB) = 473048 Test 039 control_stochy_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220701/GNU/control_debug_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_4912/control_debug_p8 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/GNU/control_debug_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22981/control_debug_p8 Checking test 040 control_debug_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 111.521677 - 0: The maximum resident set size (KB) = 830280 + 0: The total amount of wall time = 110.489723 + 0: The maximum resident set size (KB) = 829048 Test 040 control_debug_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220701/GNU/control_wam_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_4912/control_wam_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/GNU/control_wam_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22981/control_wam_debug Checking test 041 control_wam_debug results .... Comparing sfcf019.nc .........OK Comparing atmf019.nc .........OK - 0: The total amount of wall time = 187.015580 - 0: The maximum resident set size (KB) = 192496 + 0: The total amount of wall time = 178.662190 + 0: The maximum resident set size (KB) = 192528 Test 041 control_wam_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220701/GNU/cpld_control_noaero_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_4912/cpld_control_noaero_p8 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/GNU/cpld_control_noaero_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22981/cpld_control_noaero_p8 Checking test 042 cpld_control_noaero_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1272,14 +1272,14 @@ Checking test 042 cpld_control_noaero_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 1234.331063 - 0: The maximum resident set size (KB) = 879208 + 0: The total amount of wall time = 1249.688615 + 0: The maximum resident set size (KB) = 879352 Test 042 cpld_control_noaero_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220701/GNU/cpld_control_c96_noaero_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_4912/cpld_control_nowave_noaero_p8 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/GNU/cpld_control_c96_noaero_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22981/cpld_control_nowave_noaero_p8 Checking test 043 cpld_control_nowave_noaero_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1341,14 +1341,14 @@ Checking test 043 cpld_control_nowave_noaero_p8 results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 1186.075371 - 0: The maximum resident set size (KB) = 927932 + 0: The total amount of wall time = 1204.941384 + 0: The maximum resident set size (KB) = 929572 Test 043 cpld_control_nowave_noaero_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220701/GNU/cpld_debug_noaero_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_4912/cpld_debug_noaero_p8 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/GNU/cpld_debug_noaero_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22981/cpld_debug_noaero_p8 Checking test 044 cpld_debug_noaero_p8 results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK @@ -1400,25 +1400,25 @@ Checking test 044 cpld_debug_noaero_p8 results .... Comparing 20210322.090000.out_pnt.ww3 .........OK Comparing 20210322.090000.out_grd.ww3 .........OK - 0: The total amount of wall time = 444.098564 - 0: The maximum resident set size (KB) = 885816 + 0: The total amount of wall time = 449.827742 + 0: The maximum resident set size (KB) = 890580 Test 044 cpld_debug_noaero_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220701/GNU/datm_cdeps_control_cfsr -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_4912/datm_cdeps_control_cfsr +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/GNU/datm_cdeps_control_cfsr +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22981/datm_cdeps_control_cfsr Checking test 045 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 = 165.015228 - 0: The maximum resident set size (KB) = 625656 + 0: The total amount of wall time = 163.971456 + 0: The maximum resident set size (KB) = 630940 Test 045 datm_cdeps_control_cfsr PASS REGRESSION TEST WAS SUCCESSFUL -Sat Jul 2 01:20:01 UTC 2022 -Elapsed time: 03h:10m:35s. Have a nice day! +Wed Jul 6 23:06:06 UTC 2022 +Elapsed time: 02h:39m:36s. Have a nice day! diff --git a/tests/RegressionTests_hera.intel.log b/tests/RegressionTests_hera.intel.log index 0b721b4aec..cf118e8f5b 100644 --- a/tests/RegressionTests_hera.intel.log +++ b/tests/RegressionTests_hera.intel.log @@ -1,26 +1,26 @@ -Sat Jul 2 16:44:59 UTC 2022 +Wed Jul 6 23:12:55 UTC 2022 Start Regression test -Compile 001 elapsed time 581 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 001 elapsed time 595 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON Compile 002 elapsed time 549 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 003 elapsed time 210 seconds. -DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 004 elapsed time 188 seconds. -DAPP=S2SW -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 005 elapsed time 395 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_sfcocn -DCMEPS_AOFLUX=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 006 elapsed time 339 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 007 elapsed time 355 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_RRTMGP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_smoke,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 008 elapsed time 346 seconds. -DAPP=ATM -DCCPP_SUITES=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 009 elapsed time 318 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 003 elapsed time 208 seconds. -DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 004 elapsed time 194 seconds. -DAPP=S2SW -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 005 elapsed time 386 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_sfcocn -DCMEPS_AOFLUX=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 006 elapsed time 332 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 007 elapsed time 347 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_RRTMGP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_smoke,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 008 elapsed time 349 seconds. -DAPP=ATM -DCCPP_SUITES=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 009 elapsed time 316 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release Compile 010 elapsed time 634 seconds. -DAPP=ATM -DDEBUG=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 011 elapsed time 156 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 012 elapsed time 558 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst,FV3_HAFS_v0_thompson_tedmf_gfdlsf -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 011 elapsed time 184 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 012 elapsed time 542 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst,FV3_HAFS_v0_thompson_tedmf_gfdlsf -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release Compile 013 elapsed time 529 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 014 elapsed time 174 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 015 elapsed time 119 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 016 elapsed time 518 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 017 elapsed time 340 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 014 elapsed time 179 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 015 elapsed time 100 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 016 elapsed time 512 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 017 elapsed time 346 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_p8 -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/cpld_control_p8 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/cpld_control_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/cpld_control_p8 Checking test 001 cpld_control_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -85,14 +85,14 @@ Checking test 001 cpld_control_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 389.106746 - 0: The maximum resident set size (KB) = 4976572 + 0: The total amount of wall time = 391.040044 + 0: The maximum resident set size (KB) = 4968184 Test 001 cpld_control_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_p8 -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/cpld_restart_p8 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/cpld_control_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/cpld_restart_p8 Checking test 002 cpld_restart_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -145,14 +145,14 @@ Checking test 002 cpld_restart_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 241.473433 - 0: The maximum resident set size (KB) = 4932004 + 0: The total amount of wall time = 241.242861 + 0: The maximum resident set size (KB) = 4924080 Test 002 cpld_restart_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_p8 -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/cpld_2threads_p8 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/cpld_control_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/cpld_2threads_p8 Checking test 003 cpld_2threads_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -205,14 +205,14 @@ Checking test 003 cpld_2threads_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 480.424831 - 0: The maximum resident set size (KB) = 5506908 + 0: The total amount of wall time = 479.262200 + 0: The maximum resident set size (KB) = 5488628 Test 003 cpld_2threads_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_p8 -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/cpld_decomp_p8 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/cpld_control_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/cpld_decomp_p8 Checking test 004 cpld_decomp_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -265,14 +265,14 @@ Checking test 004 cpld_decomp_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 392.542960 - 0: The maximum resident set size (KB) = 5146636 + 0: The total amount of wall time = 389.706265 + 0: The maximum resident set size (KB) = 5147464 Test 004 cpld_decomp_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_p8 -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/cpld_mpi_p8 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/cpld_control_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/cpld_mpi_p8 Checking test 005 cpld_mpi_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -325,14 +325,14 @@ Checking test 005 cpld_mpi_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 320.673640 - 0: The maximum resident set size (KB) = 4723176 + 0: The total amount of wall time = 321.339874 + 0: The maximum resident set size (KB) = 4719028 Test 005 cpld_mpi_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_c192_p8 -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/cpld_control_c192_p8 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/cpld_control_c192_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/cpld_control_c192_p8 Checking test 006 cpld_control_c192_p8 results .... Comparing sfcf030.tile1.nc .........OK Comparing sfcf030.tile2.nc .........OK @@ -385,14 +385,14 @@ Checking test 006 cpld_control_c192_p8 results .... Comparing 20210323.120000.out_grd.ww3 .........OK Comparing 20210323.120000.out_pnt.ww3 .........OK - 0: The total amount of wall time = 759.895370 - 0: The maximum resident set size (KB) = 4876100 + 0: The total amount of wall time = 760.504875 + 0: The maximum resident set size (KB) = 4880768 Test 006 cpld_control_c192_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_c192_p8 -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/cpld_restart_c192_p8 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/cpld_control_c192_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/cpld_restart_c192_p8 Checking test 007 cpld_restart_c192_p8 results .... Comparing sfcf030.tile1.nc .........OK Comparing sfcf030.tile2.nc .........OK @@ -445,14 +445,14 @@ Checking test 007 cpld_restart_c192_p8 results .... Comparing 20210323.120000.out_grd.ww3 .........OK Comparing 20210323.120000.out_pnt.ww3 .........OK - 0: The total amount of wall time = 444.896257 - 0: The maximum resident set size (KB) = 4830100 + 0: The total amount of wall time = 442.864189 + 0: The maximum resident set size (KB) = 4836192 Test 007 cpld_restart_c192_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/cpld_bmark_p8 -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/cpld_bmark_p8 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/cpld_bmark_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/cpld_bmark_p8 Checking test 008 cpld_bmark_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -498,14 +498,14 @@ Checking test 008 cpld_bmark_p8 results .... Comparing 20130401.060000.out_pnt.ww3 .........OK Comparing 20130401.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 1186.200865 - 0: The maximum resident set size (KB) = 5696216 + 0: The total amount of wall time = 1155.142797 + 0: The maximum resident set size (KB) = 5658572 Test 008 cpld_bmark_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/cpld_bmark_p8 -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/cpld_restart_bmark_p8 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/cpld_bmark_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/cpld_restart_bmark_p8 Checking test 009 cpld_restart_bmark_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -551,14 +551,14 @@ Checking test 009 cpld_restart_bmark_p8 results .... Comparing 20130401.060000.out_pnt.ww3 .........OK Comparing 20130401.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 740.555752 - 0: The maximum resident set size (KB) = 5640160 + 0: The total amount of wall time = 716.787587 + 0: The maximum resident set size (KB) = 5595428 Test 009 cpld_restart_bmark_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_noaero_p8 -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/cpld_control_noaero_p8 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/cpld_control_noaero_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/cpld_control_noaero_p8 Checking test 010 cpld_control_noaero_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -622,14 +622,14 @@ Checking test 010 cpld_control_noaero_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 255.693827 - 0: The maximum resident set size (KB) = 1188252 + 0: The total amount of wall time = 253.957881 + 0: The maximum resident set size (KB) = 1187172 Test 010 cpld_control_noaero_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_c96_noaero_p8 -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/cpld_control_nowave_noaero_p8 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/cpld_control_c96_noaero_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/cpld_control_nowave_noaero_p8 Checking test 011 cpld_control_nowave_noaero_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -691,14 +691,14 @@ Checking test 011 cpld_control_nowave_noaero_p8 results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 274.439233 - 0: The maximum resident set size (KB) = 1196836 + 0: The total amount of wall time = 270.129878 + 0: The maximum resident set size (KB) = 1196088 Test 011 cpld_control_nowave_noaero_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/cpld_debug_p8 -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/cpld_debug_p8 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/cpld_debug_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/cpld_debug_p8 Checking test 012 cpld_debug_p8 results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK @@ -751,14 +751,14 @@ Checking test 012 cpld_debug_p8 results .... Comparing 20210322.090000.out_pnt.ww3 .........OK Comparing 20210322.090000.out_grd.ww3 .........OK - 0: The total amount of wall time = 730.316841 - 0: The maximum resident set size (KB) = 5040396 + 0: The total amount of wall time = 747.211803 + 0: The maximum resident set size (KB) = 5045444 Test 012 cpld_debug_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/cpld_debug_noaero_p8 -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/cpld_debug_noaero_p8 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/cpld_debug_noaero_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/cpld_debug_noaero_p8 Checking test 013 cpld_debug_noaero_p8 results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK @@ -810,14 +810,14 @@ Checking test 013 cpld_debug_noaero_p8 results .... Comparing 20210322.090000.out_pnt.ww3 .........OK Comparing 20210322.090000.out_grd.ww3 .........OK - 0: The total amount of wall time = 391.185421 - 0: The maximum resident set size (KB) = 1315836 + 0: The total amount of wall time = 398.933922 + 0: The maximum resident set size (KB) = 1305392 Test 013 cpld_debug_noaero_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_noaero_p8_agrid -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/cpld_control_noaero_p8_agrid +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/cpld_control_noaero_p8_agrid +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/cpld_control_noaero_p8_agrid Checking test 014 cpld_control_noaero_p8_agrid results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -879,14 +879,14 @@ Checking test 014 cpld_control_noaero_p8_agrid results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 287.097302 - 0: The maximum resident set size (KB) = 1201892 + 0: The total amount of wall time = 285.577472 + 0: The maximum resident set size (KB) = 1197324 Test 014 cpld_control_noaero_p8_agrid PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/control +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/control +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/control Checking test 015 control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -933,14 +933,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 = 124.727272 - 0: The maximum resident set size (KB) = 627488 + 0: The total amount of wall time = 126.204143 + 0: The maximum resident set size (KB) = 624776 Test 015 control PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/control_decomp +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/control +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/control_decomp Checking test 016 control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -983,14 +983,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 = 131.364243 - 0: The maximum resident set size (KB) = 614616 + 0: The total amount of wall time = 130.598800 + 0: The maximum resident set size (KB) = 618124 Test 016 control_decomp PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/control_2dwrtdecomp +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/control +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/control_2dwrtdecomp Checking test 017 control_2dwrtdecomp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1001,14 +1001,14 @@ Checking test 017 control_2dwrtdecomp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 124.072156 - 0: The maximum resident set size (KB) = 625128 + 0: The total amount of wall time = 123.177198 + 0: The maximum resident set size (KB) = 631724 Test 017 control_2dwrtdecomp PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/control_2threads +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/control +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/control_2threads Checking test 018 control_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1051,14 +1051,14 @@ Checking test 018 control_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 154.190925 - 0: The maximum resident set size (KB) = 659696 + 0: The total amount of wall time = 158.107522 + 0: The maximum resident set size (KB) = 663560 Test 018 control_2threads PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/control_restart +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/control +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/control_restart Checking test 019 control_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1097,14 +1097,14 @@ Checking test 019 control_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 65.775320 - 0: The maximum resident set size (KB) = 463296 + 0: The total amount of wall time = 65.448497 + 0: The maximum resident set size (KB) = 453832 Test 019 control_restart PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/control_fhzero +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/control +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/control_fhzero Checking test 020 control_fhzero results .... Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf021.nc ............ALT CHECK......OK @@ -1147,14 +1147,14 @@ Checking test 020 control_fhzero results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 117.793478 - 0: The maximum resident set size (KB) = 624820 + 0: The total amount of wall time = 117.323315 + 0: The maximum resident set size (KB) = 628192 Test 020 control_fhzero PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_CubedSphereGrid -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/control_CubedSphereGrid +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/control_CubedSphereGrid +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/control_CubedSphereGrid Checking test 021 control_CubedSphereGrid results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -1181,28 +1181,28 @@ Checking test 021 control_CubedSphereGrid results .... Comparing atmf024.tile5.nc .........OK Comparing atmf024.tile6.nc .........OK - 0: The total amount of wall time = 122.086420 - 0: The maximum resident set size (KB) = 628108 + 0: The total amount of wall time = 119.714159 + 0: The maximum resident set size (KB) = 630540 Test 021 control_CubedSphereGrid PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_CubedSphereGrid_parallel -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/control_CubedSphereGrid_parallel +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/control_CubedSphereGrid_parallel +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/control_CubedSphereGrid_parallel Checking test 022 control_CubedSphereGrid_parallel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc ............ALT CHECK......OK Comparing atmf000.nc .........OK Comparing atmf024.nc .........OK - 0: The total amount of wall time = 119.722072 - 0: The maximum resident set size (KB) = 631540 + 0: The total amount of wall time = 118.075411 + 0: The maximum resident set size (KB) = 623304 Test 022 control_CubedSphereGrid_parallel PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_latlon -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/control_latlon +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/control_latlon +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/control_latlon Checking test 023 control_latlon results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1213,32 +1213,32 @@ Checking test 023 control_latlon results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 124.065927 - 0: The maximum resident set size (KB) = 623276 + 0: The total amount of wall time = 122.183590 + 0: The maximum resident set size (KB) = 626136 Test 023 control_latlon PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_wrtGauss_netcdf_parallel -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/control_wrtGauss_netcdf_parallel +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/control_wrtGauss_netcdf_parallel +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/control_wrtGauss_netcdf_parallel Checking test 024 control_wrtGauss_netcdf_parallel results .... - Comparing sfcf000.nc ............ALT CHECK......OK + Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK - Comparing atmf000.nc ............ALT CHECK......OK - Comparing atmf024.nc .........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 = 125.827955 - 0: The maximum resident set size (KB) = 626784 + 0: The total amount of wall time = 125.831519 + 0: The maximum resident set size (KB) = 620604 Test 024 control_wrtGauss_netcdf_parallel PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_c48 -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/control_c48 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/control_c48 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/control_c48 Checking test 025 control_c48 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1277,14 +1277,14 @@ Checking test 025 control_c48 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0: The total amount of wall time = 333.376159 -0: The maximum resident set size (KB) = 817200 +0: The total amount of wall time = 333.287301 +0: The maximum resident set size (KB) = 812544 Test 025 control_c48 PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_c192 -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/control_c192 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/control_c192 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/control_c192 Checking test 026 control_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1295,14 +1295,14 @@ Checking test 026 control_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 481.477542 - 0: The maximum resident set size (KB) = 749116 + 0: The total amount of wall time = 479.592694 + 0: The maximum resident set size (KB) = 751472 Test 026 control_c192 PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_c384 -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/control_c384 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/control_c384 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/control_c384 Checking test 027 control_c384 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1313,14 +1313,14 @@ Checking test 027 control_c384 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 647.802794 - 0: The maximum resident set size (KB) = 1074176 + 0: The total amount of wall time = 658.602579 + 0: The maximum resident set size (KB) = 1078052 Test 027 control_c384 PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_c384gdas -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/control_c384gdas +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/control_c384gdas +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/control_c384gdas Checking test 028 control_c384gdas results .... Comparing sfcf000.nc .........OK Comparing sfcf006.nc .........OK @@ -1363,14 +1363,14 @@ Checking test 028 control_c384gdas results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 546.513286 - 0: The maximum resident set size (KB) = 1237276 + 0: The total amount of wall time = 554.912953 + 0: The maximum resident set size (KB) = 1242716 Test 028 control_c384gdas PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_c384_progsigma -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/control_c384_progsigma +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/control_c384_progsigma +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/control_c384_progsigma Checking test 029 control_c384_progsigma results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1381,14 +1381,14 @@ Checking test 029 control_c384_progsigma results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 666.092003 - 0: The maximum resident set size (KB) = 1072248 + 0: The total amount of wall time = 658.898536 + 0: The maximum resident set size (KB) = 1080160 Test 029 control_c384_progsigma PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_stochy -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/control_stochy +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/control_stochy +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/control_stochy Checking test 030 control_stochy results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1399,28 +1399,28 @@ Checking test 030 control_stochy results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 80.656480 - 0: The maximum resident set size (KB) = 627760 + 0: The total amount of wall time = 81.777154 + 0: The maximum resident set size (KB) = 622372 Test 030 control_stochy PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_stochy -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/control_stochy_restart +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/control_stochy +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/control_stochy_restart Checking test 031 control_stochy_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 43.289300 - 0: The maximum resident set size (KB) = 473888 + 0: The total amount of wall time = 43.733983 + 0: The maximum resident set size (KB) = 468056 Test 031 control_stochy_restart PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_lndp -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/control_lndp +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/control_lndp +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/control_lndp Checking test 032 control_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1431,14 +1431,14 @@ Checking test 032 control_lndp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 74.103424 - 0: The maximum resident set size (KB) = 625828 + 0: The total amount of wall time = 76.059056 + 0: The maximum resident set size (KB) = 628456 Test 032 control_lndp PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_iovr4 -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/control_iovr4 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/control_iovr4 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/control_iovr4 Checking test 033 control_iovr4 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1453,14 +1453,14 @@ Checking test 033 control_iovr4 results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 125.555795 - 0: The maximum resident set size (KB) = 623084 + 0: The total amount of wall time = 127.175845 + 0: The maximum resident set size (KB) = 624944 Test 033 control_iovr4 PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_iovr5 -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/control_iovr5 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/control_iovr5 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/control_iovr5 Checking test 034 control_iovr5 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1475,14 +1475,14 @@ Checking test 034 control_iovr5 results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 125.061030 - 0: The maximum resident set size (KB) = 622656 + 0: The total amount of wall time = 125.060771 + 0: The maximum resident set size (KB) = 627368 Test 034 control_iovr5 PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_p8 -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/control_p8 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/control_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/control_p8 Checking test 035 control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1529,14 +1529,14 @@ Checking test 035 control_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 167.442151 - 0: The maximum resident set size (KB) = 1016136 + 0: The total amount of wall time = 166.462735 + 0: The maximum resident set size (KB) = 1017320 Test 035 control_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_p8_lndp -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/control_p8_lndp +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/control_p8_lndp +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/control_p8_lndp Checking test 036 control_p8_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1555,14 +1555,14 @@ Checking test 036 control_p8_lndp results .... Comparing GFSPRS.GrbF24 .........OK Comparing GFSPRS.GrbF48 .........OK - 0: The total amount of wall time = 320.155876 - 0: The maximum resident set size (KB) = 1020892 + 0: The total amount of wall time = 318.148244 + 0: The maximum resident set size (KB) = 1015412 Test 036 control_p8_lndp PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_p8 -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/control_restart_p8 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/control_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/control_restart_p8 Checking test 037 control_restart_p8 results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1601,14 +1601,14 @@ Checking test 037 control_restart_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 89.280225 - 0: The maximum resident set size (KB) = 865688 + 0: The total amount of wall time = 88.005629 + 0: The maximum resident set size (KB) = 853384 Test 037 control_restart_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_p8 -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/control_decomp_p8 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/control_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/control_decomp_p8 Checking test 038 control_decomp_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1651,14 +1651,14 @@ Checking test 038 control_decomp_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 173.809059 - 0: The maximum resident set size (KB) = 1002016 + 0: The total amount of wall time = 172.892061 + 0: The maximum resident set size (KB) = 1001036 Test 038 control_decomp_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_p8 -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/control_2threads_p8 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/control_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/control_2threads_p8 Checking test 039 control_2threads_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1701,14 +1701,14 @@ Checking test 039 control_2threads_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 202.406322 - 0: The maximum resident set size (KB) = 1080240 + 0: The total amount of wall time = 202.911149 + 0: The maximum resident set size (KB) = 1085124 Test 039 control_2threads_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_p8_rrtmgp -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/control_p8_rrtmgp +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/control_p8_rrtmgp +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/control_p8_rrtmgp Checking test 040 control_p8_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1755,14 +1755,14 @@ Checking test 040 control_p8_rrtmgp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 197.697731 - 0: The maximum resident set size (KB) = 1143820 + 0: The total amount of wall time = 195.081347 + 0: The maximum resident set size (KB) = 1135196 Test 040 control_p8_rrtmgp PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/fv3_regional_control -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/regional_control +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/fv3_regional_control +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/regional_control Checking test 041 regional_control results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1773,28 +1773,28 @@ Checking test 041 regional_control results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK - 0: The total amount of wall time = 328.582571 - 0: The maximum resident set size (KB) = 813512 + 0: The total amount of wall time = 327.144783 + 0: The maximum resident set size (KB) = 814608 Test 041 regional_control PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/fv3_regional_control -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/regional_restart +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/fv3_regional_control +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/regional_restart Checking test 042 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.082748 - 0: The maximum resident set size (KB) = 804076 + 0: The total amount of wall time = 179.907226 + 0: The maximum resident set size (KB) = 808060 Test 042 regional_restart PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/fv3_regional_control -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/regional_control_2dwrtdecomp +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/fv3_regional_control +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/regional_control_2dwrtdecomp Checking test 043 regional_control_2dwrtdecomp results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1805,14 +1805,14 @@ Checking test 043 regional_control_2dwrtdecomp results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK - 0: The total amount of wall time = 330.719227 - 0: The maximum resident set size (KB) = 809792 + 0: The total amount of wall time = 327.918041 + 0: The maximum resident set size (KB) = 814480 Test 043 regional_control_2dwrtdecomp PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/fv3_regional_noquilt -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/regional_noquilt +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/fv3_regional_noquilt +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/regional_noquilt Checking test 044 regional_noquilt results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK @@ -1820,14 +1820,14 @@ Checking test 044 regional_noquilt results .... Comparing RESTART/fv_core.res.tile1_new.nc .........OK Comparing RESTART/fv_tracer.res.tile1_new.nc .........OK - 0: The total amount of wall time = 342.564737 - 0: The maximum resident set size (KB) = 781740 + 0: The total amount of wall time = 337.864821 + 0: The maximum resident set size (KB) = 784588 Test 044 regional_noquilt PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/fv3_regional_control -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/regional_2threads +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/fv3_regional_control +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/regional_2threads Checking test 045 regional_2threads results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1838,28 +1838,28 @@ Checking test 045 regional_2threads results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK - 0: The total amount of wall time = 235.915835 - 0: The maximum resident set size (KB) = 789428 + 0: The total amount of wall time = 234.733575 + 0: The maximum resident set size (KB) = 796324 Test 045 regional_2threads PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/fv3_regional_netcdf_parallel -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/regional_netcdf_parallel +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/fv3_regional_netcdf_parallel +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/regional_netcdf_parallel Checking test 046 regional_netcdf_parallel results .... Comparing dynf000.nc .........OK - Comparing dynf024.nc .........OK + Comparing dynf024.nc ............ALT CHECK......OK Comparing phyf000.nc ............ALT CHECK......OK Comparing phyf024.nc .........OK - 0: The total amount of wall time = 323.393212 - 0: The maximum resident set size (KB) = 807444 + 0: The total amount of wall time = 322.353504 + 0: The maximum resident set size (KB) = 807712 Test 046 regional_netcdf_parallel PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/fv3_regional_3km -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/regional_3km +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/fv3_regional_3km +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/regional_3km Checking test 047 regional_3km results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -1870,14 +1870,14 @@ Checking test 047 regional_3km results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 253.763640 - 0: The maximum resident set size (KB) = 860632 + 0: The total amount of wall time = 253.409921 + 0: The maximum resident set size (KB) = 859684 Test 047 regional_3km PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/fv3_regional_3km -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/regional_3km_decomp +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/fv3_regional_3km +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/regional_3km_decomp Checking test 048 regional_3km_decomp results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -1888,14 +1888,14 @@ Checking test 048 regional_3km_decomp results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 271.257025 - 0: The maximum resident set size (KB) = 860900 + 0: The total amount of wall time = 267.578068 + 0: The maximum resident set size (KB) = 863552 Test 048 regional_3km_decomp PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/rap_control -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/rap_control +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/rap_control +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/rap_control Checking test 049 rap_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1942,14 +1942,14 @@ Checking test 049 rap_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 435.903339 - 0: The maximum resident set size (KB) = 1032864 + 0: The total amount of wall time = 434.622383 + 0: The maximum resident set size (KB) = 1032776 Test 049 rap_control PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/rap_rrtmgp -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/rap_rrtmgp +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/rap_rrtmgp +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/rap_rrtmgp Checking test 050 rap_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -1996,14 +1996,14 @@ Checking test 050 rap_rrtmgp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 463.488149 - 0: The maximum resident set size (KB) = 1197488 + 0: The total amount of wall time = 462.803068 + 0: The maximum resident set size (KB) = 1182024 Test 050 rap_rrtmgp PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/regional_spp_sppt_shum_skeb -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/regional_spp_sppt_shum_skeb +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/regional_spp_sppt_shum_skeb +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/regional_spp_sppt_shum_skeb Checking test 051 regional_spp_sppt_shum_skeb results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK @@ -2014,14 +2014,14 @@ Checking test 051 regional_spp_sppt_shum_skeb results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF01 .........OK - 0: The total amount of wall time = 276.114252 - 0: The maximum resident set size (KB) = 1175136 + 0: The total amount of wall time = 276.382534 + 0: The maximum resident set size (KB) = 1180624 Test 051 regional_spp_sppt_shum_skeb PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/rap_control -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/rap_decomp +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/rap_control +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/rap_decomp Checking test 052 rap_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2068,14 +2068,14 @@ Checking test 052 rap_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 457.406734 - 0: The maximum resident set size (KB) = 993592 + 0: The total amount of wall time = 457.299107 + 0: The maximum resident set size (KB) = 996868 Test 052 rap_decomp PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/rap_control -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/rap_2threads +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/rap_control +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/rap_2threads Checking test 053 rap_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2122,14 +2122,14 @@ Checking test 053 rap_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 529.659789 - 0: The maximum resident set size (KB) = 1064084 + 0: The total amount of wall time = 518.870679 + 0: The maximum resident set size (KB) = 1059756 Test 053 rap_2threads PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/rap_control -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/rap_restart +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/rap_control +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/rap_restart Checking test 054 rap_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -2168,14 +2168,14 @@ Checking test 054 rap_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 220.418072 - 0: The maximum resident set size (KB) = 945632 + 0: The total amount of wall time = 220.559108 + 0: The maximum resident set size (KB) = 953652 Test 054 rap_restart PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/rap_sfcdiff -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/rap_sfcdiff +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/rap_sfcdiff +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/rap_sfcdiff Checking test 055 rap_sfcdiff results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2222,14 +2222,14 @@ Checking test 055 rap_sfcdiff results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 433.430397 - 0: The maximum resident set size (KB) = 1040764 + 0: The total amount of wall time = 432.826742 + 0: The maximum resident set size (KB) = 1042560 Test 055 rap_sfcdiff PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/rap_sfcdiff -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/rap_sfcdiff_decomp +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/rap_sfcdiff +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/rap_sfcdiff_decomp Checking test 056 rap_sfcdiff_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2276,14 +2276,14 @@ Checking test 056 rap_sfcdiff_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 459.293148 - 0: The maximum resident set size (KB) = 1000112 + 0: The total amount of wall time = 456.369962 + 0: The maximum resident set size (KB) = 1000688 Test 056 rap_sfcdiff_decomp PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/rap_sfcdiff -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/rap_sfcdiff_restart +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/rap_sfcdiff +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/rap_sfcdiff_restart Checking test 057 rap_sfcdiff_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -2322,14 +2322,14 @@ Checking test 057 rap_sfcdiff_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 323.970830 - 0: The maximum resident set size (KB) = 935808 + 0: The total amount of wall time = 325.306685 + 0: The maximum resident set size (KB) = 941384 Test 057 rap_sfcdiff_restart PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/hrrr_control -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/hrrr_control +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/hrrr_control +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/hrrr_control Checking test 058 hrrr_control results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2376,14 +2376,14 @@ Checking test 058 hrrr_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 418.455043 - 0: The maximum resident set size (KB) = 1032772 + 0: The total amount of wall time = 416.651020 + 0: The maximum resident set size (KB) = 1031600 Test 058 hrrr_control PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/hrrr_control -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/hrrr_control_decomp +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/hrrr_control +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/hrrr_control_decomp Checking test 059 hrrr_control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2430,14 +2430,14 @@ Checking test 059 hrrr_control_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 442.785015 - 0: The maximum resident set size (KB) = 992840 + 0: The total amount of wall time = 438.368097 + 0: The maximum resident set size (KB) = 994580 Test 059 hrrr_control_decomp PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/hrrr_control -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/hrrr_control_2threads +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/hrrr_control +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/hrrr_control_2threads Checking test 060 hrrr_control_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2484,14 +2484,14 @@ Checking test 060 hrrr_control_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 498.471762 - 0: The maximum resident set size (KB) = 1056936 + 0: The total amount of wall time = 491.106170 + 0: The maximum resident set size (KB) = 1056456 Test 060 hrrr_control_2threads PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/hrrr_control -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/hrrr_control_restart +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/hrrr_control +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/hrrr_control_restart Checking test 061 hrrr_control_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -2530,14 +2530,14 @@ Checking test 061 hrrr_control_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 313.260586 - 0: The maximum resident set size (KB) = 957136 + 0: The total amount of wall time = 312.586174 + 0: The maximum resident set size (KB) = 962276 Test 061 hrrr_control_restart PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/rrfs_v1beta -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/rrfs_v1beta +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/rrfs_v1beta +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/rrfs_v1beta Checking test 062 rrfs_v1beta results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2584,14 +2584,14 @@ Checking test 062 rrfs_v1beta results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 422.596882 - 0: The maximum resident set size (KB) = 1022680 + 0: The total amount of wall time = 423.126157 + 0: The maximum resident set size (KB) = 1038120 Test 062 rrfs_v1beta PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/rrfs_v1nssl -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/rrfs_v1nssl +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/rrfs_v1nssl +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/rrfs_v1nssl Checking test 063 rrfs_v1nssl results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2606,14 +2606,14 @@ Checking test 063 rrfs_v1nssl results .... Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 499.597972 - 0: The maximum resident set size (KB) = 688340 + 0: The total amount of wall time = 495.712636 + 0: The maximum resident set size (KB) = 690896 Test 063 rrfs_v1nssl PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/rrfs_v1nssl_nohailnoccn -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/rrfs_v1nssl_nohailnoccn +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/rrfs_v1nssl_nohailnoccn +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/rrfs_v1nssl_nohailnoccn Checking test 064 rrfs_v1nssl_nohailnoccn results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2628,14 +2628,14 @@ Checking test 064 rrfs_v1nssl_nohailnoccn results .... Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 489.786444 - 0: The maximum resident set size (KB) = 732780 + 0: The total amount of wall time = 484.524497 + 0: The maximum resident set size (KB) = 732576 Test 064 rrfs_v1nssl_nohailnoccn PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/rrfs_conus13km_hrrr_warm -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/rrfs_conus13km_hrrr_warm +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/rrfs_conus13km_hrrr_warm +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/rrfs_conus13km_hrrr_warm Checking test 065 rrfs_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -2644,14 +2644,14 @@ Checking test 065 rrfs_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 176.503760 - 0: The maximum resident set size (KB) = 925240 + 0: The total amount of wall time = 172.941457 + 0: The maximum resident set size (KB) = 925864 Test 065 rrfs_conus13km_hrrr_warm PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/rrfs_conus13km_radar_tten_warm -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/rrfs_conus13km_radar_tten_warm +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/rrfs_conus13km_radar_tten_warm +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/rrfs_conus13km_radar_tten_warm Checking test 066 rrfs_conus13km_radar_tten_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -2660,14 +2660,14 @@ Checking test 066 rrfs_conus13km_radar_tten_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 176.430657 - 0: The maximum resident set size (KB) = 927308 + 0: The total amount of wall time = 173.547336 + 0: The maximum resident set size (KB) = 924380 Test 066 rrfs_conus13km_radar_tten_warm PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/rrfs_smoke_conus13km_hrrr_warm -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/rrfs_smoke_conus13km_hrrr_warm +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/rrfs_smoke_conus13km_hrrr_warm +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/rrfs_smoke_conus13km_hrrr_warm Checking test 067 rrfs_smoke_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -2676,14 +2676,14 @@ Checking test 067 rrfs_smoke_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 196.034739 - 0: The maximum resident set size (KB) = 951208 + 0: The total amount of wall time = 193.071293 + 0: The maximum resident set size (KB) = 952360 Test 067 rrfs_smoke_conus13km_hrrr_warm PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_csawmg -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/control_csawmg +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/control_csawmg +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/control_csawmg Checking test 068 control_csawmg results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2694,14 +2694,14 @@ Checking test 068 control_csawmg results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 324.740275 - 0: The maximum resident set size (KB) = 732460 + 0: The total amount of wall time = 323.816938 + 0: The maximum resident set size (KB) = 725672 Test 068 control_csawmg PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_csawmgt -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/control_csawmgt +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/control_csawmgt +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/control_csawmgt Checking test 069 control_csawmgt results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2712,14 +2712,14 @@ Checking test 069 control_csawmgt results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 321.227957 - 0: The maximum resident set size (KB) = 722148 + 0: The total amount of wall time = 320.273306 + 0: The maximum resident set size (KB) = 726804 Test 069 control_csawmgt PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_flake -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/control_flake +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/control_flake +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/control_flake Checking test 070 control_flake results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2730,14 +2730,14 @@ Checking test 070 control_flake results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 209.444330 - 0: The maximum resident set size (KB) = 759528 + 0: The total amount of wall time = 208.895311 + 0: The maximum resident set size (KB) = 738736 Test 070 control_flake PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_ras -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/control_ras +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/control_ras +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/control_ras Checking test 071 control_ras results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2748,14 +2748,14 @@ Checking test 071 control_ras results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 167.488964 - 0: The maximum resident set size (KB) = 697264 + 0: The total amount of wall time = 169.466376 + 0: The maximum resident set size (KB) = 694952 Test 071 control_ras PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_thompson -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/control_thompson +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/control_thompson +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/control_thompson Checking test 072 control_thompson results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2766,14 +2766,14 @@ Checking test 072 control_thompson results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 232.031350 - 0: The maximum resident set size (KB) = 1043588 + 0: The total amount of wall time = 231.494865 + 0: The maximum resident set size (KB) = 1045960 Test 072 control_thompson PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_thompson_no_aero -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/control_thompson_no_aero +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/control_thompson_no_aero +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/control_thompson_no_aero Checking test 073 control_thompson_no_aero results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2784,54 +2784,54 @@ Checking test 073 control_thompson_no_aero results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 219.637917 - 0: The maximum resident set size (KB) = 1027656 + 0: The total amount of wall time = 218.543412 + 0: The maximum resident set size (KB) = 1030756 Test 073 control_thompson_no_aero PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_wam -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/control_wam +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/control_wam +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/control_wam Checking test 074 control_wam results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK - 0: The total amount of wall time = 100.597082 - 0: The maximum resident set size (KB) = 618196 + 0: The total amount of wall time = 100.293978 + 0: The maximum resident set size (KB) = 616412 Test 074 control_wam PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_debug -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/control_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/control_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/control_debug Checking test 075 control_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 144.946527 - 0: The maximum resident set size (KB) = 794112 + 0: The total amount of wall time = 144.661113 + 0: The maximum resident set size (KB) = 784240 Test 075 control_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_debug -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/control_2threads_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/control_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/control_2threads_debug Checking test 076 control_2threads_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 215.008928 - 0: The maximum resident set size (KB) = 834508 + 0: The total amount of wall time = 213.388984 + 0: The maximum resident set size (KB) = 831276 Test 076 control_2threads_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_CubedSphereGrid_debug -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/control_CubedSphereGrid_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/control_CubedSphereGrid_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/control_CubedSphereGrid_debug Checking test 077 control_CubedSphereGrid_debug results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -2858,429 +2858,429 @@ Checking test 077 control_CubedSphereGrid_debug results .... Comparing atmf001.tile5.nc .........OK Comparing atmf001.tile6.nc .........OK - 0: The total amount of wall time = 163.692454 - 0: The maximum resident set size (KB) = 792928 + 0: The total amount of wall time = 156.869197 + 0: The maximum resident set size (KB) = 794196 Test 077 control_CubedSphereGrid_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_wrtGauss_netcdf_parallel_debug -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/control_wrtGauss_netcdf_parallel_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/control_wrtGauss_netcdf_parallel_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/control_wrtGauss_netcdf_parallel_debug Checking test 078 control_wrtGauss_netcdf_parallel_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK - Comparing atmf000.nc ............ALT CHECK......OK - Comparing atmf001.nc ............ALT CHECK......OK + Comparing atmf000.nc .........OK + Comparing atmf001.nc .........OK - 0: The total amount of wall time = 155.108967 - 0: The maximum resident set size (KB) = 793500 + 0: The total amount of wall time = 146.026223 + 0: The maximum resident set size (KB) = 793608 Test 078 control_wrtGauss_netcdf_parallel_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_stochy_debug -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/control_stochy_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/control_stochy_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/control_stochy_debug Checking test 079 control_stochy_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 167.686735 - 0: The maximum resident set size (KB) = 802748 + 0: The total amount of wall time = 161.719227 + 0: The maximum resident set size (KB) = 799816 Test 079 control_stochy_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_lndp_debug -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/control_lndp_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/control_lndp_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/control_lndp_debug Checking test 080 control_lndp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 155.169976 - 0: The maximum resident set size (KB) = 801244 + 0: The total amount of wall time = 152.073760 + 0: The maximum resident set size (KB) = 800988 Test 080 control_lndp_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_csawmg_debug -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/control_csawmg_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/control_csawmg_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/control_csawmg_debug Checking test 081 control_csawmg_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 228.195933 - 0: The maximum resident set size (KB) = 843672 + 0: The total amount of wall time = 230.096553 + 0: The maximum resident set size (KB) = 843712 Test 081 control_csawmg_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_csawmgt_debug -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/control_csawmgt_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/control_csawmgt_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/control_csawmgt_debug Checking test 082 control_csawmgt_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 225.161713 - 0: The maximum resident set size (KB) = 844300 + 0: The total amount of wall time = 220.467688 + 0: The maximum resident set size (KB) = 847248 Test 082 control_csawmgt_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_ras_debug -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/control_ras_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/control_ras_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/control_ras_debug Checking test 083 control_ras_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 158.666058 - 0: The maximum resident set size (KB) = 806724 + 0: The total amount of wall time = 153.036302 + 0: The maximum resident set size (KB) = 802284 Test 083 control_ras_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_diag_debug -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/control_diag_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/control_diag_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/control_diag_debug Checking test 084 control_diag_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 156.985643 - 0: The maximum resident set size (KB) = 851496 + 0: The total amount of wall time = 155.633361 + 0: The maximum resident set size (KB) = 845304 Test 084 control_diag_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_debug_p8 -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/control_debug_p8 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/control_debug_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/control_debug_p8 Checking test 085 control_debug_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 162.057878 - 0: The maximum resident set size (KB) = 1189400 + 0: The total amount of wall time = 163.420131 + 0: The maximum resident set size (KB) = 1187232 Test 085 control_debug_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_thompson_debug -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/control_thompson_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/control_thompson_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/control_thompson_debug Checking test 086 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 = 169.879579 - 0: The maximum resident set size (KB) = 1161948 + 0: The total amount of wall time = 173.703152 + 0: The maximum resident set size (KB) = 1164296 Test 086 control_thompson_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_thompson_no_aero_debug -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/control_thompson_no_aero_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/control_thompson_no_aero_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/control_thompson_no_aero_debug Checking test 087 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 = 167.512310 - 0: The maximum resident set size (KB) = 1159240 + 0: The total amount of wall time = 166.113655 + 0: The maximum resident set size (KB) = 1153636 Test 087 control_thompson_no_aero_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_thompson_debug_extdiag -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/control_thompson_extdiag_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/control_thompson_debug_extdiag +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/control_thompson_extdiag_debug Checking test 088 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 = 177.565827 - 0: The maximum resident set size (KB) = 1192324 + 0: The total amount of wall time = 181.920885 + 0: The maximum resident set size (KB) = 1188844 Test 088 control_thompson_extdiag_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_thompson_progcld_thompson_debug -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/control_thompson_progcld_thompson_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/control_thompson_progcld_thompson_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/control_thompson_progcld_thompson_debug Checking test 089 control_thompson_progcld_thompson_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 172.604050 - 0: The maximum resident set size (KB) = 1168672 + 0: The total amount of wall time = 171.532455 + 0: The maximum resident set size (KB) = 1164208 Test 089 control_thompson_progcld_thompson_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/fv3_regional_debug -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/regional_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/fv3_regional_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/regional_debug Checking test 090 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 = 237.575909 - 0: The maximum resident set size (KB) = 838932 + 0: The total amount of wall time = 237.144959 + 0: The maximum resident set size (KB) = 831748 Test 090 regional_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/rap_control_debug -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/rap_control_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/rap_control_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/rap_control_debug Checking test 091 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 = 266.437253 - 0: The maximum resident set size (KB) = 1164612 + 0: The total amount of wall time = 263.634474 + 0: The maximum resident set size (KB) = 1161924 Test 091 rap_control_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/hrrr_control_debug -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/hrrr_control_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/hrrr_control_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/hrrr_control_debug Checking test 092 hrrr_control_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 264.147793 - 0: The maximum resident set size (KB) = 1164552 + 0: The total amount of wall time = 257.151881 + 0: The maximum resident set size (KB) = 1167252 Test 092 hrrr_control_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/rap_control_debug -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/rap_unified_drag_suite_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/rap_control_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/rap_unified_drag_suite_debug Checking test 093 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 = 266.835107 - 0: The maximum resident set size (KB) = 1175792 + 0: The total amount of wall time = 264.811624 + 0: The maximum resident set size (KB) = 1171356 Test 093 rap_unified_drag_suite_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/rap_diag_debug -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/rap_diag_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/rap_diag_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/rap_diag_debug Checking test 094 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 = 286.720345 - 0: The maximum resident set size (KB) = 1251144 + 0: The total amount of wall time = 281.350578 + 0: The maximum resident set size (KB) = 1253396 Test 094 rap_diag_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/rap_cires_ugwp_debug -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/rap_cires_ugwp_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/rap_cires_ugwp_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/rap_cires_ugwp_debug Checking test 095 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.620296 - 0: The maximum resident set size (KB) = 1162684 + 0: The total amount of wall time = 265.555916 + 0: The maximum resident set size (KB) = 1168032 Test 095 rap_cires_ugwp_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/rap_cires_ugwp_debug -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/rap_unified_ugwp_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/rap_cires_ugwp_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/rap_unified_ugwp_debug Checking test 096 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 = 273.650337 - 0: The maximum resident set size (KB) = 1167852 + 0: The total amount of wall time = 268.091588 + 0: The maximum resident set size (KB) = 1173428 Test 096 rap_unified_ugwp_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/rap_lndp_debug -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/rap_lndp_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/rap_lndp_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/rap_lndp_debug Checking test 097 rap_lndp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 279.265588 - 0: The maximum resident set size (KB) = 1166080 + 0: The total amount of wall time = 267.184859 + 0: The maximum resident set size (KB) = 1168324 Test 097 rap_lndp_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/rap_flake_debug -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/rap_flake_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/rap_flake_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/rap_flake_debug Checking test 098 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 = 261.459124 - 0: The maximum resident set size (KB) = 1171060 + 0: The total amount of wall time = 267.058487 + 0: The maximum resident set size (KB) = 1171640 Test 098 rap_flake_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/rap_progcld_thompson_debug -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/rap_progcld_thompson_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/rap_progcld_thompson_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/rap_progcld_thompson_debug Checking test 099 rap_progcld_thompson_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 258.599730 - 0: The maximum resident set size (KB) = 1167864 + 0: The total amount of wall time = 264.313097 + 0: The maximum resident set size (KB) = 1170580 Test 099 rap_progcld_thompson_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/rap_noah_debug -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/rap_noah_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/rap_noah_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/rap_noah_debug Checking test 100 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 = 264.437074 - 0: The maximum resident set size (KB) = 1167600 + 0: The total amount of wall time = 262.922948 + 0: The maximum resident set size (KB) = 1172668 Test 100 rap_noah_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/rap_rrtmgp_debug -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/rap_rrtmgp_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/rap_rrtmgp_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/rap_rrtmgp_debug Checking test 101 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 = 447.913625 - 0: The maximum resident set size (KB) = 1306800 + 0: The total amount of wall time = 438.148968 + 0: The maximum resident set size (KB) = 1296036 Test 101 rap_rrtmgp_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/rap_sfcdiff_debug -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/rap_sfcdiff_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/rap_sfcdiff_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/rap_sfcdiff_debug Checking test 102 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 = 265.663495 - 0: The maximum resident set size (KB) = 1165884 + 0: The total amount of wall time = 266.880724 + 0: The maximum resident set size (KB) = 1165952 Test 102 rap_sfcdiff_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/rap_noah_sfcdiff_cires_ugwp_debug -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/rap_noah_sfcdiff_cires_ugwp_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/rap_noah_sfcdiff_cires_ugwp_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/rap_noah_sfcdiff_cires_ugwp_debug Checking test 103 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 = 443.583702 - 0: The maximum resident set size (KB) = 1163588 + 0: The total amount of wall time = 437.156114 + 0: The maximum resident set size (KB) = 1172312 Test 103 rap_noah_sfcdiff_cires_ugwp_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/rrfs_v1beta_debug -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/rrfs_v1beta_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/rrfs_v1beta_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/rrfs_v1beta_debug Checking test 104 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 = 261.664986 - 0: The maximum resident set size (KB) = 1168896 + 0: The total amount of wall time = 261.680022 + 0: The maximum resident set size (KB) = 1168964 Test 104 rrfs_v1beta_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_wam_debug -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/control_wam_debug +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/control_wam_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/control_wam_debug Checking test 105 control_wam_debug results .... Comparing sfcf019.nc .........OK Comparing atmf019.nc .........OK - 0: The total amount of wall time = 273.939122 - 0: The maximum resident set size (KB) = 519004 + 0: The total amount of wall time = 273.375112 + 0: The maximum resident set size (KB) = 511748 Test 105 control_wam_debug PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_atm -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/hafs_regional_atm +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/hafs_regional_atm +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/hafs_regional_atm Checking test 106 hafs_regional_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing HURPRS.GrbF06 .........OK - 0: The total amount of wall time = 290.624496 - 0: The maximum resident set size (KB) = 968748 + 0: The total amount of wall time = 285.199394 + 0: The maximum resident set size (KB) = 985192 Test 106 hafs_regional_atm PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_atm_thompson_gfdlsf -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/hafs_regional_atm_thompson_gfdlsf +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/hafs_regional_atm_thompson_gfdlsf +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/hafs_regional_atm_thompson_gfdlsf Checking test 107 hafs_regional_atm_thompson_gfdlsf results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK - 0: The total amount of wall time = 375.329006 - 0: The maximum resident set size (KB) = 1347780 + 0: The total amount of wall time = 366.510697 + 0: The maximum resident set size (KB) = 1339152 Test 107 hafs_regional_atm_thompson_gfdlsf PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_atm_ocn -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/hafs_regional_atm_ocn +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/hafs_regional_atm_ocn +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/hafs_regional_atm_ocn Checking test 108 hafs_regional_atm_ocn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -3289,14 +3289,14 @@ Checking test 108 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 = 365.146445 - 0: The maximum resident set size (KB) = 1192104 + 0: The total amount of wall time = 363.978522 + 0: The maximum resident set size (KB) = 1199092 Test 108 hafs_regional_atm_ocn PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_atm_wav -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/hafs_regional_atm_wav +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/hafs_regional_atm_wav +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/hafs_regional_atm_wav Checking test 109 hafs_regional_atm_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -3305,14 +3305,14 @@ Checking test 109 hafs_regional_atm_wav results .... Comparing 20190829.060000.restart.ww3 .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 718.715379 - 0: The maximum resident set size (KB) = 1223484 + 0: The total amount of wall time = 719.394761 + 0: The maximum resident set size (KB) = 1222472 Test 109 hafs_regional_atm_wav PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_atm_ocn_wav -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/hafs_regional_atm_ocn_wav +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/hafs_regional_atm_ocn_wav +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/hafs_regional_atm_ocn_wav Checking test 110 hafs_regional_atm_ocn_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -3323,28 +3323,28 @@ Checking test 110 hafs_regional_atm_ocn_wav results .... Comparing 20190829.060000.restart.ww3 .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 809.051852 - 0: The maximum resident set size (KB) = 1185572 + 0: The total amount of wall time = 810.558973 + 0: The maximum resident set size (KB) = 1181568 Test 110 hafs_regional_atm_ocn_wav PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_1nest_atm -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/hafs_regional_1nest_atm +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/hafs_regional_1nest_atm +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/hafs_regional_1nest_atm Checking test 111 hafs_regional_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK Comparing sfc.nest02.f006.nc .........OK - 0: The total amount of wall time = 451.550929 - 0: The maximum resident set size (KB) = 536604 + 0: The total amount of wall time = 450.721288 + 0: The maximum resident set size (KB) = 539412 Test 111 hafs_regional_1nest_atm PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_telescopic_2nests_atm -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/hafs_regional_telescopic_2nests_atm +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/hafs_regional_telescopic_2nests_atm +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/hafs_regional_telescopic_2nests_atm Checking test 112 hafs_regional_telescopic_2nests_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -3353,28 +3353,28 @@ Checking test 112 hafs_regional_telescopic_2nests_atm results .... Comparing atm.nest03.f006.nc .........OK Comparing sfc.nest03.f006.nc .........OK - 0: The total amount of wall time = 501.399702 - 0: The maximum resident set size (KB) = 591148 + 0: The total amount of wall time = 498.487983 + 0: The maximum resident set size (KB) = 589808 Test 112 hafs_regional_telescopic_2nests_atm PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/hafs_global_1nest_atm -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/hafs_global_1nest_atm +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/hafs_global_1nest_atm +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/hafs_global_1nest_atm Checking test 113 hafs_global_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK Comparing sfc.nest02.f006.nc .........OK - 0: The total amount of wall time = 207.875092 - 0: The maximum resident set size (KB) = 382460 + 0: The total amount of wall time = 203.480377 + 0: The maximum resident set size (KB) = 384912 Test 113 hafs_global_1nest_atm PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/hafs_global_multiple_4nests_atm -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/hafs_global_multiple_4nests_atm +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/hafs_global_multiple_4nests_atm +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/hafs_global_multiple_4nests_atm Checking test 114 hafs_global_multiple_4nests_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -3387,42 +3387,42 @@ Checking test 114 hafs_global_multiple_4nests_atm results .... Comparing atm.nest05.f006.nc .........OK Comparing sfc.nest05.f006.nc .........OK - 0: The total amount of wall time = 560.006120 - 0: The maximum resident set size (KB) = 415328 + 0: The total amount of wall time = 558.923901 + 0: The maximum resident set size (KB) = 386168 Test 114 hafs_global_multiple_4nests_atm PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_specified_moving_1nest_atm -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/hafs_regional_specified_moving_1nest_atm +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/hafs_regional_specified_moving_1nest_atm +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/hafs_regional_specified_moving_1nest_atm Checking test 115 hafs_regional_specified_moving_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK Comparing sfc.nest02.f006.nc .........OK - 0: The total amount of wall time = 269.394437 - 0: The maximum resident set size (KB) = 546092 + 0: The total amount of wall time = 265.458067 + 0: The maximum resident set size (KB) = 545736 Test 115 hafs_regional_specified_moving_1nest_atm PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_storm_following_1nest_atm -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/hafs_regional_storm_following_1nest_atm +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/hafs_regional_storm_following_1nest_atm +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/hafs_regional_storm_following_1nest_atm Checking test 116 hafs_regional_storm_following_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK Comparing sfc.nest02.f006.nc .........OK - 0: The total amount of wall time = 260.745917 - 0: The maximum resident set size (KB) = 546472 + 0: The total amount of wall time = 257.175547 + 0: The maximum resident set size (KB) = 551604 Test 116 hafs_regional_storm_following_1nest_atm PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_storm_following_1nest_atm_ocn -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/hafs_regional_storm_following_1nest_atm_ocn +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/hafs_regional_storm_following_1nest_atm_ocn +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/hafs_regional_storm_following_1nest_atm_ocn Checking test 117 hafs_regional_storm_following_1nest_atm_ocn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -3431,14 +3431,14 @@ Checking test 117 hafs_regional_storm_following_1nest_atm_ocn results .... Comparing archv.2020_238_18.a .........OK Comparing archs.2020_238_18.a .........OK - 0: The total amount of wall time = 266.768668 - 0: The maximum resident set size (KB) = 611888 + 0: The total amount of wall time = 266.439141 + 0: The maximum resident set size (KB) = 617068 Test 117 hafs_regional_storm_following_1nest_atm_ocn PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_storm_following_1nest_atm_ocn_wav -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/hafs_regional_storm_following_1nest_atm_ocn_wav +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/hafs_regional_storm_following_1nest_atm_ocn_wav +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/hafs_regional_storm_following_1nest_atm_ocn_wav Checking test 118 hafs_regional_storm_following_1nest_atm_ocn_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -3449,28 +3449,28 @@ Checking test 118 hafs_regional_storm_following_1nest_atm_ocn_wav results .... Comparing out_grd.ww3 .........OK Comparing out_pnt.ww3 .........OK - 0: The total amount of wall time = 608.775687 - 0: The maximum resident set size (KB) = 560576 + 0: The total amount of wall time = 608.040598 + 0: The maximum resident set size (KB) = 560912 Test 118 hafs_regional_storm_following_1nest_atm_ocn_wav PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/hafs_global_storm_following_1nest_atm -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/hafs_global_storm_following_1nest_atm +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/hafs_global_storm_following_1nest_atm +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/hafs_global_storm_following_1nest_atm Checking test 119 hafs_global_storm_following_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK Comparing sfc.nest02.f006.nc .........OK - 0: The total amount of wall time = 77.873895 - 0: The maximum resident set size (KB) = 395596 + 0: The total amount of wall time = 77.659999 + 0: The maximum resident set size (KB) = 399572 Test 119 hafs_global_storm_following_1nest_atm PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_docn -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/hafs_regional_docn +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/hafs_regional_docn +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/hafs_regional_docn Checking test 120 hafs_regional_docn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -3478,14 +3478,14 @@ Checking test 120 hafs_regional_docn results .... Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK Comparing ufs.hafs.docn.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 359.462192 - 0: The maximum resident set size (KB) = 1205592 + 0: The total amount of wall time = 359.804075 + 0: The maximum resident set size (KB) = 1214164 Test 120 hafs_regional_docn PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_docn_oisst -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/hafs_regional_docn_oisst +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/hafs_regional_docn_oisst +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/hafs_regional_docn_oisst Checking test 121 hafs_regional_docn_oisst results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -3493,118 +3493,118 @@ Checking test 121 hafs_regional_docn_oisst results .... Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK Comparing ufs.hafs.docn.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 364.745302 - 0: The maximum resident set size (KB) = 1193484 + 0: The total amount of wall time = 361.017269 + 0: The maximum resident set size (KB) = 1198892 Test 121 hafs_regional_docn_oisst PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_datm_cdeps -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/hafs_regional_datm_cdeps +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/hafs_regional_datm_cdeps +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/hafs_regional_datm_cdeps Checking test 122 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 = 948.450159 - 0: The maximum resident set size (KB) = 1017128 + 0: The total amount of wall time = 939.424941 + 0: The maximum resident set size (KB) = 1018816 Test 122 hafs_regional_datm_cdeps PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_control_cfsr -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/datm_cdeps_control_cfsr +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/datm_cdeps_control_cfsr +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/datm_cdeps_control_cfsr Checking test 123 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 = 149.519790 - 0: The maximum resident set size (KB) = 1024936 + 0: The total amount of wall time = 148.033518 + 0: The maximum resident set size (KB) = 1016280 Test 123 datm_cdeps_control_cfsr PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_control_cfsr -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/datm_cdeps_restart_cfsr +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/datm_cdeps_control_cfsr +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/datm_cdeps_restart_cfsr Checking test 124 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 = 86.388205 - 0: The maximum resident set size (KB) = 990268 + 0: The total amount of wall time = 86.626686 + 0: The maximum resident set size (KB) = 1004672 Test 124 datm_cdeps_restart_cfsr PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_control_gefs -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/datm_cdeps_control_gefs +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/datm_cdeps_control_gefs +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/datm_cdeps_control_gefs Checking test 125 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 = 143.048678 - 0: The maximum resident set size (KB) = 947408 + 0: The total amount of wall time = 142.271745 + 0: The maximum resident set size (KB) = 938004 Test 125 datm_cdeps_control_gefs PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_iau_gefs -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/datm_cdeps_iau_gefs +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/datm_cdeps_iau_gefs +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/datm_cdeps_iau_gefs Checking test 126 datm_cdeps_iau_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 = 144.864496 - 0: The maximum resident set size (KB) = 930580 + 0: The total amount of wall time = 145.843536 + 0: The maximum resident set size (KB) = 929120 Test 126 datm_cdeps_iau_gefs PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_stochy_gefs -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/datm_cdeps_stochy_gefs +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/datm_cdeps_stochy_gefs +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/datm_cdeps_stochy_gefs Checking test 127 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 = 143.965617 - 0: The maximum resident set size (KB) = 934172 + 0: The total amount of wall time = 147.441243 + 0: The maximum resident set size (KB) = 939900 Test 127 datm_cdeps_stochy_gefs PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_bulk_cfsr -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/datm_cdeps_bulk_cfsr +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/datm_cdeps_bulk_cfsr +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/datm_cdeps_bulk_cfsr Checking test 128 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 = 147.600583 - 0: The maximum resident set size (KB) = 1023252 + 0: The total amount of wall time = 147.267925 + 0: The maximum resident set size (KB) = 1023844 Test 128 datm_cdeps_bulk_cfsr PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_bulk_gefs -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/datm_cdeps_bulk_gefs +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/datm_cdeps_bulk_gefs +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/datm_cdeps_bulk_gefs Checking test 129 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 = 145.983563 - 0: The maximum resident set size (KB) = 934344 + 0: The total amount of wall time = 145.432580 + 0: The maximum resident set size (KB) = 938284 Test 129 datm_cdeps_bulk_gefs PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_mx025_cfsr -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/datm_cdeps_mx025_cfsr +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/datm_cdeps_mx025_cfsr +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/datm_cdeps_mx025_cfsr Checking test 130 datm_cdeps_mx025_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK @@ -3613,14 +3613,14 @@ Checking test 130 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 = 308.758060 - 0: The maximum resident set size (KB) = 856952 + 0: The total amount of wall time = 307.363156 + 0: The maximum resident set size (KB) = 857924 Test 130 datm_cdeps_mx025_cfsr PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_mx025_gefs -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/datm_cdeps_mx025_gefs +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/datm_cdeps_mx025_gefs +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/datm_cdeps_mx025_gefs Checking test 131 datm_cdeps_mx025_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK @@ -3629,64 +3629,64 @@ Checking test 131 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 = 307.622062 - 0: The maximum resident set size (KB) = 876908 + 0: The total amount of wall time = 303.828430 + 0: The maximum resident set size (KB) = 880288 Test 131 datm_cdeps_mx025_gefs PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_control_cfsr -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/datm_cdeps_multiple_files_cfsr +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/datm_cdeps_control_cfsr +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/datm_cdeps_multiple_files_cfsr Checking test 132 datm_cdeps_multiple_files_cfsr results .... Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 146.352637 - 0: The maximum resident set size (KB) = 1024276 + 0: The total amount of wall time = 145.338971 + 0: The maximum resident set size (KB) = 1015872 Test 132 datm_cdeps_multiple_files_cfsr PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_3072x1536_cfsr -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/datm_cdeps_3072x1536_cfsr +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/datm_cdeps_3072x1536_cfsr +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/datm_cdeps_3072x1536_cfsr Checking test 133 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 = 198.826949 - 0: The maximum resident set size (KB) = 2251112 + 0: The total amount of wall time = 197.088536 + 0: The maximum resident set size (KB) = 2180492 Test 133 datm_cdeps_3072x1536_cfsr PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_gfs -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/datm_cdeps_gfs +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/datm_cdeps_gfs +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/datm_cdeps_gfs Checking test 134 datm_cdeps_gfs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/DATM_GFS.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 206.352720 - 0: The maximum resident set size (KB) = 2240848 + 0: The total amount of wall time = 200.179942 + 0: The maximum resident set size (KB) = 2251484 Test 134 datm_cdeps_gfs PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_debug_cfsr -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/datm_cdeps_debug_cfsr +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/datm_cdeps_debug_cfsr +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/datm_cdeps_debug_cfsr Checking test 135 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 = 434.679879 - 0: The maximum resident set size (KB) = 972236 + 0: The total amount of wall time = 455.840051 + 0: The maximum resident set size (KB) = 977928 Test 135 datm_cdeps_debug_cfsr PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_atmwav -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/control_atmwav +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/control_atmwav +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/control_atmwav Checking test 136 control_atmwav results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -3730,14 +3730,14 @@ Checking test 136 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.248781 - 0: The maximum resident set size (KB) = 648684 + 0: The total amount of wall time = 78.742186 + 0: The maximum resident set size (KB) = 652484 Test 136 control_atmwav PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/atmaero_control_p8 -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/atmaero_control_p8 +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/atmaero_control_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/atmaero_control_p8 Checking test 137 atmaero_control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -3781,14 +3781,14 @@ Checking test 137 atmaero_control_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 259.078463 - 0: The maximum resident set size (KB) = 4661300 + 0: The total amount of wall time = 259.141922 + 0: The maximum resident set size (KB) = 4667480 Test 137 atmaero_control_p8 PASS -baseline dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp4/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/atmaero_control_p8_rad -working dir = /scratch1/NCEPDEV/nems/Jong.Kim/rt-1192-intel/stmp2/Jong.Kim/FV3_RT/rt_127086/atmaero_control_p8_rad +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220706/INTEL/atmaero_control_p8_rad +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_7367/atmaero_control_p8_rad Checking test 138 atmaero_control_p8_rad results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -3832,12 +3832,12 @@ Checking test 138 atmaero_control_p8_rad results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 304.898695 - 0: The maximum resident set size (KB) = 5096080 + 0: The total amount of wall time = 300.454764 + 0: The maximum resident set size (KB) = 5083972 Test 138 atmaero_control_p8_rad PASS REGRESSION TEST WAS SUCCESSFUL -Sat Jul 2 18:09:16 UTC 2022 -Elapsed time: 01h:24m:18s. Have a nice day! +Thu Jul 7 00:37:39 UTC 2022 +Elapsed time: 01h:24m:44s. Have a nice day! diff --git a/tests/RegressionTests_jet.intel.log b/tests/RegressionTests_jet.intel.log index 8dfbc53822..945c7b1016 100644 --- a/tests/RegressionTests_jet.intel.log +++ b/tests/RegressionTests_jet.intel.log @@ -1,28 +1,26 @@ -Sat Jul 2 12:00:43 GMT 2022 +Thu Jul 7 02:40:01 GMT 2022 Start Regression test -Test 004 compile FAIL -Test 002 compile FAIL - - -Compile 001 elapsed time 1903 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -DMOM6SOLO=ON -Compile 003 elapsed time 316 seconds. -DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 005 elapsed time 1441 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_sfcocn -DCMEPS_AOFLUX=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -DMOM6SOLO=ON -Compile 006 elapsed time 1394 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -Compile 007 elapsed time 1448 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_RRTMGP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_smoke,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -Compile 008 elapsed time 1483 seconds. -DAPP=ATM -DCCPP_SUITES=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 009 elapsed time 1263 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -Compile 010 elapsed time 852 seconds. -DAPP=ATM -DDEBUG=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 011 elapsed time 239 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 012 elapsed time 1573 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst,FV3_HAFS_v0_thompson_tedmf_gfdlsf -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -Compile 013 elapsed time 1641 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 014 elapsed time 292 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -DMOM6SOLO=ON -Compile 015 elapsed time 167 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 016 elapsed time 1580 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -Compile 017 elapsed time 1307 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile 001 elapsed time 1704 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -DMOM6SOLO=ON +Compile 002 elapsed time 1580 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -DMOM6SOLO=ON +Compile 003 elapsed time 312 seconds. -DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 004 elapsed time 281 seconds. -DAPP=S2SW -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 005 elapsed time 1434 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_sfcocn -DCMEPS_AOFLUX=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -DMOM6SOLO=ON +Compile 006 elapsed time 1384 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile 007 elapsed time 1459 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_RRTMGP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_smoke,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile 008 elapsed time 1469 seconds. -DAPP=ATM -DCCPP_SUITES=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 009 elapsed time 1273 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile 010 elapsed time 835 seconds. -DAPP=ATM -DDEBUG=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 011 elapsed time 254 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 012 elapsed time 1575 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst,FV3_HAFS_v0_thompson_tedmf_gfdlsf -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile 013 elapsed time 1580 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 014 elapsed time 325 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -DMOM6SOLO=ON +Compile 015 elapsed time 155 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 016 elapsed time 1573 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile 017 elapsed time 1327 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_p8 -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/cpld_control_p8 +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/cpld_control_p8 Checking test 001 cpld_control_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -87,14 +85,14 @@ Checking test 001 cpld_control_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 543.535714 - 0: The maximum resident set size (KB) = 2007552 + 0: The total amount of wall time = 534.372357 + 0: The maximum resident set size (KB) = 1996572 Test 001 cpld_control_p8 PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_p8 -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/cpld_restart_p8 +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/cpld_restart_p8 Checking test 002 cpld_restart_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -147,14 +145,14 @@ Checking test 002 cpld_restart_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 313.385857 - 0: The maximum resident set size (KB) = 1969132 + 0: The total amount of wall time = 338.666505 + 0: The maximum resident set size (KB) = 1959844 Test 002 cpld_restart_p8 PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_p8 -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/cpld_2threads_p8 +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/cpld_2threads_p8 Checking test 003 cpld_2threads_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -207,14 +205,14 @@ Checking test 003 cpld_2threads_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 1014.426817 - 0: The maximum resident set size (KB) = 2579824 + 0: The total amount of wall time = 999.671668 + 0: The maximum resident set size (KB) = 2598776 Test 003 cpld_2threads_p8 PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_p8 -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/cpld_decomp_p8 +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/cpld_decomp_p8 Checking test 004 cpld_decomp_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -267,14 +265,14 @@ Checking test 004 cpld_decomp_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 522.719385 - 0: The maximum resident set size (KB) = 2161272 + 0: The total amount of wall time = 532.996822 + 0: The maximum resident set size (KB) = 2152088 Test 004 cpld_decomp_p8 PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_p8 -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/cpld_mpi_p8 +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/cpld_mpi_p8 Checking test 005 cpld_mpi_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -327,14 +325,154 @@ Checking test 005 cpld_mpi_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 466.671787 - 0: The maximum resident set size (KB) = 1842908 + 0: The total amount of wall time = 448.416981 + 0: The maximum resident set size (KB) = 1846120 -Test 005 cpld_mpi_p8 PASS Tries: 2 +Test 005 cpld_mpi_p8 PASS + + +baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_noaero_p8 +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/cpld_control_noaero_p8 +Checking test 006 cpld_control_noaero_p8 results .... + Comparing sfcf021.tile1.nc .........OK + Comparing sfcf021.tile2.nc .........OK + Comparing sfcf021.tile3.nc .........OK + Comparing sfcf021.tile4.nc .........OK + Comparing sfcf021.tile5.nc .........OK + Comparing sfcf021.tile6.nc .........OK + Comparing atmf021.tile1.nc .........OK + Comparing atmf021.tile2.nc .........OK + Comparing atmf021.tile3.nc .........OK + Comparing atmf021.tile4.nc .........OK + Comparing atmf021.tile5.nc .........OK + Comparing atmf021.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 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/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 + 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/MOM.res.nc .........OK + Comparing RESTART/iced.2021-03-23-21600.nc .........OK + Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK + Comparing 20210323.060000.out_pnt.ww3 .........OK + Comparing 20210323.060000.out_grd.ww3 .........OK + + 0: The total amount of wall time = 358.010916 + 0: The maximum resident set size (KB) = 1065788 + +Test 006 cpld_control_noaero_p8 PASS + + +baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_c96_noaero_p8 +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/cpld_control_nowave_noaero_p8 +Checking test 007 cpld_control_nowave_noaero_p8 results .... + Comparing sfcf021.tile1.nc .........OK + Comparing sfcf021.tile2.nc .........OK + Comparing sfcf021.tile3.nc .........OK + Comparing sfcf021.tile4.nc .........OK + Comparing sfcf021.tile5.nc .........OK + Comparing sfcf021.tile6.nc .........OK + Comparing atmf021.tile1.nc .........OK + Comparing atmf021.tile2.nc .........OK + Comparing atmf021.tile3.nc .........OK + Comparing atmf021.tile4.nc .........OK + Comparing atmf021.tile5.nc .........OK + Comparing atmf021.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 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/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 + 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/MOM.res.nc .........OK + 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 = 391.991987 + 0: The maximum resident set size (KB) = 1109724 + +Test 007 cpld_control_nowave_noaero_p8 PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/cpld_debug_p8 -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/cpld_debug_p8 +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/cpld_debug_p8 Checking test 008 cpld_debug_p8 results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK @@ -387,14 +525,73 @@ Checking test 008 cpld_debug_p8 results .... Comparing 20210322.090000.out_pnt.ww3 .........OK Comparing 20210322.090000.out_grd.ww3 .........OK - 0: The total amount of wall time = 1001.458995 - 0: The maximum resident set size (KB) = 2069860 + 0: The total amount of wall time = 1010.932783 + 0: The maximum resident set size (KB) = 2072096 Test 008 cpld_debug_p8 PASS +baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/cpld_debug_noaero_p8 +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/cpld_debug_noaero_p8 +Checking test 009 cpld_debug_noaero_p8 results .... + 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 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/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 + 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/MOM.res.nc .........OK + Comparing RESTART/iced.2021-03-22-32400.nc .........OK + Comparing RESTART/ufs.cpld.cpl.r.2021-03-22-32400.nc .........OK + Comparing 20210322.090000.out_pnt.ww3 .........OK + Comparing 20210322.090000.out_grd.ww3 .........OK + + 0: The total amount of wall time = 540.383720 + 0: The maximum resident set size (KB) = 1213668 + +Test 009 cpld_debug_noaero_p8 PASS + + baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_noaero_p8_agrid -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/cpld_control_noaero_p8_agrid +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/cpld_control_noaero_p8_agrid Checking test 010 cpld_control_noaero_p8_agrid results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -456,14 +653,14 @@ Checking test 010 cpld_control_noaero_p8_agrid results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 407.050039 - 0: The maximum resident set size (KB) = 1128292 + 0: The total amount of wall time = 405.495305 + 0: The maximum resident set size (KB) = 1108636 Test 010 cpld_control_noaero_p8_agrid PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/control +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/control Checking test 011 control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -510,14 +707,14 @@ Checking test 011 control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 185.269156 - 0: The maximum resident set size (KB) = 567264 + 0: The total amount of wall time = 181.874692 + 0: The maximum resident set size (KB) = 569828 Test 011 control PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/control_decomp +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/control_decomp Checking test 012 control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -560,14 +757,14 @@ Checking test 012 control_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 184.232743 - 0: The maximum resident set size (KB) = 565124 + 0: The total amount of wall time = 180.610275 + 0: The maximum resident set size (KB) = 561696 Test 012 control_decomp PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/control_2dwrtdecomp +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/control_2dwrtdecomp Checking test 013 control_2dwrtdecomp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -578,14 +775,14 @@ Checking test 013 control_2dwrtdecomp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 174.842901 - 0: The maximum resident set size (KB) = 563760 + 0: The total amount of wall time = 172.053258 + 0: The maximum resident set size (KB) = 567620 Test 013 control_2dwrtdecomp PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/control_2threads +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/control_2threads Checking test 014 control_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -628,14 +825,14 @@ Checking test 014 control_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 413.502489 - 0: The maximum resident set size (KB) = 614252 + 0: The total amount of wall time = 407.914872 + 0: The maximum resident set size (KB) = 615268 Test 014 control_2threads PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/control_restart +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/control_restart Checking test 015 control_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -674,14 +871,14 @@ Checking test 015 control_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 95.978673 - 0: The maximum resident set size (KB) = 361924 + 0: The total amount of wall time = 92.707010 + 0: The maximum resident set size (KB) = 370028 Test 015 control_restart PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/control_fhzero +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/control_fhzero Checking test 016 control_fhzero results .... Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf021.nc ............ALT CHECK......OK @@ -724,14 +921,14 @@ Checking test 016 control_fhzero results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 167.819913 - 0: The maximum resident set size (KB) = 570736 + 0: The total amount of wall time = 172.221838 + 0: The maximum resident set size (KB) = 571948 Test 016 control_fhzero PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_CubedSphereGrid -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/control_CubedSphereGrid +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/control_CubedSphereGrid Checking test 017 control_CubedSphereGrid results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -758,28 +955,28 @@ Checking test 017 control_CubedSphereGrid results .... Comparing atmf024.tile5.nc .........OK Comparing atmf024.tile6.nc .........OK - 0: The total amount of wall time = 169.011845 - 0: The maximum resident set size (KB) = 567260 + 0: The total amount of wall time = 175.937388 + 0: The maximum resident set size (KB) = 566048 Test 017 control_CubedSphereGrid PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_CubedSphereGrid_parallel -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/control_CubedSphereGrid_parallel +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/control_CubedSphereGrid_parallel Checking test 018 control_CubedSphereGrid_parallel results .... Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK - Comparing atmf024.nc .........OK + Comparing atmf024.nc ............ALT CHECK......OK - 0: The total amount of wall time = 170.802338 - 0: The maximum resident set size (KB) = 569936 + 0: The total amount of wall time = 176.079335 + 0: The maximum resident set size (KB) = 568708 Test 018 control_CubedSphereGrid_parallel PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_latlon -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/control_latlon +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/control_latlon Checking test 019 control_latlon results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -790,14 +987,14 @@ Checking test 019 control_latlon results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 176.424717 - 0: The maximum resident set size (KB) = 565784 + 0: The total amount of wall time = 171.213554 + 0: The maximum resident set size (KB) = 571040 Test 019 control_latlon PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_wrtGauss_netcdf_parallel -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/control_wrtGauss_netcdf_parallel +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/control_wrtGauss_netcdf_parallel Checking test 020 control_wrtGauss_netcdf_parallel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -808,14 +1005,14 @@ Checking test 020 control_wrtGauss_netcdf_parallel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 185.973557 - 0: The maximum resident set size (KB) = 564464 + 0: The total amount of wall time = 180.953401 + 0: The maximum resident set size (KB) = 571272 Test 020 control_wrtGauss_netcdf_parallel PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_c48 -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/control_c48 +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/control_c48 Checking test 021 control_c48 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -854,14 +1051,14 @@ Checking test 021 control_c48 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0: The total amount of wall time = 569.965325 -0: The maximum resident set size (KB) = 789964 +0: The total amount of wall time = 562.993494 +0: The maximum resident set size (KB) = 785940 Test 021 control_c48 PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_c192 -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/control_c192 +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/control_c192 Checking test 022 control_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -872,14 +1069,14 @@ Checking test 022 control_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 691.893446 - 0: The maximum resident set size (KB) = 687820 + 0: The total amount of wall time = 689.007752 + 0: The maximum resident set size (KB) = 688936 Test 022 control_c192 PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_c384 -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/control_c384 +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/control_c384 Checking test 023 control_c384 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -890,14 +1087,14 @@ Checking test 023 control_c384 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 890.892928 - 0: The maximum resident set size (KB) = 1070052 + 0: The total amount of wall time = 892.235848 + 0: The maximum resident set size (KB) = 1070572 Test 023 control_c384 PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_c384gdas -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/control_c384gdas +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/control_c384gdas Checking test 024 control_c384gdas results .... Comparing sfcf000.nc .........OK Comparing sfcf006.nc .........OK @@ -940,14 +1137,14 @@ Checking test 024 control_c384gdas results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 753.935273 - 0: The maximum resident set size (KB) = 1157796 + 0: The total amount of wall time = 769.263532 + 0: The maximum resident set size (KB) = 1160032 Test 024 control_c384gdas PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_c384_progsigma -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/control_c384_progsigma +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/control_c384_progsigma Checking test 025 control_c384_progsigma results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -958,14 +1155,14 @@ Checking test 025 control_c384_progsigma results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 897.052050 - 0: The maximum resident set size (KB) = 991064 + 0: The total amount of wall time = 899.216303 + 0: The maximum resident set size (KB) = 995976 Test 025 control_c384_progsigma PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_stochy -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/control_stochy +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/control_stochy Checking test 026 control_stochy results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -976,28 +1173,28 @@ Checking test 026 control_stochy results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 126.497580 - 0: The maximum resident set size (KB) = 568840 + 0: The total amount of wall time = 119.559694 + 0: The maximum resident set size (KB) = 572776 Test 026 control_stochy PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_stochy -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/control_stochy_restart +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/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 = 60.934036 - 0: The maximum resident set size (KB) = 383800 + 0: The total amount of wall time = 63.445506 + 0: The maximum resident set size (KB) = 382796 Test 027 control_stochy_restart PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_lndp -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/control_lndp +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/control_lndp Checking test 028 control_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1008,14 +1205,14 @@ Checking test 028 control_lndp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 110.745381 - 0: The maximum resident set size (KB) = 569132 + 0: The total amount of wall time = 104.225869 + 0: The maximum resident set size (KB) = 575248 Test 028 control_lndp PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_iovr4 -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/control_iovr4 +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/control_iovr4 Checking test 029 control_iovr4 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1030,14 +1227,14 @@ Checking test 029 control_iovr4 results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 184.584327 - 0: The maximum resident set size (KB) = 566920 + 0: The total amount of wall time = 177.515843 + 0: The maximum resident set size (KB) = 570596 Test 029 control_iovr4 PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_iovr5 -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/control_iovr5 +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/control_iovr5 Checking test 030 control_iovr5 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1052,14 +1249,14 @@ Checking test 030 control_iovr5 results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 175.033804 - 0: The maximum resident set size (KB) = 569820 + 0: The total amount of wall time = 185.561378 + 0: The maximum resident set size (KB) = 571448 Test 030 control_iovr5 PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_p8 -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/control_p8 +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/control_p8 Checking test 031 control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1106,14 +1303,14 @@ Checking test 031 control_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 235.776452 - 0: The maximum resident set size (KB) = 953648 + 0: The total amount of wall time = 233.848289 + 0: The maximum resident set size (KB) = 955112 Test 031 control_p8 PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_p8_lndp -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/control_p8_lndp +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/control_p8_lndp Checking test 032 control_p8_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1132,14 +1329,14 @@ Checking test 032 control_p8_lndp results .... Comparing GFSPRS.GrbF24 .........OK Comparing GFSPRS.GrbF48 .........OK - 0: The total amount of wall time = 449.577505 - 0: The maximum resident set size (KB) = 955832 + 0: The total amount of wall time = 451.463000 + 0: The maximum resident set size (KB) = 959556 Test 032 control_p8_lndp PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_p8 -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/control_restart_p8 +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/control_restart_p8 Checking test 033 control_restart_p8 results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1178,14 +1375,14 @@ Checking test 033 control_restart_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 121.448841 - 0: The maximum resident set size (KB) = 762548 + 0: The total amount of wall time = 127.667946 + 0: The maximum resident set size (KB) = 774892 Test 033 control_restart_p8 PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_p8 -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/control_decomp_p8 +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/control_decomp_p8 Checking test 034 control_decomp_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1228,14 +1425,14 @@ Checking test 034 control_decomp_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 234.056213 - 0: The maximum resident set size (KB) = 947612 + 0: The total amount of wall time = 240.949294 + 0: The maximum resident set size (KB) = 950700 Test 034 control_decomp_p8 PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_p8 -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/control_2threads_p8 +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/control_2threads_p8 Checking test 035 control_2threads_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1278,14 +1475,14 @@ Checking test 035 control_2threads_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 546.115707 - 0: The maximum resident set size (KB) = 1033908 + 0: The total amount of wall time = 549.534449 + 0: The maximum resident set size (KB) = 1033820 Test 035 control_2threads_p8 PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_p8_rrtmgp -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/control_p8_rrtmgp +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/control_p8_rrtmgp Checking test 036 control_p8_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1332,14 +1529,14 @@ Checking test 036 control_p8_rrtmgp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 271.274417 - 0: The maximum resident set size (KB) = 1080196 + 0: The total amount of wall time = 280.544588 + 0: The maximum resident set size (KB) = 1075684 Test 036 control_p8_rrtmgp PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/fv3_regional_control -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/regional_control +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/regional_control Checking test 037 regional_control results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1350,28 +1547,28 @@ Checking test 037 regional_control results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK - 0: The total amount of wall time = 466.481282 - 0: The maximum resident set size (KB) = 738056 + 0: The total amount of wall time = 459.988236 + 0: The maximum resident set size (KB) = 737220 Test 037 regional_control PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/fv3_regional_control -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/regional_restart +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/regional_restart Checking test 038 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 = 251.827151 - 0: The maximum resident set size (KB) = 736560 + 0: The total amount of wall time = 257.135202 + 0: The maximum resident set size (KB) = 735188 Test 038 regional_restart PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/fv3_regional_control -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/regional_control_2dwrtdecomp +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/regional_control_2dwrtdecomp Checking test 039 regional_control_2dwrtdecomp results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1382,14 +1579,14 @@ Checking test 039 regional_control_2dwrtdecomp results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK - 0: The total amount of wall time = 467.858935 - 0: The maximum resident set size (KB) = 743280 + 0: The total amount of wall time = 459.123616 + 0: The maximum resident set size (KB) = 736680 Test 039 regional_control_2dwrtdecomp PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/fv3_regional_noquilt -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/regional_noquilt +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/regional_noquilt Checking test 040 regional_noquilt results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK @@ -1397,14 +1594,14 @@ Checking test 040 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 = 487.697683 - 0: The maximum resident set size (KB) = 712508 + 0: The total amount of wall time = 495.628585 + 0: The maximum resident set size (KB) = 714708 Test 040 regional_noquilt PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/fv3_regional_control -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/regional_2threads +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/regional_2threads Checking test 041 regional_2threads results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1415,28 +1612,28 @@ Checking test 041 regional_2threads results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK - 0: The total amount of wall time = 1080.091133 - 0: The maximum resident set size (KB) = 716084 + 0: The total amount of wall time = 1087.461627 + 0: The maximum resident set size (KB) = 716492 Test 041 regional_2threads PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/fv3_regional_netcdf_parallel -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/regional_netcdf_parallel +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/regional_netcdf_parallel Checking test 042 regional_netcdf_parallel results .... Comparing dynf000.nc ............ALT CHECK......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 = 463.759987 - 0: The maximum resident set size (KB) = 732752 + 0: The total amount of wall time = 452.850676 + 0: The maximum resident set size (KB) = 736640 Test 042 regional_netcdf_parallel PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/fv3_regional_3km -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/regional_3km +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/regional_3km Checking test 043 regional_3km results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -1447,14 +1644,14 @@ Checking test 043 regional_3km results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 353.809569 - 0: The maximum resident set size (KB) = 777320 + 0: The total amount of wall time = 376.146894 + 0: The maximum resident set size (KB) = 789980 Test 043 regional_3km PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/fv3_regional_3km -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/regional_3km_decomp +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/regional_3km_decomp Checking test 044 regional_3km_decomp results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -1465,14 +1662,14 @@ Checking test 044 regional_3km_decomp results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 365.802162 - 0: The maximum resident set size (KB) = 785880 + 0: The total amount of wall time = 372.463295 + 0: The maximum resident set size (KB) = 783144 Test 044 regional_3km_decomp PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/rap_control -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/rap_control +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/rap_control Checking test 045 rap_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1519,14 +1716,14 @@ Checking test 045 rap_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 582.920361 - 0: The maximum resident set size (KB) = 950620 + 0: The total amount of wall time = 582.593044 + 0: The maximum resident set size (KB) = 954148 Test 045 rap_control PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/rap_rrtmgp -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/rap_rrtmgp +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/rap_rrtmgp Checking test 046 rap_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -1573,14 +1770,14 @@ Checking test 046 rap_rrtmgp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 630.768162 - 0: The maximum resident set size (KB) = 1064772 + 0: The total amount of wall time = 630.989614 + 0: The maximum resident set size (KB) = 1068044 Test 046 rap_rrtmgp PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/regional_spp_sppt_shum_skeb -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/regional_spp_sppt_shum_skeb +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/regional_spp_sppt_shum_skeb Checking test 047 regional_spp_sppt_shum_skeb results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK @@ -1591,19 +1788,19 @@ Checking test 047 regional_spp_sppt_shum_skeb results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF01 .........OK - 0: The total amount of wall time = 827.095160 - 0: The maximum resident set size (KB) = 1065160 + 0: The total amount of wall time = 826.556045 + 0: The maximum resident set size (KB) = 1066364 Test 047 regional_spp_sppt_shum_skeb PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/rap_control -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/rap_decomp +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/rap_decomp Checking test 048 rap_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK - Comparing atmf000.nc ............ALT CHECK......NOT OK + Comparing atmf000.nc .........OK Comparing atmf021.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF00 .........OK @@ -1645,14 +1842,14 @@ Checking test 048 rap_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 617.722854 - 0: The maximum resident set size (KB) = 934344 + 0: The total amount of wall time = 610.335210 + 0: The maximum resident set size (KB) = 936212 -Test 048 rap_decomp FAIL Tries: 2 +Test 048 rap_decomp PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/rap_control -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/rap_2threads +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/rap_2threads Checking test 049 rap_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1699,16 +1896,14 @@ Checking test 049 rap_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1319.466365 - 0: The total amount of wall time = 1329.395716 - 0: The maximum resident set size (KB) = 1017608 - 0: The maximum resident set size (KB) = 1013896 + 0: The total amount of wall time = 1278.842669 + 0: The maximum resident set size (KB) = 1018028 -Test 049 rap_2threads PASS Tries: 2 +Test 049 rap_2threads PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/rap_control -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/rap_restart +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/rap_restart Checking test 050 rap_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1747,14 +1942,14 @@ Checking test 050 rap_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 296.153434 - 0: The maximum resident set size (KB) = 814504 + 0: The total amount of wall time = 297.681767 + 0: The maximum resident set size (KB) = 817048 Test 050 rap_restart PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/rap_sfcdiff -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/rap_sfcdiff +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/rap_sfcdiff Checking test 051 rap_sfcdiff results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -1801,16 +1996,14 @@ Checking test 051 rap_sfcdiff results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 609.596254 - 0: The total amount of wall time = 596.877799 - 0: The maximum resident set size (KB) = 957160 - 0: The maximum resident set size (KB) = 947564 + 0: The total amount of wall time = 590.192860 + 0: The maximum resident set size (KB) = 940384 -Test 051 rap_sfcdiff PASS Tries: 2 +Test 051 rap_sfcdiff PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/rap_sfcdiff -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/rap_sfcdiff_decomp +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/rap_sfcdiff_decomp Checking test 052 rap_sfcdiff_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -1857,16 +2050,14 @@ Checking test 052 rap_sfcdiff_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 642.986170 - 0: The total amount of wall time = 634.175052 - 0: The maximum resident set size (KB) = 933112 - 0: The maximum resident set size (KB) = 942308 + 0: The total amount of wall time = 621.606600 + 0: The maximum resident set size (KB) = 933048 -Test 052 rap_sfcdiff_decomp PASS Tries: 2 +Test 052 rap_sfcdiff_decomp PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/rap_sfcdiff -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/rap_sfcdiff_restart +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/rap_sfcdiff_restart Checking test 053 rap_sfcdiff_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -1905,14 +2096,14 @@ Checking test 053 rap_sfcdiff_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 431.971240 - 0: The maximum resident set size (KB) = 820592 + 0: The total amount of wall time = 439.028599 + 0: The maximum resident set size (KB) = 838992 Test 053 rap_sfcdiff_restart PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/hrrr_control -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/hrrr_control +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/hrrr_control Checking test 054 hrrr_control results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -1959,14 +2150,14 @@ Checking test 054 hrrr_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 566.284921 - 0: The maximum resident set size (KB) = 942988 + 0: The total amount of wall time = 568.533601 + 0: The maximum resident set size (KB) = 950548 Test 054 hrrr_control PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/hrrr_control -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/hrrr_control_decomp +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/hrrr_control_decomp Checking test 055 hrrr_control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2013,14 +2204,14 @@ Checking test 055 hrrr_control_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 603.527293 - 0: The maximum resident set size (KB) = 932152 + 0: The total amount of wall time = 590.736109 + 0: The maximum resident set size (KB) = 937132 Test 055 hrrr_control_decomp PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/hrrr_control -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/hrrr_control_2threads +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/hrrr_control_2threads Checking test 056 hrrr_control_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2067,14 +2258,14 @@ Checking test 056 hrrr_control_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1231.372215 - 0: The maximum resident set size (KB) = 1002316 + 0: The total amount of wall time = 1238.645681 + 0: The maximum resident set size (KB) = 1009636 Test 056 hrrr_control_2threads PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/hrrr_control -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/hrrr_control_restart +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/hrrr_control_restart Checking test 057 hrrr_control_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -2113,14 +2304,14 @@ Checking test 057 hrrr_control_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 419.836615 - 0: The maximum resident set size (KB) = 806368 + 0: The total amount of wall time = 425.249260 + 0: The maximum resident set size (KB) = 819972 Test 057 hrrr_control_restart PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/rrfs_v1beta -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/rrfs_v1beta +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/rrfs_v1beta Checking test 058 rrfs_v1beta results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2167,14 +2358,14 @@ Checking test 058 rrfs_v1beta results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 571.051279 - 0: The maximum resident set size (KB) = 938996 + 0: The total amount of wall time = 575.739397 + 0: The maximum resident set size (KB) = 945376 Test 058 rrfs_v1beta PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/rrfs_v1nssl -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/rrfs_v1nssl +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/rrfs_v1nssl Checking test 059 rrfs_v1nssl results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2189,14 +2380,14 @@ Checking test 059 rrfs_v1nssl results .... Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 665.102093 - 0: The maximum resident set size (KB) = 626204 + 0: The total amount of wall time = 677.524716 + 0: The maximum resident set size (KB) = 628268 Test 059 rrfs_v1nssl PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/rrfs_v1nssl_nohailnoccn -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/rrfs_v1nssl_nohailnoccn +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/rrfs_v1nssl_nohailnoccn Checking test 060 rrfs_v1nssl_nohailnoccn results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2211,14 +2402,14 @@ Checking test 060 rrfs_v1nssl_nohailnoccn results .... Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 663.842812 - 0: The maximum resident set size (KB) = 624840 + 0: The total amount of wall time = 666.534178 + 0: The maximum resident set size (KB) = 628116 Test 060 rrfs_v1nssl_nohailnoccn PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/rrfs_conus13km_hrrr_warm -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/rrfs_conus13km_hrrr_warm +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/rrfs_conus13km_hrrr_warm Checking test 061 rrfs_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -2227,16 +2418,14 @@ Checking test 061 rrfs_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 240.609392 - 0: The total amount of wall time = 239.073399 - 0: The maximum resident set size (KB) = 854588 - 0: The maximum resident set size (KB) = 852524 + 0: The total amount of wall time = 237.231047 + 0: The maximum resident set size (KB) = 851424 -Test 061 rrfs_conus13km_hrrr_warm PASS Tries: 2 +Test 061 rrfs_conus13km_hrrr_warm PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/rrfs_conus13km_radar_tten_warm -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/rrfs_conus13km_radar_tten_warm +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/rrfs_conus13km_radar_tten_warm Checking test 062 rrfs_conus13km_radar_tten_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -2245,14 +2434,14 @@ Checking test 062 rrfs_conus13km_radar_tten_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 242.525318 - 0: The maximum resident set size (KB) = 855068 + 0: The total amount of wall time = 245.714736 + 0: The maximum resident set size (KB) = 855672 -Test 062 rrfs_conus13km_radar_tten_warm PASS Tries: 2 +Test 062 rrfs_conus13km_radar_tten_warm PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/rrfs_smoke_conus13km_hrrr_warm -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/rrfs_smoke_conus13km_hrrr_warm +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/rrfs_smoke_conus13km_hrrr_warm Checking test 063 rrfs_smoke_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -2261,16 +2450,14 @@ Checking test 063 rrfs_smoke_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 274.794369 - 0: The total amount of wall time = 266.505949 - 0: The maximum resident set size (KB) = 873416 - 0: The maximum resident set size (KB) = 871232 + 0: The total amount of wall time = 273.365283 + 0: The maximum resident set size (KB) = 878348 -Test 063 rrfs_smoke_conus13km_hrrr_warm PASS Tries: 2 +Test 063 rrfs_smoke_conus13km_hrrr_warm PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_csawmg -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/control_csawmg +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/control_csawmg Checking test 064 control_csawmg results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2281,14 +2468,14 @@ Checking test 064 control_csawmg results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 461.247766 - 0: The maximum resident set size (KB) = 662696 + 0: The total amount of wall time = 450.459062 + 0: The maximum resident set size (KB) = 661368 -Test 064 control_csawmg PASS Tries: 2 +Test 064 control_csawmg PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_csawmgt -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/control_csawmgt +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/control_csawmgt Checking test 065 control_csawmgt results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2299,14 +2486,14 @@ Checking test 065 control_csawmgt results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 432.651397 - 0: The maximum resident set size (KB) = 664996 + 0: The total amount of wall time = 442.089762 + 0: The maximum resident set size (KB) = 663540 Test 065 control_csawmgt PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_flake -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/control_flake +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/control_flake Checking test 066 control_flake results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2317,14 +2504,14 @@ Checking test 066 control_flake results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 282.093650 - 0: The maximum resident set size (KB) = 672292 + 0: The total amount of wall time = 282.406616 + 0: The maximum resident set size (KB) = 670892 Test 066 control_flake PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_ras -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/control_ras +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/control_ras Checking test 067 control_ras results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2335,14 +2522,14 @@ Checking test 067 control_ras results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 236.000695 - 0: The maximum resident set size (KB) = 637848 + 0: The total amount of wall time = 236.769578 + 0: The maximum resident set size (KB) = 626028 Test 067 control_ras PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_thompson -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/control_thompson +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/control_thompson Checking test 068 control_thompson results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2353,14 +2540,14 @@ Checking test 068 control_thompson results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 318.390327 - 0: The maximum resident set size (KB) = 983580 + 0: The total amount of wall time = 322.709181 + 0: The maximum resident set size (KB) = 977340 Test 068 control_thompson PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_thompson_no_aero -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/control_thompson_no_aero +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/control_thompson_no_aero Checking test 069 control_thompson_no_aero results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2371,54 +2558,54 @@ Checking test 069 control_thompson_no_aero results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 304.447574 - 0: The maximum resident set size (KB) = 963648 + 0: The total amount of wall time = 316.642977 + 0: The maximum resident set size (KB) = 969260 Test 069 control_thompson_no_aero PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_wam -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/control_wam +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/control_wam Checking test 070 control_wam results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK - 0: The total amount of wall time = 137.335478 - 0: The maximum resident set size (KB) = 461380 + 0: The total amount of wall time = 145.641030 + 0: The maximum resident set size (KB) = 457176 Test 070 control_wam PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_debug -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/control_debug +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/control_debug Checking test 071 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 = 192.799827 - 0: The maximum resident set size (KB) = 734524 + 0: The total amount of wall time = 196.563092 + 0: The maximum resident set size (KB) = 735040 Test 071 control_debug PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_debug -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/control_2threads_debug +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/control_2threads_debug Checking test 072 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 = 340.152478 - 0: The maximum resident set size (KB) = 782396 + 0: The total amount of wall time = 358.080598 + 0: The maximum resident set size (KB) = 780532 Test 072 control_2threads_debug PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_CubedSphereGrid_debug -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/control_CubedSphereGrid_debug +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/control_CubedSphereGrid_debug Checking test 073 control_CubedSphereGrid_debug results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -2445,429 +2632,429 @@ Checking test 073 control_CubedSphereGrid_debug results .... Comparing atmf001.tile5.nc .........OK Comparing atmf001.tile6.nc .........OK - 0: The total amount of wall time = 210.413025 - 0: The maximum resident set size (KB) = 727652 + 0: The total amount of wall time = 219.176062 + 0: The maximum resident set size (KB) = 731784 Test 073 control_CubedSphereGrid_debug PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_wrtGauss_netcdf_parallel_debug -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/control_wrtGauss_netcdf_parallel_debug +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/control_wrtGauss_netcdf_parallel_debug Checking test 074 control_wrtGauss_netcdf_parallel_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf001.nc ............ALT CHECK......OK + Comparing atmf000.nc ............ALT CHECK......OK + Comparing atmf001.nc .........OK - 0: The total amount of wall time = 192.568345 - 0: The maximum resident set size (KB) = 732404 + 0: The total amount of wall time = 200.478731 + 0: The maximum resident set size (KB) = 732396 Test 074 control_wrtGauss_netcdf_parallel_debug PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_stochy_debug -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/control_stochy_debug +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/control_stochy_debug Checking test 075 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 = 223.712653 - 0: The maximum resident set size (KB) = 744316 + 0: The total amount of wall time = 225.429119 + 0: The maximum resident set size (KB) = 740648 Test 075 control_stochy_debug PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_lndp_debug -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/control_lndp_debug +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/control_lndp_debug Checking test 076 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 = 198.254276 - 0: The maximum resident set size (KB) = 740784 + 0: The total amount of wall time = 209.029878 + 0: The maximum resident set size (KB) = 741752 Test 076 control_lndp_debug PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_csawmg_debug -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/control_csawmg_debug +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/control_csawmg_debug Checking test 077 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 = 313.200727 - 0: The maximum resident set size (KB) = 780904 + 0: The total amount of wall time = 318.757213 + 0: The maximum resident set size (KB) = 785384 Test 077 control_csawmg_debug PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_csawmgt_debug -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/control_csawmgt_debug +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/control_csawmgt_debug Checking test 078 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 = 306.303741 - 0: The maximum resident set size (KB) = 783036 + 0: The total amount of wall time = 324.901977 + 0: The maximum resident set size (KB) = 741492 Test 078 control_csawmgt_debug PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_ras_debug -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/control_ras_debug +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/control_ras_debug Checking test 079 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 = 203.310307 - 0: The maximum resident set size (KB) = 744168 + 0: The total amount of wall time = 205.423068 + 0: The maximum resident set size (KB) = 744848 Test 079 control_ras_debug PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_diag_debug -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/control_diag_debug +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/control_diag_debug Checking test 080 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 = 206.078316 - 0: The maximum resident set size (KB) = 791660 + 0: The total amount of wall time = 216.796611 + 0: The maximum resident set size (KB) = 795340 Test 080 control_diag_debug PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_debug_p8 -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/control_debug_p8 +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/control_debug_p8 Checking test 081 control_debug_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 221.578870 - 0: The maximum resident set size (KB) = 1122012 + 0: The total amount of wall time = 225.065829 + 0: The maximum resident set size (KB) = 1131352 Test 081 control_debug_p8 PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_thompson_debug -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/control_thompson_debug +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/control_thompson_debug Checking test 082 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.894807 - 0: The maximum resident set size (KB) = 1098148 + 0: The total amount of wall time = 240.764829 + 0: The maximum resident set size (KB) = 1103848 Test 082 control_thompson_debug PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_thompson_no_aero_debug -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/control_thompson_no_aero_debug +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/control_thompson_no_aero_debug Checking test 083 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 = 224.067563 - 0: The maximum resident set size (KB) = 1092268 + 0: The total amount of wall time = 231.315169 + 0: The maximum resident set size (KB) = 1087812 Test 083 control_thompson_no_aero_debug PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_thompson_debug_extdiag -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/control_thompson_extdiag_debug +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/control_thompson_extdiag_debug Checking test 084 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 = 246.172813 - 0: The maximum resident set size (KB) = 1129468 + 0: The total amount of wall time = 246.254698 + 0: The maximum resident set size (KB) = 1129276 Test 084 control_thompson_extdiag_debug PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_thompson_progcld_thompson_debug -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/control_thompson_progcld_thompson_debug +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/control_thompson_progcld_thompson_debug Checking test 085 control_thompson_progcld_thompson_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 230.972852 - 0: The maximum resident set size (KB) = 1100844 + 0: The total amount of wall time = 227.944201 + 0: The maximum resident set size (KB) = 1100768 Test 085 control_thompson_progcld_thompson_debug PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/fv3_regional_debug -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/regional_debug +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/regional_debug Checking test 086 regional_debug results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK Comparing phyf000.nc .........OK Comparing phyf001.nc .........OK - 0: The total amount of wall time = 329.397494 - 0: The maximum resident set size (KB) = 753892 + 0: The total amount of wall time = 327.091751 + 0: The maximum resident set size (KB) = 749680 Test 086 regional_debug PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/rap_control_debug -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/rap_control_debug +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/rap_control_debug Checking test 087 rap_control_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 355.041319 - 0: The maximum resident set size (KB) = 1110744 + 0: The total amount of wall time = 372.486500 + 0: The maximum resident set size (KB) = 1104504 Test 087 rap_control_debug PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/hrrr_control_debug -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/hrrr_control_debug +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/hrrr_control_debug Checking test 088 hrrr_control_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 346.382165 - 0: The maximum resident set size (KB) = 1104664 + 0: The total amount of wall time = 354.682879 + 0: The maximum resident set size (KB) = 1103996 Test 088 hrrr_control_debug PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/rap_control_debug -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/rap_unified_drag_suite_debug +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/rap_unified_drag_suite_debug Checking test 089 rap_unified_drag_suite_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 354.435074 - 0: The maximum resident set size (KB) = 1103808 + 0: The total amount of wall time = 368.647401 + 0: The maximum resident set size (KB) = 1104504 Test 089 rap_unified_drag_suite_debug PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/rap_diag_debug -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/rap_diag_debug +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/rap_diag_debug Checking test 090 rap_diag_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 374.372302 - 0: The maximum resident set size (KB) = 1189696 + 0: The total amount of wall time = 370.733350 + 0: The maximum resident set size (KB) = 1193460 Test 090 rap_diag_debug PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/rap_cires_ugwp_debug -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/rap_cires_ugwp_debug +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/rap_cires_ugwp_debug Checking test 091 rap_cires_ugwp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 364.590052 - 0: The maximum resident set size (KB) = 1117244 + 0: The total amount of wall time = 361.371996 + 0: The maximum resident set size (KB) = 1102948 Test 091 rap_cires_ugwp_debug PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/rap_cires_ugwp_debug -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/rap_unified_ugwp_debug +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/rap_unified_ugwp_debug Checking test 092 rap_unified_ugwp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 360.779380 - 0: The maximum resident set size (KB) = 1109436 + 0: The total amount of wall time = 361.606790 + 0: The maximum resident set size (KB) = 1104436 Test 092 rap_unified_ugwp_debug PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/rap_lndp_debug -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/rap_lndp_debug +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/rap_lndp_debug Checking test 093 rap_lndp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 363.061265 - 0: The maximum resident set size (KB) = 1108448 + 0: The total amount of wall time = 358.317564 + 0: The maximum resident set size (KB) = 1111200 Test 093 rap_lndp_debug PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/rap_flake_debug -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/rap_flake_debug +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/rap_flake_debug Checking test 094 rap_flake_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 354.754422 - 0: The maximum resident set size (KB) = 1112140 + 0: The total amount of wall time = 359.978357 + 0: The maximum resident set size (KB) = 1104540 Test 094 rap_flake_debug PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/rap_progcld_thompson_debug -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/rap_progcld_thompson_debug +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/rap_progcld_thompson_debug Checking test 095 rap_progcld_thompson_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 355.792085 - 0: The maximum resident set size (KB) = 1103504 + 0: The total amount of wall time = 376.350462 + 0: The maximum resident set size (KB) = 1112920 Test 095 rap_progcld_thompson_debug PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/rap_noah_debug -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/rap_noah_debug +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/rap_noah_debug Checking test 096 rap_noah_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 348.511111 - 0: The maximum resident set size (KB) = 1106164 + 0: The total amount of wall time = 372.018872 + 0: The maximum resident set size (KB) = 1106928 Test 096 rap_noah_debug PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/rap_rrtmgp_debug -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/rap_rrtmgp_debug +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/rap_rrtmgp_debug Checking test 097 rap_rrtmgp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 602.483172 - 0: The maximum resident set size (KB) = 1235964 + 0: The total amount of wall time = 598.986577 + 0: The maximum resident set size (KB) = 1236208 Test 097 rap_rrtmgp_debug PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/rap_sfcdiff_debug -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/rap_sfcdiff_debug +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/rap_sfcdiff_debug Checking test 098 rap_sfcdiff_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 354.547743 - 0: The maximum resident set size (KB) = 1102664 + 0: The total amount of wall time = 356.323979 + 0: The maximum resident set size (KB) = 1108292 Test 098 rap_sfcdiff_debug PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/rap_noah_sfcdiff_cires_ugwp_debug -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/rap_noah_sfcdiff_cires_ugwp_debug +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/rap_noah_sfcdiff_cires_ugwp_debug Checking test 099 rap_noah_sfcdiff_cires_ugwp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 578.161334 - 0: The maximum resident set size (KB) = 1104136 + 0: The total amount of wall time = 593.877563 + 0: The maximum resident set size (KB) = 1104500 Test 099 rap_noah_sfcdiff_cires_ugwp_debug PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/rrfs_v1beta_debug -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/rrfs_v1beta_debug +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/rrfs_v1beta_debug Checking test 100 rrfs_v1beta_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 348.081789 - 0: The maximum resident set size (KB) = 1097532 + 0: The total amount of wall time = 354.516524 + 0: The maximum resident set size (KB) = 1101652 Test 100 rrfs_v1beta_debug PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_wam_debug -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/control_wam_debug +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/control_wam_debug Checking test 101 control_wam_debug results .... Comparing sfcf019.nc .........OK Comparing atmf019.nc .........OK - 0: The total amount of wall time = 374.169392 - 0: The maximum resident set size (KB) = 420768 + 0: The total amount of wall time = 374.383666 + 0: The maximum resident set size (KB) = 423408 Test 101 control_wam_debug PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_atm -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/hafs_regional_atm +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/hafs_regional_atm Checking test 102 hafs_regional_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing HURPRS.GrbF06 .........OK - 0: The total amount of wall time = 713.726739 - 0: The maximum resident set size (KB) = 1159884 + 0: The total amount of wall time = 719.917873 + 0: The maximum resident set size (KB) = 1169832 Test 102 hafs_regional_atm PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_atm_thompson_gfdlsf -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/hafs_regional_atm_thompson_gfdlsf +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/hafs_regional_atm_thompson_gfdlsf Checking test 103 hafs_regional_atm_thompson_gfdlsf results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK - 0: The total amount of wall time = 868.791876 - 0: The maximum resident set size (KB) = 1527336 + 0: The total amount of wall time = 836.851360 + 0: The maximum resident set size (KB) = 1549680 Test 103 hafs_regional_atm_thompson_gfdlsf PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_atm_ocn -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/hafs_regional_atm_ocn +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/hafs_regional_atm_ocn Checking test 104 hafs_regional_atm_ocn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -2876,14 +3063,14 @@ Checking test 104 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 = 509.920592 - 0: The maximum resident set size (KB) = 1277840 + 0: The total amount of wall time = 525.960196 + 0: The maximum resident set size (KB) = 1275256 Test 104 hafs_regional_atm_ocn PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_atm_wav -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/hafs_regional_atm_wav +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/hafs_regional_atm_wav Checking test 105 hafs_regional_atm_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -2892,14 +3079,14 @@ Checking test 105 hafs_regional_atm_wav results .... Comparing 20190829.060000.restart.ww3 .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 902.921580 - 0: The maximum resident set size (KB) = 1306296 + 0: The total amount of wall time = 907.237909 + 0: The maximum resident set size (KB) = 1305836 Test 105 hafs_regional_atm_wav PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_atm_ocn_wav -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/hafs_regional_atm_ocn_wav +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/hafs_regional_atm_ocn_wav Checking test 106 hafs_regional_atm_ocn_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -2910,14 +3097,14 @@ Checking test 106 hafs_regional_atm_ocn_wav results .... Comparing 20190829.060000.restart.ww3 .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 1029.279068 - 0: The maximum resident set size (KB) = 1308340 + 0: The total amount of wall time = 1027.918576 + 0: The maximum resident set size (KB) = 1261112 Test 106 hafs_regional_atm_ocn_wav PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_docn -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/hafs_regional_docn +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/hafs_regional_docn Checking test 107 hafs_regional_docn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -2925,14 +3112,14 @@ Checking test 107 hafs_regional_docn results .... Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK Comparing ufs.hafs.docn.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 532.909217 - 0: The maximum resident set size (KB) = 1272644 + 0: The total amount of wall time = 516.119292 + 0: The maximum resident set size (KB) = 1278304 Test 107 hafs_regional_docn PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_docn_oisst -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/hafs_regional_docn_oisst +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/hafs_regional_docn_oisst Checking test 108 hafs_regional_docn_oisst results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -2940,118 +3127,118 @@ Checking test 108 hafs_regional_docn_oisst results .... Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK Comparing ufs.hafs.docn.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 523.889645 - 0: The maximum resident set size (KB) = 1228452 + 0: The total amount of wall time = 518.801984 + 0: The maximum resident set size (KB) = 1270668 Test 108 hafs_regional_docn_oisst PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_datm_cdeps -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/hafs_regional_datm_cdeps +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/hafs_regional_datm_cdeps Checking test 109 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 = 1243.159300 - 0: The maximum resident set size (KB) = 956632 + 0: The total amount of wall time = 1242.736043 + 0: The maximum resident set size (KB) = 954224 Test 109 hafs_regional_datm_cdeps PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_control_cfsr -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/datm_cdeps_control_cfsr +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/datm_cdeps_control_cfsr Checking test 110 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 = 208.761054 - 0: The maximum resident set size (KB) = 907328 + 0: The total amount of wall time = 202.306257 + 0: The maximum resident set size (KB) = 915488 Test 110 datm_cdeps_control_cfsr PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_control_cfsr -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/datm_cdeps_restart_cfsr +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/datm_cdeps_restart_cfsr Checking test 111 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 = 122.833605 - 0: The maximum resident set size (KB) = 898420 + 0: The total amount of wall time = 119.000221 + 0: The maximum resident set size (KB) = 918012 Test 111 datm_cdeps_restart_cfsr PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_control_gefs -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/datm_cdeps_control_gefs +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/datm_cdeps_control_gefs Checking test 112 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 = 192.223477 - 0: The maximum resident set size (KB) = 819640 + 0: The total amount of wall time = 203.358716 + 0: The maximum resident set size (KB) = 817720 Test 112 datm_cdeps_control_gefs PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_iau_gefs -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/datm_cdeps_iau_gefs +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/datm_cdeps_iau_gefs Checking test 113 datm_cdeps_iau_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 = 197.682862 - 0: The maximum resident set size (KB) = 816084 + 0: The total amount of wall time = 199.807322 + 0: The maximum resident set size (KB) = 811556 Test 113 datm_cdeps_iau_gefs PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_stochy_gefs -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/datm_cdeps_stochy_gefs +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/datm_cdeps_stochy_gefs Checking test 114 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 = 196.526317 - 0: The maximum resident set size (KB) = 808492 + 0: The total amount of wall time = 207.201458 + 0: The maximum resident set size (KB) = 816684 Test 114 datm_cdeps_stochy_gefs PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_bulk_cfsr -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/datm_cdeps_bulk_cfsr +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/datm_cdeps_bulk_cfsr Checking test 115 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 = 202.745011 - 0: The maximum resident set size (KB) = 923652 + 0: The total amount of wall time = 199.559294 + 0: The maximum resident set size (KB) = 909988 Test 115 datm_cdeps_bulk_cfsr PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_bulk_gefs -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/datm_cdeps_bulk_gefs +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/datm_cdeps_bulk_gefs Checking test 116 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 = 194.466730 - 0: The maximum resident set size (KB) = 818776 + 0: The total amount of wall time = 189.508355 + 0: The maximum resident set size (KB) = 816180 Test 116 datm_cdeps_bulk_gefs PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_mx025_cfsr -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/datm_cdeps_mx025_cfsr +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/datm_cdeps_mx025_cfsr Checking test 117 datm_cdeps_mx025_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK @@ -3060,14 +3247,14 @@ Checking test 117 datm_cdeps_mx025_cfsr results .... Comparing RESTART/iced.2011-10-01-43200.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-01-43200.nc .........OK - 0: The total amount of wall time = 429.034298 - 0: The maximum resident set size (KB) = 765308 + 0: The total amount of wall time = 501.303327 + 0: The maximum resident set size (KB) = 740552 Test 117 datm_cdeps_mx025_cfsr PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_mx025_gefs -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/datm_cdeps_mx025_gefs +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/datm_cdeps_mx025_gefs Checking test 118 datm_cdeps_mx025_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK @@ -3076,64 +3263,64 @@ Checking test 118 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 = 433.697336 - 0: The maximum resident set size (KB) = 734404 + 0: The total amount of wall time = 499.463506 + 0: The maximum resident set size (KB) = 730460 Test 118 datm_cdeps_mx025_gefs PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_control_cfsr -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/datm_cdeps_multiple_files_cfsr +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/datm_cdeps_multiple_files_cfsr Checking test 119 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 = 201.369949 - 0: The maximum resident set size (KB) = 908688 + 0: The total amount of wall time = 197.292653 + 0: The maximum resident set size (KB) = 910316 Test 119 datm_cdeps_multiple_files_cfsr PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_3072x1536_cfsr -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/datm_cdeps_3072x1536_cfsr +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/datm_cdeps_3072x1536_cfsr Checking test 120 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 = 276.342940 - 0: The maximum resident set size (KB) = 2061096 + 0: The total amount of wall time = 271.992367 + 0: The maximum resident set size (KB) = 2056672 Test 120 datm_cdeps_3072x1536_cfsr PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_gfs -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/datm_cdeps_gfs +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/datm_cdeps_gfs Checking test 121 datm_cdeps_gfs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/DATM_GFS.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 285.425186 - 0: The maximum resident set size (KB) = 2059416 + 0: The total amount of wall time = 277.956289 + 0: The maximum resident set size (KB) = 2062192 Test 121 datm_cdeps_gfs PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_debug_cfsr -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/datm_cdeps_debug_cfsr +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/datm_cdeps_debug_cfsr Checking test 122 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 = 581.142158 - 0: The maximum resident set size (KB) = 902076 + 0: The total amount of wall time = 586.407945 + 0: The maximum resident set size (KB) = 920040 Test 122 datm_cdeps_debug_cfsr PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/control_atmwav -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/control_atmwav +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/control_atmwav Checking test 123 control_atmwav results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -3177,14 +3364,14 @@ Checking test 123 control_atmwav results .... Comparing RESTART/sfc_data.tile6.nc .........OK Comparing 20210322.180000.restart.glo_1deg .........OK - 0: The total amount of wall time = 109.989106 - 0: The maximum resident set size (KB) = 593744 + 0: The total amount of wall time = 113.769567 + 0: The maximum resident set size (KB) = 595708 Test 123 control_atmwav PASS baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/atmaero_control_p8 -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3469/atmaero_control_p8 +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/atmaero_control_p8 Checking test 124 atmaero_control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -3228,285 +3415,63 @@ Checking test 124 atmaero_control_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 351.153942 - 0: The maximum resident set size (KB) = 1551396 + 0: The total amount of wall time = 373.828119 + 0: The maximum resident set size (KB) = 1548544 Test 124 atmaero_control_p8 PASS -Test 125 atmaero_control_p8_rad FAIL - -FAILED TESTS: -Test rap_decomp 048 failed in check_result failed -Test rap_decomp 048 failed in run_test failed -Test atmaero_control_p8_rad 125 failed in run_test failed -Test compile_002 failed in run_compile failed -Test compile_004 failed in run_compile failed - -REGRESSION TEST FAILED -Sat Jul 2 14:32:44 GMT 2022 -Elapsed time: 02h:32m:02s. Have a nice day! -Sat Jul 2 14:54:51 GMT 2022 -Start Regression test - -Compile 001 elapsed time 1834 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -DMOM6SOLO=ON -Compile 002 elapsed time 274 seconds. -DAPP=S2SW -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 003 elapsed time 1433 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_RRTMGP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_smoke,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -Compile 004 elapsed time 1298 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON - -baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_noaero_p8 -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_300825/cpld_control_noaero_p8 -Checking test 001 cpld_control_noaero_p8 results .... -Moving baseline 001 cpld_control_noaero_p8 files .... - Moving sfcf021.tile1.nc .........OK - Moving sfcf021.tile2.nc .........OK - Moving sfcf021.tile3.nc .........OK - Moving sfcf021.tile4.nc .........OK - Moving sfcf021.tile5.nc .........OK - Moving sfcf021.tile6.nc .........OK - Moving atmf021.tile1.nc .........OK - Moving atmf021.tile2.nc .........OK - Moving atmf021.tile3.nc .........OK - Moving atmf021.tile4.nc .........OK - Moving atmf021.tile5.nc .........OK - Moving atmf021.tile6.nc .........OK - Moving sfcf024.tile1.nc .........OK - Moving sfcf024.tile2.nc .........OK - Moving sfcf024.tile3.nc .........OK - Moving sfcf024.tile4.nc .........OK - Moving sfcf024.tile5.nc .........OK - Moving sfcf024.tile6.nc .........OK - Moving atmf024.tile1.nc .........OK - Moving atmf024.tile2.nc .........OK - Moving atmf024.tile3.nc .........OK - Moving atmf024.tile4.nc .........OK - Moving atmf024.tile5.nc .........OK - Moving atmf024.tile6.nc .........OK - Moving RESTART/coupler.res .........OK - Moving RESTART/fv_core.res.nc .........OK - Moving RESTART/fv_core.res.tile1.nc .........OK - Moving RESTART/fv_core.res.tile2.nc .........OK - Moving RESTART/fv_core.res.tile3.nc .........OK - Moving RESTART/fv_core.res.tile4.nc .........OK - Moving RESTART/fv_core.res.tile5.nc .........OK - Moving RESTART/fv_core.res.tile6.nc .........OK - Moving RESTART/fv_srf_wnd.res.tile1.nc .........OK - Moving RESTART/fv_srf_wnd.res.tile2.nc .........OK - Moving RESTART/fv_srf_wnd.res.tile3.nc .........OK - Moving RESTART/fv_srf_wnd.res.tile4.nc .........OK - Moving RESTART/fv_srf_wnd.res.tile5.nc .........OK - Moving RESTART/fv_srf_wnd.res.tile6.nc .........OK - Moving RESTART/fv_tracer.res.tile1.nc .........OK - Moving RESTART/fv_tracer.res.tile2.nc .........OK - Moving RESTART/fv_tracer.res.tile3.nc .........OK - Moving RESTART/fv_tracer.res.tile4.nc .........OK - Moving RESTART/fv_tracer.res.tile5.nc .........OK - Moving RESTART/fv_tracer.res.tile6.nc .........OK - Moving RESTART/phy_data.tile1.nc .........OK - Moving RESTART/phy_data.tile2.nc .........OK - Moving RESTART/phy_data.tile3.nc .........OK - Moving RESTART/phy_data.tile4.nc .........OK - Moving RESTART/phy_data.tile5.nc .........OK - Moving RESTART/phy_data.tile6.nc .........OK - Moving RESTART/sfc_data.tile1.nc .........OK - Moving RESTART/sfc_data.tile2.nc .........OK - Moving RESTART/sfc_data.tile3.nc .........OK - Moving RESTART/sfc_data.tile4.nc .........OK - Moving RESTART/sfc_data.tile5.nc .........OK - Moving RESTART/sfc_data.tile6.nc .........OK - Moving RESTART/MOM.res.nc .........OK - Moving RESTART/iced.2021-03-23-21600.nc .........OK - Moving RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - Moving 20210323.060000.out_pnt.ww3 .........OK - Moving 20210323.060000.out_grd.ww3 .........OK - - 0: The total amount of wall time = 362.065028 - 0: The maximum resident set size (KB) = 1057132 - -Test 001 cpld_control_noaero_p8 PASS - - -baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_c96_noaero_p8 -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_300825/cpld_control_nowave_noaero_p8 -Checking test 002 cpld_control_nowave_noaero_p8 results .... -Moving baseline 002 cpld_control_nowave_noaero_p8 files .... - Moving sfcf021.tile1.nc .........OK - Moving sfcf021.tile2.nc .........OK - Moving sfcf021.tile3.nc .........OK - Moving sfcf021.tile4.nc .........OK - Moving sfcf021.tile5.nc .........OK - Moving sfcf021.tile6.nc .........OK - Moving atmf021.tile1.nc .........OK - Moving atmf021.tile2.nc .........OK - Moving atmf021.tile3.nc .........OK - Moving atmf021.tile4.nc .........OK - Moving atmf021.tile5.nc .........OK - Moving atmf021.tile6.nc .........OK - Moving sfcf024.tile1.nc .........OK - Moving sfcf024.tile2.nc .........OK - Moving sfcf024.tile3.nc .........OK - Moving sfcf024.tile4.nc .........OK - Moving sfcf024.tile5.nc .........OK - Moving sfcf024.tile6.nc .........OK - Moving atmf024.tile1.nc .........OK - Moving atmf024.tile2.nc .........OK - Moving atmf024.tile3.nc .........OK - Moving atmf024.tile4.nc .........OK - Moving atmf024.tile5.nc .........OK - Moving atmf024.tile6.nc .........OK - Moving RESTART/coupler.res .........OK - Moving RESTART/fv_core.res.nc .........OK - Moving RESTART/fv_core.res.tile1.nc .........OK - Moving RESTART/fv_core.res.tile2.nc .........OK - Moving RESTART/fv_core.res.tile3.nc .........OK - Moving RESTART/fv_core.res.tile4.nc .........OK - Moving RESTART/fv_core.res.tile5.nc .........OK - Moving RESTART/fv_core.res.tile6.nc .........OK - Moving RESTART/fv_srf_wnd.res.tile1.nc .........OK - Moving RESTART/fv_srf_wnd.res.tile2.nc .........OK - Moving RESTART/fv_srf_wnd.res.tile3.nc .........OK - Moving RESTART/fv_srf_wnd.res.tile4.nc .........OK - Moving RESTART/fv_srf_wnd.res.tile5.nc .........OK - Moving RESTART/fv_srf_wnd.res.tile6.nc .........OK - Moving RESTART/fv_tracer.res.tile1.nc .........OK - Moving RESTART/fv_tracer.res.tile2.nc .........OK - Moving RESTART/fv_tracer.res.tile3.nc .........OK - Moving RESTART/fv_tracer.res.tile4.nc .........OK - Moving RESTART/fv_tracer.res.tile5.nc .........OK - Moving RESTART/fv_tracer.res.tile6.nc .........OK - Moving RESTART/phy_data.tile1.nc .........OK - Moving RESTART/phy_data.tile2.nc .........OK - Moving RESTART/phy_data.tile3.nc .........OK - Moving RESTART/phy_data.tile4.nc .........OK - Moving RESTART/phy_data.tile5.nc .........OK - Moving RESTART/phy_data.tile6.nc .........OK - Moving RESTART/sfc_data.tile1.nc .........OK - Moving RESTART/sfc_data.tile2.nc .........OK - Moving RESTART/sfc_data.tile3.nc .........OK - Moving RESTART/sfc_data.tile4.nc .........OK - Moving RESTART/sfc_data.tile5.nc .........OK - Moving RESTART/sfc_data.tile6.nc .........OK - Moving RESTART/MOM.res.nc .........OK - Moving RESTART/iced.2021-03-23-21600.nc .........OK - Moving RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - - 0: The total amount of wall time = 384.103362 - 0: The maximum resident set size (KB) = 1110080 - -Test 002 cpld_control_nowave_noaero_p8 PASS - -baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/cpld_debug_noaero_p8 -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_300825/cpld_debug_noaero_p8 -Checking test 003 cpld_debug_noaero_p8 results .... -Moving baseline 003 cpld_debug_noaero_p8 files .... - Moving sfcf003.tile1.nc .........OK - Moving sfcf003.tile2.nc .........OK - Moving sfcf003.tile3.nc .........OK - Moving sfcf003.tile4.nc .........OK - Moving sfcf003.tile5.nc .........OK - Moving sfcf003.tile6.nc .........OK - Moving atmf003.tile1.nc .........OK - Moving atmf003.tile2.nc .........OK - Moving atmf003.tile3.nc .........OK - Moving atmf003.tile4.nc .........OK - Moving atmf003.tile5.nc .........OK - Moving atmf003.tile6.nc .........OK - Moving RESTART/coupler.res .........OK - Moving RESTART/fv_core.res.nc .........OK - Moving RESTART/fv_core.res.tile1.nc .........OK - Moving RESTART/fv_core.res.tile2.nc .........OK - Moving RESTART/fv_core.res.tile3.nc .........OK - Moving RESTART/fv_core.res.tile4.nc .........OK - Moving RESTART/fv_core.res.tile5.nc .........OK - Moving RESTART/fv_core.res.tile6.nc .........OK - Moving RESTART/fv_srf_wnd.res.tile1.nc .........OK - Moving RESTART/fv_srf_wnd.res.tile2.nc .........OK - Moving RESTART/fv_srf_wnd.res.tile3.nc .........OK - Moving RESTART/fv_srf_wnd.res.tile4.nc .........OK - Moving RESTART/fv_srf_wnd.res.tile5.nc .........OK - Moving RESTART/fv_srf_wnd.res.tile6.nc .........OK - Moving RESTART/fv_tracer.res.tile1.nc .........OK - Moving RESTART/fv_tracer.res.tile2.nc .........OK - Moving RESTART/fv_tracer.res.tile3.nc .........OK - Moving RESTART/fv_tracer.res.tile4.nc .........OK - Moving RESTART/fv_tracer.res.tile5.nc .........OK - Moving RESTART/fv_tracer.res.tile6.nc .........OK - Moving RESTART/phy_data.tile1.nc .........OK - Moving RESTART/phy_data.tile2.nc .........OK - Moving RESTART/phy_data.tile3.nc .........OK - Moving RESTART/phy_data.tile4.nc .........OK - Moving RESTART/phy_data.tile5.nc .........OK - Moving RESTART/phy_data.tile6.nc .........OK - Moving RESTART/sfc_data.tile1.nc .........OK - Moving RESTART/sfc_data.tile2.nc .........OK - Moving RESTART/sfc_data.tile3.nc .........OK - Moving RESTART/sfc_data.tile4.nc .........OK - Moving RESTART/sfc_data.tile5.nc .........OK - Moving RESTART/sfc_data.tile6.nc .........OK - Moving RESTART/MOM.res.nc .........OK - Moving RESTART/iced.2021-03-22-32400.nc .........OK - Moving RESTART/ufs.cpld.cpl.r.2021-03-22-32400.nc .........OK - Moving 20210322.090000.out_pnt.ww3 .........OK - Moving 20210322.090000.out_grd.ww3 .........OK - - 0: The total amount of wall time = 527.253677 - 0: The maximum resident set size (KB) = 1221332 - -Test 003 cpld_debug_noaero_p8 PASS +baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/atmaero_control_p8_rad +working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_190652/atmaero_control_p8_rad +Checking test 125 atmaero_control_p8_rad results .... + Comparing sfcf000.nc .........OK + Comparing sfcf024.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf024.nc .........OK + Comparing GFSFLX.GrbF00 .........OK + Comparing GFSFLX.GrbF24 .........OK + Comparing GFSPRS.GrbF00 .........OK + Comparing GFSPRS.GrbF24 .........OK + Comparing gocart.inst_aod.20210323_0600z.nc4 .........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/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 + 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 + 0: The total amount of wall time = 427.355490 + 0: The maximum resident set size (KB) = 1719040 -baseline dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_BASELINE/Jong.Kim/FV3_RT/REGRESSION_TEST_INTEL/atmaero_control_p8 -working dir = /lfs4/HFIP/h-nems/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_300825/atmaero_control_p8 -Checking test 004 atmaero_control_p8 results .... -Moving baseline 004 atmaero_control_p8 files .... - Moving sfcf000.nc .........OK - Moving sfcf024.nc .........OK - Moving atmf000.nc .........OK - Moving atmf024.nc .........OK - Moving GFSFLX.GrbF00 .........OK - Moving GFSFLX.GrbF24 .........OK - Moving GFSPRS.GrbF00 .........OK - Moving GFSPRS.GrbF24 .........OK - Moving gocart.inst_aod.20210323_0600z.nc4 .........OK - Moving RESTART/coupler.res .........OK - Moving RESTART/fv_core.res.nc .........OK - Moving RESTART/fv_core.res.tile1.nc .........OK - Moving RESTART/fv_core.res.tile2.nc .........OK - Moving RESTART/fv_core.res.tile3.nc .........OK - Moving RESTART/fv_core.res.tile4.nc .........OK - Moving RESTART/fv_core.res.tile5.nc .........OK - Moving RESTART/fv_core.res.tile6.nc .........OK - Moving RESTART/fv_srf_wnd.res.tile1.nc .........OK - Moving RESTART/fv_srf_wnd.res.tile2.nc .........OK - Moving RESTART/fv_srf_wnd.res.tile3.nc .........OK - Moving RESTART/fv_srf_wnd.res.tile4.nc .........OK - Moving RESTART/fv_srf_wnd.res.tile5.nc .........OK - Moving RESTART/fv_srf_wnd.res.tile6.nc .........OK - Moving RESTART/fv_tracer.res.tile1.nc .........OK - Moving RESTART/fv_tracer.res.tile2.nc .........OK - Moving RESTART/fv_tracer.res.tile3.nc .........OK - Moving RESTART/fv_tracer.res.tile4.nc .........OK - Moving RESTART/fv_tracer.res.tile5.nc .........OK - Moving RESTART/fv_tracer.res.tile6.nc .........OK - Moving RESTART/phy_data.tile1.nc .........OK - Moving RESTART/phy_data.tile2.nc .........OK - Moving RESTART/phy_data.tile3.nc .........OK - Moving RESTART/phy_data.tile4.nc .........OK - Moving RESTART/phy_data.tile5.nc .........OK - Moving RESTART/phy_data.tile6.nc .........OK - Moving RESTART/sfc_data.tile1.nc .........OK - Moving RESTART/sfc_data.tile2.nc .........OK - Moving RESTART/sfc_data.tile3.nc .........OK - Moving RESTART/sfc_data.tile4.nc .........OK - Moving RESTART/sfc_data.tile5.nc .........OK - Moving RESTART/sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 346.143715 - 0: The maximum resident set size (KB) = 1569596 - -Test 004 atmaero_control_p8 PASS +Test 125 atmaero_control_p8_rad PASS REGRESSION TEST WAS SUCCESSFUL -Sat Jul 2 17:58:18 GMT 2022 -Elapsed time: 03h:03m:29s. Have a nice day! +Thu Jul 7 04:30:54 GMT 2022 +Elapsed time: 01h:50m:54s. Have a nice day! diff --git a/tests/RegressionTests_orion.intel.log b/tests/RegressionTests_orion.intel.log index 3e2231dcb2..90daeb695e 100644 --- a/tests/RegressionTests_orion.intel.log +++ b/tests/RegressionTests_orion.intel.log @@ -1,26 +1,26 @@ -Sat Jul 2 10:05:33 CDT 2022 +Wed Jul 6 21:37:18 CDT 2022 Start Regression test -Compile 001 elapsed time 620 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 002 elapsed time 643 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 003 elapsed time 255 seconds. -DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 004 elapsed time 253 seconds. -DAPP=S2SW -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 005 elapsed time 459 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_sfcocn -DCMEPS_AOFLUX=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 006 elapsed time 403 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 007 elapsed time 418 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_RRTMGP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_smoke,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 008 elapsed time 400 seconds. -DAPP=ATM -DCCPP_SUITES=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 009 elapsed time 388 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 010 elapsed time 761 seconds. -DAPP=ATM -DDEBUG=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 011 elapsed time 143 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 012 elapsed time 650 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst,FV3_HAFS_v0_thompson_tedmf_gfdlsf -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 013 elapsed time 571 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 014 elapsed time 203 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 015 elapsed time 114 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 016 elapsed time 562 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 001 elapsed time 685 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 002 elapsed time 635 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 003 elapsed time 270 seconds. -DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 004 elapsed time 195 seconds. -DAPP=S2SW -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 005 elapsed time 1392 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_sfcocn -DCMEPS_AOFLUX=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 006 elapsed time 1327 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 007 elapsed time 410 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_RRTMGP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_smoke,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 008 elapsed time 410 seconds. -DAPP=ATM -DCCPP_SUITES=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 009 elapsed time 369 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 010 elapsed time 1907 seconds. -DAPP=ATM -DDEBUG=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 011 elapsed time 193 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 012 elapsed time 597 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst,FV3_HAFS_v0_thompson_tedmf_gfdlsf -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 013 elapsed time 557 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 014 elapsed time 193 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 015 elapsed time 115 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 016 elapsed time 546 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release Compile 017 elapsed time 382 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_p8 -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/cpld_control_p8 +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/cpld_control_p8 +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/cpld_control_p8 Checking test 001 cpld_control_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -85,14 +85,14 @@ Checking test 001 cpld_control_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 394.963041 - 0: The maximum resident set size (KB) = 4974300 + 0: The total amount of wall time = 392.822038 + 0: The maximum resident set size (KB) = 4975796 Test 001 cpld_control_p8 PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_p8 -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/cpld_restart_p8 +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/cpld_control_p8 +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/cpld_restart_p8 Checking test 002 cpld_restart_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -145,14 +145,14 @@ Checking test 002 cpld_restart_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 243.707021 - 0: The maximum resident set size (KB) = 4941072 + 0: The total amount of wall time = 248.674102 + 0: The maximum resident set size (KB) = 4929084 Test 002 cpld_restart_p8 PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_p8 -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/cpld_2threads_p8 +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/cpld_control_p8 +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/cpld_2threads_p8 Checking test 003 cpld_2threads_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -205,14 +205,14 @@ Checking test 003 cpld_2threads_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 478.908443 - 0: The maximum resident set size (KB) = 5489676 + 0: The total amount of wall time = 480.916809 + 0: The maximum resident set size (KB) = 5492476 Test 003 cpld_2threads_p8 PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_p8 -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/cpld_decomp_p8 +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/cpld_control_p8 +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/cpld_decomp_p8 Checking test 004 cpld_decomp_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -265,14 +265,14 @@ Checking test 004 cpld_decomp_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 395.190119 - 0: The maximum resident set size (KB) = 4946592 + 0: The total amount of wall time = 398.458718 + 0: The maximum resident set size (KB) = 4956244 Test 004 cpld_decomp_p8 PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_p8 -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/cpld_mpi_p8 +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/cpld_control_p8 +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/cpld_mpi_p8 Checking test 005 cpld_mpi_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -325,14 +325,14 @@ Checking test 005 cpld_mpi_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 322.008223 - 0: The maximum resident set size (KB) = 4728328 + 0: The total amount of wall time = 326.475383 + 0: The maximum resident set size (KB) = 4723404 Test 005 cpld_mpi_p8 PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_c192_p8 -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/cpld_control_c192_p8 +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/cpld_control_c192_p8 +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/cpld_control_c192_p8 Checking test 006 cpld_control_c192_p8 results .... Comparing sfcf030.tile1.nc .........OK Comparing sfcf030.tile2.nc .........OK @@ -385,14 +385,14 @@ Checking test 006 cpld_control_c192_p8 results .... Comparing 20210323.120000.out_grd.ww3 .........OK Comparing 20210323.120000.out_pnt.ww3 .........OK - 0: The total amount of wall time = 754.004261 - 0: The maximum resident set size (KB) = 4886060 + 0: The total amount of wall time = 776.705178 + 0: The maximum resident set size (KB) = 4886600 Test 006 cpld_control_c192_p8 PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_c192_p8 -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/cpld_restart_c192_p8 +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/cpld_control_c192_p8 +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/cpld_restart_c192_p8 Checking test 007 cpld_restart_c192_p8 results .... Comparing sfcf030.tile1.nc .........OK Comparing sfcf030.tile2.nc .........OK @@ -445,14 +445,14 @@ Checking test 007 cpld_restart_c192_p8 results .... Comparing 20210323.120000.out_grd.ww3 .........OK Comparing 20210323.120000.out_pnt.ww3 .........OK - 0: The total amount of wall time = 440.567050 - 0: The maximum resident set size (KB) = 4842692 + 0: The total amount of wall time = 443.545459 + 0: The maximum resident set size (KB) = 4840128 Test 007 cpld_restart_c192_p8 PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/cpld_bmark_p8 -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/cpld_bmark_p8 +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/cpld_bmark_p8 +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/cpld_bmark_p8 Checking test 008 cpld_bmark_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -498,14 +498,14 @@ Checking test 008 cpld_bmark_p8 results .... Comparing 20130401.060000.out_pnt.ww3 .........OK Comparing 20130401.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 1274.408818 - 0: The maximum resident set size (KB) = 5682384 + 0: The total amount of wall time = 1238.616809 + 0: The maximum resident set size (KB) = 5553632 Test 008 cpld_bmark_p8 PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/cpld_bmark_p8 -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/cpld_restart_bmark_p8 +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/cpld_bmark_p8 +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/cpld_restart_bmark_p8 Checking test 009 cpld_restart_bmark_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -551,14 +551,14 @@ Checking test 009 cpld_restart_bmark_p8 results .... Comparing 20130401.060000.out_pnt.ww3 .........OK Comparing 20130401.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 1233.550384 - 0: The maximum resident set size (KB) = 5655132 + 0: The total amount of wall time = 705.853224 + 0: The maximum resident set size (KB) = 5598600 -Test 009 cpld_restart_bmark_p8 PASS Tries: 2 +Test 009 cpld_restart_bmark_p8 PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_noaero_p8 -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/cpld_control_noaero_p8 +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/cpld_control_noaero_p8 +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/cpld_control_noaero_p8 Checking test 010 cpld_control_noaero_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -622,14 +622,14 @@ Checking test 010 cpld_control_noaero_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 250.955030 - 0: The maximum resident set size (KB) = 1191740 + 0: The total amount of wall time = 253.372563 + 0: The maximum resident set size (KB) = 1190100 Test 010 cpld_control_noaero_p8 PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_c96_noaero_p8 -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/cpld_control_nowave_noaero_p8 +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/cpld_control_c96_noaero_p8 +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/cpld_control_nowave_noaero_p8 Checking test 011 cpld_control_nowave_noaero_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -691,14 +691,14 @@ Checking test 011 cpld_control_nowave_noaero_p8 results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 272.915793 - 0: The maximum resident set size (KB) = 1192832 + 0: The total amount of wall time = 272.872336 + 0: The maximum resident set size (KB) = 1189584 Test 011 cpld_control_nowave_noaero_p8 PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/cpld_debug_p8 -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/cpld_debug_p8 +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/cpld_debug_p8 +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/cpld_debug_p8 Checking test 012 cpld_debug_p8 results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK @@ -751,14 +751,14 @@ Checking test 012 cpld_debug_p8 results .... Comparing 20210322.090000.out_pnt.ww3 .........OK Comparing 20210322.090000.out_grd.ww3 .........OK - 0: The total amount of wall time = 799.162930 - 0: The maximum resident set size (KB) = 5041344 + 0: The total amount of wall time = 830.614054 + 0: The maximum resident set size (KB) = 5046376 Test 012 cpld_debug_p8 PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/cpld_debug_noaero_p8 -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/cpld_debug_noaero_p8 +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/cpld_debug_noaero_p8 +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/cpld_debug_noaero_p8 Checking test 013 cpld_debug_noaero_p8 results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK @@ -810,14 +810,14 @@ Checking test 013 cpld_debug_noaero_p8 results .... Comparing 20210322.090000.out_pnt.ww3 .........OK Comparing 20210322.090000.out_grd.ww3 .........OK - 0: The total amount of wall time = 413.985694 - 0: The maximum resident set size (KB) = 1316604 + 0: The total amount of wall time = 432.552715 + 0: The maximum resident set size (KB) = 1322340 Test 013 cpld_debug_noaero_p8 PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_noaero_p8_agrid -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/cpld_control_noaero_p8_agrid +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/cpld_control_noaero_p8_agrid +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/cpld_control_noaero_p8_agrid Checking test 014 cpld_control_noaero_p8_agrid results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -879,14 +879,14 @@ Checking test 014 cpld_control_noaero_p8_agrid results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 285.828554 - 0: The maximum resident set size (KB) = 1201132 + 0: The total amount of wall time = 288.252548 + 0: The maximum resident set size (KB) = 1199904 Test 014 cpld_control_noaero_p8_agrid PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/control -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/control +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/control +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/control Checking test 015 control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -933,14 +933,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 = 126.353472 - 0: The maximum resident set size (KB) = 627344 + 0: The total amount of wall time = 126.732291 + 0: The maximum resident set size (KB) = 625628 Test 015 control PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/control -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/control_decomp +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/control +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/control_decomp Checking test 016 control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -983,14 +983,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 = 133.639170 - 0: The maximum resident set size (KB) = 619272 + 0: The total amount of wall time = 133.931353 + 0: The maximum resident set size (KB) = 613868 Test 016 control_decomp PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/control -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/control_2dwrtdecomp +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/control +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/control_2dwrtdecomp Checking test 017 control_2dwrtdecomp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1001,14 +1001,14 @@ Checking test 017 control_2dwrtdecomp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 125.776169 - 0: The maximum resident set size (KB) = 625528 + 0: The total amount of wall time = 127.567353 + 0: The maximum resident set size (KB) = 629096 Test 017 control_2dwrtdecomp PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/control -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/control_2threads +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/control +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/control_2threads Checking test 018 control_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1051,14 +1051,14 @@ Checking test 018 control_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 151.576201 - 0: The maximum resident set size (KB) = 671812 + 0: The total amount of wall time = 151.013907 + 0: The maximum resident set size (KB) = 665484 Test 018 control_2threads PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/control -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/control_restart +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/control +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/control_restart Checking test 019 control_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1097,14 +1097,14 @@ Checking test 019 control_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 158.590813 - 0: The maximum resident set size (KB) = 463748 + 0: The total amount of wall time = 67.091795 + 0: The maximum resident set size (KB) = 455808 Test 019 control_restart PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/control -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/control_fhzero +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/control +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/control_fhzero Checking test 020 control_fhzero results .... Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf021.nc ............ALT CHECK......OK @@ -1147,14 +1147,14 @@ Checking test 020 control_fhzero results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 121.003396 - 0: The maximum resident set size (KB) = 627524 + 0: The total amount of wall time = 119.268188 + 0: The maximum resident set size (KB) = 629348 Test 020 control_fhzero PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/control_CubedSphereGrid -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/control_CubedSphereGrid +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/control_CubedSphereGrid +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/control_CubedSphereGrid Checking test 021 control_CubedSphereGrid results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -1181,28 +1181,28 @@ Checking test 021 control_CubedSphereGrid results .... Comparing atmf024.tile5.nc .........OK Comparing atmf024.tile6.nc .........OK - 0: The total amount of wall time = 122.879858 - 0: The maximum resident set size (KB) = 625332 + 0: The total amount of wall time = 126.029375 + 0: The maximum resident set size (KB) = 627268 Test 021 control_CubedSphereGrid PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/control_CubedSphereGrid_parallel -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/control_CubedSphereGrid_parallel +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/control_CubedSphereGrid_parallel +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/control_CubedSphereGrid_parallel Checking test 022 control_CubedSphereGrid_parallel results .... - Comparing sfcf000.nc .........OK + Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK Comparing atmf024.nc .........OK - 0: The total amount of wall time = 120.426655 - 0: The maximum resident set size (KB) = 625484 + 0: The total amount of wall time = 123.681160 + 0: The maximum resident set size (KB) = 629560 Test 022 control_CubedSphereGrid_parallel PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/control_latlon -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/control_latlon +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/control_latlon +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/control_latlon Checking test 023 control_latlon results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1213,14 +1213,14 @@ Checking test 023 control_latlon results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 125.125142 - 0: The maximum resident set size (KB) = 624272 + 0: The total amount of wall time = 128.184189 + 0: The maximum resident set size (KB) = 609056 Test 023 control_latlon PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/control_wrtGauss_netcdf_parallel -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/control_wrtGauss_netcdf_parallel +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/control_wrtGauss_netcdf_parallel +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/control_wrtGauss_netcdf_parallel Checking test 024 control_wrtGauss_netcdf_parallel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1231,14 +1231,14 @@ Checking test 024 control_wrtGauss_netcdf_parallel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 127.143100 - 0: The maximum resident set size (KB) = 625608 + 0: The total amount of wall time = 130.786100 + 0: The maximum resident set size (KB) = 628184 Test 024 control_wrtGauss_netcdf_parallel PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/control_c48 -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/control_c48 +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/control_c48 +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/control_c48 Checking test 025 control_c48 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1277,14 +1277,14 @@ Checking test 025 control_c48 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0: The total amount of wall time = 331.883150 -0: The maximum resident set size (KB) = 808384 +0: The total amount of wall time = 334.299353 +0: The maximum resident set size (KB) = 817376 Test 025 control_c48 PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/control_c192 -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/control_c192 +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/control_c192 +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/control_c192 Checking test 026 control_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1295,14 +1295,14 @@ Checking test 026 control_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 485.814304 - 0: The maximum resident set size (KB) = 749596 + 0: The total amount of wall time = 489.809540 + 0: The maximum resident set size (KB) = 750704 Test 026 control_c192 PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/control_c384 -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/control_c384 +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/control_c384 +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/control_c384 Checking test 027 control_c384 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1313,14 +1313,14 @@ Checking test 027 control_c384 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 635.784363 - 0: The maximum resident set size (KB) = 1087052 + 0: The total amount of wall time = 637.429332 + 0: The maximum resident set size (KB) = 1085896 Test 027 control_c384 PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/control_c384gdas -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/control_c384gdas +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/control_c384gdas +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/control_c384gdas Checking test 028 control_c384gdas results .... Comparing sfcf000.nc .........OK Comparing sfcf006.nc .........OK @@ -1363,14 +1363,14 @@ Checking test 028 control_c384gdas results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 539.245216 - 0: The maximum resident set size (KB) = 1243768 + 0: The total amount of wall time = 541.857923 + 0: The maximum resident set size (KB) = 1216908 Test 028 control_c384gdas PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/control_c384_progsigma -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/control_c384_progsigma +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/control_c384_progsigma +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/control_c384_progsigma Checking test 029 control_c384_progsigma results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1381,14 +1381,14 @@ Checking test 029 control_c384_progsigma results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 706.417967 - 0: The maximum resident set size (KB) = 1085132 + 0: The total amount of wall time = 645.826563 + 0: The maximum resident set size (KB) = 1060636 Test 029 control_c384_progsigma PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/control_stochy -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/control_stochy +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/control_stochy +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/control_stochy Checking test 030 control_stochy results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1399,28 +1399,28 @@ Checking test 030 control_stochy results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 81.054250 - 0: The maximum resident set size (KB) = 630792 + 0: The total amount of wall time = 81.343209 + 0: The maximum resident set size (KB) = 624108 Test 030 control_stochy PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/control_stochy -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/control_stochy_restart +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/control_stochy +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/control_stochy_restart Checking test 031 control_stochy_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 45.263422 - 0: The maximum resident set size (KB) = 469968 + 0: The total amount of wall time = 44.930946 + 0: The maximum resident set size (KB) = 472948 Test 031 control_stochy_restart PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/control_lndp -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/control_lndp +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/control_lndp +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/control_lndp Checking test 032 control_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1431,14 +1431,14 @@ Checking test 032 control_lndp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 75.305285 - 0: The maximum resident set size (KB) = 627716 + 0: The total amount of wall time = 75.379750 + 0: The maximum resident set size (KB) = 626792 Test 032 control_lndp PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/control_iovr4 -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/control_iovr4 +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/control_iovr4 +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/control_iovr4 Checking test 033 control_iovr4 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1453,14 +1453,14 @@ Checking test 033 control_iovr4 results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 126.631323 - 0: The maximum resident set size (KB) = 628992 + 0: The total amount of wall time = 126.495823 + 0: The maximum resident set size (KB) = 628396 Test 033 control_iovr4 PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/control_iovr5 -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/control_iovr5 +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/control_iovr5 +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/control_iovr5 Checking test 034 control_iovr5 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1475,14 +1475,14 @@ Checking test 034 control_iovr5 results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 126.629394 - 0: The maximum resident set size (KB) = 628412 + 0: The total amount of wall time = 126.460689 + 0: The maximum resident set size (KB) = 626884 Test 034 control_iovr5 PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/control_p8 -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/control_p8 +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/control_p8 +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/control_p8 Checking test 035 control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1529,14 +1529,14 @@ Checking test 035 control_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 167.884739 - 0: The maximum resident set size (KB) = 1020840 + 0: The total amount of wall time = 168.429227 + 0: The maximum resident set size (KB) = 1015728 Test 035 control_p8 PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/control_p8_lndp -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/control_p8_lndp +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/control_p8_lndp +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/control_p8_lndp Checking test 036 control_p8_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1555,14 +1555,14 @@ Checking test 036 control_p8_lndp results .... Comparing GFSPRS.GrbF24 .........OK Comparing GFSPRS.GrbF48 .........OK - 0: The total amount of wall time = 319.841659 - 0: The maximum resident set size (KB) = 1021140 + 0: The total amount of wall time = 320.343870 + 0: The maximum resident set size (KB) = 1016528 Test 036 control_p8_lndp PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/control_p8 -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/control_restart_p8 +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/control_p8 +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/control_restart_p8 Checking test 037 control_restart_p8 results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1601,14 +1601,14 @@ Checking test 037 control_restart_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 89.239408 - 0: The maximum resident set size (KB) = 855732 + 0: The total amount of wall time = 90.232609 + 0: The maximum resident set size (KB) = 855624 Test 037 control_restart_p8 PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/control_p8 -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/control_decomp_p8 +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/control_p8 +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/control_decomp_p8 Checking test 038 control_decomp_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1651,14 +1651,14 @@ Checking test 038 control_decomp_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 175.671645 - 0: The maximum resident set size (KB) = 1003588 + 0: The total amount of wall time = 175.127891 + 0: The maximum resident set size (KB) = 1006560 Test 038 control_decomp_p8 PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/control_p8 -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/control_2threads_p8 +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/control_p8 +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/control_2threads_p8 Checking test 039 control_2threads_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1701,14 +1701,14 @@ Checking test 039 control_2threads_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 197.552936 - 0: The maximum resident set size (KB) = 1083668 + 0: The total amount of wall time = 574.217885 + 0: The maximum resident set size (KB) = 1078516 Test 039 control_2threads_p8 PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/control_p8_rrtmgp -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/control_p8_rrtmgp +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/control_p8_rrtmgp +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/control_p8_rrtmgp Checking test 040 control_p8_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1755,14 +1755,14 @@ Checking test 040 control_p8_rrtmgp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 196.964108 - 0: The maximum resident set size (KB) = 1143840 + 0: The total amount of wall time = 198.282144 + 0: The maximum resident set size (KB) = 1140844 Test 040 control_p8_rrtmgp PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/fv3_regional_control -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/regional_control +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/fv3_regional_control +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/regional_control Checking test 041 regional_control results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1773,28 +1773,28 @@ Checking test 041 regional_control results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK - 0: The total amount of wall time = 332.381803 - 0: The maximum resident set size (KB) = 817872 + 0: The total amount of wall time = 334.955941 + 0: The maximum resident set size (KB) = 812720 Test 041 regional_control PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/fv3_regional_control -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/regional_restart +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/fv3_regional_control +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/regional_restart Checking test 042 regional_restart results .... Comparing dynf024.nc .........OK Comparing phyf024.nc .........OK Comparing PRSLEV.GrbF24 .........OK Comparing NATLEV.GrbF24 .........OK - 0: The total amount of wall time = 183.506317 - 0: The maximum resident set size (KB) = 815068 + 0: The total amount of wall time = 191.548738 + 0: The maximum resident set size (KB) = 811620 Test 042 regional_restart PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/fv3_regional_control -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/regional_control_2dwrtdecomp +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/fv3_regional_control +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/regional_control_2dwrtdecomp Checking test 043 regional_control_2dwrtdecomp results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1805,14 +1805,14 @@ Checking test 043 regional_control_2dwrtdecomp results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK - 0: The total amount of wall time = 332.352776 - 0: The maximum resident set size (KB) = 815140 + 0: The total amount of wall time = 332.971356 + 0: The maximum resident set size (KB) = 816524 Test 043 regional_control_2dwrtdecomp PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/fv3_regional_noquilt -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/regional_noquilt +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/fv3_regional_noquilt +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/regional_noquilt Checking test 044 regional_noquilt results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK @@ -1820,14 +1820,14 @@ Checking test 044 regional_noquilt results .... Comparing RESTART/fv_core.res.tile1_new.nc .........OK Comparing RESTART/fv_tracer.res.tile1_new.nc .........OK - 0: The total amount of wall time = 329.483159 - 0: The maximum resident set size (KB) = 790776 + 0: The total amount of wall time = 337.367255 + 0: The maximum resident set size (KB) = 790608 Test 044 regional_noquilt PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/fv3_regional_control -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/regional_2threads +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/fv3_regional_control +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/regional_2threads Checking test 045 regional_2threads results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1838,28 +1838,28 @@ Checking test 045 regional_2threads results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK - 0: The total amount of wall time = 228.197158 - 0: The maximum resident set size (KB) = 752388 + 0: The total amount of wall time = 230.728344 + 0: The maximum resident set size (KB) = 753468 Test 045 regional_2threads PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/fv3_regional_netcdf_parallel -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/regional_netcdf_parallel +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/fv3_regional_netcdf_parallel +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/regional_netcdf_parallel Checking test 046 regional_netcdf_parallel results .... Comparing dynf000.nc ............ALT CHECK......OK Comparing dynf024.nc .........OK Comparing phyf000.nc .........OK Comparing phyf024.nc .........OK - 0: The total amount of wall time = 329.877618 - 0: The maximum resident set size (KB) = 805464 + 0: The total amount of wall time = 329.849158 + 0: The maximum resident set size (KB) = 811992 Test 046 regional_netcdf_parallel PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/fv3_regional_3km -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/regional_3km +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/fv3_regional_3km +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/regional_3km Checking test 047 regional_3km results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -1870,14 +1870,14 @@ Checking test 047 regional_3km results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 261.747546 - 0: The maximum resident set size (KB) = 859468 + 0: The total amount of wall time = 254.052655 + 0: The maximum resident set size (KB) = 861068 Test 047 regional_3km PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/fv3_regional_3km -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/regional_3km_decomp +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/fv3_regional_3km +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/regional_3km_decomp Checking test 048 regional_3km_decomp results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -1888,14 +1888,14 @@ Checking test 048 regional_3km_decomp results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 270.614632 - 0: The maximum resident set size (KB) = 864464 + 0: The total amount of wall time = 270.841904 + 0: The maximum resident set size (KB) = 861776 Test 048 regional_3km_decomp PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/rap_control -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/rap_control +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/rap_control +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/rap_control Checking test 049 rap_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1942,14 +1942,14 @@ Checking test 049 rap_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 438.597373 - 0: The maximum resident set size (KB) = 1041392 + 0: The total amount of wall time = 457.599311 + 0: The maximum resident set size (KB) = 1039052 Test 049 rap_control PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/rap_rrtmgp -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/rap_rrtmgp +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/rap_rrtmgp +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/rap_rrtmgp Checking test 050 rap_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -1996,14 +1996,14 @@ Checking test 050 rap_rrtmgp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 468.114140 - 0: The maximum resident set size (KB) = 1137056 + 0: The total amount of wall time = 464.149958 + 0: The maximum resident set size (KB) = 1200084 Test 050 rap_rrtmgp PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/regional_spp_sppt_shum_skeb -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/regional_spp_sppt_shum_skeb +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/regional_spp_sppt_shum_skeb +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/regional_spp_sppt_shum_skeb Checking test 051 regional_spp_sppt_shum_skeb results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK @@ -2014,14 +2014,14 @@ Checking test 051 regional_spp_sppt_shum_skeb results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF01 .........OK - 0: The total amount of wall time = 278.951743 - 0: The maximum resident set size (KB) = 1175352 + 0: The total amount of wall time = 286.179535 + 0: The maximum resident set size (KB) = 1179860 Test 051 regional_spp_sppt_shum_skeb PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/rap_control -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/rap_decomp +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/rap_control +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/rap_decomp Checking test 052 rap_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2068,14 +2068,14 @@ Checking test 052 rap_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 460.561481 - 0: The maximum resident set size (KB) = 995872 + 0: The total amount of wall time = 461.074971 + 0: The maximum resident set size (KB) = 1000908 Test 052 rap_decomp PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/rap_control -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/rap_2threads +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/rap_control +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/rap_2threads Checking test 053 rap_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2122,14 +2122,14 @@ Checking test 053 rap_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 502.266855 - 0: The maximum resident set size (KB) = 1066580 + 0: The total amount of wall time = 506.601659 + 0: The maximum resident set size (KB) = 1066672 Test 053 rap_2threads PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/rap_control -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/rap_restart +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/rap_control +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/rap_restart Checking test 054 rap_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -2168,14 +2168,14 @@ Checking test 054 rap_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 223.148862 - 0: The maximum resident set size (KB) = 944220 + 0: The total amount of wall time = 223.396105 + 0: The maximum resident set size (KB) = 948012 Test 054 rap_restart PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/rap_sfcdiff -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/rap_sfcdiff +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/rap_sfcdiff +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/rap_sfcdiff Checking test 055 rap_sfcdiff results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2222,14 +2222,14 @@ Checking test 055 rap_sfcdiff results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 432.991215 - 0: The maximum resident set size (KB) = 1040592 + 0: The total amount of wall time = 433.081140 + 0: The maximum resident set size (KB) = 1039656 Test 055 rap_sfcdiff PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/rap_sfcdiff -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/rap_sfcdiff_decomp +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/rap_sfcdiff +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/rap_sfcdiff_decomp Checking test 056 rap_sfcdiff_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2276,14 +2276,14 @@ Checking test 056 rap_sfcdiff_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1163.708303 - 0: The maximum resident set size (KB) = 1005088 + 0: The total amount of wall time = 459.009281 + 0: The maximum resident set size (KB) = 1000504 Test 056 rap_sfcdiff_decomp PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/rap_sfcdiff -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/rap_sfcdiff_restart +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/rap_sfcdiff +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/rap_sfcdiff_restart Checking test 057 rap_sfcdiff_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -2322,14 +2322,14 @@ Checking test 057 rap_sfcdiff_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 326.699213 - 0: The maximum resident set size (KB) = 967616 + 0: The total amount of wall time = 329.608688 + 0: The maximum resident set size (KB) = 970628 Test 057 rap_sfcdiff_restart PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/hrrr_control -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/hrrr_control +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/hrrr_control +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/hrrr_control Checking test 058 hrrr_control results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2376,14 +2376,14 @@ Checking test 058 hrrr_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 416.140865 - 0: The maximum resident set size (KB) = 1036072 + 0: The total amount of wall time = 436.447582 + 0: The maximum resident set size (KB) = 1038748 Test 058 hrrr_control PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/hrrr_control -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/hrrr_control_decomp +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/hrrr_control +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/hrrr_control_decomp Checking test 059 hrrr_control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2430,14 +2430,14 @@ Checking test 059 hrrr_control_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 439.910897 - 0: The maximum resident set size (KB) = 999068 + 0: The total amount of wall time = 453.390211 + 0: The maximum resident set size (KB) = 989144 Test 059 hrrr_control_decomp PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/hrrr_control -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/hrrr_control_2threads +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/hrrr_control +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/hrrr_control_2threads Checking test 060 hrrr_control_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2484,14 +2484,14 @@ Checking test 060 hrrr_control_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 475.483026 - 0: The maximum resident set size (KB) = 1069096 + 0: The total amount of wall time = 480.035433 + 0: The maximum resident set size (KB) = 1056112 Test 060 hrrr_control_2threads PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/hrrr_control -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/hrrr_control_restart +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/hrrr_control +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/hrrr_control_restart Checking test 061 hrrr_control_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -2530,14 +2530,14 @@ Checking test 061 hrrr_control_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 315.642360 - 0: The maximum resident set size (KB) = 958004 + 0: The total amount of wall time = 316.367599 + 0: The maximum resident set size (KB) = 961532 Test 061 hrrr_control_restart PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/rrfs_v1beta -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/rrfs_v1beta +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/rrfs_v1beta +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/rrfs_v1beta Checking test 062 rrfs_v1beta results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2584,14 +2584,14 @@ Checking test 062 rrfs_v1beta results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 421.358801 - 0: The maximum resident set size (KB) = 1031644 + 0: The total amount of wall time = 434.198158 + 0: The maximum resident set size (KB) = 993368 Test 062 rrfs_v1beta PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/rrfs_v1nssl -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/rrfs_v1nssl +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/rrfs_v1nssl +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/rrfs_v1nssl Checking test 063 rrfs_v1nssl results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2606,14 +2606,14 @@ Checking test 063 rrfs_v1nssl results .... Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 497.909486 - 0: The maximum resident set size (KB) = 691316 + 0: The total amount of wall time = 511.744970 + 0: The maximum resident set size (KB) = 684588 Test 063 rrfs_v1nssl PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/rrfs_v1nssl_nohailnoccn -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/rrfs_v1nssl_nohailnoccn +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/rrfs_v1nssl_nohailnoccn +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/rrfs_v1nssl_nohailnoccn Checking test 064 rrfs_v1nssl_nohailnoccn results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2628,14 +2628,14 @@ Checking test 064 rrfs_v1nssl_nohailnoccn results .... Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 487.361345 - 0: The maximum resident set size (KB) = 727564 + 0: The total amount of wall time = 501.906789 + 0: The maximum resident set size (KB) = 738056 Test 064 rrfs_v1nssl_nohailnoccn PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/rrfs_conus13km_hrrr_warm -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/rrfs_conus13km_hrrr_warm +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/rrfs_conus13km_hrrr_warm +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/rrfs_conus13km_hrrr_warm Checking test 065 rrfs_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -2644,14 +2644,14 @@ Checking test 065 rrfs_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 171.129195 - 0: The maximum resident set size (KB) = 919728 + 0: The total amount of wall time = 172.486086 + 0: The maximum resident set size (KB) = 922624 Test 065 rrfs_conus13km_hrrr_warm PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/rrfs_conus13km_radar_tten_warm -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/rrfs_conus13km_radar_tten_warm +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/rrfs_conus13km_radar_tten_warm +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/rrfs_conus13km_radar_tten_warm Checking test 066 rrfs_conus13km_radar_tten_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -2660,14 +2660,14 @@ Checking test 066 rrfs_conus13km_radar_tten_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 171.492333 - 0: The maximum resident set size (KB) = 927432 + 0: The total amount of wall time = 172.845988 + 0: The maximum resident set size (KB) = 927624 Test 066 rrfs_conus13km_radar_tten_warm PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/rrfs_smoke_conus13km_hrrr_warm -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/rrfs_smoke_conus13km_hrrr_warm +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/rrfs_smoke_conus13km_hrrr_warm +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/rrfs_smoke_conus13km_hrrr_warm Checking test 067 rrfs_smoke_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -2676,14 +2676,14 @@ Checking test 067 rrfs_smoke_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 191.227467 - 0: The maximum resident set size (KB) = 953804 + 0: The total amount of wall time = 192.304207 + 0: The maximum resident set size (KB) = 954184 Test 067 rrfs_smoke_conus13km_hrrr_warm PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/control_csawmg -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/control_csawmg +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/control_csawmg +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/control_csawmg Checking test 068 control_csawmg results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2694,14 +2694,14 @@ Checking test 068 control_csawmg results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 326.600741 - 0: The maximum resident set size (KB) = 727584 + 0: The total amount of wall time = 329.637956 + 0: The maximum resident set size (KB) = 732380 Test 068 control_csawmg PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/control_csawmgt -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/control_csawmgt +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/control_csawmgt +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/control_csawmgt Checking test 069 control_csawmgt results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2712,14 +2712,14 @@ Checking test 069 control_csawmgt results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 323.436075 - 0: The maximum resident set size (KB) = 732708 + 0: The total amount of wall time = 324.595594 + 0: The maximum resident set size (KB) = 729400 Test 069 control_csawmgt PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/control_flake -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/control_flake +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/control_flake +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/control_flake Checking test 070 control_flake results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2730,14 +2730,14 @@ Checking test 070 control_flake results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 211.459497 - 0: The maximum resident set size (KB) = 761916 + 0: The total amount of wall time = 217.877087 + 0: The maximum resident set size (KB) = 753516 Test 070 control_flake PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/control_ras -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/control_ras +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/control_ras +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/control_ras Checking test 071 control_ras results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2748,14 +2748,14 @@ Checking test 071 control_ras results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 169.208425 - 0: The maximum resident set size (KB) = 694200 + 0: The total amount of wall time = 191.537455 + 0: The maximum resident set size (KB) = 697976 Test 071 control_ras PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/control_thompson -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/control_thompson +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/control_thompson +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/control_thompson Checking test 072 control_thompson results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2766,14 +2766,14 @@ Checking test 072 control_thompson results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 233.385276 - 0: The maximum resident set size (KB) = 1046772 + 0: The total amount of wall time = 249.168906 + 0: The maximum resident set size (KB) = 1052848 Test 072 control_thompson PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/control_thompson_no_aero -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/control_thompson_no_aero +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/control_thompson_no_aero +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/control_thompson_no_aero Checking test 073 control_thompson_no_aero results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2784,54 +2784,54 @@ Checking test 073 control_thompson_no_aero results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 219.760849 - 0: The maximum resident set size (KB) = 1035472 + 0: The total amount of wall time = 234.981200 + 0: The maximum resident set size (KB) = 1030900 Test 073 control_thompson_no_aero PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/control_wam -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/control_wam +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/control_wam +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/control_wam Checking test 074 control_wam results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK - 0: The total amount of wall time = 100.964352 - 0: The maximum resident set size (KB) = 627084 + 0: The total amount of wall time = 101.440977 + 0: The maximum resident set size (KB) = 622268 Test 074 control_wam PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/control_debug -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/control_debug +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/control_debug +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/control_debug Checking test 075 control_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 151.536116 - 0: The maximum resident set size (KB) = 793700 + 0: The total amount of wall time = 154.150342 + 0: The maximum resident set size (KB) = 789196 Test 075 control_debug PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/control_debug -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/control_2threads_debug +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/control_debug +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/control_2threads_debug Checking test 076 control_2threads_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 228.507802 - 0: The maximum resident set size (KB) = 829896 + 0: The total amount of wall time = 231.042290 + 0: The maximum resident set size (KB) = 832312 Test 076 control_2threads_debug PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/control_CubedSphereGrid_debug -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/control_CubedSphereGrid_debug +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/control_CubedSphereGrid_debug +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/control_CubedSphereGrid_debug Checking test 077 control_CubedSphereGrid_debug results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -2858,429 +2858,429 @@ Checking test 077 control_CubedSphereGrid_debug results .... Comparing atmf001.tile5.nc .........OK Comparing atmf001.tile6.nc .........OK - 0: The total amount of wall time = 166.068473 - 0: The maximum resident set size (KB) = 795140 + 0: The total amount of wall time = 167.963938 + 0: The maximum resident set size (KB) = 787372 Test 077 control_CubedSphereGrid_debug PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/control_wrtGauss_netcdf_parallel_debug -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/control_wrtGauss_netcdf_parallel_debug +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/control_wrtGauss_netcdf_parallel_debug +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/control_wrtGauss_netcdf_parallel_debug Checking test 078 control_wrtGauss_netcdf_parallel_debug results .... - Comparing sfcf000.nc ............ALT CHECK......OK + Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK - Comparing atmf001.nc ............ALT CHECK......OK + Comparing atmf001.nc .........OK - 0: The total amount of wall time = 159.003284 - 0: The maximum resident set size (KB) = 789812 + 0: The total amount of wall time = 190.281465 + 0: The maximum resident set size (KB) = 786636 Test 078 control_wrtGauss_netcdf_parallel_debug PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/control_stochy_debug -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/control_stochy_debug +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/control_stochy_debug +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/control_stochy_debug Checking test 079 control_stochy_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 175.901217 - 0: The maximum resident set size (KB) = 797820 + 0: The total amount of wall time = 177.842430 + 0: The maximum resident set size (KB) = 800164 Test 079 control_stochy_debug PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/control_lndp_debug -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/control_lndp_debug +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/control_lndp_debug +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/control_lndp_debug Checking test 080 control_lndp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 160.199132 - 0: The maximum resident set size (KB) = 798480 + 0: The total amount of wall time = 159.933379 + 0: The maximum resident set size (KB) = 790796 Test 080 control_lndp_debug PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/control_csawmg_debug -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/control_csawmg_debug +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/control_csawmg_debug +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/control_csawmg_debug Checking test 081 control_csawmg_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 236.155237 - 0: The maximum resident set size (KB) = 844752 + 0: The total amount of wall time = 234.851863 + 0: The maximum resident set size (KB) = 843416 Test 081 control_csawmg_debug PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/control_csawmgt_debug -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/control_csawmgt_debug +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/control_csawmgt_debug +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/control_csawmgt_debug Checking test 082 control_csawmgt_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 232.092346 - 0: The maximum resident set size (KB) = 841080 + 0: The total amount of wall time = 236.138398 + 0: The maximum resident set size (KB) = 846036 Test 082 control_csawmgt_debug PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/control_ras_debug -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/control_ras_debug +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/control_ras_debug +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/control_ras_debug Checking test 083 control_ras_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 158.182945 - 0: The maximum resident set size (KB) = 806828 + 0: The total amount of wall time = 155.918251 + 0: The maximum resident set size (KB) = 806088 Test 083 control_ras_debug PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/control_diag_debug -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/control_diag_debug +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/control_diag_debug +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/control_diag_debug Checking test 084 control_diag_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 164.659212 - 0: The maximum resident set size (KB) = 851332 + 0: The total amount of wall time = 162.054007 + 0: The maximum resident set size (KB) = 847888 Test 084 control_diag_debug PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/control_debug_p8 -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/control_debug_p8 +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/control_debug_p8 +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/control_debug_p8 Checking test 085 control_debug_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 171.570864 - 0: The maximum resident set size (KB) = 1184332 + 0: The total amount of wall time = 176.166414 + 0: The maximum resident set size (KB) = 1183252 Test 085 control_debug_p8 PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/control_thompson_debug -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/control_thompson_debug +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/control_thompson_debug +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/control_thompson_debug Checking test 086 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.414613 - 0: The maximum resident set size (KB) = 1159592 + 0: The total amount of wall time = 182.422812 + 0: The maximum resident set size (KB) = 1163112 Test 086 control_thompson_debug PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/control_thompson_no_aero_debug -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/control_thompson_no_aero_debug +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/control_thompson_no_aero_debug +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/control_thompson_no_aero_debug Checking test 087 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.829941 - 0: The maximum resident set size (KB) = 1152424 + 0: The total amount of wall time = 178.504616 + 0: The maximum resident set size (KB) = 1151704 Test 087 control_thompson_no_aero_debug PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/control_thompson_debug_extdiag -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/control_thompson_extdiag_debug +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/control_thompson_debug_extdiag +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/control_thompson_extdiag_debug Checking test 088 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.584617 - 0: The maximum resident set size (KB) = 1189760 + 0: The total amount of wall time = 191.310794 + 0: The maximum resident set size (KB) = 1189088 Test 088 control_thompson_extdiag_debug PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/control_thompson_progcld_thompson_debug -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/control_thompson_progcld_thompson_debug +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/control_thompson_progcld_thompson_debug +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/control_thompson_progcld_thompson_debug Checking test 089 control_thompson_progcld_thompson_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 182.237694 - 0: The maximum resident set size (KB) = 1157900 + 0: The total amount of wall time = 184.089899 + 0: The maximum resident set size (KB) = 1140512 Test 089 control_thompson_progcld_thompson_debug PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/fv3_regional_debug -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/regional_debug +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/fv3_regional_debug +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/regional_debug Checking test 090 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.771036 - 0: The maximum resident set size (KB) = 783872 + 0: The total amount of wall time = 263.839116 + 0: The maximum resident set size (KB) = 837360 Test 090 regional_debug PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/rap_control_debug -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/rap_control_debug +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/rap_control_debug +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/rap_control_debug Checking test 091 rap_control_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 277.047237 - 0: The maximum resident set size (KB) = 1170560 + 0: The total amount of wall time = 286.544051 + 0: The maximum resident set size (KB) = 1170824 Test 091 rap_control_debug PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/hrrr_control_debug -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/hrrr_control_debug +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/hrrr_control_debug +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/hrrr_control_debug Checking test 092 hrrr_control_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 273.275622 - 0: The maximum resident set size (KB) = 1166624 + 0: The total amount of wall time = 276.435656 + 0: The maximum resident set size (KB) = 1161656 Test 092 hrrr_control_debug PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/rap_control_debug -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/rap_unified_drag_suite_debug +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/rap_control_debug +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/rap_unified_drag_suite_debug Checking test 093 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 = 281.419830 - 0: The maximum resident set size (KB) = 1169176 + 0: The total amount of wall time = 278.550449 + 0: The maximum resident set size (KB) = 1169476 Test 093 rap_unified_drag_suite_debug PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/rap_diag_debug -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/rap_diag_debug +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/rap_diag_debug +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/rap_diag_debug Checking test 094 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 = 290.245432 - 0: The maximum resident set size (KB) = 1251600 + 0: The total amount of wall time = 294.778785 + 0: The maximum resident set size (KB) = 1251736 Test 094 rap_diag_debug PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/rap_cires_ugwp_debug -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/rap_cires_ugwp_debug +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/rap_cires_ugwp_debug +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/rap_cires_ugwp_debug Checking test 095 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 = 285.335213 - 0: The maximum resident set size (KB) = 1166528 + 0: The total amount of wall time = 282.329968 + 0: The maximum resident set size (KB) = 1170232 Test 095 rap_cires_ugwp_debug PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/rap_cires_ugwp_debug -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/rap_unified_ugwp_debug +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/rap_cires_ugwp_debug +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/rap_unified_ugwp_debug Checking test 096 rap_unified_ugwp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 281.393245 - 0: The maximum resident set size (KB) = 1169912 + 0: The total amount of wall time = 284.844384 + 0: The maximum resident set size (KB) = 1171736 Test 096 rap_unified_ugwp_debug PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/rap_lndp_debug -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/rap_lndp_debug +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/rap_lndp_debug +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/rap_lndp_debug Checking test 097 rap_lndp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 279.390463 - 0: The maximum resident set size (KB) = 1170328 + 0: The total amount of wall time = 281.793910 + 0: The maximum resident set size (KB) = 1172280 Test 097 rap_lndp_debug PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/rap_flake_debug -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/rap_flake_debug +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/rap_flake_debug +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/rap_flake_debug Checking test 098 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 = 272.962776 - 0: The maximum resident set size (KB) = 1167344 + 0: The total amount of wall time = 328.015788 + 0: The maximum resident set size (KB) = 1170820 Test 098 rap_flake_debug PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/rap_progcld_thompson_debug -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/rap_progcld_thompson_debug +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/rap_progcld_thompson_debug +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/rap_progcld_thompson_debug Checking test 099 rap_progcld_thompson_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 274.338027 - 0: The maximum resident set size (KB) = 1169524 + 0: The total amount of wall time = 324.243827 + 0: The maximum resident set size (KB) = 1170012 Test 099 rap_progcld_thompson_debug PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/rap_noah_debug -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/rap_noah_debug +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/rap_noah_debug +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/rap_noah_debug Checking test 100 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 = 271.191020 - 0: The maximum resident set size (KB) = 1163648 + 0: The total amount of wall time = 317.836594 + 0: The maximum resident set size (KB) = 1169152 Test 100 rap_noah_debug PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/rap_rrtmgp_debug -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/rap_rrtmgp_debug +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/rap_rrtmgp_debug +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/rap_rrtmgp_debug Checking test 101 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 = 465.025931 - 0: The maximum resident set size (KB) = 1296180 + 0: The total amount of wall time = 513.857501 + 0: The maximum resident set size (KB) = 1294520 Test 101 rap_rrtmgp_debug PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/rap_sfcdiff_debug -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/rap_sfcdiff_debug +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/rap_sfcdiff_debug +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/rap_sfcdiff_debug Checking test 102 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.620364 - 0: The maximum resident set size (KB) = 1166324 + 0: The total amount of wall time = 318.739579 + 0: The maximum resident set size (KB) = 1171960 Test 102 rap_sfcdiff_debug PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/rap_noah_sfcdiff_cires_ugwp_debug -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/rap_noah_sfcdiff_cires_ugwp_debug +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/rap_noah_sfcdiff_cires_ugwp_debug +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/rap_noah_sfcdiff_cires_ugwp_debug Checking test 103 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 = 454.644819 - 0: The maximum resident set size (KB) = 1171940 + 0: The total amount of wall time = 488.593392 + 0: The maximum resident set size (KB) = 1131392 Test 103 rap_noah_sfcdiff_cires_ugwp_debug PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/rrfs_v1beta_debug -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/rrfs_v1beta_debug +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/rrfs_v1beta_debug +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/rrfs_v1beta_debug Checking test 104 rrfs_v1beta_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 273.090355 - 0: The maximum resident set size (KB) = 1168328 + 0: The total amount of wall time = 312.368658 + 0: The maximum resident set size (KB) = 1173692 Test 104 rrfs_v1beta_debug PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/control_wam_debug -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/control_wam_debug +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/control_wam_debug +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/control_wam_debug Checking test 105 control_wam_debug results .... Comparing sfcf019.nc .........OK Comparing atmf019.nc .........OK - 0: The total amount of wall time = 284.198618 - 0: The maximum resident set size (KB) = 517688 + 0: The total amount of wall time = 286.249430 + 0: The maximum resident set size (KB) = 524456 Test 105 control_wam_debug PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_atm -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/hafs_regional_atm +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/hafs_regional_atm +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/hafs_regional_atm Checking test 106 hafs_regional_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing HURPRS.GrbF06 .........OK - 0: The total amount of wall time = 305.658638 - 0: The maximum resident set size (KB) = 977324 + 0: The total amount of wall time = 297.095678 + 0: The maximum resident set size (KB) = 981880 Test 106 hafs_regional_atm PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_atm_thompson_gfdlsf -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/hafs_regional_atm_thompson_gfdlsf +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/hafs_regional_atm_thompson_gfdlsf +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/hafs_regional_atm_thompson_gfdlsf Checking test 107 hafs_regional_atm_thompson_gfdlsf results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK - 0: The total amount of wall time = 394.119982 - 0: The maximum resident set size (KB) = 1350456 + 0: The total amount of wall time = 403.341976 + 0: The maximum resident set size (KB) = 1342884 Test 107 hafs_regional_atm_thompson_gfdlsf PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_atm_ocn -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/hafs_regional_atm_ocn +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/hafs_regional_atm_ocn +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/hafs_regional_atm_ocn Checking test 108 hafs_regional_atm_ocn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -3289,14 +3289,14 @@ Checking test 108 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 = 371.951083 - 0: The maximum resident set size (KB) = 1206432 + 0: The total amount of wall time = 372.757465 + 0: The maximum resident set size (KB) = 1199224 Test 108 hafs_regional_atm_ocn PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_atm_wav -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/hafs_regional_atm_wav +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/hafs_regional_atm_wav +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/hafs_regional_atm_wav Checking test 109 hafs_regional_atm_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -3305,14 +3305,14 @@ Checking test 109 hafs_regional_atm_wav results .... Comparing 20190829.060000.restart.ww3 .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 718.898900 - 0: The maximum resident set size (KB) = 1227628 + 0: The total amount of wall time = 716.473211 + 0: The maximum resident set size (KB) = 1230632 Test 109 hafs_regional_atm_wav PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_atm_ocn_wav -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/hafs_regional_atm_ocn_wav +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/hafs_regional_atm_ocn_wav +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/hafs_regional_atm_ocn_wav Checking test 110 hafs_regional_atm_ocn_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -3323,28 +3323,28 @@ Checking test 110 hafs_regional_atm_ocn_wav results .... Comparing 20190829.060000.restart.ww3 .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 816.166340 - 0: The maximum resident set size (KB) = 1226468 + 0: The total amount of wall time = 810.742851 + 0: The maximum resident set size (KB) = 1233288 Test 110 hafs_regional_atm_ocn_wav PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_1nest_atm -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/hafs_regional_1nest_atm +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/hafs_regional_1nest_atm +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/hafs_regional_1nest_atm Checking test 111 hafs_regional_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK Comparing sfc.nest02.f006.nc .........OK - 0: The total amount of wall time = 433.998761 - 0: The maximum resident set size (KB) = 537056 + 0: The total amount of wall time = 440.184620 + 0: The maximum resident set size (KB) = 534980 Test 111 hafs_regional_1nest_atm PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_telescopic_2nests_atm -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/hafs_regional_telescopic_2nests_atm +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/hafs_regional_telescopic_2nests_atm +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/hafs_regional_telescopic_2nests_atm Checking test 112 hafs_regional_telescopic_2nests_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -3353,28 +3353,28 @@ Checking test 112 hafs_regional_telescopic_2nests_atm results .... Comparing atm.nest03.f006.nc .........OK Comparing sfc.nest03.f006.nc .........OK - 0: The total amount of wall time = 681.123763 - 0: The maximum resident set size (KB) = 538268 + 0: The total amount of wall time = 486.983848 + 0: The maximum resident set size (KB) = 538392 Test 112 hafs_regional_telescopic_2nests_atm PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/hafs_global_1nest_atm -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/hafs_global_1nest_atm +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/hafs_global_1nest_atm +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/hafs_global_1nest_atm Checking test 113 hafs_global_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK Comparing sfc.nest02.f006.nc .........OK - 0: The total amount of wall time = 199.044723 - 0: The maximum resident set size (KB) = 378060 + 0: The total amount of wall time = 198.630422 + 0: The maximum resident set size (KB) = 377672 Test 113 hafs_global_1nest_atm PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/hafs_global_multiple_4nests_atm -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/hafs_global_multiple_4nests_atm +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/hafs_global_multiple_4nests_atm +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/hafs_global_multiple_4nests_atm Checking test 114 hafs_global_multiple_4nests_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -3387,42 +3387,42 @@ Checking test 114 hafs_global_multiple_4nests_atm results .... Comparing atm.nest05.f006.nc .........OK Comparing sfc.nest05.f006.nc .........OK - 0: The total amount of wall time = 1469.833409 - 0: The maximum resident set size (KB) = 391616 + 0: The total amount of wall time = 570.893874 + 0: The maximum resident set size (KB) = 392128 Test 114 hafs_global_multiple_4nests_atm PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_specified_moving_1nest_atm -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/hafs_regional_specified_moving_1nest_atm +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/hafs_regional_specified_moving_1nest_atm +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/hafs_regional_specified_moving_1nest_atm Checking test 115 hafs_regional_specified_moving_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK Comparing sfc.nest02.f006.nc .........OK - 0: The total amount of wall time = 260.778304 - 0: The maximum resident set size (KB) = 540744 + 0: The total amount of wall time = 263.426840 + 0: The maximum resident set size (KB) = 534676 Test 115 hafs_regional_specified_moving_1nest_atm PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_storm_following_1nest_atm -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/hafs_regional_storm_following_1nest_atm +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/hafs_regional_storm_following_1nest_atm +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/hafs_regional_storm_following_1nest_atm Checking test 116 hafs_regional_storm_following_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK Comparing sfc.nest02.f006.nc .........OK - 0: The total amount of wall time = 252.357833 - 0: The maximum resident set size (KB) = 538272 + 0: The total amount of wall time = 257.143973 + 0: The maximum resident set size (KB) = 529868 Test 116 hafs_regional_storm_following_1nest_atm PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_storm_following_1nest_atm_ocn -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/hafs_regional_storm_following_1nest_atm_ocn +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/hafs_regional_storm_following_1nest_atm_ocn +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/hafs_regional_storm_following_1nest_atm_ocn Checking test 117 hafs_regional_storm_following_1nest_atm_ocn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -3431,14 +3431,14 @@ Checking test 117 hafs_regional_storm_following_1nest_atm_ocn results .... Comparing archv.2020_238_18.a .........OK Comparing archs.2020_238_18.a .........OK - 0: The total amount of wall time = 259.651729 - 0: The maximum resident set size (KB) = 572928 + 0: The total amount of wall time = 435.742366 + 0: The maximum resident set size (KB) = 578344 Test 117 hafs_regional_storm_following_1nest_atm_ocn PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_storm_following_1nest_atm_ocn_wav -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/hafs_regional_storm_following_1nest_atm_ocn_wav +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/hafs_regional_storm_following_1nest_atm_ocn_wav +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/hafs_regional_storm_following_1nest_atm_ocn_wav Checking test 118 hafs_regional_storm_following_1nest_atm_ocn_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -3449,28 +3449,28 @@ Checking test 118 hafs_regional_storm_following_1nest_atm_ocn_wav results .... Comparing out_grd.ww3 .........OK Comparing out_pnt.ww3 .........OK - 0: The total amount of wall time = 607.350568 - 0: The maximum resident set size (KB) = 561708 + 0: The total amount of wall time = 606.846898 + 0: The maximum resident set size (KB) = 543108 Test 118 hafs_regional_storm_following_1nest_atm_ocn_wav PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/hafs_global_storm_following_1nest_atm -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/hafs_global_storm_following_1nest_atm +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/hafs_global_storm_following_1nest_atm +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/hafs_global_storm_following_1nest_atm Checking test 119 hafs_global_storm_following_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK Comparing sfc.nest02.f006.nc .........OK - 0: The total amount of wall time = 77.631201 - 0: The maximum resident set size (KB) = 395136 + 0: The total amount of wall time = 77.013995 + 0: The maximum resident set size (KB) = 403376 Test 119 hafs_global_storm_following_1nest_atm PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_docn -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/hafs_regional_docn +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/hafs_regional_docn +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/hafs_regional_docn Checking test 120 hafs_regional_docn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -3478,14 +3478,14 @@ Checking test 120 hafs_regional_docn results .... Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK Comparing ufs.hafs.docn.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 365.199889 - 0: The maximum resident set size (KB) = 1216232 + 0: The total amount of wall time = 368.439805 + 0: The maximum resident set size (KB) = 1211612 Test 120 hafs_regional_docn PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_docn_oisst -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/hafs_regional_docn_oisst +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/hafs_regional_docn_oisst +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/hafs_regional_docn_oisst Checking test 121 hafs_regional_docn_oisst results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -3493,118 +3493,118 @@ Checking test 121 hafs_regional_docn_oisst results .... Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK Comparing ufs.hafs.docn.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 372.088545 - 0: The maximum resident set size (KB) = 1203636 + 0: The total amount of wall time = 370.101471 + 0: The maximum resident set size (KB) = 1205832 Test 121 hafs_regional_docn_oisst PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_datm_cdeps -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/hafs_regional_datm_cdeps +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/hafs_regional_datm_cdeps +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/hafs_regional_datm_cdeps Checking test 122 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 = 914.869949 - 0: The maximum resident set size (KB) = 1017900 + 0: The total amount of wall time = 920.173861 + 0: The maximum resident set size (KB) = 1018456 Test 122 hafs_regional_datm_cdeps PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_control_cfsr -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/datm_cdeps_control_cfsr +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/datm_cdeps_control_cfsr +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/datm_cdeps_control_cfsr Checking test 123 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 = 148.486411 - 0: The maximum resident set size (KB) = 1031984 + 0: The total amount of wall time = 141.886402 + 0: The maximum resident set size (KB) = 1016744 Test 123 datm_cdeps_control_cfsr PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_control_cfsr -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/datm_cdeps_restart_cfsr +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/datm_cdeps_control_cfsr +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/datm_cdeps_restart_cfsr Checking test 124 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 = 86.740803 - 0: The maximum resident set size (KB) = 1015216 + 0: The total amount of wall time = 89.203072 + 0: The maximum resident set size (KB) = 997060 Test 124 datm_cdeps_restart_cfsr PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_control_gefs -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/datm_cdeps_control_gefs +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/datm_cdeps_control_gefs +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/datm_cdeps_control_gefs Checking test 125 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 = 140.652453 - 0: The maximum resident set size (KB) = 936728 + 0: The total amount of wall time = 139.950055 + 0: The maximum resident set size (KB) = 942164 Test 125 datm_cdeps_control_gefs PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_iau_gefs -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/datm_cdeps_iau_gefs +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/datm_cdeps_iau_gefs +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/datm_cdeps_iau_gefs Checking test 126 datm_cdeps_iau_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 = 141.623518 - 0: The maximum resident set size (KB) = 935688 + 0: The total amount of wall time = 142.896463 + 0: The maximum resident set size (KB) = 937956 Test 126 datm_cdeps_iau_gefs PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_stochy_gefs -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/datm_cdeps_stochy_gefs +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/datm_cdeps_stochy_gefs +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/datm_cdeps_stochy_gefs Checking test 127 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 = 143.035789 - 0: The maximum resident set size (KB) = 937176 + 0: The total amount of wall time = 142.506611 + 0: The maximum resident set size (KB) = 944800 Test 127 datm_cdeps_stochy_gefs PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_bulk_cfsr -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/datm_cdeps_bulk_cfsr +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/datm_cdeps_bulk_cfsr +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/datm_cdeps_bulk_cfsr Checking test 128 datm_cdeps_bulk_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 145.623130 - 0: The maximum resident set size (KB) = 1037916 + 0: The total amount of wall time = 145.216848 + 0: The maximum resident set size (KB) = 1032800 Test 128 datm_cdeps_bulk_cfsr PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_bulk_gefs -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/datm_cdeps_bulk_gefs +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/datm_cdeps_bulk_gefs +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/datm_cdeps_bulk_gefs Checking test 129 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 = 140.810023 - 0: The maximum resident set size (KB) = 941648 + 0: The total amount of wall time = 141.913647 + 0: The maximum resident set size (KB) = 933900 Test 129 datm_cdeps_bulk_gefs PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_mx025_cfsr -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/datm_cdeps_mx025_cfsr +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/datm_cdeps_mx025_cfsr +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/datm_cdeps_mx025_cfsr Checking test 130 datm_cdeps_mx025_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK @@ -3613,14 +3613,14 @@ Checking test 130 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 = 297.796440 - 0: The maximum resident set size (KB) = 857496 + 0: The total amount of wall time = 299.422004 + 0: The maximum resident set size (KB) = 858804 Test 130 datm_cdeps_mx025_cfsr PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_mx025_gefs -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/datm_cdeps_mx025_gefs +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/datm_cdeps_mx025_gefs +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/datm_cdeps_mx025_gefs Checking test 131 datm_cdeps_mx025_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK @@ -3629,64 +3629,64 @@ Checking test 131 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 = 294.507013 - 0: The maximum resident set size (KB) = 885748 + 0: The total amount of wall time = 297.675585 + 0: The maximum resident set size (KB) = 881468 Test 131 datm_cdeps_mx025_gefs PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_control_cfsr -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/datm_cdeps_multiple_files_cfsr +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/datm_cdeps_control_cfsr +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/datm_cdeps_multiple_files_cfsr Checking test 132 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 = 141.769115 - 0: The maximum resident set size (KB) = 1041816 + 0: The total amount of wall time = 144.937650 + 0: The maximum resident set size (KB) = 1025016 Test 132 datm_cdeps_multiple_files_cfsr PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_3072x1536_cfsr -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/datm_cdeps_3072x1536_cfsr +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/datm_cdeps_3072x1536_cfsr +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/datm_cdeps_3072x1536_cfsr Checking test 133 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 = 190.774807 - 0: The maximum resident set size (KB) = 2259832 + 0: The total amount of wall time = 195.345837 + 0: The maximum resident set size (KB) = 2255224 Test 133 datm_cdeps_3072x1536_cfsr PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_gfs -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/datm_cdeps_gfs +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/datm_cdeps_gfs +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/datm_cdeps_gfs Checking test 134 datm_cdeps_gfs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/DATM_GFS.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 191.428237 - 0: The maximum resident set size (KB) = 2246172 + 0: The total amount of wall time = 199.873777 + 0: The maximum resident set size (KB) = 2183576 Test 134 datm_cdeps_gfs PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_debug_cfsr -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/datm_cdeps_debug_cfsr +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/datm_cdeps_debug_cfsr +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/datm_cdeps_debug_cfsr Checking test 135 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 = 445.944355 - 0: The maximum resident set size (KB) = 970692 + 0: The total amount of wall time = 456.814228 + 0: The maximum resident set size (KB) = 979304 Test 135 datm_cdeps_debug_cfsr PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/control_atmwav -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/control_atmwav +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/control_atmwav +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/control_atmwav Checking test 136 control_atmwav results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -3730,14 +3730,14 @@ Checking test 136 control_atmwav results .... Comparing RESTART/sfc_data.tile6.nc .........OK Comparing 20210322.180000.restart.glo_1deg .........OK - 0: The total amount of wall time = 80.484777 - 0: The maximum resident set size (KB) = 649104 + 0: The total amount of wall time = 79.896688 + 0: The maximum resident set size (KB) = 658232 Test 136 control_atmwav PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/atmaero_control_p8 -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/atmaero_control_p8 +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/atmaero_control_p8 +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/atmaero_control_p8 Checking test 137 atmaero_control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -3781,14 +3781,14 @@ Checking test 137 atmaero_control_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 260.170993 - 0: The maximum resident set size (KB) = 4670784 + 0: The total amount of wall time = 267.546542 + 0: The maximum resident set size (KB) = 4635944 Test 137 atmaero_control_p8 PASS -baseline dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/REGRESSION_TEST_INTEL/atmaero_control_p8_rad -working dir = /work/noaa/epic-ps/jongkim/rt-1192/stmp/jongkim/FV3_RT/rt_349703/atmaero_control_p8_rad +baseline dir = /work/noaa/epic-ps/tools/REGRESSION_TEST_INTEL/atmaero_control_p8_rad +working dir = /work/noaa/epic-ps/jongkim/rt-1292/stmp/jongkim/FV3_RT/rt_316241/atmaero_control_p8_rad Checking test 138 atmaero_control_p8_rad results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -3832,12 +3832,12 @@ Checking test 138 atmaero_control_p8_rad results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 302.445177 - 0: The maximum resident set size (KB) = 5098664 + 0: The total amount of wall time = 304.733177 + 0: The maximum resident set size (KB) = 5104196 Test 138 atmaero_control_p8_rad PASS REGRESSION TEST WAS SUCCESSFUL -Sat Jul 2 11:24:24 CDT 2022 -Elapsed time: 01h:18m:52s. Have a nice day! +Wed Jul 6 22:39:55 CDT 2022 +Elapsed time: 01h:02m:38s. Have a nice day! diff --git a/tests/RegressionTests_wcoss2.intel.log b/tests/RegressionTests_wcoss2.intel.log index 1885eca122..a1b8297070 100644 --- a/tests/RegressionTests_wcoss2.intel.log +++ b/tests/RegressionTests_wcoss2.intel.log @@ -1,20 +1,20 @@ -Sat Jul 2 12:19:45 UTC 2022 +Wed Jul 6 22:01:34 UTC 2022 Start Regression test -Compile 001 elapsed time 620 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 002 elapsed time 174 seconds. -DAPP=S2SW -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 003 elapsed time 1012 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_sfcocn -DCMEPS_AOFLUX=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 004 elapsed time 609 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 005 elapsed time 604 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_RRTMGP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_smoke,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 006 elapsed time 994 seconds. -DAPP=ATM -DCCPP_SUITES=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 007 elapsed time 947 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 008 elapsed time 814 seconds. -DAPP=ATM -DDEBUG=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 009 elapsed time 693 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 1260 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst,FV3_HAFS_v0_thompson_tedmf_gfdlsf -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 011 elapsed time 921 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 - -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220701/INTEL/cpld_control_noaero_p8 -working dir = /lfs/h2/emc/ptmp/denise.worthen/FV3_RT/rt_37354/cpld_control_noaero_p8 +Compile 001 elapsed time 484 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 002 elapsed time 173 seconds. -DAPP=S2SW -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 003 elapsed time 495 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_sfcocn -DCMEPS_AOFLUX=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 004 elapsed time 678 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 005 elapsed time 491 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_RRTMGP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_smoke,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 006 elapsed time 359 seconds. -DAPP=ATM -DCCPP_SUITES=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 007 elapsed time 770 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 008 elapsed time 563 seconds. -DAPP=ATM -DDEBUG=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 009 elapsed time 143 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 961 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst,FV3_HAFS_v0_thompson_tedmf_gfdlsf -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 011 elapsed time 751 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 + +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220706/INTEL/cpld_control_noaero_p8 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65207/cpld_control_noaero_p8 Checking test 001 cpld_control_noaero_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -78,14 +78,14 @@ Checking test 001 cpld_control_noaero_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -The total amount of wall time = 278.670827 -The maximum resident set size (KB) = 985860 +The total amount of wall time = 284.279924 +The maximum resident set size (KB) = 985560 Test 001 cpld_control_noaero_p8 PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220701/INTEL/cpld_control_c96_noaero_p8 -working dir = /lfs/h2/emc/ptmp/denise.worthen/FV3_RT/rt_37354/cpld_control_nowave_noaero_p8 +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220706/INTEL/cpld_control_c96_noaero_p8 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65207/cpld_control_nowave_noaero_p8 Checking test 002 cpld_control_nowave_noaero_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -147,14 +147,14 @@ Checking test 002 cpld_control_nowave_noaero_p8 results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK -The total amount of wall time = 311.069178 -The maximum resident set size (KB) = 1055740 +The total amount of wall time = 311.983026 +The maximum resident set size (KB) = 1057144 Test 002 cpld_control_nowave_noaero_p8 PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220701/INTEL/cpld_control_noaero_p8_agrid -working dir = /lfs/h2/emc/ptmp/denise.worthen/FV3_RT/rt_37354/cpld_control_noaero_p8_agrid +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220706/INTEL/cpld_control_noaero_p8_agrid +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65207/cpld_control_noaero_p8_agrid Checking test 003 cpld_control_noaero_p8_agrid results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -216,14 +216,14 @@ Checking test 003 cpld_control_noaero_p8_agrid results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK -The total amount of wall time = 326.086952 -The maximum resident set size (KB) = 1060500 +The total amount of wall time = 328.692746 +The maximum resident set size (KB) = 1059120 Test 003 cpld_control_noaero_p8_agrid PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220701/INTEL/control -working dir = /lfs/h2/emc/ptmp/denise.worthen/FV3_RT/rt_37354/control +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220706/INTEL/control +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65207/control Checking test 004 control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -270,14 +270,14 @@ Checking test 004 control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 126.585926 -The maximum resident set size (KB) = 514496 +The total amount of wall time = 126.557744 +The maximum resident set size (KB) = 514584 Test 004 control PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220701/INTEL/control -working dir = /lfs/h2/emc/ptmp/denise.worthen/FV3_RT/rt_37354/control_decomp +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220706/INTEL/control +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65207/control_decomp Checking test 005 control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -320,14 +320,14 @@ Checking test 005 control_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 129.144145 -The maximum resident set size (KB) = 512968 +The total amount of wall time = 128.244447 +The maximum resident set size (KB) = 513380 Test 005 control_decomp PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220701/INTEL/control -working dir = /lfs/h2/emc/ptmp/denise.worthen/FV3_RT/rt_37354/control_2dwrtdecomp +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220706/INTEL/control +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65207/control_2dwrtdecomp Checking test 006 control_2dwrtdecomp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -338,14 +338,14 @@ Checking test 006 control_2dwrtdecomp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 125.237287 -The maximum resident set size (KB) = 516092 +The total amount of wall time = 125.038253 +The maximum resident set size (KB) = 510836 Test 006 control_2dwrtdecomp PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220701/INTEL/control -working dir = /lfs/h2/emc/ptmp/denise.worthen/FV3_RT/rt_37354/control_2threads +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220706/INTEL/control +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65207/control_2threads Checking test 007 control_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -388,14 +388,14 @@ Checking test 007 control_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 372.299839 -The maximum resident set size (KB) = 564828 +The total amount of wall time = 371.825409 +The maximum resident set size (KB) = 566400 Test 007 control_2threads PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220701/INTEL/control -working dir = /lfs/h2/emc/ptmp/denise.worthen/FV3_RT/rt_37354/control_restart +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220706/INTEL/control +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65207/control_restart Checking test 008 control_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -434,14 +434,14 @@ Checking test 008 control_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 64.187594 -The maximum resident set size (KB) = 251568 +The total amount of wall time = 65.635255 +The maximum resident set size (KB) = 251116 Test 008 control_restart PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220701/INTEL/control -working dir = /lfs/h2/emc/ptmp/denise.worthen/FV3_RT/rt_37354/control_fhzero +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220706/INTEL/control +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65207/control_fhzero Checking test 009 control_fhzero results .... Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf021.nc ............ALT CHECK......OK @@ -484,14 +484,14 @@ Checking test 009 control_fhzero results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 120.517510 -The maximum resident set size (KB) = 509392 +The total amount of wall time = 120.393805 +The maximum resident set size (KB) = 510268 Test 009 control_fhzero PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220701/INTEL/control_CubedSphereGrid -working dir = /lfs/h2/emc/ptmp/denise.worthen/FV3_RT/rt_37354/control_CubedSphereGrid +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220706/INTEL/control_CubedSphereGrid +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65207/control_CubedSphereGrid Checking test 010 control_CubedSphereGrid results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -518,14 +518,14 @@ Checking test 010 control_CubedSphereGrid results .... Comparing atmf024.tile5.nc .........OK Comparing atmf024.tile6.nc .........OK -The total amount of wall time = 122.601790 -The maximum resident set size (KB) = 510712 +The total amount of wall time = 121.820903 +The maximum resident set size (KB) = 507732 Test 010 control_CubedSphereGrid PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220701/INTEL/control_latlon -working dir = /lfs/h2/emc/ptmp/denise.worthen/FV3_RT/rt_37354/control_latlon +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220706/INTEL/control_latlon +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65207/control_latlon Checking test 011 control_latlon results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -536,14 +536,14 @@ Checking test 011 control_latlon results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 124.233448 -The maximum resident set size (KB) = 510556 +The total amount of wall time = 122.944273 +The maximum resident set size (KB) = 516996 Test 011 control_latlon PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220701/INTEL/control_wrtGauss_netcdf_parallel -working dir = /lfs/h2/emc/ptmp/denise.worthen/FV3_RT/rt_37354/control_wrtGauss_netcdf_parallel +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220706/INTEL/control_wrtGauss_netcdf_parallel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65207/control_wrtGauss_netcdf_parallel Checking test 012 control_wrtGauss_netcdf_parallel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -554,14 +554,14 @@ Checking test 012 control_wrtGauss_netcdf_parallel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 125.699975 -The maximum resident set size (KB) = 514904 +The total amount of wall time = 125.407607 +The maximum resident set size (KB) = 512520 Test 012 control_wrtGauss_netcdf_parallel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220701/INTEL/control_c48 -working dir = /lfs/h2/emc/ptmp/denise.worthen/FV3_RT/rt_37354/control_c48 +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220706/INTEL/control_c48 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65207/control_c48 Checking test 013 control_c48 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -600,14 +600,14 @@ Checking test 013 control_c48 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 312.250823 -The maximum resident set size (KB) = 667280 +The total amount of wall time = 312.532735 +The maximum resident set size (KB) = 667872 Test 013 control_c48 PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220701/INTEL/control_c192 -working dir = /lfs/h2/emc/ptmp/denise.worthen/FV3_RT/rt_37354/control_c192 +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220706/INTEL/control_c192 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65207/control_c192 Checking test 014 control_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -618,14 +618,14 @@ Checking test 014 control_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 498.423809 -The maximum resident set size (KB) = 616424 +The total amount of wall time = 498.811185 +The maximum resident set size (KB) = 616180 Test 014 control_c192 PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220701/INTEL/control_c384 -working dir = /lfs/h2/emc/ptmp/denise.worthen/FV3_RT/rt_37354/control_c384 +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220706/INTEL/control_c384 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65207/control_c384 Checking test 015 control_c384 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -636,14 +636,14 @@ Checking test 015 control_c384 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -The total amount of wall time = 1518.832358 -The maximum resident set size (KB) = 882724 +The total amount of wall time = 1526.731086 +The maximum resident set size (KB) = 886180 Test 015 control_c384 PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220701/INTEL/control_c384gdas -working dir = /lfs/h2/emc/ptmp/denise.worthen/FV3_RT/rt_37354/control_c384gdas +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220706/INTEL/control_c384gdas +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65207/control_c384gdas Checking test 016 control_c384gdas results .... Comparing sfcf000.nc .........OK Comparing sfcf006.nc .........OK @@ -686,14 +686,14 @@ Checking test 016 control_c384gdas results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 1320.794840 -The maximum resident set size (KB) = 1010944 +The total amount of wall time = 1324.095363 +The maximum resident set size (KB) = 1010104 Test 016 control_c384gdas PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220701/INTEL/control_c384_progsigma -working dir = /lfs/h2/emc/ptmp/denise.worthen/FV3_RT/rt_37354/control_c384_progsigma +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220706/INTEL/control_c384_progsigma +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65207/control_c384_progsigma Checking test 017 control_c384_progsigma results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -704,14 +704,14 @@ Checking test 017 control_c384_progsigma results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -The total amount of wall time = 1541.094712 -The maximum resident set size (KB) = 900792 +The total amount of wall time = 1541.848193 +The maximum resident set size (KB) = 902032 Test 017 control_c384_progsigma PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220701/INTEL/control_stochy -working dir = /lfs/h2/emc/ptmp/denise.worthen/FV3_RT/rt_37354/control_stochy +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220706/INTEL/control_stochy +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65207/control_stochy Checking test 018 control_stochy results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -722,28 +722,28 @@ Checking test 018 control_stochy results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -The total amount of wall time = 84.139701 -The maximum resident set size (KB) = 515852 +The total amount of wall time = 84.664693 +The maximum resident set size (KB) = 517504 Test 018 control_stochy PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220701/INTEL/control_stochy -working dir = /lfs/h2/emc/ptmp/denise.worthen/FV3_RT/rt_37354/control_stochy_restart +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220706/INTEL/control_stochy +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65207/control_stochy_restart Checking test 019 control_stochy_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK -The total amount of wall time = 43.718267 -The maximum resident set size (KB) = 281324 +The total amount of wall time = 43.056879 +The maximum resident set size (KB) = 282416 Test 019 control_stochy_restart PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220701/INTEL/control_lndp -working dir = /lfs/h2/emc/ptmp/denise.worthen/FV3_RT/rt_37354/control_lndp +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220706/INTEL/control_lndp +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65207/control_lndp Checking test 020 control_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -754,14 +754,14 @@ Checking test 020 control_lndp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -The total amount of wall time = 75.870564 -The maximum resident set size (KB) = 517260 +The total amount of wall time = 75.766484 +The maximum resident set size (KB) = 513468 Test 020 control_lndp PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220701/INTEL/control_iovr4 -working dir = /lfs/h2/emc/ptmp/denise.worthen/FV3_RT/rt_37354/control_iovr4 +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220706/INTEL/control_iovr4 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65207/control_iovr4 Checking test 021 control_iovr4 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -776,14 +776,14 @@ Checking test 021 control_iovr4 results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 126.195939 -The maximum resident set size (KB) = 515484 +The total amount of wall time = 126.261082 +The maximum resident set size (KB) = 512048 Test 021 control_iovr4 PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220701/INTEL/control_iovr5 -working dir = /lfs/h2/emc/ptmp/denise.worthen/FV3_RT/rt_37354/control_iovr5 +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220706/INTEL/control_iovr5 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65207/control_iovr5 Checking test 022 control_iovr5 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -798,14 +798,14 @@ Checking test 022 control_iovr5 results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 126.128026 -The maximum resident set size (KB) = 511016 +The total amount of wall time = 125.749558 +The maximum resident set size (KB) = 511204 Test 022 control_iovr5 PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220701/INTEL/control_p8 -working dir = /lfs/h2/emc/ptmp/denise.worthen/FV3_RT/rt_37354/control_p8 +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220706/INTEL/control_p8 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65207/control_p8 Checking test 023 control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -852,14 +852,14 @@ Checking test 023 control_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 175.589467 -The maximum resident set size (KB) = 903856 +The total amount of wall time = 180.670979 +The maximum resident set size (KB) = 908572 Test 023 control_p8 PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220701/INTEL/control_p8_lndp -working dir = /lfs/h2/emc/ptmp/denise.worthen/FV3_RT/rt_37354/control_p8_lndp +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220706/INTEL/control_p8_lndp +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65207/control_p8_lndp Checking test 024 control_p8_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -878,14 +878,14 @@ Checking test 024 control_p8_lndp results .... Comparing GFSPRS.GrbF24 .........OK Comparing GFSPRS.GrbF48 .........OK -The total amount of wall time = 321.322510 -The maximum resident set size (KB) = 903748 +The total amount of wall time = 323.776410 +The maximum resident set size (KB) = 909012 Test 024 control_p8_lndp PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220701/INTEL/control_p8 -working dir = /lfs/h2/emc/ptmp/denise.worthen/FV3_RT/rt_37354/control_restart_p8 +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220706/INTEL/control_p8 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65207/control_restart_p8 Checking test 025 control_restart_p8 results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -924,14 +924,14 @@ Checking test 025 control_restart_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 99.656046 -The maximum resident set size (KB) = 646260 +The total amount of wall time = 100.157970 +The maximum resident set size (KB) = 640728 Test 025 control_restart_p8 PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220701/INTEL/control_p8 -working dir = /lfs/h2/emc/ptmp/denise.worthen/FV3_RT/rt_37354/control_decomp_p8 +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220706/INTEL/control_p8 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65207/control_decomp_p8 Checking test 026 control_decomp_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -974,14 +974,14 @@ Checking test 026 control_decomp_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 180.056613 -The maximum resident set size (KB) = 900424 +The total amount of wall time = 181.745634 +The maximum resident set size (KB) = 904552 Test 026 control_decomp_p8 PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220701/INTEL/control_p8 -working dir = /lfs/h2/emc/ptmp/denise.worthen/FV3_RT/rt_37354/control_2threads_p8 +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220706/INTEL/control_p8 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65207/control_2threads_p8 Checking test 027 control_2threads_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1024,14 +1024,14 @@ Checking test 027 control_2threads_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 495.470009 -The maximum resident set size (KB) = 977884 +The total amount of wall time = 492.511069 +The maximum resident set size (KB) = 980168 Test 027 control_2threads_p8 PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220701/INTEL/control_p8_rrtmgp -working dir = /lfs/h2/emc/ptmp/denise.worthen/FV3_RT/rt_37354/control_p8_rrtmgp +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220706/INTEL/control_p8_rrtmgp +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65207/control_p8_rrtmgp Checking test 028 control_p8_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1078,14 +1078,14 @@ Checking test 028 control_p8_rrtmgp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 249.327969 -The maximum resident set size (KB) = 1022768 +The total amount of wall time = 251.619111 +The maximum resident set size (KB) = 1027724 Test 028 control_p8_rrtmgp PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220701/INTEL/fv3_regional_control -working dir = /lfs/h2/emc/ptmp/denise.worthen/FV3_RT/rt_37354/regional_control +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220706/INTEL/fv3_regional_control +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65207/regional_control Checking test 029 regional_control results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1096,28 +1096,28 @@ Checking test 029 regional_control results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK -The total amount of wall time = 296.283602 -The maximum resident set size (KB) = 599972 +The total amount of wall time = 297.079296 +The maximum resident set size (KB) = 601400 Test 029 regional_control PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220701/INTEL/fv3_regional_control -working dir = /lfs/h2/emc/ptmp/denise.worthen/FV3_RT/rt_37354/regional_restart +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220706/INTEL/fv3_regional_control +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65207/regional_restart Checking test 030 regional_restart results .... Comparing dynf024.nc .........OK Comparing phyf024.nc .........OK Comparing PRSLEV.GrbF24 .........OK Comparing NATLEV.GrbF24 .........OK -The total amount of wall time = 164.076988 -The maximum resident set size (KB) = 597308 +The total amount of wall time = 163.118025 +The maximum resident set size (KB) = 597432 Test 030 regional_restart PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220701/INTEL/fv3_regional_control -working dir = /lfs/h2/emc/ptmp/denise.worthen/FV3_RT/rt_37354/regional_control_2dwrtdecomp +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220706/INTEL/fv3_regional_control +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65207/regional_control_2dwrtdecomp Checking test 031 regional_control_2dwrtdecomp results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1128,14 +1128,14 @@ Checking test 031 regional_control_2dwrtdecomp results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK -The total amount of wall time = 296.705954 -The maximum resident set size (KB) = 600992 +The total amount of wall time = 295.968901 +The maximum resident set size (KB) = 600748 Test 031 regional_control_2dwrtdecomp PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220701/INTEL/fv3_regional_noquilt -working dir = /lfs/h2/emc/ptmp/denise.worthen/FV3_RT/rt_37354/regional_noquilt +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220706/INTEL/fv3_regional_noquilt +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65207/regional_noquilt Checking test 032 regional_noquilt results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK @@ -1143,14 +1143,14 @@ Checking test 032 regional_noquilt results .... Comparing RESTART/fv_core.res.tile1_new.nc .........OK Comparing RESTART/fv_tracer.res.tile1_new.nc .........OK -The total amount of wall time = 313.251320 -The maximum resident set size (KB) = 594236 +The total amount of wall time = 314.962567 +The maximum resident set size (KB) = 592132 Test 032 regional_noquilt PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220701/INTEL/fv3_regional_control -working dir = /lfs/h2/emc/ptmp/denise.worthen/FV3_RT/rt_37354/regional_2threads +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220706/INTEL/fv3_regional_control +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65207/regional_2threads Checking test 033 regional_2threads results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1161,28 +1161,28 @@ Checking test 033 regional_2threads results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK -The total amount of wall time = 590.174043 -The maximum resident set size (KB) = 649004 +The total amount of wall time = 591.416124 +The maximum resident set size (KB) = 647516 Test 033 regional_2threads PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220701/INTEL/fv3_regional_netcdf_parallel -working dir = /lfs/h2/emc/ptmp/denise.worthen/FV3_RT/rt_37354/regional_netcdf_parallel +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220706/INTEL/fv3_regional_netcdf_parallel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65207/regional_netcdf_parallel Checking test 034 regional_netcdf_parallel results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK Comparing phyf000.nc .........OK Comparing phyf024.nc .........OK -The total amount of wall time = 294.910230 -The maximum resident set size (KB) = 599588 +The total amount of wall time = 295.000339 +The maximum resident set size (KB) = 598904 Test 034 regional_netcdf_parallel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220701/INTEL/fv3_regional_3km -working dir = /lfs/h2/emc/ptmp/denise.worthen/FV3_RT/rt_37354/regional_3km +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220706/INTEL/fv3_regional_3km +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65207/regional_3km Checking test 035 regional_3km results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -1193,14 +1193,14 @@ Checking test 035 regional_3km results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK -The total amount of wall time = 253.035430 -The maximum resident set size (KB) = 646748 +The total amount of wall time = 255.221161 +The maximum resident set size (KB) = 651480 Test 035 regional_3km PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220701/INTEL/fv3_regional_3km -working dir = /lfs/h2/emc/ptmp/denise.worthen/FV3_RT/rt_37354/regional_3km_decomp +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220706/INTEL/fv3_regional_3km +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65207/regional_3km_decomp Checking test 036 regional_3km_decomp results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -1211,14 +1211,14 @@ Checking test 036 regional_3km_decomp results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK -The total amount of wall time = 268.812183 -The maximum resident set size (KB) = 654132 +The total amount of wall time = 268.250255 +The maximum resident set size (KB) = 654144 Test 036 regional_3km_decomp PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220701/INTEL/rap_control -working dir = /lfs/h2/emc/ptmp/denise.worthen/FV3_RT/rt_37354/rap_control +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220706/INTEL/rap_control +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65207/rap_control Checking test 037 rap_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1265,14 +1265,14 @@ Checking test 037 rap_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 399.083667 -The maximum resident set size (KB) = 883648 +The total amount of wall time = 399.444529 +The maximum resident set size (KB) = 890876 Test 037 rap_control PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220701/INTEL/rap_rrtmgp -working dir = /lfs/h2/emc/ptmp/denise.worthen/FV3_RT/rt_37354/rap_rrtmgp +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220706/INTEL/rap_rrtmgp +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65207/rap_rrtmgp Checking test 038 rap_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -1319,14 +1319,14 @@ Checking test 038 rap_rrtmgp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 475.667690 -The maximum resident set size (KB) = 1010864 +The total amount of wall time = 468.209590 +The maximum resident set size (KB) = 1010628 Test 038 rap_rrtmgp PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220701/INTEL/regional_spp_sppt_shum_skeb -working dir = /lfs/h2/emc/ptmp/denise.worthen/FV3_RT/rt_37354/regional_spp_sppt_shum_skeb +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220706/INTEL/regional_spp_sppt_shum_skeb +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65207/regional_spp_sppt_shum_skeb Checking test 039 regional_spp_sppt_shum_skeb results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK @@ -1337,14 +1337,14 @@ Checking test 039 regional_spp_sppt_shum_skeb results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF01 .........OK -The total amount of wall time = 691.359019 -The maximum resident set size (KB) = 974616 +The total amount of wall time = 694.512521 +The maximum resident set size (KB) = 976824 Test 039 regional_spp_sppt_shum_skeb PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220701/INTEL/rap_control -working dir = /lfs/h2/emc/ptmp/denise.worthen/FV3_RT/rt_37354/rap_decomp +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220706/INTEL/rap_control +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65207/rap_decomp Checking test 040 rap_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1391,14 +1391,14 @@ Checking test 040 rap_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 413.074748 -The maximum resident set size (KB) = 891700 +The total amount of wall time = 413.398608 +The maximum resident set size (KB) = 891640 Test 040 rap_decomp PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220701/INTEL/rap_control -working dir = /lfs/h2/emc/ptmp/denise.worthen/FV3_RT/rt_37354/rap_2threads +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220706/INTEL/rap_control +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65207/rap_2threads Checking test 041 rap_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1445,14 +1445,14 @@ Checking test 041 rap_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 1250.019841 -The maximum resident set size (KB) = 951672 +The total amount of wall time = 1250.918767 +The maximum resident set size (KB) = 956776 Test 041 rap_2threads PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220701/INTEL/rap_control -working dir = /lfs/h2/emc/ptmp/denise.worthen/FV3_RT/rt_37354/rap_restart +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220706/INTEL/rap_control +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65207/rap_restart Checking test 042 rap_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1491,14 +1491,14 @@ Checking test 042 rap_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 202.080615 -The maximum resident set size (KB) = 634288 +The total amount of wall time = 202.872691 +The maximum resident set size (KB) = 629300 Test 042 rap_restart PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220701/INTEL/rap_sfcdiff -working dir = /lfs/h2/emc/ptmp/denise.worthen/FV3_RT/rt_37354/rap_sfcdiff +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220706/INTEL/rap_sfcdiff +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65207/rap_sfcdiff Checking test 043 rap_sfcdiff results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -1545,14 +1545,14 @@ Checking test 043 rap_sfcdiff results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 399.171490 -The maximum resident set size (KB) = 889096 +The total amount of wall time = 400.229163 +The maximum resident set size (KB) = 886948 Test 043 rap_sfcdiff PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220701/INTEL/rap_sfcdiff -working dir = /lfs/h2/emc/ptmp/denise.worthen/FV3_RT/rt_37354/rap_sfcdiff_decomp +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220706/INTEL/rap_sfcdiff +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65207/rap_sfcdiff_decomp Checking test 044 rap_sfcdiff_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -1599,14 +1599,14 @@ Checking test 044 rap_sfcdiff_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 418.660794 -The maximum resident set size (KB) = 892016 +The total amount of wall time = 416.994693 +The maximum resident set size (KB) = 893064 Test 044 rap_sfcdiff_decomp PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220701/INTEL/rap_sfcdiff -working dir = /lfs/h2/emc/ptmp/denise.worthen/FV3_RT/rt_37354/rap_sfcdiff_restart +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220706/INTEL/rap_sfcdiff +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65207/rap_sfcdiff_restart Checking test 045 rap_sfcdiff_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -1645,14 +1645,14 @@ Checking test 045 rap_sfcdiff_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 295.126391 -The maximum resident set size (KB) = 633984 +The total amount of wall time = 296.110243 +The maximum resident set size (KB) = 632712 Test 045 rap_sfcdiff_restart PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220701/INTEL/hrrr_control -working dir = /lfs/h2/emc/ptmp/denise.worthen/FV3_RT/rt_37354/hrrr_control +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220706/INTEL/hrrr_control +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65207/hrrr_control Checking test 046 hrrr_control results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -1699,14 +1699,14 @@ Checking test 046 hrrr_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 384.715090 -The maximum resident set size (KB) = 884216 +The total amount of wall time = 385.552212 +The maximum resident set size (KB) = 888812 Test 046 hrrr_control PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220701/INTEL/hrrr_control -working dir = /lfs/h2/emc/ptmp/denise.worthen/FV3_RT/rt_37354/hrrr_control_decomp +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220706/INTEL/hrrr_control +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65207/hrrr_control_decomp Checking test 047 hrrr_control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -1753,14 +1753,14 @@ Checking test 047 hrrr_control_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 397.867042 -The maximum resident set size (KB) = 891504 +The total amount of wall time = 400.842402 +The maximum resident set size (KB) = 889876 Test 047 hrrr_control_decomp PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220701/INTEL/hrrr_control -working dir = /lfs/h2/emc/ptmp/denise.worthen/FV3_RT/rt_37354/hrrr_control_2threads +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220706/INTEL/hrrr_control +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65207/hrrr_control_2threads Checking test 048 hrrr_control_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -1807,14 +1807,14 @@ Checking test 048 hrrr_control_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 1210.398284 -The maximum resident set size (KB) = 948336 +The total amount of wall time = 1213.749394 +The maximum resident set size (KB) = 952896 Test 048 hrrr_control_2threads PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220701/INTEL/hrrr_control -working dir = /lfs/h2/emc/ptmp/denise.worthen/FV3_RT/rt_37354/hrrr_control_restart +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220706/INTEL/hrrr_control +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65207/hrrr_control_restart Checking test 049 hrrr_control_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -1853,14 +1853,14 @@ Checking test 049 hrrr_control_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 285.427269 -The maximum resident set size (KB) = 626992 +The total amount of wall time = 284.927390 +The maximum resident set size (KB) = 628272 Test 049 hrrr_control_restart PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220701/INTEL/rrfs_v1beta -working dir = /lfs/h2/emc/ptmp/denise.worthen/FV3_RT/rt_37354/rrfs_v1beta +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220706/INTEL/rrfs_v1beta +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65207/rrfs_v1beta Checking test 050 rrfs_v1beta results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -1907,14 +1907,14 @@ Checking test 050 rrfs_v1beta results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 386.672577 -The maximum resident set size (KB) = 883328 +The total amount of wall time = 386.751520 +The maximum resident set size (KB) = 884384 Test 050 rrfs_v1beta PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220701/INTEL/rrfs_v1nssl -working dir = /lfs/h2/emc/ptmp/denise.worthen/FV3_RT/rt_37354/rrfs_v1nssl +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220706/INTEL/rrfs_v1nssl +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65207/rrfs_v1nssl Checking test 051 rrfs_v1nssl results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -1929,14 +1929,14 @@ Checking test 051 rrfs_v1nssl results .... Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK -The total amount of wall time = 447.425225 -The maximum resident set size (KB) = 572636 +The total amount of wall time = 448.012072 +The maximum resident set size (KB) = 570124 Test 051 rrfs_v1nssl PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220701/INTEL/rrfs_v1nssl_nohailnoccn -working dir = /lfs/h2/emc/ptmp/denise.worthen/FV3_RT/rt_37354/rrfs_v1nssl_nohailnoccn +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220706/INTEL/rrfs_v1nssl_nohailnoccn +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65207/rrfs_v1nssl_nohailnoccn Checking test 052 rrfs_v1nssl_nohailnoccn results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -1951,14 +1951,14 @@ Checking test 052 rrfs_v1nssl_nohailnoccn results .... Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK -The total amount of wall time = 433.522206 -The maximum resident set size (KB) = 565196 +The total amount of wall time = 435.764990 +The maximum resident set size (KB) = 563088 Test 052 rrfs_v1nssl_nohailnoccn PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220701/INTEL/rrfs_conus13km_hrrr_warm -working dir = /lfs/h2/emc/ptmp/denise.worthen/FV3_RT/rt_37354/rrfs_conus13km_hrrr_warm +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220706/INTEL/rrfs_conus13km_hrrr_warm +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65207/rrfs_conus13km_hrrr_warm Checking test 053 rrfs_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -1967,14 +1967,14 @@ Checking test 053 rrfs_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK -The total amount of wall time = 167.764982 -The maximum resident set size (KB) = 759204 +The total amount of wall time = 170.408688 +The maximum resident set size (KB) = 762164 Test 053 rrfs_conus13km_hrrr_warm PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220701/INTEL/rrfs_conus13km_radar_tten_warm -working dir = /lfs/h2/emc/ptmp/denise.worthen/FV3_RT/rt_37354/rrfs_conus13km_radar_tten_warm +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220706/INTEL/rrfs_conus13km_radar_tten_warm +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65207/rrfs_conus13km_radar_tten_warm Checking test 054 rrfs_conus13km_radar_tten_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -1983,14 +1983,14 @@ Checking test 054 rrfs_conus13km_radar_tten_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK -The total amount of wall time = 168.942192 -The maximum resident set size (KB) = 765708 +The total amount of wall time = 171.156206 +The maximum resident set size (KB) = 764828 Test 054 rrfs_conus13km_radar_tten_warm PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220701/INTEL/rrfs_smoke_conus13km_hrrr_warm -working dir = /lfs/h2/emc/ptmp/denise.worthen/FV3_RT/rt_37354/rrfs_smoke_conus13km_hrrr_warm +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220706/INTEL/rrfs_smoke_conus13km_hrrr_warm +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65207/rrfs_smoke_conus13km_hrrr_warm Checking test 055 rrfs_smoke_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -1999,14 +1999,14 @@ Checking test 055 rrfs_smoke_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK -The total amount of wall time = 188.205959 -The maximum resident set size (KB) = 775968 +The total amount of wall time = 185.497091 +The maximum resident set size (KB) = 777920 Test 055 rrfs_smoke_conus13km_hrrr_warm PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220701/INTEL/control_csawmg -working dir = /lfs/h2/emc/ptmp/denise.worthen/FV3_RT/rt_37354/control_csawmg +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220706/INTEL/control_csawmg +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65207/control_csawmg Checking test 056 control_csawmg results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2017,14 +2017,14 @@ Checking test 056 control_csawmg results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 336.970632 -The maximum resident set size (KB) = 584592 +The total amount of wall time = 342.632373 +The maximum resident set size (KB) = 587236 Test 056 control_csawmg PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220701/INTEL/control_csawmgt -working dir = /lfs/h2/emc/ptmp/denise.worthen/FV3_RT/rt_37354/control_csawmgt +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220706/INTEL/control_csawmgt +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65207/control_csawmgt Checking test 057 control_csawmgt results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2035,14 +2035,14 @@ Checking test 057 control_csawmgt results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 333.939224 -The maximum resident set size (KB) = 586672 +The total amount of wall time = 335.762123 +The maximum resident set size (KB) = 586112 Test 057 control_csawmgt PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220701/INTEL/control_flake -working dir = /lfs/h2/emc/ptmp/denise.worthen/FV3_RT/rt_37354/control_flake +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220706/INTEL/control_flake +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65207/control_flake Checking test 058 control_flake results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2053,14 +2053,14 @@ Checking test 058 control_flake results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 240.697889 -The maximum resident set size (KB) = 584628 +The total amount of wall time = 242.607880 +The maximum resident set size (KB) = 584664 Test 058 control_flake PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220701/INTEL/control_ras -working dir = /lfs/h2/emc/ptmp/denise.worthen/FV3_RT/rt_37354/control_ras +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220706/INTEL/control_ras +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65207/control_ras Checking test 059 control_ras results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2071,14 +2071,14 @@ Checking test 059 control_ras results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 172.424877 -The maximum resident set size (KB) = 543920 +The total amount of wall time = 174.769954 +The maximum resident set size (KB) = 545516 Test 059 control_ras PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220701/INTEL/control_thompson -working dir = /lfs/h2/emc/ptmp/denise.worthen/FV3_RT/rt_37354/control_thompson +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220706/INTEL/control_thompson +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65207/control_thompson Checking test 060 control_thompson results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2089,14 +2089,14 @@ Checking test 060 control_thompson results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 233.523507 -The maximum resident set size (KB) = 909272 +The total amount of wall time = 234.430054 +The maximum resident set size (KB) = 906252 Test 060 control_thompson PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220701/INTEL/control_thompson_no_aero -working dir = /lfs/h2/emc/ptmp/denise.worthen/FV3_RT/rt_37354/control_thompson_no_aero +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220706/INTEL/control_thompson_no_aero +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65207/control_thompson_no_aero Checking test 061 control_thompson_no_aero results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2107,54 +2107,54 @@ Checking test 061 control_thompson_no_aero results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 222.023546 -The maximum resident set size (KB) = 899228 +The total amount of wall time = 219.604615 +The maximum resident set size (KB) = 897468 Test 061 control_thompson_no_aero PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220701/INTEL/control_wam -working dir = /lfs/h2/emc/ptmp/denise.worthen/FV3_RT/rt_37354/control_wam +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220706/INTEL/control_wam +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65207/control_wam Checking test 062 control_wam results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK -The total amount of wall time = 107.744333 -The maximum resident set size (KB) = 274776 +The total amount of wall time = 107.297593 +The maximum resident set size (KB) = 261340 Test 062 control_wam PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220701/INTEL/control_debug -working dir = /lfs/h2/emc/ptmp/denise.worthen/FV3_RT/rt_37354/control_debug +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220706/INTEL/control_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65207/control_debug Checking test 063 control_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 154.351505 -The maximum resident set size (KB) = 674936 +The total amount of wall time = 155.109820 +The maximum resident set size (KB) = 674076 Test 063 control_debug PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220701/INTEL/control_debug -working dir = /lfs/h2/emc/ptmp/denise.worthen/FV3_RT/rt_37354/control_2threads_debug +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220706/INTEL/control_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65207/control_2threads_debug Checking test 064 control_2threads_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 447.009792 -The maximum resident set size (KB) = 732300 +The total amount of wall time = 447.244727 +The maximum resident set size (KB) = 730112 Test 064 control_2threads_debug PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220701/INTEL/control_CubedSphereGrid_debug -working dir = /lfs/h2/emc/ptmp/denise.worthen/FV3_RT/rt_37354/control_CubedSphereGrid_debug +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220706/INTEL/control_CubedSphereGrid_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65207/control_CubedSphereGrid_debug Checking test 065 control_CubedSphereGrid_debug results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -2181,429 +2181,429 @@ Checking test 065 control_CubedSphereGrid_debug results .... Comparing atmf001.tile5.nc .........OK Comparing atmf001.tile6.nc .........OK -The total amount of wall time = 158.721500 -The maximum resident set size (KB) = 673856 +The total amount of wall time = 156.622765 +The maximum resident set size (KB) = 669940 Test 065 control_CubedSphereGrid_debug PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220701/INTEL/control_wrtGauss_netcdf_parallel_debug -working dir = /lfs/h2/emc/ptmp/denise.worthen/FV3_RT/rt_37354/control_wrtGauss_netcdf_parallel_debug +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220706/INTEL/control_wrtGauss_netcdf_parallel_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65207/control_wrtGauss_netcdf_parallel_debug Checking test 066 control_wrtGauss_netcdf_parallel_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 157.343053 -The maximum resident set size (KB) = 675828 +The total amount of wall time = 156.386855 +The maximum resident set size (KB) = 671432 Test 066 control_wrtGauss_netcdf_parallel_debug PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220701/INTEL/control_stochy_debug -working dir = /lfs/h2/emc/ptmp/denise.worthen/FV3_RT/rt_37354/control_stochy_debug +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220706/INTEL/control_stochy_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65207/control_stochy_debug Checking test 067 control_stochy_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 176.515788 -The maximum resident set size (KB) = 680952 +The total amount of wall time = 177.965998 +The maximum resident set size (KB) = 678712 Test 067 control_stochy_debug PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220701/INTEL/control_lndp_debug -working dir = /lfs/h2/emc/ptmp/denise.worthen/FV3_RT/rt_37354/control_lndp_debug +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220706/INTEL/control_lndp_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65207/control_lndp_debug Checking test 068 control_lndp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 157.899136 -The maximum resident set size (KB) = 677248 +The total amount of wall time = 159.000704 +The maximum resident set size (KB) = 677400 Test 068 control_lndp_debug PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220701/INTEL/control_csawmg_debug -working dir = /lfs/h2/emc/ptmp/denise.worthen/FV3_RT/rt_37354/control_csawmg_debug +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220706/INTEL/control_csawmg_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65207/control_csawmg_debug Checking test 069 control_csawmg_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 258.191472 -The maximum resident set size (KB) = 720584 +The total amount of wall time = 255.763871 +The maximum resident set size (KB) = 715024 Test 069 control_csawmg_debug PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220701/INTEL/control_csawmgt_debug -working dir = /lfs/h2/emc/ptmp/denise.worthen/FV3_RT/rt_37354/control_csawmgt_debug +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220706/INTEL/control_csawmgt_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65207/control_csawmgt_debug Checking test 070 control_csawmgt_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 250.593767 -The maximum resident set size (KB) = 721104 +The total amount of wall time = 252.628032 +The maximum resident set size (KB) = 714752 Test 070 control_csawmgt_debug PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220701/INTEL/control_ras_debug -working dir = /lfs/h2/emc/ptmp/denise.worthen/FV3_RT/rt_37354/control_ras_debug +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220706/INTEL/control_ras_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65207/control_ras_debug Checking test 071 control_ras_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 160.687827 -The maximum resident set size (KB) = 688164 +The total amount of wall time = 159.926498 +The maximum resident set size (KB) = 685116 Test 071 control_ras_debug PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220701/INTEL/control_diag_debug -working dir = /lfs/h2/emc/ptmp/denise.worthen/FV3_RT/rt_37354/control_diag_debug +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220706/INTEL/control_diag_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65207/control_diag_debug Checking test 072 control_diag_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 161.602469 -The maximum resident set size (KB) = 732232 +The total amount of wall time = 163.458627 +The maximum resident set size (KB) = 733516 Test 072 control_diag_debug PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220701/INTEL/control_debug_p8 -working dir = /lfs/h2/emc/ptmp/denise.worthen/FV3_RT/rt_37354/control_debug_p8 +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220706/INTEL/control_debug_p8 +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65207/control_debug_p8 Checking test 073 control_debug_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 180.649252 -The maximum resident set size (KB) = 1066012 +The total amount of wall time = 183.738949 +The maximum resident set size (KB) = 1070176 Test 073 control_debug_p8 PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220701/INTEL/control_thompson_debug -working dir = /lfs/h2/emc/ptmp/denise.worthen/FV3_RT/rt_37354/control_thompson_debug +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220706/INTEL/control_thompson_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65207/control_thompson_debug Checking test 074 control_thompson_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 186.778266 -The maximum resident set size (KB) = 1045520 +The total amount of wall time = 185.132663 +The maximum resident set size (KB) = 1038700 Test 074 control_thompson_debug PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220701/INTEL/control_thompson_no_aero_debug -working dir = /lfs/h2/emc/ptmp/denise.worthen/FV3_RT/rt_37354/control_thompson_no_aero_debug +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220706/INTEL/control_thompson_no_aero_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65207/control_thompson_no_aero_debug Checking test 075 control_thompson_no_aero_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 178.938836 -The maximum resident set size (KB) = 1033020 +The total amount of wall time = 178.996547 +The maximum resident set size (KB) = 1030816 Test 075 control_thompson_no_aero_debug PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220701/INTEL/control_thompson_debug_extdiag -working dir = /lfs/h2/emc/ptmp/denise.worthen/FV3_RT/rt_37354/control_thompson_extdiag_debug +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220706/INTEL/control_thompson_debug_extdiag +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65207/control_thompson_extdiag_debug Checking test 076 control_thompson_extdiag_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 193.704569 -The maximum resident set size (KB) = 1070332 +The total amount of wall time = 193.078764 +The maximum resident set size (KB) = 1067692 Test 076 control_thompson_extdiag_debug PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220701/INTEL/control_thompson_progcld_thompson_debug -working dir = /lfs/h2/emc/ptmp/denise.worthen/FV3_RT/rt_37354/control_thompson_progcld_thompson_debug +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220706/INTEL/control_thompson_progcld_thompson_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65207/control_thompson_progcld_thompson_debug Checking test 077 control_thompson_progcld_thompson_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 185.909120 -The maximum resident set size (KB) = 1042472 +The total amount of wall time = 186.743372 +The maximum resident set size (KB) = 1039196 Test 077 control_thompson_progcld_thompson_debug PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220701/INTEL/fv3_regional_debug -working dir = /lfs/h2/emc/ptmp/denise.worthen/FV3_RT/rt_37354/regional_debug +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220706/INTEL/fv3_regional_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65207/regional_debug Checking test 078 regional_debug results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK Comparing phyf000.nc .........OK Comparing phyf001.nc .........OK -The total amount of wall time = 259.292800 -The maximum resident set size (KB) = 623120 +The total amount of wall time = 258.250218 +The maximum resident set size (KB) = 624652 Test 078 regional_debug PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220701/INTEL/rap_control_debug -working dir = /lfs/h2/emc/ptmp/denise.worthen/FV3_RT/rt_37354/rap_control_debug +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220706/INTEL/rap_control_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65207/rap_control_debug Checking test 079 rap_control_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 295.330377 -The maximum resident set size (KB) = 1047344 +The total amount of wall time = 295.015081 +The maximum resident set size (KB) = 1048520 Test 079 rap_control_debug PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220701/INTEL/hrrr_control_debug -working dir = /lfs/h2/emc/ptmp/denise.worthen/FV3_RT/rt_37354/hrrr_control_debug +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220706/INTEL/hrrr_control_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65207/hrrr_control_debug Checking test 080 hrrr_control_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 289.441132 -The maximum resident set size (KB) = 1046308 +The total amount of wall time = 290.613544 +The maximum resident set size (KB) = 1043504 Test 080 hrrr_control_debug PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220701/INTEL/rap_control_debug -working dir = /lfs/h2/emc/ptmp/denise.worthen/FV3_RT/rt_37354/rap_unified_drag_suite_debug +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220706/INTEL/rap_control_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65207/rap_unified_drag_suite_debug Checking test 081 rap_unified_drag_suite_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 294.951784 -The maximum resident set size (KB) = 1047280 +The total amount of wall time = 295.197944 +The maximum resident set size (KB) = 1047508 Test 081 rap_unified_drag_suite_debug PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220701/INTEL/rap_diag_debug -working dir = /lfs/h2/emc/ptmp/denise.worthen/FV3_RT/rt_37354/rap_diag_debug +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220706/INTEL/rap_diag_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65207/rap_diag_debug Checking test 082 rap_diag_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 305.535923 -The maximum resident set size (KB) = 1131328 +The total amount of wall time = 305.792293 +The maximum resident set size (KB) = 1126756 Test 082 rap_diag_debug PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220701/INTEL/rap_cires_ugwp_debug -working dir = /lfs/h2/emc/ptmp/denise.worthen/FV3_RT/rt_37354/rap_cires_ugwp_debug +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220706/INTEL/rap_cires_ugwp_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65207/rap_cires_ugwp_debug Checking test 083 rap_cires_ugwp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 302.785542 -The maximum resident set size (KB) = 1048020 +The total amount of wall time = 303.163557 +The maximum resident set size (KB) = 1049144 Test 083 rap_cires_ugwp_debug PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220701/INTEL/rap_cires_ugwp_debug -working dir = /lfs/h2/emc/ptmp/denise.worthen/FV3_RT/rt_37354/rap_unified_ugwp_debug +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220706/INTEL/rap_cires_ugwp_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65207/rap_unified_ugwp_debug Checking test 084 rap_unified_ugwp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 301.607921 -The maximum resident set size (KB) = 1050712 +The total amount of wall time = 302.038935 +The maximum resident set size (KB) = 1043608 Test 084 rap_unified_ugwp_debug PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220701/INTEL/rap_lndp_debug -working dir = /lfs/h2/emc/ptmp/denise.worthen/FV3_RT/rt_37354/rap_lndp_debug +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220706/INTEL/rap_lndp_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65207/rap_lndp_debug Checking test 085 rap_lndp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 299.172022 -The maximum resident set size (KB) = 1047088 +The total amount of wall time = 300.539565 +The maximum resident set size (KB) = 1045232 Test 085 rap_lndp_debug PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220701/INTEL/rap_flake_debug -working dir = /lfs/h2/emc/ptmp/denise.worthen/FV3_RT/rt_37354/rap_flake_debug +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220706/INTEL/rap_flake_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65207/rap_flake_debug Checking test 086 rap_flake_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 295.191287 -The maximum resident set size (KB) = 1050436 +The total amount of wall time = 295.036021 +The maximum resident set size (KB) = 1045040 Test 086 rap_flake_debug PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220701/INTEL/rap_progcld_thompson_debug -working dir = /lfs/h2/emc/ptmp/denise.worthen/FV3_RT/rt_37354/rap_progcld_thompson_debug +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220706/INTEL/rap_progcld_thompson_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65207/rap_progcld_thompson_debug Checking test 087 rap_progcld_thompson_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 295.506392 -The maximum resident set size (KB) = 1047040 +The total amount of wall time = 296.314205 +The maximum resident set size (KB) = 1045596 Test 087 rap_progcld_thompson_debug PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220701/INTEL/rap_noah_debug -working dir = /lfs/h2/emc/ptmp/denise.worthen/FV3_RT/rt_37354/rap_noah_debug +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220706/INTEL/rap_noah_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65207/rap_noah_debug Checking test 088 rap_noah_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 288.768186 -The maximum resident set size (KB) = 1045680 +The total amount of wall time = 290.578083 +The maximum resident set size (KB) = 1043568 Test 088 rap_noah_debug PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220701/INTEL/rap_rrtmgp_debug -working dir = /lfs/h2/emc/ptmp/denise.worthen/FV3_RT/rt_37354/rap_rrtmgp_debug +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220706/INTEL/rap_rrtmgp_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65207/rap_rrtmgp_debug Checking test 089 rap_rrtmgp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 499.200682 -The maximum resident set size (KB) = 1169376 +The total amount of wall time = 497.878389 +The maximum resident set size (KB) = 1165264 Test 089 rap_rrtmgp_debug PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220701/INTEL/rap_sfcdiff_debug -working dir = /lfs/h2/emc/ptmp/denise.worthen/FV3_RT/rt_37354/rap_sfcdiff_debug +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220706/INTEL/rap_sfcdiff_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65207/rap_sfcdiff_debug Checking test 090 rap_sfcdiff_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 295.135539 -The maximum resident set size (KB) = 1048880 +The total amount of wall time = 298.560670 +The maximum resident set size (KB) = 1047648 Test 090 rap_sfcdiff_debug PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220701/INTEL/rap_noah_sfcdiff_cires_ugwp_debug -working dir = /lfs/h2/emc/ptmp/denise.worthen/FV3_RT/rt_37354/rap_noah_sfcdiff_cires_ugwp_debug +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220706/INTEL/rap_noah_sfcdiff_cires_ugwp_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65207/rap_noah_sfcdiff_cires_ugwp_debug Checking test 091 rap_noah_sfcdiff_cires_ugwp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 486.801409 -The maximum resident set size (KB) = 1046220 +The total amount of wall time = 486.412089 +The maximum resident set size (KB) = 1042268 Test 091 rap_noah_sfcdiff_cires_ugwp_debug PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220701/INTEL/rrfs_v1beta_debug -working dir = /lfs/h2/emc/ptmp/denise.worthen/FV3_RT/rt_37354/rrfs_v1beta_debug +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220706/INTEL/rrfs_v1beta_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65207/rrfs_v1beta_debug Checking test 092 rrfs_v1beta_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 292.779079 -The maximum resident set size (KB) = 1038248 +The total amount of wall time = 290.959236 +The maximum resident set size (KB) = 1043196 Test 092 rrfs_v1beta_debug PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220701/INTEL/control_wam_debug -working dir = /lfs/h2/emc/ptmp/denise.worthen/FV3_RT/rt_37354/control_wam_debug +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220706/INTEL/control_wam_debug +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65207/control_wam_debug Checking test 093 control_wam_debug results .... Comparing sfcf019.nc .........OK Comparing atmf019.nc .........OK -The total amount of wall time = 296.275793 -The maximum resident set size (KB) = 285640 +The total amount of wall time = 292.842530 +The maximum resident set size (KB) = 288116 Test 093 control_wam_debug PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220701/INTEL/hafs_regional_atm -working dir = /lfs/h2/emc/ptmp/denise.worthen/FV3_RT/rt_37354/hafs_regional_atm +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220706/INTEL/hafs_regional_atm +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65207/hafs_regional_atm Checking test 094 hafs_regional_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing HURPRS.GrbF06 .........OK -The total amount of wall time = 656.809999 -The maximum resident set size (KB) = 782036 +The total amount of wall time = 658.717536 +The maximum resident set size (KB) = 781680 Test 094 hafs_regional_atm PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220701/INTEL/hafs_regional_atm_thompson_gfdlsf -working dir = /lfs/h2/emc/ptmp/denise.worthen/FV3_RT/rt_37354/hafs_regional_atm_thompson_gfdlsf +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220706/INTEL/hafs_regional_atm_thompson_gfdlsf +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65207/hafs_regional_atm_thompson_gfdlsf Checking test 095 hafs_regional_atm_thompson_gfdlsf results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK -The total amount of wall time = 775.606128 -The maximum resident set size (KB) = 1144436 +The total amount of wall time = 777.916200 +The maximum resident set size (KB) = 1136968 Test 095 hafs_regional_atm_thompson_gfdlsf PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220701/INTEL/hafs_regional_atm_ocn -working dir = /lfs/h2/emc/ptmp/denise.worthen/FV3_RT/rt_37354/hafs_regional_atm_ocn +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220706/INTEL/hafs_regional_atm_ocn +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65207/hafs_regional_atm_ocn Checking test 096 hafs_regional_atm_ocn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -2612,14 +2612,14 @@ Checking test 096 hafs_regional_atm_ocn results .... Comparing ufs.hafs.cpl.hi.2019-08-29-21600.nc .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK -The total amount of wall time = 425.993366 -The maximum resident set size (KB) = 831224 +The total amount of wall time = 425.075133 +The maximum resident set size (KB) = 829440 Test 096 hafs_regional_atm_ocn PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220701/INTEL/hafs_regional_atm_wav -working dir = /lfs/h2/emc/ptmp/denise.worthen/FV3_RT/rt_37354/hafs_regional_atm_wav +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220706/INTEL/hafs_regional_atm_wav +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65207/hafs_regional_atm_wav Checking test 097 hafs_regional_atm_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -2628,14 +2628,14 @@ Checking test 097 hafs_regional_atm_wav results .... Comparing 20190829.060000.restart.ww3 .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK -The total amount of wall time = 695.245747 -The maximum resident set size (KB) = 860804 +The total amount of wall time = 691.464525 +The maximum resident set size (KB) = 862824 Test 097 hafs_regional_atm_wav PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220701/INTEL/hafs_regional_atm_ocn_wav -working dir = /lfs/h2/emc/ptmp/denise.worthen/FV3_RT/rt_37354/hafs_regional_atm_ocn_wav +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220706/INTEL/hafs_regional_atm_ocn_wav +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65207/hafs_regional_atm_ocn_wav Checking test 098 hafs_regional_atm_ocn_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -2646,28 +2646,28 @@ Checking test 098 hafs_regional_atm_ocn_wav results .... Comparing 20190829.060000.restart.ww3 .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK -The total amount of wall time = 845.019451 -The maximum resident set size (KB) = 873348 +The total amount of wall time = 857.078404 +The maximum resident set size (KB) = 871740 Test 098 hafs_regional_atm_ocn_wav PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220701/INTEL/hafs_regional_1nest_atm -working dir = /lfs/h2/emc/ptmp/denise.worthen/FV3_RT/rt_37354/hafs_regional_1nest_atm +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220706/INTEL/hafs_regional_1nest_atm +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65207/hafs_regional_1nest_atm Checking test 099 hafs_regional_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK Comparing sfc.nest02.f006.nc .........OK -The total amount of wall time = 1048.722687 -The maximum resident set size (KB) = 378264 +The total amount of wall time = 1048.856796 +The maximum resident set size (KB) = 377076 Test 099 hafs_regional_1nest_atm PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220701/INTEL/hafs_regional_telescopic_2nests_atm -working dir = /lfs/h2/emc/ptmp/denise.worthen/FV3_RT/rt_37354/hafs_regional_telescopic_2nests_atm +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220706/INTEL/hafs_regional_telescopic_2nests_atm +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65207/hafs_regional_telescopic_2nests_atm Checking test 100 hafs_regional_telescopic_2nests_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -2676,28 +2676,28 @@ Checking test 100 hafs_regional_telescopic_2nests_atm results .... Comparing atm.nest03.f006.nc .........OK Comparing sfc.nest03.f006.nc .........OK -The total amount of wall time = 1222.670082 -The maximum resident set size (KB) = 387388 +The total amount of wall time = 1205.176152 +The maximum resident set size (KB) = 386956 Test 100 hafs_regional_telescopic_2nests_atm PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220701/INTEL/hafs_global_1nest_atm -working dir = /lfs/h2/emc/ptmp/denise.worthen/FV3_RT/rt_37354/hafs_global_1nest_atm +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220706/INTEL/hafs_global_1nest_atm +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65207/hafs_global_1nest_atm Checking test 101 hafs_global_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK Comparing sfc.nest02.f006.nc .........OK -The total amount of wall time = 504.475535 -The maximum resident set size (KB) = 243128 +The total amount of wall time = 503.986750 +The maximum resident set size (KB) = 245552 Test 101 hafs_global_1nest_atm PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220701/INTEL/hafs_global_multiple_4nests_atm -working dir = /lfs/h2/emc/ptmp/denise.worthen/FV3_RT/rt_37354/hafs_global_multiple_4nests_atm +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220706/INTEL/hafs_global_multiple_4nests_atm +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65207/hafs_global_multiple_4nests_atm Checking test 102 hafs_global_multiple_4nests_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -2710,42 +2710,42 @@ Checking test 102 hafs_global_multiple_4nests_atm results .... Comparing atm.nest05.f006.nc .........OK Comparing sfc.nest05.f006.nc .........OK -The total amount of wall time = 1340.176754 -The maximum resident set size (KB) = 329116 +The total amount of wall time = 1338.788333 +The maximum resident set size (KB) = 329076 Test 102 hafs_global_multiple_4nests_atm PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220701/INTEL/hafs_regional_specified_moving_1nest_atm -working dir = /lfs/h2/emc/ptmp/denise.worthen/FV3_RT/rt_37354/hafs_regional_specified_moving_1nest_atm +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220706/INTEL/hafs_regional_specified_moving_1nest_atm +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65207/hafs_regional_specified_moving_1nest_atm Checking test 103 hafs_regional_specified_moving_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK Comparing sfc.nest02.f006.nc .........OK -The total amount of wall time = 631.150835 -The maximum resident set size (KB) = 383940 +The total amount of wall time = 627.881989 +The maximum resident set size (KB) = 382960 Test 103 hafs_regional_specified_moving_1nest_atm PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220701/INTEL/hafs_regional_storm_following_1nest_atm -working dir = /lfs/h2/emc/ptmp/denise.worthen/FV3_RT/rt_37354/hafs_regional_storm_following_1nest_atm +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220706/INTEL/hafs_regional_storm_following_1nest_atm +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65207/hafs_regional_storm_following_1nest_atm Checking test 104 hafs_regional_storm_following_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK Comparing sfc.nest02.f006.nc .........OK -The total amount of wall time = 613.463940 -The maximum resident set size (KB) = 382364 +The total amount of wall time = 607.230250 +The maximum resident set size (KB) = 382356 Test 104 hafs_regional_storm_following_1nest_atm PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220701/INTEL/hafs_regional_storm_following_1nest_atm_ocn -working dir = /lfs/h2/emc/ptmp/denise.worthen/FV3_RT/rt_37354/hafs_regional_storm_following_1nest_atm_ocn +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220706/INTEL/hafs_regional_storm_following_1nest_atm_ocn +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65207/hafs_regional_storm_following_1nest_atm_ocn Checking test 105 hafs_regional_storm_following_1nest_atm_ocn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -2754,14 +2754,14 @@ Checking test 105 hafs_regional_storm_following_1nest_atm_ocn results .... Comparing archv.2020_238_18.a .........OK Comparing archs.2020_238_18.a .........OK -The total amount of wall time = 632.182368 -The maximum resident set size (KB) = 406364 +The total amount of wall time = 631.290032 +The maximum resident set size (KB) = 406340 Test 105 hafs_regional_storm_following_1nest_atm_ocn PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220701/INTEL/hafs_regional_storm_following_1nest_atm_ocn_wav -working dir = /lfs/h2/emc/ptmp/denise.worthen/FV3_RT/rt_37354/hafs_regional_storm_following_1nest_atm_ocn_wav +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220706/INTEL/hafs_regional_storm_following_1nest_atm_ocn_wav +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65207/hafs_regional_storm_following_1nest_atm_ocn_wav Checking test 106 hafs_regional_storm_following_1nest_atm_ocn_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -2772,28 +2772,28 @@ Checking test 106 hafs_regional_storm_following_1nest_atm_ocn_wav results .... Comparing out_grd.ww3 .........OK Comparing out_pnt.ww3 .........OK -The total amount of wall time = 1319.021398 -The maximum resident set size (KB) = 463808 +The total amount of wall time = 1303.542981 +The maximum resident set size (KB) = 469932 Test 106 hafs_regional_storm_following_1nest_atm_ocn_wav PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220701/INTEL/hafs_global_storm_following_1nest_atm -working dir = /lfs/h2/emc/ptmp/denise.worthen/FV3_RT/rt_37354/hafs_global_storm_following_1nest_atm +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220706/INTEL/hafs_global_storm_following_1nest_atm +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65207/hafs_global_storm_following_1nest_atm Checking test 107 hafs_global_storm_following_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK Comparing sfc.nest02.f006.nc .........OK -The total amount of wall time = 206.896797 -The maximum resident set size (KB) = 286832 +The total amount of wall time = 203.062585 +The maximum resident set size (KB) = 258076 Test 107 hafs_global_storm_following_1nest_atm PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220701/INTEL/hafs_regional_docn -working dir = /lfs/h2/emc/ptmp/denise.worthen/FV3_RT/rt_37354/hafs_regional_docn +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220706/INTEL/hafs_regional_docn +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65207/hafs_regional_docn Checking test 108 hafs_regional_docn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -2801,14 +2801,14 @@ Checking test 108 hafs_regional_docn results .... Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK Comparing ufs.hafs.docn.r.2019-08-29-21600.nc .........OK -The total amount of wall time = 380.156214 -The maximum resident set size (KB) = 832760 +The total amount of wall time = 378.079934 +The maximum resident set size (KB) = 834864 Test 108 hafs_regional_docn PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220701/INTEL/hafs_regional_docn_oisst -working dir = /lfs/h2/emc/ptmp/denise.worthen/FV3_RT/rt_37354/hafs_regional_docn_oisst +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220706/INTEL/hafs_regional_docn_oisst +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65207/hafs_regional_docn_oisst Checking test 109 hafs_regional_docn_oisst results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -2816,25 +2816,25 @@ Checking test 109 hafs_regional_docn_oisst results .... Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK Comparing ufs.hafs.docn.r.2019-08-29-21600.nc .........OK -The total amount of wall time = 380.998532 -The maximum resident set size (KB) = 820464 +The total amount of wall time = 380.622570 +The maximum resident set size (KB) = 819616 Test 109 hafs_regional_docn_oisst PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220701/INTEL/hafs_regional_datm_cdeps -working dir = /lfs/h2/emc/ptmp/denise.worthen/FV3_RT/rt_37354/hafs_regional_datm_cdeps +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20220706/INTEL/hafs_regional_datm_cdeps +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65207/hafs_regional_datm_cdeps Checking test 110 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 -The total amount of wall time = 1181.517016 -The maximum resident set size (KB) = 841276 +The total amount of wall time = 1183.010875 +The maximum resident set size (KB) = 841340 Test 110 hafs_regional_datm_cdeps PASS REGRESSION TEST WAS SUCCESSFUL -Sat Jul 2 13:19:10 UTC 2022 -Elapsed time: 00h:59m:25s. Have a nice day! +Wed Jul 6 22:55:28 UTC 2022 +Elapsed time: 00h:53m:55s. Have a nice day! diff --git a/tests/default_vars.sh b/tests/default_vars.sh index 28807b1064..5d3f6f21aa 100755 --- a/tests/default_vars.sh +++ b/tests/default_vars.sh @@ -551,7 +551,7 @@ export HAFS=false export DATM_CDEPS=false export DOCN_CDEPS=false -export FV3BMIC='gfs_p8c' +export FV3BMIC='p8c' export SYEAR=2021 export SMONTH=03 @@ -774,6 +774,8 @@ export np2=`expr $NPROC_ICE / 2` export BLCKX=`expr $NX_GLB / $np2` export BLCKY=`expr $NY_GLB / 2` export MESHOCN_ICE=mesh.mx${OCNRES}.nc +export WAVDOMAIN=mx${OCNRES} +export MESH_WAV=mesh.${WAVDOMAIN}.nc export CICEGRID=grid_cice_NEMS_mx${OCNRES}.nc export CICEMASK=kmtu_cice_NEMS_mx${OCNRES}.nc export RUNID=unknown diff --git a/tests/fv3_conf/cpld_control_run.IN b/tests/fv3_conf/cpld_control_run.IN index 545c87f425..35c9b58ff1 100644 --- a/tests/fv3_conf/cpld_control_run.IN +++ b/tests/fv3_conf/cpld_control_run.IN @@ -45,10 +45,13 @@ cp @[INPUTDATA_ROOT]/CICE_FIX/@[OCNRES]/mesh.mx@[OCNRES].nc . # WW3 fix/input if [[ $CPLWAV == .true. ]]; then cp @[INPUTDATA_ROOT_WW3]/mod_def.points . - if [[ $OCNRES == 025 ]]; then - cp @[INPUTDATA_ROOT_WW3]/mod_def.mx@[OCNRES]lite mod_def.ww3 + if [[ $WAVDOMAIN == mx025 ]]; then + cp @[INPUTDATA_ROOT_WW3]/mod_def.@[WAVDOMAIN]lite mod_def.ww3 else - cp @[INPUTDATA_ROOT_WW3]/mod_def.mx@[OCNRES] mod_def.ww3 + cp @[INPUTDATA_ROOT_WW3]/mod_def.@[WAVDOMAIN] mod_def.ww3 + fi + if [[ ${WAVDOMAIN:0:2} != mx ]]; then + cp @[INPUTDATA_ROOT_WW3]/@[MESH_WAV] . fi fi @@ -103,7 +106,7 @@ else ls -1 ${RFILE}>rpointer.cpl # CMEPS/CCPP restart file - if [[ $CPLMODE =~ 'nems_frac_aoflux' ]]; then + if [[ $CPLMODE =~ 'nems_frac_aoflux' ]]; then RFILE_CCPP=ufs.cpld.cpl.ccpp.${RESTART_FILE_SUFFIX_SECS}.nc cp ../${DEP_RUN}${SUFFIX}/${RFILE_CCPP} . fi diff --git a/tests/opnReqTest b/tests/opnReqTest index 133ef2f815..dbed1d76ed 100755 --- a/tests/opnReqTest +++ b/tests/opnReqTest @@ -602,7 +602,7 @@ mkdir -p ${STMP}/${USER} NEW_BASELINE=${STMP}/${USER}/FV3_OPNREQ_TEST/OPNREQ_TEST RTPWD=${NEW_BASELINE} INPUTDATA_ROOT=${INPUTDATA_ROOT:-$DISKNM/NEMSfv3gfs/input-data-20220414} -INPUTDATA_ROOT_WW3=${INPUTDATA_ROOT}/WW3_input_data_20220418/ +INPUTDATA_ROOT_WW3=${INPUTDATA_ROOT}/WW3_input_data_20220624/ INPUTDATA_ROOT_BMIC=${INPUTDATA_ROOT_BMIC:-$DISKNM/NEMSfv3gfs/BM_IC-20220207} rm -rf $NEW_BASELINE diff --git a/tests/parm/nems.configure.cpld.IN b/tests/parm/nems.configure.cpld.IN index d1192f3318..e2a2979d9b 100644 --- a/tests/parm/nems.configure.cpld.IN +++ b/tests/parm/nems.configure.cpld.IN @@ -66,7 +66,7 @@ WAV_attributes:: OverwriteSlice = false diro = "." logfile = wav.log - mesh_wav = @[MESHOCN_ICE] + mesh_wav = @[MESH_WAV] multigrid = @[MULTIGRID] :: diff --git a/tests/parm/nems.configure.cpld_noaero.IN b/tests/parm/nems.configure.cpld_noaero.IN index e69ebc817b..925baced2f 100644 --- a/tests/parm/nems.configure.cpld_noaero.IN +++ b/tests/parm/nems.configure.cpld_noaero.IN @@ -59,7 +59,7 @@ WAV_attributes:: OverwriteSlice = false diro = "." logfile = wav.log - mesh_wav = @[MESHOCN_ICE] + mesh_wav = @[MESH_WAV] multigrid = @[MULTIGRID] :: diff --git a/tests/rt.sh b/tests/rt.sh index 1fe2f4f0bf..3e8fca3601 100755 --- a/tests/rt.sh +++ b/tests/rt.sh @@ -420,12 +420,12 @@ if [[ $TESTS_FILE =~ '35d' ]] || [[ $TESTS_FILE =~ 'weekly' ]]; then TEST_35D=true fi -BL_DATE=20220701 +BL_DATE=20220706 RTPWD=${RTPWD:-$DISKNM/NEMSfv3gfs/develop-${BL_DATE}/${RT_COMPILER^^}} INPUTDATA_ROOT=${INPUTDATA_ROOT:-$DISKNM/NEMSfv3gfs/input-data-20220414} -INPUTDATA_ROOT_WW3=${INPUTDATA_ROOT}/WW3_input_data_20220418 +INPUTDATA_ROOT_WW3=${INPUTDATA_ROOT}/WW3_input_data_20220624 INPUTDATA_ROOT_BMIC=${INPUTDATA_ROOT_BMIC:-$DISKNM/NEMSfv3gfs/BM_IC-20220207} shift $((OPTIND-1)) diff --git a/tests/run_compile.sh b/tests/run_compile.sh index ed7ae7ce11..4ec17c9edf 100755 --- a/tests/run_compile.sh +++ b/tests/run_compile.sh @@ -23,6 +23,15 @@ write_fail_test() { exit 1 } +remove_fail_test() { + echo "Removing test failure flag file for compile_${COMPILE_NR}" + if [[ ${OPNREQ_TEST} == true ]] ; then + rm -f $PATHRT/fail_opnreq_compile_${COMPILE_NR} + else + rm -f $PATHRT/fail_compile_${COMPILE_NR} + fi +} + if [[ $# != 4 ]]; then echo "Usage: $0 PATHRT RUNDIR_ROOT MAKE_OPT COMPILE_NR" exit 1 @@ -35,11 +44,7 @@ export COMPILE_NR=$4 cd ${PATHRT} OPNREQ_TEST=${OPNREQ_TEST:-false} -if [[ ${OPNREQ_TEST} == true ]]; then - rm -f fail_opnreq_compile_${COMPILE_NR} -else - rm -f fail_compile_${COMPILE_NR} -fi +remove_fail_test [[ -e ${RUNDIR_ROOT}/compile_${COMPILE_NR}.env ]] && source ${RUNDIR_ROOT}/compile_${COMPILE_NR}.env source default_vars.sh @@ -85,6 +90,9 @@ ls -l ${PATHTR}/tests/fv3_${COMPILE_NR}.exe cp ${RUNDIR}/compile_*_time.log ${LOG_DIR} cat ${RUNDIR}/job_timestamp.txt >> ${LOG_DIR}/job_${JOB_NR}_timestamp.txt + +remove_fail_test + ################################################################################ # End compile job ################################################################################ diff --git a/tests/run_test.sh b/tests/run_test.sh index 0f996a7c09..9617810f27 100755 --- a/tests/run_test.sh +++ b/tests/run_test.sh @@ -23,6 +23,15 @@ write_fail_test() { exit 1 } +remove_fail_test() { + echo "Removing test failure flag file for ${TEST_NAME} ${TEST_NR}" + if [[ ${OPNREQ_TEST} == true ]] ; then + rm -f $PATHRT/fail_opnreq_test_${TEST_NR} + else + rm -f $PATHRT/fail_test_${TEST_NR} + fi +} + function compute_petbounds() { # each test MUST define ${COMPONENT}_tasks variable for all components it is using @@ -90,11 +99,7 @@ export COMPILE_NR=$5 cd ${PATHRT} OPNREQ_TEST=${OPNREQ_TEST:-false} -if [[ ${OPNREQ_TEST} == true ]]; then - rm -f fail_opnreq_test_${TEST_NR} -else - rm -f fail_test_${TEST_NR} -fi +remove_fail_test [[ -e ${RUNDIR_ROOT}/run_test_${TEST_NR}.env ]] && source ${RUNDIR_ROOT}/run_test_${TEST_NR}.env source default_vars.sh @@ -356,6 +361,9 @@ fi if [[ $SCHEDULER != 'none' ]]; then cat ${RUNDIR}/job_timestamp.txt >> ${LOG_DIR}/job_${JOB_NR}_timestamp.txt fi + +remove_fail_test + ################################################################################ # End test ################################################################################ diff --git a/tests/tests/cpld_bmark_p8 b/tests/tests/cpld_bmark_p8 index 98d3fa70fb..b31b0437d3 100644 --- a/tests/tests/cpld_bmark_p8 +++ b/tests/tests/cpld_bmark_p8 @@ -97,6 +97,8 @@ export NPROC_ICE=$ICE_tasks export np2=`expr $NPROC_ICE / 2` export BLCKX=`expr $NX_GLB / $np2` export BLCKY=`expr $NY_GLB / 2` +export WAVDOMAIN=gwes_30m +export MESH_WAV=mesh.${WAVDOMAIN}.nc # set component and coupling timesteps export DT_ATMOS=300 diff --git a/tests/tests/cpld_bmark_p8_35d b/tests/tests/cpld_bmark_p8_35d index 2e9d1bcb24..a45246258a 100644 --- a/tests/tests/cpld_bmark_p8_35d +++ b/tests/tests/cpld_bmark_p8_35d @@ -49,6 +49,8 @@ export NPROC_ICE=80 export np2=`expr $NPROC_ICE / 2` export BLCKX=`expr $NX_GLB / $np2` export BLCKY=`expr $NY_GLB / 2` +export WAVDOMAIN=gwes_30m +export MESH_WAV=mesh.${WAVDOMAIN}.nc # set component and coupling timesteps export DT_ATMOS=300 diff --git a/tests/tests/cpld_control_c192_p8 b/tests/tests/cpld_control_c192_p8 index 967c8824aa..a2d51b1c4c 100644 --- a/tests/tests/cpld_control_c192_p8 +++ b/tests/tests/cpld_control_c192_p8 @@ -94,6 +94,8 @@ export NPROC_ICE=$ICE_tasks export np2=`expr $NPROC_ICE / 2` export BLCKX=`expr $NX_GLB / $np2` export BLCKY=`expr $NY_GLB / 2` +export WAVDOMAIN=mx${OCNRES} +export MESH_WAV=mesh.${WAVDOMAIN}.nc # set component and coupling timesteps export DT_ATMOS=600 diff --git a/tests/tests/cpld_restart_bmark_p8 b/tests/tests/cpld_restart_bmark_p8 index 4098237aaa..88d572c9ce 100644 --- a/tests/tests/cpld_restart_bmark_p8 +++ b/tests/tests/cpld_restart_bmark_p8 @@ -100,6 +100,8 @@ export NPROC_ICE=$ICE_tasks export np2=`expr $NPROC_ICE / 2` export BLCKX=`expr $NX_GLB / $np2` export BLCKY=`expr $NY_GLB / 2` +export WAVDOMAIN=gwes_30m +export MESH_WAV=mesh.${WAVDOMAIN}.nc # set component and coupling timesteps export DT_ATMOS=300 diff --git a/tests/tests/cpld_restart_c192_p8 b/tests/tests/cpld_restart_c192_p8 index 09d807cea6..149fdbabab 100644 --- a/tests/tests/cpld_restart_c192_p8 +++ b/tests/tests/cpld_restart_c192_p8 @@ -99,6 +99,8 @@ export NPROC_ICE=$ICE_tasks export np2=`expr $NPROC_ICE / 2` export BLCKX=`expr $NX_GLB / $np2` export BLCKY=`expr $NY_GLB / 2` +export WAVDOMAIN=mx${OCNRES} +export MESH_WAV=mesh.${WAVDOMAIN}.nc # set component and coupling timesteps export DT_ATMOS=600