diff --git a/CDEPS-interface/CDEPS b/CDEPS-interface/CDEPS index b1c8946789..ad4282a002 160000 --- a/CDEPS-interface/CDEPS +++ b/CDEPS-interface/CDEPS @@ -1 +1 @@ -Subproject commit b1c89467897fce25fd53edca1e55691fa3b5859b +Subproject commit ad4282a002c6a13b7017ae00f6ec08b175617972 diff --git a/CMakeLists.txt b/CMakeLists.txt index 89b3a73e28..30cc43e8ed 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,7 +16,7 @@ list(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/CMakeModules/Modules) ############################################################################### # Valid applications and choices -list(APPEND VALID_APPS ATM ATMAERO ATMW S2S S2SW HAFS HAFSW HAFS-ALL NG-GODAS NG-GODAS-NEMSDATM) +list(APPEND VALID_APPS ATM ATMAERO ATMW S2S S2SW HAFS HAFSW HAFS-ALL NG-GODAS) set(APP NONE CACHE BOOL "Application Name") if(NOT (APP IN_LIST VALID_APPS)) message(FATAL_ERROR "${APP} is not a valid application.\nValid Applications are: ${VALID_APPS}") @@ -30,7 +30,6 @@ set(HYCOM OFF CACHE BOOL "Enable HYCOM") set(CICE6 OFF CACHE BOOL "Enable CICE6") set(WW3 OFF CACHE BOOL "Enable WW3") set(STOCH_PHYS OFF CACHE BOOL "Enable Stochastic Physics") -set(NEMSdatm OFF CACHE BOOL "Enable NEMSdatm") set(CMEPS OFF CACHE BOOL "Enable CMEPS") set(CDEPS OFF CACHE BOOL "Enable CDEPS") @@ -47,7 +46,6 @@ message("HYCOM ............ ${HYCOM}") message("CICE6 ............ ${CICE6}") message("WW3 .............. ${WW3}") message("STOCH_PHYS ....... ${STOCH_PHYS}") -message("NEMSdatm ......... ${NEMSdatm}") message("CDEPS ............ ${CDEPS}") message("CMEPS ............ ${CMEPS}") @@ -203,12 +201,8 @@ if(CMEPS) endif() ############################################################################### -### Data Components [NEMSdatm, CDEPS] +### Data Components [CDEPS] ############################################################################### -if(NEMSdatm) - add_subdirectory(DATM/DATM) -endif() - if(CDEPS) add_subdirectory(CDEPS-interface) endif() @@ -245,12 +239,6 @@ if(STOCH_PHYS) list(APPEND _ufs_libs_public stochastic_physics) endif() -if(NEMSdatm) - add_dependencies(ufs datatm) - list(APPEND _ufs_defs_private FRONT_NEMS_DATM=datm) - list(APPEND _ufs_libs_public datatm) -endif() - if(FV3) add_dependencies(ufs fv3atm) list(APPEND _ufs_defs_private FRONT_FV3=fv3gfs_cap_mod) diff --git a/cmake/configure_apps.cmake b/cmake/configure_apps.cmake index 28fe89b954..fea0fc2de5 100644 --- a/cmake/configure_apps.cmake +++ b/cmake/configure_apps.cmake @@ -25,19 +25,14 @@ if(APP MATCHES "^(ATM|ATMW)$") endif() endif() -if(APP MATCHES "^(NG-GODAS|NG-GODAS-NEMSDATM)$") +if(APP MATCHES "^(NG-GODAS)$") set(CMEPS ON CACHE BOOL "Enable CMEPS" FORCE) set(STOCH_PHYS ON CACHE BOOL "Enable Stochastic Physics" FORCE) set(FMS ON CACHE BOOL "Enable FMS" FORCE) set(MOM6 ON CACHE BOOL "Enable MOM6" FORCE) set(CICE6 ON CACHE BOOL "Enable CICE6" FORCE) - if(APP MATCHES "NG-GODAS-NEMSDATM") - set(NEMSdatm ON CACHE BOOL "Enable NEMS DataAtm" FORCE) - message("Configuring UFS app in (NEMS) Data Atmosphere mode") - elseif(APP MATCHES "NG-GODAS") - set(CDEPS ON CACHE BOOL "Enable CDEPS" FORCE) - message("Configuring UFS app in (CDEPS) Data Atmosphere mode") - endif() + set(CDEPS ON CACHE BOOL "Enable CDEPS" FORCE) + message("Configuring UFS app in (CDEPS) Data Atmosphere mode") endif() if(APP MATCHES "^(S2S|S2SW)$") diff --git a/driver/EARTH_GRID_COMP.F90 b/driver/EARTH_GRID_COMP.F90 index 2114886157..b6382a46d6 100644 --- a/driver/EARTH_GRID_COMP.F90 +++ b/driver/EARTH_GRID_COMP.F90 @@ -46,9 +46,6 @@ MODULE module_EARTH_GRID_COMP #ifdef FRONT_FV3 use FRONT_FV3, only: FV3_SS => SetServices #endif -#ifdef FRONT_NEMS_DATM - use FRONT_NEMS_DATM, only: DATM_SS => SetServices -#endif #ifdef FRONT_CDEPS_DATM use FRONT_CDEPS_DATM, only: DATM_SS => SetServices #endif @@ -344,8 +341,8 @@ subroutine SetModelServices(driver, rc) found_comp = .true. end if #endif -#if defined FRONT_NEMS_DATM || defined FRONT_CDEPS_DATM - if (trim(model) == "nems_datm" .or. trim(model) == "datm" ) then +#if defined FRONT_CDEPS_DATM + if (trim(model) == "datm" ) then call NUOPC_DriverAddComp(driver, trim(prefix), DATM_SS, & petList=petList, comp=comp, rc=rc) if (ChkErr(rc,__LINE__,u_FILE_u)) return diff --git a/tests/RegressionTests_cheyenne.gnu.log b/tests/RegressionTests_cheyenne.gnu.log index f27c6ce861..67b1e340a3 100644 --- a/tests/RegressionTests_cheyenne.gnu.log +++ b/tests/RegressionTests_cheyenne.gnu.log @@ -1,15 +1,15 @@ -Wed Jan 19 16:56:58 MST 2022 +Thu Jan 20 10:46:17 MST 2022 Start Regression test -Compile 001 elapsed time 399 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v16_RRTMGP,FV3_GFS_v16_thompson,FV3_GFS_v16_ras,FV3_GFS_v16_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 002 elapsed time 382 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 003 elapsed time 746 seconds. -DAPP=ATM -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 004 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 005 elapsed time 489 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v16_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 006 elapsed time 263 seconds. -DAPP=S2S -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 001 elapsed time 401 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v16_RRTMGP,FV3_GFS_v16_thompson,FV3_GFS_v16_ras,FV3_GFS_v16_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 002 elapsed time 376 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 003 elapsed time 752 seconds. -DAPP=ATM -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 004 elapsed time 187 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 481 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v16_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 006 elapsed time 264 seconds. -DAPP=S2S -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/GNU/control -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24340/control +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_45995/control Checking test 001 control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -56,14 +56,14 @@ Checking test 001 control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 274.918699 -0:The maximum resident set size (KB) = 433192 +0:The total amount of wall time = 281.114598 +0:The maximum resident set size (KB) = 433368 Test 001 control PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/GNU/control -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24340/control_restart +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_45995/control_restart Checking test 002 control_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -102,14 +102,14 @@ Checking test 002 control_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 137.886607 +0:The total amount of wall time = 138.159919 0:The maximum resident set size (KB) = 183020 Test 002 control_restart PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/GNU/control_c48 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24340/control_c48 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_45995/control_c48 Checking test 003 control_c48 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -148,14 +148,14 @@ Checking test 003 control_c48 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 818.149245 -0:The maximum resident set size (KB) = 669084 +0:The total amount of wall time = 819.015160 +0:The maximum resident set size (KB) = 669096 Test 003 control_c48 PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/GNU/control_stochy -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24340/control_stochy +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_45995/control_stochy Checking test 004 control_stochy results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -166,14 +166,14 @@ Checking test 004 control_stochy results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -0:The total amount of wall time = 171.605030 -0:The maximum resident set size (KB) = 427848 +0:The total amount of wall time = 173.017477 +0:The maximum resident set size (KB) = 427576 Test 004 control_stochy PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/GNU/control_flake -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24340/control_flake +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_45995/control_flake Checking test 005 control_flake results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -184,14 +184,14 @@ Checking test 005 control_flake results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 340.241879 -0:The maximum resident set size (KB) = 485664 +0:The total amount of wall time = 343.931005 +0:The maximum resident set size (KB) = 485616 Test 005 control_flake PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/GNU/control_rrtmgp -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24340/control_rrtmgp +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_45995/control_rrtmgp Checking test 006 control_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -202,14 +202,14 @@ Checking test 006 control_rrtmgp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 342.134598 -0:The maximum resident set size (KB) = 529756 +0:The total amount of wall time = 345.201358 +0:The maximum resident set size (KB) = 529764 Test 006 control_rrtmgp PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/GNU/control_thompson -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24340/control_thompson +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_45995/control_thompson Checking test 007 control_thompson results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -220,14 +220,14 @@ Checking test 007 control_thompson results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 366.019020 -0:The maximum resident set size (KB) = 795396 +0:The total amount of wall time = 366.853220 +0:The maximum resident set size (KB) = 795436 Test 007 control_thompson PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/GNU/control_thompson_no_aero -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24340/control_thompson_no_aero +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_45995/control_thompson_no_aero Checking test 008 control_thompson_no_aero results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -238,14 +238,14 @@ Checking test 008 control_thompson_no_aero results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 351.129926 -0:The maximum resident set size (KB) = 789300 +0:The total amount of wall time = 350.129164 +0:The maximum resident set size (KB) = 789324 Test 008 control_thompson_no_aero PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/GNU/control_ras -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24340/control_ras +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_45995/control_ras Checking test 009 control_ras results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -256,14 +256,14 @@ Checking test 009 control_ras results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 291.009539 -0:The maximum resident set size (KB) = 446068 +0:The total amount of wall time = 294.398255 +0:The maximum resident set size (KB) = 445988 Test 009 control_ras PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/GNU/control_p8 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24340/control_p8 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_45995/control_p8 Checking test 010 control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -310,14 +310,14 @@ Checking test 010 control_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 288.422106 -0:The maximum resident set size (KB) = 490984 +0:The total amount of wall time = 281.355491 +0:The maximum resident set size (KB) = 490904 Test 010 control_p8 PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/GNU/rap_control -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24340/rap_control +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_45995/rap_control Checking test 011 rap_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -364,14 +364,14 @@ Checking test 011 rap_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 697.126502 -0:The maximum resident set size (KB) = 773624 +0:The total amount of wall time = 697.542791 +0:The maximum resident set size (KB) = 773608 Test 011 rap_control PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/GNU/rap_control -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24340/rap_2threads +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_45995/rap_2threads Checking test 012 rap_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -418,14 +418,14 @@ Checking test 012 rap_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 1213.281523 -0:The maximum resident set size (KB) = 838980 +0:The total amount of wall time = 1217.813089 +0:The maximum resident set size (KB) = 838916 Test 012 rap_2threads PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/GNU/rap_control -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24340/rap_restart +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_45995/rap_restart Checking test 013 rap_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -464,14 +464,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 = 345.790313 -0:The maximum resident set size (KB) = 521044 +0:The total amount of wall time = 344.834680 +0:The maximum resident set size (KB) = 520972 Test 013 rap_restart PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/GNU/rap_sfcdiff -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24340/rap_sfcdiff +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_45995/rap_sfcdiff Checking test 014 rap_sfcdiff results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -518,14 +518,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 = 695.539815 -0:The maximum resident set size (KB) = 773412 +0:The total amount of wall time = 694.640035 +0:The maximum resident set size (KB) = 773540 Test 014 rap_sfcdiff PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/GNU/rap_sfcdiff -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24340/rap_sfcdiff_restart +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_45995/rap_sfcdiff_restart Checking test 015 rap_sfcdiff_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -564,14 +564,14 @@ Checking test 015 rap_sfcdiff_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 342.910355 -0:The maximum resident set size (KB) = 520724 +0:The total amount of wall time = 345.274255 +0:The maximum resident set size (KB) = 520652 Test 015 rap_sfcdiff_restart PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/GNU/hrrr_control -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24340/hrrr_control +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_45995/hrrr_control Checking test 016 hrrr_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -618,14 +618,14 @@ Checking test 016 hrrr_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 668.478281 -0:The maximum resident set size (KB) = 771500 +0:The total amount of wall time = 670.584610 +0:The maximum resident set size (KB) = 771468 Test 016 hrrr_control PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/GNU/rrfs_v1beta -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24340/rrfs_v1beta +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_45995/rrfs_v1beta Checking test 017 rrfs_v1beta results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -672,14 +672,14 @@ Checking test 017 rrfs_v1beta results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 687.303723 -0:The maximum resident set size (KB) = 771120 +0:The total amount of wall time = 687.542970 +0:The maximum resident set size (KB) = 771144 Test 017 rrfs_v1beta PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/GNU/rrfs_conus13km_hrrr_warm -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24340/rrfs_conus13km_hrrr_warm +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_45995/rrfs_conus13km_hrrr_warm Checking test 018 rrfs_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -688,14 +688,14 @@ Checking test 018 rrfs_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK -0:The total amount of wall time = 318.008442 -0:The maximum resident set size (KB) = 592240 +0:The total amount of wall time = 323.254444 +0:The maximum resident set size (KB) = 591500 Test 018 rrfs_conus13km_hrrr_warm PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/GNU/rrfs_conus13km_radar_tten_warm -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24340/rrfs_conus13km_radar_tten_warm +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_45995/rrfs_conus13km_radar_tten_warm Checking test 019 rrfs_conus13km_radar_tten_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -704,250 +704,250 @@ Checking test 019 rrfs_conus13km_radar_tten_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK -0:The total amount of wall time = 320.505545 -0:The maximum resident set size (KB) = 594244 +0:The total amount of wall time = 322.763358 +0:The maximum resident set size (KB) = 594284 Test 019 rrfs_conus13km_radar_tten_warm PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/GNU/control_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24340/control_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_45995/control_debug Checking test 020 control_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 80.377539 -0:The maximum resident set size (KB) = 423900 +0:The total amount of wall time = 79.982548 +0:The maximum resident set size (KB) = 423880 Test 020 control_debug PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/GNU/control_diag_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24340/control_diag_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_45995/control_diag_debug Checking test 021 control_diag_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 86.929919 -0:The maximum resident set size (KB) = 481612 +0:The total amount of wall time = 87.812087 +0:The maximum resident set size (KB) = 481600 Test 021 control_diag_debug PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/GNU/fv3_regional_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24340/regional_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_45995/regional_debug Checking test 022 regional_debug results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK Comparing phyf000.nc .........OK Comparing phyf001.nc .........OK -0:The total amount of wall time = 131.748886 -0:The maximum resident set size (KB) = 534520 +0:The total amount of wall time = 131.685079 +0:The maximum resident set size (KB) = 534500 Test 022 regional_debug PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/GNU/rap_control_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24340/rap_control_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_45995/rap_control_debug Checking test 023 rap_control_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 144.687079 -0:The maximum resident set size (KB) = 795724 +0:The total amount of wall time = 144.965341 +0:The maximum resident set size (KB) = 795764 Test 023 rap_control_debug PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/GNU/rap_diag_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24340/rap_diag_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_45995/rap_diag_debug Checking test 024 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.581913 -0:The maximum resident set size (KB) = 878832 +0:The total amount of wall time = 154.630125 +0:The maximum resident set size (KB) = 878928 Test 024 rap_diag_debug PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/GNU/rap_noah_sfcdiff_cires_ugwp_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24340/rap_noah_sfcdiff_cires_ugwp_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_45995/rap_noah_sfcdiff_cires_ugwp_debug Checking test 025 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 = 235.928192 -0:The maximum resident set size (KB) = 794348 +0:The total amount of wall time = 234.592256 +0:The maximum resident set size (KB) = 794336 Test 025 rap_noah_sfcdiff_cires_ugwp_debug PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/GNU/rap_progcld_thompson_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24340/rap_progcld_thompson_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_45995/rap_progcld_thompson_debug Checking test 026 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.059435 -0:The maximum resident set size (KB) = 795724 +0:The total amount of wall time = 145.383741 +0:The maximum resident set size (KB) = 795756 Test 026 rap_progcld_thompson_debug PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/GNU/rrfs_v1beta_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24340/rrfs_v1beta_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_45995/rrfs_v1beta_debug Checking test 027 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 = 145.034981 -0:The maximum resident set size (KB) = 790656 +0:The total amount of wall time = 145.562488 +0:The maximum resident set size (KB) = 790676 Test 027 rrfs_v1beta_debug PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/GNU/control_thompson_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24340/control_thompson_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_45995/control_thompson_debug Checking test 028 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 = 93.689502 -0:The maximum resident set size (KB) = 781820 +0:The total amount of wall time = 94.198126 +0:The maximum resident set size (KB) = 781816 Test 028 control_thompson_debug PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/GNU/control_thompson_no_aero_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24340/control_thompson_no_aero_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_45995/control_thompson_no_aero_debug Checking test 029 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 = 93.780016 -0:The maximum resident set size (KB) = 777236 +0:The total amount of wall time = 91.183808 +0:The maximum resident set size (KB) = 777192 Test 029 control_thompson_no_aero_debug PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/GNU/control_thompson_debug_extdiag -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24340/control_thompson_extdiag_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_45995/control_thompson_extdiag_debug Checking test 030 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.763746 -0:The maximum resident set size (KB) = 823236 +0:The total amount of wall time = 101.595263 +0:The maximum resident set size (KB) = 823252 Test 030 control_thompson_extdiag_debug PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/GNU/control_thompson_progcld_thompson_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24340/control_thompson_progcld_thompson_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_45995/control_thompson_progcld_thompson_debug Checking test 031 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 = 96.063958 +0:The total amount of wall time = 94.012491 0:The maximum resident set size (KB) = 781832 Test 031 control_thompson_progcld_thompson_debug PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/GNU/control_rrtmgp_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24340/control_rrtmgp_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_45995/control_rrtmgp_debug Checking test 032 control_rrtmgp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 87.620404 -0:The maximum resident set size (KB) = 519180 +0:The total amount of wall time = 86.897352 +0:The maximum resident set size (KB) = 519224 Test 032 control_rrtmgp_debug PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/GNU/control_ras_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24340/control_ras_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_45995/control_ras_debug Checking test 033 control_ras_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 83.606070 -0:The maximum resident set size (KB) = 433828 +0:The total amount of wall time = 83.687155 +0:The maximum resident set size (KB) = 433816 Test 033 control_ras_debug PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/GNU/control_stochy_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24340/control_stochy_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_45995/control_stochy_debug Checking test 034 control_stochy_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 91.190639 -0:The maximum resident set size (KB) = 427744 +0:The total amount of wall time = 91.373103 +0:The maximum resident set size (KB) = 427732 Test 034 control_stochy_debug PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/GNU/control_debug_p8 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24340/control_debug_p8 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_45995/control_debug_p8 Checking test 035 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 = 88.353472 -0:The maximum resident set size (KB) = 484252 +0:The total amount of wall time = 89.549421 +0:The maximum resident set size (KB) = 484248 Test 035 control_debug_p8 PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/GNU/control_wam_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24340/control_wam_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_45995/control_wam_debug Checking test 036 control_wam_debug results .... Comparing sfcf019.nc .........OK Comparing atmf019.nc .........OK -0:The total amount of wall time = 142.902544 -0:The maximum resident set size (KB) = 170420 +0:The total amount of wall time = 143.037808 +0:The maximum resident set size (KB) = 170416 Test 036 control_wam_debug PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/GNU/cpld_control_c96_p8 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24340/cpld_control_c96_p8 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_45995/cpld_control_c96_p8 Checking test 037 cpld_control_c96_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -997,14 +997,14 @@ Checking test 037 cpld_control_c96_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 = 367.266127 -0:The maximum resident set size (KB) = 517600 +0:The total amount of wall time = 367.414862 +0:The maximum resident set size (KB) = 517636 Test 037 cpld_control_c96_p8 PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/GNU/cpld_debug_p8 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_24340/cpld_debug_p8 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_45995/cpld_debug_p8 Checking test 038 cpld_debug_p8 results .... Comparing sfcf006.tile1.nc .........OK Comparing sfcf006.tile2.nc .........OK @@ -1054,12 +1054,12 @@ Checking test 038 cpld_debug_p8 results .... Comparing RESTART/iced.2021-03-22-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-22-43200.nc .........OK -0:The total amount of wall time = 335.042125 -0:The maximum resident set size (KB) = 535400 +0:The total amount of wall time = 341.736175 +0:The maximum resident set size (KB) = 536308 Test 038 cpld_debug_p8 PASS REGRESSION TEST WAS SUCCESSFUL -Wed Jan 19 17:26:59 MST 2022 -Elapsed time: 00h:30m:02s. Have a nice day! +Thu Jan 20 11:16:09 MST 2022 +Elapsed time: 00h:29m:52s. Have a nice day! diff --git a/tests/RegressionTests_cheyenne.intel.log b/tests/RegressionTests_cheyenne.intel.log index 2b35a3eebe..6b991516b0 100644 --- a/tests/RegressionTests_cheyenne.intel.log +++ b/tests/RegressionTests_cheyenne.intel.log @@ -1,23 +1,23 @@ -Wed Jan 19 17:58:31 MST 2022 +Thu Jan 20 12:31:13 MST 2022 Start Regression test -Compile 001 elapsed time 982 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v16_coupled_nsstNoahmpUGWPv1,FV3_GFS_v16_coupled_p7_rrtmgp,FV3_GFS_v16_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 002 elapsed time 409 seconds. -DAPP=S2S -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 003 elapsed time 726 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v15_thompson_mynn_RRTMGP,FV3_GFS_v16_p7_rrtmgp,FV3_GFS_v16_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 004 elapsed time 688 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 005 elapsed time 790 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_RRTMGP,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_thompson,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 006 elapsed time 581 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DREPRO=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -Compile 007 elapsed time 376 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_RRTMGP,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp,FV3_GFS_v16_thompson,FV3_GFS_v15_thompson_mynn,FV3_GFS_v16_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 008 elapsed time 356 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_RAP,FV3_RAP_cires_ugwp,FV3_RAP_unified_ugwp,FV3_RAP_noah,FV3_RAP_RRTMGP,FV3_RAP_sfcdiff,FV3_RAP_flake,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 009 elapsed time 287 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 701 seconds. -DAPP=HAFSW -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 706 seconds. -DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 012 elapsed time 448 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 013 elapsed time 227 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 014 elapsed time 599 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 001 elapsed time 956 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v16_coupled_nsstNoahmpUGWPv1,FV3_GFS_v16_coupled_p7_rrtmgp,FV3_GFS_v16_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 002 elapsed time 402 seconds. -DAPP=S2S -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 003 elapsed time 730 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v15_thompson_mynn_RRTMGP,FV3_GFS_v16_p7_rrtmgp,FV3_GFS_v16_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 004 elapsed time 692 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 005 elapsed time 783 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_RRTMGP,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_thompson,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 006 elapsed time 578 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DREPRO=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit +Compile 007 elapsed time 378 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_RRTMGP,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp,FV3_GFS_v16_thompson,FV3_GFS_v15_thompson_mynn,FV3_GFS_v16_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 008 elapsed time 355 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_RAP,FV3_RAP_cires_ugwp,FV3_RAP_unified_ugwp,FV3_RAP_noah,FV3_RAP_RRTMGP,FV3_RAP_sfcdiff,FV3_RAP_flake,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 009 elapsed time 280 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 010 elapsed time 714 seconds. -DAPP=HAFSW -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 710 seconds. -DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 012 elapsed time 436 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 013 elapsed time 223 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 014 elapsed time 597 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/INTEL/cpld_control_p8 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_67394/cpld_control_p8 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_2566/cpld_control_p8 Checking test 001 cpld_control_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -70,14 +70,14 @@ Checking test 001 cpld_control_p8 results .... Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK -0:The total amount of wall time = 249.846426 -0:The maximum resident set size (KB) = 535636 +0:The total amount of wall time = 247.681511 +0:The maximum resident set size (KB) = 535776 Test 001 cpld_control_p8 PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/INTEL/cpld_control_p8 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_67394/cpld_2threads_p8 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_2566/cpld_2threads_p8 Checking test 002 cpld_2threads_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -130,14 +130,14 @@ Checking test 002 cpld_2threads_p8 results .... Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK -0:The total amount of wall time = 475.632990 -0:The maximum resident set size (KB) = 629800 +0:The total amount of wall time = 477.229947 +0:The maximum resident set size (KB) = 629820 Test 002 cpld_2threads_p8 PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/INTEL/cpld_control_p8 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_67394/cpld_decomp_p8 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_2566/cpld_decomp_p8 Checking test 003 cpld_decomp_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -190,14 +190,14 @@ Checking test 003 cpld_decomp_p8 results .... Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK -0:The total amount of wall time = 245.501738 -0:The maximum resident set size (KB) = 531360 +0:The total amount of wall time = 247.012933 +0:The maximum resident set size (KB) = 531756 Test 003 cpld_decomp_p8 PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/INTEL/cpld_control_p8 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_67394/cpld_mpi_p8 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_2566/cpld_mpi_p8 Checking test 004 cpld_mpi_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -250,14 +250,14 @@ Checking test 004 cpld_mpi_p8 results .... Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK -0:The total amount of wall time = 212.873433 -0:The maximum resident set size (KB) = 506268 +0:The total amount of wall time = 213.273405 +0:The maximum resident set size (KB) = 506288 Test 004 cpld_mpi_p8 PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/INTEL/cpld_control_p7_rrtmgp -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_67394/cpld_control_p7_rrtmgp +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_2566/cpld_control_p7_rrtmgp Checking test 005 cpld_control_p7_rrtmgp results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -310,14 +310,14 @@ Checking test 005 cpld_control_p7_rrtmgp results .... Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK -0:The total amount of wall time = 311.746491 -0:The maximum resident set size (KB) = 634216 +0:The total amount of wall time = 314.314481 +0:The maximum resident set size (KB) = 634252 Test 005 cpld_control_p7_rrtmgp PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/INTEL/cpld_bmark_p7 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_67394/cpld_bmark_p7 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_2566/cpld_bmark_p7 Checking test 006 cpld_bmark_p7 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -362,14 +362,14 @@ Checking test 006 cpld_bmark_p7 results .... Comparing RESTART/iced.2013-04-01-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-21600.nc .........OK -0:The total amount of wall time = 963.728052 -0:The maximum resident set size (KB) = 1206760 +0:The total amount of wall time = 962.575538 +0:The maximum resident set size (KB) = 1207288 Test 006 cpld_bmark_p7 PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/INTEL/cpld_bmark_p8 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_67394/cpld_bmark_p8 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_2566/cpld_bmark_p8 Checking test 007 cpld_bmark_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -414,14 +414,14 @@ Checking test 007 cpld_bmark_p8 results .... Comparing RESTART/iced.2013-04-01-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-21600.nc .........OK -0:The total amount of wall time = 924.428150 -0:The maximum resident set size (KB) = 1207020 +0:The total amount of wall time = 961.362981 +0:The maximum resident set size (KB) = 1207076 Test 007 cpld_bmark_p8 PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/INTEL/cpld_bmark_p8 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_67394/cpld_bmark_mpi_p8 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_2566/cpld_bmark_mpi_p8 Checking test 008 cpld_bmark_mpi_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -466,14 +466,14 @@ Checking test 008 cpld_bmark_mpi_p8 results .... Comparing RESTART/iced.2013-04-01-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-21600.nc .........OK -0:The total amount of wall time = 951.344211 -0:The maximum resident set size (KB) = 1208064 +0:The total amount of wall time = 948.731600 +0:The maximum resident set size (KB) = 1207744 Test 008 cpld_bmark_mpi_p8 PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/INTEL/cpld_control_c96_p8 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_67394/cpld_control_c96_p8 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_2566/cpld_control_c96_p8 Checking test 009 cpld_control_c96_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -523,14 +523,14 @@ Checking test 009 cpld_control_c96_p8 results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK -0:The total amount of wall time = 244.037730 -0:The maximum resident set size (KB) = 522008 +0:The total amount of wall time = 233.055476 +0:The maximum resident set size (KB) = 521784 Test 009 cpld_control_c96_p8 PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/INTEL/cpld_control_c96_p8 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_67394/cpld_restart_c96_p8 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_2566/cpld_restart_c96_p8 Checking test 010 cpld_restart_c96_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -580,14 +580,14 @@ Checking test 010 cpld_restart_c96_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 = 127.775490 +0:The total amount of wall time = 131.736194 0:The maximum resident set size (KB) = 313936 Test 010 cpld_restart_c96_p8 PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/INTEL/cpld_control_c192_p8 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_67394/cpld_control_c192_p8 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_2566/cpld_control_c192_p8 Checking test 011 cpld_control_c192_p8 results .... Comparing sfcf036.tile1.nc .........OK Comparing sfcf036.tile2.nc .........OK @@ -637,14 +637,14 @@ Checking test 011 cpld_control_c192_p8 results .... Comparing RESTART/iced.2021-03-23-64800.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-64800.nc .........OK -0:The total amount of wall time = 1023.321450 -0:The maximum resident set size (KB) = 693812 +0:The total amount of wall time = 1029.605319 +0:The maximum resident set size (KB) = 694312 Test 011 cpld_control_c192_p8 PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/INTEL/cpld_control_c192_p8 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_67394/cpld_restart_c192_p8 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_2566/cpld_restart_c192_p8 Checking test 012 cpld_restart_c192_p8 results .... Comparing sfcf036.tile1.nc .........OK Comparing sfcf036.tile2.nc .........OK @@ -694,14 +694,14 @@ Checking test 012 cpld_restart_c192_p8 results .... Comparing RESTART/iced.2021-03-23-64800.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-64800.nc .........OK -0:The total amount of wall time = 647.453181 -0:The maximum resident set size (KB) = 755048 +0:The total amount of wall time = 648.784340 +0:The maximum resident set size (KB) = 754892 Test 012 cpld_restart_c192_p8 PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/INTEL/cpld_control_c384_p8 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_67394/cpld_control_c384_p8 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_2566/cpld_control_c384_p8 Checking test 013 cpld_control_c384_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -744,14 +744,14 @@ Checking test 013 cpld_control_c384_p8 results .... Comparing RESTART/iced.2021-03-22-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-22-43200.nc .........OK -0:The total amount of wall time = 1088.210507 -0:The maximum resident set size (KB) = 1232788 +0:The total amount of wall time = 1090.815472 +0:The maximum resident set size (KB) = 1234016 Test 013 cpld_control_c384_p8 PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/INTEL/cpld_control_c384_p8 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_67394/cpld_restart_c384_p8 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_2566/cpld_restart_c384_p8 Checking test 014 cpld_restart_c384_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -794,14 +794,14 @@ Checking test 014 cpld_restart_c384_p8 results .... Comparing RESTART/iced.2021-03-22-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-22-43200.nc .........OK -0:The total amount of wall time = 573.447443 -0:The maximum resident set size (KB) = 1181420 +0:The total amount of wall time = 573.350505 +0:The maximum resident set size (KB) = 1181912 Test 014 cpld_restart_c384_p8 PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/INTEL/cpld_debug_p8 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_67394/cpld_debug_p8 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_2566/cpld_debug_p8 Checking test 015 cpld_debug_p8 results .... Comparing sfcf006.tile1.nc .........OK Comparing sfcf006.tile2.nc .........OK @@ -851,14 +851,14 @@ Checking test 015 cpld_debug_p8 results .... Comparing RESTART/iced.2021-03-22-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-22-43200.nc .........OK -0:The total amount of wall time = 650.176706 -0:The maximum resident set size (KB) = 590060 +0:The total amount of wall time = 650.206360 +0:The maximum resident set size (KB) = 590040 Test 015 cpld_debug_p8 PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/INTEL/control -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_67394/control +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_2566/control Checking test 016 control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -905,14 +905,14 @@ Checking test 016 control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 147.313246 -0:The maximum resident set size (KB) = 446260 +0:The total amount of wall time = 146.410482 +0:The maximum resident set size (KB) = 446240 Test 016 control PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/INTEL/control -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_67394/control_decomp +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_2566/control_decomp Checking test 017 control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -955,14 +955,14 @@ Checking test 017 control_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 150.165334 -0:The maximum resident set size (KB) = 444220 +0:The total amount of wall time = 147.501829 +0:The maximum resident set size (KB) = 444204 Test 017 control_decomp PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/INTEL/control -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_67394/control_2threads +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_2566/control_2threads Checking test 018 control_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1005,14 +1005,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 = 319.296335 -0:The maximum resident set size (KB) = 494092 +0:The total amount of wall time = 312.981601 +0:The maximum resident set size (KB) = 492028 Test 018 control_2threads PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/INTEL/control -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_67394/control_restart +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_2566/control_restart Checking test 019 control_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1051,14 +1051,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 = 75.490124 -0:The maximum resident set size (KB) = 188696 +0:The total amount of wall time = 75.496556 +0:The maximum resident set size (KB) = 188280 Test 019 control_restart PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/INTEL/control -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_67394/control_fhzero +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_2566/control_fhzero Checking test 020 control_fhzero results .... Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf021.nc ............ALT CHECK......OK @@ -1101,14 +1101,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 = 137.701414 -0:The maximum resident set size (KB) = 446192 +0:The total amount of wall time = 138.136349 +0:The maximum resident set size (KB) = 446168 Test 020 control_fhzero PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/INTEL/control_CubedSphereGrid -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_67394/control_CubedSphereGrid +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_2566/control_CubedSphereGrid Checking test 021 control_CubedSphereGrid results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -1135,14 +1135,14 @@ Checking test 021 control_CubedSphereGrid results .... Comparing atmf024.tile5.nc .........OK Comparing atmf024.tile6.nc .........OK -0:The total amount of wall time = 141.112467 -0:The maximum resident set size (KB) = 445796 +0:The total amount of wall time = 143.979319 +0:The maximum resident set size (KB) = 445844 Test 021 control_CubedSphereGrid PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/INTEL/control_latlon -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_67394/control_latlon +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_2566/control_latlon Checking test 022 control_latlon results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1153,17 +1153,17 @@ Checking test 022 control_latlon results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 144.104134 -0:The maximum resident set size (KB) = 445624 +0:The total amount of wall time = 140.703470 +0:The maximum resident set size (KB) = 445712 Test 022 control_latlon PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/INTEL/control_wrtGauss_netcdf_parallel -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_67394/control_wrtGauss_netcdf_parallel +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_2566/control_wrtGauss_netcdf_parallel Checking test 023 control_wrtGauss_netcdf_parallel results .... Comparing sfcf000.nc ............ALT CHECK......OK - Comparing sfcf024.nc ............ALT CHECK......OK + Comparing sfcf024.nc .........OK Comparing atmf000.nc ............ALT CHECK......OK Comparing atmf024.nc ............ALT CHECK......OK Comparing GFSFLX.GrbF00 .........OK @@ -1171,14 +1171,14 @@ Checking test 023 control_wrtGauss_netcdf_parallel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 146.275736 -0:The maximum resident set size (KB) = 446200 +0:The total amount of wall time = 143.401969 +0:The maximum resident set size (KB) = 446420 Test 023 control_wrtGauss_netcdf_parallel PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/INTEL/control_c48 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_67394/control_c48 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_2566/control_c48 Checking test 024 control_c48 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1217,14 +1217,14 @@ Checking test 024 control_c48 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 421.022070 -0:The maximum resident set size (KB) = 629428 +0:The total amount of wall time = 422.324246 +0:The maximum resident set size (KB) = 629764 Test 024 control_c48 PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/INTEL/control_c192 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_67394/control_c192 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_2566/control_c192 Checking test 025 control_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1235,14 +1235,14 @@ Checking test 025 control_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 588.245156 -0:The maximum resident set size (KB) = 539944 +0:The total amount of wall time = 569.103961 +0:The maximum resident set size (KB) = 539692 Test 025 control_c192 PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/INTEL/control_c384 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_67394/control_c384 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_2566/control_c384 Checking test 026 control_c384 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1253,14 +1253,14 @@ Checking test 026 control_c384 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -0:The total amount of wall time = 1086.836340 -0:The maximum resident set size (KB) = 795676 +0:The total amount of wall time = 1094.293641 +0:The maximum resident set size (KB) = 795936 Test 026 control_c384 PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/INTEL/control_c384gdas -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_67394/control_c384gdas +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_2566/control_c384gdas Checking test 027 control_c384gdas results .... Comparing sfcf000.nc .........OK Comparing sfcf006.nc .........OK @@ -1303,14 +1303,14 @@ Checking test 027 control_c384gdas results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 940.940753 -0:The maximum resident set size (KB) = 947184 +0:The total amount of wall time = 942.040580 +0:The maximum resident set size (KB) = 947220 Test 027 control_c384gdas PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/INTEL/control_stochy -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_67394/control_stochy +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_2566/control_stochy Checking test 028 control_stochy results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1321,28 +1321,28 @@ Checking test 028 control_stochy results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -0:The total amount of wall time = 96.141817 -0:The maximum resident set size (KB) = 447520 +0:The total amount of wall time = 93.645093 +0:The maximum resident set size (KB) = 447308 Test 028 control_stochy PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/INTEL/control_stochy -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_67394/control_stochy_restart +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_2566/control_stochy_restart Checking test 029 control_stochy_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK -0:The total amount of wall time = 50.534462 -0:The maximum resident set size (KB) = 221460 +0:The total amount of wall time = 49.973528 +0:The maximum resident set size (KB) = 221540 Test 029 control_stochy_restart PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/INTEL/control_lndp -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_67394/control_lndp +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_2566/control_lndp Checking test 030 control_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1353,14 +1353,14 @@ Checking test 030 control_lndp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -0:The total amount of wall time = 87.119559 -0:The maximum resident set size (KB) = 450980 +0:The total amount of wall time = 86.954193 +0:The maximum resident set size (KB) = 451136 Test 030 control_lndp PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/INTEL/control_p8 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_67394/control_p8 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_2566/control_p8 Checking test 031 control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1407,14 +1407,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 = 157.308407 -0:The maximum resident set size (KB) = 485864 +0:The total amount of wall time = 157.561385 +0:The maximum resident set size (KB) = 485968 Test 031 control_p8 PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/INTEL/control_p8 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_67394/control_restart_p8 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_2566/control_restart_p8 Checking test 032 control_restart_p8 results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1453,14 +1453,14 @@ Checking test 032 control_restart_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 87.341963 -0:The maximum resident set size (KB) = 292364 +0:The total amount of wall time = 88.174746 +0:The maximum resident set size (KB) = 292436 Test 032 control_restart_p8 PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/INTEL/control_p8 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_67394/control_decomp_p8 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_2566/control_decomp_p8 Checking test 033 control_decomp_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1503,14 +1503,14 @@ Checking test 033 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 = 165.802080 -0:The maximum resident set size (KB) = 478860 +0:The total amount of wall time = 161.998562 +0:The maximum resident set size (KB) = 478820 Test 033 control_decomp_p8 PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/INTEL/control_p8 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_67394/control_2threads_p8 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_2566/control_2threads_p8 Checking test 034 control_2threads_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1553,14 +1553,14 @@ Checking test 034 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 = 359.419541 -0:The maximum resident set size (KB) = 566248 +0:The total amount of wall time = 358.243719 +0:The maximum resident set size (KB) = 566024 Test 034 control_2threads_p8 PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/INTEL/control_p7_rrtmgp -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_67394/control_p7_rrtmgp +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_2566/control_p7_rrtmgp Checking test 035 control_p7_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1607,14 +1607,14 @@ Checking test 035 control_p7_rrtmgp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 230.997931 -0:The maximum resident set size (KB) = 586536 +0:The total amount of wall time = 232.011369 +0:The maximum resident set size (KB) = 586632 Test 035 control_p7_rrtmgp PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/INTEL/fv3_regional_control -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_67394/regional_control +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_2566/regional_control Checking test 036 regional_control results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1625,28 +1625,28 @@ Checking test 036 regional_control results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK -0:The total amount of wall time = 348.611943 -0:The maximum resident set size (KB) = 568276 +0:The total amount of wall time = 349.194434 +0:The maximum resident set size (KB) = 568188 Test 036 regional_control PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/INTEL/fv3_regional_control -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_67394/regional_restart +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_2566/regional_restart Checking test 037 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 = 191.303678 -0:The maximum resident set size (KB) = 558868 +0:The total amount of wall time = 190.940774 +0:The maximum resident set size (KB) = 558768 Test 037 regional_restart PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/INTEL/fv3_regional_noquilt -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_67394/regional_noquilt +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_2566/regional_noquilt Checking test 038 regional_noquilt results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK @@ -1654,14 +1654,14 @@ Checking test 038 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 = 367.323935 -0:The maximum resident set size (KB) = 575472 +0:The total amount of wall time = 373.581324 +0:The maximum resident set size (KB) = 575252 Test 038 regional_noquilt PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/INTEL/fv3_regional_control -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_67394/regional_2threads +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_2566/regional_2threads Checking test 039 regional_2threads results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1672,14 +1672,14 @@ Checking test 039 regional_2threads results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK -0:The total amount of wall time = 933.087200 -0:The maximum resident set size (KB) = 553376 +0:The total amount of wall time = 931.401729 +0:The maximum resident set size (KB) = 553308 Test 039 regional_2threads PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/INTEL/fv3_regional_hafs -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_67394/regional_hafs +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_2566/regional_hafs Checking test 040 regional_hafs results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1688,28 +1688,28 @@ Checking test 040 regional_hafs results .... Comparing HURPRS.GrbF00 .........OK Comparing HURPRS.GrbF24 .........OK -0:The total amount of wall time = 347.411446 -0:The maximum resident set size (KB) = 557940 +0:The total amount of wall time = 347.927987 +0:The maximum resident set size (KB) = 557904 Test 040 regional_hafs PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/INTEL/fv3_regional_netcdf_parallel -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_67394/regional_netcdf_parallel +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_2566/regional_netcdf_parallel Checking test 041 regional_netcdf_parallel results .... Comparing dynf000.nc .........OK Comparing dynf024.nc ............ALT CHECK......OK - Comparing phyf000.nc .........OK + Comparing phyf000.nc ............ALT CHECK......OK Comparing phyf024.nc ............ALT CHECK......OK -0:The total amount of wall time = 346.146910 -0:The maximum resident set size (KB) = 557992 +0:The total amount of wall time = 354.187701 +0:The maximum resident set size (KB) = 557980 Test 041 regional_netcdf_parallel PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/INTEL/fv3_regional_RRTMGP -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_67394/regional_RRTMGP +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_2566/regional_RRTMGP Checking test 042 regional_RRTMGP results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1720,14 +1720,14 @@ Checking test 042 regional_RRTMGP results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK -0:The total amount of wall time = 501.568172 -0:The maximum resident set size (KB) = 681768 +0:The total amount of wall time = 503.302838 +0:The maximum resident set size (KB) = 681660 Test 042 regional_RRTMGP PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/INTEL/rap_control -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_67394/rap_control +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_2566/rap_control Checking test 043 rap_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1774,14 +1774,14 @@ Checking test 043 rap_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 411.294265 -0:The maximum resident set size (KB) = 808852 +0:The total amount of wall time = 405.044432 +0:The maximum resident set size (KB) = 808980 Test 043 rap_control PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/INTEL/rap_control -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_67394/rap_2threads +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_2566/rap_2threads Checking test 044 rap_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1828,14 +1828,14 @@ Checking test 044 rap_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 876.912936 -0:The maximum resident set size (KB) = 870804 +0:The total amount of wall time = 868.676239 +0:The maximum resident set size (KB) = 870668 Test 044 rap_2threads PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/INTEL/rap_control -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_67394/rap_restart +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_2566/rap_restart Checking test 045 rap_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1874,14 +1874,14 @@ Checking test 045 rap_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 207.765931 -0:The maximum resident set size (KB) = 563128 +0:The total amount of wall time = 207.661149 +0:The maximum resident set size (KB) = 562880 Test 045 rap_restart PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/INTEL/rap_sfcdiff -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_67394/rap_sfcdiff +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_2566/rap_sfcdiff Checking test 046 rap_sfcdiff results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1928,14 +1928,14 @@ Checking test 046 rap_sfcdiff results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 412.266668 -0:The maximum resident set size (KB) = 808796 +0:The total amount of wall time = 411.575589 +0:The maximum resident set size (KB) = 808728 Test 046 rap_sfcdiff PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/INTEL/rap_sfcdiff -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_67394/rap_sfcdiff_restart +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_2566/rap_sfcdiff_restart Checking test 047 rap_sfcdiff_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1974,14 +1974,14 @@ Checking test 047 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 = 207.715387 -0:The maximum resident set size (KB) = 562620 +0:The total amount of wall time = 207.602533 +0:The maximum resident set size (KB) = 562732 Test 047 rap_sfcdiff_restart PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/INTEL/hrrr_control -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_67394/hrrr_control +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_2566/hrrr_control Checking test 048 hrrr_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2028,14 +2028,14 @@ Checking test 048 hrrr_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 396.928629 -0:The maximum resident set size (KB) = 809028 +0:The total amount of wall time = 396.913885 +0:The maximum resident set size (KB) = 809100 Test 048 hrrr_control PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/INTEL/rrfs_v1beta -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_67394/rrfs_v1beta +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_2566/rrfs_v1beta Checking test 049 rrfs_v1beta results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2082,14 +2082,14 @@ Checking test 049 rrfs_v1beta results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0:The total amount of wall time = 404.153954 -0:The maximum resident set size (KB) = 806980 +0:The total amount of wall time = 409.267660 +0:The maximum resident set size (KB) = 807004 Test 049 rrfs_v1beta PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/INTEL/rrfs_conus13km_hrrr_warm -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_67394/rrfs_conus13km_hrrr_warm +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_2566/rrfs_conus13km_hrrr_warm Checking test 050 rrfs_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -2098,14 +2098,14 @@ Checking test 050 rrfs_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK -0:The total amount of wall time = 183.709015 -0:The maximum resident set size (KB) = 639136 +0:The total amount of wall time = 180.215641 +0:The maximum resident set size (KB) = 638908 Test 050 rrfs_conus13km_hrrr_warm PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/INTEL/rrfs_conus13km_radar_tten_warm -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_67394/rrfs_conus13km_radar_tten_warm +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_2566/rrfs_conus13km_radar_tten_warm Checking test 051 rrfs_conus13km_radar_tten_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -2114,14 +2114,14 @@ Checking test 051 rrfs_conus13km_radar_tten_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK -0:The total amount of wall time = 184.921303 -0:The maximum resident set size (KB) = 642216 +0:The total amount of wall time = 180.585249 +0:The maximum resident set size (KB) = 642256 Test 051 rrfs_conus13km_radar_tten_warm PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/INTEL/control_rrtmgp -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_67394/control_rrtmgp +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_2566/control_rrtmgp Checking test 052 control_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2132,14 +2132,14 @@ Checking test 052 control_rrtmgp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 260.882650 -0:The maximum resident set size (KB) = 579600 +0:The total amount of wall time = 263.122066 +0:The maximum resident set size (KB) = 579568 Test 052 control_rrtmgp PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/INTEL/control_rrtmgp_c192 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_67394/control_rrtmgp_c192 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_2566/control_rrtmgp_c192 Checking test 053 control_rrtmgp_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -2150,14 +2150,14 @@ Checking test 053 control_rrtmgp_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -0:The total amount of wall time = 696.027406 -0:The maximum resident set size (KB) = 781292 +0:The total amount of wall time = 694.150881 +0:The maximum resident set size (KB) = 781308 Test 053 control_rrtmgp_c192 PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/INTEL/control_csawmg -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_67394/control_csawmg +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_2566/control_csawmg Checking test 054 control_csawmg results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2168,14 +2168,14 @@ Checking test 054 control_csawmg results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 401.600734 -0:The maximum resident set size (KB) = 520236 +0:The total amount of wall time = 400.805159 +0:The maximum resident set size (KB) = 520340 Test 054 control_csawmg PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/INTEL/control_csawmgt -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_67394/control_csawmgt +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_2566/control_csawmgt Checking test 055 control_csawmgt results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2186,14 +2186,14 @@ Checking test 055 control_csawmgt results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 397.665584 -0:The maximum resident set size (KB) = 520016 +0:The total amount of wall time = 380.573710 +0:The maximum resident set size (KB) = 520220 Test 055 control_csawmgt PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/INTEL/control_flake -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_67394/control_flake +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_2566/control_flake Checking test 056 control_flake results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2204,14 +2204,14 @@ Checking test 056 control_flake results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 264.925750 -0:The maximum resident set size (KB) = 516836 +0:The total amount of wall time = 254.395646 +0:The maximum resident set size (KB) = 516636 Test 056 control_flake PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/INTEL/control_ras -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_67394/control_ras +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_2566/control_ras Checking test 057 control_ras results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2222,14 +2222,14 @@ Checking test 057 control_ras results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 205.431251 -0:The maximum resident set size (KB) = 479304 +0:The total amount of wall time = 206.329669 +0:The maximum resident set size (KB) = 479268 Test 057 control_ras PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/INTEL/control_thompson -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_67394/control_thompson +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_2566/control_thompson Checking test 058 control_thompson results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2240,14 +2240,14 @@ Checking test 058 control_thompson results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 262.393759 -0:The maximum resident set size (KB) = 830356 +0:The total amount of wall time = 261.459668 +0:The maximum resident set size (KB) = 830560 Test 058 control_thompson PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/INTEL/control_thompson_no_aero -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_67394/control_thompson_no_aero +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_2566/control_thompson_no_aero Checking test 059 control_thompson_no_aero results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2258,54 +2258,54 @@ Checking test 059 control_thompson_no_aero results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 239.437048 -0:The maximum resident set size (KB) = 823352 +0:The total amount of wall time = 250.899411 +0:The maximum resident set size (KB) = 823376 Test 059 control_thompson_no_aero PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/INTEL/control_wam_repro -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_67394/control_wam_repro +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_2566/control_wam_repro Checking test 060 control_wam results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK -0:The total amount of wall time = 136.874302 -0:The maximum resident set size (KB) = 202208 +0:The total amount of wall time = 136.878548 +0:The maximum resident set size (KB) = 202120 Test 060 control_wam PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/INTEL/control_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_67394/control_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_2566/control_debug Checking test 061 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 = 154.641464 -0:The maximum resident set size (KB) = 508940 +0:The total amount of wall time = 157.121324 +0:The maximum resident set size (KB) = 508892 Test 061 control_debug PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/INTEL/control_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_67394/control_2threads_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_2566/control_2threads_debug Checking test 062 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 = 272.206799 -0:The maximum resident set size (KB) = 557224 +0:The total amount of wall time = 272.487890 +0:The maximum resident set size (KB) = 555472 Test 062 control_2threads_debug PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/INTEL/control_CubedSphereGrid_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_67394/control_CubedSphereGrid_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_2566/control_CubedSphereGrid_debug Checking test 063 control_CubedSphereGrid_debug results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -2332,428 +2332,428 @@ Checking test 063 control_CubedSphereGrid_debug results .... Comparing atmf001.tile5.nc .........OK Comparing atmf001.tile6.nc .........OK -0:The total amount of wall time = 168.097696 -0:The maximum resident set size (KB) = 507856 +0:The total amount of wall time = 168.886542 +0:The maximum resident set size (KB) = 507988 Test 063 control_CubedSphereGrid_debug PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/INTEL/control_wrtGauss_netcdf_parallel_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_67394/control_wrtGauss_netcdf_parallel_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_2566/control_wrtGauss_netcdf_parallel_debug Checking test 064 control_wrtGauss_netcdf_parallel_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc ............ALT CHECK......OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 157.624037 -0:The maximum resident set size (KB) = 509028 +0:The total amount of wall time = 159.589066 +0:The maximum resident set size (KB) = 508880 Test 064 control_wrtGauss_netcdf_parallel_debug PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/INTEL/control_stochy_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_67394/control_stochy_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_2566/control_stochy_debug Checking test 065 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 = 176.662609 -0:The maximum resident set size (KB) = 511252 +0:The total amount of wall time = 177.380436 +0:The maximum resident set size (KB) = 511384 Test 065 control_stochy_debug PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/INTEL/control_lndp_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_67394/control_lndp_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_2566/control_lndp_debug Checking test 066 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 = 159.135570 -0:The maximum resident set size (KB) = 521156 +0:The total amount of wall time = 160.872767 +0:The maximum resident set size (KB) = 520900 Test 066 control_lndp_debug PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/INTEL/control_rrtmgp_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_67394/control_rrtmgp_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_2566/control_rrtmgp_debug Checking test 067 control_rrtmgp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 172.684033 -0:The maximum resident set size (KB) = 617436 +0:The total amount of wall time = 173.402524 +0:The maximum resident set size (KB) = 617588 Test 067 control_rrtmgp_debug PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/INTEL/control_csawmg_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_67394/control_csawmg_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_2566/control_csawmg_debug Checking test 068 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 = 249.389045 -0:The maximum resident set size (KB) = 555460 +0:The total amount of wall time = 249.128399 +0:The maximum resident set size (KB) = 555144 Test 068 control_csawmg_debug PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/INTEL/control_csawmgt_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_67394/control_csawmgt_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_2566/control_csawmgt_debug Checking test 069 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 = 244.981920 -0:The maximum resident set size (KB) = 554820 +0:The total amount of wall time = 245.087274 +0:The maximum resident set size (KB) = 554896 Test 069 control_csawmgt_debug PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/INTEL/control_ras_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_67394/control_ras_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_2566/control_ras_debug Checking test 070 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 = 160.475829 -0:The maximum resident set size (KB) = 518040 +0:The total amount of wall time = 161.326336 +0:The maximum resident set size (KB) = 518008 Test 070 control_ras_debug PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/INTEL/control_diag_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_67394/control_diag_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_2566/control_diag_debug Checking test 071 control_diag_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 163.855975 -0:The maximum resident set size (KB) = 562840 +0:The total amount of wall time = 169.095459 +0:The maximum resident set size (KB) = 563164 Test 071 control_diag_debug PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/INTEL/control_debug_p8 -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_67394/control_debug_p8 +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_2566/control_debug_p8 Checking test 072 control_debug_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 168.207813 -0:The maximum resident set size (KB) = 548980 +0:The total amount of wall time = 168.008816 +0:The maximum resident set size (KB) = 548932 Test 072 control_debug_p8 PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/INTEL/control_thompson_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_67394/control_thompson_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_2566/control_thompson_debug Checking test 073 control_thompson_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 182.001117 -0:The maximum resident set size (KB) = 864720 +0:The total amount of wall time = 182.049127 +0:The maximum resident set size (KB) = 864900 Test 073 control_thompson_debug PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/INTEL/control_thompson_no_aero_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_67394/control_thompson_no_aero_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_2566/control_thompson_no_aero_debug Checking test 074 control_thompson_no_aero_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 175.305208 -0:The maximum resident set size (KB) = 862472 +0:The total amount of wall time = 175.672650 +0:The maximum resident set size (KB) = 862544 Test 074 control_thompson_no_aero_debug PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/INTEL/control_thompson_debug_extdiag -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_67394/control_thompson_extdiag_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_2566/control_thompson_extdiag_debug Checking test 075 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 = 191.112636 -0:The maximum resident set size (KB) = 904860 +0:The total amount of wall time = 195.974328 +0:The maximum resident set size (KB) = 904720 Test 075 control_thompson_extdiag_debug PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/INTEL/control_thompson_progcld_thompson_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_67394/control_thompson_progcld_thompson_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_2566/control_thompson_progcld_thompson_debug Checking test 076 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 = 181.459259 -0:The maximum resident set size (KB) = 864728 +0:The total amount of wall time = 184.946649 +0:The maximum resident set size (KB) = 864756 Test 076 control_thompson_progcld_thompson_debug PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/INTEL/fv3_regional_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_67394/regional_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_2566/regional_debug Checking test 077 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.851580 -0:The maximum resident set size (KB) = 590864 +0:The total amount of wall time = 258.869226 +0:The maximum resident set size (KB) = 591008 Test 077 regional_debug PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/INTEL/rap_control_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_67394/rap_control_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_2566/rap_control_debug Checking test 078 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 = 283.829794 -0:The maximum resident set size (KB) = 871960 +0:The total amount of wall time = 281.441618 +0:The maximum resident set size (KB) = 872056 Test 078 rap_control_debug PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/INTEL/rap_control_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_67394/rap_unified_drag_suite_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_2566/rap_unified_drag_suite_debug Checking test 079 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 = 285.432726 -0:The maximum resident set size (KB) = 871984 +0:The total amount of wall time = 282.490609 +0:The maximum resident set size (KB) = 871968 Test 079 rap_unified_drag_suite_debug PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/INTEL/rap_diag_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_67394/rap_diag_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_2566/rap_diag_debug Checking test 080 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 = 301.736532 -0:The maximum resident set size (KB) = 966432 +0:The total amount of wall time = 298.155752 +0:The maximum resident set size (KB) = 966748 Test 080 rap_diag_debug PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/INTEL/rap_cires_ugwp_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_67394/rap_cires_ugwp_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_2566/rap_cires_ugwp_debug Checking test 081 rap_cires_ugwp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 289.078928 -0:The maximum resident set size (KB) = 876644 +0:The total amount of wall time = 287.354479 +0:The maximum resident set size (KB) = 876676 Test 081 rap_cires_ugwp_debug PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/INTEL/rap_cires_ugwp_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_67394/rap_unified_ugwp_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_2566/rap_unified_ugwp_debug Checking test 082 rap_unified_ugwp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 289.061694 -0:The maximum resident set size (KB) = 872080 +0:The total amount of wall time = 287.975318 +0:The maximum resident set size (KB) = 872172 Test 082 rap_unified_ugwp_debug PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/INTEL/rap_noah_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_67394/rap_noah_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_2566/rap_noah_debug Checking test 083 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 = 278.375867 -0:The maximum resident set size (KB) = 871804 +0:The total amount of wall time = 278.151345 +0:The maximum resident set size (KB) = 871924 Test 083 rap_noah_debug PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/INTEL/rap_rrtmgp_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_67394/rap_rrtmgp_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_2566/rap_rrtmgp_debug Checking test 084 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 = 481.386731 -0:The maximum resident set size (KB) = 985916 +0:The total amount of wall time = 480.707716 +0:The maximum resident set size (KB) = 985996 Test 084 rap_rrtmgp_debug PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/INTEL/rap_lndp_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_67394/rap_lndp_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_2566/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 -0:The total amount of wall time = 284.310459 -0:The maximum resident set size (KB) = 872844 +0:The total amount of wall time = 285.173975 +0:The maximum resident set size (KB) = 872732 Test 085 rap_lndp_debug PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/INTEL/rap_sfcdiff_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_67394/rap_sfcdiff_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_2566/rap_sfcdiff_debug Checking test 086 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 = 282.630660 -0:The maximum resident set size (KB) = 871724 +0:The total amount of wall time = 282.509953 +0:The maximum resident set size (KB) = 871896 Test 086 rap_sfcdiff_debug PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/INTEL/rap_flake_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_67394/rap_flake_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_2566/rap_flake_debug Checking test 087 rap_flake_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 284.629911 -0:The maximum resident set size (KB) = 872212 +0:The total amount of wall time = 282.964299 +0:The maximum resident set size (KB) = 872208 Test 087 rap_flake_debug PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/INTEL/rap_noah_sfcdiff_cires_ugwp_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_67394/rap_noah_sfcdiff_cires_ugwp_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_2566/rap_noah_sfcdiff_cires_ugwp_debug Checking test 088 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 = 468.141620 -0:The maximum resident set size (KB) = 871096 +0:The total amount of wall time = 478.893286 +0:The maximum resident set size (KB) = 871012 Test 088 rap_noah_sfcdiff_cires_ugwp_debug PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/INTEL/rap_progcld_thompson_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_67394/rap_progcld_thompson_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_2566/rap_progcld_thompson_debug Checking test 089 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 = 283.825541 -0:The maximum resident set size (KB) = 872212 +0:The total amount of wall time = 282.860448 +0:The maximum resident set size (KB) = 872068 Test 089 rap_progcld_thompson_debug PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/INTEL/rrfs_v1beta_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_67394/rrfs_v1beta_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_2566/rrfs_v1beta_debug Checking test 090 rrfs_v1beta_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 281.472925 -0:The maximum resident set size (KB) = 870172 +0:The total amount of wall time = 280.356234 +0:The maximum resident set size (KB) = 870476 Test 090 rrfs_v1beta_debug PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/INTEL/control_wam_debug -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_67394/control_wam_debug +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_2566/control_wam_debug Checking test 091 control_wam_debug results .... Comparing sfcf019.nc .........OK Comparing atmf019.nc .........OK -0:The total amount of wall time = 295.993329 -0:The maximum resident set size (KB) = 233208 +0:The total amount of wall time = 295.964900 +0:The maximum resident set size (KB) = 233288 Test 091 control_wam_debug PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/INTEL/hafs_regional_atm -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_67394/hafs_regional_atm +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_2566/hafs_regional_atm Checking test 092 hafs_regional_atm results .... Comparing atmf006.nc ............ALT CHECK......OK Comparing sfcf006.nc ............ALT CHECK......OK -0:The total amount of wall time = 504.865839 -0:The maximum resident set size (KB) = 669048 +0:The total amount of wall time = 504.101074 +0:The maximum resident set size (KB) = 669320 Test 092 hafs_regional_atm PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/INTEL/hafs_regional_atm_thompson_gfdlsf -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_67394/hafs_regional_atm_thompson_gfdlsf +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_2566/hafs_regional_atm_thompson_gfdlsf Checking test 093 hafs_regional_atm_thompson_gfdlsf results .... - Comparing atmf006.nc ............ALT CHECK......OK + Comparing atmf006.nc .........OK Comparing sfcf006.nc ............ALT CHECK......OK -0:The total amount of wall time = 587.058368 -0:The maximum resident set size (KB) = 1031064 +0:The total amount of wall time = 587.055850 +0:The maximum resident set size (KB) = 1031756 Test 093 hafs_regional_atm_thompson_gfdlsf PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/INTEL/hafs_regional_atm_ocn -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_67394/hafs_regional_atm_ocn +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_2566/hafs_regional_atm_ocn Checking test 094 hafs_regional_atm_ocn results .... Comparing atmf006.nc ............ALT CHECK......OK Comparing sfcf006.nc ............ALT CHECK......OK @@ -2762,28 +2762,28 @@ Checking test 094 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 = 408.715143 -0:The maximum resident set size (KB) = 688124 +0:The total amount of wall time = 411.465136 +0:The maximum resident set size (KB) = 687976 Test 094 hafs_regional_atm_ocn PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/INTEL/hafs_regional_atm_wav -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_67394/hafs_regional_atm_wav +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_2566/hafs_regional_atm_wav Checking test 095 hafs_regional_atm_wav results .... Comparing atmf006.nc ............ALT CHECK......OK Comparing sfcf006.nc .........OK Comparing out_grd.ww3 .........OK Comparing out_pnt.ww3 .........OK -0:The total amount of wall time = 954.078347 -0:The maximum resident set size (KB) = 682916 +0:The total amount of wall time = 934.016032 +0:The maximum resident set size (KB) = 683328 Test 095 hafs_regional_atm_wav PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/INTEL/hafs_regional_atm_ocn_wav -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_67394/hafs_regional_atm_ocn_wav +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_2566/hafs_regional_atm_ocn_wav Checking test 096 hafs_regional_atm_ocn_wav results .... Comparing atmf006.nc ............ALT CHECK......OK Comparing sfcf006.nc ............ALT CHECK......OK @@ -2792,62 +2792,62 @@ Checking test 096 hafs_regional_atm_ocn_wav results .... Comparing out_grd.ww3 .........OK Comparing out_pnt.ww3 .........OK -0:The total amount of wall time = 1039.773691 -0:The maximum resident set size (KB) = 685964 +0:The total amount of wall time = 1039.456706 +0:The maximum resident set size (KB) = 686072 Test 096 hafs_regional_atm_ocn_wav PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/INTEL/hafs_regional_1nest_atm -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_67394/hafs_regional_1nest_atm +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_2566/hafs_regional_1nest_atm Checking test 097 hafs_regional_1nest_atm results .... Comparing atmf006.nc ............ALT CHECK......OK Comparing sfcf006.nc .........OK -0:The total amount of wall time = 1006.648976 -0:The maximum resident set size (KB) = 261752 +0:The total amount of wall time = 1008.254033 +0:The maximum resident set size (KB) = 261436 Test 097 hafs_regional_1nest_atm PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/INTEL/hafs_regional_telescopic_2nests_atm -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_67394/hafs_regional_telescopic_2nests_atm +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_2566/hafs_regional_telescopic_2nests_atm Checking test 098 hafs_regional_telescopic_2nests_atm results .... Comparing atmf006.nc ............ALT CHECK......OK Comparing sfcf006.nc ............ALT CHECK......OK -0:The total amount of wall time = 1047.083193 -0:The maximum resident set size (KB) = 261464 +0:The total amount of wall time = 1055.226419 +0:The maximum resident set size (KB) = 261320 Test 098 hafs_regional_telescopic_2nests_atm PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/INTEL/hafs_global_1nest_atm -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_67394/hafs_global_1nest_atm +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_2566/hafs_global_1nest_atm Checking test 099 hafs_global_1nest_atm results .... - Comparing atmf006.nc ............ALT CHECK......OK + Comparing atmf006.nc .........OK Comparing sfcf006.nc ............ALT CHECK......OK -0:The total amount of wall time = 670.883214 -0:The maximum resident set size (KB) = 161436 +0:The total amount of wall time = 671.243086 +0:The maximum resident set size (KB) = 161932 Test 099 hafs_global_1nest_atm PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/INTEL/hafs_global_multiple_4nests_atm -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_67394/hafs_global_multiple_4nests_atm +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_2566/hafs_global_multiple_4nests_atm Checking test 100 hafs_global_multiple_4nests_atm results .... - Comparing atmf006.nc .........OK - Comparing sfcf006.nc ............ALT CHECK......OK + Comparing atmf006.nc ............ALT CHECK......OK + Comparing sfcf006.nc .........OK -0:The total amount of wall time = 1114.378768 -0:The maximum resident set size (KB) = 198480 +0:The total amount of wall time = 1102.651258 +0:The maximum resident set size (KB) = 199284 Test 100 hafs_global_multiple_4nests_atm PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/INTEL/hafs_regional_docn -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_67394/hafs_regional_docn +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_2566/hafs_regional_docn Checking test 101 hafs_regional_docn results .... Comparing atmf006.nc ............ALT CHECK......OK Comparing sfcf006.nc ............ALT CHECK......OK @@ -2855,120 +2855,120 @@ Checking test 101 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 = 355.984668 -0:The maximum resident set size (KB) = 685556 +0:The total amount of wall time = 359.310809 +0:The maximum resident set size (KB) = 685336 Test 101 hafs_regional_docn PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/INTEL/hafs_regional_docn_oisst -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_67394/hafs_regional_docn_oisst +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_2566/hafs_regional_docn_oisst Checking test 102 hafs_regional_docn_oisst results .... - Comparing atmf006.nc .........OK + Comparing atmf006.nc ............ALT CHECK......OK Comparing sfcf006.nc ............ALT CHECK......OK Comparing ufs.hafs.cpl.hi.2019-08-29-21600.nc .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK Comparing ufs.hafs.docn.r.2019-08-29-21600.nc .........OK -0:The total amount of wall time = 356.844330 -0:The maximum resident set size (KB) = 685364 +0:The total amount of wall time = 348.470183 +0:The maximum resident set size (KB) = 684884 Test 102 hafs_regional_docn_oisst PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/INTEL/hafs_regional_datm_cdeps -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_67394/hafs_regional_datm_cdeps +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_2566/hafs_regional_datm_cdeps Checking test 103 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 = 1289.476141 -0:The maximum resident set size (KB) = 867672 +0:The total amount of wall time = 1286.928157 +0:The maximum resident set size (KB) = 867864 Test 103 hafs_regional_datm_cdeps PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/INTEL/datm_cdeps_control_cfsr -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_67394/datm_cdeps_control_cfsr +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_2566/datm_cdeps_control_cfsr Checking test 104 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 = 162.435483 -0:The maximum resident set size (KB) = 692128 +0:The total amount of wall time = 161.355429 +0:The maximum resident set size (KB) = 704036 Test 104 datm_cdeps_control_cfsr PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/INTEL/datm_cdeps_control_cfsr -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_67394/datm_cdeps_restart_cfsr +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_2566/datm_cdeps_restart_cfsr Checking test 105 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 = 98.654937 -0:The maximum resident set size (KB) = 692692 +0:The total amount of wall time = 98.985936 +0:The maximum resident set size (KB) = 692860 Test 105 datm_cdeps_restart_cfsr PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/INTEL/datm_cdeps_control_gefs -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_67394/datm_cdeps_control_gefs +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_2566/datm_cdeps_control_gefs Checking test 106 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 = 148.673508 -0:The maximum resident set size (KB) = 589856 +0:The total amount of wall time = 154.580895 +0:The maximum resident set size (KB) = 589412 Test 106 datm_cdeps_control_gefs PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/INTEL/datm_cdeps_stochy_gefs -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_67394/datm_cdeps_stochy_gefs +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_2566/datm_cdeps_stochy_gefs Checking test 107 datm_cdeps_stochy_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK -0:The total amount of wall time = 156.223419 -0:The maximum resident set size (KB) = 590616 +0:The total amount of wall time = 150.683779 +0:The maximum resident set size (KB) = 589732 Test 107 datm_cdeps_stochy_gefs PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/INTEL/datm_cdeps_bulk_cfsr -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_67394/datm_cdeps_bulk_cfsr +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_2566/datm_cdeps_bulk_cfsr Checking test 108 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 = 161.687725 -0:The maximum resident set size (KB) = 693168 +0:The total amount of wall time = 161.732145 +0:The maximum resident set size (KB) = 693124 Test 108 datm_cdeps_bulk_cfsr PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/INTEL/datm_cdeps_bulk_gefs -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_67394/datm_cdeps_bulk_gefs +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_2566/datm_cdeps_bulk_gefs Checking test 109 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 = 155.367798 -0:The maximum resident set size (KB) = 590000 +0:The total amount of wall time = 148.302978 +0:The maximum resident set size (KB) = 590580 Test 109 datm_cdeps_bulk_gefs PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/INTEL/datm_cdeps_mx025_cfsr -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_67394/datm_cdeps_mx025_cfsr +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_2566/datm_cdeps_mx025_cfsr Checking test 110 datm_cdeps_mx025_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK @@ -2977,14 +2977,14 @@ Checking test 110 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 = 340.169442 -0:The maximum resident set size (KB) = 522456 +0:The total amount of wall time = 341.763367 +0:The maximum resident set size (KB) = 521056 Test 110 datm_cdeps_mx025_cfsr PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/INTEL/datm_cdeps_mx025_gefs -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_67394/datm_cdeps_mx025_gefs +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_2566/datm_cdeps_mx025_gefs Checking test 111 datm_cdeps_mx025_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK @@ -2993,51 +2993,51 @@ Checking test 111 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 = 338.866945 -0:The maximum resident set size (KB) = 493848 +0:The total amount of wall time = 340.378748 +0:The maximum resident set size (KB) = 493684 Test 111 datm_cdeps_mx025_gefs PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/INTEL/datm_cdeps_control_cfsr -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_67394/datm_cdeps_multiple_files_cfsr +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_2566/datm_cdeps_multiple_files_cfsr Checking test 112 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 = 155.151984 -0:The maximum resident set size (KB) = 692280 +0:The total amount of wall time = 154.605397 +0:The maximum resident set size (KB) = 693124 Test 112 datm_cdeps_multiple_files_cfsr PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/INTEL/datm_cdeps_3072x1536_cfsr -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_67394/datm_cdeps_3072x1536_cfsr +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_2566/datm_cdeps_3072x1536_cfsr Checking test 113 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 = 231.564803 -0:The maximum resident set size (KB) = 1842484 +0:The total amount of wall time = 258.451452 +0:The maximum resident set size (KB) = 1843708 Test 113 datm_cdeps_3072x1536_cfsr PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/INTEL/datm_cdeps_debug_cfsr -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_67394/datm_cdeps_debug_cfsr +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_2566/datm_cdeps_debug_cfsr Checking test 114 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 = 452.117299 -0:The maximum resident set size (KB) = 700856 +0:The total amount of wall time = 448.449141 +0:The maximum resident set size (KB) = 700516 Test 114 datm_cdeps_debug_cfsr PASS baseline dir = /glade/p/ral/jntp/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20220120/INTEL/control_atmwav -working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_67394/control_atmwav +working dir = /glade/scratch/dtcufsrt/FV3_RT/rt_2566/control_atmwav Checking test 115 control_atmwav results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -3081,12 +3081,12 @@ Checking test 115 control_atmwav results .... Comparing RESTART/sfc_data.tile6.nc .........OK Comparing 20210322.180000.restart.glo_1deg .........OK -0:The total amount of wall time = 131.200508 -0:The maximum resident set size (KB) = 465168 +0:The total amount of wall time = 133.812727 +0:The maximum resident set size (KB) = 465320 Test 115 control_atmwav PASS REGRESSION TEST WAS SUCCESSFUL -Wed Jan 19 19:05:52 MST 2022 -Elapsed time: 01h:07m:21s. Have a nice day! +Thu Jan 20 13:36:54 MST 2022 +Elapsed time: 01h:05m:41s. Have a nice day! diff --git a/tests/RegressionTests_gaea.intel.log b/tests/RegressionTests_gaea.intel.log index 0e4dee782c..cc89407aa4 100644 --- a/tests/RegressionTests_gaea.intel.log +++ b/tests/RegressionTests_gaea.intel.log @@ -1,23 +1,23 @@ -Wed Jan 19 22:33:03 EST 2022 +Thu Jan 20 12:48:43 EST 2022 Start Regression test -Compile 001 elapsed time 577 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v16_coupled_nsstNoahmpUGWPv1,FV3_GFS_v16_coupled_p7_rrtmgp,FV3_GFS_v16_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 002 elapsed time 282 seconds. -DAPP=S2S -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 003 elapsed time 525 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v15_thompson_mynn_RRTMGP,FV3_GFS_v16_p7_rrtmgp,FV3_GFS_v16_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 004 elapsed time 574 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 005 elapsed time 528 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_RRTMGP,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_thompson,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 006 elapsed time 527 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DREPRO=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -Compile 007 elapsed time 257 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_RRTMGP,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp,FV3_GFS_v16_thompson,FV3_GFS_v15_thompson_mynn,FV3_GFS_v16_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 008 elapsed time 258 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_RAP,FV3_RAP_cires_ugwp,FV3_RAP_unified_ugwp,FV3_RAP_noah,FV3_RAP_RRTMGP,FV3_RAP_sfcdiff,FV3_RAP_flake,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 009 elapsed time 260 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 587 seconds. -DAPP=HAFSW -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 513 seconds. -DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 012 elapsed time 314 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 013 elapsed time 154 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 014 elapsed time 515 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 001 elapsed time 624 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v16_coupled_nsstNoahmpUGWPv1,FV3_GFS_v16_coupled_p7_rrtmgp,FV3_GFS_v16_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 002 elapsed time 273 seconds. -DAPP=S2S -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 003 elapsed time 486 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v15_thompson_mynn_RRTMGP,FV3_GFS_v16_p7_rrtmgp,FV3_GFS_v16_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 004 elapsed time 578 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 005 elapsed time 594 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_RRTMGP,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_thompson,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 006 elapsed time 513 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DREPRO=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit +Compile 007 elapsed time 256 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_RRTMGP,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp,FV3_GFS_v16_thompson,FV3_GFS_v15_thompson_mynn,FV3_GFS_v16_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 008 elapsed time 256 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_RAP,FV3_RAP_cires_ugwp,FV3_RAP_unified_ugwp,FV3_RAP_noah,FV3_RAP_RRTMGP,FV3_RAP_sfcdiff,FV3_RAP_flake,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 009 elapsed time 232 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 500 seconds. -DAPP=HAFSW -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 599 seconds. -DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 012 elapsed time 304 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 013 elapsed time 151 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 014 elapsed time 540 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/cpld_control_p8 -working dir = /lustre/f2/scratch/Dom.Heinzeller/FV3_RT/rt_12844/cpld_control_p8 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29140/cpld_control_p8 Checking test 001 cpld_control_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -70,14 +70,14 @@ Checking test 001 cpld_control_p8 results .... Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK - 0: The total amount of wall time = 242.266716 - 0: The maximum resident set size (KB) = 520612 + 0: The total amount of wall time = 241.332792 + 0: The maximum resident set size (KB) = 495204 Test 001 cpld_control_p8 PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/cpld_control_p8 -working dir = /lustre/f2/scratch/Dom.Heinzeller/FV3_RT/rt_12844/cpld_2threads_p8 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29140/cpld_2threads_p8 Checking test 002 cpld_2threads_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -130,14 +130,14 @@ Checking test 002 cpld_2threads_p8 results .... Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK - 0: The total amount of wall time = 298.034776 - 0: The maximum resident set size (KB) = 608796 + 0: The total amount of wall time = 343.692313 + 0: The maximum resident set size (KB) = 612504 Test 002 cpld_2threads_p8 PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/cpld_control_p8 -working dir = /lustre/f2/scratch/Dom.Heinzeller/FV3_RT/rt_12844/cpld_decomp_p8 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29140/cpld_decomp_p8 Checking test 003 cpld_decomp_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -190,14 +190,14 @@ Checking test 003 cpld_decomp_p8 results .... Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK - 0: The total amount of wall time = 294.952882 - 0: The maximum resident set size (KB) = 518944 + 0: The total amount of wall time = 268.889147 + 0: The maximum resident set size (KB) = 493312 Test 003 cpld_decomp_p8 PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/cpld_control_p8 -working dir = /lustre/f2/scratch/Dom.Heinzeller/FV3_RT/rt_12844/cpld_mpi_p8 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29140/cpld_mpi_p8 Checking test 004 cpld_mpi_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -250,14 +250,14 @@ Checking test 004 cpld_mpi_p8 results .... Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK - 0: The total amount of wall time = 206.012668 - 0: The maximum resident set size (KB) = 496948 + 0: The total amount of wall time = 242.088144 + 0: The maximum resident set size (KB) = 498488 Test 004 cpld_mpi_p8 PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/cpld_control_p7_rrtmgp -working dir = /lustre/f2/scratch/Dom.Heinzeller/FV3_RT/rt_12844/cpld_control_p7_rrtmgp +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29140/cpld_control_p7_rrtmgp Checking test 005 cpld_control_p7_rrtmgp results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -310,14 +310,14 @@ Checking test 005 cpld_control_p7_rrtmgp results .... Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK - 0: The total amount of wall time = 319.874516 - 0: The maximum resident set size (KB) = 591776 + 0: The total amount of wall time = 326.311283 + 0: The maximum resident set size (KB) = 617312 Test 005 cpld_control_p7_rrtmgp PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/cpld_bmark_p7 -working dir = /lustre/f2/scratch/Dom.Heinzeller/FV3_RT/rt_12844/cpld_bmark_p7 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29140/cpld_bmark_p7 Checking test 006 cpld_bmark_p7 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -362,14 +362,14 @@ Checking test 006 cpld_bmark_p7 results .... Comparing RESTART/iced.2013-04-01-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-21600.nc .........OK - 0: The total amount of wall time = 944.016353 - 0: The maximum resident set size (KB) = 1161108 + 0: The total amount of wall time = 949.642626 + 0: The maximum resident set size (KB) = 1161400 Test 006 cpld_bmark_p7 PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/cpld_bmark_p8 -working dir = /lustre/f2/scratch/Dom.Heinzeller/FV3_RT/rt_12844/cpld_bmark_p8 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29140/cpld_bmark_p8 Checking test 007 cpld_bmark_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -414,14 +414,14 @@ Checking test 007 cpld_bmark_p8 results .... Comparing RESTART/iced.2013-04-01-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-21600.nc .........OK - 0: The total amount of wall time = 913.804396 - 0: The maximum resident set size (KB) = 1161620 + 0: The total amount of wall time = 980.703635 + 0: The maximum resident set size (KB) = 1160472 Test 007 cpld_bmark_p8 PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/cpld_bmark_p8 -working dir = /lustre/f2/scratch/Dom.Heinzeller/FV3_RT/rt_12844/cpld_bmark_mpi_p8 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29140/cpld_bmark_mpi_p8 Checking test 008 cpld_bmark_mpi_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -466,14 +466,14 @@ Checking test 008 cpld_bmark_mpi_p8 results .... Comparing RESTART/iced.2013-04-01-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-21600.nc .........OK - 0: The total amount of wall time = 930.203357 - 0: The maximum resident set size (KB) = 1161660 + 0: The total amount of wall time = 935.456331 + 0: The maximum resident set size (KB) = 1161640 Test 008 cpld_bmark_mpi_p8 PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/cpld_control_c96_p8 -working dir = /lustre/f2/scratch/Dom.Heinzeller/FV3_RT/rt_12844/cpld_control_c96_p8 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29140/cpld_control_c96_p8 Checking test 009 cpld_control_c96_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -523,14 +523,14 @@ Checking test 009 cpld_control_c96_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 = 281.544456 - 0: The maximum resident set size (KB) = 516596 + 0: The total amount of wall time = 257.091598 + 0: The maximum resident set size (KB) = 516704 Test 009 cpld_control_c96_p8 PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/cpld_control_c96_p8 -working dir = /lustre/f2/scratch/Dom.Heinzeller/FV3_RT/rt_12844/cpld_restart_c96_p8 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29140/cpld_restart_c96_p8 Checking test 010 cpld_restart_c96_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -580,14 +580,14 @@ Checking test 010 cpld_restart_c96_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 = 119.272537 - 0: The maximum resident set size (KB) = 306776 + 0: The total amount of wall time = 121.017103 + 0: The maximum resident set size (KB) = 322168 Test 010 cpld_restart_c96_p8 PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/cpld_control_c192_p8 -working dir = /lustre/f2/scratch/Dom.Heinzeller/FV3_RT/rt_12844/cpld_control_c192_p8 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29140/cpld_control_c192_p8 Checking test 011 cpld_control_c192_p8 results .... Comparing sfcf036.tile1.nc .........OK Comparing sfcf036.tile2.nc .........OK @@ -637,14 +637,14 @@ Checking test 011 cpld_control_c192_p8 results .... Comparing RESTART/iced.2021-03-23-64800.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-64800.nc .........OK - 0: The total amount of wall time = 976.608495 - 0: The maximum resident set size (KB) = 688744 + 0: The total amount of wall time = 974.930228 + 0: The maximum resident set size (KB) = 687376 Test 011 cpld_control_c192_p8 PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/cpld_control_c192_p8 -working dir = /lustre/f2/scratch/Dom.Heinzeller/FV3_RT/rt_12844/cpld_restart_c192_p8 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29140/cpld_restart_c192_p8 Checking test 012 cpld_restart_c192_p8 results .... Comparing sfcf036.tile1.nc .........OK Comparing sfcf036.tile2.nc .........OK @@ -694,14 +694,14 @@ Checking test 012 cpld_restart_c192_p8 results .... Comparing RESTART/iced.2021-03-23-64800.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-64800.nc .........OK - 0: The total amount of wall time = 648.193201 - 0: The maximum resident set size (KB) = 757432 + 0: The total amount of wall time = 656.975427 + 0: The maximum resident set size (KB) = 757156 Test 012 cpld_restart_c192_p8 PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/cpld_control_c384_p8 -working dir = /lustre/f2/scratch/Dom.Heinzeller/FV3_RT/rt_12844/cpld_control_c384_p8 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29140/cpld_control_c384_p8 Checking test 013 cpld_control_c384_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -744,14 +744,14 @@ Checking test 013 cpld_control_c384_p8 results .... Comparing RESTART/iced.2021-03-22-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-22-43200.nc .........OK - 0: The total amount of wall time = 1066.634396 - 0: The maximum resident set size (KB) = 1188912 + 0: The total amount of wall time = 1080.287319 + 0: The maximum resident set size (KB) = 1190988 Test 013 cpld_control_c384_p8 PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/cpld_control_c384_p8 -working dir = /lustre/f2/scratch/Dom.Heinzeller/FV3_RT/rt_12844/cpld_restart_c384_p8 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29140/cpld_restart_c384_p8 Checking test 014 cpld_restart_c384_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -794,14 +794,14 @@ Checking test 014 cpld_restart_c384_p8 results .... Comparing RESTART/iced.2021-03-22-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-22-43200.nc .........OK - 0: The total amount of wall time = 577.396474 - 0: The maximum resident set size (KB) = 1147812 + 0: The total amount of wall time = 642.829359 + 0: The maximum resident set size (KB) = 1148924 Test 014 cpld_restart_c384_p8 PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/cpld_debug_p8 -working dir = /lustre/f2/scratch/Dom.Heinzeller/FV3_RT/rt_12844/cpld_debug_p8 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29140/cpld_debug_p8 Checking test 015 cpld_debug_p8 results .... Comparing sfcf006.tile1.nc .........OK Comparing sfcf006.tile2.nc .........OK @@ -851,14 +851,14 @@ Checking test 015 cpld_debug_p8 results .... Comparing RESTART/iced.2021-03-22-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-22-43200.nc .........OK - 0: The total amount of wall time = 628.956599 - 0: The maximum resident set size (KB) = 576752 + 0: The total amount of wall time = 633.303147 + 0: The maximum resident set size (KB) = 577844 Test 015 cpld_debug_p8 PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control -working dir = /lustre/f2/scratch/Dom.Heinzeller/FV3_RT/rt_12844/control +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29140/control Checking test 016 control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -905,14 +905,14 @@ Checking test 016 control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 144.766472 - 0: The maximum resident set size (KB) = 437832 + 0: The total amount of wall time = 134.342399 + 0: The maximum resident set size (KB) = 437580 Test 016 control PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control -working dir = /lustre/f2/scratch/Dom.Heinzeller/FV3_RT/rt_12844/control_decomp +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29140/control_decomp Checking test 017 control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -955,14 +955,14 @@ Checking test 017 control_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 162.513488 - 0: The maximum resident set size (KB) = 437044 + 0: The total amount of wall time = 138.810098 + 0: The maximum resident set size (KB) = 436848 Test 017 control_decomp PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control -working dir = /lustre/f2/scratch/Dom.Heinzeller/FV3_RT/rt_12844/control_2threads +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29140/control_2threads Checking test 018 control_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1005,14 +1005,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 = 197.626558 - 0: The maximum resident set size (KB) = 487624 + 0: The total amount of wall time = 168.657102 + 0: The maximum resident set size (KB) = 489300 Test 018 control_2threads PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control -working dir = /lustre/f2/scratch/Dom.Heinzeller/FV3_RT/rt_12844/control_restart +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29140/control_restart Checking test 019 control_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1051,14 +1051,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 = 75.699151 - 0: The maximum resident set size (KB) = 170432 + 0: The total amount of wall time = 70.266766 + 0: The maximum resident set size (KB) = 170472 Test 019 control_restart PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control -working dir = /lustre/f2/scratch/Dom.Heinzeller/FV3_RT/rt_12844/control_fhzero +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29140/control_fhzero Checking test 020 control_fhzero results .... Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf021.nc ............ALT CHECK......OK @@ -1101,14 +1101,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 = 158.836363 - 0: The maximum resident set size (KB) = 437852 + 0: The total amount of wall time = 126.716896 + 0: The maximum resident set size (KB) = 437652 Test 020 control_fhzero PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_CubedSphereGrid -working dir = /lustre/f2/scratch/Dom.Heinzeller/FV3_RT/rt_12844/control_CubedSphereGrid +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29140/control_CubedSphereGrid Checking test 021 control_CubedSphereGrid results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -1135,14 +1135,14 @@ Checking test 021 control_CubedSphereGrid results .... Comparing atmf024.tile5.nc .........OK Comparing atmf024.tile6.nc .........OK - 0: The total amount of wall time = 125.771028 - 0: The maximum resident set size (KB) = 437600 + 0: The total amount of wall time = 138.000086 + 0: The maximum resident set size (KB) = 437876 Test 021 control_CubedSphereGrid PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_latlon -working dir = /lustre/f2/scratch/Dom.Heinzeller/FV3_RT/rt_12844/control_latlon +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29140/control_latlon Checking test 022 control_latlon results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1153,14 +1153,14 @@ Checking test 022 control_latlon results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 155.557738 - 0: The maximum resident set size (KB) = 437840 + 0: The total amount of wall time = 131.932259 + 0: The maximum resident set size (KB) = 437572 Test 022 control_latlon PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_wrtGauss_netcdf_parallel -working dir = /lustre/f2/scratch/Dom.Heinzeller/FV3_RT/rt_12844/control_wrtGauss_netcdf_parallel +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29140/control_wrtGauss_netcdf_parallel Checking test 023 control_wrtGauss_netcdf_parallel results .... Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf024.nc .........OK @@ -1171,14 +1171,14 @@ Checking test 023 control_wrtGauss_netcdf_parallel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 143.567777 - 0: The maximum resident set size (KB) = 437900 + 0: The total amount of wall time = 265.418606 + 0: The maximum resident set size (KB) = 437604 Test 023 control_wrtGauss_netcdf_parallel PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_c48 -working dir = /lustre/f2/scratch/Dom.Heinzeller/FV3_RT/rt_12844/control_c48 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29140/control_c48 Checking test 024 control_c48 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1217,14 +1217,14 @@ Checking test 024 control_c48 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0: The total amount of wall time = 352.395059 -0: The maximum resident set size (KB) = 632148 +0: The total amount of wall time = 351.896943 +0: The maximum resident set size (KB) = 632100 Test 024 control_c48 PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_c192 -working dir = /lustre/f2/scratch/Dom.Heinzeller/FV3_RT/rt_12844/control_c192 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29140/control_c192 Checking test 025 control_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1235,14 +1235,14 @@ Checking test 025 control_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 557.325192 - 0: The maximum resident set size (KB) = 540784 + 0: The total amount of wall time = 552.164730 + 0: The maximum resident set size (KB) = 540556 Test 025 control_c192 PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_c384 -working dir = /lustre/f2/scratch/Dom.Heinzeller/FV3_RT/rt_12844/control_c384 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29140/control_c384 Checking test 026 control_c384 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1253,14 +1253,14 @@ Checking test 026 control_c384 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 921.150458 - 0: The maximum resident set size (KB) = 794772 + 0: The total amount of wall time = 919.210255 + 0: The maximum resident set size (KB) = 794748 Test 026 control_c384 PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_c384gdas -working dir = /lustre/f2/scratch/Dom.Heinzeller/FV3_RT/rt_12844/control_c384gdas +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29140/control_c384gdas Checking test 027 control_c384gdas results .... Comparing sfcf000.nc .........OK Comparing sfcf006.nc .........OK @@ -1303,14 +1303,14 @@ Checking test 027 control_c384gdas results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 804.708134 - 0: The maximum resident set size (KB) = 936864 + 0: The total amount of wall time = 816.104800 + 0: The maximum resident set size (KB) = 937236 Test 027 control_c384gdas PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_stochy -working dir = /lustre/f2/scratch/Dom.Heinzeller/FV3_RT/rt_12844/control_stochy +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29140/control_stochy Checking test 028 control_stochy results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1321,28 +1321,28 @@ Checking test 028 control_stochy results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 120.314056 - 0: The maximum resident set size (KB) = 440208 + 0: The total amount of wall time = 110.454601 + 0: The maximum resident set size (KB) = 440596 Test 028 control_stochy PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_stochy -working dir = /lustre/f2/scratch/Dom.Heinzeller/FV3_RT/rt_12844/control_stochy_restart +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29140/control_stochy_restart Checking test 029 control_stochy_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 47.883298 - 0: The maximum resident set size (KB) = 186712 + 0: The total amount of wall time = 76.409988 + 0: The maximum resident set size (KB) = 186772 Test 029 control_stochy_restart PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_lndp -working dir = /lustre/f2/scratch/Dom.Heinzeller/FV3_RT/rt_12844/control_lndp +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29140/control_lndp Checking test 030 control_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1353,14 +1353,14 @@ Checking test 030 control_lndp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 105.736693 - 0: The maximum resident set size (KB) = 441820 + 0: The total amount of wall time = 78.312326 + 0: The maximum resident set size (KB) = 442596 Test 030 control_lndp PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_p8 -working dir = /lustre/f2/scratch/Dom.Heinzeller/FV3_RT/rt_12844/control_p8 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29140/control_p8 Checking test 031 control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1407,14 +1407,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 = 177.303922 - 0: The maximum resident set size (KB) = 470008 + 0: The total amount of wall time = 147.742426 + 0: The maximum resident set size (KB) = 468324 Test 031 control_p8 PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_p8 -working dir = /lustre/f2/scratch/Dom.Heinzeller/FV3_RT/rt_12844/control_restart_p8 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29140/control_restart_p8 Checking test 032 control_restart_p8 results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1453,14 +1453,14 @@ Checking test 032 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 = 102.611705 - 0: The maximum resident set size (KB) = 293776 + 0: The total amount of wall time = 104.590024 + 0: The maximum resident set size (KB) = 293168 Test 032 control_restart_p8 PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_p8 -working dir = /lustre/f2/scratch/Dom.Heinzeller/FV3_RT/rt_12844/control_decomp_p8 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29140/control_decomp_p8 Checking test 033 control_decomp_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1503,14 +1503,14 @@ Checking test 033 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 = 179.119884 - 0: The maximum resident set size (KB) = 465072 + 0: The total amount of wall time = 173.635289 + 0: The maximum resident set size (KB) = 462908 Test 033 control_decomp_p8 PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_p8 -working dir = /lustre/f2/scratch/Dom.Heinzeller/FV3_RT/rt_12844/control_2threads_p8 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29140/control_2threads_p8 Checking test 034 control_2threads_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1553,14 +1553,14 @@ Checking test 034 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 = 213.220387 - 0: The maximum resident set size (KB) = 542980 + 0: The total amount of wall time = 210.815499 + 0: The maximum resident set size (KB) = 542896 Test 034 control_2threads_p8 PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_p7_rrtmgp -working dir = /lustre/f2/scratch/Dom.Heinzeller/FV3_RT/rt_12844/control_p7_rrtmgp +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29140/control_p7_rrtmgp Checking test 035 control_p7_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1607,14 +1607,14 @@ Checking test 035 control_p7_rrtmgp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 215.387567 - 0: The maximum resident set size (KB) = 566288 + 0: The total amount of wall time = 211.830988 + 0: The maximum resident set size (KB) = 567536 Test 035 control_p7_rrtmgp PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/fv3_regional_control -working dir = /lustre/f2/scratch/Dom.Heinzeller/FV3_RT/rt_12844/regional_control +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29140/regional_control Checking test 036 regional_control results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1625,28 +1625,28 @@ Checking test 036 regional_control results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK - 0: The total amount of wall time = 331.149394 - 0: The maximum resident set size (KB) = 540236 + 0: The total amount of wall time = 359.588427 + 0: The maximum resident set size (KB) = 539652 Test 036 regional_control PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/fv3_regional_control -working dir = /lustre/f2/scratch/Dom.Heinzeller/FV3_RT/rt_12844/regional_restart +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29140/regional_restart Checking test 037 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.645492 - 0: The maximum resident set size (KB) = 538532 + 0: The total amount of wall time = 189.247718 + 0: The maximum resident set size (KB) = 540052 Test 037 regional_restart PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/fv3_regional_noquilt -working dir = /lustre/f2/scratch/Dom.Heinzeller/FV3_RT/rt_12844/regional_noquilt +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29140/regional_noquilt Checking test 038 regional_noquilt results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK @@ -1654,14 +1654,14 @@ Checking test 038 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 = 351.351623 - 0: The maximum resident set size (KB) = 548412 + 0: The total amount of wall time = 377.352550 + 0: The maximum resident set size (KB) = 547316 Test 038 regional_noquilt PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/fv3_regional_control -working dir = /lustre/f2/scratch/Dom.Heinzeller/FV3_RT/rt_12844/regional_2threads +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29140/regional_2threads Checking test 039 regional_2threads results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1672,14 +1672,14 @@ Checking test 039 regional_2threads results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK - 0: The total amount of wall time = 265.232347 - 0: The maximum resident set size (KB) = 542560 + 0: The total amount of wall time = 267.021268 + 0: The maximum resident set size (KB) = 542628 Test 039 regional_2threads PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/fv3_regional_hafs -working dir = /lustre/f2/scratch/Dom.Heinzeller/FV3_RT/rt_12844/regional_hafs +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29140/regional_hafs Checking test 040 regional_hafs results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1688,28 +1688,28 @@ Checking test 040 regional_hafs results .... Comparing HURPRS.GrbF00 .........OK Comparing HURPRS.GrbF24 .........OK - 0: The total amount of wall time = 329.438253 - 0: The maximum resident set size (KB) = 539480 + 0: The total amount of wall time = 351.789254 + 0: The maximum resident set size (KB) = 538984 Test 040 regional_hafs PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/fv3_regional_netcdf_parallel -working dir = /lustre/f2/scratch/Dom.Heinzeller/FV3_RT/rt_12844/regional_netcdf_parallel +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29140/regional_netcdf_parallel Checking test 041 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 = 333.547834 - 0: The maximum resident set size (KB) = 538596 + 0: The total amount of wall time = 424.386763 + 0: The maximum resident set size (KB) = 536736 Test 041 regional_netcdf_parallel PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/fv3_regional_RRTMGP -working dir = /lustre/f2/scratch/Dom.Heinzeller/FV3_RT/rt_12844/regional_RRTMGP +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29140/regional_RRTMGP Checking test 042 regional_RRTMGP results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1720,14 +1720,14 @@ Checking test 042 regional_RRTMGP results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK - 0: The total amount of wall time = 448.516664 - 0: The maximum resident set size (KB) = 664752 + 0: The total amount of wall time = 448.063301 + 0: The maximum resident set size (KB) = 664232 Test 042 regional_RRTMGP PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/rap_control -working dir = /lustre/f2/scratch/Dom.Heinzeller/FV3_RT/rt_12844/rap_control +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29140/rap_control Checking test 043 rap_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1774,14 +1774,14 @@ Checking test 043 rap_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 402.033009 - 0: The maximum resident set size (KB) = 803200 + 0: The total amount of wall time = 403.204726 + 0: The maximum resident set size (KB) = 802596 Test 043 rap_control PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/rap_control -working dir = /lustre/f2/scratch/Dom.Heinzeller/FV3_RT/rt_12844/rap_2threads +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29140/rap_2threads Checking test 044 rap_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1828,14 +1828,14 @@ Checking test 044 rap_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 495.777139 - 0: The maximum resident set size (KB) = 867888 + 0: The total amount of wall time = 527.393059 + 0: The maximum resident set size (KB) = 867588 Test 044 rap_2threads PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/rap_control -working dir = /lustre/f2/scratch/Dom.Heinzeller/FV3_RT/rt_12844/rap_restart +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29140/rap_restart Checking test 045 rap_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1874,14 +1874,14 @@ Checking test 045 rap_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 196.710039 - 0: The maximum resident set size (KB) = 545132 + 0: The total amount of wall time = 191.892981 + 0: The maximum resident set size (KB) = 544412 Test 045 rap_restart PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/rap_sfcdiff -working dir = /lustre/f2/scratch/Dom.Heinzeller/FV3_RT/rt_12844/rap_sfcdiff +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29140/rap_sfcdiff Checking test 046 rap_sfcdiff results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1928,14 +1928,14 @@ Checking test 046 rap_sfcdiff results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 400.521605 - 0: The maximum resident set size (KB) = 803588 + 0: The total amount of wall time = 406.216292 + 0: The maximum resident set size (KB) = 803504 Test 046 rap_sfcdiff PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/rap_sfcdiff -working dir = /lustre/f2/scratch/Dom.Heinzeller/FV3_RT/rt_12844/rap_sfcdiff_restart +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29140/rap_sfcdiff_restart Checking test 047 rap_sfcdiff_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1974,14 +1974,14 @@ Checking test 047 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 = 217.402950 - 0: The maximum resident set size (KB) = 544748 + 0: The total amount of wall time = 221.827117 + 0: The maximum resident set size (KB) = 543072 Test 047 rap_sfcdiff_restart PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/hrrr_control -working dir = /lustre/f2/scratch/Dom.Heinzeller/FV3_RT/rt_12844/hrrr_control +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29140/hrrr_control Checking test 048 hrrr_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2028,14 +2028,14 @@ Checking test 048 hrrr_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 357.734795 - 0: The maximum resident set size (KB) = 800640 + 0: The total amount of wall time = 387.050612 + 0: The maximum resident set size (KB) = 801072 Test 048 hrrr_control PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/rrfs_v1beta -working dir = /lustre/f2/scratch/Dom.Heinzeller/FV3_RT/rt_12844/rrfs_v1beta +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29140/rrfs_v1beta Checking test 049 rrfs_v1beta results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2082,14 +2082,14 @@ Checking test 049 rrfs_v1beta results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 367.903953 - 0: The maximum resident set size (KB) = 800508 + 0: The total amount of wall time = 368.664210 + 0: The maximum resident set size (KB) = 800816 Test 049 rrfs_v1beta PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/rrfs_conus13km_hrrr_warm -working dir = /lustre/f2/scratch/Dom.Heinzeller/FV3_RT/rt_12844/rrfs_conus13km_hrrr_warm +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29140/rrfs_conus13km_hrrr_warm Checking test 050 rrfs_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -2098,14 +2098,14 @@ Checking test 050 rrfs_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 170.653864 - 0: The maximum resident set size (KB) = 612684 + 0: The total amount of wall time = 187.605639 + 0: The maximum resident set size (KB) = 613332 Test 050 rrfs_conus13km_hrrr_warm PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/rrfs_conus13km_radar_tten_warm -working dir = /lustre/f2/scratch/Dom.Heinzeller/FV3_RT/rt_12844/rrfs_conus13km_radar_tten_warm +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29140/rrfs_conus13km_radar_tten_warm Checking test 051 rrfs_conus13km_radar_tten_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -2114,14 +2114,14 @@ Checking test 051 rrfs_conus13km_radar_tten_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 173.148314 - 0: The maximum resident set size (KB) = 616560 + 0: The total amount of wall time = 188.172606 + 0: The maximum resident set size (KB) = 617464 Test 051 rrfs_conus13km_radar_tten_warm PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_rrtmgp -working dir = /lustre/f2/scratch/Dom.Heinzeller/FV3_RT/rt_12844/control_rrtmgp +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29140/control_rrtmgp Checking test 052 control_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2132,14 +2132,14 @@ Checking test 052 control_rrtmgp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 216.116221 - 0: The maximum resident set size (KB) = 564972 + 0: The total amount of wall time = 238.732778 + 0: The maximum resident set size (KB) = 564832 Test 052 control_rrtmgp PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_rrtmgp_c192 -working dir = /lustre/f2/scratch/Dom.Heinzeller/FV3_RT/rt_12844/control_rrtmgp_c192 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29140/control_rrtmgp_c192 Checking test 053 control_rrtmgp_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -2150,14 +2150,14 @@ Checking test 053 control_rrtmgp_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 604.252071 - 0: The maximum resident set size (KB) = 775120 + 0: The total amount of wall time = 591.144365 + 0: The maximum resident set size (KB) = 775456 Test 053 control_rrtmgp_c192 PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_csawmgt -working dir = /lustre/f2/scratch/Dom.Heinzeller/FV3_RT/rt_12844/control_csawmgt +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29140/control_csawmgt Checking test 054 control_csawmgt results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2168,14 +2168,14 @@ Checking test 054 control_csawmgt results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 366.748211 - 0: The maximum resident set size (KB) = 504856 + 0: The total amount of wall time = 345.404793 + 0: The maximum resident set size (KB) = 504824 Test 054 control_csawmgt PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_flake -working dir = /lustre/f2/scratch/Dom.Heinzeller/FV3_RT/rt_12844/control_flake +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29140/control_flake Checking test 055 control_flake results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2186,14 +2186,14 @@ Checking test 055 control_flake results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 248.454028 - 0: The maximum resident set size (KB) = 506108 + 0: The total amount of wall time = 243.872664 + 0: The maximum resident set size (KB) = 506488 Test 055 control_flake PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_ras -working dir = /lustre/f2/scratch/Dom.Heinzeller/FV3_RT/rt_12844/control_ras +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29140/control_ras Checking test 056 control_ras results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2204,14 +2204,14 @@ Checking test 056 control_ras results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 205.218350 - 0: The maximum resident set size (KB) = 471512 + 0: The total amount of wall time = 184.257030 + 0: The maximum resident set size (KB) = 471432 Test 056 control_ras PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_thompson -working dir = /lustre/f2/scratch/Dom.Heinzeller/FV3_RT/rt_12844/control_thompson +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29140/control_thompson Checking test 057 control_thompson results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2222,14 +2222,14 @@ Checking test 057 control_thompson results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 258.615220 - 0: The maximum resident set size (KB) = 821832 + 0: The total amount of wall time = 230.661929 + 0: The maximum resident set size (KB) = 820712 Test 057 control_thompson PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_thompson_no_aero -working dir = /lustre/f2/scratch/Dom.Heinzeller/FV3_RT/rt_12844/control_thompson_no_aero +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29140/control_thompson_no_aero Checking test 058 control_thompson_no_aero results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2240,54 +2240,54 @@ Checking test 058 control_thompson_no_aero results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 244.844580 - 0: The maximum resident set size (KB) = 814900 + 0: The total amount of wall time = 249.758107 + 0: The maximum resident set size (KB) = 815352 Test 058 control_thompson_no_aero PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_wam_repro -working dir = /lustre/f2/scratch/Dom.Heinzeller/FV3_RT/rt_12844/control_wam_repro +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29140/control_wam_repro Checking test 059 control_wam results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK - 0: The total amount of wall time = 121.898240 - 0: The maximum resident set size (KB) = 181996 + 0: The total amount of wall time = 146.893864 + 0: The maximum resident set size (KB) = 182016 Test 059 control_wam PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_debug -working dir = /lustre/f2/scratch/Dom.Heinzeller/FV3_RT/rt_12844/control_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29140/control_debug Checking test 060 control_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 145.874821 - 0: The maximum resident set size (KB) = 505008 + 0: The total amount of wall time = 145.561680 + 0: The maximum resident set size (KB) = 503904 Test 060 control_debug PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_debug -working dir = /lustre/f2/scratch/Dom.Heinzeller/FV3_RT/rt_12844/control_2threads_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29140/control_2threads_debug Checking test 061 control_2threads_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 264.382454 - 0: The maximum resident set size (KB) = 556552 + 0: The total amount of wall time = 254.730726 + 0: The maximum resident set size (KB) = 554344 Test 061 control_2threads_debug PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_CubedSphereGrid_debug -working dir = /lustre/f2/scratch/Dom.Heinzeller/FV3_RT/rt_12844/control_CubedSphereGrid_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29140/control_CubedSphereGrid_debug Checking test 062 control_CubedSphereGrid_debug results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -2314,428 +2314,428 @@ Checking test 062 control_CubedSphereGrid_debug results .... Comparing atmf001.tile5.nc .........OK Comparing atmf001.tile6.nc .........OK - 0: The total amount of wall time = 156.120030 - 0: The maximum resident set size (KB) = 505172 + 0: The total amount of wall time = 157.967018 + 0: The maximum resident set size (KB) = 504900 Test 062 control_CubedSphereGrid_debug PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_wrtGauss_netcdf_parallel_debug -working dir = /lustre/f2/scratch/Dom.Heinzeller/FV3_RT/rt_12844/control_wrtGauss_netcdf_parallel_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29140/control_wrtGauss_netcdf_parallel_debug Checking test 063 control_wrtGauss_netcdf_parallel_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc ............ALT CHECK......OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 150.795226 - 0: The maximum resident set size (KB) = 505192 + 0: The total amount of wall time = 180.481218 + 0: The maximum resident set size (KB) = 503660 Test 063 control_wrtGauss_netcdf_parallel_debug PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_stochy_debug -working dir = /lustre/f2/scratch/Dom.Heinzeller/FV3_RT/rt_12844/control_stochy_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29140/control_stochy_debug Checking test 064 control_stochy_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 169.310495 - 0: The maximum resident set size (KB) = 508528 + 0: The total amount of wall time = 168.316890 + 0: The maximum resident set size (KB) = 508200 Test 064 control_stochy_debug PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_lndp_debug -working dir = /lustre/f2/scratch/Dom.Heinzeller/FV3_RT/rt_12844/control_lndp_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29140/control_lndp_debug Checking test 065 control_lndp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 151.616627 - 0: The maximum resident set size (KB) = 508704 + 0: The total amount of wall time = 150.575224 + 0: The maximum resident set size (KB) = 509008 Test 065 control_lndp_debug PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_rrtmgp_debug -working dir = /lustre/f2/scratch/Dom.Heinzeller/FV3_RT/rt_12844/control_rrtmgp_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29140/control_rrtmgp_debug Checking test 066 control_rrtmgp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 162.620685 - 0: The maximum resident set size (KB) = 609224 + 0: The total amount of wall time = 162.934950 + 0: The maximum resident set size (KB) = 608984 Test 066 control_rrtmgp_debug PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_csawmg_debug -working dir = /lustre/f2/scratch/Dom.Heinzeller/FV3_RT/rt_12844/control_csawmg_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29140/control_csawmg_debug Checking test 067 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 = 240.346603 - 0: The maximum resident set size (KB) = 545616 + 0: The total amount of wall time = 244.450220 + 0: The maximum resident set size (KB) = 545404 Test 067 control_csawmg_debug PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_csawmgt_debug -working dir = /lustre/f2/scratch/Dom.Heinzeller/FV3_RT/rt_12844/control_csawmgt_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29140/control_csawmgt_debug Checking test 068 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 = 238.037175 - 0: The maximum resident set size (KB) = 545744 + 0: The total amount of wall time = 243.121315 + 0: The maximum resident set size (KB) = 545672 Test 068 control_csawmgt_debug PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_ras_debug -working dir = /lustre/f2/scratch/Dom.Heinzeller/FV3_RT/rt_12844/control_ras_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29140/control_ras_debug Checking test 069 control_ras_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 157.003230 - 0: The maximum resident set size (KB) = 517112 + 0: The total amount of wall time = 154.557416 + 0: The maximum resident set size (KB) = 516676 Test 069 control_ras_debug PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_diag_debug -working dir = /lustre/f2/scratch/Dom.Heinzeller/FV3_RT/rt_12844/control_diag_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29140/control_diag_debug Checking test 070 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 = 153.849810 - 0: The maximum resident set size (KB) = 561192 + 0: The total amount of wall time = 154.924368 + 0: The maximum resident set size (KB) = 561200 Test 070 control_diag_debug PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_debug_p8 -working dir = /lustre/f2/scratch/Dom.Heinzeller/FV3_RT/rt_12844/control_debug_p8 +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29140/control_debug_p8 Checking test 071 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 = 159.720808 - 0: The maximum resident set size (KB) = 528896 + 0: The total amount of wall time = 176.115446 + 0: The maximum resident set size (KB) = 529232 Test 071 control_debug_p8 PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_thompson_debug -working dir = /lustre/f2/scratch/Dom.Heinzeller/FV3_RT/rt_12844/control_thompson_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29140/control_thompson_debug Checking test 072 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 = 180.178221 - 0: The maximum resident set size (KB) = 863616 + 0: The total amount of wall time = 172.494256 + 0: The maximum resident set size (KB) = 863568 Test 072 control_thompson_debug PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_thompson_no_aero_debug -working dir = /lustre/f2/scratch/Dom.Heinzeller/FV3_RT/rt_12844/control_thompson_no_aero_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29140/control_thompson_no_aero_debug Checking test 073 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 = 168.436819 - 0: The maximum resident set size (KB) = 859500 + 0: The total amount of wall time = 170.100503 + 0: The maximum resident set size (KB) = 859024 Test 073 control_thompson_no_aero_debug PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_thompson_debug_extdiag -working dir = /lustre/f2/scratch/Dom.Heinzeller/FV3_RT/rt_12844/control_thompson_extdiag_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29140/control_thompson_extdiag_debug Checking test 074 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 = 180.763171 - 0: The maximum resident set size (KB) = 892376 + 0: The total amount of wall time = 181.111840 + 0: The maximum resident set size (KB) = 892244 Test 074 control_thompson_extdiag_debug PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_thompson_progcld_thompson_debug -working dir = /lustre/f2/scratch/Dom.Heinzeller/FV3_RT/rt_12844/control_thompson_progcld_thompson_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29140/control_thompson_progcld_thompson_debug Checking test 075 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.197156 - 0: The maximum resident set size (KB) = 863572 + 0: The total amount of wall time = 173.935823 + 0: The maximum resident set size (KB) = 863576 Test 075 control_thompson_progcld_thompson_debug PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/fv3_regional_debug -working dir = /lustre/f2/scratch/Dom.Heinzeller/FV3_RT/rt_12844/regional_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29140/regional_debug Checking test 076 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 = 257.975840 - 0: The maximum resident set size (KB) = 565488 + 0: The total amount of wall time = 263.251149 + 0: The maximum resident set size (KB) = 563904 Test 076 regional_debug PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/rap_control_debug -working dir = /lustre/f2/scratch/Dom.Heinzeller/FV3_RT/rt_12844/rap_control_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29140/rap_control_debug Checking test 077 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 = 272.841799 - 0: The maximum resident set size (KB) = 870332 + 0: The total amount of wall time = 276.554305 + 0: The maximum resident set size (KB) = 871064 Test 077 rap_control_debug PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/rap_control_debug -working dir = /lustre/f2/scratch/Dom.Heinzeller/FV3_RT/rt_12844/rap_unified_drag_suite_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29140/rap_unified_drag_suite_debug Checking test 078 rap_unified_drag_suite_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 274.430949 - 0: The maximum resident set size (KB) = 870404 + 0: The total amount of wall time = 272.357917 + 0: The maximum resident set size (KB) = 871232 Test 078 rap_unified_drag_suite_debug PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/rap_diag_debug -working dir = /lustre/f2/scratch/Dom.Heinzeller/FV3_RT/rt_12844/rap_diag_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29140/rap_diag_debug Checking test 079 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 = 287.343771 - 0: The maximum resident set size (KB) = 953296 + 0: The total amount of wall time = 291.098759 + 0: The maximum resident set size (KB) = 953360 Test 079 rap_diag_debug PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/rap_cires_ugwp_debug -working dir = /lustre/f2/scratch/Dom.Heinzeller/FV3_RT/rt_12844/rap_cires_ugwp_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29140/rap_cires_ugwp_debug Checking test 080 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 = 288.515404 - 0: The maximum resident set size (KB) = 872712 + 0: The total amount of wall time = 280.515436 + 0: The maximum resident set size (KB) = 871296 Test 080 rap_cires_ugwp_debug PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/rap_cires_ugwp_debug -working dir = /lustre/f2/scratch/Dom.Heinzeller/FV3_RT/rt_12844/rap_unified_ugwp_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29140/rap_unified_ugwp_debug Checking test 081 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 = 288.688129 - 0: The maximum resident set size (KB) = 870564 + 0: The total amount of wall time = 280.443330 + 0: The maximum resident set size (KB) = 871360 Test 081 rap_unified_ugwp_debug PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/rap_noah_debug -working dir = /lustre/f2/scratch/Dom.Heinzeller/FV3_RT/rt_12844/rap_noah_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29140/rap_noah_debug Checking test 082 rap_noah_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 281.482501 - 0: The maximum resident set size (KB) = 869764 + 0: The total amount of wall time = 270.987368 + 0: The maximum resident set size (KB) = 869948 Test 082 rap_noah_debug PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/rap_rrtmgp_debug -working dir = /lustre/f2/scratch/Dom.Heinzeller/FV3_RT/rt_12844/rap_rrtmgp_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29140/rap_rrtmgp_debug Checking test 083 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 = 469.509433 - 0: The maximum resident set size (KB) = 977016 + 0: The total amount of wall time = 473.018735 + 0: The maximum resident set size (KB) = 976940 Test 083 rap_rrtmgp_debug PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/rap_lndp_debug -working dir = /lustre/f2/scratch/Dom.Heinzeller/FV3_RT/rt_12844/rap_lndp_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29140/rap_lndp_debug Checking test 084 rap_lndp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 287.880806 - 0: The maximum resident set size (KB) = 871960 + 0: The total amount of wall time = 279.058452 + 0: The maximum resident set size (KB) = 871600 Test 084 rap_lndp_debug PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/rap_sfcdiff_debug -working dir = /lustre/f2/scratch/Dom.Heinzeller/FV3_RT/rt_12844/rap_sfcdiff_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29140/rap_sfcdiff_debug Checking test 085 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 = 288.028650 - 0: The maximum resident set size (KB) = 871200 + 0: The total amount of wall time = 274.328009 + 0: The maximum resident set size (KB) = 871424 Test 085 rap_sfcdiff_debug PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/rap_flake_debug -working dir = /lustre/f2/scratch/Dom.Heinzeller/FV3_RT/rt_12844/rap_flake_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29140/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 - 0: The total amount of wall time = 285.844025 - 0: The maximum resident set size (KB) = 870404 + 0: The total amount of wall time = 274.805043 + 0: The maximum resident set size (KB) = 871720 Test 086 rap_flake_debug PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/rap_noah_sfcdiff_cires_ugwp_debug -working dir = /lustre/f2/scratch/Dom.Heinzeller/FV3_RT/rt_12844/rap_noah_sfcdiff_cires_ugwp_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29140/rap_noah_sfcdiff_cires_ugwp_debug Checking test 087 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 = 467.579230 - 0: The maximum resident set size (KB) = 870256 + 0: The total amount of wall time = 460.674750 + 0: The maximum resident set size (KB) = 869432 Test 087 rap_noah_sfcdiff_cires_ugwp_debug PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/rap_progcld_thompson_debug -working dir = /lustre/f2/scratch/Dom.Heinzeller/FV3_RT/rt_12844/rap_progcld_thompson_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29140/rap_progcld_thompson_debug Checking test 088 rap_progcld_thompson_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 277.340193 - 0: The maximum resident set size (KB) = 870372 + 0: The total amount of wall time = 277.145091 + 0: The maximum resident set size (KB) = 871460 Test 088 rap_progcld_thompson_debug PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/rrfs_v1beta_debug -working dir = /lustre/f2/scratch/Dom.Heinzeller/FV3_RT/rt_12844/rrfs_v1beta_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29140/rrfs_v1beta_debug Checking test 089 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 = 271.897518 - 0: The maximum resident set size (KB) = 869020 + 0: The total amount of wall time = 277.234631 + 0: The maximum resident set size (KB) = 868116 Test 089 rrfs_v1beta_debug PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_wam_debug -working dir = /lustre/f2/scratch/Dom.Heinzeller/FV3_RT/rt_12844/control_wam_debug +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29140/control_wam_debug Checking test 090 control_wam_debug results .... Comparing sfcf019.nc .........OK Comparing atmf019.nc .........OK - 0: The total amount of wall time = 320.568723 - 0: The maximum resident set size (KB) = 212124 + 0: The total amount of wall time = 292.191383 + 0: The maximum resident set size (KB) = 211820 Test 090 control_wam_debug PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/hafs_regional_atm -working dir = /lustre/f2/scratch/Dom.Heinzeller/FV3_RT/rt_12844/hafs_regional_atm +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29140/hafs_regional_atm Checking test 091 hafs_regional_atm results .... Comparing atmf006.nc ............ALT CHECK......OK Comparing sfcf006.nc ............ALT CHECK......OK - 0: The total amount of wall time = 274.259354 - 0: The maximum resident set size (KB) = 665256 + 0: The total amount of wall time = 857.016513 + 0: The maximum resident set size (KB) = 661692 Test 091 hafs_regional_atm PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/hafs_regional_atm_thompson_gfdlsf -working dir = /lustre/f2/scratch/Dom.Heinzeller/FV3_RT/rt_12844/hafs_regional_atm_thompson_gfdlsf +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29140/hafs_regional_atm_thompson_gfdlsf Checking test 092 hafs_regional_atm_thompson_gfdlsf results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK - 0: The total amount of wall time = 346.092375 - 0: The maximum resident set size (KB) = 1020856 + 0: The total amount of wall time = 804.089192 + 0: The maximum resident set size (KB) = 1021764 Test 092 hafs_regional_atm_thompson_gfdlsf PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/hafs_regional_atm_ocn -working dir = /lustre/f2/scratch/Dom.Heinzeller/FV3_RT/rt_12844/hafs_regional_atm_ocn +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29140/hafs_regional_atm_ocn Checking test 093 hafs_regional_atm_ocn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -2744,28 +2744,28 @@ Checking test 093 hafs_regional_atm_ocn results .... Comparing ufs.hafs.cpl.hi.2019-08-29-21600.nc .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 387.236721 - 0: The maximum resident set size (KB) = 668008 + 0: The total amount of wall time = 1481.944528 + 0: The maximum resident set size (KB) = 663592 Test 093 hafs_regional_atm_ocn PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/hafs_regional_atm_wav -working dir = /lustre/f2/scratch/Dom.Heinzeller/FV3_RT/rt_12844/hafs_regional_atm_wav +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29140/hafs_regional_atm_wav Checking test 094 hafs_regional_atm_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing out_grd.ww3 .........OK Comparing out_pnt.ww3 .........OK - 0: The total amount of wall time = 865.266573 - 0: The maximum resident set size (KB) = 666216 + 0: The total amount of wall time = 1491.945238 + 0: The maximum resident set size (KB) = 662432 Test 094 hafs_regional_atm_wav PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/hafs_regional_atm_ocn_wav -working dir = /lustre/f2/scratch/Dom.Heinzeller/FV3_RT/rt_12844/hafs_regional_atm_ocn_wav +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29140/hafs_regional_atm_ocn_wav Checking test 095 hafs_regional_atm_ocn_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -2774,77 +2774,77 @@ Checking test 095 hafs_regional_atm_ocn_wav results .... Comparing out_grd.ww3 .........OK Comparing out_pnt.ww3 .........OK - 0: The total amount of wall time = 953.674668 - 0: The maximum resident set size (KB) = 668880 + 0: The total amount of wall time = 1469.469804 + 0: The maximum resident set size (KB) = 664112 Test 095 hafs_regional_atm_ocn_wav PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/hafs_regional_1nest_atm -working dir = /lustre/f2/scratch/Dom.Heinzeller/FV3_RT/rt_12844/hafs_regional_1nest_atm +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29140/hafs_regional_1nest_atm Checking test 096 hafs_regional_1nest_atm results .... Comparing atmf006.nc ............ALT CHECK......OK Comparing sfcf006.nc .........OK - 0: The total amount of wall time = 503.552857 - 0: The maximum resident set size (KB) = 251044 + 0: The total amount of wall time = 601.288916 + 0: The maximum resident set size (KB) = 246804 Test 096 hafs_regional_1nest_atm PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/hafs_regional_telescopic_2nests_atm -working dir = /lustre/f2/scratch/Dom.Heinzeller/FV3_RT/rt_12844/hafs_regional_telescopic_2nests_atm +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29140/hafs_regional_telescopic_2nests_atm Checking test 097 hafs_regional_telescopic_2nests_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK - 0: The total amount of wall time = 525.646472 - 0: The maximum resident set size (KB) = 252916 + 0: The total amount of wall time = 771.803856 + 0: The maximum resident set size (KB) = 249944 Test 097 hafs_regional_telescopic_2nests_atm PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/hafs_global_1nest_atm -working dir = /lustre/f2/scratch/Dom.Heinzeller/FV3_RT/rt_12844/hafs_global_1nest_atm +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29140/hafs_global_1nest_atm Checking test 098 hafs_global_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK - 0: The total amount of wall time = 278.864123 - 0: The maximum resident set size (KB) = 155720 + 0: The total amount of wall time = 744.132053 + 0: The maximum resident set size (KB) = 155592 Test 098 hafs_global_1nest_atm PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/hafs_global_multiple_4nests_atm -working dir = /lustre/f2/scratch/Dom.Heinzeller/FV3_RT/rt_12844/hafs_global_multiple_4nests_atm +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29140/hafs_global_multiple_4nests_atm Checking test 099 hafs_global_multiple_4nests_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK - 0: The total amount of wall time = 527.518081 - 0: The maximum resident set size (KB) = 197592 + 0: The total amount of wall time = 779.865242 + 0: The maximum resident set size (KB) = 183940 Test 099 hafs_global_multiple_4nests_atm PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/hafs_regional_docn -working dir = /lustre/f2/scratch/Dom.Heinzeller/FV3_RT/rt_12844/hafs_regional_docn +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29140/hafs_regional_docn Checking test 100 hafs_regional_docn results .... - Comparing atmf006.nc ............ALT CHECK......OK + Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing ufs.hafs.cpl.hi.2019-08-29-21600.nc .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK Comparing ufs.hafs.docn.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 347.061495 - 0: The maximum resident set size (KB) = 664500 + 0: The total amount of wall time = 1482.093436 + 0: The maximum resident set size (KB) = 664560 Test 100 hafs_regional_docn PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/hafs_regional_docn_oisst -working dir = /lustre/f2/scratch/Dom.Heinzeller/FV3_RT/rt_12844/hafs_regional_docn_oisst +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29140/hafs_regional_docn_oisst Checking test 101 hafs_regional_docn_oisst results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -2852,105 +2852,105 @@ Checking test 101 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 = 348.764293 - 0: The maximum resident set size (KB) = 664640 + 0: The total amount of wall time = 1522.353833 + 0: The maximum resident set size (KB) = 664584 Test 101 hafs_regional_docn_oisst PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/hafs_regional_datm_cdeps -working dir = /lustre/f2/scratch/Dom.Heinzeller/FV3_RT/rt_12844/hafs_regional_datm_cdeps +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29140/hafs_regional_datm_cdeps Checking test 102 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 = 1078.797474 - 0: The maximum resident set size (KB) = 806172 + 0: The total amount of wall time = 1054.657029 + 0: The maximum resident set size (KB) = 806080 Test 102 hafs_regional_datm_cdeps PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/datm_cdeps_control_cfsr -working dir = /lustre/f2/scratch/Dom.Heinzeller/FV3_RT/rt_12844/datm_cdeps_control_cfsr +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29140/datm_cdeps_control_cfsr Checking test 103 datm_cdeps_control_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 145.197785 - 0: The maximum resident set size (KB) = 665016 + 0: The total amount of wall time = 145.490232 + 0: The maximum resident set size (KB) = 684300 Test 103 datm_cdeps_control_cfsr PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/datm_cdeps_control_cfsr -working dir = /lustre/f2/scratch/Dom.Heinzeller/FV3_RT/rt_12844/datm_cdeps_restart_cfsr +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29140/datm_cdeps_restart_cfsr Checking test 104 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 = 112.775795 - 0: The maximum resident set size (KB) = 684272 + 0: The total amount of wall time = 83.625554 + 0: The maximum resident set size (KB) = 684284 Test 104 datm_cdeps_restart_cfsr PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/datm_cdeps_control_gefs -working dir = /lustre/f2/scratch/Dom.Heinzeller/FV3_RT/rt_12844/datm_cdeps_control_gefs +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29140/datm_cdeps_control_gefs Checking test 105 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 = 141.478242 - 0: The maximum resident set size (KB) = 568336 + 0: The total amount of wall time = 176.534164 + 0: The maximum resident set size (KB) = 564472 Test 105 datm_cdeps_control_gefs PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/datm_cdeps_stochy_gefs -working dir = /lustre/f2/scratch/Dom.Heinzeller/FV3_RT/rt_12844/datm_cdeps_stochy_gefs +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29140/datm_cdeps_stochy_gefs Checking test 106 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 = 147.947937 - 0: The maximum resident set size (KB) = 568284 + 0: The total amount of wall time = 208.705698 + 0: The maximum resident set size (KB) = 564340 Test 106 datm_cdeps_stochy_gefs PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/datm_cdeps_bulk_cfsr -working dir = /lustre/f2/scratch/Dom.Heinzeller/FV3_RT/rt_12844/datm_cdeps_bulk_cfsr +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29140/datm_cdeps_bulk_cfsr Checking test 107 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 = 146.916284 - 0: The maximum resident set size (KB) = 684200 + 0: The total amount of wall time = 145.428372 + 0: The maximum resident set size (KB) = 684032 Test 107 datm_cdeps_bulk_cfsr PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/datm_cdeps_bulk_gefs -working dir = /lustre/f2/scratch/Dom.Heinzeller/FV3_RT/rt_12844/datm_cdeps_bulk_gefs +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29140/datm_cdeps_bulk_gefs Checking test 108 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 = 141.792251 - 0: The maximum resident set size (KB) = 564468 + 0: The total amount of wall time = 139.737151 + 0: The maximum resident set size (KB) = 566664 Test 108 datm_cdeps_bulk_gefs PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/datm_cdeps_mx025_cfsr -working dir = /lustre/f2/scratch/Dom.Heinzeller/FV3_RT/rt_12844/datm_cdeps_mx025_cfsr +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29140/datm_cdeps_mx025_cfsr Checking test 109 datm_cdeps_mx025_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK @@ -2959,14 +2959,14 @@ Checking test 109 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 = 364.991006 - 0: The maximum resident set size (KB) = 483316 + 0: The total amount of wall time = 333.238990 + 0: The maximum resident set size (KB) = 483456 Test 109 datm_cdeps_mx025_cfsr PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/datm_cdeps_mx025_gefs -working dir = /lustre/f2/scratch/Dom.Heinzeller/FV3_RT/rt_12844/datm_cdeps_mx025_gefs +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29140/datm_cdeps_mx025_gefs Checking test 110 datm_cdeps_mx025_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK @@ -2975,51 +2975,51 @@ Checking test 110 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 = 351.873489 - 0: The maximum resident set size (KB) = 453140 + 0: The total amount of wall time = 335.473075 + 0: The maximum resident set size (KB) = 451056 Test 110 datm_cdeps_mx025_gefs PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/datm_cdeps_control_cfsr -working dir = /lustre/f2/scratch/Dom.Heinzeller/FV3_RT/rt_12844/datm_cdeps_multiple_files_cfsr +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29140/datm_cdeps_multiple_files_cfsr Checking test 111 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 = 179.142467 - 0: The maximum resident set size (KB) = 676648 + 0: The total amount of wall time = 143.617617 + 0: The maximum resident set size (KB) = 683956 -Test 111 datm_cdeps_multiple_files_cfsr PASS +Test 111 datm_cdeps_multiple_files_cfsr PASS Tries: 2 baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/datm_cdeps_3072x1536_cfsr -working dir = /lustre/f2/scratch/Dom.Heinzeller/FV3_RT/rt_12844/datm_cdeps_3072x1536_cfsr +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29140/datm_cdeps_3072x1536_cfsr Checking test 112 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 = 233.374263 - 0: The maximum resident set size (KB) = 1836244 + 0: The total amount of wall time = 192.098165 + 0: The maximum resident set size (KB) = 1836288 -Test 112 datm_cdeps_3072x1536_cfsr PASS +Test 112 datm_cdeps_3072x1536_cfsr PASS Tries: 2 baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/datm_cdeps_debug_cfsr -working dir = /lustre/f2/scratch/Dom.Heinzeller/FV3_RT/rt_12844/datm_cdeps_debug_cfsr +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29140/datm_cdeps_debug_cfsr Checking test 113 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 = 361.674300 - 0: The maximum resident set size (KB) = 689044 + 0: The total amount of wall time = 361.545962 + 0: The maximum resident set size (KB) = 688940 Test 113 datm_cdeps_debug_cfsr PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_atmwav -working dir = /lustre/f2/scratch/Dom.Heinzeller/FV3_RT/rt_12844/control_atmwav +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29140/control_atmwav Checking test 114 control_atmwav results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -3063,14 +3063,14 @@ Checking test 114 control_atmwav results .... Comparing RESTART/sfc_data.tile6.nc .........OK Comparing 20210322.180000.restart.glo_1deg .........OK - 0: The total amount of wall time = 136.077850 - 0: The maximum resident set size (KB) = 449960 + 0: The total amount of wall time = 117.007215 + 0: The maximum resident set size (KB) = 449820 Test 114 control_atmwav PASS baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_c384gdas_wav -working dir = /lustre/f2/scratch/Dom.Heinzeller/FV3_RT/rt_12844/control_c384gdas_wav +working dir = /lustre/f2/scratch/emc.nemspara/FV3_RT/rt_29140/control_c384gdas_wav Checking test 115 control_c384gdas_wav results .... Comparing sfcf000.nc .........OK Comparing sfcf003.nc .........OK @@ -3116,12 +3116,12 @@ Checking test 115 control_c384gdas_wav results .... Comparing 20210322.030000.restart.gnh_10m .........OK Comparing 20210322.030000.restart.gsh_15m .........OK - 0: The total amount of wall time = 1499.805316 - 0: The maximum resident set size (KB) = 955340 + 0: The total amount of wall time = 1554.342280 + 0: The maximum resident set size (KB) = 954872 Test 115 control_c384gdas_wav PASS REGRESSION TEST WAS SUCCESSFUL -Thu Jan 20 00:03:20 EST 2022 -Elapsed time: 01h:30m:18s. Have a nice day! +Thu Jan 20 14:10:35 EST 2022 +Elapsed time: 01h:21m:52s. Have a nice day! diff --git a/tests/RegressionTests_hera.gnu.log b/tests/RegressionTests_hera.gnu.log index b7ad784d37..50dc27758c 100644 --- a/tests/RegressionTests_hera.gnu.log +++ b/tests/RegressionTests_hera.gnu.log @@ -1,15 +1,15 @@ -Thu Jan 20 00:13:33 UTC 2022 +Thu Jan 20 20:32:17 UTC 2022 Start Regression test Compile 001 elapsed time 192 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v16_RRTMGP,FV3_GFS_v16_thompson,FV3_GFS_v16_ras,FV3_GFS_v16_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 002 elapsed time 188 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 002 elapsed time 190 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release Compile 003 elapsed time 278 seconds. -DAPP=ATM -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 004 elapsed time 95 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 221 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v16_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 006 elapsed time 114 seconds. -DAPP=S2S -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 004 elapsed time 94 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 218 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v16_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 006 elapsed time 115 seconds. -DAPP=S2S -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/GNU/control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27808/control +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_31074/control Checking test 001 control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -56,14 +56,14 @@ Checking test 001 control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 786.987440 - 0: The maximum resident set size (KB) = 442724 + 0: The total amount of wall time = 798.166691 + 0: The maximum resident set size (KB) = 439800 Test 001 control PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/GNU/control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27808/control_restart +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_31074/control_restart Checking test 002 control_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -102,14 +102,14 @@ Checking test 002 control_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 387.541779 - 0: The maximum resident set size (KB) = 182116 + 0: The total amount of wall time = 397.142617 + 0: The maximum resident set size (KB) = 179460 Test 002 control_restart PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/GNU/control_c48 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27808/control_c48 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_31074/control_c48 Checking test 003 control_c48 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -148,14 +148,14 @@ Checking test 003 control_c48 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0: The total amount of wall time = 675.736980 -0: The maximum resident set size (KB) = 690656 +0: The total amount of wall time = 675.114932 +0: The maximum resident set size (KB) = 692828 Test 003 control_c48 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/GNU/control_stochy -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27808/control_stochy +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_31074/control_stochy Checking test 004 control_stochy results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -166,14 +166,14 @@ Checking test 004 control_stochy results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 616.541867 - 0: The maximum resident set size (KB) = 446412 + 0: The total amount of wall time = 631.539342 + 0: The maximum resident set size (KB) = 447280 Test 004 control_stochy PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/GNU/control_flake -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27808/control_flake +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_31074/control_flake Checking test 005 control_flake results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -184,14 +184,14 @@ Checking test 005 control_flake results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 1358.399965 - 0: The maximum resident set size (KB) = 487416 + 0: The total amount of wall time = 1381.304519 + 0: The maximum resident set size (KB) = 491156 Test 005 control_flake PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/GNU/control_rrtmgp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27808/control_rrtmgp +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_31074/control_rrtmgp Checking test 006 control_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -202,14 +202,14 @@ Checking test 006 control_rrtmgp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 827.338189 - 0: The maximum resident set size (KB) = 540580 + 0: The total amount of wall time = 841.624498 + 0: The maximum resident set size (KB) = 540760 Test 006 control_rrtmgp PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/GNU/control_thompson -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27808/control_thompson +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_31074/control_thompson Checking test 007 control_thompson results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -220,14 +220,14 @@ Checking test 007 control_thompson results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 980.007449 - 0: The maximum resident set size (KB) = 807440 + 0: The total amount of wall time = 997.115205 + 0: The maximum resident set size (KB) = 802220 Test 007 control_thompson PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/GNU/control_thompson_no_aero -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27808/control_thompson_no_aero +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_31074/control_thompson_no_aero Checking test 008 control_thompson_no_aero results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -238,14 +238,14 @@ Checking test 008 control_thompson_no_aero results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 962.920012 - 0: The maximum resident set size (KB) = 800840 + 0: The total amount of wall time = 988.766898 + 0: The maximum resident set size (KB) = 797248 Test 008 control_thompson_no_aero PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/GNU/control_ras -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27808/control_ras +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_31074/control_ras Checking test 009 control_ras results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -256,14 +256,14 @@ Checking test 009 control_ras results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 805.932905 - 0: The maximum resident set size (KB) = 450756 + 0: The total amount of wall time = 811.693383 + 0: The maximum resident set size (KB) = 452604 Test 009 control_ras PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/GNU/control_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27808/control_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_31074/control_p8 Checking test 010 control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -310,14 +310,14 @@ Checking test 010 control_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 802.568550 - 0: The maximum resident set size (KB) = 479108 + 0: The total amount of wall time = 801.715817 + 0: The maximum resident set size (KB) = 477892 Test 010 control_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/GNU/rap_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27808/rap_control +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_31074/rap_control Checking test 011 rap_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -364,14 +364,14 @@ Checking test 011 rap_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1380.267778 - 0: The maximum resident set size (KB) = 790660 + 0: The total amount of wall time = 1400.605280 + 0: The maximum resident set size (KB) = 789584 Test 011 rap_control PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/GNU/rap_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27808/rap_2threads +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_31074/rap_2threads Checking test 012 rap_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -418,14 +418,14 @@ Checking test 012 rap_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1378.080033 - 0: The maximum resident set size (KB) = 851704 + 0: The total amount of wall time = 1425.834278 + 0: The maximum resident set size (KB) = 849844 Test 012 rap_2threads PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/GNU/rap_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27808/rap_restart +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_31074/rap_restart Checking test 013 rap_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -464,14 +464,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 = 660.880079 - 0: The maximum resident set size (KB) = 532720 + 0: The total amount of wall time = 669.655578 + 0: The maximum resident set size (KB) = 535200 Test 013 rap_restart PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/GNU/rap_sfcdiff -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27808/rap_sfcdiff +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_31074/rap_sfcdiff Checking test 014 rap_sfcdiff results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -518,14 +518,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 = 1374.640879 - 0: The maximum resident set size (KB) = 788012 + 0: The total amount of wall time = 1385.559984 + 0: The maximum resident set size (KB) = 789244 Test 014 rap_sfcdiff PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/GNU/rap_sfcdiff -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27808/rap_sfcdiff_restart +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_31074/rap_sfcdiff_restart Checking test 015 rap_sfcdiff_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -564,14 +564,14 @@ Checking test 015 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 = 664.701393 - 0: The maximum resident set size (KB) = 531036 + 0: The total amount of wall time = 680.600936 + 0: The maximum resident set size (KB) = 532616 Test 015 rap_sfcdiff_restart PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/GNU/hrrr_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27808/hrrr_control +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_31074/hrrr_control Checking test 016 hrrr_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -618,14 +618,14 @@ Checking test 016 hrrr_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1344.044348 - 0: The maximum resident set size (KB) = 785804 + 0: The total amount of wall time = 1382.762875 + 0: The maximum resident set size (KB) = 786208 Test 016 hrrr_control PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/GNU/rrfs_v1beta -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27808/rrfs_v1beta +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_31074/rrfs_v1beta Checking test 017 rrfs_v1beta results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -672,14 +672,14 @@ Checking test 017 rrfs_v1beta results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1366.719735 - 0: The maximum resident set size (KB) = 785380 + 0: The total amount of wall time = 1354.324202 + 0: The maximum resident set size (KB) = 784260 Test 017 rrfs_v1beta PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/GNU/rrfs_conus13km_hrrr_warm -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27808/rrfs_conus13km_hrrr_warm +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_31074/rrfs_conus13km_hrrr_warm Checking test 018 rrfs_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -688,14 +688,14 @@ Checking test 018 rrfs_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 1546.164392 - 0: The maximum resident set size (KB) = 630956 + 0: The total amount of wall time = 1605.302493 + 0: The maximum resident set size (KB) = 628372 Test 018 rrfs_conus13km_hrrr_warm PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/GNU/rrfs_conus13km_radar_tten_warm -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27808/rrfs_conus13km_radar_tten_warm +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_31074/rrfs_conus13km_radar_tten_warm Checking test 019 rrfs_conus13km_radar_tten_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -704,250 +704,250 @@ Checking test 019 rrfs_conus13km_radar_tten_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 1576.442894 - 0: The maximum resident set size (KB) = 634576 + 0: The total amount of wall time = 1596.346946 + 0: The maximum resident set size (KB) = 629560 Test 019 rrfs_conus13km_radar_tten_warm PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/GNU/control_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27808/control_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_31074/control_debug Checking test 020 control_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 103.796449 - 0: The maximum resident set size (KB) = 437280 + 0: The total amount of wall time = 98.803401 + 0: The maximum resident set size (KB) = 442188 Test 020 control_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/GNU/control_diag_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27808/control_diag_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_31074/control_diag_debug Checking test 021 control_diag_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 123.915593 - 0: The maximum resident set size (KB) = 497172 + 0: The total amount of wall time = 123.083994 + 0: The maximum resident set size (KB) = 496844 Test 021 control_diag_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/GNU/fv3_regional_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27808/regional_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_31074/regional_debug Checking test 022 regional_debug results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK Comparing phyf000.nc .........OK Comparing phyf001.nc .........OK - 0: The total amount of wall time = 124.876217 - 0: The maximum resident set size (KB) = 544044 + 0: The total amount of wall time = 125.453970 + 0: The maximum resident set size (KB) = 546196 Test 022 regional_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/GNU/rap_control_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27808/rap_control_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_31074/rap_control_debug Checking test 023 rap_control_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 162.380575 - 0: The maximum resident set size (KB) = 808808 + 0: The total amount of wall time = 166.075830 + 0: The maximum resident set size (KB) = 808284 Test 023 rap_control_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/GNU/rap_diag_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27808/rap_diag_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_31074/rap_diag_debug Checking test 024 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 = 207.175819 - 0: The maximum resident set size (KB) = 888680 + 0: The total amount of wall time = 208.913608 + 0: The maximum resident set size (KB) = 890736 Test 024 rap_diag_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/GNU/rap_noah_sfcdiff_cires_ugwp_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27808/rap_noah_sfcdiff_cires_ugwp_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_31074/rap_noah_sfcdiff_cires_ugwp_debug Checking test 025 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.552060 - 0: The maximum resident set size (KB) = 805776 + 0: The total amount of wall time = 262.167575 + 0: The maximum resident set size (KB) = 803084 Test 025 rap_noah_sfcdiff_cires_ugwp_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/GNU/rap_progcld_thompson_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27808/rap_progcld_thompson_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_31074/rap_progcld_thompson_debug Checking test 026 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 = 164.011166 - 0: The maximum resident set size (KB) = 806156 + 0: The total amount of wall time = 169.345730 + 0: The maximum resident set size (KB) = 807316 Test 026 rap_progcld_thompson_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/GNU/rrfs_v1beta_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27808/rrfs_v1beta_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_31074/rrfs_v1beta_debug Checking test 027 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 = 166.463102 - 0: The maximum resident set size (KB) = 804240 + 0: The total amount of wall time = 166.922043 + 0: The maximum resident set size (KB) = 802532 Test 027 rrfs_v1beta_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/GNU/control_thompson_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27808/control_thompson_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_31074/control_thompson_debug Checking test 028 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 = 113.727066 - 0: The maximum resident set size (KB) = 801216 + 0: The total amount of wall time = 114.731696 + 0: The maximum resident set size (KB) = 798532 Test 028 control_thompson_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/GNU/control_thompson_no_aero_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27808/control_thompson_no_aero_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_31074/control_thompson_no_aero_debug Checking test 029 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 = 110.147378 - 0: The maximum resident set size (KB) = 793404 + 0: The total amount of wall time = 109.162112 + 0: The maximum resident set size (KB) = 798120 Test 029 control_thompson_no_aero_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/GNU/control_thompson_debug_extdiag -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27808/control_thompson_extdiag_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_31074/control_thompson_extdiag_debug Checking test 030 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 = 128.479490 - 0: The maximum resident set size (KB) = 830748 + 0: The total amount of wall time = 133.789458 + 0: The maximum resident set size (KB) = 828668 Test 030 control_thompson_extdiag_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/GNU/control_thompson_progcld_thompson_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27808/control_thompson_progcld_thompson_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_31074/control_thompson_progcld_thompson_debug Checking test 031 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.722423 - 0: The maximum resident set size (KB) = 796664 + 0: The total amount of wall time = 115.857864 + 0: The maximum resident set size (KB) = 802748 Test 031 control_thompson_progcld_thompson_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/GNU/control_rrtmgp_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27808/control_rrtmgp_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_31074/control_rrtmgp_debug Checking test 032 control_rrtmgp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 105.324939 - 0: The maximum resident set size (KB) = 538568 + 0: The total amount of wall time = 106.985654 + 0: The maximum resident set size (KB) = 537052 Test 032 control_rrtmgp_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/GNU/control_ras_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27808/control_ras_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_31074/control_ras_debug Checking test 033 control_ras_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 102.168598 - 0: The maximum resident set size (KB) = 451664 + 0: The total amount of wall time = 100.053269 + 0: The maximum resident set size (KB) = 447624 Test 033 control_ras_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/GNU/control_stochy_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27808/control_stochy_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_31074/control_stochy_debug Checking test 034 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 = 113.895433 - 0: The maximum resident set size (KB) = 439900 + 0: The total amount of wall time = 113.811493 + 0: The maximum resident set size (KB) = 440112 Test 034 control_stochy_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/GNU/control_debug_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27808/control_debug_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_31074/control_debug_p8 Checking test 035 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 = 106.315298 - 0: The maximum resident set size (KB) = 480768 + 0: The total amount of wall time = 107.195537 + 0: The maximum resident set size (KB) = 473188 Test 035 control_debug_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/GNU/control_wam_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27808/control_wam_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_31074/control_wam_debug Checking test 036 control_wam_debug results .... Comparing sfcf019.nc .........OK Comparing atmf019.nc .........OK - 0: The total amount of wall time = 179.993183 - 0: The maximum resident set size (KB) = 189944 + 0: The total amount of wall time = 177.813261 + 0: The maximum resident set size (KB) = 188192 Test 036 control_wam_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/GNU/cpld_control_c96_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27808/cpld_control_c96_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_31074/cpld_control_c96_p8 Checking test 037 cpld_control_c96_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -997,14 +997,14 @@ Checking test 037 cpld_control_c96_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 = 1101.747866 - 0: The maximum resident set size (KB) = 499944 + 0: The total amount of wall time = 1115.507126 + 0: The maximum resident set size (KB) = 505160 Test 037 cpld_control_c96_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/GNU/cpld_debug_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_27808/cpld_debug_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_31074/cpld_debug_p8 Checking test 038 cpld_debug_p8 results .... Comparing sfcf006.tile1.nc .........OK Comparing sfcf006.tile2.nc .........OK @@ -1054,12 +1054,12 @@ Checking test 038 cpld_debug_p8 results .... Comparing RESTART/iced.2021-03-22-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-22-43200.nc .........OK - 0: The total amount of wall time = 564.023261 - 0: The maximum resident set size (KB) = 514940 + 0: The total amount of wall time = 566.099557 + 0: The maximum resident set size (KB) = 513164 Test 038 cpld_debug_p8 PASS REGRESSION TEST WAS SUCCESSFUL -Thu Jan 20 02:15:59 UTC 2022 -Elapsed time: 02h:02m:26s. Have a nice day! +Thu Jan 20 21:28:48 UTC 2022 +Elapsed time: 00h:56m:32s. Have a nice day! diff --git a/tests/RegressionTests_hera.intel.log b/tests/RegressionTests_hera.intel.log index a2b99dc304..0a78045e7f 100644 --- a/tests/RegressionTests_hera.intel.log +++ b/tests/RegressionTests_hera.intel.log @@ -1,24 +1,24 @@ -Thu Jan 20 02:46:51 UTC 2022 +Thu Jan 20 22:02:18 UTC 2022 Start Regression test -Compile 001 elapsed time 501 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v16_coupled_nsstNoahmpUGWPv1,FV3_GFS_v16_coupled_p7_rrtmgp,FV3_GFS_v16_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 002 elapsed time 592 seconds. -DAPP=S2S -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 003 elapsed time 362 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v15_thompson_mynn_RRTMGP,FV3_GFS_v16_p7_rrtmgp,FV3_GFS_v16_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 004 elapsed time 500 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 005 elapsed time 464 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_RRTMGP,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_thompson,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 006 elapsed time 543 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DREPRO=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -Compile 007 elapsed time 190 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_RRTMGP,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp,FV3_GFS_v16_thompson,FV3_GFS_v15_thompson_mynn,FV3_GFS_v16_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 008 elapsed time 194 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_RAP,FV3_RAP_cires_ugwp,FV3_RAP_unified_ugwp,FV3_RAP_noah,FV3_RAP_RRTMGP,FV3_RAP_sfcdiff,FV3_RAP_flake,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 009 elapsed time 321 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 010 elapsed time 400 seconds. -DAPP=HAFSW -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst,FV3_HAFS_v0_thompson_tedmf_gfdlsf -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 011 elapsed time 399 seconds. -DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 012 elapsed time 699 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 013 elapsed time 215 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 001 elapsed time 448 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v16_coupled_nsstNoahmpUGWPv1,FV3_GFS_v16_coupled_p7_rrtmgp,FV3_GFS_v16_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 002 elapsed time 171 seconds. -DAPP=S2S -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 003 elapsed time 368 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v15_thompson_mynn_RRTMGP,FV3_GFS_v16_p7_rrtmgp,FV3_GFS_v16_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 004 elapsed time 364 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 005 elapsed time 373 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_RRTMGP,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_thompson,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 006 elapsed time 361 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DREPRO=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit +Compile 007 elapsed time 186 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_RRTMGP,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp,FV3_GFS_v16_thompson,FV3_GFS_v15_thompson_mynn,FV3_GFS_v16_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 008 elapsed time 197 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_RAP,FV3_RAP_cires_ugwp,FV3_RAP_unified_ugwp,FV3_RAP_noah,FV3_RAP_RRTMGP,FV3_RAP_sfcdiff,FV3_RAP_flake,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 009 elapsed time 281 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 378 seconds. -DAPP=HAFSW -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 400 seconds. -DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 012 elapsed time 211 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 013 elapsed time 93 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON Compile 014 elapsed time 353 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 015 elapsed time 420 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v16 -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 015 elapsed time 404 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v16 -DMPI=ON -DCMAKE_BUILD_TYPE=Release baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/cpld_control_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/cpld_control_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/cpld_control_p8 Checking test 001 cpld_control_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -71,14 +71,14 @@ Checking test 001 cpld_control_p8 results .... Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK - 0: The total amount of wall time = 209.810000 - 0: The maximum resident set size (KB) = 627064 + 0: The total amount of wall time = 208.375160 + 0: The maximum resident set size (KB) = 629696 Test 001 cpld_control_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/cpld_control_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/cpld_2threads_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/cpld_2threads_p8 Checking test 002 cpld_2threads_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -131,14 +131,14 @@ Checking test 002 cpld_2threads_p8 results .... Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK - 0: The total amount of wall time = 238.557980 - 0: The maximum resident set size (KB) = 688320 + 0: The total amount of wall time = 241.089787 + 0: The maximum resident set size (KB) = 688536 Test 002 cpld_2threads_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/cpld_control_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/cpld_decomp_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/cpld_decomp_p8 Checking test 003 cpld_decomp_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -191,14 +191,14 @@ Checking test 003 cpld_decomp_p8 results .... Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK - 0: The total amount of wall time = 209.115989 - 0: The maximum resident set size (KB) = 627048 + 0: The total amount of wall time = 210.154074 + 0: The maximum resident set size (KB) = 626736 Test 003 cpld_decomp_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/cpld_control_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/cpld_mpi_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/cpld_mpi_p8 Checking test 004 cpld_mpi_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -251,14 +251,14 @@ Checking test 004 cpld_mpi_p8 results .... Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK - 0: The total amount of wall time = 174.216324 - 0: The maximum resident set size (KB) = 614112 + 0: The total amount of wall time = 174.368641 + 0: The maximum resident set size (KB) = 614288 Test 004 cpld_mpi_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/cpld_control_p7_rrtmgp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/cpld_control_p7_rrtmgp +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/cpld_control_p7_rrtmgp Checking test 005 cpld_control_p7_rrtmgp results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -311,14 +311,14 @@ Checking test 005 cpld_control_p7_rrtmgp results .... Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK - 0: The total amount of wall time = 243.812869 - 0: The maximum resident set size (KB) = 726076 + 0: The total amount of wall time = 245.915776 + 0: The maximum resident set size (KB) = 727496 Test 005 cpld_control_p7_rrtmgp PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/cpld_bmark_p7 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/cpld_bmark_p7 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/cpld_bmark_p7 Checking test 006 cpld_bmark_p7 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -363,14 +363,14 @@ Checking test 006 cpld_bmark_p7 results .... Comparing RESTART/iced.2013-04-01-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-21600.nc .........OK - 0: The total amount of wall time = 868.029391 - 0: The maximum resident set size (KB) = 1378828 + 0: The total amount of wall time = 867.995941 + 0: The maximum resident set size (KB) = 1382160 Test 006 cpld_bmark_p7 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/cpld_bmark_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/cpld_bmark_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/cpld_bmark_p8 Checking test 007 cpld_bmark_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -415,14 +415,14 @@ Checking test 007 cpld_bmark_p8 results .... Comparing RESTART/iced.2013-04-01-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-21600.nc .........OK - 0: The total amount of wall time = 868.563138 - 0: The maximum resident set size (KB) = 1379916 + 0: The total amount of wall time = 869.050820 + 0: The maximum resident set size (KB) = 1379840 Test 007 cpld_bmark_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/cpld_bmark_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/cpld_bmark_mpi_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/cpld_bmark_mpi_p8 Checking test 008 cpld_bmark_mpi_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -467,14 +467,14 @@ Checking test 008 cpld_bmark_mpi_p8 results .... Comparing RESTART/iced.2013-04-01-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-21600.nc .........OK - 0: The total amount of wall time = 843.481650 - 0: The maximum resident set size (KB) = 1397768 + 0: The total amount of wall time = 857.064321 + 0: The maximum resident set size (KB) = 1386400 Test 008 cpld_bmark_mpi_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/cpld_control_c96_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/cpld_control_c96_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/cpld_control_c96_p8 Checking test 009 cpld_control_c96_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -524,14 +524,14 @@ Checking test 009 cpld_control_c96_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 = 198.766475 - 0: The maximum resident set size (KB) = 614928 + 0: The total amount of wall time = 197.119733 + 0: The maximum resident set size (KB) = 615872 Test 009 cpld_control_c96_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/cpld_control_c96_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/cpld_restart_c96_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/cpld_restart_c96_p8 Checking test 010 cpld_restart_c96_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -581,14 +581,14 @@ Checking test 010 cpld_restart_c96_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 = 110.107311 - 0: The maximum resident set size (KB) = 374564 + 0: The total amount of wall time = 107.773688 + 0: The maximum resident set size (KB) = 379288 Test 010 cpld_restart_c96_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/cpld_control_c192_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/cpld_control_c192_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/cpld_control_c192_p8 Checking test 011 cpld_control_c192_p8 results .... Comparing sfcf036.tile1.nc .........OK Comparing sfcf036.tile2.nc .........OK @@ -638,14 +638,14 @@ Checking test 011 cpld_control_c192_p8 results .... Comparing RESTART/iced.2021-03-23-64800.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-64800.nc .........OK - 0: The total amount of wall time = 836.968769 - 0: The maximum resident set size (KB) = 797448 + 0: The total amount of wall time = 833.778743 + 0: The maximum resident set size (KB) = 798288 Test 011 cpld_control_c192_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/cpld_control_c192_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/cpld_restart_c192_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/cpld_restart_c192_p8 Checking test 012 cpld_restart_c192_p8 results .... Comparing sfcf036.tile1.nc .........OK Comparing sfcf036.tile2.nc .........OK @@ -695,14 +695,14 @@ Checking test 012 cpld_restart_c192_p8 results .... Comparing RESTART/iced.2021-03-23-64800.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-64800.nc .........OK - 0: The total amount of wall time = 550.783070 - 0: The maximum resident set size (KB) = 901264 + 0: The total amount of wall time = 570.491462 + 0: The maximum resident set size (KB) = 907928 Test 012 cpld_restart_c192_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/cpld_control_c384_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/cpld_control_c384_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/cpld_control_c384_p8 Checking test 013 cpld_control_c384_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -745,14 +745,14 @@ Checking test 013 cpld_control_c384_p8 results .... Comparing RESTART/iced.2021-03-22-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-22-43200.nc .........OK - 0: The total amount of wall time = 998.077654 - 0: The maximum resident set size (KB) = 1352712 + 0: The total amount of wall time = 1014.696235 + 0: The maximum resident set size (KB) = 1351532 Test 013 cpld_control_c384_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/cpld_control_c384_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/cpld_restart_c384_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/cpld_restart_c384_p8 Checking test 014 cpld_restart_c384_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -795,14 +795,14 @@ Checking test 014 cpld_restart_c384_p8 results .... Comparing RESTART/iced.2021-03-22-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-22-43200.nc .........OK - 0: The total amount of wall time = 546.868618 - 0: The maximum resident set size (KB) = 1310692 + 0: The total amount of wall time = 548.058967 + 0: The maximum resident set size (KB) = 1310252 Test 014 cpld_restart_c384_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/cpld_debug_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/cpld_debug_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/cpld_debug_p8 Checking test 015 cpld_debug_p8 results .... Comparing sfcf006.tile1.nc .........OK Comparing sfcf006.tile2.nc .........OK @@ -852,14 +852,14 @@ Checking test 015 cpld_debug_p8 results .... Comparing RESTART/iced.2021-03-22-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-22-43200.nc .........OK - 0: The total amount of wall time = 613.026407 - 0: The maximum resident set size (KB) = 672660 + 0: The total amount of wall time = 604.652297 + 0: The maximum resident set size (KB) = 673648 Test 015 cpld_debug_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/control +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/control Checking test 016 control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -906,14 +906,14 @@ Checking test 016 control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 120.807672 - 0: The maximum resident set size (KB) = 494852 + 0: The total amount of wall time = 119.969559 + 0: The maximum resident set size (KB) = 490868 Test 016 control PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/control_decomp +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/control_decomp Checking test 017 control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -956,14 +956,14 @@ Checking test 017 control_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 125.523165 - 0: The maximum resident set size (KB) = 492164 + 0: The total amount of wall time = 126.642436 + 0: The maximum resident set size (KB) = 487148 Test 017 control_decomp PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/control_2threads +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/control_2threads Checking test 018 control_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1006,14 +1006,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 = 147.052454 - 0: The maximum resident set size (KB) = 534660 + 0: The total amount of wall time = 145.009522 + 0: The maximum resident set size (KB) = 533724 Test 018 control_2threads PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/control_restart +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/control_restart Checking test 019 control_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1052,14 +1052,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 = 63.934899 - 0: The maximum resident set size (KB) = 232056 + 0: The total amount of wall time = 63.099900 + 0: The maximum resident set size (KB) = 235016 Test 019 control_restart PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/control_fhzero +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/control_fhzero Checking test 020 control_fhzero results .... Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf021.nc ............ALT CHECK......OK @@ -1102,14 +1102,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 = 112.026605 - 0: The maximum resident set size (KB) = 494916 + 0: The total amount of wall time = 111.874554 + 0: The maximum resident set size (KB) = 493444 Test 020 control_fhzero PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_CubedSphereGrid -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/control_CubedSphereGrid +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/control_CubedSphereGrid Checking test 021 control_CubedSphereGrid results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -1136,14 +1136,14 @@ Checking test 021 control_CubedSphereGrid results .... Comparing atmf024.tile5.nc .........OK Comparing atmf024.tile6.nc .........OK - 0: The total amount of wall time = 114.284441 - 0: The maximum resident set size (KB) = 485864 + 0: The total amount of wall time = 114.160017 + 0: The maximum resident set size (KB) = 487280 Test 021 control_CubedSphereGrid PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_latlon -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/control_latlon +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/control_latlon Checking test 022 control_latlon results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1154,32 +1154,32 @@ Checking test 022 control_latlon results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 116.825856 - 0: The maximum resident set size (KB) = 490356 + 0: The total amount of wall time = 117.298007 + 0: The maximum resident set size (KB) = 490868 Test 022 control_latlon PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_wrtGauss_netcdf_parallel -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/control_wrtGauss_netcdf_parallel +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/control_wrtGauss_netcdf_parallel Checking test 023 control_wrtGauss_netcdf_parallel results .... - Comparing sfcf000.nc .........OK + Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf024.nc ............ALT CHECK......OK Comparing atmf000.nc .........OK - Comparing atmf024.nc ............ALT CHECK......OK + Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF00 .........OK Comparing GFSFLX.GrbF24 .........OK Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 119.438539 - 0: The maximum resident set size (KB) = 495492 + 0: The total amount of wall time = 119.939173 + 0: The maximum resident set size (KB) = 492236 Test 023 control_wrtGauss_netcdf_parallel PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_c48 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/control_c48 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/control_c48 Checking test 024 control_c48 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1218,14 +1218,14 @@ Checking test 024 control_c48 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0: The total amount of wall time = 312.073832 -0: The maximum resident set size (KB) = 681908 +0: The total amount of wall time = 310.288637 +0: The maximum resident set size (KB) = 682272 Test 024 control_c48 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_c192 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/control_c192 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/control_c192 Checking test 025 control_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1236,14 +1236,14 @@ Checking test 025 control_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 451.387534 - 0: The maximum resident set size (KB) = 592996 + 0: The total amount of wall time = 452.097358 + 0: The maximum resident set size (KB) = 589884 Test 025 control_c192 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_c384 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/control_c384 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/control_c384 Checking test 026 control_c384 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1254,14 +1254,14 @@ Checking test 026 control_c384 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 767.230810 - 0: The maximum resident set size (KB) = 846652 + 0: The total amount of wall time = 775.294230 + 0: The maximum resident set size (KB) = 860832 Test 026 control_c384 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_c384gdas -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/control_c384gdas +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/control_c384gdas Checking test 027 control_c384gdas results .... Comparing sfcf000.nc .........OK Comparing sfcf006.nc .........OK @@ -1304,14 +1304,14 @@ Checking test 027 control_c384gdas results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 670.348483 - 0: The maximum resident set size (KB) = 1005360 + 0: The total amount of wall time = 671.591478 + 0: The maximum resident set size (KB) = 1001320 Test 027 control_c384gdas PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_stochy -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/control_stochy +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/control_stochy Checking test 028 control_stochy results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1322,28 +1322,28 @@ Checking test 028 control_stochy results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 78.156555 - 0: The maximum resident set size (KB) = 495896 + 0: The total amount of wall time = 77.654549 + 0: The maximum resident set size (KB) = 496680 Test 028 control_stochy PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_stochy -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/control_stochy_restart +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/control_stochy_restart Checking test 029 control_stochy_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 42.654438 - 0: The maximum resident set size (KB) = 273672 + 0: The total amount of wall time = 42.630196 + 0: The maximum resident set size (KB) = 274412 Test 029 control_stochy_restart PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_lndp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/control_lndp +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/control_lndp Checking test 030 control_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1354,14 +1354,14 @@ Checking test 030 control_lndp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 71.958152 - 0: The maximum resident set size (KB) = 499592 + 0: The total amount of wall time = 71.492051 + 0: The maximum resident set size (KB) = 497552 Test 030 control_lndp PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/control_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/control_p8 Checking test 031 control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1408,14 +1408,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 = 132.861063 - 0: The maximum resident set size (KB) = 521988 + 0: The total amount of wall time = 133.082935 + 0: The maximum resident set size (KB) = 513880 Test 031 control_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/control_restart_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/control_restart_p8 Checking test 032 control_restart_p8 results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1454,14 +1454,14 @@ Checking test 032 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 = 71.846964 - 0: The maximum resident set size (KB) = 324824 + 0: The total amount of wall time = 71.264134 + 0: The maximum resident set size (KB) = 341560 Test 032 control_restart_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/control_decomp_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/control_decomp_p8 Checking test 033 control_decomp_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1504,14 +1504,14 @@ Checking test 033 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 = 139.260324 - 0: The maximum resident set size (KB) = 510868 + 0: The total amount of wall time = 139.069294 + 0: The maximum resident set size (KB) = 509104 Test 033 control_decomp_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/control_2threads_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/control_2threads_p8 Checking test 034 control_2threads_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1554,14 +1554,14 @@ Checking test 034 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 = 165.228386 - 0: The maximum resident set size (KB) = 581784 + 0: The total amount of wall time = 167.823368 + 0: The maximum resident set size (KB) = 583780 Test 034 control_2threads_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_p7_rrtmgp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/control_p7_rrtmgp +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/control_p7_rrtmgp Checking test 035 control_p7_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1608,14 +1608,14 @@ Checking test 035 control_p7_rrtmgp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 171.602991 - 0: The maximum resident set size (KB) = 613660 + 0: The total amount of wall time = 168.857760 + 0: The maximum resident set size (KB) = 614628 Test 035 control_p7_rrtmgp PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/fv3_regional_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/regional_control +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/regional_control Checking test 036 regional_control results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1626,28 +1626,28 @@ Checking test 036 regional_control results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK - 0: The total amount of wall time = 295.427231 - 0: The maximum resident set size (KB) = 608484 + 0: The total amount of wall time = 295.959932 + 0: The maximum resident set size (KB) = 606548 Test 036 regional_control PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/fv3_regional_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/regional_restart +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/regional_restart Checking test 037 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 = 165.236377 - 0: The maximum resident set size (KB) = 611840 + 0: The total amount of wall time = 166.586773 + 0: The maximum resident set size (KB) = 610268 Test 037 regional_restart PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/fv3_regional_noquilt -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/regional_noquilt +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/regional_noquilt Checking test 038 regional_noquilt results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK @@ -1655,14 +1655,14 @@ Checking test 038 regional_noquilt results .... Comparing RESTART/fv_core.res.tile1_new.nc .........OK Comparing RESTART/fv_tracer.res.tile1_new.nc .........OK - 0: The total amount of wall time = 303.612059 - 0: The maximum resident set size (KB) = 616024 + 0: The total amount of wall time = 306.920714 + 0: The maximum resident set size (KB) = 616336 Test 038 regional_noquilt PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/fv3_regional_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/regional_2threads +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/regional_2threads Checking test 039 regional_2threads results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1673,14 +1673,14 @@ Checking test 039 regional_2threads results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK - 0: The total amount of wall time = 213.506784 - 0: The maximum resident set size (KB) = 624824 + 0: The total amount of wall time = 215.014583 + 0: The maximum resident set size (KB) = 624092 Test 039 regional_2threads PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/fv3_regional_hafs -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/regional_hafs +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/regional_hafs Checking test 040 regional_hafs results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1689,28 +1689,28 @@ Checking test 040 regional_hafs results .... Comparing HURPRS.GrbF00 .........OK Comparing HURPRS.GrbF24 .........OK - 0: The total amount of wall time = 291.735397 - 0: The maximum resident set size (KB) = 606652 + 0: The total amount of wall time = 292.189110 + 0: The maximum resident set size (KB) = 604308 Test 040 regional_hafs PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/fv3_regional_netcdf_parallel -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/regional_netcdf_parallel +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/regional_netcdf_parallel Checking test 041 regional_netcdf_parallel results .... - Comparing dynf000.nc .........OK + Comparing dynf000.nc ............ALT CHECK......OK Comparing dynf024.nc .........OK Comparing phyf000.nc ............ALT CHECK......OK Comparing phyf024.nc ............ALT CHECK......OK - 0: The total amount of wall time = 291.234495 - 0: The maximum resident set size (KB) = 605984 + 0: The total amount of wall time = 291.624870 + 0: The maximum resident set size (KB) = 605604 Test 041 regional_netcdf_parallel PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/fv3_regional_RRTMGP -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/regional_RRTMGP +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/regional_RRTMGP Checking test 042 regional_RRTMGP results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1721,14 +1721,14 @@ Checking test 042 regional_RRTMGP results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK - 0: The total amount of wall time = 370.461747 - 0: The maximum resident set size (KB) = 723436 + 0: The total amount of wall time = 371.456246 + 0: The maximum resident set size (KB) = 725512 Test 042 regional_RRTMGP PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/rap_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/rap_control +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/rap_control Checking test 043 rap_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1775,14 +1775,14 @@ Checking test 043 rap_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 343.277329 - 0: The maximum resident set size (KB) = 864944 + 0: The total amount of wall time = 340.903454 + 0: The maximum resident set size (KB) = 861324 Test 043 rap_control PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/rap_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/rap_2threads +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/rap_2threads Checking test 044 rap_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1829,14 +1829,14 @@ Checking test 044 rap_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 428.743876 - 0: The maximum resident set size (KB) = 919128 + 0: The total amount of wall time = 425.551929 + 0: The maximum resident set size (KB) = 919960 Test 044 rap_2threads PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/rap_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/rap_restart +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/rap_restart Checking test 045 rap_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1875,14 +1875,14 @@ Checking test 045 rap_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 173.348721 - 0: The maximum resident set size (KB) = 615088 + 0: The total amount of wall time = 173.132107 + 0: The maximum resident set size (KB) = 608904 Test 045 rap_restart PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/rap_sfcdiff -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/rap_sfcdiff +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/rap_sfcdiff Checking test 046 rap_sfcdiff results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1929,14 +1929,14 @@ Checking test 046 rap_sfcdiff results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 339.132828 - 0: The maximum resident set size (KB) = 860768 + 0: The total amount of wall time = 339.428342 + 0: The maximum resident set size (KB) = 866724 Test 046 rap_sfcdiff PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/rap_sfcdiff -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/rap_sfcdiff_restart +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/rap_sfcdiff_restart Checking test 047 rap_sfcdiff_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1975,14 +1975,14 @@ Checking test 047 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 = 173.191271 - 0: The maximum resident set size (KB) = 612644 + 0: The total amount of wall time = 173.207293 + 0: The maximum resident set size (KB) = 615620 Test 047 rap_sfcdiff_restart PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/hrrr_control -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/hrrr_control +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/hrrr_control Checking test 048 hrrr_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2029,14 +2029,14 @@ Checking test 048 hrrr_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 328.073779 - 0: The maximum resident set size (KB) = 863352 + 0: The total amount of wall time = 329.321188 + 0: The maximum resident set size (KB) = 862124 Test 048 hrrr_control PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/rrfs_v1beta -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/rrfs_v1beta +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/rrfs_v1beta Checking test 049 rrfs_v1beta results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2083,14 +2083,14 @@ Checking test 049 rrfs_v1beta results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 334.370207 - 0: The maximum resident set size (KB) = 860980 + 0: The total amount of wall time = 334.745284 + 0: The maximum resident set size (KB) = 860252 Test 049 rrfs_v1beta PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/rrfs_conus13km_hrrr_warm -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/rrfs_conus13km_hrrr_warm +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/rrfs_conus13km_hrrr_warm Checking test 050 rrfs_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -2099,14 +2099,14 @@ Checking test 050 rrfs_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 161.208062 - 0: The maximum resident set size (KB) = 778512 + 0: The total amount of wall time = 166.072896 + 0: The maximum resident set size (KB) = 779612 Test 050 rrfs_conus13km_hrrr_warm PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/rrfs_conus13km_radar_tten_warm -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/rrfs_conus13km_radar_tten_warm +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/rrfs_conus13km_radar_tten_warm Checking test 051 rrfs_conus13km_radar_tten_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -2115,14 +2115,14 @@ Checking test 051 rrfs_conus13km_radar_tten_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 164.748208 - 0: The maximum resident set size (KB) = 781264 + 0: The total amount of wall time = 166.693936 + 0: The maximum resident set size (KB) = 781296 Test 051 rrfs_conus13km_radar_tten_warm PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_rrtmgp -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/control_rrtmgp +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/control_rrtmgp Checking test 052 control_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2133,14 +2133,14 @@ Checking test 052 control_rrtmgp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 184.113343 - 0: The maximum resident set size (KB) = 613668 + 0: The total amount of wall time = 184.814765 + 0: The maximum resident set size (KB) = 617696 Test 052 control_rrtmgp PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_rrtmgp_c192 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/control_rrtmgp_c192 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/control_rrtmgp_c192 Checking test 053 control_rrtmgp_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -2151,14 +2151,14 @@ Checking test 053 control_rrtmgp_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 505.016154 - 0: The maximum resident set size (KB) = 824692 + 0: The total amount of wall time = 513.851189 + 0: The maximum resident set size (KB) = 821900 Test 053 control_rrtmgp_c192 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_csawmg -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/control_csawmg +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/control_csawmg Checking test 054 control_csawmg results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2169,14 +2169,14 @@ Checking test 054 control_csawmg results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 302.217663 - 0: The maximum resident set size (KB) = 554048 + 0: The total amount of wall time = 303.995820 + 0: The maximum resident set size (KB) = 554880 Test 054 control_csawmg PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_csawmgt -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/control_csawmgt +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/control_csawmgt Checking test 055 control_csawmgt results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2187,14 +2187,14 @@ Checking test 055 control_csawmgt results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 303.204161 - 0: The maximum resident set size (KB) = 554444 + 0: The total amount of wall time = 299.557257 + 0: The maximum resident set size (KB) = 555380 Test 055 control_csawmgt PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_flake -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/control_flake +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/control_flake Checking test 056 control_flake results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2205,14 +2205,14 @@ Checking test 056 control_flake results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 210.974514 - 0: The maximum resident set size (KB) = 561844 + 0: The total amount of wall time = 212.041682 + 0: The maximum resident set size (KB) = 567500 Test 056 control_flake PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_ras -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/control_ras +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/control_ras Checking test 057 control_ras results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2223,14 +2223,14 @@ Checking test 057 control_ras results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 163.094693 - 0: The maximum resident set size (KB) = 524060 + 0: The total amount of wall time = 162.775384 + 0: The maximum resident set size (KB) = 525884 Test 057 control_ras PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_thompson -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/control_thompson +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/control_thompson Checking test 058 control_thompson results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2241,14 +2241,14 @@ Checking test 058 control_thompson results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 204.521309 - 0: The maximum resident set size (KB) = 877908 + 0: The total amount of wall time = 204.226892 + 0: The maximum resident set size (KB) = 879808 Test 058 control_thompson PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_thompson_no_aero -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/control_thompson_no_aero +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/control_thompson_no_aero Checking test 059 control_thompson_no_aero results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2259,54 +2259,54 @@ Checking test 059 control_thompson_no_aero results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 195.110212 - 0: The maximum resident set size (KB) = 872976 + 0: The total amount of wall time = 194.103059 + 0: The maximum resident set size (KB) = 872504 Test 059 control_thompson_no_aero PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_wam_repro -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/control_wam_repro +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/control_wam_repro Checking test 060 control_wam results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK - 0: The total amount of wall time = 109.041549 - 0: The maximum resident set size (KB) = 256240 + 0: The total amount of wall time = 108.969236 + 0: The maximum resident set size (KB) = 257332 Test 060 control_wam PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/control_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/control_debug Checking test 061 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.408918 - 0: The maximum resident set size (KB) = 561072 + 0: The total amount of wall time = 143.202959 + 0: The maximum resident set size (KB) = 563504 Test 061 control_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/control_2threads_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/control_2threads_debug Checking test 062 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 = 211.179199 - 0: The maximum resident set size (KB) = 602776 + 0: The total amount of wall time = 210.593755 + 0: The maximum resident set size (KB) = 605048 Test 062 control_2threads_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_CubedSphereGrid_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/control_CubedSphereGrid_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/control_CubedSphereGrid_debug Checking test 063 control_CubedSphereGrid_debug results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -2333,522 +2333,522 @@ Checking test 063 control_CubedSphereGrid_debug results .... Comparing atmf001.tile5.nc .........OK Comparing atmf001.tile6.nc .........OK - 0: The total amount of wall time = 152.763729 - 0: The maximum resident set size (KB) = 559256 + 0: The total amount of wall time = 152.178496 + 0: The maximum resident set size (KB) = 557932 Test 063 control_CubedSphereGrid_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_wrtGauss_netcdf_parallel_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/control_wrtGauss_netcdf_parallel_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/control_wrtGauss_netcdf_parallel_debug Checking test 064 control_wrtGauss_netcdf_parallel_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc ............ALT CHECK......OK Comparing atmf000.nc .........OK Comparing atmf001.nc ............ALT CHECK......OK - 0: The total amount of wall time = 142.449946 - 0: The maximum resident set size (KB) = 559316 + 0: The total amount of wall time = 145.617938 + 0: The maximum resident set size (KB) = 562080 Test 064 control_wrtGauss_netcdf_parallel_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_stochy_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/control_stochy_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/control_stochy_debug Checking test 065 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 = 164.370305 - 0: The maximum resident set size (KB) = 567088 + 0: The total amount of wall time = 162.702891 + 0: The maximum resident set size (KB) = 565508 Test 065 control_stochy_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_lndp_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/control_lndp_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/control_lndp_debug Checking test 066 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 = 149.016254 - 0: The maximum resident set size (KB) = 565536 + 0: The total amount of wall time = 147.839869 + 0: The maximum resident set size (KB) = 570504 Test 066 control_lndp_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_rrtmgp_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/control_rrtmgp_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/control_rrtmgp_debug Checking test 067 control_rrtmgp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 160.588503 - 0: The maximum resident set size (KB) = 659912 + 0: The total amount of wall time = 159.657740 + 0: The maximum resident set size (KB) = 659476 Test 067 control_rrtmgp_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_csawmg_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/control_csawmg_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/control_csawmg_debug Checking test 068 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 = 225.395034 - 0: The maximum resident set size (KB) = 596688 + 0: The total amount of wall time = 228.032751 + 0: The maximum resident set size (KB) = 594244 Test 068 control_csawmg_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_csawmgt_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/control_csawmgt_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/control_csawmgt_debug Checking test 069 control_csawmgt_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 221.991506 - 0: The maximum resident set size (KB) = 597292 + 0: The total amount of wall time = 224.890335 + 0: The maximum resident set size (KB) = 594488 Test 069 control_csawmgt_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_ras_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/control_ras_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/control_ras_debug Checking test 070 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 = 150.301456 - 0: The maximum resident set size (KB) = 577932 + 0: The total amount of wall time = 147.862734 + 0: The maximum resident set size (KB) = 576464 Test 070 control_ras_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_diag_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/control_diag_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/control_diag_debug Checking test 071 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.775454 - 0: The maximum resident set size (KB) = 617896 + 0: The total amount of wall time = 152.957902 + 0: The maximum resident set size (KB) = 618780 Test 071 control_diag_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_debug_p8 -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/control_debug_p8 +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/control_debug_p8 Checking test 072 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 = 154.847808 - 0: The maximum resident set size (KB) = 580788 + 0: The total amount of wall time = 157.945947 + 0: The maximum resident set size (KB) = 579244 Test 072 control_debug_p8 PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_thompson_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/control_thompson_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/control_thompson_debug Checking test 073 control_thompson_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 168.431920 - 0: The maximum resident set size (KB) = 918436 + 0: The total amount of wall time = 167.571961 + 0: The maximum resident set size (KB) = 919112 Test 073 control_thompson_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_thompson_no_aero_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/control_thompson_no_aero_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/control_thompson_no_aero_debug Checking test 074 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 = 159.132476 - 0: The maximum resident set size (KB) = 918768 + 0: The total amount of wall time = 164.970146 + 0: The maximum resident set size (KB) = 916884 Test 074 control_thompson_no_aero_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_thompson_debug_extdiag -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/control_thompson_extdiag_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/control_thompson_extdiag_debug Checking test 075 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.189118 - 0: The maximum resident set size (KB) = 949232 + 0: The total amount of wall time = 177.688378 + 0: The maximum resident set size (KB) = 951600 Test 075 control_thompson_extdiag_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_thompson_progcld_thompson_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/control_thompson_progcld_thompson_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/control_thompson_progcld_thompson_debug Checking test 076 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 = 169.208749 - 0: The maximum resident set size (KB) = 919240 + 0: The total amount of wall time = 166.072941 + 0: The maximum resident set size (KB) = 919220 Test 076 control_thompson_progcld_thompson_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/fv3_regional_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/regional_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/regional_debug Checking test 077 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 = 238.964626 - 0: The maximum resident set size (KB) = 631624 + 0: The total amount of wall time = 239.465746 + 0: The maximum resident set size (KB) = 632168 Test 077 regional_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/rap_control_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/rap_control_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/rap_control_debug Checking test 078 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 = 258.025907 - 0: The maximum resident set size (KB) = 927840 + 0: The total amount of wall time = 263.518081 + 0: The maximum resident set size (KB) = 928908 Test 078 rap_control_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/rap_control_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/rap_unified_drag_suite_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/rap_unified_drag_suite_debug Checking test 079 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 = 263.428494 - 0: The maximum resident set size (KB) = 928164 + 0: The total amount of wall time = 260.666553 + 0: The maximum resident set size (KB) = 926060 Test 079 rap_unified_drag_suite_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/rap_diag_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/rap_diag_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/rap_diag_debug Checking test 080 rap_diag_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 285.436603 - 0: The maximum resident set size (KB) = 1013512 + 0: The total amount of wall time = 271.631770 + 0: The maximum resident set size (KB) = 1009424 Test 080 rap_diag_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/rap_cires_ugwp_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/rap_cires_ugwp_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/rap_cires_ugwp_debug Checking test 081 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 = 268.615555 - 0: The maximum resident set size (KB) = 934616 + 0: The total amount of wall time = 269.500551 + 0: The maximum resident set size (KB) = 929920 Test 081 rap_cires_ugwp_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/rap_cires_ugwp_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/rap_unified_ugwp_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/rap_unified_ugwp_debug Checking test 082 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 = 261.976979 - 0: The maximum resident set size (KB) = 925344 + 0: The total amount of wall time = 271.686887 + 0: The maximum resident set size (KB) = 927964 Test 082 rap_unified_ugwp_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/rap_noah_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/rap_noah_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/rap_noah_debug Checking test 083 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 = 254.810089 - 0: The maximum resident set size (KB) = 928276 + 0: The total amount of wall time = 258.905398 + 0: The maximum resident set size (KB) = 927140 Test 083 rap_noah_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/rap_rrtmgp_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/rap_rrtmgp_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/rap_rrtmgp_debug Checking test 084 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.539135 - 0: The maximum resident set size (KB) = 1029496 + 0: The total amount of wall time = 441.736813 + 0: The maximum resident set size (KB) = 1029548 Test 084 rap_rrtmgp_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/rap_lndp_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/rap_lndp_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/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 - 0: The total amount of wall time = 258.851398 - 0: The maximum resident set size (KB) = 928008 + 0: The total amount of wall time = 261.385852 + 0: The maximum resident set size (KB) = 931368 Test 085 rap_lndp_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/rap_sfcdiff_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/rap_sfcdiff_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/rap_sfcdiff_debug Checking test 086 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 = 260.373856 - 0: The maximum resident set size (KB) = 927292 + 0: The total amount of wall time = 259.401259 + 0: The maximum resident set size (KB) = 930620 Test 086 rap_sfcdiff_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/rap_flake_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/rap_flake_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/rap_flake_debug Checking test 087 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 = 260.491928 - 0: The maximum resident set size (KB) = 927992 + 0: The total amount of wall time = 258.657772 + 0: The maximum resident set size (KB) = 927952 Test 087 rap_flake_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/rap_noah_sfcdiff_cires_ugwp_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/rap_noah_sfcdiff_cires_ugwp_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/rap_noah_sfcdiff_cires_ugwp_debug Checking test 088 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 = 428.785039 - 0: The maximum resident set size (KB) = 928388 + 0: The total amount of wall time = 435.979552 + 0: The maximum resident set size (KB) = 930084 Test 088 rap_noah_sfcdiff_cires_ugwp_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/rap_progcld_thompson_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/rap_progcld_thompson_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/rap_progcld_thompson_debug Checking test 089 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.332437 - 0: The maximum resident set size (KB) = 928136 + 0: The total amount of wall time = 263.784610 + 0: The maximum resident set size (KB) = 929000 Test 089 rap_progcld_thompson_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/rrfs_v1beta_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/rrfs_v1beta_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/rrfs_v1beta_debug Checking test 090 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 = 263.660468 - 0: The maximum resident set size (KB) = 928228 + 0: The total amount of wall time = 261.985585 + 0: The maximum resident set size (KB) = 928536 Test 090 rrfs_v1beta_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_wam_debug -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/control_wam_debug +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/control_wam_debug Checking test 091 control_wam_debug results .... Comparing sfcf019.nc .........OK Comparing atmf019.nc .........OK - 0: The total amount of wall time = 272.801971 - 0: The maximum resident set size (KB) = 281696 + 0: The total amount of wall time = 274.590276 + 0: The maximum resident set size (KB) = 282632 Test 091 control_wam_debug PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/hafs_regional_atm -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/hafs_regional_atm +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/hafs_regional_atm Checking test 092 hafs_regional_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc ............ALT CHECK......OK - 0: The total amount of wall time = 266.378264 - 0: The maximum resident set size (KB) = 859524 + 0: The total amount of wall time = 263.700580 + 0: The maximum resident set size (KB) = 861320 Test 092 hafs_regional_atm PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/hafs_regional_atm_thompson_gfdlsf -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/hafs_regional_atm_thompson_gfdlsf +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/hafs_regional_atm_thompson_gfdlsf Checking test 093 hafs_regional_atm_thompson_gfdlsf results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc ............ALT CHECK......OK - 0: The total amount of wall time = 318.259914 - 0: The maximum resident set size (KB) = 1225820 + 0: The total amount of wall time = 320.408879 + 0: The maximum resident set size (KB) = 1217300 Test 093 hafs_regional_atm_thompson_gfdlsf PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/hafs_regional_atm_ocn -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/hafs_regional_atm_ocn +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/hafs_regional_atm_ocn Checking test 094 hafs_regional_atm_ocn results .... - Comparing atmf006.nc .........OK + Comparing atmf006.nc ............ALT CHECK......OK Comparing sfcf006.nc .........OK Comparing archv.2019_241_06.a .........OK Comparing archs.2019_241_06.a .........OK Comparing ufs.hafs.cpl.hi.2019-08-29-21600.nc .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 362.865786 - 0: The maximum resident set size (KB) = 890124 + 0: The total amount of wall time = 363.596572 + 0: The maximum resident set size (KB) = 893016 Test 094 hafs_regional_atm_ocn PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/hafs_regional_atm_wav -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/hafs_regional_atm_wav +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/hafs_regional_atm_wav Checking test 095 hafs_regional_atm_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc ............ALT CHECK......OK Comparing out_grd.ww3 .........OK Comparing out_pnt.ww3 .........OK - 0: The total amount of wall time = 732.889045 - 0: The maximum resident set size (KB) = 883880 + 0: The total amount of wall time = 733.217809 + 0: The maximum resident set size (KB) = 883308 Test 095 hafs_regional_atm_wav PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/hafs_regional_atm_ocn_wav -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/hafs_regional_atm_ocn_wav +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/hafs_regional_atm_ocn_wav Checking test 096 hafs_regional_atm_ocn_wav results .... - Comparing atmf006.nc .........OK + Comparing atmf006.nc ............ALT CHECK......OK Comparing sfcf006.nc .........OK Comparing archv.2019_241_06.a .........OK Comparing archs.2019_241_06.a .........OK Comparing out_grd.ww3 .........OK Comparing out_pnt.ww3 .........OK - 0: The total amount of wall time = 820.795671 - 0: The maximum resident set size (KB) = 888576 + 0: The total amount of wall time = 823.568730 + 0: The maximum resident set size (KB) = 889984 Test 096 hafs_regional_atm_ocn_wav PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/hafs_regional_1nest_atm -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/hafs_regional_1nest_atm +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/hafs_regional_1nest_atm Checking test 097 hafs_regional_1nest_atm results .... Comparing atmf006.nc ............ALT CHECK......OK Comparing sfcf006.nc .........OK - 0: The total amount of wall time = 402.813409 - 0: The maximum resident set size (KB) = 377688 + 0: The total amount of wall time = 403.989336 + 0: The maximum resident set size (KB) = 374816 Test 097 hafs_regional_1nest_atm PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/hafs_regional_telescopic_2nests_atm -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/hafs_regional_telescopic_2nests_atm +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/hafs_regional_telescopic_2nests_atm Checking test 098 hafs_regional_telescopic_2nests_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc ............ALT CHECK......OK - 0: The total amount of wall time = 418.100853 - 0: The maximum resident set size (KB) = 382916 + 0: The total amount of wall time = 426.160672 + 0: The maximum resident set size (KB) = 388256 Test 098 hafs_regional_telescopic_2nests_atm PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/hafs_global_1nest_atm -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/hafs_global_1nest_atm +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/hafs_global_1nest_atm Checking test 099 hafs_global_1nest_atm results .... - Comparing atmf006.nc .........OK + Comparing atmf006.nc ............ALT CHECK......OK Comparing sfcf006.nc ............ALT CHECK......OK - 0: The total amount of wall time = 195.128200 - 0: The maximum resident set size (KB) = 232588 + 0: The total amount of wall time = 195.024109 + 0: The maximum resident set size (KB) = 235476 Test 099 hafs_global_1nest_atm PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/hafs_global_multiple_4nests_atm -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/hafs_global_multiple_4nests_atm +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/hafs_global_multiple_4nests_atm Checking test 100 hafs_global_multiple_4nests_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc ............ALT CHECK......OK - 0: The total amount of wall time = 429.631613 - 0: The maximum resident set size (KB) = 326840 + 0: The total amount of wall time = 431.427542 + 0: The maximum resident set size (KB) = 329468 -Test 100 hafs_global_multiple_4nests_atm PASS +Test 100 hafs_global_multiple_4nests_atm PASS Tries: 2 baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/hafs_regional_docn -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/hafs_regional_docn +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/hafs_regional_docn Checking test 101 hafs_regional_docn results .... Comparing atmf006.nc ............ALT CHECK......OK Comparing sfcf006.nc .........OK @@ -2856,14 +2856,14 @@ Checking test 101 hafs_regional_docn results .... Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK Comparing ufs.hafs.docn.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 340.954064 - 0: The maximum resident set size (KB) = 884736 + 0: The total amount of wall time = 341.472309 + 0: The maximum resident set size (KB) = 889812 Test 101 hafs_regional_docn PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/hafs_regional_docn_oisst -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/hafs_regional_docn_oisst +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/hafs_regional_docn_oisst Checking test 102 hafs_regional_docn_oisst results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -2871,105 +2871,105 @@ Checking test 102 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 = 338.628006 - 0: The maximum resident set size (KB) = 888584 + 0: The total amount of wall time = 345.020922 + 0: The maximum resident set size (KB) = 886276 Test 102 hafs_regional_docn_oisst PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/hafs_regional_datm_cdeps -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/hafs_regional_datm_cdeps +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/hafs_regional_datm_cdeps Checking test 103 hafs_regional_datm_cdeps results .... Comparing ufs.hafs.cpl.hi.2019-08-30-00000.nc .........OK Comparing ufs.hafs.cpl.r.2019-08-30-00000.nc .........OK Comparing ufs.hafs.datm.r.2019-08-30-00000.nc .........OK - 0: The total amount of wall time = 944.563334 - 0: The maximum resident set size (KB) = 871608 + 0: The total amount of wall time = 934.236032 + 0: The maximum resident set size (KB) = 868696 Test 103 hafs_regional_datm_cdeps PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/datm_cdeps_control_cfsr -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/datm_cdeps_control_cfsr +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/datm_cdeps_control_cfsr Checking test 104 datm_cdeps_control_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 145.587528 - 0: The maximum resident set size (KB) = 741160 + 0: The total amount of wall time = 144.111186 + 0: The maximum resident set size (KB) = 740860 Test 104 datm_cdeps_control_cfsr PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/datm_cdeps_control_cfsr -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/datm_cdeps_restart_cfsr +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/datm_cdeps_restart_cfsr Checking test 105 datm_cdeps_restart_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 91.968427 - 0: The maximum resident set size (KB) = 740524 + 0: The total amount of wall time = 92.209533 + 0: The maximum resident set size (KB) = 740616 Test 105 datm_cdeps_restart_cfsr PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/datm_cdeps_control_gefs -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/datm_cdeps_control_gefs +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/datm_cdeps_control_gefs Checking test 106 datm_cdeps_control_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 136.829895 - 0: The maximum resident set size (KB) = 641216 + 0: The total amount of wall time = 136.853423 + 0: The maximum resident set size (KB) = 639912 Test 106 datm_cdeps_control_gefs PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/datm_cdeps_stochy_gefs -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/datm_cdeps_stochy_gefs +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/datm_cdeps_stochy_gefs Checking test 107 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 = 140.893640 - 0: The maximum resident set size (KB) = 640716 + 0: The total amount of wall time = 139.666927 + 0: The maximum resident set size (KB) = 639524 Test 107 datm_cdeps_stochy_gefs PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/datm_cdeps_bulk_cfsr -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/datm_cdeps_bulk_cfsr +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/datm_cdeps_bulk_cfsr Checking test 108 datm_cdeps_bulk_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 143.794149 - 0: The maximum resident set size (KB) = 741000 + 0: The total amount of wall time = 141.979257 + 0: The maximum resident set size (KB) = 740088 Test 108 datm_cdeps_bulk_cfsr PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/datm_cdeps_bulk_gefs -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/datm_cdeps_bulk_gefs +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/datm_cdeps_bulk_gefs Checking test 109 datm_cdeps_bulk_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 135.058266 - 0: The maximum resident set size (KB) = 641596 + 0: The total amount of wall time = 137.537428 + 0: The maximum resident set size (KB) = 640592 Test 109 datm_cdeps_bulk_gefs PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/datm_cdeps_mx025_cfsr -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/datm_cdeps_mx025_cfsr +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/datm_cdeps_mx025_cfsr Checking test 110 datm_cdeps_mx025_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK @@ -2978,14 +2978,14 @@ Checking test 110 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 = 305.466264 - 0: The maximum resident set size (KB) = 621704 + 0: The total amount of wall time = 308.656296 + 0: The maximum resident set size (KB) = 620136 Test 110 datm_cdeps_mx025_cfsr PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/datm_cdeps_mx025_gefs -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/datm_cdeps_mx025_gefs +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/datm_cdeps_mx025_gefs Checking test 111 datm_cdeps_mx025_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK @@ -2994,51 +2994,51 @@ Checking test 111 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 = 299.074396 - 0: The maximum resident set size (KB) = 585340 + 0: The total amount of wall time = 301.550468 + 0: The maximum resident set size (KB) = 588644 Test 111 datm_cdeps_mx025_gefs PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/datm_cdeps_control_cfsr -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/datm_cdeps_multiple_files_cfsr +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/datm_cdeps_multiple_files_cfsr Checking test 112 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 = 143.384213 - 0: The maximum resident set size (KB) = 742852 + 0: The total amount of wall time = 141.571542 + 0: The maximum resident set size (KB) = 742044 Test 112 datm_cdeps_multiple_files_cfsr PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/datm_cdeps_3072x1536_cfsr -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/datm_cdeps_3072x1536_cfsr +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/datm_cdeps_3072x1536_cfsr Checking test 113 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 = 194.707460 - 0: The maximum resident set size (KB) = 1852092 + 0: The total amount of wall time = 191.896327 + 0: The maximum resident set size (KB) = 1853532 Test 113 datm_cdeps_3072x1536_cfsr PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/datm_cdeps_debug_cfsr -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/datm_cdeps_debug_cfsr +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/datm_cdeps_debug_cfsr Checking test 114 datm_cdeps_debug_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-01-21600.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-01-21600.nc .........OK - 0: The total amount of wall time = 438.536183 - 0: The maximum resident set size (KB) = 745528 + 0: The total amount of wall time = 436.602846 + 0: The maximum resident set size (KB) = 744580 Test 114 datm_cdeps_debug_cfsr PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_atmwav -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/control_atmwav +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/control_atmwav Checking test 115 control_atmwav results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -3082,14 +3082,14 @@ Checking test 115 control_atmwav results .... Comparing RESTART/sfc_data.tile6.nc .........OK Comparing 20210322.180000.restart.glo_1deg .........OK - 0: The total amount of wall time = 76.615693 - 0: The maximum resident set size (KB) = 540972 + 0: The total amount of wall time = 77.253637 + 0: The maximum resident set size (KB) = 533604 Test 115 control_atmwav PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_c384gdas_wav -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/control_c384gdas_wav +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/control_c384gdas_wav Checking test 116 control_c384gdas_wav results .... Comparing sfcf000.nc .........OK Comparing sfcf003.nc .........OK @@ -3135,14 +3135,14 @@ Checking test 116 control_c384gdas_wav results .... Comparing 20210322.030000.restart.gnh_10m .........OK Comparing 20210322.030000.restart.gsh_15m .........OK - 0: The total amount of wall time = 676.822966 - 0: The maximum resident set size (KB) = 1145276 + 0: The total amount of wall time = 673.884775 + 0: The maximum resident set size (KB) = 1151844 Test 116 control_c384gdas_wav PASS baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_atm_aerosols -working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_30607/control_atm_aerosols +working dir = /scratch1/NCEPDEV/stmp2/emc.nemspara/FV3_RT/rt_22940/control_atm_aerosols Checking test 117 control_atm_aerosols results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -3189,12 +3189,12 @@ Checking test 117 control_atm_aerosols results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 273.087803 - 0: The maximum resident set size (KB) = 932224 + 0: The total amount of wall time = 270.833109 + 0: The maximum resident set size (KB) = 927096 Test 117 control_atm_aerosols PASS REGRESSION TEST WAS SUCCESSFUL -Thu Jan 20 03:39:03 UTC 2022 -Elapsed time: 00h:52m:12s. Have a nice day! +Thu Jan 20 23:54:06 UTC 2022 +Elapsed time: 01h:51m:48s. Have a nice day! diff --git a/tests/RegressionTests_jet.intel.log b/tests/RegressionTests_jet.intel.log index c131c31461..0eadc7d19a 100644 --- a/tests/RegressionTests_jet.intel.log +++ b/tests/RegressionTests_jet.intel.log @@ -1,23 +1,23 @@ -Thu Jan 20 03:12:59 GMT 2022 +Thu Jan 20 20:31:26 GMT 2022 Start Regression test -Compile 001 elapsed time 1563 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v16_coupled_nsstNoahmpUGWPv1,FV3_GFS_v16_coupled_p7_rrtmgp,FV3_GFS_v16_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -DMOM6SOLO=ON -Compile 002 elapsed time 227 seconds. -DAPP=S2S -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 003 elapsed time 1436 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v15_thompson_mynn_RRTMGP,FV3_GFS_v16_p7_rrtmgp,FV3_GFS_v16_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -Compile 004 elapsed time 1413 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -Compile 005 elapsed time 1483 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_RRTMGP,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_thompson,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -Compile 006 elapsed time 825 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DREPRO=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -Compile 007 elapsed time 230 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_RRTMGP,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp,FV3_GFS_v16_thompson,FV3_GFS_v15_thompson_mynn,FV3_GFS_v16_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 008 elapsed time 229 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_RAP,FV3_RAP_cires_ugwp,FV3_RAP_unified_ugwp,FV3_RAP_noah,FV3_RAP_RRTMGP,FV3_RAP_sfcdiff,FV3_RAP_flake,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 009 elapsed time 201 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 1471 seconds. -DAPP=HAFSW -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 011 elapsed time 1479 seconds. -DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -Compile 012 elapsed time 276 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -DMOM6SOLO=ON +Compile 001 elapsed time 1612 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v16_coupled_nsstNoahmpUGWPv1,FV3_GFS_v16_coupled_p7_rrtmgp,FV3_GFS_v16_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -DMOM6SOLO=ON +Compile 002 elapsed time 218 seconds. -DAPP=S2S -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 003 elapsed time 1446 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v15_thompson_mynn_RRTMGP,FV3_GFS_v16_p7_rrtmgp,FV3_GFS_v16_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile 004 elapsed time 1409 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile 005 elapsed time 1493 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_RRTMGP,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_thompson,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile 006 elapsed time 824 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DREPRO=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit +Compile 007 elapsed time 231 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_RRTMGP,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp,FV3_GFS_v16_thompson,FV3_GFS_v15_thompson_mynn,FV3_GFS_v16_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 008 elapsed time 226 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_RAP,FV3_RAP_cires_ugwp,FV3_RAP_unified_ugwp,FV3_RAP_noah,FV3_RAP_RRTMGP,FV3_RAP_sfcdiff,FV3_RAP_flake,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 009 elapsed time 199 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 1477 seconds. -DAPP=HAFSW -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 011 elapsed time 1476 seconds. -DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile 012 elapsed time 275 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -DMOM6SOLO=ON Compile 013 elapsed time 127 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 014 elapsed time 1409 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile 014 elapsed time 1410 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/cpld_control_p8 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_145631/cpld_control_p8 +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_146467/cpld_control_p8 Checking test 001 cpld_control_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -70,14 +70,14 @@ Checking test 001 cpld_control_p8 results .... Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK - 0: The total amount of wall time = 291.230885 - 0: The maximum resident set size (KB) = 601892 + 0: The total amount of wall time = 290.163376 + 0: The maximum resident set size (KB) = 601352 Test 001 cpld_control_p8 PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/cpld_control_p8 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_145631/cpld_2threads_p8 +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_146467/cpld_2threads_p8 Checking test 002 cpld_2threads_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -130,14 +130,14 @@ Checking test 002 cpld_2threads_p8 results .... Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK - 0: The total amount of wall time = 880.488128 - 0: The maximum resident set size (KB) = 666444 + 0: The total amount of wall time = 1010.377225 + 0: The maximum resident set size (KB) = 665204 Test 002 cpld_2threads_p8 PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/cpld_control_p8 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_145631/cpld_mpi_p8 +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_146467/cpld_mpi_p8 Checking test 003 cpld_mpi_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -190,14 +190,14 @@ Checking test 003 cpld_mpi_p8 results .... Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK - 0: The total amount of wall time = 253.179449 - 0: The maximum resident set size (KB) = 596868 + 0: The total amount of wall time = 251.952294 + 0: The maximum resident set size (KB) = 595844 Test 003 cpld_mpi_p8 PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/cpld_control_p7_rrtmgp -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_145631/cpld_control_p7_rrtmgp +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_146467/cpld_control_p7_rrtmgp Checking test 004 cpld_control_p7_rrtmgp results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -250,14 +250,14 @@ Checking test 004 cpld_control_p7_rrtmgp results .... Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK - 0: The total amount of wall time = 332.898418 - 0: The maximum resident set size (KB) = 700076 + 0: The total amount of wall time = 336.245380 + 0: The maximum resident set size (KB) = 703384 Test 004 cpld_control_p7_rrtmgp PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/cpld_bmark_p7 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_145631/cpld_bmark_p7 +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_146467/cpld_bmark_p7 Checking test 005 cpld_bmark_p7 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -302,14 +302,14 @@ Checking test 005 cpld_bmark_p7 results .... Comparing RESTART/iced.2013-04-01-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-21600.nc .........OK - 0: The total amount of wall time = 1147.989380 - 0: The maximum resident set size (KB) = 1367156 + 0: The total amount of wall time = 1157.919616 + 0: The maximum resident set size (KB) = 1368932 Test 005 cpld_bmark_p7 PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/cpld_bmark_p8 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_145631/cpld_bmark_p8 +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_146467/cpld_bmark_p8 Checking test 006 cpld_bmark_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -354,14 +354,14 @@ Checking test 006 cpld_bmark_p8 results .... Comparing RESTART/iced.2013-04-01-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-21600.nc .........OK - 0: The total amount of wall time = 1154.500399 - 0: The maximum resident set size (KB) = 1369476 + 0: The total amount of wall time = 1157.881346 + 0: The maximum resident set size (KB) = 1370024 Test 006 cpld_bmark_p8 PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/cpld_bmark_p8 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_145631/cpld_bmark_mpi_p8 +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_146467/cpld_bmark_mpi_p8 Checking test 007 cpld_bmark_mpi_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -406,14 +406,14 @@ Checking test 007 cpld_bmark_mpi_p8 results .... Comparing RESTART/iced.2013-04-01-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-21600.nc .........OK - 0: The total amount of wall time = 1148.587091 - 0: The maximum resident set size (KB) = 1372900 + 0: The total amount of wall time = 1148.084900 + 0: The maximum resident set size (KB) = 1372976 Test 007 cpld_bmark_mpi_p8 PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/cpld_control_c96_p8 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_145631/cpld_control_c96_p8 +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_146467/cpld_control_c96_p8 Checking test 008 cpld_control_c96_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -463,14 +463,14 @@ Checking test 008 cpld_control_c96_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 = 281.559080 - 0: The maximum resident set size (KB) = 596224 + 0: The total amount of wall time = 280.978702 + 0: The maximum resident set size (KB) = 592500 Test 008 cpld_control_c96_p8 PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/cpld_control_c96_p8 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_145631/cpld_restart_c96_p8 +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_146467/cpld_restart_c96_p8 Checking test 009 cpld_restart_c96_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -520,14 +520,14 @@ Checking test 009 cpld_restart_c96_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 = 156.190494 - 0: The maximum resident set size (KB) = 401268 + 0: The total amount of wall time = 155.688540 + 0: The maximum resident set size (KB) = 393268 Test 009 cpld_restart_c96_p8 PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/cpld_control_c192_p8 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_145631/cpld_control_c192_p8 +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_146467/cpld_control_c192_p8 Checking test 010 cpld_control_c192_p8 results .... Comparing sfcf036.tile1.nc .........OK Comparing sfcf036.tile2.nc .........OK @@ -577,14 +577,14 @@ Checking test 010 cpld_control_c192_p8 results .... Comparing RESTART/iced.2021-03-23-64800.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-64800.nc .........OK - 0: The total amount of wall time = 1192.589442 - 0: The maximum resident set size (KB) = 787716 + 0: The total amount of wall time = 1194.170602 + 0: The maximum resident set size (KB) = 788876 Test 010 cpld_control_c192_p8 PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/cpld_control_c192_p8 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_145631/cpld_restart_c192_p8 +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_146467/cpld_restart_c192_p8 Checking test 011 cpld_restart_c192_p8 results .... Comparing sfcf036.tile1.nc .........OK Comparing sfcf036.tile2.nc .........OK @@ -634,14 +634,14 @@ Checking test 011 cpld_restart_c192_p8 results .... Comparing RESTART/iced.2021-03-23-64800.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-64800.nc .........OK - 0: The total amount of wall time = 751.803540 - 0: The maximum resident set size (KB) = 886568 + 0: The total amount of wall time = 748.151752 + 0: The maximum resident set size (KB) = 890044 Test 011 cpld_restart_c192_p8 PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/cpld_control_c384_p8 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_145631/cpld_control_c384_p8 +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_146467/cpld_control_c384_p8 Checking test 012 cpld_control_c384_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -684,14 +684,14 @@ Checking test 012 cpld_control_c384_p8 results .... Comparing RESTART/iced.2021-03-22-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-22-43200.nc .........OK - 0: The total amount of wall time = 1328.151337 - 0: The maximum resident set size (KB) = 1342236 + 0: The total amount of wall time = 1330.773288 + 0: The maximum resident set size (KB) = 1343672 Test 012 cpld_control_c384_p8 PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/cpld_control_c384_p8 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_145631/cpld_restart_c384_p8 +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_146467/cpld_restart_c384_p8 Checking test 013 cpld_restart_c384_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -734,14 +734,14 @@ Checking test 013 cpld_restart_c384_p8 results .... Comparing RESTART/iced.2021-03-22-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-22-43200.nc .........OK - 0: The total amount of wall time = 726.155475 - 0: The maximum resident set size (KB) = 1296852 + 0: The total amount of wall time = 725.860877 + 0: The maximum resident set size (KB) = 1293448 Test 013 cpld_restart_c384_p8 PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/cpld_debug_p8 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_145631/cpld_debug_p8 +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_146467/cpld_debug_p8 Checking test 014 cpld_debug_p8 results .... Comparing sfcf006.tile1.nc .........OK Comparing sfcf006.tile2.nc .........OK @@ -791,14 +791,14 @@ Checking test 014 cpld_debug_p8 results .... Comparing RESTART/iced.2021-03-22-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-22-43200.nc .........OK - 0: The total amount of wall time = 798.313792 - 0: The maximum resident set size (KB) = 646544 + 0: The total amount of wall time = 797.308808 + 0: The maximum resident set size (KB) = 647632 Test 014 cpld_debug_p8 PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_145631/control +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_146467/control Checking test 015 control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -845,14 +845,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 = 171.320812 - 0: The maximum resident set size (KB) = 483504 + 0: The total amount of wall time = 176.037536 + 0: The maximum resident set size (KB) = 484276 Test 015 control PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_145631/control_decomp +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_146467/control_decomp Checking test 016 control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -895,14 +895,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 = 173.917818 - 0: The maximum resident set size (KB) = 479384 + 0: The total amount of wall time = 172.030897 + 0: The maximum resident set size (KB) = 480988 Test 016 control_decomp PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_145631/control_2threads +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_146467/control_2threads Checking test 017 control_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -945,14 +945,14 @@ Checking test 017 control_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 747.148613 - 0: The maximum resident set size (KB) = 528648 + 0: The total amount of wall time = 747.035455 + 0: The maximum resident set size (KB) = 525656 Test 017 control_2threads PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_145631/control_restart +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_146467/control_restart Checking test 018 control_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -991,14 +991,14 @@ Checking test 018 control_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 91.270796 - 0: The maximum resident set size (KB) = 222636 + 0: The total amount of wall time = 90.913159 + 0: The maximum resident set size (KB) = 222924 Test 018 control_restart PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_145631/control_fhzero +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_146467/control_fhzero Checking test 019 control_fhzero results .... Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf021.nc ............ALT CHECK......OK @@ -1041,14 +1041,14 @@ Checking test 019 control_fhzero results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 158.061030 - 0: The maximum resident set size (KB) = 485352 + 0: The total amount of wall time = 159.846273 + 0: The maximum resident set size (KB) = 481592 Test 019 control_fhzero PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_CubedSphereGrid -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_145631/control_CubedSphereGrid +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_146467/control_CubedSphereGrid Checking test 020 control_CubedSphereGrid results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -1075,14 +1075,14 @@ Checking test 020 control_CubedSphereGrid results .... Comparing atmf024.tile5.nc .........OK Comparing atmf024.tile6.nc .........OK - 0: The total amount of wall time = 158.072788 - 0: The maximum resident set size (KB) = 477152 + 0: The total amount of wall time = 157.109861 + 0: The maximum resident set size (KB) = 480148 Test 020 control_CubedSphereGrid PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_latlon -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_145631/control_latlon +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_146467/control_latlon Checking test 021 control_latlon results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1093,14 +1093,14 @@ Checking test 021 control_latlon results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 162.228995 - 0: The maximum resident set size (KB) = 481744 + 0: The total amount of wall time = 162.786455 + 0: The maximum resident set size (KB) = 482020 Test 021 control_latlon PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_wrtGauss_netcdf_parallel -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_145631/control_wrtGauss_netcdf_parallel +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_146467/control_wrtGauss_netcdf_parallel Checking test 022 control_wrtGauss_netcdf_parallel results .... Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf024.nc ............ALT CHECK......OK @@ -1111,14 +1111,14 @@ Checking test 022 control_wrtGauss_netcdf_parallel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 168.253676 - 0: The maximum resident set size (KB) = 481076 + 0: The total amount of wall time = 169.151510 + 0: The maximum resident set size (KB) = 483352 Test 022 control_wrtGauss_netcdf_parallel PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_c48 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_145631/control_c48 +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_146467/control_c48 Checking test 023 control_c48 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1157,14 +1157,14 @@ Checking test 023 control_c48 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0: The total amount of wall time = 535.126124 -0: The maximum resident set size (KB) = 663420 +0: The total amount of wall time = 538.117040 +0: The maximum resident set size (KB) = 667220 Test 023 control_c48 PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_c192 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_145631/control_c192 +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_146467/control_c192 Checking test 024 control_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1175,14 +1175,14 @@ Checking test 024 control_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 655.235148 - 0: The maximum resident set size (KB) = 582804 + 0: The total amount of wall time = 649.154350 + 0: The maximum resident set size (KB) = 585844 Test 024 control_c192 PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_c384 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_145631/control_c384 +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_146467/control_c384 Checking test 025 control_c384 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1193,14 +1193,14 @@ Checking test 025 control_c384 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 808.206914 - 0: The maximum resident set size (KB) = 756204 + 0: The total amount of wall time = 802.200749 + 0: The maximum resident set size (KB) = 756132 Test 025 control_c384 PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_c384gdas -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_145631/control_c384gdas +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_146467/control_c384gdas Checking test 026 control_c384gdas results .... Comparing sfcf000.nc .........OK Comparing sfcf006.nc .........OK @@ -1243,14 +1243,14 @@ Checking test 026 control_c384gdas results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 741.683938 - 0: The maximum resident set size (KB) = 834104 + 0: The total amount of wall time = 737.396266 + 0: The maximum resident set size (KB) = 846836 Test 026 control_c384gdas PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_stochy -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_145631/control_stochy +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_146467/control_stochy Checking test 027 control_stochy results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1261,28 +1261,28 @@ Checking test 027 control_stochy results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 111.014356 - 0: The maximum resident set size (KB) = 488764 + 0: The total amount of wall time = 110.540168 + 0: The maximum resident set size (KB) = 484340 Test 027 control_stochy PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_stochy -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_145631/control_stochy_restart +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_146467/control_stochy_restart Checking test 028 control_stochy_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 62.471344 - 0: The maximum resident set size (KB) = 248620 + 0: The total amount of wall time = 62.360679 + 0: The maximum resident set size (KB) = 245320 Test 028 control_stochy_restart PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_lndp -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_145631/control_lndp +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_146467/control_lndp Checking test 029 control_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1293,14 +1293,14 @@ Checking test 029 control_lndp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 97.921606 - 0: The maximum resident set size (KB) = 488444 + 0: The total amount of wall time = 102.756383 + 0: The maximum resident set size (KB) = 487396 Test 029 control_lndp PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_p8 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_145631/control_p8 +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_146467/control_p8 Checking test 030 control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1347,14 +1347,14 @@ Checking test 030 control_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 189.799889 - 0: The maximum resident set size (KB) = 508420 + 0: The total amount of wall time = 187.892915 + 0: The maximum resident set size (KB) = 508488 Test 030 control_p8 PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_p8 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_145631/control_restart_p8 +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_146467/control_restart_p8 Checking test 031 control_restart_p8 results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1393,14 +1393,14 @@ Checking test 031 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 = 103.455552 - 0: The maximum resident set size (KB) = 314440 + 0: The total amount of wall time = 102.864707 + 0: The maximum resident set size (KB) = 323880 Test 031 control_restart_p8 PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_p8 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_145631/control_decomp_p8 +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_146467/control_decomp_p8 Checking test 032 control_decomp_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1443,14 +1443,14 @@ Checking test 032 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 = 192.269028 - 0: The maximum resident set size (KB) = 500148 + 0: The total amount of wall time = 192.277518 + 0: The maximum resident set size (KB) = 495876 Test 032 control_decomp_p8 PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_p8 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_145631/control_2threads_p8 +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_146467/control_2threads_p8 Checking test 033 control_2threads_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1493,14 +1493,14 @@ Checking test 033 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 = 864.716380 - 0: The maximum resident set size (KB) = 571812 + 0: The total amount of wall time = 878.759151 + 0: The maximum resident set size (KB) = 577288 Test 033 control_2threads_p8 PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_p7_rrtmgp -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_145631/control_p7_rrtmgp +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_146467/control_p7_rrtmgp Checking test 034 control_p7_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1547,14 +1547,14 @@ Checking test 034 control_p7_rrtmgp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 232.973038 - 0: The maximum resident set size (KB) = 604592 + 0: The total amount of wall time = 233.582034 + 0: The maximum resident set size (KB) = 608316 Test 034 control_p7_rrtmgp PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/fv3_regional_control -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_145631/regional_control +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_146467/regional_control Checking test 035 regional_control results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1565,28 +1565,28 @@ Checking test 035 regional_control results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK - 0: The total amount of wall time = 411.694145 - 0: The maximum resident set size (KB) = 582324 + 0: The total amount of wall time = 415.457293 + 0: The maximum resident set size (KB) = 581384 Test 035 regional_control PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/fv3_regional_control -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_145631/regional_restart +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_146467/regional_restart Checking test 036 regional_restart results .... Comparing dynf024.nc .........OK Comparing phyf024.nc .........OK Comparing PRSLEV.GrbF24 .........OK Comparing NATLEV.GrbF24 .........OK - 0: The total amount of wall time = 230.535834 - 0: The maximum resident set size (KB) = 586920 + 0: The total amount of wall time = 230.704946 + 0: The maximum resident set size (KB) = 586952 Test 036 regional_restart PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/fv3_regional_noquilt -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_145631/regional_noquilt +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_146467/regional_noquilt Checking test 037 regional_noquilt results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK @@ -1594,14 +1594,14 @@ Checking test 037 regional_noquilt results .... Comparing RESTART/fv_core.res.tile1_new.nc .........OK Comparing RESTART/fv_tracer.res.tile1_new.nc .........OK - 0: The total amount of wall time = 439.226549 - 0: The maximum resident set size (KB) = 591508 + 0: The total amount of wall time = 447.376841 + 0: The maximum resident set size (KB) = 591456 Test 037 regional_noquilt PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/fv3_regional_hafs -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_145631/regional_hafs +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_146467/regional_hafs Checking test 038 regional_hafs results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1610,28 +1610,28 @@ Checking test 038 regional_hafs results .... Comparing HURPRS.GrbF00 .........OK Comparing HURPRS.GrbF24 .........OK - 0: The total amount of wall time = 412.899312 - 0: The maximum resident set size (KB) = 582400 + 0: The total amount of wall time = 411.926311 + 0: The maximum resident set size (KB) = 581328 Test 038 regional_hafs PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/fv3_regional_netcdf_parallel -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_145631/regional_netcdf_parallel +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_146467/regional_netcdf_parallel Checking test 039 regional_netcdf_parallel results .... Comparing dynf000.nc ............ALT CHECK......OK Comparing dynf024.nc ............ALT CHECK......OK Comparing phyf000.nc ............ALT CHECK......OK Comparing phyf024.nc ............ALT CHECK......OK - 0: The total amount of wall time = 414.273290 - 0: The maximum resident set size (KB) = 580284 + 0: The total amount of wall time = 413.645928 + 0: The maximum resident set size (KB) = 583248 Test 039 regional_netcdf_parallel PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/fv3_regional_RRTMGP -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_145631/regional_RRTMGP +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_146467/regional_RRTMGP Checking test 040 regional_RRTMGP results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1642,14 +1642,14 @@ Checking test 040 regional_RRTMGP results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK - 0: The total amount of wall time = 516.447182 - 0: The maximum resident set size (KB) = 704932 + 0: The total amount of wall time = 516.138417 + 0: The maximum resident set size (KB) = 705172 Test 040 regional_RRTMGP PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/rap_control -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_145631/rap_control +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_146467/rap_control Checking test 041 rap_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1696,14 +1696,14 @@ Checking test 041 rap_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 467.956262 - 0: The maximum resident set size (KB) = 851448 + 0: The total amount of wall time = 464.657976 + 0: The maximum resident set size (KB) = 848272 Test 041 rap_control PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/rap_control -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_145631/rap_restart +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_146467/rap_restart Checking test 042 rap_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1742,14 +1742,14 @@ Checking test 042 rap_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 244.235847 - 0: The maximum resident set size (KB) = 598524 + 0: The total amount of wall time = 239.916704 + 0: The maximum resident set size (KB) = 597724 Test 042 rap_restart PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/rap_sfcdiff -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_145631/rap_sfcdiff +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_146467/rap_sfcdiff Checking test 043 rap_sfcdiff results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1796,14 +1796,14 @@ Checking test 043 rap_sfcdiff results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 467.319099 - 0: The maximum resident set size (KB) = 850364 + 0: The total amount of wall time = 469.984322 + 0: The maximum resident set size (KB) = 853580 Test 043 rap_sfcdiff PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/rap_sfcdiff -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_145631/rap_sfcdiff_restart +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_146467/rap_sfcdiff_restart Checking test 044 rap_sfcdiff_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1842,14 +1842,14 @@ Checking test 044 rap_sfcdiff_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 244.286024 - 0: The maximum resident set size (KB) = 596584 + 0: The total amount of wall time = 238.811138 + 0: The maximum resident set size (KB) = 600068 Test 044 rap_sfcdiff_restart PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/hrrr_control -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_145631/hrrr_control +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_146467/hrrr_control Checking test 045 hrrr_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1896,14 +1896,14 @@ Checking test 045 hrrr_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 453.931685 - 0: The maximum resident set size (KB) = 845196 + 0: The total amount of wall time = 453.736688 + 0: The maximum resident set size (KB) = 847264 Test 045 hrrr_control PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/rrfs_v1beta -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_145631/rrfs_v1beta +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_146467/rrfs_v1beta Checking test 046 rrfs_v1beta results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1950,14 +1950,14 @@ Checking test 046 rrfs_v1beta results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 460.749498 - 0: The maximum resident set size (KB) = 844900 + 0: The total amount of wall time = 462.055742 + 0: The maximum resident set size (KB) = 845616 Test 046 rrfs_v1beta PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/rrfs_conus13km_hrrr_warm -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_145631/rrfs_conus13km_hrrr_warm +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_146467/rrfs_conus13km_hrrr_warm Checking test 047 rrfs_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -1966,14 +1966,14 @@ Checking test 047 rrfs_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 208.138268 - 0: The maximum resident set size (KB) = 688256 + 0: The total amount of wall time = 213.504292 + 0: The maximum resident set size (KB) = 688404 Test 047 rrfs_conus13km_hrrr_warm PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/rrfs_conus13km_radar_tten_warm -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_145631/rrfs_conus13km_radar_tten_warm +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_146467/rrfs_conus13km_radar_tten_warm Checking test 048 rrfs_conus13km_radar_tten_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -1982,14 +1982,14 @@ Checking test 048 rrfs_conus13km_radar_tten_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 217.901396 - 0: The maximum resident set size (KB) = 689000 + 0: The total amount of wall time = 213.106186 + 0: The maximum resident set size (KB) = 692812 Test 048 rrfs_conus13km_radar_tten_warm PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_rrtmgp -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_145631/control_rrtmgp +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_146467/control_rrtmgp Checking test 049 control_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2000,14 +2000,14 @@ Checking test 049 control_rrtmgp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 255.868651 - 0: The maximum resident set size (KB) = 602748 + 0: The total amount of wall time = 252.546790 + 0: The maximum resident set size (KB) = 600880 Test 049 control_rrtmgp PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_rrtmgp_c192 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_145631/control_rrtmgp_c192 +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_146467/control_rrtmgp_c192 Checking test 050 control_rrtmgp_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -2018,14 +2018,14 @@ Checking test 050 control_rrtmgp_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 687.671337 - 0: The maximum resident set size (KB) = 808108 + 0: The total amount of wall time = 689.213202 + 0: The maximum resident set size (KB) = 811120 Test 050 control_rrtmgp_c192 PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_csawmg -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_145631/control_csawmg +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_146467/control_csawmg Checking test 051 control_csawmg results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2036,14 +2036,14 @@ Checking test 051 control_csawmg results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 418.702732 - 0: The maximum resident set size (KB) = 538792 + 0: The total amount of wall time = 421.929576 + 0: The maximum resident set size (KB) = 539668 Test 051 control_csawmg PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_csawmgt -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_145631/control_csawmgt +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_146467/control_csawmgt Checking test 052 control_csawmgt results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2054,14 +2054,14 @@ Checking test 052 control_csawmgt results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 416.693259 - 0: The maximum resident set size (KB) = 542228 + 0: The total amount of wall time = 414.936994 + 0: The maximum resident set size (KB) = 539824 Test 052 control_csawmgt PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_flake -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_145631/control_flake +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_146467/control_flake Checking test 053 control_flake results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2072,14 +2072,14 @@ Checking test 053 control_flake results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 279.360928 - 0: The maximum resident set size (KB) = 549104 + 0: The total amount of wall time = 277.203912 + 0: The maximum resident set size (KB) = 551328 Test 053 control_flake PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_ras -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_145631/control_ras +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_146467/control_ras Checking test 054 control_ras results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2090,14 +2090,14 @@ Checking test 054 control_ras results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 225.154551 - 0: The maximum resident set size (KB) = 511620 + 0: The total amount of wall time = 225.551740 + 0: The maximum resident set size (KB) = 510908 Test 054 control_ras PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_thompson -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_145631/control_thompson +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_146467/control_thompson Checking test 055 control_thompson results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2108,14 +2108,14 @@ Checking test 055 control_thompson results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 280.329410 - 0: The maximum resident set size (KB) = 864600 + 0: The total amount of wall time = 279.557064 + 0: The maximum resident set size (KB) = 864392 Test 055 control_thompson PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_thompson_no_aero -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_145631/control_thompson_no_aero +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_146467/control_thompson_no_aero Checking test 056 control_thompson_no_aero results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2126,54 +2126,54 @@ Checking test 056 control_thompson_no_aero results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 268.611023 - 0: The maximum resident set size (KB) = 857664 + 0: The total amount of wall time = 273.404142 + 0: The maximum resident set size (KB) = 857900 Test 056 control_thompson_no_aero PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_wam_repro -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_145631/control_wam_repro +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_146467/control_wam_repro Checking test 057 control_wam results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK - 0: The total amount of wall time = 151.597536 - 0: The maximum resident set size (KB) = 247764 + 0: The total amount of wall time = 151.116450 + 0: The maximum resident set size (KB) = 240776 Test 057 control_wam PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_145631/control_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_146467/control_debug Checking test 058 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 = 187.345700 - 0: The maximum resident set size (KB) = 546908 + 0: The total amount of wall time = 187.411850 + 0: The maximum resident set size (KB) = 546300 Test 058 control_debug PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_145631/control_2threads_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_146467/control_2threads_debug Checking test 059 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 = 361.569244 - 0: The maximum resident set size (KB) = 587872 + 0: The total amount of wall time = 362.995564 + 0: The maximum resident set size (KB) = 592072 Test 059 control_2threads_debug PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_CubedSphereGrid_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_145631/control_CubedSphereGrid_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_146467/control_CubedSphereGrid_debug Checking test 060 control_CubedSphereGrid_debug results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -2200,458 +2200,458 @@ Checking test 060 control_CubedSphereGrid_debug results .... Comparing atmf001.tile5.nc .........OK Comparing atmf001.tile6.nc .........OK - 0: The total amount of wall time = 204.071966 - 0: The maximum resident set size (KB) = 546884 + 0: The total amount of wall time = 206.127078 + 0: The maximum resident set size (KB) = 546880 Test 060 control_CubedSphereGrid_debug PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_wrtGauss_netcdf_parallel_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_145631/control_wrtGauss_netcdf_parallel_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_146467/control_wrtGauss_netcdf_parallel_debug Checking test 061 control_wrtGauss_netcdf_parallel_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc ............ALT CHECK......OK Comparing atmf000.nc .........OK Comparing atmf001.nc ............ALT CHECK......OK - 0: The total amount of wall time = 193.350213 - 0: The maximum resident set size (KB) = 547908 + 0: The total amount of wall time = 191.485059 + 0: The maximum resident set size (KB) = 544932 Test 061 control_wrtGauss_netcdf_parallel_debug PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_stochy_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_145631/control_stochy_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_146467/control_stochy_debug Checking test 062 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 = 216.847398 - 0: The maximum resident set size (KB) = 553500 + 0: The total amount of wall time = 215.081165 + 0: The maximum resident set size (KB) = 553412 Test 062 control_stochy_debug PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_lndp_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_145631/control_lndp_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_146467/control_lndp_debug Checking test 063 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.237536 - 0: The maximum resident set size (KB) = 553272 + 0: The total amount of wall time = 193.528782 + 0: The maximum resident set size (KB) = 553040 Test 063 control_lndp_debug PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_rrtmgp_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_145631/control_rrtmgp_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_146467/control_rrtmgp_debug Checking test 064 control_rrtmgp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 209.548306 - 0: The maximum resident set size (KB) = 644660 + 0: The total amount of wall time = 210.188334 + 0: The maximum resident set size (KB) = 648568 Test 064 control_rrtmgp_debug PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_csawmg_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_145631/control_csawmg_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_146467/control_csawmg_debug Checking test 065 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 = 305.022350 - 0: The maximum resident set size (KB) = 584232 + 0: The total amount of wall time = 303.610431 + 0: The maximum resident set size (KB) = 591936 Test 065 control_csawmg_debug PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_csawmgt_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_145631/control_csawmgt_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_146467/control_csawmgt_debug Checking test 066 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 = 299.190790 - 0: The maximum resident set size (KB) = 585796 + 0: The total amount of wall time = 298.336898 + 0: The maximum resident set size (KB) = 588376 Test 066 control_csawmgt_debug PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_ras_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_145631/control_ras_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_146467/control_ras_debug Checking test 067 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 = 195.728341 - 0: The maximum resident set size (KB) = 561016 + 0: The total amount of wall time = 195.864058 + 0: The maximum resident set size (KB) = 559708 Test 067 control_ras_debug PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_diag_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_145631/control_diag_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_146467/control_diag_debug Checking test 068 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 = 203.177723 - 0: The maximum resident set size (KB) = 604964 + 0: The total amount of wall time = 201.442092 + 0: The maximum resident set size (KB) = 604940 Test 068 control_diag_debug PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_debug_p8 -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_145631/control_debug_p8 +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_146467/control_debug_p8 Checking test 069 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 = 205.665851 - 0: The maximum resident set size (KB) = 567504 + 0: The total amount of wall time = 205.925028 + 0: The maximum resident set size (KB) = 566308 Test 069 control_debug_p8 PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_thompson_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_145631/control_thompson_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_146467/control_thompson_debug Checking test 070 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 = 221.306700 - 0: The maximum resident set size (KB) = 905732 + 0: The total amount of wall time = 221.325179 + 0: The maximum resident set size (KB) = 912096 Test 070 control_thompson_debug PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_thompson_no_aero_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_145631/control_thompson_no_aero_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_146467/control_thompson_no_aero_debug Checking test 071 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 = 213.541852 - 0: The maximum resident set size (KB) = 898092 + 0: The total amount of wall time = 213.096218 + 0: The maximum resident set size (KB) = 901016 Test 071 control_thompson_no_aero_debug PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_thompson_debug_extdiag -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_145631/control_thompson_extdiag_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_146467/control_thompson_extdiag_debug Checking test 072 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 = 232.420746 - 0: The maximum resident set size (KB) = 934720 + 0: The total amount of wall time = 234.329911 + 0: The maximum resident set size (KB) = 938496 Test 072 control_thompson_extdiag_debug PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_thompson_progcld_thompson_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_145631/control_thompson_progcld_thompson_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_146467/control_thompson_progcld_thompson_debug Checking test 073 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 = 221.625259 - 0: The maximum resident set size (KB) = 910232 + 0: The total amount of wall time = 223.098799 + 0: The maximum resident set size (KB) = 908700 Test 073 control_thompson_progcld_thompson_debug PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/fv3_regional_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_145631/regional_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_146467/regional_debug Checking test 074 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 = 322.558606 - 0: The maximum resident set size (KB) = 603720 + 0: The total amount of wall time = 321.470240 + 0: The maximum resident set size (KB) = 607896 Test 074 regional_debug PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/rap_control_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_145631/rap_control_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_146467/rap_control_debug Checking test 075 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 = 342.412506 - 0: The maximum resident set size (KB) = 909460 + 0: The total amount of wall time = 345.494284 + 0: The maximum resident set size (KB) = 913952 Test 075 rap_control_debug PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/rap_control_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_145631/rap_unified_drag_suite_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_146467/rap_unified_drag_suite_debug Checking test 076 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 = 343.041152 - 0: The maximum resident set size (KB) = 913668 + 0: The total amount of wall time = 342.707586 + 0: The maximum resident set size (KB) = 914252 Test 076 rap_unified_drag_suite_debug PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/rap_diag_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_145631/rap_diag_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_146467/rap_diag_debug Checking test 077 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 = 364.810902 - 0: The maximum resident set size (KB) = 995080 + 0: The total amount of wall time = 365.645654 + 0: The maximum resident set size (KB) = 994668 Test 077 rap_diag_debug PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/rap_cires_ugwp_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_145631/rap_cires_ugwp_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_146467/rap_cires_ugwp_debug Checking test 078 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 = 350.185062 - 0: The maximum resident set size (KB) = 916292 + 0: The total amount of wall time = 351.293681 + 0: The maximum resident set size (KB) = 914716 Test 078 rap_cires_ugwp_debug PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/rap_cires_ugwp_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_145631/rap_unified_ugwp_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_146467/rap_unified_ugwp_debug Checking test 079 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 = 351.402236 - 0: The maximum resident set size (KB) = 913220 + 0: The total amount of wall time = 352.386536 + 0: The maximum resident set size (KB) = 914252 Test 079 rap_unified_ugwp_debug PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/rap_noah_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_145631/rap_noah_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_146467/rap_noah_debug Checking test 080 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 = 338.771756 - 0: The maximum resident set size (KB) = 920280 + 0: The total amount of wall time = 338.679540 + 0: The maximum resident set size (KB) = 909220 Test 080 rap_noah_debug PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/rap_rrtmgp_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_145631/rap_rrtmgp_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_146467/rap_rrtmgp_debug Checking test 081 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 = 585.735739 - 0: The maximum resident set size (KB) = 1012384 + 0: The total amount of wall time = 588.366494 + 0: The maximum resident set size (KB) = 1010720 Test 081 rap_rrtmgp_debug PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/rap_lndp_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_145631/rap_lndp_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_146467/rap_lndp_debug Checking test 082 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 = 344.914525 - 0: The maximum resident set size (KB) = 916076 + 0: The total amount of wall time = 346.604332 + 0: The maximum resident set size (KB) = 909692 Test 082 rap_lndp_debug PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/rap_sfcdiff_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_145631/rap_sfcdiff_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_146467/rap_sfcdiff_debug Checking test 083 rap_sfcdiff_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 342.520144 - 0: The maximum resident set size (KB) = 911644 + 0: The total amount of wall time = 344.573918 + 0: The maximum resident set size (KB) = 911192 Test 083 rap_sfcdiff_debug PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/rap_flake_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_145631/rap_flake_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_146467/rap_flake_debug Checking test 084 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 = 341.973831 - 0: The maximum resident set size (KB) = 909904 + 0: The total amount of wall time = 343.646312 + 0: The maximum resident set size (KB) = 913832 Test 084 rap_flake_debug PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/rap_noah_sfcdiff_cires_ugwp_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_145631/rap_noah_sfcdiff_cires_ugwp_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_146467/rap_noah_sfcdiff_cires_ugwp_debug Checking test 085 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 = 570.705986 - 0: The maximum resident set size (KB) = 911556 + 0: The total amount of wall time = 572.806819 + 0: The maximum resident set size (KB) = 914592 Test 085 rap_noah_sfcdiff_cires_ugwp_debug PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/rap_progcld_thompson_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_145631/rap_progcld_thompson_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_146467/rap_progcld_thompson_debug Checking test 086 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 = 343.099412 - 0: The maximum resident set size (KB) = 919676 + 0: The total amount of wall time = 343.268507 + 0: The maximum resident set size (KB) = 910712 Test 086 rap_progcld_thompson_debug PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/rrfs_v1beta_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_145631/rrfs_v1beta_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_146467/rrfs_v1beta_debug Checking test 087 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 = 341.282621 - 0: The maximum resident set size (KB) = 908696 + 0: The total amount of wall time = 341.891030 + 0: The maximum resident set size (KB) = 912452 Test 087 rrfs_v1beta_debug PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_wam_debug -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_145631/control_wam_debug +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_146467/control_wam_debug Checking test 088 control_wam_debug results .... Comparing sfcf019.nc .........OK Comparing atmf019.nc .........OK - 0: The total amount of wall time = 366.002409 - 0: The maximum resident set size (KB) = 264592 + 0: The total amount of wall time = 366.226527 + 0: The maximum resident set size (KB) = 263180 Test 088 control_wam_debug PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/hafs_regional_atm -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_145631/hafs_regional_atm +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_146467/hafs_regional_atm Checking test 089 hafs_regional_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc ............ALT CHECK......OK - 0: The total amount of wall time = 1087.399230 - 0: The maximum resident set size (KB) = 788748 + 0: The total amount of wall time = 1115.217320 + 0: The maximum resident set size (KB) = 790516 Test 089 hafs_regional_atm PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/hafs_regional_atm_thompson_gfdlsf -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_145631/hafs_regional_atm_thompson_gfdlsf +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_146467/hafs_regional_atm_thompson_gfdlsf Checking test 090 hafs_regional_atm_thompson_gfdlsf results .... Comparing atmf006.nc ............ALT CHECK......OK Comparing sfcf006.nc ............ALT CHECK......OK - 0: The total amount of wall time = 1197.313661 - 0: The maximum resident set size (KB) = 1141720 + 0: The total amount of wall time = 1229.669751 + 0: The maximum resident set size (KB) = 1150720 Test 090 hafs_regional_atm_thompson_gfdlsf PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/hafs_regional_atm_ocn -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_145631/hafs_regional_atm_ocn +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_146467/hafs_regional_atm_ocn Checking test 091 hafs_regional_atm_ocn results .... Comparing atmf006.nc .........OK - Comparing sfcf006.nc .........OK + Comparing sfcf006.nc ............ALT CHECK......OK Comparing archv.2019_241_06.a .........OK Comparing archs.2019_241_06.a .........OK Comparing ufs.hafs.cpl.hi.2019-08-29-21600.nc .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 451.374976 - 0: The maximum resident set size (KB) = 816304 + 0: The total amount of wall time = 450.484458 + 0: The maximum resident set size (KB) = 811624 Test 091 hafs_regional_atm_ocn PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/hafs_regional_atm_wav -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_145631/hafs_regional_atm_wav +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_146467/hafs_regional_atm_wav Checking test 092 hafs_regional_atm_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc ............ALT CHECK......OK Comparing out_grd.ww3 .........OK Comparing out_pnt.ww3 .........OK - 0: The total amount of wall time = 922.089279 - 0: The maximum resident set size (KB) = 815328 + 0: The total amount of wall time = 910.211692 + 0: The maximum resident set size (KB) = 815860 Test 092 hafs_regional_atm_wav PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/hafs_regional_atm_ocn_wav -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_145631/hafs_regional_atm_ocn_wav +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_146467/hafs_regional_atm_ocn_wav Checking test 093 hafs_regional_atm_ocn_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -2660,14 +2660,14 @@ Checking test 093 hafs_regional_atm_ocn_wav results .... Comparing out_grd.ww3 .........OK Comparing out_pnt.ww3 .........OK - 0: The total amount of wall time = 1019.652865 - 0: The maximum resident set size (KB) = 817996 + 0: The total amount of wall time = 1025.445642 + 0: The maximum resident set size (KB) = 813256 Test 093 hafs_regional_atm_ocn_wav PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/hafs_regional_docn -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_145631/hafs_regional_docn +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_146467/hafs_regional_docn Checking test 094 hafs_regional_docn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -2675,14 +2675,14 @@ Checking test 094 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 = 439.864552 - 0: The maximum resident set size (KB) = 813776 + 0: The total amount of wall time = 438.671039 + 0: The maximum resident set size (KB) = 820004 Test 094 hafs_regional_docn PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/hafs_regional_docn_oisst -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_145631/hafs_regional_docn_oisst +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_146467/hafs_regional_docn_oisst Checking test 095 hafs_regional_docn_oisst results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc ............ALT CHECK......OK @@ -2690,105 +2690,105 @@ Checking test 095 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 = 436.952497 - 0: The maximum resident set size (KB) = 818304 + 0: The total amount of wall time = 439.264060 + 0: The maximum resident set size (KB) = 818864 Test 095 hafs_regional_docn_oisst PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/hafs_regional_datm_cdeps -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_145631/hafs_regional_datm_cdeps +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_146467/hafs_regional_datm_cdeps Checking test 096 hafs_regional_datm_cdeps results .... Comparing ufs.hafs.cpl.hi.2019-08-30-00000.nc .........OK Comparing ufs.hafs.cpl.r.2019-08-30-00000.nc .........OK Comparing ufs.hafs.datm.r.2019-08-30-00000.nc .........OK - 0: The total amount of wall time = 1213.329981 - 0: The maximum resident set size (KB) = 860352 + 0: The total amount of wall time = 1215.921455 + 0: The maximum resident set size (KB) = 857164 Test 096 hafs_regional_datm_cdeps PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/datm_cdeps_control_cfsr -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_145631/datm_cdeps_control_cfsr +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_146467/datm_cdeps_control_cfsr Checking test 097 datm_cdeps_control_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 188.700923 - 0: The maximum resident set size (KB) = 728528 + 0: The total amount of wall time = 191.225264 + 0: The maximum resident set size (KB) = 729620 Test 097 datm_cdeps_control_cfsr PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/datm_cdeps_control_cfsr -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_145631/datm_cdeps_restart_cfsr +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_146467/datm_cdeps_restart_cfsr Checking test 098 datm_cdeps_restart_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 112.839179 - 0: The maximum resident set size (KB) = 726624 + 0: The total amount of wall time = 112.418438 + 0: The maximum resident set size (KB) = 727996 Test 098 datm_cdeps_restart_cfsr PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/datm_cdeps_control_gefs -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_145631/datm_cdeps_control_gefs +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_146467/datm_cdeps_control_gefs Checking test 099 datm_cdeps_control_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 185.565874 - 0: The maximum resident set size (KB) = 625268 + 0: The total amount of wall time = 186.603930 + 0: The maximum resident set size (KB) = 624820 Test 099 datm_cdeps_control_gefs PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/datm_cdeps_stochy_gefs -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_145631/datm_cdeps_stochy_gefs +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_146467/datm_cdeps_stochy_gefs Checking test 100 datm_cdeps_stochy_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 187.359620 - 0: The maximum resident set size (KB) = 627504 + 0: The total amount of wall time = 189.144955 + 0: The maximum resident set size (KB) = 627460 Test 100 datm_cdeps_stochy_gefs PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/datm_cdeps_bulk_cfsr -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_145631/datm_cdeps_bulk_cfsr +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_146467/datm_cdeps_bulk_cfsr Checking test 101 datm_cdeps_bulk_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 191.831673 - 0: The maximum resident set size (KB) = 724296 + 0: The total amount of wall time = 191.279051 + 0: The maximum resident set size (KB) = 745492 Test 101 datm_cdeps_bulk_cfsr PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/datm_cdeps_bulk_gefs -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_145631/datm_cdeps_bulk_gefs +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_146467/datm_cdeps_bulk_gefs Checking test 102 datm_cdeps_bulk_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 186.351082 - 0: The maximum resident set size (KB) = 627804 + 0: The total amount of wall time = 186.124518 + 0: The maximum resident set size (KB) = 625704 Test 102 datm_cdeps_bulk_gefs PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/datm_cdeps_mx025_cfsr -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_145631/datm_cdeps_mx025_cfsr +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_146467/datm_cdeps_mx025_cfsr Checking test 103 datm_cdeps_mx025_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK @@ -2797,14 +2797,14 @@ Checking test 103 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 = 404.205038 - 0: The maximum resident set size (KB) = 593296 + 0: The total amount of wall time = 403.439145 + 0: The maximum resident set size (KB) = 599612 Test 103 datm_cdeps_mx025_cfsr PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/datm_cdeps_mx025_gefs -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_145631/datm_cdeps_mx025_gefs +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_146467/datm_cdeps_mx025_gefs Checking test 104 datm_cdeps_mx025_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK @@ -2813,51 +2813,51 @@ Checking test 104 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 = 398.959751 - 0: The maximum resident set size (KB) = 567628 + 0: The total amount of wall time = 399.299125 + 0: The maximum resident set size (KB) = 568940 Test 104 datm_cdeps_mx025_gefs PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/datm_cdeps_control_cfsr -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_145631/datm_cdeps_multiple_files_cfsr +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_146467/datm_cdeps_multiple_files_cfsr Checking test 105 datm_cdeps_multiple_files_cfsr results .... Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 191.521626 - 0: The maximum resident set size (KB) = 725520 + 0: The total amount of wall time = 189.183333 + 0: The maximum resident set size (KB) = 726276 Test 105 datm_cdeps_multiple_files_cfsr PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/datm_cdeps_3072x1536_cfsr -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_145631/datm_cdeps_3072x1536_cfsr +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_146467/datm_cdeps_3072x1536_cfsr Checking test 106 datm_cdeps_3072x1536_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR3072x1536.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 259.691294 - 0: The maximum resident set size (KB) = 1838036 + 0: The total amount of wall time = 266.740998 + 0: The maximum resident set size (KB) = 1836628 Test 106 datm_cdeps_3072x1536_cfsr PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/datm_cdeps_debug_cfsr -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_145631/datm_cdeps_debug_cfsr +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_146467/datm_cdeps_debug_cfsr Checking test 107 datm_cdeps_debug_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-01-21600.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-01-21600.nc .........OK - 0: The total amount of wall time = 566.978291 - 0: The maximum resident set size (KB) = 733532 + 0: The total amount of wall time = 567.513119 + 0: The maximum resident set size (KB) = 733432 Test 107 datm_cdeps_debug_cfsr PASS baseline dir = /lfs4/HFIP/h-nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_atmwav -working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_145631/control_atmwav +working dir = /lfs4/HFIP/h-nems/emc.nemspara/RT_RUNDIRS/emc.nemspara/FV3_RT/rt_146467/control_atmwav Checking test 108 control_atmwav results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -2901,12 +2901,12 @@ Checking test 108 control_atmwav results .... Comparing RESTART/sfc_data.tile6.nc .........OK Comparing 20210322.180000.restart.glo_1deg .........OK - 0: The total amount of wall time = 112.445652 - 0: The maximum resident set size (KB) = 524468 + 0: The total amount of wall time = 114.226524 + 0: The maximum resident set size (KB) = 531284 Test 108 control_atmwav PASS REGRESSION TEST WAS SUCCESSFUL -Thu Jan 20 05:37:18 GMT 2022 -Elapsed time: 02h:24m:20s. Have a nice day! +Thu Jan 20 22:50:16 GMT 2022 +Elapsed time: 02h:18m:50s. Have a nice day! diff --git a/tests/RegressionTests_orion.intel.log b/tests/RegressionTests_orion.intel.log index fb3fe17f16..5897724fda 100644 --- a/tests/RegressionTests_orion.intel.log +++ b/tests/RegressionTests_orion.intel.log @@ -1,23 +1,23 @@ -Wed Jan 19 23:43:58 CST 2022 +Thu Jan 20 14:01:49 CST 2022 Start Regression test -Compile 001 elapsed time 456 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v16_coupled_nsstNoahmpUGWPv1,FV3_GFS_v16_coupled_p7_rrtmgp,FV3_GFS_v16_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 002 elapsed time 183 seconds. -DAPP=S2S -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 003 elapsed time 421 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v15_thompson_mynn_RRTMGP,FV3_GFS_v16_p7_rrtmgp,FV3_GFS_v16_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 004 elapsed time 392 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 005 elapsed time 474 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_RRTMGP,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_thompson,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 006 elapsed time 377 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DREPRO=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -Compile 007 elapsed time 222 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_RRTMGP,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp,FV3_GFS_v16_thompson,FV3_GFS_v15_thompson_mynn,FV3_GFS_v16_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 008 elapsed time 181 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_RAP,FV3_RAP_cires_ugwp,FV3_RAP_unified_ugwp,FV3_RAP_noah,FV3_RAP_RRTMGP,FV3_RAP_sfcdiff,FV3_RAP_flake,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 009 elapsed time 168 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 481 seconds. -DAPP=HAFSW -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 411 seconds. -DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 012 elapsed time 207 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 013 elapsed time 111 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 014 elapsed time 373 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 001 elapsed time 513 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v16_coupled_nsstNoahmpUGWPv1,FV3_GFS_v16_coupled_p7_rrtmgp,FV3_GFS_v16_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 002 elapsed time 180 seconds. -DAPP=S2S -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 003 elapsed time 386 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v15_thompson_mynn_RRTMGP,FV3_GFS_v16_p7_rrtmgp,FV3_GFS_v16_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 004 elapsed time 386 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 005 elapsed time 430 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_RRTMGP,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_thompson,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 006 elapsed time 368 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DREPRO=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit +Compile 007 elapsed time 237 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_RRTMGP,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp,FV3_GFS_v16_thompson,FV3_GFS_v15_thompson_mynn,FV3_GFS_v16_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 008 elapsed time 189 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_RAP,FV3_RAP_cires_ugwp,FV3_RAP_unified_ugwp,FV3_RAP_noah,FV3_RAP_RRTMGP,FV3_RAP_sfcdiff,FV3_RAP_flake,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 009 elapsed time 156 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 412 seconds. -DAPP=HAFSW -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 412 seconds. -DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 012 elapsed time 206 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 013 elapsed time 107 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 014 elapsed time 390 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/cpld_control_p8 -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/cpld_control_p8 +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/cpld_control_p8 Checking test 001 cpld_control_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -70,14 +70,14 @@ Checking test 001 cpld_control_p8 results .... Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK - 0: The total amount of wall time = 222.731148 - 0: The maximum resident set size (KB) = 642604 + 0: The total amount of wall time = 222.728924 + 0: The maximum resident set size (KB) = 643080 Test 001 cpld_control_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/cpld_control_p8 -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/cpld_2threads_p8 +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/cpld_2threads_p8 Checking test 002 cpld_2threads_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -130,14 +130,14 @@ Checking test 002 cpld_2threads_p8 results .... Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK - 0: The total amount of wall time = 255.048581 - 0: The maximum resident set size (KB) = 689872 + 0: The total amount of wall time = 245.400790 + 0: The maximum resident set size (KB) = 694616 Test 002 cpld_2threads_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/cpld_control_p8 -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/cpld_decomp_p8 +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/cpld_decomp_p8 Checking test 003 cpld_decomp_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -190,14 +190,14 @@ Checking test 003 cpld_decomp_p8 results .... Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK - 0: The total amount of wall time = 216.382648 - 0: The maximum resident set size (KB) = 640428 + 0: The total amount of wall time = 233.834216 + 0: The maximum resident set size (KB) = 640376 Test 003 cpld_decomp_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/cpld_control_p8 -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/cpld_mpi_p8 +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/cpld_mpi_p8 Checking test 004 cpld_mpi_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -250,14 +250,14 @@ Checking test 004 cpld_mpi_p8 results .... Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK - 0: The total amount of wall time = 191.117737 - 0: The maximum resident set size (KB) = 648124 + 0: The total amount of wall time = 196.655944 + 0: The maximum resident set size (KB) = 651564 Test 004 cpld_mpi_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/cpld_control_p7_rrtmgp -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/cpld_control_p7_rrtmgp +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/cpld_control_p7_rrtmgp Checking test 005 cpld_control_p7_rrtmgp results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -310,14 +310,14 @@ Checking test 005 cpld_control_p7_rrtmgp results .... Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK - 0: The total amount of wall time = 259.086925 - 0: The maximum resident set size (KB) = 742476 + 0: The total amount of wall time = 263.802139 + 0: The maximum resident set size (KB) = 743016 Test 005 cpld_control_p7_rrtmgp PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/cpld_bmark_p7 -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/cpld_bmark_p7 +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/cpld_bmark_p7 Checking test 006 cpld_bmark_p7 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -362,14 +362,14 @@ Checking test 006 cpld_bmark_p7 results .... Comparing RESTART/iced.2013-04-01-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-21600.nc .........OK - 0: The total amount of wall time = 937.306692 - 0: The maximum resident set size (KB) = 1442996 + 0: The total amount of wall time = 913.334921 + 0: The maximum resident set size (KB) = 1468640 Test 006 cpld_bmark_p7 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/cpld_bmark_p8 -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/cpld_bmark_p8 +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/cpld_bmark_p8 Checking test 007 cpld_bmark_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -414,14 +414,14 @@ Checking test 007 cpld_bmark_p8 results .... Comparing RESTART/iced.2013-04-01-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-21600.nc .........OK - 0: The total amount of wall time = 924.917368 - 0: The maximum resident set size (KB) = 1463728 + 0: The total amount of wall time = 919.572423 + 0: The maximum resident set size (KB) = 1471820 Test 007 cpld_bmark_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/cpld_bmark_p8 -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/cpld_bmark_mpi_p8 +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/cpld_bmark_mpi_p8 Checking test 008 cpld_bmark_mpi_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -466,14 +466,14 @@ Checking test 008 cpld_bmark_mpi_p8 results .... Comparing RESTART/iced.2013-04-01-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-21600.nc .........OK - 0: The total amount of wall time = 902.711244 - 0: The maximum resident set size (KB) = 1489848 + 0: The total amount of wall time = 916.121629 + 0: The maximum resident set size (KB) = 1495192 Test 008 cpld_bmark_mpi_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/cpld_control_c96_p8 -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/cpld_control_c96_p8 +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/cpld_control_c96_p8 Checking test 009 cpld_control_c96_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -523,14 +523,14 @@ Checking test 009 cpld_control_c96_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 = 220.456998 - 0: The maximum resident set size (KB) = 626792 + 0: The total amount of wall time = 211.283861 + 0: The maximum resident set size (KB) = 626556 Test 009 cpld_control_c96_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/cpld_control_c96_p8 -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/cpld_restart_c96_p8 +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/cpld_restart_c96_p8 Checking test 010 cpld_restart_c96_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -580,14 +580,14 @@ Checking test 010 cpld_restart_c96_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 = 121.265917 - 0: The maximum resident set size (KB) = 393944 + 0: The total amount of wall time = 121.576440 + 0: The maximum resident set size (KB) = 391700 Test 010 cpld_restart_c96_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/cpld_control_c192_p8 -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/cpld_control_c192_p8 +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/cpld_control_c192_p8 Checking test 011 cpld_control_c192_p8 results .... Comparing sfcf036.tile1.nc .........OK Comparing sfcf036.tile2.nc .........OK @@ -637,14 +637,14 @@ Checking test 011 cpld_control_c192_p8 results .... Comparing RESTART/iced.2021-03-23-64800.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-64800.nc .........OK - 0: The total amount of wall time = 871.914590 - 0: The maximum resident set size (KB) = 847296 + 0: The total amount of wall time = 872.112567 + 0: The maximum resident set size (KB) = 848828 Test 011 cpld_control_c192_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/cpld_control_c192_p8 -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/cpld_restart_c192_p8 +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/cpld_restart_c192_p8 Checking test 012 cpld_restart_c192_p8 results .... Comparing sfcf036.tile1.nc .........OK Comparing sfcf036.tile2.nc .........OK @@ -694,14 +694,14 @@ Checking test 012 cpld_restart_c192_p8 results .... Comparing RESTART/iced.2021-03-23-64800.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-64800.nc .........OK - 0: The total amount of wall time = 676.137077 - 0: The maximum resident set size (KB) = 904152 + 0: The total amount of wall time = 658.556919 + 0: The maximum resident set size (KB) = 916660 Test 012 cpld_restart_c192_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/cpld_control_c384_p8 -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/cpld_control_c384_p8 +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/cpld_control_c384_p8 Checking test 013 cpld_control_c384_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -744,14 +744,14 @@ Checking test 013 cpld_control_c384_p8 results .... Comparing RESTART/iced.2021-03-22-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-22-43200.nc .........OK - 0: The total amount of wall time = 1065.332795 - 0: The maximum resident set size (KB) = 1439668 + 0: The total amount of wall time = 1049.026292 + 0: The maximum resident set size (KB) = 1439012 Test 013 cpld_control_c384_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/cpld_control_c384_p8 -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/cpld_restart_c384_p8 +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/cpld_restart_c384_p8 Checking test 014 cpld_restart_c384_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -794,14 +794,14 @@ Checking test 014 cpld_restart_c384_p8 results .... Comparing RESTART/iced.2021-03-22-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-22-43200.nc .........OK - 0: The total amount of wall time = 585.339942 - 0: The maximum resident set size (KB) = 1374848 + 0: The total amount of wall time = 569.177559 + 0: The maximum resident set size (KB) = 1398504 Test 014 cpld_restart_c384_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/cpld_debug_p8 -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/cpld_debug_p8 +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/cpld_debug_p8 Checking test 015 cpld_debug_p8 results .... Comparing sfcf006.tile1.nc .........OK Comparing sfcf006.tile2.nc .........OK @@ -851,14 +851,14 @@ Checking test 015 cpld_debug_p8 results .... Comparing RESTART/iced.2021-03-22-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-22-43200.nc .........OK - 0: The total amount of wall time = 652.425086 - 0: The maximum resident set size (KB) = 687604 + 0: The total amount of wall time = 1022.196431 + 0: The maximum resident set size (KB) = 686296 Test 015 cpld_debug_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/control +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/control Checking test 016 control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -905,14 +905,14 @@ Checking test 016 control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 123.401770 - 0: The maximum resident set size (KB) = 488196 + 0: The total amount of wall time = 122.869597 + 0: The maximum resident set size (KB) = 486044 Test 016 control PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/control_decomp +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/control_decomp Checking test 017 control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -955,14 +955,14 @@ Checking test 017 control_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 131.568365 - 0: The maximum resident set size (KB) = 488836 + 0: The total amount of wall time = 132.939670 + 0: The maximum resident set size (KB) = 487048 Test 017 control_decomp PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/control_2threads +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/control_2threads Checking test 018 control_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1005,14 +1005,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 = 152.472819 - 0: The maximum resident set size (KB) = 535448 + 0: The total amount of wall time = 147.498644 + 0: The maximum resident set size (KB) = 526868 Test 018 control_2threads PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/control_restart +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/control_restart Checking test 019 control_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1051,14 +1051,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 = 69.039641 - 0: The maximum resident set size (KB) = 225932 + 0: The total amount of wall time = 67.083168 + 0: The maximum resident set size (KB) = 225768 Test 019 control_restart PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/control_fhzero +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/control_fhzero Checking test 020 control_fhzero results .... Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf021.nc ............ALT CHECK......OK @@ -1101,14 +1101,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.333708 - 0: The maximum resident set size (KB) = 487780 + 0: The total amount of wall time = 124.473047 + 0: The maximum resident set size (KB) = 487360 Test 020 control_fhzero PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_CubedSphereGrid -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/control_CubedSphereGrid +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/control_CubedSphereGrid Checking test 021 control_CubedSphereGrid results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -1135,14 +1135,14 @@ Checking test 021 control_CubedSphereGrid results .... Comparing atmf024.tile5.nc .........OK Comparing atmf024.tile6.nc .........OK - 0: The total amount of wall time = 126.844323 - 0: The maximum resident set size (KB) = 485112 + 0: The total amount of wall time = 126.472626 + 0: The maximum resident set size (KB) = 481704 Test 021 control_CubedSphereGrid PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_latlon -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/control_latlon +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/control_latlon Checking test 022 control_latlon results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1153,16 +1153,16 @@ Checking test 022 control_latlon results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 124.618427 - 0: The maximum resident set size (KB) = 486840 + 0: The total amount of wall time = 128.663447 + 0: The maximum resident set size (KB) = 489112 Test 022 control_latlon PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_wrtGauss_netcdf_parallel -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/control_wrtGauss_netcdf_parallel +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/control_wrtGauss_netcdf_parallel Checking test 023 control_wrtGauss_netcdf_parallel results .... - Comparing sfcf000.nc ............ALT CHECK......OK + Comparing sfcf000.nc .........OK Comparing sfcf024.nc ............ALT CHECK......OK Comparing atmf000.nc .........OK Comparing atmf024.nc ............ALT CHECK......OK @@ -1171,14 +1171,14 @@ Checking test 023 control_wrtGauss_netcdf_parallel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 125.088687 - 0: The maximum resident set size (KB) = 487044 + 0: The total amount of wall time = 126.708139 + 0: The maximum resident set size (KB) = 488340 Test 023 control_wrtGauss_netcdf_parallel PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_c48 -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/control_c48 +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/control_c48 Checking test 024 control_c48 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1217,14 +1217,14 @@ Checking test 024 control_c48 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0: The total amount of wall time = 309.100692 -0: The maximum resident set size (KB) = 654272 +0: The total amount of wall time = 307.885821 +0: The maximum resident set size (KB) = 650292 Test 024 control_c48 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_c192 -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/control_c192 +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/control_c192 Checking test 025 control_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1235,14 +1235,14 @@ Checking test 025 control_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 471.120948 - 0: The maximum resident set size (KB) = 589672 + 0: The total amount of wall time = 467.138393 + 0: The maximum resident set size (KB) = 588588 Test 025 control_c192 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_c384 -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/control_c384 +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/control_c384 Checking test 026 control_c384 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1253,14 +1253,14 @@ Checking test 026 control_c384 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 816.419909 - 0: The maximum resident set size (KB) = 881816 + 0: The total amount of wall time = 800.513159 + 0: The maximum resident set size (KB) = 881124 Test 026 control_c384 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_c384gdas -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/control_c384gdas +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/control_c384gdas Checking test 027 control_c384gdas results .... Comparing sfcf000.nc .........OK Comparing sfcf006.nc .........OK @@ -1303,14 +1303,14 @@ Checking test 027 control_c384gdas results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 706.807660 - 0: The maximum resident set size (KB) = 1001072 + 0: The total amount of wall time = 675.365833 + 0: The maximum resident set size (KB) = 1000048 Test 027 control_c384gdas PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_stochy -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/control_stochy +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/control_stochy Checking test 028 control_stochy results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1321,28 +1321,28 @@ Checking test 028 control_stochy results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 82.822743 - 0: The maximum resident set size (KB) = 486716 + 0: The total amount of wall time = 80.659568 + 0: The maximum resident set size (KB) = 487532 Test 028 control_stochy PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_stochy -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/control_stochy_restart +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/control_stochy_restart Checking test 029 control_stochy_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 56.096424 - 0: The maximum resident set size (KB) = 265556 + 0: The total amount of wall time = 45.925044 + 0: The maximum resident set size (KB) = 264796 Test 029 control_stochy_restart PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_lndp -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/control_lndp +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/control_lndp Checking test 030 control_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1353,14 +1353,14 @@ Checking test 030 control_lndp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 76.170023 - 0: The maximum resident set size (KB) = 490536 + 0: The total amount of wall time = 75.505431 + 0: The maximum resident set size (KB) = 491544 Test 030 control_lndp PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_p8 -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/control_p8 +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/control_p8 Checking test 031 control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1407,14 +1407,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 = 139.930267 - 0: The maximum resident set size (KB) = 507568 + 0: The total amount of wall time = 138.756671 + 0: The maximum resident set size (KB) = 509080 Test 031 control_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_p8 -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/control_restart_p8 +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/control_restart_p8 Checking test 032 control_restart_p8 results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1453,14 +1453,14 @@ Checking test 032 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 = 77.907847 - 0: The maximum resident set size (KB) = 299916 + 0: The total amount of wall time = 77.619656 + 0: The maximum resident set size (KB) = 300800 Test 032 control_restart_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_p8 -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/control_decomp_p8 +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/control_decomp_p8 Checking test 033 control_decomp_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1503,14 +1503,14 @@ Checking test 033 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 = 148.646256 - 0: The maximum resident set size (KB) = 507480 + 0: The total amount of wall time = 144.656431 + 0: The maximum resident set size (KB) = 507120 Test 033 control_decomp_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_p8 -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/control_2threads_p8 +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/control_2threads_p8 Checking test 034 control_2threads_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1553,14 +1553,14 @@ Checking test 034 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 = 167.822514 - 0: The maximum resident set size (KB) = 584956 + 0: The total amount of wall time = 168.573119 + 0: The maximum resident set size (KB) = 585236 Test 034 control_2threads_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_p7_rrtmgp -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/control_p7_rrtmgp +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/control_p7_rrtmgp Checking test 035 control_p7_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1607,14 +1607,14 @@ Checking test 035 control_p7_rrtmgp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 175.224095 - 0: The maximum resident set size (KB) = 613620 + 0: The total amount of wall time = 172.476597 + 0: The maximum resident set size (KB) = 612664 Test 035 control_p7_rrtmgp PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/fv3_regional_control -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/regional_control +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/regional_control Checking test 036 regional_control results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1625,28 +1625,28 @@ Checking test 036 regional_control results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK - 0: The total amount of wall time = 299.959323 - 0: The maximum resident set size (KB) = 583744 + 0: The total amount of wall time = 303.379816 + 0: The maximum resident set size (KB) = 581808 Test 036 regional_control PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/fv3_regional_control -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/regional_restart +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/regional_restart Checking test 037 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 = 172.778750 - 0: The maximum resident set size (KB) = 593052 + 0: The total amount of wall time = 172.606546 + 0: The maximum resident set size (KB) = 587576 Test 037 regional_restart PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/fv3_regional_noquilt -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/regional_noquilt +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/regional_noquilt Checking test 038 regional_noquilt results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK @@ -1654,14 +1654,14 @@ Checking test 038 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 = 310.814443 - 0: The maximum resident set size (KB) = 614696 + 0: The total amount of wall time = 303.398397 + 0: The maximum resident set size (KB) = 603608 Test 038 regional_noquilt PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/fv3_regional_control -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/regional_2threads +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/regional_2threads Checking test 039 regional_2threads results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1672,14 +1672,14 @@ Checking test 039 regional_2threads results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK - 0: The total amount of wall time = 222.100967 - 0: The maximum resident set size (KB) = 608352 + 0: The total amount of wall time = 213.235257 + 0: The maximum resident set size (KB) = 596888 Test 039 regional_2threads PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/fv3_regional_hafs -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/regional_hafs +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/regional_hafs Checking test 040 regional_hafs results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1688,28 +1688,28 @@ Checking test 040 regional_hafs results .... Comparing HURPRS.GrbF00 .........OK Comparing HURPRS.GrbF24 .........OK - 0: The total amount of wall time = 299.349544 - 0: The maximum resident set size (KB) = 585296 + 0: The total amount of wall time = 299.699210 + 0: The maximum resident set size (KB) = 586992 Test 040 regional_hafs PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/fv3_regional_netcdf_parallel -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/regional_netcdf_parallel +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/regional_netcdf_parallel Checking test 041 regional_netcdf_parallel results .... Comparing dynf000.nc ............ALT CHECK......OK Comparing dynf024.nc .........OK Comparing phyf000.nc ............ALT CHECK......OK Comparing phyf024.nc ............ALT CHECK......OK - 0: The total amount of wall time = 302.696539 - 0: The maximum resident set size (KB) = 587740 + 0: The total amount of wall time = 296.847941 + 0: The maximum resident set size (KB) = 584128 Test 041 regional_netcdf_parallel PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/fv3_regional_RRTMGP -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/regional_RRTMGP +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/regional_RRTMGP Checking test 042 regional_RRTMGP results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1720,14 +1720,14 @@ Checking test 042 regional_RRTMGP results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK - 0: The total amount of wall time = 377.965784 - 0: The maximum resident set size (KB) = 712288 + 0: The total amount of wall time = 375.187602 + 0: The maximum resident set size (KB) = 713552 Test 042 regional_RRTMGP PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/rap_control -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/rap_control +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/rap_control Checking test 043 rap_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1774,14 +1774,14 @@ Checking test 043 rap_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 349.733874 - 0: The maximum resident set size (KB) = 851396 + 0: The total amount of wall time = 345.111623 + 0: The maximum resident set size (KB) = 852988 Test 043 rap_control PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/rap_control -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/rap_2threads +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/rap_2threads Checking test 044 rap_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1828,14 +1828,14 @@ Checking test 044 rap_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 419.024981 - 0: The maximum resident set size (KB) = 922568 + 0: The total amount of wall time = 419.282133 + 0: The maximum resident set size (KB) = 922920 Test 044 rap_2threads PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/rap_control -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/rap_restart +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/rap_restart Checking test 045 rap_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1874,14 +1874,14 @@ Checking test 045 rap_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 176.737336 - 0: The maximum resident set size (KB) = 601876 + 0: The total amount of wall time = 177.692514 + 0: The maximum resident set size (KB) = 604736 Test 045 rap_restart PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/rap_sfcdiff -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/rap_sfcdiff +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/rap_sfcdiff Checking test 046 rap_sfcdiff results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1928,14 +1928,14 @@ Checking test 046 rap_sfcdiff results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 353.194880 - 0: The maximum resident set size (KB) = 854500 + 0: The total amount of wall time = 341.271946 + 0: The maximum resident set size (KB) = 851324 Test 046 rap_sfcdiff PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/rap_sfcdiff -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/rap_sfcdiff_restart +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/rap_sfcdiff_restart Checking test 047 rap_sfcdiff_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1974,14 +1974,14 @@ Checking test 047 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 = 179.520107 - 0: The maximum resident set size (KB) = 609196 + 0: The total amount of wall time = 177.797687 + 0: The maximum resident set size (KB) = 606036 Test 047 rap_sfcdiff_restart PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/hrrr_control -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/hrrr_control +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/hrrr_control Checking test 048 hrrr_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2028,14 +2028,14 @@ Checking test 048 hrrr_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 332.131888 - 0: The maximum resident set size (KB) = 852912 + 0: The total amount of wall time = 333.195992 + 0: The maximum resident set size (KB) = 852684 Test 048 hrrr_control PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/rrfs_v1beta -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/rrfs_v1beta +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/rrfs_v1beta Checking test 049 rrfs_v1beta results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2082,14 +2082,14 @@ Checking test 049 rrfs_v1beta results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 339.163935 - 0: The maximum resident set size (KB) = 854732 + 0: The total amount of wall time = 337.260882 + 0: The maximum resident set size (KB) = 850872 Test 049 rrfs_v1beta PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/rrfs_conus13km_hrrr_warm -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/rrfs_conus13km_hrrr_warm +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/rrfs_conus13km_hrrr_warm Checking test 050 rrfs_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -2098,14 +2098,14 @@ Checking test 050 rrfs_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 175.642187 - 0: The maximum resident set size (KB) = 711704 + 0: The total amount of wall time = 162.584140 + 0: The maximum resident set size (KB) = 714848 Test 050 rrfs_conus13km_hrrr_warm PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/rrfs_conus13km_radar_tten_warm -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/rrfs_conus13km_radar_tten_warm +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/rrfs_conus13km_radar_tten_warm Checking test 051 rrfs_conus13km_radar_tten_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -2114,14 +2114,14 @@ Checking test 051 rrfs_conus13km_radar_tten_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 168.538486 - 0: The maximum resident set size (KB) = 718156 + 0: The total amount of wall time = 167.649214 + 0: The maximum resident set size (KB) = 721352 Test 051 rrfs_conus13km_radar_tten_warm PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_rrtmgp -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/control_rrtmgp +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/control_rrtmgp Checking test 052 control_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2132,14 +2132,14 @@ Checking test 052 control_rrtmgp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 188.755352 - 0: The maximum resident set size (KB) = 603720 + 0: The total amount of wall time = 187.002058 + 0: The maximum resident set size (KB) = 604932 Test 052 control_rrtmgp PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_rrtmgp_c192 -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/control_rrtmgp_c192 +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/control_rrtmgp_c192 Checking test 053 control_rrtmgp_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -2150,14 +2150,14 @@ Checking test 053 control_rrtmgp_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 516.754615 - 0: The maximum resident set size (KB) = 807504 + 0: The total amount of wall time = 509.788869 + 0: The maximum resident set size (KB) = 804436 Test 053 control_rrtmgp_c192 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_csawmg -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/control_csawmg +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/control_csawmg Checking test 054 control_csawmg results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2168,14 +2168,14 @@ Checking test 054 control_csawmg results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 305.826474 - 0: The maximum resident set size (KB) = 543884 + 0: The total amount of wall time = 306.094588 + 0: The maximum resident set size (KB) = 548376 Test 054 control_csawmg PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_csawmgt -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/control_csawmgt +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/control_csawmgt Checking test 055 control_csawmgt results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2186,14 +2186,14 @@ Checking test 055 control_csawmgt results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 304.630555 - 0: The maximum resident set size (KB) = 543172 + 0: The total amount of wall time = 305.645809 + 0: The maximum resident set size (KB) = 546756 Test 055 control_csawmgt PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_flake -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/control_flake +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/control_flake Checking test 056 control_flake results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2204,14 +2204,14 @@ Checking test 056 control_flake results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 214.468686 - 0: The maximum resident set size (KB) = 556556 + 0: The total amount of wall time = 214.488620 + 0: The maximum resident set size (KB) = 558568 Test 056 control_flake PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_ras -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/control_ras +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/control_ras Checking test 057 control_ras results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2222,14 +2222,14 @@ Checking test 057 control_ras results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 166.320454 - 0: The maximum resident set size (KB) = 517592 + 0: The total amount of wall time = 169.890649 + 0: The maximum resident set size (KB) = 516536 Test 057 control_ras PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_thompson -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/control_thompson +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/control_thompson Checking test 058 control_thompson results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2240,14 +2240,14 @@ Checking test 058 control_thompson results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 208.292445 - 0: The maximum resident set size (KB) = 873752 + 0: The total amount of wall time = 207.274515 + 0: The maximum resident set size (KB) = 872676 Test 058 control_thompson PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_thompson_no_aero -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/control_thompson_no_aero +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/control_thompson_no_aero Checking test 059 control_thompson_no_aero results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2258,54 +2258,54 @@ Checking test 059 control_thompson_no_aero results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 198.507697 - 0: The maximum resident set size (KB) = 860892 + 0: The total amount of wall time = 197.591268 + 0: The maximum resident set size (KB) = 866128 Test 059 control_thompson_no_aero PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_wam_repro -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/control_wam_repro +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/control_wam_repro Checking test 060 control_wam results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK - 0: The total amount of wall time = 113.973250 - 0: The maximum resident set size (KB) = 250596 + 0: The total amount of wall time = 111.998638 + 0: The maximum resident set size (KB) = 252192 Test 060 control_wam PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_debug -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/control_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/control_debug Checking test 061 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 = 153.898305 - 0: The maximum resident set size (KB) = 550300 + 0: The total amount of wall time = 163.191631 + 0: The maximum resident set size (KB) = 548912 Test 061 control_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_debug -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/control_2threads_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/control_2threads_debug Checking test 062 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 = 237.635103 - 0: The maximum resident set size (KB) = 601676 + 0: The total amount of wall time = 232.264679 + 0: The maximum resident set size (KB) = 584504 Test 062 control_2threads_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_CubedSphereGrid_debug -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/control_CubedSphereGrid_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/control_CubedSphereGrid_debug Checking test 063 control_CubedSphereGrid_debug results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -2332,428 +2332,428 @@ Checking test 063 control_CubedSphereGrid_debug results .... Comparing atmf001.tile5.nc .........OK Comparing atmf001.tile6.nc .........OK - 0: The total amount of wall time = 167.716815 - 0: The maximum resident set size (KB) = 547412 + 0: The total amount of wall time = 170.068949 + 0: The maximum resident set size (KB) = 547552 Test 063 control_CubedSphereGrid_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_wrtGauss_netcdf_parallel_debug -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/control_wrtGauss_netcdf_parallel_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/control_wrtGauss_netcdf_parallel_debug Checking test 064 control_wrtGauss_netcdf_parallel_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc ............ALT CHECK......OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 161.658943 - 0: The maximum resident set size (KB) = 550212 + 0: The total amount of wall time = 158.223097 + 0: The maximum resident set size (KB) = 548848 Test 064 control_wrtGauss_netcdf_parallel_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_stochy_debug -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/control_stochy_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/control_stochy_debug Checking test 065 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 = 176.611515 - 0: The maximum resident set size (KB) = 548312 + 0: The total amount of wall time = 179.067612 + 0: The maximum resident set size (KB) = 551804 Test 065 control_stochy_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_lndp_debug -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/control_lndp_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/control_lndp_debug Checking test 066 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.373381 - 0: The maximum resident set size (KB) = 560992 + 0: The total amount of wall time = 170.047809 + 0: The maximum resident set size (KB) = 561496 Test 066 control_lndp_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_rrtmgp_debug -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/control_rrtmgp_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/control_rrtmgp_debug Checking test 067 control_rrtmgp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 161.857362 - 0: The maximum resident set size (KB) = 640084 + 0: The total amount of wall time = 174.877554 + 0: The maximum resident set size (KB) = 643856 Test 067 control_rrtmgp_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_csawmg_debug -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/control_csawmg_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/control_csawmg_debug Checking test 068 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 = 239.318909 - 0: The maximum resident set size (KB) = 583848 + 0: The total amount of wall time = 240.251888 + 0: The maximum resident set size (KB) = 577436 Test 068 control_csawmg_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_csawmgt_debug -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/control_csawmgt_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/control_csawmgt_debug Checking test 069 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.652779 - 0: The maximum resident set size (KB) = 579072 + 0: The total amount of wall time = 232.940638 + 0: The maximum resident set size (KB) = 582336 Test 069 control_csawmgt_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_ras_debug -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/control_ras_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/control_ras_debug Checking test 070 control_ras_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 162.503615 - 0: The maximum resident set size (KB) = 559548 + 0: The total amount of wall time = 157.908424 + 0: The maximum resident set size (KB) = 559244 Test 070 control_ras_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_diag_debug -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/control_diag_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/control_diag_debug Checking test 071 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 = 162.709175 - 0: The maximum resident set size (KB) = 605588 + 0: The total amount of wall time = 164.774140 + 0: The maximum resident set size (KB) = 607192 Test 071 control_diag_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_debug_p8 -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/control_debug_p8 +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/control_debug_p8 Checking test 072 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 = 169.472592 - 0: The maximum resident set size (KB) = 572128 + 0: The total amount of wall time = 168.094395 + 0: The maximum resident set size (KB) = 575168 Test 072 control_debug_p8 PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_thompson_debug -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/control_thompson_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/control_thompson_debug Checking test 073 control_thompson_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 182.654182 - 0: The maximum resident set size (KB) = 884380 + 0: The total amount of wall time = 175.388814 + 0: The maximum resident set size (KB) = 910184 Test 073 control_thompson_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_thompson_no_aero_debug -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/control_thompson_no_aero_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/control_thompson_no_aero_debug Checking test 074 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 = 182.716156 - 0: The maximum resident set size (KB) = 904316 + 0: The total amount of wall time = 170.496187 + 0: The maximum resident set size (KB) = 905224 Test 074 control_thompson_no_aero_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_thompson_debug_extdiag -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/control_thompson_extdiag_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/control_thompson_extdiag_debug Checking test 075 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 = 184.310470 - 0: The maximum resident set size (KB) = 948592 + 0: The total amount of wall time = 193.040152 + 0: The maximum resident set size (KB) = 949868 Test 075 control_thompson_extdiag_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_thompson_progcld_thompson_debug -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/control_thompson_progcld_thompson_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/control_thompson_progcld_thompson_debug Checking test 076 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 = 181.363634 - 0: The maximum resident set size (KB) = 907224 + 0: The total amount of wall time = 182.412027 + 0: The maximum resident set size (KB) = 908176 Test 076 control_thompson_progcld_thompson_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/fv3_regional_debug -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/regional_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/regional_debug Checking test 077 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 = 253.724648 - 0: The maximum resident set size (KB) = 615668 + 0: The total amount of wall time = 252.872557 + 0: The maximum resident set size (KB) = 615032 Test 077 regional_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/rap_control_debug -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/rap_control_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/rap_control_debug Checking test 078 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.330179 - 0: The maximum resident set size (KB) = 891812 + 0: The total amount of wall time = 286.692529 + 0: The maximum resident set size (KB) = 912048 Test 078 rap_control_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/rap_control_debug -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/rap_unified_drag_suite_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/rap_unified_drag_suite_debug Checking test 079 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.797888 - 0: The maximum resident set size (KB) = 908180 + 0: The total amount of wall time = 279.894056 + 0: The maximum resident set size (KB) = 913692 Test 079 rap_unified_drag_suite_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/rap_diag_debug -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/rap_diag_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/rap_diag_debug Checking test 080 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.356740 - 0: The maximum resident set size (KB) = 1004084 + 0: The total amount of wall time = 297.786577 + 0: The maximum resident set size (KB) = 1007888 Test 080 rap_diag_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/rap_cires_ugwp_debug -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/rap_cires_ugwp_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/rap_cires_ugwp_debug Checking test 081 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 = 277.578393 - 0: The maximum resident set size (KB) = 915736 + 0: The total amount of wall time = 280.612063 + 0: The maximum resident set size (KB) = 916932 Test 081 rap_cires_ugwp_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/rap_cires_ugwp_debug -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/rap_unified_ugwp_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/rap_unified_ugwp_debug Checking test 082 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 = 282.955314 - 0: The maximum resident set size (KB) = 910256 + 0: The total amount of wall time = 280.984195 + 0: The maximum resident set size (KB) = 913380 Test 082 rap_unified_ugwp_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/rap_noah_debug -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/rap_noah_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/rap_noah_debug Checking test 083 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 = 278.717128 - 0: The maximum resident set size (KB) = 912720 + 0: The total amount of wall time = 272.662819 + 0: The maximum resident set size (KB) = 911268 Test 083 rap_noah_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/rap_rrtmgp_debug -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/rap_rrtmgp_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/rap_rrtmgp_debug Checking test 084 rap_rrtmgp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 488.503767 - 0: The maximum resident set size (KB) = 1006668 + 0: The total amount of wall time = 465.180480 + 0: The maximum resident set size (KB) = 1013640 Test 084 rap_rrtmgp_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/rap_lndp_debug -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/rap_lndp_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/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 - 0: The total amount of wall time = 282.414345 - 0: The maximum resident set size (KB) = 910048 + 0: The total amount of wall time = 277.469992 + 0: The maximum resident set size (KB) = 913492 Test 085 rap_lndp_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/rap_sfcdiff_debug -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/rap_sfcdiff_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/rap_sfcdiff_debug Checking test 086 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.935432 - 0: The maximum resident set size (KB) = 909760 + 0: The total amount of wall time = 280.401938 + 0: The maximum resident set size (KB) = 911424 Test 086 rap_sfcdiff_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/rap_flake_debug -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/rap_flake_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/rap_flake_debug Checking test 087 rap_flake_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 287.021794 - 0: The maximum resident set size (KB) = 913060 + 0: The total amount of wall time = 274.157770 + 0: The maximum resident set size (KB) = 911988 Test 087 rap_flake_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/rap_noah_sfcdiff_cires_ugwp_debug -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/rap_noah_sfcdiff_cires_ugwp_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/rap_noah_sfcdiff_cires_ugwp_debug Checking test 088 rap_noah_sfcdiff_cires_ugwp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 456.313975 + 0: The total amount of wall time = 451.929923 0: The maximum resident set size (KB) = 910488 Test 088 rap_noah_sfcdiff_cires_ugwp_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/rap_progcld_thompson_debug -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/rap_progcld_thompson_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/rap_progcld_thompson_debug Checking test 089 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.997951 - 0: The maximum resident set size (KB) = 913608 + 0: The total amount of wall time = 284.044008 + 0: The maximum resident set size (KB) = 906160 Test 089 rap_progcld_thompson_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/rrfs_v1beta_debug -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/rrfs_v1beta_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/rrfs_v1beta_debug Checking test 090 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 = 279.795601 - 0: The maximum resident set size (KB) = 911568 + 0: The total amount of wall time = 271.877362 + 0: The maximum resident set size (KB) = 911220 Test 090 rrfs_v1beta_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_wam_debug -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/control_wam_debug +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/control_wam_debug Checking test 091 control_wam_debug results .... Comparing sfcf019.nc .........OK Comparing atmf019.nc .........OK - 0: The total amount of wall time = 285.622840 - 0: The maximum resident set size (KB) = 273808 + 0: The total amount of wall time = 291.170227 + 0: The maximum resident set size (KB) = 278880 Test 091 control_wam_debug PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/hafs_regional_atm -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/hafs_regional_atm +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/hafs_regional_atm Checking test 092 hafs_regional_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc ............ALT CHECK......OK - 0: The total amount of wall time = 262.504823 - 0: The maximum resident set size (KB) = 848728 + 0: The total amount of wall time = 262.442985 + 0: The maximum resident set size (KB) = 857516 Test 092 hafs_regional_atm PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/hafs_regional_atm_thompson_gfdlsf -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/hafs_regional_atm_thompson_gfdlsf +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/hafs_regional_atm_thompson_gfdlsf Checking test 093 hafs_regional_atm_thompson_gfdlsf results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc ............ALT CHECK......OK - 0: The total amount of wall time = 329.050482 - 0: The maximum resident set size (KB) = 1203376 + 0: The total amount of wall time = 310.948407 + 0: The maximum resident set size (KB) = 1206216 -Test 093 hafs_regional_atm_thompson_gfdlsf PASS Tries: 2 +Test 093 hafs_regional_atm_thompson_gfdlsf PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/hafs_regional_atm_ocn -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/hafs_regional_atm_ocn +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/hafs_regional_atm_ocn Checking test 094 hafs_regional_atm_ocn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -2762,28 +2762,28 @@ Checking test 094 hafs_regional_atm_ocn results .... Comparing ufs.hafs.cpl.hi.2019-08-29-21600.nc .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 361.320682 - 0: The maximum resident set size (KB) = 886932 + 0: The total amount of wall time = 358.920164 + 0: The maximum resident set size (KB) = 887676 Test 094 hafs_regional_atm_ocn PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/hafs_regional_atm_wav -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/hafs_regional_atm_wav +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/hafs_regional_atm_wav Checking test 095 hafs_regional_atm_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc ............ALT CHECK......OK Comparing out_grd.ww3 .........OK Comparing out_pnt.ww3 .........OK - 0: The total amount of wall time = 801.541236 - 0: The maximum resident set size (KB) = 887464 + 0: The total amount of wall time = 777.040018 + 0: The maximum resident set size (KB) = 892872 Test 095 hafs_regional_atm_wav PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/hafs_regional_atm_ocn_wav -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/hafs_regional_atm_ocn_wav +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/hafs_regional_atm_ocn_wav Checking test 096 hafs_regional_atm_ocn_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -2792,62 +2792,62 @@ Checking test 096 hafs_regional_atm_ocn_wav results .... Comparing out_grd.ww3 .........OK Comparing out_pnt.ww3 .........OK - 0: The total amount of wall time = 880.570988 - 0: The maximum resident set size (KB) = 890284 + 0: The total amount of wall time = 881.967790 + 0: The maximum resident set size (KB) = 888888 Test 096 hafs_regional_atm_ocn_wav PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/hafs_regional_1nest_atm -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/hafs_regional_1nest_atm +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/hafs_regional_1nest_atm Checking test 097 hafs_regional_1nest_atm results .... Comparing atmf006.nc ............ALT CHECK......OK Comparing sfcf006.nc .........OK - 0: The total amount of wall time = 430.868351 - 0: The maximum resident set size (KB) = 378504 + 0: The total amount of wall time = 427.170373 + 0: The maximum resident set size (KB) = 376632 Test 097 hafs_regional_1nest_atm PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/hafs_regional_telescopic_2nests_atm -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/hafs_regional_telescopic_2nests_atm +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/hafs_regional_telescopic_2nests_atm Checking test 098 hafs_regional_telescopic_2nests_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc ............ALT CHECK......OK - 0: The total amount of wall time = 415.618997 - 0: The maximum resident set size (KB) = 395628 + 0: The total amount of wall time = 417.095718 + 0: The maximum resident set size (KB) = 394424 Test 098 hafs_regional_telescopic_2nests_atm PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/hafs_global_1nest_atm -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/hafs_global_1nest_atm +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/hafs_global_1nest_atm Checking test 099 hafs_global_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc ............ALT CHECK......OK - 0: The total amount of wall time = 190.029550 - 0: The maximum resident set size (KB) = 253024 + 0: The total amount of wall time = 192.737594 + 0: The maximum resident set size (KB) = 258900 Test 099 hafs_global_1nest_atm PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/hafs_global_multiple_4nests_atm -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/hafs_global_multiple_4nests_atm +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/hafs_global_multiple_4nests_atm Checking test 100 hafs_global_multiple_4nests_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc ............ALT CHECK......OK - 0: The total amount of wall time = 427.487243 - 0: The maximum resident set size (KB) = 373252 + 0: The total amount of wall time = 517.814049 + 0: The maximum resident set size (KB) = 363816 Test 100 hafs_global_multiple_4nests_atm PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/hafs_regional_docn -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/hafs_regional_docn +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/hafs_regional_docn Checking test 101 hafs_regional_docn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -2855,14 +2855,14 @@ Checking test 101 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.700152 - 0: The maximum resident set size (KB) = 882224 + 0: The total amount of wall time = 348.219216 + 0: The maximum resident set size (KB) = 883508 Test 101 hafs_regional_docn PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/hafs_regional_docn_oisst -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/hafs_regional_docn_oisst +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/hafs_regional_docn_oisst Checking test 102 hafs_regional_docn_oisst results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -2870,105 +2870,105 @@ Checking test 102 hafs_regional_docn_oisst results .... Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK Comparing ufs.hafs.docn.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 358.591823 - 0: The maximum resident set size (KB) = 884324 + 0: The total amount of wall time = 346.012313 + 0: The maximum resident set size (KB) = 884520 Test 102 hafs_regional_docn_oisst PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/hafs_regional_datm_cdeps -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/hafs_regional_datm_cdeps +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/hafs_regional_datm_cdeps Checking test 103 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 = 924.900776 - 0: The maximum resident set size (KB) = 869180 + 0: The total amount of wall time = 940.434274 + 0: The maximum resident set size (KB) = 866944 Test 103 hafs_regional_datm_cdeps PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/datm_cdeps_control_cfsr -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/datm_cdeps_control_cfsr +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/datm_cdeps_control_cfsr Checking test 104 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 = 140.382855 - 0: The maximum resident set size (KB) = 722200 + 0: The total amount of wall time = 202.518727 + 0: The maximum resident set size (KB) = 722176 Test 104 datm_cdeps_control_cfsr PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/datm_cdeps_control_cfsr -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/datm_cdeps_restart_cfsr +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/datm_cdeps_restart_cfsr Checking test 105 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 = 103.541722 - 0: The maximum resident set size (KB) = 722068 + 0: The total amount of wall time = 105.808978 + 0: The maximum resident set size (KB) = 720296 Test 105 datm_cdeps_restart_cfsr PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/datm_cdeps_control_gefs -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/datm_cdeps_control_gefs +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/datm_cdeps_control_gefs Checking test 106 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 = 132.890260 - 0: The maximum resident set size (KB) = 622300 + 0: The total amount of wall time = 138.625415 + 0: The maximum resident set size (KB) = 621908 Test 106 datm_cdeps_control_gefs PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/datm_cdeps_stochy_gefs -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/datm_cdeps_stochy_gefs +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/datm_cdeps_stochy_gefs Checking test 107 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 = 140.363553 - 0: The maximum resident set size (KB) = 622536 + 0: The total amount of wall time = 142.486177 + 0: The maximum resident set size (KB) = 619848 Test 107 datm_cdeps_stochy_gefs PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/datm_cdeps_bulk_cfsr -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/datm_cdeps_bulk_cfsr +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/datm_cdeps_bulk_cfsr Checking test 108 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 = 141.858756 - 0: The maximum resident set size (KB) = 722036 + 0: The total amount of wall time = 145.239848 + 0: The maximum resident set size (KB) = 723444 Test 108 datm_cdeps_bulk_cfsr PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/datm_cdeps_bulk_gefs -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/datm_cdeps_bulk_gefs +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/datm_cdeps_bulk_gefs Checking test 109 datm_cdeps_bulk_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 135.944019 - 0: The maximum resident set size (KB) = 621984 + 0: The total amount of wall time = 208.654700 + 0: The maximum resident set size (KB) = 622384 Test 109 datm_cdeps_bulk_gefs PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/datm_cdeps_mx025_cfsr -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/datm_cdeps_mx025_cfsr +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/datm_cdeps_mx025_cfsr Checking test 110 datm_cdeps_mx025_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK @@ -2977,14 +2977,14 @@ Checking test 110 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.902005 - 0: The maximum resident set size (KB) = 631080 + 0: The total amount of wall time = 303.461446 + 0: The maximum resident set size (KB) = 630872 Test 110 datm_cdeps_mx025_cfsr PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/datm_cdeps_mx025_gefs -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/datm_cdeps_mx025_gefs +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/datm_cdeps_mx025_gefs Checking test 111 datm_cdeps_mx025_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK @@ -2993,51 +2993,51 @@ Checking test 111 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 = 311.417270 - 0: The maximum resident set size (KB) = 596944 + 0: The total amount of wall time = 297.696020 + 0: The maximum resident set size (KB) = 592788 Test 111 datm_cdeps_mx025_gefs PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/datm_cdeps_control_cfsr -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/datm_cdeps_multiple_files_cfsr +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/datm_cdeps_multiple_files_cfsr Checking test 112 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 = 151.434940 - 0: The maximum resident set size (KB) = 720768 + 0: The total amount of wall time = 138.346127 + 0: The maximum resident set size (KB) = 722456 Test 112 datm_cdeps_multiple_files_cfsr PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/datm_cdeps_3072x1536_cfsr -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/datm_cdeps_3072x1536_cfsr +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/datm_cdeps_3072x1536_cfsr Checking test 113 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 = 191.929713 - 0: The maximum resident set size (KB) = 1836044 + 0: The total amount of wall time = 194.930071 + 0: The maximum resident set size (KB) = 1833256 Test 113 datm_cdeps_3072x1536_cfsr PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/datm_cdeps_debug_cfsr -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/datm_cdeps_debug_cfsr +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/datm_cdeps_debug_cfsr Checking test 114 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 = 443.145102 - 0: The maximum resident set size (KB) = 724560 + 0: The total amount of wall time = 438.218737 + 0: The maximum resident set size (KB) = 727232 Test 114 datm_cdeps_debug_cfsr PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_atmwav -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/control_atmwav +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/control_atmwav Checking test 115 control_atmwav results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -3081,14 +3081,14 @@ Checking test 115 control_atmwav results .... Comparing RESTART/sfc_data.tile6.nc .........OK Comparing 20210322.180000.restart.glo_1deg .........OK - 0: The total amount of wall time = 85.434638 - 0: The maximum resident set size (KB) = 572544 + 0: The total amount of wall time = 85.407540 + 0: The maximum resident set size (KB) = 567188 Test 115 control_atmwav PASS baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/INTEL/control_c384gdas_wav -working dir = /work/noaa/stmp/dheinzel/stmp/dheinzel/FV3_RT/rt_325310/control_c384gdas_wav +working dir = /work/noaa/stmp/bcurtis/stmp/bcurtis/FV3_RT/rt_156409/control_c384gdas_wav Checking test 116 control_c384gdas_wav results .... Comparing sfcf000.nc .........OK Comparing sfcf003.nc .........OK @@ -3134,12 +3134,12 @@ Checking test 116 control_c384gdas_wav results .... Comparing 20210322.030000.restart.gnh_10m .........OK Comparing 20210322.030000.restart.gsh_15m .........OK - 0: The total amount of wall time = 678.471884 - 0: The maximum resident set size (KB) = 1204108 + 0: The total amount of wall time = 852.827175 + 0: The maximum resident set size (KB) = 1203064 Test 116 control_c384gdas_wav PASS REGRESSION TEST WAS SUCCESSFUL -Thu Jan 20 00:43:38 CST 2022 -Elapsed time: 00h:59m:41s. Have a nice day! +Thu Jan 20 15:00:37 CST 2022 +Elapsed time: 00h:58m:48s. Have a nice day! diff --git a/tests/RegressionTests_wcoss_cray.log b/tests/RegressionTests_wcoss_cray.log index 28faf6d2f6..ee84015f35 100644 --- a/tests/RegressionTests_wcoss_cray.log +++ b/tests/RegressionTests_wcoss_cray.log @@ -1,17 +1,17 @@ -Thu Jan 20 02:57:59 UTC 2022 +Thu Jan 20 16:26:49 UTC 2022 Start Regression test -Compile 001 elapsed time 1102 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v15_thompson_mynn_RRTMGP,FV3_GFS_v16_p7_rrtmgp,FV3_GFS_v16_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 002 elapsed time 1066 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 003 elapsed time 1117 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_RRTMGP,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_thompson,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 004 elapsed time 1058 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DREPRO=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -Compile 005 elapsed time 889 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_RRTMGP,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp,FV3_GFS_v16_thompson,FV3_GFS_v15_thompson_mynn,FV3_GFS_v16_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 006 elapsed time 863 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_RAP,FV3_RAP_cires_ugwp,FV3_RAP_unified_ugwp,FV3_RAP_noah,FV3_RAP_RRTMGP,FV3_RAP_sfcdiff,FV3_RAP_flake,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 007 elapsed time 805 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 008 elapsed time 1161 seconds. -DAPP=HAFSW -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 001 elapsed time 839 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v15_thompson_mynn_RRTMGP,FV3_GFS_v16_p7_rrtmgp,FV3_GFS_v16_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 002 elapsed time 782 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 003 elapsed time 820 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_RRTMGP,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_thompson,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 004 elapsed time 757 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DREPRO=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit +Compile 005 elapsed time 541 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_RRTMGP,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp,FV3_GFS_v16_thompson,FV3_GFS_v15_thompson_mynn,FV3_GFS_v16_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 006 elapsed time 548 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_RAP,FV3_RAP_cires_ugwp,FV3_RAP_unified_ugwp,FV3_RAP_noah,FV3_RAP_RRTMGP,FV3_RAP_sfcdiff,FV3_RAP_flake,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 007 elapsed time 550 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 008 elapsed time 845 seconds. -DAPP=HAFSW -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 baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/control -working dir = /gpfs/dell3/ptmp/Dom.Heinzeller/FV3_RT/rt_12204/control +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_25726/control Checking test 001 control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -58,14 +58,14 @@ Checking test 001 control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 147.373039 -The maximum resident set size (KB) = 423584 +The total amount of wall time = 157.458775 +The maximum resident set size (KB) = 423572 Test 001 control PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/control -working dir = /gpfs/dell3/ptmp/Dom.Heinzeller/FV3_RT/rt_12204/control_decomp +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_25726/control_decomp Checking test 002 control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -108,14 +108,14 @@ Checking test 002 control_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 152.847977 -The maximum resident set size (KB) = 422420 +The total amount of wall time = 162.277598 +The maximum resident set size (KB) = 422380 Test 002 control_decomp PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/control -working dir = /gpfs/dell3/ptmp/Dom.Heinzeller/FV3_RT/rt_12204/control_restart +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_25726/control_restart Checking test 003 control_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -154,14 +154,14 @@ Checking test 003 control_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 85.108161 -The maximum resident set size (KB) = 156224 +The total amount of wall time = 82.374464 +The maximum resident set size (KB) = 156196 Test 003 control_restart PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/control -working dir = /gpfs/dell3/ptmp/Dom.Heinzeller/FV3_RT/rt_12204/control_fhzero +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_25726/control_fhzero Checking test 004 control_fhzero results .... Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf021.nc ............ALT CHECK......OK @@ -204,14 +204,14 @@ Checking test 004 control_fhzero results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 136.810971 -The maximum resident set size (KB) = 423584 +The total amount of wall time = 135.469095 +The maximum resident set size (KB) = 423624 Test 004 control_fhzero PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/control_CubedSphereGrid -working dir = /gpfs/dell3/ptmp/Dom.Heinzeller/FV3_RT/rt_12204/control_CubedSphereGrid +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_25726/control_CubedSphereGrid Checking test 005 control_CubedSphereGrid results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -238,14 +238,14 @@ Checking test 005 control_CubedSphereGrid results .... Comparing atmf024.tile5.nc .........OK Comparing atmf024.tile6.nc .........OK -The total amount of wall time = 139.473605 -The maximum resident set size (KB) = 423744 +The total amount of wall time = 139.950431 +The maximum resident set size (KB) = 423752 Test 005 control_CubedSphereGrid PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/control_latlon -working dir = /gpfs/dell3/ptmp/Dom.Heinzeller/FV3_RT/rt_12204/control_latlon +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_25726/control_latlon Checking test 006 control_latlon results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -256,14 +256,14 @@ Checking test 006 control_latlon results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 141.205427 -The maximum resident set size (KB) = 423420 +The total amount of wall time = 142.904335 +The maximum resident set size (KB) = 423428 Test 006 control_latlon PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/control_wrtGauss_netcdf_parallel -working dir = /gpfs/dell3/ptmp/Dom.Heinzeller/FV3_RT/rt_12204/control_wrtGauss_netcdf_parallel +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_25726/control_wrtGauss_netcdf_parallel Checking test 007 control_wrtGauss_netcdf_parallel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -274,14 +274,14 @@ Checking test 007 control_wrtGauss_netcdf_parallel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 143.571268 -The maximum resident set size (KB) = 423556 +The total amount of wall time = 150.903862 +The maximum resident set size (KB) = 423656 Test 007 control_wrtGauss_netcdf_parallel PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/control_c48 -working dir = /gpfs/dell3/ptmp/Dom.Heinzeller/FV3_RT/rt_12204/control_c48 +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_25726/control_c48 Checking test 008 control_c48 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -320,14 +320,14 @@ Checking test 008 control_c48 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 435.677922 -The maximum resident set size (KB) = 630728 +The total amount of wall time = 431.413053 +The maximum resident set size (KB) = 630760 Test 008 control_c48 PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/control_c192 -working dir = /gpfs/dell3/ptmp/Dom.Heinzeller/FV3_RT/rt_12204/control_c192 +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_25726/control_c192 Checking test 009 control_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -338,9 +338,14 @@ Checking test 009 control_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK +The total amount of wall time = 542.680084 +The maximum resident set size (KB) = 524192 + +Test 009 control_c192 PASS + baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/control_stochy -working dir = /gpfs/dell3/ptmp/Dom.Heinzeller/FV3_RT/rt_12204/control_stochy +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_25726/control_stochy Checking test 010 control_stochy results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -351,9 +356,28 @@ Checking test 010 control_stochy results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK +The total amount of wall time = 104.601490 +The maximum resident set size (KB) = 426536 + +Test 010 control_stochy PASS + + +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/control_stochy +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_25726/control_stochy_restart +Checking test 011 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 = 65.712582 +The maximum resident set size (KB) = 176508 + +Test 011 control_stochy_restart PASS + baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/control_lndp -working dir = /gpfs/dell3/ptmp/Dom.Heinzeller/FV3_RT/rt_12204/control_lndp +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_25726/control_lndp Checking test 012 control_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -364,14 +388,14 @@ Checking test 012 control_lndp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -The total amount of wall time = 88.334066 -The maximum resident set size (KB) = 428132 +The total amount of wall time = 89.689425 +The maximum resident set size (KB) = 428232 Test 012 control_lndp PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/control_p8 -working dir = /gpfs/dell3/ptmp/Dom.Heinzeller/FV3_RT/rt_12204/control_p8 +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_25726/control_p8 Checking test 013 control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -418,14 +442,14 @@ Checking test 013 control_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 166.603075 -The maximum resident set size (KB) = 448844 +The total amount of wall time = 177.719399 +The maximum resident set size (KB) = 455968 Test 013 control_p8 PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/control_p8 -working dir = /gpfs/dell3/ptmp/Dom.Heinzeller/FV3_RT/rt_12204/control_restart_p8 +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_25726/control_restart_p8 Checking test 014 control_restart_p8 results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -464,14 +488,14 @@ Checking test 014 control_restart_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 105.209830 -The maximum resident set size (KB) = 290276 +The total amount of wall time = 99.809673 +The maximum resident set size (KB) = 269804 Test 014 control_restart_p8 PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/control_p8 -working dir = /gpfs/dell3/ptmp/Dom.Heinzeller/FV3_RT/rt_12204/control_decomp_p8 +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_25726/control_decomp_p8 Checking test 015 control_decomp_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -514,9 +538,14 @@ Checking test 015 control_decomp_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK +The total amount of wall time = 166.618156 +The maximum resident set size (KB) = 448984 + +Test 015 control_decomp_p8 PASS + baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/control_p7_rrtmgp -working dir = /gpfs/dell3/ptmp/Dom.Heinzeller/FV3_RT/rt_12204/control_p7_rrtmgp +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_25726/control_p7_rrtmgp Checking test 016 control_p7_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -563,9 +592,14 @@ Checking test 016 control_p7_rrtmgp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK +The total amount of wall time = 207.341923 +The maximum resident set size (KB) = 550468 + +Test 016 control_p7_rrtmgp PASS + baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/fv3_regional_control -working dir = /gpfs/dell3/ptmp/Dom.Heinzeller/FV3_RT/rt_12204/regional_control +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_25726/regional_control Checking test 017 regional_control results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -576,28 +610,28 @@ Checking test 017 regional_control results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK -The total amount of wall time = 374.257751 -The maximum resident set size (KB) = 544284 +The total amount of wall time = 370.084145 +The maximum resident set size (KB) = 531860 Test 017 regional_control PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/fv3_regional_control -working dir = /gpfs/dell3/ptmp/Dom.Heinzeller/FV3_RT/rt_12204/regional_restart +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_25726/regional_restart Checking test 018 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 = 235.440484 -The maximum resident set size (KB) = 526100 +The total amount of wall time = 226.880579 +The maximum resident set size (KB) = 526164 Test 018 regional_restart PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/fv3_regional_noquilt -working dir = /gpfs/dell3/ptmp/Dom.Heinzeller/FV3_RT/rt_12204/regional_noquilt +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_25726/regional_noquilt Checking test 019 regional_noquilt results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK @@ -605,14 +639,14 @@ Checking test 019 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 = 396.885811 -The maximum resident set size (KB) = 560180 +The total amount of wall time = 399.105329 +The maximum resident set size (KB) = 536156 Test 019 regional_noquilt PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/fv3_regional_hafs -working dir = /gpfs/dell3/ptmp/Dom.Heinzeller/FV3_RT/rt_12204/regional_hafs +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_25726/regional_hafs Checking test 020 regional_hafs results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -621,28 +655,28 @@ Checking test 020 regional_hafs results .... Comparing HURPRS.GrbF00 .........OK Comparing HURPRS.GrbF24 .........OK -The total amount of wall time = 365.359739 -The maximum resident set size (KB) = 527796 +The total amount of wall time = 365.732470 +The maximum resident set size (KB) = 527420 Test 020 regional_hafs PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/fv3_regional_netcdf_parallel -working dir = /gpfs/dell3/ptmp/Dom.Heinzeller/FV3_RT/rt_12204/regional_netcdf_parallel +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_25726/regional_netcdf_parallel Checking test 021 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 = 362.379627 -The maximum resident set size (KB) = 526616 +The total amount of wall time = 361.803623 +The maximum resident set size (KB) = 526600 Test 021 regional_netcdf_parallel PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/fv3_regional_RRTMGP -working dir = /gpfs/dell3/ptmp/Dom.Heinzeller/FV3_RT/rt_12204/regional_RRTMGP +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_25726/regional_RRTMGP Checking test 022 regional_RRTMGP results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -653,14 +687,14 @@ Checking test 022 regional_RRTMGP results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK -The total amount of wall time = 453.766869 -The maximum resident set size (KB) = 652232 +The total amount of wall time = 455.904549 +The maximum resident set size (KB) = 653376 Test 022 regional_RRTMGP PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/rap_control -working dir = /gpfs/dell3/ptmp/Dom.Heinzeller/FV3_RT/rt_12204/rap_control +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_25726/rap_control Checking test 023 rap_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -707,14 +741,14 @@ Checking test 023 rap_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 405.834065 -The maximum resident set size (KB) = 788936 +The total amount of wall time = 393.496857 +The maximum resident set size (KB) = 788784 Test 023 rap_control PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/rap_control -working dir = /gpfs/dell3/ptmp/Dom.Heinzeller/FV3_RT/rt_12204/rap_restart +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_25726/rap_restart Checking test 024 rap_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -753,9 +787,14 @@ Checking test 024 rap_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK +The total amount of wall time = 224.896228 +The maximum resident set size (KB) = 530012 + +Test 024 rap_restart PASS + baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/rap_sfcdiff -working dir = /gpfs/dell3/ptmp/Dom.Heinzeller/FV3_RT/rt_12204/rap_sfcdiff +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_25726/rap_sfcdiff Checking test 025 rap_sfcdiff results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -802,14 +841,14 @@ Checking test 025 rap_sfcdiff results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 404.176931 -The maximum resident set size (KB) = 788832 +The total amount of wall time = 393.328265 +The maximum resident set size (KB) = 788960 Test 025 rap_sfcdiff PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/rap_sfcdiff -working dir = /gpfs/dell3/ptmp/Dom.Heinzeller/FV3_RT/rt_12204/rap_sfcdiff_restart +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_25726/rap_sfcdiff_restart Checking test 026 rap_sfcdiff_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -848,9 +887,14 @@ Checking test 026 rap_sfcdiff_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK +The total amount of wall time = 204.851011 +The maximum resident set size (KB) = 529836 + +Test 026 rap_sfcdiff_restart PASS + baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/hrrr_control -working dir = /gpfs/dell3/ptmp/Dom.Heinzeller/FV3_RT/rt_12204/hrrr_control +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_25726/hrrr_control Checking test 027 hrrr_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -897,14 +941,14 @@ Checking test 027 hrrr_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 389.085508 -The maximum resident set size (KB) = 786708 +The total amount of wall time = 375.149778 +The maximum resident set size (KB) = 786680 Test 027 hrrr_control PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/rrfs_v1beta -working dir = /gpfs/dell3/ptmp/Dom.Heinzeller/FV3_RT/rt_12204/rrfs_v1beta +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_25726/rrfs_v1beta Checking test 028 rrfs_v1beta results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -951,14 +995,14 @@ Checking test 028 rrfs_v1beta results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -The total amount of wall time = 391.804655 -The maximum resident set size (KB) = 786168 +The total amount of wall time = 399.743893 +The maximum resident set size (KB) = 786132 Test 028 rrfs_v1beta PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/rrfs_conus13km_hrrr_warm -working dir = /gpfs/dell3/ptmp/Dom.Heinzeller/FV3_RT/rt_12204/rrfs_conus13km_hrrr_warm +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_25726/rrfs_conus13km_hrrr_warm Checking test 029 rrfs_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -967,14 +1011,14 @@ Checking test 029 rrfs_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK -The total amount of wall time = 267.241359 -The maximum resident set size (KB) = 610248 +The total amount of wall time = 260.989782 +The maximum resident set size (KB) = 600064 Test 029 rrfs_conus13km_hrrr_warm PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/rrfs_conus13km_radar_tten_warm -working dir = /gpfs/dell3/ptmp/Dom.Heinzeller/FV3_RT/rt_12204/rrfs_conus13km_radar_tten_warm +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_25726/rrfs_conus13km_radar_tten_warm Checking test 030 rrfs_conus13km_radar_tten_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -983,14 +1027,14 @@ Checking test 030 rrfs_conus13km_radar_tten_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK -The total amount of wall time = 279.354760 -The maximum resident set size (KB) = 611256 +The total amount of wall time = 307.105316 +The maximum resident set size (KB) = 601024 Test 030 rrfs_conus13km_radar_tten_warm PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/control_rrtmgp -working dir = /gpfs/dell3/ptmp/Dom.Heinzeller/FV3_RT/rt_12204/control_rrtmgp +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_25726/control_rrtmgp Checking test 031 control_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1001,14 +1045,14 @@ Checking test 031 control_rrtmgp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 222.693696 -The maximum resident set size (KB) = 542368 +The total amount of wall time = 227.323522 +The maximum resident set size (KB) = 550028 Test 031 control_rrtmgp PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/control_rrtmgp_c192 -working dir = /gpfs/dell3/ptmp/Dom.Heinzeller/FV3_RT/rt_12204/control_rrtmgp_c192 +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_25726/control_rrtmgp_c192 Checking test 032 control_rrtmgp_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1019,9 +1063,14 @@ Checking test 032 control_rrtmgp_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK +The total amount of wall time = 588.152359 +The maximum resident set size (KB) = 759972 + +Test 032 control_rrtmgp_c192 PASS + baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/control_csawmg -working dir = /gpfs/dell3/ptmp/Dom.Heinzeller/FV3_RT/rt_12204/control_csawmg +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_25726/control_csawmg Checking test 033 control_csawmg results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1032,14 +1081,14 @@ Checking test 033 control_csawmg results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 359.214459 -The maximum resident set size (KB) = 483308 +The total amount of wall time = 359.998610 +The maximum resident set size (KB) = 491068 Test 033 control_csawmg PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/control_csawmgt -working dir = /gpfs/dell3/ptmp/Dom.Heinzeller/FV3_RT/rt_12204/control_csawmgt +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_25726/control_csawmgt Checking test 034 control_csawmgt results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1050,14 +1099,14 @@ Checking test 034 control_csawmgt results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 361.871596 -The maximum resident set size (KB) = 483292 +The total amount of wall time = 357.237276 +The maximum resident set size (KB) = 491220 Test 034 control_csawmgt PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/control_flake -working dir = /gpfs/dell3/ptmp/Dom.Heinzeller/FV3_RT/rt_12204/control_flake +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_25726/control_flake Checking test 035 control_flake results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1068,14 +1117,14 @@ Checking test 035 control_flake results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 240.430436 -The maximum resident set size (KB) = 492164 +The total amount of wall time = 238.732271 +The maximum resident set size (KB) = 492136 Test 035 control_flake PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/control_ras -working dir = /gpfs/dell3/ptmp/Dom.Heinzeller/FV3_RT/rt_12204/control_ras +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_25726/control_ras Checking test 036 control_ras results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1086,40 +1135,40 @@ Checking test 036 control_ras results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 200.447889 -The maximum resident set size (KB) = 456664 +The total amount of wall time = 194.533627 +The maximum resident set size (KB) = 456548 Test 036 control_ras PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/control_wam_repro -working dir = /gpfs/dell3/ptmp/Dom.Heinzeller/FV3_RT/rt_12204/control_wam_repro +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_25726/control_wam_repro Checking test 037 control_wam results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK -The total amount of wall time = 132.136221 -The maximum resident set size (KB) = 167212 +The total amount of wall time = 123.461097 +The maximum resident set size (KB) = 167364 Test 037 control_wam PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/control_debug -working dir = /gpfs/dell3/ptmp/Dom.Heinzeller/FV3_RT/rt_12204/control_debug +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_25726/control_debug Checking test 038 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 = 142.134162 -The maximum resident set size (KB) = 489680 +The total amount of wall time = 146.887064 +The maximum resident set size (KB) = 489780 Test 038 control_debug PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/control_CubedSphereGrid_debug -working dir = /gpfs/dell3/ptmp/Dom.Heinzeller/FV3_RT/rt_12204/control_CubedSphereGrid_debug +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_25726/control_CubedSphereGrid_debug Checking test 039 control_CubedSphereGrid_debug results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -1146,428 +1195,428 @@ Checking test 039 control_CubedSphereGrid_debug results .... Comparing atmf001.tile5.nc .........OK Comparing atmf001.tile6.nc .........OK -The total amount of wall time = 152.252440 -The maximum resident set size (KB) = 489808 +The total amount of wall time = 150.075480 +The maximum resident set size (KB) = 489936 Test 039 control_CubedSphereGrid_debug PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/control_wrtGauss_netcdf_parallel_debug -working dir = /gpfs/dell3/ptmp/Dom.Heinzeller/FV3_RT/rt_12204/control_wrtGauss_netcdf_parallel_debug +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_25726/control_wrtGauss_netcdf_parallel_debug Checking test 040 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 = 143.147182 -The maximum resident set size (KB) = 489628 +The total amount of wall time = 154.857969 +The maximum resident set size (KB) = 489740 Test 040 control_wrtGauss_netcdf_parallel_debug PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/control_stochy_debug -working dir = /gpfs/dell3/ptmp/Dom.Heinzeller/FV3_RT/rt_12204/control_stochy_debug +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_25726/control_stochy_debug Checking test 041 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 = 163.597971 -The maximum resident set size (KB) = 493972 +The total amount of wall time = 168.117349 +The maximum resident set size (KB) = 493988 Test 041 control_stochy_debug PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/control_lndp_debug -working dir = /gpfs/dell3/ptmp/Dom.Heinzeller/FV3_RT/rt_12204/control_lndp_debug +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_25726/control_lndp_debug Checking test 042 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 = 145.262063 -The maximum resident set size (KB) = 494428 +The total amount of wall time = 148.508890 +The maximum resident set size (KB) = 494464 Test 042 control_lndp_debug PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/control_rrtmgp_debug -working dir = /gpfs/dell3/ptmp/Dom.Heinzeller/FV3_RT/rt_12204/control_rrtmgp_debug +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_25726/control_rrtmgp_debug Checking test 043 control_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 = 157.140747 -The maximum resident set size (KB) = 587120 +The total amount of wall time = 157.956154 +The maximum resident set size (KB) = 594812 Test 043 control_rrtmgp_debug PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/control_csawmg_debug -working dir = /gpfs/dell3/ptmp/Dom.Heinzeller/FV3_RT/rt_12204/control_csawmg_debug +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_25726/control_csawmg_debug Checking test 044 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 = 237.717895 -The maximum resident set size (KB) = 523656 +The total amount of wall time = 231.480866 +The maximum resident set size (KB) = 531476 Test 044 control_csawmg_debug PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/control_csawmgt_debug -working dir = /gpfs/dell3/ptmp/Dom.Heinzeller/FV3_RT/rt_12204/control_csawmgt_debug +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_25726/control_csawmgt_debug Checking test 045 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 = 230.328858 -The maximum resident set size (KB) = 523540 +The total amount of wall time = 226.634890 +The maximum resident set size (KB) = 531340 Test 045 control_csawmgt_debug PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/control_ras_debug -working dir = /gpfs/dell3/ptmp/Dom.Heinzeller/FV3_RT/rt_12204/control_ras_debug +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_25726/control_ras_debug Checking test 046 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 = 148.551165 -The maximum resident set size (KB) = 502600 +The total amount of wall time = 159.467139 +The maximum resident set size (KB) = 502632 Test 046 control_ras_debug PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/control_diag_debug -working dir = /gpfs/dell3/ptmp/Dom.Heinzeller/FV3_RT/rt_12204/control_diag_debug +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_25726/control_diag_debug Checking test 047 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 = 154.237282 -The maximum resident set size (KB) = 546976 +The total amount of wall time = 179.487911 +The maximum resident set size (KB) = 546944 Test 047 control_diag_debug PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/control_debug_p8 -working dir = /gpfs/dell3/ptmp/Dom.Heinzeller/FV3_RT/rt_12204/control_debug_p8 +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_25726/control_debug_p8 Checking test 048 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 = 159.838277 -The maximum resident set size (KB) = 507376 +The total amount of wall time = 156.285574 +The maximum resident set size (KB) = 514360 Test 048 control_debug_p8 PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/control_thompson_debug -working dir = /gpfs/dell3/ptmp/Dom.Heinzeller/FV3_RT/rt_12204/control_thompson_debug +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_25726/control_thompson_debug Checking test 049 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 = 170.832914 -The maximum resident set size (KB) = 850460 +The total amount of wall time = 174.455481 +The maximum resident set size (KB) = 850528 Test 049 control_thompson_debug PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/control_thompson_no_aero_debug -working dir = /gpfs/dell3/ptmp/Dom.Heinzeller/FV3_RT/rt_12204/control_thompson_no_aero_debug +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_25726/control_thompson_no_aero_debug Checking test 050 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 = 163.007337 -The maximum resident set size (KB) = 845032 +The total amount of wall time = 177.879471 +The maximum resident set size (KB) = 844964 Test 050 control_thompson_no_aero_debug PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/control_thompson_debug_extdiag -working dir = /gpfs/dell3/ptmp/Dom.Heinzeller/FV3_RT/rt_12204/control_thompson_extdiag_debug +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_25726/control_thompson_extdiag_debug Checking test 051 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 = 182.239043 -The maximum resident set size (KB) = 878100 +The total amount of wall time = 181.159835 +The maximum resident set size (KB) = 878212 Test 051 control_thompson_extdiag_debug PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/control_thompson_progcld_thompson_debug -working dir = /gpfs/dell3/ptmp/Dom.Heinzeller/FV3_RT/rt_12204/control_thompson_progcld_thompson_debug +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_25726/control_thompson_progcld_thompson_debug Checking test 052 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 = 174.448500 -The maximum resident set size (KB) = 850544 +The total amount of wall time = 184.680744 +The maximum resident set size (KB) = 850524 Test 052 control_thompson_progcld_thompson_debug PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/fv3_regional_debug -working dir = /gpfs/dell3/ptmp/Dom.Heinzeller/FV3_RT/rt_12204/regional_debug +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_25726/regional_debug Checking test 053 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 = 249.801583 -The maximum resident set size (KB) = 553276 +The total amount of wall time = 250.327863 +The maximum resident set size (KB) = 553268 Test 053 regional_debug PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/rap_control_debug -working dir = /gpfs/dell3/ptmp/Dom.Heinzeller/FV3_RT/rt_12204/rap_control_debug +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_25726/rap_control_debug Checking test 054 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 = 265.809884 +The total amount of wall time = 266.551931 The maximum resident set size (KB) = 856472 Test 054 rap_control_debug PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/rap_control_debug -working dir = /gpfs/dell3/ptmp/Dom.Heinzeller/FV3_RT/rt_12204/rap_unified_drag_suite_debug +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_25726/rap_unified_drag_suite_debug Checking test 055 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 = 265.933915 -The maximum resident set size (KB) = 856488 +The total amount of wall time = 275.541168 +The maximum resident set size (KB) = 856540 Test 055 rap_unified_drag_suite_debug PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/rap_diag_debug -working dir = /gpfs/dell3/ptmp/Dom.Heinzeller/FV3_RT/rt_12204/rap_diag_debug +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_25726/rap_diag_debug Checking test 056 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 = 282.533753 -The maximum resident set size (KB) = 938904 +The total amount of wall time = 289.999968 +The maximum resident set size (KB) = 938852 Test 056 rap_diag_debug PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/rap_cires_ugwp_debug -working dir = /gpfs/dell3/ptmp/Dom.Heinzeller/FV3_RT/rt_12204/rap_cires_ugwp_debug +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_25726/rap_cires_ugwp_debug Checking test 057 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 = 278.205018 -The maximum resident set size (KB) = 858348 +The total amount of wall time = 273.309562 +The maximum resident set size (KB) = 858340 Test 057 rap_cires_ugwp_debug PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/rap_cires_ugwp_debug -working dir = /gpfs/dell3/ptmp/Dom.Heinzeller/FV3_RT/rt_12204/rap_unified_ugwp_debug +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_25726/rap_unified_ugwp_debug Checking test 058 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 = 270.735363 +The total amount of wall time = 273.846424 The maximum resident set size (KB) = 856488 Test 058 rap_unified_ugwp_debug PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/rap_noah_debug -working dir = /gpfs/dell3/ptmp/Dom.Heinzeller/FV3_RT/rt_12204/rap_noah_debug +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_25726/rap_noah_debug Checking test 059 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 = 264.555265 -The maximum resident set size (KB) = 854960 +The total amount of wall time = 262.053336 +The maximum resident set size (KB) = 854944 Test 059 rap_noah_debug PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/rap_rrtmgp_debug -working dir = /gpfs/dell3/ptmp/Dom.Heinzeller/FV3_RT/rt_12204/rap_rrtmgp_debug +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_25726/rap_rrtmgp_debug Checking test 060 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 = 449.698439 -The maximum resident set size (KB) = 955372 +The total amount of wall time = 451.346302 +The maximum resident set size (KB) = 963056 Test 060 rap_rrtmgp_debug PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/rap_lndp_debug -working dir = /gpfs/dell3/ptmp/Dom.Heinzeller/FV3_RT/rt_12204/rap_lndp_debug +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_25726/rap_lndp_debug Checking test 061 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 = 268.501212 -The maximum resident set size (KB) = 857344 +The total amount of wall time = 268.634874 +The maximum resident set size (KB) = 857312 Test 061 rap_lndp_debug PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/rap_sfcdiff_debug -working dir = /gpfs/dell3/ptmp/Dom.Heinzeller/FV3_RT/rt_12204/rap_sfcdiff_debug +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_25726/rap_sfcdiff_debug Checking test 062 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 = 265.449247 -The maximum resident set size (KB) = 856748 +The total amount of wall time = 268.033954 +The maximum resident set size (KB) = 856832 Test 062 rap_sfcdiff_debug PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/rap_flake_debug -working dir = /gpfs/dell3/ptmp/Dom.Heinzeller/FV3_RT/rt_12204/rap_flake_debug +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_25726/rap_flake_debug Checking test 063 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 = 267.858714 -The maximum resident set size (KB) = 856616 +The total amount of wall time = 266.987824 +The maximum resident set size (KB) = 856472 Test 063 rap_flake_debug PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/rap_noah_sfcdiff_cires_ugwp_debug -working dir = /gpfs/dell3/ptmp/Dom.Heinzeller/FV3_RT/rt_12204/rap_noah_sfcdiff_cires_ugwp_debug +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_25726/rap_noah_sfcdiff_cires_ugwp_debug Checking test 064 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 = 438.177071 -The maximum resident set size (KB) = 855504 +The total amount of wall time = 439.763779 +The maximum resident set size (KB) = 855556 Test 064 rap_noah_sfcdiff_cires_ugwp_debug PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/rap_progcld_thompson_debug -working dir = /gpfs/dell3/ptmp/Dom.Heinzeller/FV3_RT/rt_12204/rap_progcld_thompson_debug +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_25726/rap_progcld_thompson_debug Checking test 065 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 = 266.096045 -The maximum resident set size (KB) = 856436 +The total amount of wall time = 269.283584 +The maximum resident set size (KB) = 856500 Test 065 rap_progcld_thompson_debug PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/rrfs_v1beta_debug -working dir = /gpfs/dell3/ptmp/Dom.Heinzeller/FV3_RT/rt_12204/rrfs_v1beta_debug +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_25726/rrfs_v1beta_debug Checking test 066 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 = 263.867088 -The maximum resident set size (KB) = 854248 +The total amount of wall time = 268.165872 +The maximum resident set size (KB) = 854320 Test 066 rrfs_v1beta_debug PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/control_wam_debug -working dir = /gpfs/dell3/ptmp/Dom.Heinzeller/FV3_RT/rt_12204/control_wam_debug +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_25726/control_wam_debug Checking test 067 control_wam_debug results .... Comparing sfcf019.nc .........OK Comparing atmf019.nc .........OK -The total amount of wall time = 274.035490 -The maximum resident set size (KB) = 197292 +The total amount of wall time = 271.930893 +The maximum resident set size (KB) = 197408 Test 067 control_wam_debug PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/hafs_regional_atm -working dir = /gpfs/dell3/ptmp/Dom.Heinzeller/FV3_RT/rt_12204/hafs_regional_atm +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_25726/hafs_regional_atm Checking test 068 hafs_regional_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK -The total amount of wall time = 335.944760 -The maximum resident set size (KB) = 643008 +The total amount of wall time = 345.149369 +The maximum resident set size (KB) = 641888 Test 068 hafs_regional_atm PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/hafs_regional_atm_thompson_gfdlsf -working dir = /gpfs/dell3/ptmp/Dom.Heinzeller/FV3_RT/rt_12204/hafs_regional_atm_thompson_gfdlsf +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_25726/hafs_regional_atm_thompson_gfdlsf Checking test 069 hafs_regional_atm_thompson_gfdlsf results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK -The total amount of wall time = 392.845410 -The maximum resident set size (KB) = 999296 +The total amount of wall time = 422.383670 +The maximum resident set size (KB) = 1001096 Test 069 hafs_regional_atm_thompson_gfdlsf PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/hafs_regional_atm_ocn -working dir = /gpfs/dell3/ptmp/Dom.Heinzeller/FV3_RT/rt_12204/hafs_regional_atm_ocn +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_25726/hafs_regional_atm_ocn Checking test 070 hafs_regional_atm_ocn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -1576,28 +1625,28 @@ Checking test 070 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 = 533.060448 -The maximum resident set size (KB) = 642068 +The total amount of wall time = 546.864059 +The maximum resident set size (KB) = 642032 Test 070 hafs_regional_atm_ocn PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/hafs_regional_atm_wav -working dir = /gpfs/dell3/ptmp/Dom.Heinzeller/FV3_RT/rt_12204/hafs_regional_atm_wav +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_25726/hafs_regional_atm_wav Checking test 071 hafs_regional_atm_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing out_grd.ww3 .........OK Comparing out_pnt.ww3 .........OK -The total amount of wall time = 908.242826 -The maximum resident set size (KB) = 643380 +The total amount of wall time = 921.464802 +The maximum resident set size (KB) = 643500 Test 071 hafs_regional_atm_wav PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/hafs_regional_atm_ocn_wav -working dir = /gpfs/dell3/ptmp/Dom.Heinzeller/FV3_RT/rt_12204/hafs_regional_atm_ocn_wav +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_25726/hafs_regional_atm_ocn_wav Checking test 072 hafs_regional_atm_ocn_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -1606,446 +1655,46 @@ Checking test 072 hafs_regional_atm_ocn_wav results .... Comparing out_grd.ww3 .........OK Comparing out_pnt.ww3 .........OK -The total amount of wall time = 997.663386 -The maximum resident set size (KB) = 641148 +The total amount of wall time = 984.972700 +The maximum resident set size (KB) = 640848 Test 072 hafs_regional_atm_ocn_wav PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/hafs_regional_1nest_atm -working dir = /gpfs/dell3/ptmp/Dom.Heinzeller/FV3_RT/rt_12204/hafs_regional_1nest_atm +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_25726/hafs_regional_1nest_atm Checking test 073 hafs_regional_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK -The total amount of wall time = 359.746154 -The maximum resident set size (KB) = 237284 +The total amount of wall time = 352.824339 +The maximum resident set size (KB) = 236744 Test 073 hafs_regional_1nest_atm PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/hafs_regional_telescopic_2nests_atm -working dir = /gpfs/dell3/ptmp/Dom.Heinzeller/FV3_RT/rt_12204/hafs_regional_telescopic_2nests_atm +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_25726/hafs_regional_telescopic_2nests_atm Checking test 074 hafs_regional_telescopic_2nests_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK -The total amount of wall time = 379.870548 -The maximum resident set size (KB) = 231996 +The total amount of wall time = 377.735162 +The maximum resident set size (KB) = 231896 Test 074 hafs_regional_telescopic_2nests_atm PASS baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/hafs_global_1nest_atm -working dir = /gpfs/dell3/ptmp/Dom.Heinzeller/FV3_RT/rt_12204/hafs_global_1nest_atm +working dir = /gpfs/hps3/stmp/Bin.Li/FV3_RT/rt_25726/hafs_global_1nest_atm Checking test 075 hafs_global_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK -The total amount of wall time = 174.376792 -The maximum resident set size (KB) = 141140 +The total amount of wall time = 164.919320 +The maximum resident set size (KB) = 139188 Test 075 hafs_global_1nest_atm PASS -FAILED TESTS: -Test control_c192 009 failed in run_test failed -Test control_stochy 010 failed in run_test failed -Test control_decomp_p8 015 failed in run_test failed -Test control_p7_rrtmgp 016 failed in run_test failed -Test rap_restart 024 failed in run_test failed -Test rap_sfcdiff_restart 026 failed in run_test failed -Test control_rrtmgp_c192 032 failed in run_test failed - -REGRESSION TEST FAILED -Thu Jan 20 03:40:18 UTC 2022 -Elapsed time: 00h:42m:19s. Have a nice day! -Thu Jan 20 13:41:52 UTC 2022 -Start Regression test - -Compile 001 elapsed time 1098 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v15_thompson_mynn_RRTMGP,FV3_GFS_v16_p7_rrtmgp,FV3_GFS_v16_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 002 elapsed time 1078 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 003 elapsed time 1177 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_RRTMGP,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_thompson,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release - -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/control_c192 -working dir = /gpfs/dell3/ptmp/Dom.Heinzeller/FV3_RT/rt_21803/control_c192 -Checking test 001 control_c192 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 - -The total amount of wall time = 541.725210 -The maximum resident set size (KB) = 524080 - -Test 001 control_c192 PASS - - -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/control_stochy -working dir = /gpfs/dell3/ptmp/Dom.Heinzeller/FV3_RT/rt_21803/control_stochy -Checking test 002 control_stochy results .... - Comparing sfcf000.nc .........OK - Comparing sfcf012.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf012.nc .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF12 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF12 .........OK - -The total amount of wall time = 99.235458 -The maximum resident set size (KB) = 426476 - -Test 002 control_stochy PASS - - -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/control_stochy -working dir = /gpfs/dell3/ptmp/Dom.Heinzeller/FV3_RT/rt_21803/control_stochy_restart -Checking test 003 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 = 56.124238 -The maximum resident set size (KB) = 213120 - -Test 003 control_stochy_restart PASS - - -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/control_p8 -working dir = /gpfs/dell3/ptmp/Dom.Heinzeller/FV3_RT/rt_21803/control_p8 -Checking test 004 control_p8 results .... - Comparing sfcf000.nc .........OK - Comparing sfcf021.nc .........OK - Comparing sfcf024.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf021.nc .........OK - Comparing atmf024.nc .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF21 .........OK - Comparing GFSFLX.GrbF24 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF21 .........OK - Comparing GFSPRS.GrbF24 .........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 - -The total amount of wall time = 167.134803 -The maximum resident set size (KB) = 448972 - -Test 004 control_p8 PASS - - -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/control_p8 -working dir = /gpfs/dell3/ptmp/Dom.Heinzeller/FV3_RT/rt_21803/control_decomp_p8 -Checking test 005 control_decomp_p8 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 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 - -The total amount of wall time = 169.792347 -The maximum resident set size (KB) = 441856 - -Test 005 control_decomp_p8 PASS - - -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/control_p7_rrtmgp -working dir = /gpfs/dell3/ptmp/Dom.Heinzeller/FV3_RT/rt_21803/control_p7_rrtmgp -Checking test 006 control_p7_rrtmgp results .... - Comparing sfcf000.nc .........OK - Comparing sfcf021.nc .........OK - Comparing sfcf024.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf021.nc .........OK - Comparing atmf024.nc .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF21 .........OK - Comparing GFSFLX.GrbF24 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF21 .........OK - Comparing GFSPRS.GrbF24 .........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 - -The total amount of wall time = 210.676940 -The maximum resident set size (KB) = 543324 - -Test 006 control_p7_rrtmgp PASS - - -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/rap_control -working dir = /gpfs/dell3/ptmp/Dom.Heinzeller/FV3_RT/rt_21803/rap_control -Checking test 007 rap_control results .... - Comparing sfcf000.nc .........OK - Comparing sfcf021.nc .........OK - Comparing sfcf024.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf021.nc .........OK - Comparing atmf024.nc .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF21 .........OK - Comparing GFSFLX.GrbF24 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF21 .........OK - Comparing GFSPRS.GrbF24 .........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 - -The total amount of wall time = 393.647647 -The maximum resident set size (KB) = 788932 - -Test 007 rap_control PASS - - -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/rap_sfcdiff -working dir = /gpfs/dell3/ptmp/Dom.Heinzeller/FV3_RT/rt_21803/rap_sfcdiff -Checking test 008 rap_sfcdiff results .... - Comparing sfcf000.nc .........OK - Comparing sfcf021.nc .........OK - Comparing sfcf024.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf021.nc .........OK - Comparing atmf024.nc .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF21 .........OK - Comparing GFSFLX.GrbF24 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF21 .........OK - Comparing GFSPRS.GrbF24 .........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 - -The total amount of wall time = 394.400973 -The maximum resident set size (KB) = 788928 - -Test 008 rap_sfcdiff PASS - - -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/rap_sfcdiff -working dir = /gpfs/dell3/ptmp/Dom.Heinzeller/FV3_RT/rt_21803/rap_sfcdiff_restart -Checking test 009 rap_sfcdiff_restart results .... - Comparing sfcf024.nc .........OK - Comparing atmf024.nc .........OK - Comparing GFSFLX.GrbF24 .........OK - Comparing GFSPRS.GrbF24 .........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 - -The total amount of wall time = 205.073070 -The maximum resident set size (KB) = 529804 - -Test 009 rap_sfcdiff_restart PASS - - -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/control_rrtmgp_c192 -working dir = /gpfs/dell3/ptmp/Dom.Heinzeller/FV3_RT/rt_21803/control_rrtmgp_c192 -Checking test 010 control_rrtmgp_c192 results .... - Comparing sfcf000.nc .........OK - Comparing sfcf012.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf012.nc .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF12 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF12 .........OK - -The total amount of wall time = 586.659822 -The maximum resident set size (KB) = 753940 - -Test 010 control_rrtmgp_c192 PASS - - REGRESSION TEST WAS SUCCESSFUL -Thu Jan 20 14:14:41 UTC 2022 -Elapsed time: 00h:32m:49s. Have a nice day! +Thu Jan 20 17:30:07 UTC 2022 diff --git a/tests/RegressionTests_wcoss_dell_p3.log b/tests/RegressionTests_wcoss_dell_p3.log index 114922db98..17f6d3f8dc 100644 --- a/tests/RegressionTests_wcoss_dell_p3.log +++ b/tests/RegressionTests_wcoss_dell_p3.log @@ -1,23 +1,23 @@ -Thu Jan 20 03:11:22 UTC 2022 +Thu Jan 20 20:42:02 UTC 2022 Start Regression test -Compile 001 elapsed time 1685 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v16_coupled_nsstNoahmpUGWPv1,FV3_GFS_v16_coupled_p7_rrtmgp,FV3_GFS_v16_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 002 elapsed time 523 seconds. -DAPP=S2S -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 003 elapsed time 1136 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v15_thompson_mynn_RRTMGP,FV3_GFS_v16_p7_rrtmgp,FV3_GFS_v16_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 004 elapsed time 1068 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 005 elapsed time 1286 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_RRTMGP,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_thompson,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 006 elapsed time 864 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DREPRO=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -Compile 007 elapsed time 448 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_RRTMGP,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp,FV3_GFS_v16_thompson,FV3_GFS_v15_thompson_mynn,FV3_GFS_v16_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 008 elapsed time 424 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_RAP,FV3_RAP_cires_ugwp,FV3_RAP_unified_ugwp,FV3_RAP_noah,FV3_RAP_RRTMGP,FV3_RAP_sfcdiff,FV3_RAP_flake,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 009 elapsed time 279 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 1199 seconds. -DAPP=HAFSW -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 1202 seconds. -DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 012 elapsed time 790 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 013 elapsed time 334 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 001 elapsed time 1961 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v16_coupled_nsstNoahmpUGWPv1,FV3_GFS_v16_coupled_p7_rrtmgp,FV3_GFS_v16_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 002 elapsed time 526 seconds. -DAPP=S2S -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 003 elapsed time 1124 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v15_thompson_mynn_RRTMGP,FV3_GFS_v16_p7_rrtmgp,FV3_GFS_v16_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 004 elapsed time 1079 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 005 elapsed time 1283 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_RRTMGP,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_thompson,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 006 elapsed time 862 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DREPRO=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit +Compile 007 elapsed time 451 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_RRTMGP,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp,FV3_GFS_v16_thompson,FV3_GFS_v15_thompson_mynn,FV3_GFS_v16_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 008 elapsed time 423 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_RAP,FV3_RAP_cires_ugwp,FV3_RAP_unified_ugwp,FV3_RAP_noah,FV3_RAP_RRTMGP,FV3_RAP_sfcdiff,FV3_RAP_flake,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 009 elapsed time 282 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 010 elapsed time 1221 seconds. -DAPP=HAFSW -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 1197 seconds. -DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 012 elapsed time 794 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 013 elapsed time 321 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON Compile 014 elapsed time 918 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/cpld_control_p8 -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/cpld_control_p8 +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/cpld_control_p8 Checking test 001 cpld_control_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -70,14 +70,14 @@ Checking test 001 cpld_control_p8 results .... Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK -[0] The total amount of wall time = 245.978512 -[0] The maximum resident set size (KB) = 560064 +[0] The total amount of wall time = 244.353006 +[0] The maximum resident set size (KB) = 562420 Test 001 cpld_control_p8 PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/cpld_control_p8 -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/cpld_2threads_p8 +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/cpld_2threads_p8 Checking test 002 cpld_2threads_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -130,14 +130,14 @@ Checking test 002 cpld_2threads_p8 results .... Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK -[0] The total amount of wall time = 230.856528 -[0] The maximum resident set size (KB) = 645552 +[0] The total amount of wall time = 228.460850 +[0] The maximum resident set size (KB) = 649116 Test 002 cpld_2threads_p8 PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/cpld_control_p8 -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/cpld_decomp_p8 +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/cpld_decomp_p8 Checking test 003 cpld_decomp_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -190,14 +190,14 @@ Checking test 003 cpld_decomp_p8 results .... Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK -[0] The total amount of wall time = 246.800223 -[0] The maximum resident set size (KB) = 558580 +[0] The total amount of wall time = 244.529596 +[0] The maximum resident set size (KB) = 560116 Test 003 cpld_decomp_p8 PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/cpld_control_p8 -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/cpld_mpi_p8 +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/cpld_mpi_p8 Checking test 004 cpld_mpi_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -250,14 +250,14 @@ Checking test 004 cpld_mpi_p8 results .... Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK -[0] The total amount of wall time = 209.024271 -[0] The maximum resident set size (KB) = 544960 +[0] The total amount of wall time = 207.620678 +[0] The maximum resident set size (KB) = 543460 Test 004 cpld_mpi_p8 PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/cpld_control_p7_rrtmgp -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/cpld_control_p7_rrtmgp +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/cpld_control_p7_rrtmgp Checking test 005 cpld_control_p7_rrtmgp results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -310,14 +310,14 @@ Checking test 005 cpld_control_p7_rrtmgp results .... Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK -[0] The total amount of wall time = 289.561765 -[0] The maximum resident set size (KB) = 660740 +[0] The total amount of wall time = 288.282622 +[0] The maximum resident set size (KB) = 657872 Test 005 cpld_control_p7_rrtmgp PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/cpld_bmark_p7 -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/cpld_bmark_p7 +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/cpld_bmark_p7 Checking test 006 cpld_bmark_p7 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -362,14 +362,14 @@ Checking test 006 cpld_bmark_p7 results .... Comparing RESTART/iced.2013-04-01-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-21600.nc .........OK -[0] The total amount of wall time = 1039.842441 -[0] The maximum resident set size (KB) = 1274572 +[0] The total amount of wall time = 1026.020079 +[0] The maximum resident set size (KB) = 1274324 Test 006 cpld_bmark_p7 PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/cpld_bmark_p8 -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/cpld_bmark_p8 +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/cpld_bmark_p8 Checking test 007 cpld_bmark_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -414,14 +414,14 @@ Checking test 007 cpld_bmark_p8 results .... Comparing RESTART/iced.2013-04-01-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-21600.nc .........OK -[0] The total amount of wall time = 1027.450882 -[0] The maximum resident set size (KB) = 1276744 +[0] The total amount of wall time = 1028.393039 +[0] The maximum resident set size (KB) = 1274976 Test 007 cpld_bmark_p8 PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/cpld_bmark_p8 -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/cpld_bmark_mpi_p8 +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/cpld_bmark_mpi_p8 Checking test 008 cpld_bmark_mpi_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -466,14 +466,14 @@ Checking test 008 cpld_bmark_mpi_p8 results .... Comparing RESTART/iced.2013-04-01-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-21600.nc .........OK -[0] The total amount of wall time = 1020.705633 -[0] The maximum resident set size (KB) = 1278284 +[0] The total amount of wall time = 1023.509140 +[0] The maximum resident set size (KB) = 1283340 Test 008 cpld_bmark_mpi_p8 PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/cpld_control_c96_p8 -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/cpld_control_c96_p8 +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/cpld_control_c96_p8 Checking test 009 cpld_control_c96_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -523,14 +523,14 @@ Checking test 009 cpld_control_c96_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 = 233.817071 -[0] The maximum resident set size (KB) = 555400 +[0] The total amount of wall time = 232.376345 +[0] The maximum resident set size (KB) = 553040 Test 009 cpld_control_c96_p8 PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/cpld_control_c96_p8 -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/cpld_restart_c96_p8 +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/cpld_restart_c96_p8 Checking test 010 cpld_restart_c96_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -580,14 +580,14 @@ Checking test 010 cpld_restart_c96_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 = 127.347020 -[0] The maximum resident set size (KB) = 355440 +[0] The total amount of wall time = 126.703378 +[0] The maximum resident set size (KB) = 343784 Test 010 cpld_restart_c96_p8 PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/cpld_control_c192_p8 -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/cpld_control_c192_p8 +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/cpld_control_c192_p8 Checking test 011 cpld_control_c192_p8 results .... Comparing sfcf036.tile1.nc .........OK Comparing sfcf036.tile2.nc .........OK @@ -637,14 +637,14 @@ Checking test 011 cpld_control_c192_p8 results .... Comparing RESTART/iced.2021-03-23-64800.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-64800.nc .........OK -[0] The total amount of wall time = 988.407432 -[0] The maximum resident set size (KB) = 741720 +[0] The total amount of wall time = 985.329549 +[0] The maximum resident set size (KB) = 742640 Test 011 cpld_control_c192_p8 PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/cpld_control_c192_p8 -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/cpld_restart_c192_p8 +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/cpld_restart_c192_p8 Checking test 012 cpld_restart_c192_p8 results .... Comparing sfcf036.tile1.nc .........OK Comparing sfcf036.tile2.nc .........OK @@ -694,14 +694,14 @@ Checking test 012 cpld_restart_c192_p8 results .... Comparing RESTART/iced.2021-03-23-64800.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-64800.nc .........OK -[0] The total amount of wall time = 617.294749 -[0] The maximum resident set size (KB) = 833976 +[0] The total amount of wall time = 619.949566 +[0] The maximum resident set size (KB) = 831952 Test 012 cpld_restart_c192_p8 PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/cpld_control_c384_p8 -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/cpld_control_c384_p8 +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/cpld_control_c384_p8 Checking test 013 cpld_control_c384_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -744,14 +744,14 @@ Checking test 013 cpld_control_c384_p8 results .... Comparing RESTART/iced.2021-03-22-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-22-43200.nc .........OK -[0] The total amount of wall time = 1108.078314 -[0] The maximum resident set size (KB) = 1280220 +[0] The total amount of wall time = 1102.666736 +[0] The maximum resident set size (KB) = 1280104 Test 013 cpld_control_c384_p8 PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/cpld_control_c384_p8 -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/cpld_restart_c384_p8 +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/cpld_restart_c384_p8 Checking test 014 cpld_restart_c384_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -794,14 +794,14 @@ Checking test 014 cpld_restart_c384_p8 results .... Comparing RESTART/iced.2021-03-22-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-22-43200.nc .........OK -[0] The total amount of wall time = 596.244327 -[0] The maximum resident set size (KB) = 1237944 +[0] The total amount of wall time = 601.288176 +[0] The maximum resident set size (KB) = 1234176 Test 014 cpld_restart_c384_p8 PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/cpld_debug_p8 -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/cpld_debug_p8 +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/cpld_debug_p8 Checking test 015 cpld_debug_p8 results .... Comparing sfcf006.tile1.nc .........OK Comparing sfcf006.tile2.nc .........OK @@ -851,14 +851,14 @@ Checking test 015 cpld_debug_p8 results .... Comparing RESTART/iced.2021-03-22-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-22-43200.nc .........OK -[0] The total amount of wall time = 706.130012 -[0] The maximum resident set size (KB) = 611868 +[0] The total amount of wall time = 704.784988 +[0] The maximum resident set size (KB) = 607464 Test 015 cpld_debug_p8 PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/control -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/control +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/control Checking test 016 control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -905,14 +905,14 @@ Checking test 016 control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -[0] The total amount of wall time = 140.965221 -[0] The maximum resident set size (KB) = 470496 +[0] The total amount of wall time = 140.421199 +[0] The maximum resident set size (KB) = 470352 Test 016 control PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/control -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/control_decomp +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/control_decomp Checking test 017 control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -955,14 +955,14 @@ Checking test 017 control_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -[0] The total amount of wall time = 149.092719 -[0] The maximum resident set size (KB) = 470112 +[0] The total amount of wall time = 146.965925 +[0] The maximum resident set size (KB) = 467944 Test 017 control_decomp PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/control -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/control_2threads +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/control_2threads Checking test 018 control_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1005,14 +1005,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 = 129.807802 -[0] The maximum resident set size (KB) = 514256 +[0] The total amount of wall time = 129.786832 +[0] The maximum resident set size (KB) = 512412 Test 018 control_2threads PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/control -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/control_restart +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/control_restart Checking test 019 control_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1051,14 +1051,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 = 75.452690 -[0] The maximum resident set size (KB) = 213996 +[0] The total amount of wall time = 76.154531 +[0] The maximum resident set size (KB) = 214232 Test 019 control_restart PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/control -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/control_fhzero +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/control_fhzero Checking test 020 control_fhzero results .... Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf021.nc ............ALT CHECK......OK @@ -1101,14 +1101,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 = 134.288406 -[0] The maximum resident set size (KB) = 468916 +[0] The total amount of wall time = 132.822331 +[0] The maximum resident set size (KB) = 467840 Test 020 control_fhzero PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/control_CubedSphereGrid -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/control_CubedSphereGrid +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/control_CubedSphereGrid Checking test 021 control_CubedSphereGrid results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -1135,14 +1135,14 @@ Checking test 021 control_CubedSphereGrid results .... Comparing atmf024.tile5.nc .........OK Comparing atmf024.tile6.nc .........OK -[0] The total amount of wall time = 137.193293 -[0] The maximum resident set size (KB) = 472676 +[0] The total amount of wall time = 134.494727 +[0] The maximum resident set size (KB) = 470604 Test 021 control_CubedSphereGrid PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/control_latlon -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/control_latlon +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/control_latlon Checking test 022 control_latlon results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1153,32 +1153,32 @@ Checking test 022 control_latlon results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -[0] The total amount of wall time = 138.072266 -[0] The maximum resident set size (KB) = 468968 +[0] The total amount of wall time = 141.552320 +[0] The maximum resident set size (KB) = 471376 Test 022 control_latlon PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/control_wrtGauss_netcdf_parallel -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/control_wrtGauss_netcdf_parallel +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/control_wrtGauss_netcdf_parallel Checking test 023 control_wrtGauss_netcdf_parallel results .... - Comparing sfcf000.nc .........OK + Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf024.nc ............ALT CHECK......OK Comparing atmf000.nc ............ALT CHECK......OK - Comparing atmf024.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 = 141.911819 -[0] The maximum resident set size (KB) = 473992 +[0] The total amount of wall time = 143.182001 +[0] The maximum resident set size (KB) = 472356 Test 023 control_wrtGauss_netcdf_parallel PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/control_c48 -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/control_c48 +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/control_c48 Checking test 024 control_c48 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1217,14 +1217,14 @@ Checking test 024 control_c48 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -[0] The total amount of wall time = 440.271145 -[0] The maximum resident set size (KB) = 657232 +[0] The total amount of wall time = 440.629347 +[0] The maximum resident set size (KB) = 657200 Test 024 control_c48 PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/control_c192 -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/control_c192 +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/control_c192 Checking test 025 control_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1235,14 +1235,14 @@ Checking test 025 control_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -[0] The total amount of wall time = 554.841868 -[0] The maximum resident set size (KB) = 576824 +[0] The total amount of wall time = 552.827203 +[0] The maximum resident set size (KB) = 576572 Test 025 control_c192 PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/control_c384 -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/control_c384 +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/control_c384 Checking test 026 control_c384 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1253,14 +1253,14 @@ Checking test 026 control_c384 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -[0] The total amount of wall time = 1031.478670 -[0] The maximum resident set size (KB) = 858660 +[0] The total amount of wall time = 1030.994453 +[0] The maximum resident set size (KB) = 860860 Test 026 control_c384 PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/control_c384gdas -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/control_c384gdas +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/control_c384gdas Checking test 027 control_c384gdas results .... Comparing sfcf000.nc .........OK Comparing sfcf006.nc .........OK @@ -1303,14 +1303,14 @@ Checking test 027 control_c384gdas results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -[0] The total amount of wall time = 913.452858 -[0] The maximum resident set size (KB) = 995000 +[0] The total amount of wall time = 895.724389 +[0] The maximum resident set size (KB) = 996300 Test 027 control_c384gdas PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/control_stochy -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/control_stochy +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/control_stochy Checking test 028 control_stochy results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1321,28 +1321,28 @@ Checking test 028 control_stochy results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -[0] The total amount of wall time = 92.833891 -[0] The maximum resident set size (KB) = 472640 +[0] The total amount of wall time = 91.963061 +[0] The maximum resident set size (KB) = 474960 Test 028 control_stochy PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/control_stochy -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/control_stochy_restart +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/control_stochy_restart Checking test 029 control_stochy_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK -[0] The total amount of wall time = 51.181368 -[0] The maximum resident set size (KB) = 268628 +[0] The total amount of wall time = 50.898471 +[0] The maximum resident set size (KB) = 271040 Test 029 control_stochy_restart PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/control_lndp -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/control_lndp +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/control_lndp Checking test 030 control_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1353,14 +1353,14 @@ Checking test 030 control_lndp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -[0] The total amount of wall time = 86.054598 -[0] The maximum resident set size (KB) = 477032 +[0] The total amount of wall time = 84.367917 +[0] The maximum resident set size (KB) = 474972 Test 030 control_lndp PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/control_p8 -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/control_p8 +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/control_p8 Checking test 031 control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1407,14 +1407,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 = 155.089860 -[0] The maximum resident set size (KB) = 492452 +[0] The total amount of wall time = 154.411345 +[0] The maximum resident set size (KB) = 494372 Test 031 control_p8 PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/control_p8 -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/control_restart_p8 +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/control_restart_p8 Checking test 032 control_restart_p8 results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1453,14 +1453,14 @@ Checking test 032 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 = 84.508856 -[0] The maximum resident set size (KB) = 312980 +[0] The total amount of wall time = 84.027177 +[0] The maximum resident set size (KB) = 310960 Test 032 control_restart_p8 PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/control_p8 -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/control_decomp_p8 +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/control_decomp_p8 Checking test 033 control_decomp_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1503,14 +1503,14 @@ Checking test 033 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 = 161.279159 -[0] The maximum resident set size (KB) = 490196 +[0] The total amount of wall time = 161.003538 +[0] The maximum resident set size (KB) = 491880 Test 033 control_decomp_p8 PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/control_p8 -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/control_2threads_p8 +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/control_2threads_p8 Checking test 034 control_2threads_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1553,14 +1553,14 @@ Checking test 034 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 = 144.882539 -[0] The maximum resident set size (KB) = 564860 +[0] The total amount of wall time = 143.460455 +[0] The maximum resident set size (KB) = 568776 Test 034 control_2threads_p8 PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/control_p7_rrtmgp -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/control_p7_rrtmgp +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/control_p7_rrtmgp Checking test 035 control_p7_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1607,14 +1607,14 @@ Checking test 035 control_p7_rrtmgp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -[0] The total amount of wall time = 204.948065 -[0] The maximum resident set size (KB) = 593592 +[0] The total amount of wall time = 202.522973 +[0] The maximum resident set size (KB) = 595396 Test 035 control_p7_rrtmgp PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/fv3_regional_control -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/regional_control +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/regional_control Checking test 036 regional_control results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1625,28 +1625,28 @@ Checking test 036 regional_control results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK -[0] The total amount of wall time = 346.566521 -[0] The maximum resident set size (KB) = 570548 +[0] The total amount of wall time = 347.845394 +[0] The maximum resident set size (KB) = 567144 Test 036 regional_control PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/fv3_regional_control -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/regional_restart +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/regional_restart Checking test 037 regional_restart results .... Comparing dynf024.nc .........OK Comparing phyf024.nc .........OK Comparing PRSLEV.GrbF24 .........OK Comparing NATLEV.GrbF24 .........OK -[0] The total amount of wall time = 189.522101 -[0] The maximum resident set size (KB) = 571692 +[0] The total amount of wall time = 189.089145 +[0] The maximum resident set size (KB) = 571684 Test 037 regional_restart PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/fv3_regional_noquilt -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/regional_noquilt +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/regional_noquilt Checking test 038 regional_noquilt results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK @@ -1654,14 +1654,14 @@ Checking test 038 regional_noquilt results .... Comparing RESTART/fv_core.res.tile1_new.nc .........OK Comparing RESTART/fv_tracer.res.tile1_new.nc .........OK -[0] The total amount of wall time = 368.685828 -[0] The maximum resident set size (KB) = 605448 +[0] The total amount of wall time = 370.571597 +[0] The maximum resident set size (KB) = 610020 Test 038 regional_noquilt PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/fv3_regional_control -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/regional_2threads +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/regional_2threads Checking test 039 regional_2threads results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1672,14 +1672,14 @@ Checking test 039 regional_2threads results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK -[0] The total amount of wall time = 197.034905 -[0] The maximum resident set size (KB) = 573720 +[0] The total amount of wall time = 196.316471 +[0] The maximum resident set size (KB) = 570512 Test 039 regional_2threads PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/fv3_regional_hafs -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/regional_hafs +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/regional_hafs Checking test 040 regional_hafs results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1688,28 +1688,28 @@ Checking test 040 regional_hafs results .... Comparing HURPRS.GrbF00 .........OK Comparing HURPRS.GrbF24 .........OK -[0] The total amount of wall time = 341.149451 -[0] The maximum resident set size (KB) = 569788 +[0] The total amount of wall time = 346.633218 +[0] The maximum resident set size (KB) = 567704 Test 040 regional_hafs PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/fv3_regional_netcdf_parallel -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/regional_netcdf_parallel +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/regional_netcdf_parallel Checking test 041 regional_netcdf_parallel results .... Comparing dynf000.nc ............ALT CHECK......OK - Comparing dynf024.nc .........OK + Comparing dynf024.nc ............ALT CHECK......OK Comparing phyf000.nc .........OK Comparing phyf024.nc ............ALT CHECK......OK -[0] The total amount of wall time = 345.695271 -[0] The maximum resident set size (KB) = 566624 +[0] The total amount of wall time = 345.842799 +[0] The maximum resident set size (KB) = 569008 Test 041 regional_netcdf_parallel PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/fv3_regional_RRTMGP -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/regional_RRTMGP +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/regional_RRTMGP Checking test 042 regional_RRTMGP results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1720,14 +1720,14 @@ Checking test 042 regional_RRTMGP results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK -[0] The total amount of wall time = 452.683119 -[0] The maximum resident set size (KB) = 693412 +[0] The total amount of wall time = 451.744993 +[0] The maximum resident set size (KB) = 693220 Test 042 regional_RRTMGP PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/rap_control -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/rap_control +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/rap_control Checking test 043 rap_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1774,14 +1774,14 @@ Checking test 043 rap_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -[0] The total amount of wall time = 398.732265 -[0] The maximum resident set size (KB) = 842508 +[0] The total amount of wall time = 393.978743 +[0] The maximum resident set size (KB) = 839332 Test 043 rap_control PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/rap_control -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/rap_2threads +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/rap_2threads Checking test 044 rap_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1828,14 +1828,14 @@ Checking test 044 rap_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -[0] The total amount of wall time = 374.792020 -[0] The maximum resident set size (KB) = 895672 +[0] The total amount of wall time = 372.888708 +[0] The maximum resident set size (KB) = 896076 Test 044 rap_2threads PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/rap_control -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/rap_restart +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/rap_restart Checking test 045 rap_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1874,14 +1874,14 @@ Checking test 045 rap_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -[0] The total amount of wall time = 201.747625 -[0] The maximum resident set size (KB) = 590280 +[0] The total amount of wall time = 203.926254 +[0] The maximum resident set size (KB) = 590944 Test 045 rap_restart PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/rap_sfcdiff -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/rap_sfcdiff +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/rap_sfcdiff Checking test 046 rap_sfcdiff results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1928,14 +1928,14 @@ Checking test 046 rap_sfcdiff results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -[0] The total amount of wall time = 397.618435 -[0] The maximum resident set size (KB) = 839932 +[0] The total amount of wall time = 396.764504 +[0] The maximum resident set size (KB) = 838440 Test 046 rap_sfcdiff PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/rap_sfcdiff -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/rap_sfcdiff_restart +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/rap_sfcdiff_restart Checking test 047 rap_sfcdiff_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1974,14 +1974,14 @@ Checking test 047 rap_sfcdiff_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -[0] The total amount of wall time = 202.906300 -[0] The maximum resident set size (KB) = 592344 +[0] The total amount of wall time = 201.612903 +[0] The maximum resident set size (KB) = 589932 Test 047 rap_sfcdiff_restart PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/hrrr_control -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/hrrr_control +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/hrrr_control Checking test 048 hrrr_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2028,14 +2028,14 @@ Checking test 048 hrrr_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -[0] The total amount of wall time = 382.994816 -[0] The maximum resident set size (KB) = 838584 +[0] The total amount of wall time = 382.369667 +[0] The maximum resident set size (KB) = 838340 Test 048 hrrr_control PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/rrfs_v1beta -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/rrfs_v1beta +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/rrfs_v1beta Checking test 049 rrfs_v1beta results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2082,14 +2082,14 @@ Checking test 049 rrfs_v1beta results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -[0] The total amount of wall time = 391.433906 -[0] The maximum resident set size (KB) = 836224 +[0] The total amount of wall time = 388.723817 +[0] The maximum resident set size (KB) = 836272 Test 049 rrfs_v1beta PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/rrfs_conus13km_hrrr_warm -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/rrfs_conus13km_hrrr_warm +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/rrfs_conus13km_hrrr_warm Checking test 050 rrfs_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -2098,14 +2098,14 @@ Checking test 050 rrfs_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK -[0] The total amount of wall time = 182.936270 -[0] The maximum resident set size (KB) = 661796 +[0] The total amount of wall time = 178.763368 +[0] The maximum resident set size (KB) = 661688 Test 050 rrfs_conus13km_hrrr_warm PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/rrfs_conus13km_radar_tten_warm -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/rrfs_conus13km_radar_tten_warm +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/rrfs_conus13km_radar_tten_warm Checking test 051 rrfs_conus13km_radar_tten_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -2114,14 +2114,14 @@ Checking test 051 rrfs_conus13km_radar_tten_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK -[0] The total amount of wall time = 182.005722 -[0] The maximum resident set size (KB) = 662260 +[0] The total amount of wall time = 179.928440 +[0] The maximum resident set size (KB) = 662424 Test 051 rrfs_conus13km_radar_tten_warm PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/control_rrtmgp -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/control_rrtmgp +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/control_rrtmgp Checking test 052 control_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2132,14 +2132,14 @@ Checking test 052 control_rrtmgp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -[0] The total amount of wall time = 225.288380 -[0] The maximum resident set size (KB) = 591492 +[0] The total amount of wall time = 223.956076 +[0] The maximum resident set size (KB) = 592992 Test 052 control_rrtmgp PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/control_rrtmgp_c192 -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/control_rrtmgp_c192 +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/control_rrtmgp_c192 Checking test 053 control_rrtmgp_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -2150,14 +2150,14 @@ Checking test 053 control_rrtmgp_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -[0] The total amount of wall time = 609.522831 -[0] The maximum resident set size (KB) = 802428 +[0] The total amount of wall time = 609.363081 +[0] The maximum resident set size (KB) = 802860 Test 053 control_rrtmgp_c192 PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/control_csawmg -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/control_csawmg +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/control_csawmg Checking test 054 control_csawmg results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2168,14 +2168,14 @@ Checking test 054 control_csawmg results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -[0] The total amount of wall time = 365.059135 -[0] The maximum resident set size (KB) = 530472 +[0] The total amount of wall time = 364.893321 +[0] The maximum resident set size (KB) = 531468 Test 054 control_csawmg PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/control_csawmgt -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/control_csawmgt +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/control_csawmgt Checking test 055 control_csawmgt results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2186,14 +2186,14 @@ Checking test 055 control_csawmgt results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -[0] The total amount of wall time = 360.611391 -[0] The maximum resident set size (KB) = 528696 +[0] The total amount of wall time = 359.352841 +[0] The maximum resident set size (KB) = 530520 Test 055 control_csawmgt PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/control_flake -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/control_flake +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/control_flake Checking test 056 control_flake results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2204,14 +2204,14 @@ Checking test 056 control_flake results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -[0] The total amount of wall time = 243.921312 -[0] The maximum resident set size (KB) = 543576 +[0] The total amount of wall time = 245.556232 +[0] The maximum resident set size (KB) = 540416 Test 056 control_flake PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/control_ras -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/control_ras +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/control_ras Checking test 057 control_ras results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2222,14 +2222,14 @@ Checking test 057 control_ras results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -[0] The total amount of wall time = 192.424754 -[0] The maximum resident set size (KB) = 501424 +[0] The total amount of wall time = 192.272046 +[0] The maximum resident set size (KB) = 500948 Test 057 control_ras PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/control_thompson -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/control_thompson +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/control_thompson Checking test 058 control_thompson results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2240,14 +2240,14 @@ Checking test 058 control_thompson results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -[0] The total amount of wall time = 241.475163 -[0] The maximum resident set size (KB) = 855136 +[0] The total amount of wall time = 240.302765 +[0] The maximum resident set size (KB) = 857980 Test 058 control_thompson PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/control_thompson_no_aero -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/control_thompson_no_aero +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/control_thompson_no_aero Checking test 059 control_thompson_no_aero results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2258,54 +2258,54 @@ Checking test 059 control_thompson_no_aero results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -[0] The total amount of wall time = 230.166404 -[0] The maximum resident set size (KB) = 847440 +[0] The total amount of wall time = 230.341769 +[0] The maximum resident set size (KB) = 850532 Test 059 control_thompson_no_aero PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/control_wam_repro -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/control_wam_repro +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/control_wam_repro Checking test 060 control_wam results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK -[0] The total amount of wall time = 129.420688 -[0] The maximum resident set size (KB) = 235628 +[0] The total amount of wall time = 127.564720 +[0] The maximum resident set size (KB) = 235172 Test 060 control_wam PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/control_debug -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/control_debug +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/control_debug Checking test 061 control_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -[0] The total amount of wall time = 167.035824 -[0] The maximum resident set size (KB) = 540096 +[0] The total amount of wall time = 166.531798 +[0] The maximum resident set size (KB) = 543004 Test 061 control_debug PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/control_debug -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/control_2threads_debug +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/control_2threads_debug Checking test 062 control_2threads_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -[0] The total amount of wall time = 154.742359 -[0] The maximum resident set size (KB) = 583652 +[0] The total amount of wall time = 154.715876 +[0] The maximum resident set size (KB) = 581180 Test 062 control_2threads_debug PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/control_CubedSphereGrid_debug -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/control_CubedSphereGrid_debug +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/control_CubedSphereGrid_debug Checking test 063 control_CubedSphereGrid_debug results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -2332,522 +2332,522 @@ Checking test 063 control_CubedSphereGrid_debug results .... Comparing atmf001.tile5.nc .........OK Comparing atmf001.tile6.nc .........OK -[0] The total amount of wall time = 181.801231 -[0] The maximum resident set size (KB) = 541356 +[0] The total amount of wall time = 180.632645 +[0] The maximum resident set size (KB) = 542884 Test 063 control_CubedSphereGrid_debug PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/control_wrtGauss_netcdf_parallel_debug -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/control_wrtGauss_netcdf_parallel_debug +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/control_wrtGauss_netcdf_parallel_debug Checking test 064 control_wrtGauss_netcdf_parallel_debug results .... - Comparing sfcf000.nc .........OK - Comparing sfcf001.nc .........OK - Comparing atmf000.nc ............ALT CHECK......OK + Comparing sfcf000.nc ............ALT CHECK......OK + Comparing sfcf001.nc ............ALT CHECK......OK + Comparing atmf000.nc .........OK Comparing atmf001.nc ............ALT CHECK......OK -[0] The total amount of wall time = 170.638446 -[0] The maximum resident set size (KB) = 540284 +[0] The total amount of wall time = 169.735920 +[0] The maximum resident set size (KB) = 540012 Test 064 control_wrtGauss_netcdf_parallel_debug PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/control_stochy_debug -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/control_stochy_debug +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/control_stochy_debug Checking test 065 control_stochy_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -[0] The total amount of wall time = 191.140355 -[0] The maximum resident set size (KB) = 548412 +[0] The total amount of wall time = 191.416189 +[0] The maximum resident set size (KB) = 544104 Test 065 control_stochy_debug PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/control_lndp_debug -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/control_lndp_debug +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/control_lndp_debug Checking test 066 control_lndp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -[0] The total amount of wall time = 171.754722 -[0] The maximum resident set size (KB) = 546052 +[0] The total amount of wall time = 170.905415 +[0] The maximum resident set size (KB) = 548292 Test 066 control_lndp_debug PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/control_rrtmgp_debug -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/control_rrtmgp_debug +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/control_rrtmgp_debug Checking test 067 control_rrtmgp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -[0] The total amount of wall time = 185.960525 -[0] The maximum resident set size (KB) = 640368 +[0] The total amount of wall time = 186.182757 +[0] The maximum resident set size (KB) = 640132 Test 067 control_rrtmgp_debug PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/control_csawmg_debug -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/control_csawmg_debug +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/control_csawmg_debug Checking test 068 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 = 268.579850 -[0] The maximum resident set size (KB) = 582652 +[0] The total amount of wall time = 266.862324 +[0] The maximum resident set size (KB) = 575252 Test 068 control_csawmg_debug PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/control_csawmgt_debug -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/control_csawmgt_debug +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/control_csawmgt_debug Checking test 069 control_csawmgt_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -[0] The total amount of wall time = 264.516020 -[0] The maximum resident set size (KB) = 578808 +[0] The total amount of wall time = 264.162039 +[0] The maximum resident set size (KB) = 576936 Test 069 control_csawmgt_debug PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/control_ras_debug -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/control_ras_debug +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/control_ras_debug Checking test 070 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 = 173.565809 -[0] The maximum resident set size (KB) = 554636 +[0] The total amount of wall time = 173.178511 +[0] The maximum resident set size (KB) = 555964 Test 070 control_ras_debug PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/control_diag_debug -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/control_diag_debug +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/control_diag_debug Checking test 071 control_diag_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -[0] The total amount of wall time = 176.826326 -[0] The maximum resident set size (KB) = 598264 +[0] The total amount of wall time = 176.009738 +[0] The maximum resident set size (KB) = 597640 Test 071 control_diag_debug PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/control_debug_p8 -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/control_debug_p8 +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/control_debug_p8 Checking test 072 control_debug_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -[0] The total amount of wall time = 182.991969 -[0] The maximum resident set size (KB) = 561524 +[0] The total amount of wall time = 182.225084 +[0] The maximum resident set size (KB) = 560048 Test 072 control_debug_p8 PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/control_thompson_debug -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/control_thompson_debug +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/control_thompson_debug Checking test 073 control_thompson_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -[0] The total amount of wall time = 196.580739 -[0] The maximum resident set size (KB) = 906220 +[0] The total amount of wall time = 196.005384 +[0] The maximum resident set size (KB) = 900336 Test 073 control_thompson_debug PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/control_thompson_no_aero_debug -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/control_thompson_no_aero_debug +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/control_thompson_no_aero_debug Checking test 074 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 = 189.758127 -[0] The maximum resident set size (KB) = 896400 +[0] The total amount of wall time = 191.654164 +[0] The maximum resident set size (KB) = 899336 Test 074 control_thompson_no_aero_debug PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/control_thompson_debug_extdiag -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/control_thompson_extdiag_debug +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/control_thompson_extdiag_debug Checking test 075 control_thompson_extdiag_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -[0] The total amount of wall time = 206.632334 -[0] The maximum resident set size (KB) = 933368 +[0] The total amount of wall time = 205.805597 +[0] The maximum resident set size (KB) = 931376 Test 075 control_thompson_extdiag_debug PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/control_thompson_progcld_thompson_debug -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/control_thompson_progcld_thompson_debug +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/control_thompson_progcld_thompson_debug Checking test 076 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 = 196.152819 -[0] The maximum resident set size (KB) = 903584 +[0] The total amount of wall time = 196.552085 +[0] The maximum resident set size (KB) = 905168 Test 076 control_thompson_progcld_thompson_debug PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/fv3_regional_debug -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/regional_debug +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/regional_debug Checking test 077 regional_debug results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK Comparing phyf000.nc .........OK Comparing phyf001.nc .........OK -[0] The total amount of wall time = 282.487287 -[0] The maximum resident set size (KB) = 596716 +[0] The total amount of wall time = 282.488005 +[0] The maximum resident set size (KB) = 595432 Test 077 regional_debug PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/rap_control_debug -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/rap_control_debug +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/rap_control_debug Checking test 078 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 = 306.064637 -[0] The maximum resident set size (KB) = 905960 +[0] The total amount of wall time = 304.353113 +[0] The maximum resident set size (KB) = 905436 Test 078 rap_control_debug PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/rap_control_debug -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/rap_unified_drag_suite_debug +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/rap_unified_drag_suite_debug Checking test 079 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 = 304.926316 -[0] The maximum resident set size (KB) = 909108 +[0] The total amount of wall time = 304.377839 +[0] The maximum resident set size (KB) = 910252 Test 079 rap_unified_drag_suite_debug PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/rap_diag_debug -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/rap_diag_debug +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/rap_diag_debug Checking test 080 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 = 320.534208 -[0] The maximum resident set size (KB) = 988312 +[0] The total amount of wall time = 321.157715 +[0] The maximum resident set size (KB) = 990564 Test 080 rap_diag_debug PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/rap_cires_ugwp_debug -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/rap_cires_ugwp_debug +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/rap_cires_ugwp_debug Checking test 081 rap_cires_ugwp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -[0] The total amount of wall time = 310.524110 -[0] The maximum resident set size (KB) = 908820 +[0] The total amount of wall time = 311.674539 +[0] The maximum resident set size (KB) = 910808 Test 081 rap_cires_ugwp_debug PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/rap_cires_ugwp_debug -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/rap_unified_ugwp_debug +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/rap_unified_ugwp_debug Checking test 082 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 = 311.532145 -[0] The maximum resident set size (KB) = 908136 +[0] The total amount of wall time = 310.639684 +[0] The maximum resident set size (KB) = 907188 Test 082 rap_unified_ugwp_debug PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/rap_noah_debug -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/rap_noah_debug +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/rap_noah_debug Checking test 083 rap_noah_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -[0] The total amount of wall time = 301.240885 -[0] The maximum resident set size (KB) = 907816 +[0] The total amount of wall time = 300.504303 +[0] The maximum resident set size (KB) = 905812 Test 083 rap_noah_debug PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/rap_rrtmgp_debug -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/rap_rrtmgp_debug +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/rap_rrtmgp_debug Checking test 084 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 = 519.071443 -[0] The maximum resident set size (KB) = 1008428 +[0] The total amount of wall time = 519.695466 +[0] The maximum resident set size (KB) = 1006044 Test 084 rap_rrtmgp_debug PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/rap_lndp_debug -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/rap_lndp_debug +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/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 -[0] The total amount of wall time = 306.658470 -[0] The maximum resident set size (KB) = 908224 +[0] The total amount of wall time = 306.814039 +[0] The maximum resident set size (KB) = 911020 Test 085 rap_lndp_debug PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/rap_sfcdiff_debug -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/rap_sfcdiff_debug +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/rap_sfcdiff_debug Checking test 086 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 = 305.348383 -[0] The maximum resident set size (KB) = 907180 +[0] The total amount of wall time = 304.914353 +[0] The maximum resident set size (KB) = 907956 Test 086 rap_sfcdiff_debug PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/rap_flake_debug -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/rap_flake_debug +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/rap_flake_debug Checking test 087 rap_flake_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -[0] The total amount of wall time = 305.454178 -[0] The maximum resident set size (KB) = 906156 +[0] The total amount of wall time = 303.951117 +[0] The maximum resident set size (KB) = 911012 Test 087 rap_flake_debug PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/rap_noah_sfcdiff_cires_ugwp_debug -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/rap_noah_sfcdiff_cires_ugwp_debug +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/rap_noah_sfcdiff_cires_ugwp_debug Checking test 088 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 = 508.060356 -[0] The maximum resident set size (KB) = 907152 +[0] The total amount of wall time = 509.690656 +[0] The maximum resident set size (KB) = 906160 Test 088 rap_noah_sfcdiff_cires_ugwp_debug PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/rap_progcld_thompson_debug -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/rap_progcld_thompson_debug +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/rap_progcld_thompson_debug Checking test 089 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 = 305.431246 -[0] The maximum resident set size (KB) = 906088 +[0] The total amount of wall time = 304.454390 +[0] The maximum resident set size (KB) = 907252 Test 089 rap_progcld_thompson_debug PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/rrfs_v1beta_debug -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/rrfs_v1beta_debug +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/rrfs_v1beta_debug Checking test 090 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 = 304.212670 -[0] The maximum resident set size (KB) = 907580 +[0] The total amount of wall time = 302.619577 +[0] The maximum resident set size (KB) = 903864 Test 090 rrfs_v1beta_debug PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/control_wam_debug -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/control_wam_debug +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/control_wam_debug Checking test 091 control_wam_debug results .... Comparing sfcf019.nc .........OK Comparing atmf019.nc .........OK -[0] The total amount of wall time = 323.077448 -[0] The maximum resident set size (KB) = 260512 +[0] The total amount of wall time = 322.630762 +[0] The maximum resident set size (KB) = 257140 Test 091 control_wam_debug PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/hafs_regional_atm -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/hafs_regional_atm +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/hafs_regional_atm Checking test 092 hafs_regional_atm results .... - Comparing atmf006.nc .........OK + Comparing atmf006.nc ............ALT CHECK......OK Comparing sfcf006.nc ............ALT CHECK......OK -[0] The total amount of wall time = 606.003528 -[0] The maximum resident set size (KB) = 728464 +[0] The total amount of wall time = 596.519681 +[0] The maximum resident set size (KB) = 726860 Test 092 hafs_regional_atm PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/hafs_regional_atm_thompson_gfdlsf -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/hafs_regional_atm_thompson_gfdlsf +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/hafs_regional_atm_thompson_gfdlsf Checking test 093 hafs_regional_atm_thompson_gfdlsf results .... - Comparing atmf006.nc ............ALT CHECK......OK + Comparing atmf006.nc .........OK Comparing sfcf006.nc ............ALT CHECK......OK -[0] The total amount of wall time = 604.315255 -[0] The maximum resident set size (KB) = 1084028 +[0] The total amount of wall time = 594.475280 +[0] The maximum resident set size (KB) = 1083140 Test 093 hafs_regional_atm_thompson_gfdlsf PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/hafs_regional_atm_ocn -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/hafs_regional_atm_ocn +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/hafs_regional_atm_ocn Checking test 094 hafs_regional_atm_ocn results .... - Comparing atmf006.nc ............ALT CHECK......OK + Comparing atmf006.nc .........OK Comparing sfcf006.nc ............ALT CHECK......OK Comparing archv.2019_241_06.a .........OK Comparing archs.2019_241_06.a .........OK Comparing ufs.hafs.cpl.hi.2019-08-29-21600.nc .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK -[0] The total amount of wall time = 597.002487 -[0] The maximum resident set size (KB) = 742356 +[0] The total amount of wall time = 592.454921 +[0] The maximum resident set size (KB) = 741656 Test 094 hafs_regional_atm_ocn PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/hafs_regional_atm_wav -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/hafs_regional_atm_wav +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/hafs_regional_atm_wav Checking test 095 hafs_regional_atm_wav results .... Comparing atmf006.nc ............ALT CHECK......OK Comparing sfcf006.nc .........OK Comparing out_grd.ww3 .........OK Comparing out_pnt.ww3 .........OK -[0] The total amount of wall time = 978.930613 -[0] The maximum resident set size (KB) = 743624 +[0] The total amount of wall time = 981.855326 +[0] The maximum resident set size (KB) = 740196 Test 095 hafs_regional_atm_wav PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/hafs_regional_atm_ocn_wav -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/hafs_regional_atm_ocn_wav +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/hafs_regional_atm_ocn_wav Checking test 096 hafs_regional_atm_ocn_wav results .... Comparing atmf006.nc ............ALT CHECK......OK - Comparing sfcf006.nc ............ALT CHECK......OK + Comparing sfcf006.nc .........OK Comparing archv.2019_241_06.a .........OK Comparing archs.2019_241_06.a .........OK Comparing out_grd.ww3 .........OK Comparing out_pnt.ww3 .........OK -[0] The total amount of wall time = 1041.144446 -[0] The maximum resident set size (KB) = 741584 +[0] The total amount of wall time = 1041.264151 +[0] The maximum resident set size (KB) = 746848 Test 096 hafs_regional_atm_ocn_wav PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/hafs_regional_1nest_atm -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/hafs_regional_1nest_atm +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/hafs_regional_1nest_atm Checking test 097 hafs_regional_1nest_atm results .... Comparing atmf006.nc ............ALT CHECK......OK Comparing sfcf006.nc .........OK -[0] The total amount of wall time = 388.055194 -[0] The maximum resident set size (KB) = 304656 +[0] The total amount of wall time = 384.740188 +[0] The maximum resident set size (KB) = 304132 Test 097 hafs_regional_1nest_atm PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/hafs_regional_telescopic_2nests_atm -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/hafs_regional_telescopic_2nests_atm +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/hafs_regional_telescopic_2nests_atm Checking test 098 hafs_regional_telescopic_2nests_atm results .... Comparing atmf006.nc ............ALT CHECK......OK Comparing sfcf006.nc ............ALT CHECK......OK -[0] The total amount of wall time = 667.736963 -[0] The maximum resident set size (KB) = 316724 +[0] The total amount of wall time = 723.118684 +[0] The maximum resident set size (KB) = 314260 Test 098 hafs_regional_telescopic_2nests_atm PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/hafs_global_1nest_atm -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/hafs_global_1nest_atm +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/hafs_global_1nest_atm Checking test 099 hafs_global_1nest_atm results .... Comparing atmf006.nc ............ALT CHECK......OK Comparing sfcf006.nc ............ALT CHECK......OK -[0] The total amount of wall time = 649.203243 -[0] The maximum resident set size (KB) = 210700 +[0] The total amount of wall time = 650.439191 +[0] The maximum resident set size (KB) = 210448 Test 099 hafs_global_1nest_atm PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/hafs_global_multiple_4nests_atm -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/hafs_global_multiple_4nests_atm +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/hafs_global_multiple_4nests_atm Checking test 100 hafs_global_multiple_4nests_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc ............ALT CHECK......OK -[0] The total amount of wall time = 664.105377 -[0] The maximum resident set size (KB) = 259412 +[0] The total amount of wall time = 656.885847 +[0] The maximum resident set size (KB) = 260344 Test 100 hafs_global_multiple_4nests_atm PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/hafs_regional_docn -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/hafs_regional_docn +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/hafs_regional_docn Checking test 101 hafs_regional_docn results .... Comparing atmf006.nc ............ALT CHECK......OK Comparing sfcf006.nc ............ALT CHECK......OK @@ -2855,120 +2855,120 @@ Checking test 101 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 = 590.049635 -[0] The maximum resident set size (KB) = 742884 +[0] The total amount of wall time = 592.802054 +[0] The maximum resident set size (KB) = 739032 Test 101 hafs_regional_docn PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/hafs_regional_docn_oisst -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/hafs_regional_docn_oisst +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/hafs_regional_docn_oisst Checking test 102 hafs_regional_docn_oisst results .... Comparing atmf006.nc ............ALT CHECK......OK - Comparing sfcf006.nc ............ALT CHECK......OK + Comparing sfcf006.nc .........OK Comparing ufs.hafs.cpl.hi.2019-08-29-21600.nc .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK Comparing ufs.hafs.docn.r.2019-08-29-21600.nc .........OK -[0] The total amount of wall time = 589.376016 -[0] The maximum resident set size (KB) = 743188 +[0] The total amount of wall time = 591.700506 +[0] The maximum resident set size (KB) = 745936 Test 102 hafs_regional_docn_oisst PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/hafs_regional_datm_cdeps -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/hafs_regional_datm_cdeps +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/hafs_regional_datm_cdeps Checking test 103 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 = 1085.248683 -[0] The maximum resident set size (KB) = 894684 +[0] The total amount of wall time = 1085.279987 +[0] The maximum resident set size (KB) = 898580 Test 103 hafs_regional_datm_cdeps PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/datm_cdeps_control_cfsr -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/datm_cdeps_control_cfsr +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/datm_cdeps_control_cfsr Checking test 104 datm_cdeps_control_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK -[0] The total amount of wall time = 168.842846 -[0] The maximum resident set size (KB) = 725372 +[0] The total amount of wall time = 173.964236 +[0] The maximum resident set size (KB) = 742860 Test 104 datm_cdeps_control_cfsr PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/datm_cdeps_control_cfsr -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/datm_cdeps_restart_cfsr +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/datm_cdeps_restart_cfsr Checking test 105 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 = 115.625003 -[0] The maximum resident set size (KB) = 724624 +[0] The total amount of wall time = 116.625408 +[0] The maximum resident set size (KB) = 724992 Test 105 datm_cdeps_restart_cfsr PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/datm_cdeps_control_gefs -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/datm_cdeps_control_gefs +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/datm_cdeps_control_gefs Checking test 106 datm_cdeps_control_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK -[0] The total amount of wall time = 163.481974 -[0] The maximum resident set size (KB) = 624116 +[0] The total amount of wall time = 163.677801 +[0] The maximum resident set size (KB) = 625688 Test 106 datm_cdeps_control_gefs PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/datm_cdeps_stochy_gefs -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/datm_cdeps_stochy_gefs +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/datm_cdeps_stochy_gefs Checking test 107 datm_cdeps_stochy_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK -[0] The total amount of wall time = 165.064085 -[0] The maximum resident set size (KB) = 624576 +[0] The total amount of wall time = 166.790974 +[0] The maximum resident set size (KB) = 626384 Test 107 datm_cdeps_stochy_gefs PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/datm_cdeps_bulk_cfsr -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/datm_cdeps_bulk_cfsr +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/datm_cdeps_bulk_cfsr Checking test 108 datm_cdeps_bulk_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK -[0] The total amount of wall time = 169.841013 -[0] The maximum resident set size (KB) = 724704 +[0] The total amount of wall time = 171.340936 +[0] The maximum resident set size (KB) = 724684 Test 108 datm_cdeps_bulk_cfsr PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/datm_cdeps_bulk_gefs -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/datm_cdeps_bulk_gefs +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/datm_cdeps_bulk_gefs Checking test 109 datm_cdeps_bulk_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK -[0] The total amount of wall time = 163.544785 -[0] The maximum resident set size (KB) = 625292 +[0] The total amount of wall time = 165.574107 +[0] The maximum resident set size (KB) = 625316 Test 109 datm_cdeps_bulk_gefs PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/datm_cdeps_mx025_cfsr -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/datm_cdeps_mx025_cfsr +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/datm_cdeps_mx025_cfsr Checking test 110 datm_cdeps_mx025_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK @@ -2977,14 +2977,14 @@ Checking test 110 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 = 361.816839 -[0] The maximum resident set size (KB) = 575412 +[0] The total amount of wall time = 340.872138 +[0] The maximum resident set size (KB) = 568204 Test 110 datm_cdeps_mx025_cfsr PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/datm_cdeps_mx025_gefs -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/datm_cdeps_mx025_gefs +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/datm_cdeps_mx025_gefs Checking test 111 datm_cdeps_mx025_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK @@ -2993,51 +2993,51 @@ Checking test 111 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 = 361.047241 -[0] The maximum resident set size (KB) = 543028 +[0] The total amount of wall time = 340.652257 +[0] The maximum resident set size (KB) = 543272 Test 111 datm_cdeps_mx025_gefs PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/datm_cdeps_control_cfsr -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/datm_cdeps_multiple_files_cfsr +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/datm_cdeps_multiple_files_cfsr Checking test 112 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 = 170.623530 -[0] The maximum resident set size (KB) = 724796 +[0] The total amount of wall time = 170.064076 +[0] The maximum resident set size (KB) = 723564 Test 112 datm_cdeps_multiple_files_cfsr PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/datm_cdeps_3072x1536_cfsr -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/datm_cdeps_3072x1536_cfsr +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/datm_cdeps_3072x1536_cfsr Checking test 113 datm_cdeps_3072x1536_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR3072x1536.cpl.r.2011-10-02-00000.nc .........OK -[0] The total amount of wall time = 246.125430 -[0] The maximum resident set size (KB) = 1833484 +[0] The total amount of wall time = 245.939743 +[0] The maximum resident set size (KB) = 1836088 Test 113 datm_cdeps_3072x1536_cfsr PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/datm_cdeps_debug_cfsr -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/datm_cdeps_debug_cfsr +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/datm_cdeps_debug_cfsr Checking test 114 datm_cdeps_debug_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-01-21600.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-01-21600.nc .........OK -[0] The total amount of wall time = 496.962011 -[0] The maximum resident set size (KB) = 728916 +[0] The total amount of wall time = 495.910323 +[0] The maximum resident set size (KB) = 727828 Test 114 datm_cdeps_debug_cfsr PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/control_atmwav -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/control_atmwav +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/control_atmwav Checking test 115 control_atmwav results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -3081,14 +3081,14 @@ Checking test 115 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.042417 -[0] The maximum resident set size (KB) = 488888 +[0] The total amount of wall time = 93.347554 +[0] The maximum resident set size (KB) = 486832 Test 115 control_atmwav PASS baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20220120/control_c384gdas_wav -working dir = /gpfs/dell2/ptmp/Dom.Heinzeller/FV3_RT/rt_37331/control_c384gdas_wav +working dir = /gpfs/dell2/ptmp/Bin.Li/FV3_RT/rt_49063/control_c384gdas_wav Checking test 116 control_c384gdas_wav results .... Comparing sfcf000.nc .........OK Comparing sfcf003.nc .........OK @@ -3134,12 +3134,12 @@ Checking test 116 control_c384gdas_wav results .... Comparing 20210322.030000.restart.gnh_10m .........OK Comparing 20210322.030000.restart.gsh_15m .........OK -[0] The total amount of wall time = 625.966504 -[0] The maximum resident set size (KB) = 1048448 +[0] The total amount of wall time = 618.558885 +[0] The maximum resident set size (KB) = 1050060 Test 116 control_c384gdas_wav PASS REGRESSION TEST WAS SUCCESSFUL -Thu Jan 20 04:50:26 UTC 2022 -Elapsed time: 01h:39m:06s. Have a nice day! +Fri Jan 21 14:16:50 UTC 2022 +Elapsed time: 17h:34m:51s. Have a nice day! diff --git a/tests/rt.sh b/tests/rt.sh index b702a132c6..6f95fc8cc7 100755 --- a/tests/rt.sh +++ b/tests/rt.sh @@ -9,17 +9,18 @@ die() { echo "$@" >&2; exit 1; } usage() { set +x echo - echo "Usage: $0 -c | -e | -h | -k | -w | -l | -m | -n | -r " + echo "Usage: $0 -c | -e | -h | -k | -w | -d | -l | -m | -n | -r " echo echo " -c create new baseline results" echo " -e use ecFlow workflow manager" echo " -h display this help" - echo " -k keep run directory" + echo " -k keep run directory after rt.sh is completed" echo " -l runs test specified in " echo " -m compare against new baseline results" echo " -n run single test " echo " -r use Rocoto workflow manager" echo " -w for weekly_test, skip comparing baseline results" + echo " -d delete run direcotries that are not used by other tests" echo set -x exit 1 @@ -63,7 +64,7 @@ rt_single() { } rt_35d() { -if [[ $TEST_NAME =~ 'cpld_bmark_p7_35d' ]] ; then +if [[ $TEST_NAME =~ '35d' ]] ; then local sy=$(echo ${DATE_35D} | cut -c 1-4) local sm=$(echo ${DATE_35D} | cut -c 5-6) local new_test_name="tests/${TEST_NAME}_${DATE_35D}" @@ -411,10 +412,11 @@ KEEP_RUNDIR=false SINGLE_NAME='' TEST_35D=false export skip_check_results=false +export delete_rundir=false TESTS_FILE='rt.conf' -while getopts ":cl:mn:wkreh" opt; do +while getopts ":cl:mn:dwkreh" opt; do case $opt in c) CREATE_BASELINE=true @@ -431,6 +433,10 @@ while getopts ":cl:mn:wkreh" opt; do TESTS_FILE='rt.conf.single' rm -f $TESTS_FILE ;; + d) + export delete_rundir=true + awk -F "|" '{print $5}' rt.conf | grep "\S" > keep_tests.tmp + ;; w) export skip_check_results=true ;; @@ -800,6 +806,7 @@ EOF export LOG_DIR=${LOG_DIR} export DEP_RUN=${DEP_RUN} export skip_check_results=${skip_check_results} + export delete_rundir=${delete_rundir} EOF if [[ $ROCOTO == true ]]; then @@ -864,7 +871,7 @@ else echo ; echo REGRESSION TEST WAS SUCCESSFUL (echo ; echo REGRESSION TEST WAS SUCCESSFUL) >> ${REGRESSIONTEST_LOG} - rm -f fv3_*.x fv3_*.exe modules.fv3_* + rm -f fv3_*.x fv3_*.exe modules.fv3_* keep_tests.tmp [[ ${KEEP_RUNDIR} == false ]] && rm -rf ${RUNDIR_ROOT} [[ ${ROCOTO} == true ]] && rm -f ${ROCOTO_XML} ${ROCOTO_DB} *_lock.db [[ ${TEST_35D} == true ]] && rm -f tests/cpld_bmark*_20* diff --git a/tests/rt_weekly.conf b/tests/rt_weekly.conf index f8616842f3..85e25b683b 100644 --- a/tests/rt_weekly.conf +++ b/tests/rt_weekly.conf @@ -6,7 +6,7 @@ COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_nsstNoahmpUGWPv1 -D32B RUN | control_c768 | - wcoss_cray | fv3 | # CPLD Benchmark 35d tests -# The length of forecast is one day for the weekly tests. +# The length of forecast is 5 days for the weekly tests. COMPILE | -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v16_coupled_p8 | + hera.intel | fv3 | | RUN | cpld_bmark_p8_35d | | fv3 | | 2012010100 RUN | cpld_bmark_p8_35d | | fv3 | | 2012040100 diff --git a/tests/run_test.sh b/tests/run_test.sh index d7bf7b62ca..030ed8588e 100755 --- a/tests/run_test.sh +++ b/tests/run_test.sh @@ -266,5 +266,22 @@ fi echo " $( date +%s )" >> ${LOG_DIR}/job_${JOB_NR}_timestamp.txt +################################################################################ +# Remove RUN_DIRs if they are no longer needed by other tests +################################################################################ +if [[ ${delete_rundir} = true ]]; then + keep_run_dir=false + while read -r line; do + keep_test=$(echo $line| sed -e 's/^ *//' -e 's/ *$//') + if [[ $TEST_NAME == ${keep_test} ]]; then + keep_run_dir=true + fi + done < ${PATHRT}/keep_tests.tmp + + if [[ ${keep_run_dir} == false ]]; then + rm -rf ${RUNDIR} + fi +fi + elapsed=$SECONDS echo "Elapsed time $elapsed seconds. Test ${TEST_NAME}" diff --git a/tests/tests/datm_cdeps_3072x1536_cfsr b/tests/tests/datm_cdeps_3072x1536_cfsr index 22d819af56..2c90871ef2 100644 --- a/tests/tests/datm_cdeps_3072x1536_cfsr +++ b/tests/tests/datm_cdeps_3072x1536_cfsr @@ -23,6 +23,6 @@ export mesh_file=gfs_mesh.nc export MESH_ATM=DATM_INPUT/${mesh_file} export atm_datamode=GFS export RESTART_N=12 -export stream_files="DATM_INPUT/cfsr.2011100100_3072x1536.nc DATM_INPUT/cfsr.2011100106_3072x1536.nc DATM_INPUT/cfsr.2011100112_3072x1536.nc DATM_INPUT/cfsr.2011100118_3072x1536.nc DATM_INPUT/cfsr.2011100200_3072x1536.nc" +export stream_files="DATM_INPUT/cfsr.2011100100_3072x1536.nc DATM_INPUT/cfsr.2011100106_3072x1536.nc DATM_INPUT/cfsr.2011100112_3072x1536.nc DATM_INPUT/cfsr.2011100118_3072x1536.nc DATM_INPUT/cfsr.2011100200_3072x1536.nc DATM_INPUT/cfsr.2011100206_3072x1536.nc" export eps_imesh='2.5e-1' export FV3_RUN=cpld_datm_cdeps.IN diff --git a/tests/tests/datm_cdeps_multiple_files_cfsr b/tests/tests/datm_cdeps_multiple_files_cfsr index 75a6f76ed6..f5c92c9ecf 100644 --- a/tests/tests/datm_cdeps_multiple_files_cfsr +++ b/tests/tests/datm_cdeps_multiple_files_cfsr @@ -14,6 +14,6 @@ export FILENAME_BASE='cfsr.' export IATM=1760 export JATM=880 export RESTART_N=12 -export stream_files="DATM_INPUT/cfsr.2011100100.nc DATM_INPUT/cfsr.2011100106.nc DATM_INPUT/cfsr.2011100112.nc DATM_INPUT/cfsr.2011100118.nc DATM_INPUT/cfsr.2011100200.nc" +export stream_files="DATM_INPUT/cfsr.2011100100.nc DATM_INPUT/cfsr.2011100106.nc DATM_INPUT/cfsr.2011100112.nc DATM_INPUT/cfsr.2011100118.nc DATM_INPUT/cfsr.2011100200.nc DATM_INPUT/cfsr.2011100206.nc" export eps_imesh='2.5e-1' export FV3_RUN=cpld_datm_cdeps.IN