diff --git a/CMakeLists.txt b/CMakeLists.txt index 91fa89b806..eac52d6424 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 ATMAQ ATMW ATML LND S2S S2SA S2SW S2SWA S2SWAL HAFS HAFSW HAFS-ALL NG-GODAS) +list(APPEND VALID_APPS ATM ATMAERO ATMAQ ATMW ATMWM ATML LND S2S S2SA S2SW S2SWA S2SWAL 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}") @@ -69,7 +69,7 @@ set(MOVING_NEST OFF CACHE BOOL "Enable moving nest code") set(OPENMP ON CACHE BOOL "Enable OpenMP threading") set(PARALLEL_NETCDF OFF CACHE BOOL "Enable parallel NetCDF") set(JEDI_DRIVER OFF CACHE BOOL "Enable JEDI as top level driver") -set(CMEPS_AOFLUX OFF CACHE BOOL "Enable atmosphere-ocean flux calculation in mediator") +set(CMEPS_AOFLUX OFF CACHE BOOL "Enable atmosphere-ocean flux calculation in mediator") set(CMAKE_Platform $ENV{CMAKE_Platform}) if(CMAKE_Platform) @@ -148,7 +148,7 @@ if(FMS) elseif (APP MATCHES "^(S2S|S2SA|S2SW|S2SWA|S2SWAL|NG-GODAS)$") add_library(fms ALIAS FMS::fms_r8) endif() - if(APP MATCHES "^(ATM|ATMAERO|ATMAQ|ATMW|ATML|LND|HAFS|HAFS-ALL)$") + if(APP MATCHES "^(ATM|ATMAERO|ATMAQ|ATMWM|ATMW|ATML|LND|HAFS|HAFS-ALL)$") if(32BIT) add_library(fms ALIAS FMS::fms_r4) else() @@ -201,7 +201,7 @@ endif() ### Wave components [WW3] ############################################################################### if(WW3) - if(APP MATCHES "^(ATMW)$") + if(APP MATCHES "^(ATMWM)$") set(SWITCH "multi_esmf" CACHE STRING "ESMF cap") set(UFS_CAP "MULTI_ESMF" CACHE STRING "Build with MULTI_ESMF cap") list(APPEND _ufs_defs_private FRONT_WW3=WMESMFMD) diff --git a/FV3 b/FV3 index ba3a674359..29d251026b 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit ba3a674359ee912d425cfaffd84e5ce3663f538c +Subproject commit 29d251026b671c5bcb2b165ccdbff0855209dc9e diff --git a/WW3 b/WW3 index df3c1e2dc5..081d5a64f2 160000 --- a/WW3 +++ b/WW3 @@ -1 +1 @@ -Subproject commit df3c1e2dc50a4fc52df7181fb494e9aae4d612a5 +Subproject commit 081d5a64f205caac7f920acec6004b1a184f5709 diff --git a/cmake/configure_apps.cmake b/cmake/configure_apps.cmake index d02ea508e5..23205f8966 100644 --- a/cmake/configure_apps.cmake +++ b/cmake/configure_apps.cmake @@ -13,13 +13,17 @@ ############################################################################### ### Configure Application Components ############################################################################### -if(APP MATCHES "^(ATM|ATMW|ATMAQ|ATML)$") +if(APP MATCHES "^(ATM|ATMW|ATMWM|ATMAQ|ATML)$") set(FMS ON CACHE BOOL "Enable FMS" FORCE) set(FV3 ON CACHE BOOL "Enable FV3" FORCE) set(STOCH_PHYS ON CACHE BOOL "Enable Stochastic Physics" FORCE) if(APP MATCHES "ATMW") set(WW3 ON CACHE BOOL "Enable WAVEWATCH III" FORCE) message("Configuring UFS app in Atmosphere with Waves mode") + set(CMEPS ON CACHE BOOL "Enable CMEPS" FORCE) + elseif(APP MATCHES "ATMWM") + set(WW3 ON CACHE BOOL "Enable WAVEWATCH III" FORCE) + message("Configuring UFS app in Atmosphere with Waves mode") elseif(APP MATCHES "ATMAQ") set(AQM ON CACHE BOOL "Enable AQM" FORCE) message("Configuring UFS app in Atmosphere with Air Quality mode") diff --git a/tests/RegressionTests_cheyenne.gnu.log b/tests/RegressionTests_cheyenne.gnu.log index eed3088486..28276a7ebc 100644 --- a/tests/RegressionTests_cheyenne.gnu.log +++ b/tests/RegressionTests_cheyenne.gnu.log @@ -1,21 +1,21 @@ -Wed Apr 19 14:47:43 MDT 2023 +Thu May 4 09:20:44 MDT 2023 Start Regression test -Compile 001 elapsed time 393 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_ras,FV3_GFS_v17_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 002 elapsed time 412 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 878 seconds. -DAPP=ATM -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 004 elapsed time 195 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 389 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 006 elapsed time 1101 seconds. -DAPP=ATM -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 007 elapsed time 872 seconds. -DAPP=ATM -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 008 elapsed time 887 seconds. -DAPP=ATM -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 009 elapsed time 640 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 010 elapsed time 586 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 011 elapsed time 367 seconds. -DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 012 elapsed time 304 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON - -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230419/GNU/control_c48 -working dir = /glade/scratch/dswales/FV3_RT/rt_13808/control_c48 +Compile 001 elapsed time 391 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_ras,FV3_GFS_v17_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 002 elapsed time 406 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 876 seconds. -DAPP=ATM -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 004 elapsed time 197 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 005 elapsed time 388 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 006 elapsed time 1121 seconds. -DAPP=ATM -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 007 elapsed time 894 seconds. -DAPP=ATM -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 008 elapsed time 880 seconds. -DAPP=ATM -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 009 elapsed time 632 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 010 elapsed time 579 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 011 elapsed time 366 seconds. -DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 012 elapsed time 314 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON + +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/GNU/control_c48 +working dir = /glade/scratch/dswales/FV3_RT/rt_56736/control_c48 Checking test 001 control_c48 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -54,14 +54,14 @@ Checking test 001 control_c48 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 824.219638 -0:The maximum resident set size (KB) = 679784 +0:The total amount of wall time = 820.440975 +0:The maximum resident set size (KB) = 685300 Test 001 control_c48 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230419/GNU/control_stochy -working dir = /glade/scratch/dswales/FV3_RT/rt_13808/control_stochy +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/GNU/control_stochy +working dir = /glade/scratch/dswales/FV3_RT/rt_56736/control_stochy Checking test 002 control_stochy results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -72,14 +72,14 @@ Checking test 002 control_stochy results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -0:The total amount of wall time = 175.051754 -0:The maximum resident set size (KB) = 443452 +0:The total amount of wall time = 178.021780 +0:The maximum resident set size (KB) = 443388 Test 002 control_stochy PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230419/GNU/control_ras -working dir = /glade/scratch/dswales/FV3_RT/rt_13808/control_ras +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/GNU/control_ras +working dir = /glade/scratch/dswales/FV3_RT/rt_56736/control_ras Checking test 003 control_ras results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -90,14 +90,14 @@ Checking test 003 control_ras results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 291.943243 -0:The maximum resident set size (KB) = 451884 +0:The total amount of wall time = 294.493620 +0:The maximum resident set size (KB) = 451956 Test 003 control_ras PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230419/GNU/control_p8 -working dir = /glade/scratch/dswales/FV3_RT/rt_13808/control_p8 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/GNU/control_p8 +working dir = /glade/scratch/dswales/FV3_RT/rt_56736/control_p8 Checking test 004 control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -144,14 +144,14 @@ Checking test 004 control_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 312.780018 -0:The maximum resident set size (KB) = 1224624 +0:The total amount of wall time = 309.723078 +0:The maximum resident set size (KB) = 1224584 Test 004 control_p8 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230419/GNU/rap_control -working dir = /glade/scratch/dswales/FV3_RT/rt_13808/rap_control +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/GNU/rap_control +working dir = /glade/scratch/dswales/FV3_RT/rt_56736/rap_control Checking test 005 rap_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -198,14 +198,14 @@ Checking test 005 rap_control results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 708.199675 -0:The maximum resident set size (KB) = 792016 +0:The total amount of wall time = 716.263862 +0:The maximum resident set size (KB) = 792028 Test 005 rap_control PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230419/GNU/rap_control -working dir = /glade/scratch/dswales/FV3_RT/rt_13808/rap_decomp +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/GNU/rap_control +working dir = /glade/scratch/dswales/FV3_RT/rt_56736/rap_decomp Checking test 006 rap_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -252,14 +252,14 @@ Checking test 006 rap_decomp results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 726.613487 -0:The maximum resident set size (KB) = 791940 +0:The total amount of wall time = 723.387088 +0:The maximum resident set size (KB) = 792180 Test 006 rap_decomp PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230419/GNU/rap_control -working dir = /glade/scratch/dswales/FV3_RT/rt_13808/rap_2threads +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/GNU/rap_control +working dir = /glade/scratch/dswales/FV3_RT/rt_56736/rap_2threads Checking test 007 rap_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -306,14 +306,14 @@ Checking test 007 rap_2threads results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 654.621816 -0:The maximum resident set size (KB) = 865444 +0:The total amount of wall time = 656.929451 +0:The maximum resident set size (KB) = 865716 Test 007 rap_2threads PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230419/GNU/rap_control -working dir = /glade/scratch/dswales/FV3_RT/rt_13808/rap_restart +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/GNU/rap_control +working dir = /glade/scratch/dswales/FV3_RT/rt_56736/rap_restart Checking test 008 rap_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -352,14 +352,14 @@ Checking test 008 rap_restart results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 355.276661 -0:The maximum resident set size (KB) = 539404 +0:The total amount of wall time = 354.573016 +0:The maximum resident set size (KB) = 539108 Test 008 rap_restart PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230419/GNU/rap_sfcdiff -working dir = /glade/scratch/dswales/FV3_RT/rt_13808/rap_sfcdiff +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/GNU/rap_sfcdiff +working dir = /glade/scratch/dswales/FV3_RT/rt_56736/rap_sfcdiff Checking test 009 rap_sfcdiff results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -406,14 +406,14 @@ Checking test 009 rap_sfcdiff results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 713.526708 -0:The maximum resident set size (KB) = 792432 +0:The total amount of wall time = 713.687660 +0:The maximum resident set size (KB) = 792208 Test 009 rap_sfcdiff PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230419/GNU/rap_sfcdiff -working dir = /glade/scratch/dswales/FV3_RT/rt_13808/rap_sfcdiff_decomp +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/GNU/rap_sfcdiff +working dir = /glade/scratch/dswales/FV3_RT/rt_56736/rap_sfcdiff_decomp Checking test 010 rap_sfcdiff_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -460,14 +460,14 @@ Checking test 010 rap_sfcdiff_decomp results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 720.062440 -0:The maximum resident set size (KB) = 791588 +0:The total amount of wall time = 724.516932 +0:The maximum resident set size (KB) = 791592 Test 010 rap_sfcdiff_decomp PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230419/GNU/rap_sfcdiff -working dir = /glade/scratch/dswales/FV3_RT/rt_13808/rap_sfcdiff_restart +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/GNU/rap_sfcdiff +working dir = /glade/scratch/dswales/FV3_RT/rt_56736/rap_sfcdiff_restart Checking test 011 rap_sfcdiff_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -506,14 +506,14 @@ Checking test 011 rap_sfcdiff_restart results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 526.930278 -0:The maximum resident set size (KB) = 544680 +0:The total amount of wall time = 526.589083 +0:The maximum resident set size (KB) = 544736 Test 011 rap_sfcdiff_restart PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230419/GNU/hrrr_control -working dir = /glade/scratch/dswales/FV3_RT/rt_13808/hrrr_control +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/GNU/hrrr_control +working dir = /glade/scratch/dswales/FV3_RT/rt_56736/hrrr_control Checking test 012 hrrr_control results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -560,14 +560,14 @@ Checking test 012 hrrr_control results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 690.245944 -0:The maximum resident set size (KB) = 789376 +0:The total amount of wall time = 690.563027 +0:The maximum resident set size (KB) = 790068 Test 012 hrrr_control PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230419/GNU/hrrr_control -working dir = /glade/scratch/dswales/FV3_RT/rt_13808/hrrr_control_2threads +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/GNU/hrrr_control +working dir = /glade/scratch/dswales/FV3_RT/rt_56736/hrrr_control_2threads Checking test 013 hrrr_control_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -614,14 +614,14 @@ Checking test 013 hrrr_control_2threads results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 626.592563 -0:The maximum resident set size (KB) = 860416 +0:The total amount of wall time = 627.568628 +0:The maximum resident set size (KB) = 860360 Test 013 hrrr_control_2threads PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230419/GNU/hrrr_control -working dir = /glade/scratch/dswales/FV3_RT/rt_13808/hrrr_control_decomp +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/GNU/hrrr_control +working dir = /glade/scratch/dswales/FV3_RT/rt_56736/hrrr_control_decomp Checking test 014 hrrr_control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -668,14 +668,14 @@ Checking test 014 hrrr_control_decomp results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 695.888229 -0:The maximum resident set size (KB) = 789440 +0:The total amount of wall time = 690.423552 +0:The maximum resident set size (KB) = 789204 Test 014 hrrr_control_decomp PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230419/GNU/hrrr_control -working dir = /glade/scratch/dswales/FV3_RT/rt_13808/hrrr_control_restart +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/GNU/hrrr_control +working dir = /glade/scratch/dswales/FV3_RT/rt_56736/hrrr_control_restart Checking test 015 hrrr_control_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -714,14 +714,14 @@ Checking test 015 hrrr_control_restart results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 510.142709 -0:The maximum resident set size (KB) = 540916 +0:The total amount of wall time = 514.105445 +0:The maximum resident set size (KB) = 540596 Test 015 hrrr_control_restart PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230419/GNU/rrfs_v1beta -working dir = /glade/scratch/dswales/FV3_RT/rt_13808/rrfs_v1beta +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/GNU/rrfs_v1beta +working dir = /glade/scratch/dswales/FV3_RT/rt_56736/rrfs_v1beta Checking test 016 rrfs_v1beta results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -768,14 +768,14 @@ Checking test 016 rrfs_v1beta results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 706.426782 -0:The maximum resident set size (KB) = 789260 +0:The total amount of wall time = 705.608718 +0:The maximum resident set size (KB) = 789104 Test 016 rrfs_v1beta PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230419/GNU/rrfs_smoke_conus13km_hrrr_warm -working dir = /glade/scratch/dswales/FV3_RT/rt_13808/rrfs_smoke_conus13km_hrrr_warm +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/GNU/rrfs_smoke_conus13km_hrrr_warm +working dir = /glade/scratch/dswales/FV3_RT/rt_56736/rrfs_smoke_conus13km_hrrr_warm Checking test 017 rrfs_smoke_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -784,14 +784,14 @@ Checking test 017 rrfs_smoke_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK -0:The total amount of wall time = 231.545137 -0:The maximum resident set size (KB) = 636832 +0:The total amount of wall time = 231.504967 +0:The maximum resident set size (KB) = 636980 Test 017 rrfs_smoke_conus13km_hrrr_warm PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230419/GNU/rrfs_smoke_conus13km_hrrr_warm -working dir = /glade/scratch/dswales/FV3_RT/rt_13808/rrfs_smoke_conus13km_hrrr_warm_2threads +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/GNU/rrfs_smoke_conus13km_hrrr_warm +working dir = /glade/scratch/dswales/FV3_RT/rt_56736/rrfs_smoke_conus13km_hrrr_warm_2threads Checking test 018 rrfs_smoke_conus13km_hrrr_warm_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -800,14 +800,14 @@ Checking test 018 rrfs_smoke_conus13km_hrrr_warm_2threads results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK -0:The total amount of wall time = 146.251941 -0:The maximum resident set size (KB) = 655308 +0:The total amount of wall time = 146.010534 +0:The maximum resident set size (KB) = 655264 Test 018 rrfs_smoke_conus13km_hrrr_warm_2threads PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230419/GNU/rrfs_conus13km_hrrr_warm -working dir = /glade/scratch/dswales/FV3_RT/rt_13808/rrfs_conus13km_hrrr_warm +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/GNU/rrfs_conus13km_hrrr_warm +working dir = /glade/scratch/dswales/FV3_RT/rt_56736/rrfs_conus13km_hrrr_warm Checking test 019 rrfs_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -816,14 +816,14 @@ Checking test 019 rrfs_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK -0:The total amount of wall time = 214.188848 -0:The maximum resident set size (KB) = 615916 +0:The total amount of wall time = 210.709321 +0:The maximum resident set size (KB) = 615628 Test 019 rrfs_conus13km_hrrr_warm PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230419/GNU/rrfs_smoke_conus13km_hrrr_warm_radar_tten -working dir = /glade/scratch/dswales/FV3_RT/rt_13808/rrfs_smoke_conus13km_radar_tten_warm +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/GNU/rrfs_smoke_conus13km_hrrr_warm_radar_tten +working dir = /glade/scratch/dswales/FV3_RT/rt_56736/rrfs_smoke_conus13km_radar_tten_warm Checking test 020 rrfs_smoke_conus13km_radar_tten_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -832,234 +832,234 @@ Checking test 020 rrfs_smoke_conus13km_radar_tten_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK -0:The total amount of wall time = 233.216036 -0:The maximum resident set size (KB) = 639396 +0:The total amount of wall time = 232.747638 +0:The maximum resident set size (KB) = 639732 Test 020 rrfs_smoke_conus13km_radar_tten_warm PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230419/GNU/rrfs_conus13km_hrrr_warm_restart_mismatch -working dir = /glade/scratch/dswales/FV3_RT/rt_13808/rrfs_conus13km_hrrr_warm_restart_mismatch +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/GNU/rrfs_conus13km_hrrr_warm_restart_mismatch +working dir = /glade/scratch/dswales/FV3_RT/rt_56736/rrfs_conus13km_hrrr_warm_restart_mismatch Checking test 021 rrfs_conus13km_hrrr_warm_restart_mismatch results .... Comparing sfcf002.nc .........OK Comparing atmf002.nc .........OK -0:The total amount of wall time = 111.228140 -0:The maximum resident set size (KB) = 596620 +0:The total amount of wall time = 111.050511 +0:The maximum resident set size (KB) = 596896 Test 021 rrfs_conus13km_hrrr_warm_restart_mismatch PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230419/GNU/control_diag_debug -working dir = /glade/scratch/dswales/FV3_RT/rt_13808/control_diag_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/GNU/control_diag_debug +working dir = /glade/scratch/dswales/FV3_RT/rt_56736/control_diag_debug Checking test 022 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 = 82.090463 -0:The maximum resident set size (KB) = 491856 +0:The total amount of wall time = 82.435913 +0:The maximum resident set size (KB) = 491784 Test 022 control_diag_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230419/GNU/regional_debug -working dir = /glade/scratch/dswales/FV3_RT/rt_13808/regional_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/GNU/regional_debug +working dir = /glade/scratch/dswales/FV3_RT/rt_56736/regional_debug Checking test 023 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 = 471.892767 -0:The maximum resident set size (KB) = 567348 +0:The total amount of wall time = 477.849068 +0:The maximum resident set size (KB) = 567400 Test 023 regional_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230419/GNU/rap_control_debug -working dir = /glade/scratch/dswales/FV3_RT/rt_13808/rap_control_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/GNU/rap_control_debug +working dir = /glade/scratch/dswales/FV3_RT/rt_56736/rap_control_debug Checking test 024 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.117676 -0:The maximum resident set size (KB) = 805876 +0:The total amount of wall time = 145.503701 +0:The maximum resident set size (KB) = 806096 Test 024 rap_control_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230419/GNU/hrrr_control_debug -working dir = /glade/scratch/dswales/FV3_RT/rt_13808/hrrr_control_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/GNU/hrrr_control_debug +working dir = /glade/scratch/dswales/FV3_RT/rt_56736/hrrr_control_debug Checking test 025 hrrr_control_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 141.497983 -0:The maximum resident set size (KB) = 802432 +0:The total amount of wall time = 142.599360 +0:The maximum resident set size (KB) = 801988 Test 025 hrrr_control_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230419/GNU/rap_diag_debug -working dir = /glade/scratch/dswales/FV3_RT/rt_13808/rap_diag_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/GNU/rap_diag_debug +working dir = /glade/scratch/dswales/FV3_RT/rt_56736/rap_diag_debug Checking test 026 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 = 152.581008 -0:The maximum resident set size (KB) = 888488 +0:The total amount of wall time = 152.446928 +0:The maximum resident set size (KB) = 888356 Test 026 rap_diag_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230419/GNU/rap_noah_sfcdiff_cires_ugwp_debug -working dir = /glade/scratch/dswales/FV3_RT/rt_13808/rap_noah_sfcdiff_cires_ugwp_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/GNU/rap_noah_sfcdiff_cires_ugwp_debug +working dir = /glade/scratch/dswales/FV3_RT/rt_56736/rap_noah_sfcdiff_cires_ugwp_debug Checking test 027 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 = 231.971825 -0:The maximum resident set size (KB) = 804688 +0:The total amount of wall time = 234.921457 +0:The maximum resident set size (KB) = 804720 Test 027 rap_noah_sfcdiff_cires_ugwp_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230419/GNU/rap_progcld_thompson_debug -working dir = /glade/scratch/dswales/FV3_RT/rt_13808/rap_progcld_thompson_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/GNU/rap_progcld_thompson_debug +working dir = /glade/scratch/dswales/FV3_RT/rt_56736/rap_progcld_thompson_debug Checking test 028 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 = 153.440825 -0:The maximum resident set size (KB) = 805736 +0:The total amount of wall time = 145.514574 +0:The maximum resident set size (KB) = 806128 Test 028 rap_progcld_thompson_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230419/GNU/rrfs_v1beta_debug -working dir = /glade/scratch/dswales/FV3_RT/rt_13808/rrfs_v1beta_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/GNU/rrfs_v1beta_debug +working dir = /glade/scratch/dswales/FV3_RT/rt_56736/rrfs_v1beta_debug Checking test 029 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 = 143.630507 -0:The maximum resident set size (KB) = 801448 +0:The total amount of wall time = 144.238624 +0:The maximum resident set size (KB) = 801460 Test 029 rrfs_v1beta_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230419/GNU/control_ras_debug -working dir = /glade/scratch/dswales/FV3_RT/rt_13808/control_ras_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/GNU/control_ras_debug +working dir = /glade/scratch/dswales/FV3_RT/rt_56736/control_ras_debug Checking test 030 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 = 81.247492 -0:The maximum resident set size (KB) = 446192 +0:The total amount of wall time = 80.551859 +0:The maximum resident set size (KB) = 446224 Test 030 control_ras_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230419/GNU/control_stochy_debug -working dir = /glade/scratch/dswales/FV3_RT/rt_13808/control_stochy_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/GNU/control_stochy_debug +working dir = /glade/scratch/dswales/FV3_RT/rt_56736/control_stochy_debug Checking test 031 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 = 88.348420 -0:The maximum resident set size (KB) = 439228 +0:The total amount of wall time = 88.616405 +0:The maximum resident set size (KB) = 438532 Test 031 control_stochy_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230419/GNU/control_debug_p8 -working dir = /glade/scratch/dswales/FV3_RT/rt_13808/control_debug_p8 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/GNU/control_debug_p8 +working dir = /glade/scratch/dswales/FV3_RT/rt_56736/control_debug_p8 Checking test 032 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 = 91.396415 -0:The maximum resident set size (KB) = 1221000 +0:The total amount of wall time = 91.046986 +0:The maximum resident set size (KB) = 1221192 Test 032 control_debug_p8 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230419/GNU/rrfs_smoke_conus13km_hrrr_warm_debug -working dir = /glade/scratch/dswales/FV3_RT/rt_13808/rrfs_smoke_conus13km_hrrr_warm_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/GNU/rrfs_smoke_conus13km_hrrr_warm_debug +working dir = /glade/scratch/dswales/FV3_RT/rt_56736/rrfs_smoke_conus13km_hrrr_warm_debug Checking test 033 rrfs_smoke_conus13km_hrrr_warm_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 434.255939 -0:The maximum resident set size (KB) = 641740 +0:The total amount of wall time = 438.986146 +0:The maximum resident set size (KB) = 641664 Test 033 rrfs_smoke_conus13km_hrrr_warm_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230419/GNU/rrfs_smoke_conus13km_hrrr_warm_debug -working dir = /glade/scratch/dswales/FV3_RT/rt_13808/rrfs_smoke_conus13km_hrrr_warm_debug_2threads +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/GNU/rrfs_smoke_conus13km_hrrr_warm_debug +working dir = /glade/scratch/dswales/FV3_RT/rt_56736/rrfs_smoke_conus13km_hrrr_warm_debug_2threads Checking test 034 rrfs_smoke_conus13km_hrrr_warm_debug_2threads 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.869716 -0:The maximum resident set size (KB) = 665840 +0:The total amount of wall time = 256.909117 +0:The maximum resident set size (KB) = 665968 Test 034 rrfs_smoke_conus13km_hrrr_warm_debug_2threads PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230419/GNU/rrfs_conus13km_hrrr_warm_debugs -working dir = /glade/scratch/dswales/FV3_RT/rt_13808/rrfs_conus13km_hrrr_warm_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/GNU/rrfs_conus13km_hrrr_warm_debugs +working dir = /glade/scratch/dswales/FV3_RT/rt_56736/rrfs_conus13km_hrrr_warm_debug Checking test 035 rrfs_conus13km_hrrr_warm_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 394.697183 -0:The maximum resident set size (KB) = 620544 +0:The total amount of wall time = 396.338778 +0:The maximum resident set size (KB) = 620484 Test 035 rrfs_conus13km_hrrr_warm_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230419/GNU/control_wam_debug -working dir = /glade/scratch/dswales/FV3_RT/rt_13808/control_wam_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/GNU/control_wam_debug +working dir = /glade/scratch/dswales/FV3_RT/rt_56736/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 = 140.855959 -0:The maximum resident set size (KB) = 183728 +0:The total amount of wall time = 140.366326 +0:The maximum resident set size (KB) = 182468 Test 036 control_wam_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230419/GNU/rap_control_dyn32_phy32 -working dir = /glade/scratch/dswales/FV3_RT/rt_13808/rap_control_dyn32_phy32 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/GNU/rap_control_dyn32_phy32 +working dir = /glade/scratch/dswales/FV3_RT/rt_56736/rap_control_dyn32_phy32 Checking test 037 rap_control_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -1106,14 +1106,14 @@ Checking test 037 rap_control_dyn32_phy32 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 698.382148 -0:The maximum resident set size (KB) = 673576 +0:The total amount of wall time = 709.333138 +0:The maximum resident set size (KB) = 673744 Test 037 rap_control_dyn32_phy32 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230419/GNU/hrrr_control_dyn32_phy32 -working dir = /glade/scratch/dswales/FV3_RT/rt_13808/hrrr_control_dyn32_phy32 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/GNU/hrrr_control_dyn32_phy32 +working dir = /glade/scratch/dswales/FV3_RT/rt_56736/hrrr_control_dyn32_phy32 Checking test 038 hrrr_control_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -1160,14 +1160,14 @@ Checking test 038 hrrr_control_dyn32_phy32 results .... Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 355.272109 -0:The maximum resident set size (KB) = 671608 +0:The total amount of wall time = 356.963594 +0:The maximum resident set size (KB) = 671672 Test 038 hrrr_control_dyn32_phy32 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230419/GNU/rap_control_dyn32_phy32 -working dir = /glade/scratch/dswales/FV3_RT/rt_13808/rap_2threads_dyn32_phy32 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/GNU/rap_control_dyn32_phy32 +working dir = /glade/scratch/dswales/FV3_RT/rt_56736/rap_2threads_dyn32_phy32 Checking test 039 rap_2threads_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -1214,14 +1214,14 @@ Checking test 039 rap_2threads_dyn32_phy32 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 642.926728 -0:The maximum resident set size (KB) = 719712 +0:The total amount of wall time = 644.967617 +0:The maximum resident set size (KB) = 719624 Test 039 rap_2threads_dyn32_phy32 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230419/GNU/hrrr_control_dyn32_phy32 -working dir = /glade/scratch/dswales/FV3_RT/rt_13808/hrrr_control_2threads_dyn32_phy32 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/GNU/hrrr_control_dyn32_phy32 +working dir = /glade/scratch/dswales/FV3_RT/rt_56736/hrrr_control_2threads_dyn32_phy32 Checking test 040 hrrr_control_2threads_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -1268,14 +1268,14 @@ Checking test 040 hrrr_control_2threads_dyn32_phy32 results .... Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 321.181782 -0:The maximum resident set size (KB) = 717096 +0:The total amount of wall time = 321.541564 +0:The maximum resident set size (KB) = 717292 Test 040 hrrr_control_2threads_dyn32_phy32 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230419/GNU/hrrr_control_dyn32_phy32 -working dir = /glade/scratch/dswales/FV3_RT/rt_13808/hrrr_control_decomp_dyn32_phy32 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/GNU/hrrr_control_dyn32_phy32 +working dir = /glade/scratch/dswales/FV3_RT/rt_56736/hrrr_control_decomp_dyn32_phy32 Checking test 041 hrrr_control_decomp_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -1322,14 +1322,14 @@ Checking test 041 hrrr_control_decomp_dyn32_phy32 results .... Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 356.091264 -0:The maximum resident set size (KB) = 671124 +0:The total amount of wall time = 357.880471 +0:The maximum resident set size (KB) = 671140 Test 041 hrrr_control_decomp_dyn32_phy32 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230419/GNU/rap_control_dyn32_phy32 -working dir = /glade/scratch/dswales/FV3_RT/rt_13808/rap_restart_dyn32_phy32 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/GNU/rap_control_dyn32_phy32 +working dir = /glade/scratch/dswales/FV3_RT/rt_56736/rap_restart_dyn32_phy32 Checking test 042 rap_restart_dyn32_phy32 results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -1368,14 +1368,14 @@ Checking test 042 rap_restart_dyn32_phy32 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 519.214281 -0:The maximum resident set size (KB) = 511900 +0:The total amount of wall time = 519.989604 +0:The maximum resident set size (KB) = 512064 Test 042 rap_restart_dyn32_phy32 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230419/GNU/hrrr_control_dyn32_phy32 -working dir = /glade/scratch/dswales/FV3_RT/rt_13808/hrrr_control_restart_dyn32_phy32 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/GNU/hrrr_control_dyn32_phy32 +working dir = /glade/scratch/dswales/FV3_RT/rt_56736/hrrr_control_restart_dyn32_phy32 Checking test 043 hrrr_control_restart_dyn32_phy32 results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -1414,14 +1414,14 @@ Checking test 043 hrrr_control_restart_dyn32_phy32 results .... Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 182.639702 -0:The maximum resident set size (KB) = 507376 +0:The total amount of wall time = 181.133709 +0:The maximum resident set size (KB) = 507440 Test 043 hrrr_control_restart_dyn32_phy32 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230419/GNU/rap_control_dyn64_phy32 -working dir = /glade/scratch/dswales/FV3_RT/rt_13808/rap_control_dyn64_phy32 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/GNU/rap_control_dyn64_phy32 +working dir = /glade/scratch/dswales/FV3_RT/rt_56736/rap_control_dyn64_phy32 Checking test 044 rap_control_dyn64_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -1468,56 +1468,56 @@ Checking test 044 rap_control_dyn64_phy32 results .... Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 415.763077 -0:The maximum resident set size (KB) = 693372 +0:The total amount of wall time = 415.047649 +0:The maximum resident set size (KB) = 693312 Test 044 rap_control_dyn64_phy32 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230419/GNU/rap_control_debug_dyn32_phy32 -working dir = /glade/scratch/dswales/FV3_RT/rt_13808/rap_control_debug_dyn32_phy32 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/GNU/rap_control_debug_dyn32_phy32 +working dir = /glade/scratch/dswales/FV3_RT/rt_56736/rap_control_debug_dyn32_phy32 Checking test 045 rap_control_debug_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 143.806945 -0:The maximum resident set size (KB) = 688292 +0:The total amount of wall time = 146.615586 +0:The maximum resident set size (KB) = 688460 Test 045 rap_control_debug_dyn32_phy32 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230419/GNU/hrrr_control_debug_dyn32_phy32 -working dir = /glade/scratch/dswales/FV3_RT/rt_13808/hrrr_control_debug_dyn32_phy32 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/GNU/hrrr_control_debug_dyn32_phy32 +working dir = /glade/scratch/dswales/FV3_RT/rt_56736/hrrr_control_debug_dyn32_phy32 Checking test 046 hrrr_control_debug_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 141.162462 -0:The maximum resident set size (KB) = 684316 +0:The total amount of wall time = 141.724707 +0:The maximum resident set size (KB) = 685572 Test 046 hrrr_control_debug_dyn32_phy32 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230419/GNU/rap_control_debug_dyn64_phy32 -working dir = /glade/scratch/dswales/FV3_RT/rt_13808/rap_control_dyn64_phy32_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/GNU/rap_control_debug_dyn64_phy32 +working dir = /glade/scratch/dswales/FV3_RT/rt_56736/rap_control_dyn64_phy32_debug Checking test 047 rap_control_dyn64_phy32_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 148.269522 -0:The maximum resident set size (KB) = 707364 +0:The total amount of wall time = 150.312448 +0:The maximum resident set size (KB) = 707548 Test 047 rap_control_dyn64_phy32_debug PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230419/GNU/cpld_control_p8 -working dir = /glade/scratch/dswales/FV3_RT/rt_13808/cpld_control_p8 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/GNU/cpld_control_p8 +working dir = /glade/scratch/dswales/FV3_RT/rt_56736/cpld_control_p8 Checking test 048 cpld_control_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1582,14 +1582,14 @@ Checking test 048 cpld_control_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -0:The total amount of wall time = 502.782518 -0:The maximum resident set size (KB) = 3158540 +0:The total amount of wall time = 507.263407 +0:The maximum resident set size (KB) = 3158892 Test 048 cpld_control_p8 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230419/GNU/cpld_control_c96_noaero_p8 -working dir = /glade/scratch/dswales/FV3_RT/rt_13808/cpld_control_nowave_noaero_p8 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/GNU/cpld_control_c96_noaero_p8 +working dir = /glade/scratch/dswales/FV3_RT/rt_56736/cpld_control_nowave_noaero_p8 Checking test 049 cpld_control_nowave_noaero_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1651,14 +1651,14 @@ Checking test 049 cpld_control_nowave_noaero_p8 results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK -0:The total amount of wall time = 248.299349 -0:The maximum resident set size (KB) = 1242568 +0:The total amount of wall time = 253.858424 +0:The maximum resident set size (KB) = 1240456 Test 049 cpld_control_nowave_noaero_p8 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230419/GNU/cpld_debug_p8 -working dir = /glade/scratch/dswales/FV3_RT/rt_13808/cpld_debug_p8 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/GNU/cpld_debug_p8 +working dir = /glade/scratch/dswales/FV3_RT/rt_56736/cpld_debug_p8 Checking test 050 cpld_debug_p8 results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK @@ -1711,25 +1711,25 @@ Checking test 050 cpld_debug_p8 results .... Comparing 20210322.090000.out_pnt.ww3 .........OK Comparing 20210322.090000.out_grd.ww3 .........OK -0:The total amount of wall time = 200.033376 -0:The maximum resident set size (KB) = 3173200 +0:The total amount of wall time = 205.193621 +0:The maximum resident set size (KB) = 3172872 Test 050 cpld_debug_p8 PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230419/GNU/datm_cdeps_control_cfsr -working dir = /glade/scratch/dswales/FV3_RT/rt_13808/datm_cdeps_control_cfsr +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/GNU/datm_cdeps_control_cfsr +working dir = /glade/scratch/dswales/FV3_RT/rt_56736/datm_cdeps_control_cfsr Checking test 051 datm_cdeps_control_cfsr results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK -0:The total amount of wall time = 179.239091 -0:The maximum resident set size (KB) = 671556 +0:The total amount of wall time = 173.219247 +0:The maximum resident set size (KB) = 671604 Test 051 datm_cdeps_control_cfsr PASS REGRESSION TEST WAS SUCCESSFUL -Wed Apr 19 15:20:47 MDT 2023 -Elapsed time: 00h:33m:04s. Have a nice day! +Thu May 4 09:58:50 MDT 2023 +Elapsed time: 00h:38m:06s. Have a nice day! diff --git a/tests/RegressionTests_cheyenne.intel.log b/tests/RegressionTests_cheyenne.intel.log index 5f9f7d2fb0..7e7259c094 100644 --- a/tests/RegressionTests_cheyenne.intel.log +++ b/tests/RegressionTests_cheyenne.intel.log @@ -1,42 +1,43 @@ -Thu Apr 20 11:36:33 MDT 2023 +Fri May 5 14:33:41 MDT 2023 Start Regression test -Compile 001 elapsed time 1512 seconds. -DAPP=S2SWA -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 002 elapsed time 1465 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 003 elapsed time 1407 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 004 elapsed time 475 seconds. -DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 005 elapsed time 428 seconds. -DAPP=S2SW -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 006 elapsed time 1095 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_sfcocn -DCMEPS_AOFLUX=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 007 elapsed time 1118 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 008 elapsed time 1829 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 009 elapsed time 1069 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_WoFS_v0,FV3_GFS_v17_p8_mynn -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 010 elapsed time 987 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 011 elapsed time 955 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_csawmg,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 012 elapsed time 822 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 013 elapsed time 1323 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_WoFS_v0 -D32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 014 elapsed time 424 seconds. -DAPP=ATM -DDEBUG=ON -D32BIT=ON -DCCPP_SUITES=FV3_HRRR,FV3_GFS_v16,FV3_GFS_v16_csawmg,FV3_GFS_v16_ras,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km,FV3_RAP,FV3_HRRR,FV3_RAP_unified_ugwp,FV3_RAP_cires_ugwp,FV3_RAP_flake,FV3_RAP_noah,FV3_RAP_sfcdiff,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 015 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 016 elapsed time 861 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 017 elapsed time 863 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 018 elapsed time 299 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 019 elapsed time 290 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 020 elapsed time 1159 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 021 elapsed time 362 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 022 elapsed time 1605 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_thompson_noahmp_nonsst,FV3_HAFS_v1_thompson_noahmp,FV3_HAFS_v1_thompson_nonsst,FV3_HAFS_v1_thompson,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 023 elapsed time 1123 seconds. -DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 024 elapsed time 441 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 025 elapsed time 217 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 026 elapsed time 457 seconds. -DAPP=NG-GODAS -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 027 elapsed time 116 seconds. -DAPP=LND -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 028 elapsed time 963 seconds. -DAPP=ATML -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 029 elapsed time 1013 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 030 elapsed time 918 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 031 elapsed time 888 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 032 elapsed time 326 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DDEBUG=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 033 elapsed time 1072 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DFASTER=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release - -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_p8_mixedmode -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/cpld_control_p8_mixedmode +Compile 001 elapsed time 1439 seconds. -DAPP=S2SWA -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 002 elapsed time 1480 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 003 elapsed time 1397 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 004 elapsed time 490 seconds. -DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 005 elapsed time 421 seconds. -DAPP=S2SW -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 006 elapsed time 1132 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_sfcocn -DCMEPS_AOFLUX=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 007 elapsed time 1116 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 008 elapsed time 1833 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 009 elapsed time 1083 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_WoFS_v0,FV3_GFS_v17_p8_mynn -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 010 elapsed time 989 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 011 elapsed time 950 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_csawmg,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 012 elapsed time 821 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 013 elapsed time 1349 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_WoFS_v0 -D32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 014 elapsed time 418 seconds. -DAPP=ATM -DDEBUG=ON -D32BIT=ON -DCCPP_SUITES=FV3_HRRR,FV3_GFS_v16,FV3_GFS_v16_csawmg,FV3_GFS_v16_ras,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km,FV3_RAP,FV3_HRRR,FV3_RAP_unified_ugwp,FV3_RAP_cires_ugwp,FV3_RAP_flake,FV3_RAP_noah,FV3_RAP_sfcdiff,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 015 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 016 elapsed time 863 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 017 elapsed time 871 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 018 elapsed time 300 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 019 elapsed time 296 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 020 elapsed time 1152 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 021 elapsed time 366 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 022 elapsed time 1724 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_thompson_noahmp_nonsst,FV3_HAFS_v1_thompson_noahmp,FV3_HAFS_v1_thompson_nonsst,FV3_HAFS_v1_thompson,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 023 elapsed time 1134 seconds. -DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 024 elapsed time 445 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 025 elapsed time 219 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 026 elapsed time 446 seconds. -DAPP=NG-GODAS -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 027 elapsed time 105 seconds. -DAPP=LND -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 028 elapsed time 972 seconds. -DAPP=ATML -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 029 elapsed time 1028 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 030 elapsed time 1020 seconds. -DAPP=ATMWM -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 031 elapsed time 925 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 032 elapsed time 901 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 033 elapsed time 325 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DDEBUG=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 034 elapsed time 1041 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DFASTER=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release + +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/cpld_control_p8_mixedmode +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/cpld_control_p8_mixedmode Checking test 001 cpld_control_p8_mixedmode results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -101,14 +102,14 @@ Checking test 001 cpld_control_p8_mixedmode results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -0:The total amount of wall time = 323.565208 -0:The maximum resident set size (KB) = 2698232 +0:The total amount of wall time = 320.152184 +0:The maximum resident set size (KB) = 2698552 Test 001 cpld_control_p8_mixedmode PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_gfsv17 -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/cpld_control_gfsv17 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/cpld_control_gfsv17 +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/cpld_control_gfsv17 Checking test 002 cpld_control_gfsv17 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -172,14 +173,14 @@ Checking test 002 cpld_control_gfsv17 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -0:The total amount of wall time = 281.617839 -0:The maximum resident set size (KB) = 1437860 +0:The total amount of wall time = 294.479345 +0:The maximum resident set size (KB) = 1437488 Test 002 cpld_control_gfsv17 PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_p8 -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/cpld_control_p8 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/cpld_control_p8 +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/cpld_control_p8 Checking test 003 cpld_control_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -244,14 +245,14 @@ Checking test 003 cpld_control_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -0:The total amount of wall time = 321.302991 -0:The maximum resident set size (KB) = 2715172 +0:The total amount of wall time = 324.909263 +0:The maximum resident set size (KB) = 2715580 Test 003 cpld_control_p8 PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_p8 -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/cpld_restart_p8 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/cpld_control_p8 +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/cpld_restart_p8 Checking test 004 cpld_restart_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -304,14 +305,14 @@ Checking test 004 cpld_restart_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -0:The total amount of wall time = 187.001849 -0:The maximum resident set size (KB) = 2576540 +0:The total amount of wall time = 180.328957 +0:The maximum resident set size (KB) = 2576768 Test 004 cpld_restart_p8 PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_p8 -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/cpld_control_qr_p8 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/cpld_control_p8 +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/cpld_control_qr_p8 Checking test 005 cpld_control_qr_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -376,14 +377,14 @@ Checking test 005 cpld_control_qr_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -0:The total amount of wall time = 328.408008 -0:The maximum resident set size (KB) = 2719908 +0:The total amount of wall time = 326.562930 +0:The maximum resident set size (KB) = 2719488 Test 005 cpld_control_qr_p8 PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_p8 -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/cpld_restart_qr_p8 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/cpld_control_p8 +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/cpld_restart_qr_p8 Checking test 006 cpld_restart_qr_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -436,14 +437,14 @@ Checking test 006 cpld_restart_qr_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -0:The total amount of wall time = 196.865062 -0:The maximum resident set size (KB) = 2593532 +0:The total amount of wall time = 207.035889 +0:The maximum resident set size (KB) = 2593640 Test 006 cpld_restart_qr_p8 PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_p8 -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/cpld_2threads_p8 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/cpld_control_p8 +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/cpld_2threads_p8 Checking test 007 cpld_2threads_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -496,14 +497,14 @@ Checking test 007 cpld_2threads_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -0:The total amount of wall time = 250.331634 -0:The maximum resident set size (KB) = 3177980 +0:The total amount of wall time = 258.346819 +0:The maximum resident set size (KB) = 3178148 Test 007 cpld_2threads_p8 PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_p8 -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/cpld_decomp_p8 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/cpld_control_p8 +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/cpld_decomp_p8 Checking test 008 cpld_decomp_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -556,14 +557,14 @@ Checking test 008 cpld_decomp_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -0:The total amount of wall time = 323.659534 -0:The maximum resident set size (KB) = 2720376 +0:The total amount of wall time = 325.252307 +0:The maximum resident set size (KB) = 2722328 Test 008 cpld_decomp_p8 PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_p8 -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/cpld_mpi_p8 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/cpld_control_p8 +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/cpld_mpi_p8 Checking test 009 cpld_mpi_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -616,14 +617,14 @@ Checking test 009 cpld_mpi_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -0:The total amount of wall time = 284.651978 -0:The maximum resident set size (KB) = 2680400 +0:The total amount of wall time = 277.774698 +0:The maximum resident set size (KB) = 2680508 Test 009 cpld_mpi_p8 PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_ciceC_p8 -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/cpld_control_ciceC_p8 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/cpld_control_ciceC_p8 +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/cpld_control_ciceC_p8 Checking test 010 cpld_control_ciceC_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -688,14 +689,14 @@ Checking test 010 cpld_control_ciceC_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -0:The total amount of wall time = 325.953244 -0:The maximum resident set size (KB) = 2715376 +0:The total amount of wall time = 322.407716 +0:The maximum resident set size (KB) = 2715652 Test 010 cpld_control_ciceC_p8 PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_c192_p8 -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/cpld_control_c192_p8 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/cpld_control_c192_p8 +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/cpld_control_c192_p8 Checking test 011 cpld_control_c192_p8 results .... Comparing sfcf030.tile1.nc .........OK Comparing sfcf030.tile2.nc .........OK @@ -748,14 +749,14 @@ Checking test 011 cpld_control_c192_p8 results .... Comparing 20210323.120000.out_grd.ww3 .........OK Comparing 20210323.120000.out_pnt.ww3 .........OK -0:The total amount of wall time = 623.456801 -0:The maximum resident set size (KB) = 3351644 +0:The total amount of wall time = 624.044577 +0:The maximum resident set size (KB) = 3352600 Test 011 cpld_control_c192_p8 PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_c192_p8 -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/cpld_restart_c192_p8 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/cpld_control_c192_p8 +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/cpld_restart_c192_p8 Checking test 012 cpld_restart_c192_p8 results .... Comparing sfcf030.tile1.nc .........OK Comparing sfcf030.tile2.nc .........OK @@ -808,14 +809,14 @@ Checking test 012 cpld_restart_c192_p8 results .... Comparing 20210323.120000.out_grd.ww3 .........OK Comparing 20210323.120000.out_pnt.ww3 .........OK -0:The total amount of wall time = 377.489803 -0:The maximum resident set size (KB) = 3276260 +0:The total amount of wall time = 384.391434 +0:The maximum resident set size (KB) = 3275256 Test 012 cpld_restart_c192_p8 PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_noaero_p8 -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/cpld_control_noaero_p8 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/cpld_control_noaero_p8 +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/cpld_control_noaero_p8 Checking test 013 cpld_control_noaero_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -879,14 +880,14 @@ Checking test 013 cpld_control_noaero_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -0:The total amount of wall time = 296.009920 -0:The maximum resident set size (KB) = 1435860 +0:The total amount of wall time = 294.024587 +0:The maximum resident set size (KB) = 1435732 Test 013 cpld_control_noaero_p8 PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_c96_noaero_p8 -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/cpld_control_nowave_noaero_p8 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/cpld_control_c96_noaero_p8 +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/cpld_control_nowave_noaero_p8 Checking test 014 cpld_control_nowave_noaero_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -948,14 +949,14 @@ Checking test 014 cpld_control_nowave_noaero_p8 results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK -0:The total amount of wall time = 194.137773 -0:The maximum resident set size (KB) = 1453304 +0:The total amount of wall time = 193.240797 +0:The maximum resident set size (KB) = 1453148 Test 014 cpld_control_nowave_noaero_p8 PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/cpld_debug_p8 -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/cpld_debug_p8 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/cpld_debug_p8 +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/cpld_debug_p8 Checking test 015 cpld_debug_p8 results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK @@ -1008,14 +1009,14 @@ Checking test 015 cpld_debug_p8 results .... Comparing 20210322.090000.out_pnt.ww3 .........OK Comparing 20210322.090000.out_grd.ww3 .........OK -0:The total amount of wall time = 349.098435 -0:The maximum resident set size (KB) = 2778620 +0:The total amount of wall time = 352.640140 +0:The maximum resident set size (KB) = 2778868 Test 015 cpld_debug_p8 PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/cpld_debug_noaero_p8 -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/cpld_debug_noaero_p8 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/cpld_debug_noaero_p8 +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/cpld_debug_noaero_p8 Checking test 016 cpld_debug_noaero_p8 results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK @@ -1067,14 +1068,14 @@ Checking test 016 cpld_debug_noaero_p8 results .... Comparing 20210322.090000.out_pnt.ww3 .........OK Comparing 20210322.090000.out_grd.ww3 .........OK -0:The total amount of wall time = 300.718848 -0:The maximum resident set size (KB) = 1453688 +0:The total amount of wall time = 300.131526 +0:The maximum resident set size (KB) = 1453744 Test 016 cpld_debug_noaero_p8 PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_noaero_p8_agrid -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/cpld_control_noaero_p8_agrid +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/cpld_control_noaero_p8_agrid +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/cpld_control_noaero_p8_agrid Checking test 017 cpld_control_noaero_p8_agrid results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1136,14 +1137,14 @@ Checking test 017 cpld_control_noaero_p8_agrid results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK -0:The total amount of wall time = 243.632378 -0:The maximum resident set size (KB) = 1457052 +0:The total amount of wall time = 260.404205 +0:The maximum resident set size (KB) = 1456996 Test 017 cpld_control_noaero_p8_agrid PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_c48 -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/cpld_control_c48 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/cpld_control_c48 +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/cpld_control_c48 Checking test 018 cpld_control_c48 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -1193,14 +1194,14 @@ Checking test 018 cpld_control_c48 results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK -0:The total amount of wall time = 605.772632 -0:The maximum resident set size (KB) = 2586348 +0:The total amount of wall time = 607.660438 +0:The maximum resident set size (KB) = 2586448 Test 018 cpld_control_c48 PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/cpld_warmstart_c48 -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/cpld_warmstart_c48 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/cpld_warmstart_c48 +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/cpld_warmstart_c48 Checking test 019 cpld_warmstart_c48 results .... Comparing sfcf006.tile1.nc .........OK Comparing sfcf006.tile2.nc .........OK @@ -1250,14 +1251,14 @@ Checking test 019 cpld_warmstart_c48 results .... Comparing RESTART/iced.2021-03-23-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-43200.nc .........OK -0:The total amount of wall time = 163.141849 -0:The maximum resident set size (KB) = 2601484 +0:The total amount of wall time = 162.437966 +0:The maximum resident set size (KB) = 2601924 Test 019 cpld_warmstart_c48 PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/cpld_warmstart_c48 -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/cpld_restart_c48 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/cpld_warmstart_c48 +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/cpld_restart_c48 Checking test 020 cpld_restart_c48 results .... Comparing sfcf006.tile1.nc .........OK Comparing sfcf006.tile2.nc .........OK @@ -1307,14 +1308,14 @@ Checking test 020 cpld_restart_c48 results .... Comparing RESTART/iced.2021-03-23-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-43200.nc .........OK -0:The total amount of wall time = 85.052237 -0:The maximum resident set size (KB) = 2019372 +0:The total amount of wall time = 85.244015 +0:The maximum resident set size (KB) = 2018872 Test 020 cpld_restart_c48 PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/control_CubedSphereGrid -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/control_CubedSphereGrid +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/control_CubedSphereGrid +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/control_CubedSphereGrid Checking test 021 control_CubedSphereGrid results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -1341,28 +1342,28 @@ Checking test 021 control_CubedSphereGrid results .... Comparing atmf024.tile5.nc .........OK Comparing atmf024.tile6.nc .........OK -0:The total amount of wall time = 141.278126 -0:The maximum resident set size (KB) = 454188 +0:The total amount of wall time = 143.121664 +0:The maximum resident set size (KB) = 454244 Test 021 control_CubedSphereGrid PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/control_CubedSphereGrid_parallel -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/control_CubedSphereGrid_parallel +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/control_CubedSphereGrid_parallel +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/control_CubedSphereGrid_parallel Checking test 022 control_CubedSphereGrid_parallel results .... Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf024.nc ............ALT CHECK......OK Comparing atmf000.nc ............ALT CHECK......OK Comparing atmf024.nc ............ALT CHECK......OK -0:The total amount of wall time = 141.348437 -0:The maximum resident set size (KB) = 454076 +0:The total amount of wall time = 141.704963 +0:The maximum resident set size (KB) = 454252 Test 022 control_CubedSphereGrid_parallel PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/control_latlon -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/control_latlon +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/control_latlon +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/control_latlon Checking test 023 control_latlon results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1373,32 +1374,32 @@ Checking test 023 control_latlon results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 147.748643 -0:The maximum resident set size (KB) = 454248 +0:The total amount of wall time = 147.874734 +0:The maximum resident set size (KB) = 454264 Test 023 control_latlon PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/control_wrtGauss_netcdf_parallel -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/control_wrtGauss_netcdf_parallel +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/control_wrtGauss_netcdf_parallel +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/control_wrtGauss_netcdf_parallel Checking test 024 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 = 150.750281 -0:The maximum resident set size (KB) = 454184 +0:The total amount of wall time = 150.273384 +0:The maximum resident set size (KB) = 454368 Test 024 control_wrtGauss_netcdf_parallel PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/control_c48 -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/control_c48 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/control_c48 +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/control_c48 Checking test 025 control_c48 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1437,14 +1438,14 @@ Checking test 025 control_c48 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 444.767945 -0:The maximum resident set size (KB) = 633468 +0:The total amount of wall time = 442.427415 +0:The maximum resident set size (KB) = 633504 Test 025 control_c48 PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/control_c192 -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/control_c192 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/control_c192 +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/control_c192 Checking test 026 control_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1455,14 +1456,14 @@ Checking test 026 control_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 601.461109 -0:The maximum resident set size (KB) = 560384 +0:The total amount of wall time = 592.408248 +0:The maximum resident set size (KB) = 560280 Test 026 control_c192 PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/control_c384 -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/control_c384 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/control_c384 +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/control_c384 Checking test 027 control_c384 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1473,14 +1474,14 @@ Checking test 027 control_c384 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -0:The total amount of wall time = 588.008045 -0:The maximum resident set size (KB) = 899464 +0:The total amount of wall time = 589.454733 +0:The maximum resident set size (KB) = 899428 Test 027 control_c384 PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/control_c384gdas -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/control_c384gdas +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/control_c384gdas +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/control_c384gdas Checking test 028 control_c384gdas results .... Comparing sfcf000.nc .........OK Comparing sfcf006.nc .........OK @@ -1523,14 +1524,14 @@ Checking test 028 control_c384gdas results .... Comparing RESTART/20210322.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 519.507590 -0:The maximum resident set size (KB) = 1026976 +0:The total amount of wall time = 527.409912 +0:The maximum resident set size (KB) = 1027216 Test 028 control_c384gdas PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/control_stochy -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/control_stochy +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/control_stochy +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/control_stochy Checking test 029 control_stochy results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1541,28 +1542,28 @@ Checking test 029 control_stochy results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -0:The total amount of wall time = 100.069894 -0:The maximum resident set size (KB) = 458984 +0:The total amount of wall time = 98.117512 +0:The maximum resident set size (KB) = 459108 Test 029 control_stochy PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/control_stochy -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/control_stochy_restart +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/control_stochy +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/control_stochy_restart Checking test 030 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 = 52.678540 -0:The maximum resident set size (KB) = 226680 +0:The total amount of wall time = 52.538728 +0:The maximum resident set size (KB) = 226612 Test 030 control_stochy_restart PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/control_lndp -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/control_lndp +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/control_lndp +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/control_lndp Checking test 031 control_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1573,14 +1574,14 @@ Checking test 031 control_lndp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -0:The total amount of wall time = 91.443414 -0:The maximum resident set size (KB) = 458624 +0:The total amount of wall time = 90.929920 +0:The maximum resident set size (KB) = 458216 Test 031 control_lndp PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/control_iovr4 -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/control_iovr4 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/control_iovr4 +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/control_iovr4 Checking test 032 control_iovr4 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1595,14 +1596,14 @@ Checking test 032 control_iovr4 results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 151.410482 -0:The maximum resident set size (KB) = 454836 +0:The total amount of wall time = 148.604585 +0:The maximum resident set size (KB) = 454320 Test 032 control_iovr4 PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/control_iovr5 -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/control_iovr5 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/control_iovr5 +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/control_iovr5 Checking test 033 control_iovr5 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1617,14 +1618,14 @@ Checking test 033 control_iovr5 results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 151.306261 -0:The maximum resident set size (KB) = 454228 +0:The total amount of wall time = 147.912126 +0:The maximum resident set size (KB) = 454304 Test 033 control_iovr5 PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/control_p8 -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/control_p8 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/control_p8 +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/control_p8 Checking test 034 control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1671,14 +1672,14 @@ Checking test 034 control_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 178.135240 -0:The maximum resident set size (KB) = 1423840 +0:The total amount of wall time = 180.440453 +0:The maximum resident set size (KB) = 1423880 Test 034 control_p8 PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/control_p8 -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/control_restart_p8 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/control_p8 +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/control_restart_p8 Checking test 035 control_restart_p8 results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1717,14 +1718,14 @@ Checking test 035 control_restart_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 96.766968 -0:The maximum resident set size (KB) = 583404 +0:The total amount of wall time = 96.468759 +0:The maximum resident set size (KB) = 582856 Test 035 control_restart_p8 PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/control_p8 -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/control_qr_p8 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/control_p8 +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/control_qr_p8 Checking test 036 control_qr_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1771,14 +1772,14 @@ Checking test 036 control_qr_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc ............ALT CHECK......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc ............ALT CHECK......OK -0:The total amount of wall time = 182.033410 -0:The maximum resident set size (KB) = 1427196 +0:The total amount of wall time = 184.647287 +0:The maximum resident set size (KB) = 1427180 Test 036 control_qr_p8 PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/control_p8 -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/control_restart_qr_p8 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/control_p8 +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/control_restart_qr_p8 Checking test 037 control_restart_qr_p8 results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1817,14 +1818,14 @@ Checking test 037 control_restart_qr_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc ............ALT CHECK......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc ............ALT CHECK......OK -0:The total amount of wall time = 100.737833 -0:The maximum resident set size (KB) = 596792 +0:The total amount of wall time = 99.300453 +0:The maximum resident set size (KB) = 596900 Test 037 control_restart_qr_p8 PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/control_p8 -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/control_decomp_p8 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/control_p8 +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/control_decomp_p8 Checking test 038 control_decomp_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1867,14 +1868,14 @@ Checking test 038 control_decomp_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 181.759461 -0:The maximum resident set size (KB) = 1418336 +0:The total amount of wall time = 185.940635 +0:The maximum resident set size (KB) = 1418368 Test 038 control_decomp_p8 PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/control_p8 -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/control_2threads_p8 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/control_p8 +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/control_2threads_p8 Checking test 039 control_2threads_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1917,14 +1918,14 @@ Checking test 039 control_2threads_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 168.448152 -0:The maximum resident set size (KB) = 1510172 +0:The total amount of wall time = 172.332564 +0:The maximum resident set size (KB) = 1509020 Test 039 control_2threads_p8 PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/control_p8_lndp -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/control_p8_lndp +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/control_p8_lndp +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/control_p8_lndp Checking test 040 control_p8_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1943,14 +1944,14 @@ Checking test 040 control_p8_lndp results .... Comparing GFSPRS.GrbF24 .........OK Comparing GFSPRS.GrbF48 .........OK -0:The total amount of wall time = 338.126108 -0:The maximum resident set size (KB) = 1424828 +0:The total amount of wall time = 334.653822 +0:The maximum resident set size (KB) = 1424908 Test 040 control_p8_lndp PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/control_p8_rrtmgp -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/control_p8_rrtmgp +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/control_p8_rrtmgp +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/control_p8_rrtmgp Checking test 041 control_p8_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1997,14 +1998,14 @@ Checking test 041 control_p8_rrtmgp results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 256.861456 -0:The maximum resident set size (KB) = 1480224 +0:The total amount of wall time = 257.883987 +0:The maximum resident set size (KB) = 1480288 Test 041 control_p8_rrtmgp PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/control_p8_mynn -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/control_p8_mynn +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/control_p8_mynn +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/control_p8_mynn Checking test 042 control_p8_mynn results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2051,14 +2052,14 @@ Checking test 042 control_p8_mynn results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 184.137494 -0:The maximum resident set size (KB) = 1428400 +0:The total amount of wall time = 183.875405 +0:The maximum resident set size (KB) = 1427904 Test 042 control_p8_mynn PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/merra2_thompson -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/merra2_thompson +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/merra2_thompson +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/merra2_thompson Checking test 043 merra2_thompson results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2105,14 +2106,14 @@ Checking test 043 merra2_thompson results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 201.477091 -0:The maximum resident set size (KB) = 1429632 +0:The total amount of wall time = 208.250934 +0:The maximum resident set size (KB) = 1429652 Test 043 merra2_thompson PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/regional_control -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/regional_control +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/regional_control +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/regional_control Checking test 044 regional_control results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2123,28 +2124,28 @@ Checking test 044 regional_control results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK -0:The total amount of wall time = 341.991513 -0:The maximum resident set size (KB) = 604680 +0:The total amount of wall time = 339.727071 +0:The maximum resident set size (KB) = 604796 Test 044 regional_control PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/regional_control -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/regional_restart +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/regional_control +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/regional_restart Checking test 045 regional_restart results .... Comparing dynf006.nc .........OK Comparing phyf006.nc .........OK Comparing PRSLEV.GrbF06 .........OK Comparing NATLEV.GrbF06 .........OK -0:The total amount of wall time = 176.698534 -0:The maximum resident set size (KB) = 594080 +0:The total amount of wall time = 168.256432 +0:The maximum resident set size (KB) = 594140 Test 045 regional_restart PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/regional_control -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/regional_control_qr +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/regional_control +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/regional_control_qr Checking test 046 regional_control_qr results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2155,28 +2156,28 @@ Checking test 046 regional_control_qr results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK -0:The total amount of wall time = 341.508003 -0:The maximum resident set size (KB) = 604704 +0:The total amount of wall time = 340.663116 +0:The maximum resident set size (KB) = 604752 Test 046 regional_control_qr PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/regional_control -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/regional_restart_qr +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/regional_control +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/regional_restart_qr Checking test 047 regional_restart_qr results .... Comparing dynf006.nc .........OK Comparing phyf006.nc .........OK Comparing PRSLEV.GrbF06 .........OK Comparing NATLEV.GrbF06 .........OK -0:The total amount of wall time = 169.833804 -0:The maximum resident set size (KB) = 594060 +0:The total amount of wall time = 175.807221 +0:The maximum resident set size (KB) = 594192 Test 047 regional_restart_qr PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/regional_control -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/regional_decomp +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/regional_control +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/regional_decomp Checking test 048 regional_decomp results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2187,14 +2188,14 @@ Checking test 048 regional_decomp results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK -0:The total amount of wall time = 346.616183 -0:The maximum resident set size (KB) = 598796 +0:The total amount of wall time = 348.355115 +0:The maximum resident set size (KB) = 598772 Test 048 regional_decomp PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/regional_control -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/regional_2threads +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/regional_control +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/regional_2threads Checking test 049 regional_2threads results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2205,14 +2206,14 @@ Checking test 049 regional_2threads results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK -0:The total amount of wall time = 202.870378 -0:The maximum resident set size (KB) = 611372 +0:The total amount of wall time = 201.339561 +0:The maximum resident set size (KB) = 611452 Test 049 regional_2threads PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/regional_noquilt -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/regional_noquilt +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/regional_noquilt +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/regional_noquilt Checking test 050 regional_noquilt results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK @@ -2220,28 +2221,28 @@ Checking test 050 regional_noquilt results .... Comparing RESTART/fv_core.res.tile1_new.nc .........OK Comparing RESTART/fv_tracer.res.tile1_new.nc .........OK -0:The total amount of wall time = 360.994961 -0:The maximum resident set size (KB) = 598940 +0:The total amount of wall time = 363.560164 +0:The maximum resident set size (KB) = 599064 Test 050 regional_noquilt PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/regional_netcdf_parallel -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/regional_netcdf_parallel +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/regional_netcdf_parallel +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/regional_netcdf_parallel Checking test 051 regional_netcdf_parallel results .... Comparing dynf000.nc ............ALT CHECK......OK - Comparing dynf006.nc ............ALT CHECK......OK - Comparing phyf000.nc .........OK - Comparing phyf006.nc ............ALT CHECK......OK + Comparing dynf006.nc .........OK + Comparing phyf000.nc ............ALT CHECK......OK + Comparing phyf006.nc .........OK -0:The total amount of wall time = 337.023847 -0:The maximum resident set size (KB) = 596604 +0:The total amount of wall time = 343.025631 +0:The maximum resident set size (KB) = 596656 Test 051 regional_netcdf_parallel PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/regional_control -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/regional_2dwrtdecomp +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/regional_control +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/regional_2dwrtdecomp Checking test 052 regional_2dwrtdecomp results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2252,14 +2253,14 @@ Checking test 052 regional_2dwrtdecomp results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK -0:The total amount of wall time = 342.095422 -0:The maximum resident set size (KB) = 604688 +0:The total amount of wall time = 342.714944 +0:The maximum resident set size (KB) = 604752 Test 052 regional_2dwrtdecomp PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/fv3_regional_wofs -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/regional_wofs +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/fv3_regional_wofs +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/regional_wofs Checking test 053 regional_wofs results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2270,14 +2271,14 @@ Checking test 053 regional_wofs results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK -0:The total amount of wall time = 428.722485 -0:The maximum resident set size (KB) = 275880 +0:The total amount of wall time = 427.569392 +0:The maximum resident set size (KB) = 275712 Test 053 regional_wofs PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/rap_control -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/rap_control +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/rap_control +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/rap_control Checking test 054 rap_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2324,14 +2325,14 @@ Checking test 054 rap_control results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 480.144582 -0:The maximum resident set size (KB) = 823396 +0:The total amount of wall time = 478.149108 +0:The maximum resident set size (KB) = 823476 Test 054 rap_control PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/regional_spp_sppt_shum_skeb -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/regional_spp_sppt_shum_skeb +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/regional_spp_sppt_shum_skeb +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/regional_spp_sppt_shum_skeb Checking test 055 regional_spp_sppt_shum_skeb results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK @@ -2342,14 +2343,14 @@ Checking test 055 regional_spp_sppt_shum_skeb results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF01 .........OK -0:The total amount of wall time = 262.480087 -0:The maximum resident set size (KB) = 952160 +0:The total amount of wall time = 261.677052 +0:The maximum resident set size (KB) = 952128 Test 055 regional_spp_sppt_shum_skeb PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/rap_control -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/rap_decomp +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/rap_control +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/rap_decomp Checking test 056 rap_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2396,14 +2397,14 @@ Checking test 056 rap_decomp results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 494.328646 -0:The maximum resident set size (KB) = 822336 +0:The total amount of wall time = 500.686040 +0:The maximum resident set size (KB) = 822432 Test 056 rap_decomp PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/rap_control -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/rap_2threads +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/rap_control +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/rap_2threads Checking test 057 rap_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2450,14 +2451,14 @@ Checking test 057 rap_2threads results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 460.396663 -0:The maximum resident set size (KB) = 893360 +0:The total amount of wall time = 458.625475 +0:The maximum resident set size (KB) = 893528 Test 057 rap_2threads PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/rap_control -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/rap_restart +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/rap_control +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/rap_restart Checking test 058 rap_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -2496,14 +2497,14 @@ Checking test 058 rap_restart results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 241.518261 -0:The maximum resident set size (KB) = 571392 +0:The total amount of wall time = 241.453593 +0:The maximum resident set size (KB) = 571332 Test 058 rap_restart PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/rap_sfcdiff -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/rap_sfcdiff +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/rap_sfcdiff +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/rap_sfcdiff Checking test 059 rap_sfcdiff results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2550,14 +2551,14 @@ Checking test 059 rap_sfcdiff results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 479.565702 -0:The maximum resident set size (KB) = 823428 +0:The total amount of wall time = 478.738316 +0:The maximum resident set size (KB) = 823492 Test 059 rap_sfcdiff PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/rap_sfcdiff -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/rap_sfcdiff_decomp +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/rap_sfcdiff +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/rap_sfcdiff_decomp Checking test 060 rap_sfcdiff_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2604,14 +2605,14 @@ Checking test 060 rap_sfcdiff_decomp results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 504.228357 -0:The maximum resident set size (KB) = 822240 +0:The total amount of wall time = 513.465705 +0:The maximum resident set size (KB) = 822424 Test 060 rap_sfcdiff_decomp PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/rap_sfcdiff -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/rap_sfcdiff_restart +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/rap_sfcdiff +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/rap_sfcdiff_restart Checking test 061 rap_sfcdiff_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -2650,14 +2651,14 @@ Checking test 061 rap_sfcdiff_restart results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 354.938553 -0:The maximum resident set size (KB) = 570544 +0:The total amount of wall time = 358.400588 +0:The maximum resident set size (KB) = 570688 Test 061 rap_sfcdiff_restart PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/hrrr_control -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/hrrr_control +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/hrrr_control +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/hrrr_control Checking test 062 hrrr_control results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2704,14 +2705,14 @@ Checking test 062 hrrr_control results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 463.007072 -0:The maximum resident set size (KB) = 820896 +0:The total amount of wall time = 454.816461 +0:The maximum resident set size (KB) = 820812 Test 062 hrrr_control PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/hrrr_control -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/hrrr_control_decomp +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/hrrr_control +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/hrrr_control_decomp Checking test 063 hrrr_control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2758,14 +2759,14 @@ Checking test 063 hrrr_control_decomp results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 480.449022 -0:The maximum resident set size (KB) = 820804 +0:The total amount of wall time = 481.930255 +0:The maximum resident set size (KB) = 820828 Test 063 hrrr_control_decomp PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/hrrr_control -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/hrrr_control_2threads +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/hrrr_control +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/hrrr_control_2threads Checking test 064 hrrr_control_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2812,14 +2813,14 @@ Checking test 064 hrrr_control_2threads results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 445.680624 -0:The maximum resident set size (KB) = 888544 +0:The total amount of wall time = 435.292204 +0:The maximum resident set size (KB) = 888232 Test 064 hrrr_control_2threads PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/hrrr_control -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/hrrr_control_restart +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/hrrr_control +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/hrrr_control_restart Checking test 065 hrrr_control_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -2858,14 +2859,14 @@ Checking test 065 hrrr_control_restart results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 343.564678 -0:The maximum resident set size (KB) = 566676 +0:The total amount of wall time = 338.373426 +0:The maximum resident set size (KB) = 566492 Test 065 hrrr_control_restart PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/rrfs_v1beta -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/rrfs_v1beta +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/rrfs_v1beta +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/rrfs_v1beta Checking test 066 rrfs_v1beta results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2912,14 +2913,14 @@ Checking test 066 rrfs_v1beta results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 475.410999 -0:The maximum resident set size (KB) = 819384 +0:The total amount of wall time = 475.203028 +0:The maximum resident set size (KB) = 819312 Test 066 rrfs_v1beta PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/rrfs_v1nssl -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/rrfs_v1nssl +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/rrfs_v1nssl +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/rrfs_v1nssl Checking test 067 rrfs_v1nssl results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2934,14 +2935,14 @@ Checking test 067 rrfs_v1nssl results .... Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK -0:The total amount of wall time = 579.197534 -0:The maximum resident set size (KB) = 508668 +0:The total amount of wall time = 584.284133 +0:The maximum resident set size (KB) = 509220 Test 067 rrfs_v1nssl PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/rrfs_v1nssl_nohailnoccn -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/rrfs_v1nssl_nohailnoccn +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/rrfs_v1nssl_nohailnoccn +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/rrfs_v1nssl_nohailnoccn Checking test 068 rrfs_v1nssl_nohailnoccn results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2956,14 +2957,14 @@ Checking test 068 rrfs_v1nssl_nohailnoccn results .... Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK -0:The total amount of wall time = 558.289395 -0:The maximum resident set size (KB) = 502616 +0:The total amount of wall time = 567.116555 +0:The maximum resident set size (KB) = 502760 Test 068 rrfs_v1nssl_nohailnoccn PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/rrfs_smoke_conus13km_hrrr_warm -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/rrfs_smoke_conus13km_hrrr_warm +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/rrfs_smoke_conus13km_hrrr_warm +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/rrfs_smoke_conus13km_hrrr_warm Checking test 069 rrfs_smoke_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -2972,14 +2973,14 @@ Checking test 069 rrfs_smoke_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK -0:The total amount of wall time = 151.176327 -0:The maximum resident set size (KB) = 675328 +0:The total amount of wall time = 153.354023 +0:The maximum resident set size (KB) = 675228 Test 069 rrfs_smoke_conus13km_hrrr_warm PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/rrfs_smoke_conus13km_hrrr_warm -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/rrfs_smoke_conus13km_hrrr_warm_2threads +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/rrfs_smoke_conus13km_hrrr_warm +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/rrfs_smoke_conus13km_hrrr_warm_2threads Checking test 070 rrfs_smoke_conus13km_hrrr_warm_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -2988,14 +2989,14 @@ Checking test 070 rrfs_smoke_conus13km_hrrr_warm_2threads results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK -0:The total amount of wall time = 92.565757 -0:The maximum resident set size (KB) = 693988 +0:The total amount of wall time = 93.572357 +0:The maximum resident set size (KB) = 693900 Test 070 rrfs_smoke_conus13km_hrrr_warm_2threads PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/rrfs_conus13km_hrrr_warm -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/rrfs_conus13km_hrrr_warm +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/rrfs_conus13km_hrrr_warm +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/rrfs_conus13km_hrrr_warm Checking test 071 rrfs_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -3004,14 +3005,14 @@ Checking test 071 rrfs_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK -0:The total amount of wall time = 134.341878 -0:The maximum resident set size (KB) = 654112 +0:The total amount of wall time = 136.728777 +0:The maximum resident set size (KB) = 654004 Test 071 rrfs_conus13km_hrrr_warm PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/rrfs_smoke_conus13km_hrrr_warm_radar_tten -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/rrfs_smoke_conus13km_radar_tten_warm +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/rrfs_smoke_conus13km_hrrr_warm_radar_tten +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/rrfs_smoke_conus13km_radar_tten_warm Checking test 072 rrfs_smoke_conus13km_radar_tten_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -3020,26 +3021,26 @@ Checking test 072 rrfs_smoke_conus13km_radar_tten_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK -0:The total amount of wall time = 151.006708 -0:The maximum resident set size (KB) = 677980 +0:The total amount of wall time = 153.397636 +0:The maximum resident set size (KB) = 677888 Test 072 rrfs_smoke_conus13km_radar_tten_warm PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/rrfs_conus13km_hrrr_warm_restart_mismatch -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/rrfs_conus13km_hrrr_warm_restart_mismatch +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/rrfs_conus13km_hrrr_warm_restart_mismatch +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/rrfs_conus13km_hrrr_warm_restart_mismatch Checking test 073 rrfs_conus13km_hrrr_warm_restart_mismatch results .... Comparing sfcf002.nc .........OK Comparing atmf002.nc .........OK -0:The total amount of wall time = 70.778433 -0:The maximum resident set size (KB) = 632280 +0:The total amount of wall time = 69.696395 +0:The maximum resident set size (KB) = 632168 Test 073 rrfs_conus13km_hrrr_warm_restart_mismatch PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/control_csawmg -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/control_csawmg +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/control_csawmg +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/control_csawmg Checking test 074 control_csawmg results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -3050,14 +3051,14 @@ Checking test 074 control_csawmg results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 381.893116 -0:The maximum resident set size (KB) = 527660 +0:The total amount of wall time = 397.700189 +0:The maximum resident set size (KB) = 527692 Test 074 control_csawmg PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/control_csawmgt -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/control_csawmgt +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/control_csawmgt +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/control_csawmgt Checking test 075 control_csawmgt results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -3068,14 +3069,14 @@ Checking test 075 control_csawmgt results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 388.761519 -0:The maximum resident set size (KB) = 529380 +0:The total amount of wall time = 394.676321 +0:The maximum resident set size (KB) = 528372 Test 075 control_csawmgt PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/control_ras -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/control_ras +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/control_ras +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/control_ras Checking test 076 control_ras results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -3086,26 +3087,26 @@ Checking test 076 control_ras results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 206.103034 -0:The maximum resident set size (KB) = 491276 +0:The total amount of wall time = 204.426823 +0:The maximum resident set size (KB) = 491344 Test 076 control_ras PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/control_wam -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/control_wam +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/control_wam +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/control_wam Checking test 077 control_wam results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK -0:The total amount of wall time = 129.762514 -0:The maximum resident set size (KB) = 206216 +0:The total amount of wall time = 129.031925 +0:The maximum resident set size (KB) = 206516 Test 077 control_wam PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/control_p8_faster -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/control_p8_faster +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/control_p8_faster +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/control_p8_faster Checking test 078 control_p8_faster results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -3152,14 +3153,14 @@ Checking test 078 control_p8_faster results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 172.325777 -0:The maximum resident set size (KB) = 1423772 +0:The total amount of wall time = 172.310847 +0:The maximum resident set size (KB) = 1423752 Test 078 control_p8_faster PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/regional_control_faster -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/regional_control_faster +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/regional_control_faster +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/regional_control_faster Checking test 079 regional_control_faster results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -3170,56 +3171,56 @@ Checking test 079 regional_control_faster results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK -0:The total amount of wall time = 321.761233 -0:The maximum resident set size (KB) = 604608 +0:The total amount of wall time = 308.857509 +0:The maximum resident set size (KB) = 604624 Test 079 regional_control_faster PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/rrfs_smoke_conus13km_hrrr_warm_debug -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/rrfs_smoke_conus13km_hrrr_warm_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/rrfs_smoke_conus13km_hrrr_warm_debug +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/rrfs_smoke_conus13km_hrrr_warm_debug Checking test 080 rrfs_smoke_conus13km_hrrr_warm_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 881.401831 -0:The maximum resident set size (KB) = 704784 +0:The total amount of wall time = 874.658605 +0:The maximum resident set size (KB) = 704752 Test 080 rrfs_smoke_conus13km_hrrr_warm_debug PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/rrfs_smoke_conus13km_hrrr_warm_debug -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/rrfs_smoke_conus13km_hrrr_warm_debug_2threads +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/rrfs_smoke_conus13km_hrrr_warm_debug +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/rrfs_smoke_conus13km_hrrr_warm_debug_2threads Checking test 081 rrfs_smoke_conus13km_hrrr_warm_debug_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 501.041073 -0:The maximum resident set size (KB) = 724588 +0:The total amount of wall time = 499.763205 +0:The maximum resident set size (KB) = 725196 Test 081 rrfs_smoke_conus13km_hrrr_warm_debug_2threads PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/rrfs_conus13km_hrrr_warm_debugs -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/rrfs_conus13km_hrrr_warm_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/rrfs_conus13km_hrrr_warm_debugs +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/rrfs_conus13km_hrrr_warm_debug Checking test 082 rrfs_conus13km_hrrr_warm_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 776.623830 -0:The maximum resident set size (KB) = 683404 +0:The total amount of wall time = 779.841903 +0:The maximum resident set size (KB) = 683396 Test 082 rrfs_conus13km_hrrr_warm_debug PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/control_CubedSphereGrid_debug -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/control_CubedSphereGrid_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/control_CubedSphereGrid_debug +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/control_CubedSphereGrid_debug Checking test 083 control_CubedSphereGrid_debug results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -3246,334 +3247,334 @@ Checking test 083 control_CubedSphereGrid_debug results .... Comparing atmf001.tile5.nc .........OK Comparing atmf001.tile6.nc .........OK -0:The total amount of wall time = 157.422299 -0:The maximum resident set size (KB) = 617420 +0:The total amount of wall time = 154.105745 +0:The maximum resident set size (KB) = 618180 Test 083 control_CubedSphereGrid_debug PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/control_wrtGauss_netcdf_parallel_debug -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/control_wrtGauss_netcdf_parallel_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/control_wrtGauss_netcdf_parallel_debug +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/control_wrtGauss_netcdf_parallel_debug Checking test 084 control_wrtGauss_netcdf_parallel_debug results .... Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf001.nc ............ALT CHECK......OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 156.141608 -0:The maximum resident set size (KB) = 615676 +0:The total amount of wall time = 161.062790 +0:The maximum resident set size (KB) = 615616 Test 084 control_wrtGauss_netcdf_parallel_debug PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/control_stochy_debug -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/control_stochy_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/control_stochy_debug +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/control_stochy_debug Checking test 085 control_stochy_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 175.458791 -0:The maximum resident set size (KB) = 621300 +0:The total amount of wall time = 175.033427 +0:The maximum resident set size (KB) = 621272 Test 085 control_stochy_debug PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/control_lndp_debug -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/control_lndp_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/control_lndp_debug +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/control_lndp_debug Checking test 086 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 = 158.515765 -0:The maximum resident set size (KB) = 620048 +0:The total amount of wall time = 157.315764 +0:The maximum resident set size (KB) = 620168 Test 086 control_lndp_debug PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/control_csawmg_debug -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/control_csawmg_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/control_csawmg_debug +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/control_csawmg_debug Checking test 087 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 = 250.022350 -0:The maximum resident set size (KB) = 666420 +0:The total amount of wall time = 249.141100 +0:The maximum resident set size (KB) = 666452 Test 087 control_csawmg_debug PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/control_csawmgt_debug -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/control_csawmgt_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/control_csawmgt_debug +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/control_csawmgt_debug Checking test 088 control_csawmgt_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 247.834887 -0:The maximum resident set size (KB) = 667312 +0:The total amount of wall time = 242.809986 +0:The maximum resident set size (KB) = 667444 Test 088 control_csawmgt_debug PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/control_ras_debug -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/control_ras_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/control_ras_debug +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/control_ras_debug Checking test 089 control_ras_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 159.927656 -0:The maximum resident set size (KB) = 630260 +0:The total amount of wall time = 158.716026 +0:The maximum resident set size (KB) = 630416 Test 089 control_ras_debug PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/control_diag_debug -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/control_diag_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/control_diag_debug +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/control_diag_debug Checking test 090 control_diag_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 161.113085 -0:The maximum resident set size (KB) = 674940 +0:The total amount of wall time = 159.190830 +0:The maximum resident set size (KB) = 674960 Test 090 control_diag_debug PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/control_debug_p8 -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/control_debug_p8 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/control_debug_p8 +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/control_debug_p8 Checking test 091 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 = 177.739194 -0:The maximum resident set size (KB) = 1442388 +0:The total amount of wall time = 175.027208 +0:The maximum resident set size (KB) = 1442496 Test 091 control_debug_p8 PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/regional_debug -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/regional_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/regional_debug +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/regional_debug Checking test 092 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 = 1034.537717 -0:The maximum resident set size (KB) = 625904 +0:The total amount of wall time = 1033.462105 +0:The maximum resident set size (KB) = 625852 Test 092 regional_debug PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/rap_control_debug -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/rap_control_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/rap_control_debug +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/rap_control_debug Checking test 093 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 = 287.233081 -0:The maximum resident set size (KB) = 986632 +0:The total amount of wall time = 287.199567 +0:The maximum resident set size (KB) = 986740 Test 093 rap_control_debug PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/hrrr_control_debug -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/hrrr_control_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/hrrr_control_debug +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/hrrr_control_debug Checking test 094 hrrr_control_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 284.935713 -0:The maximum resident set size (KB) = 984108 +0:The total amount of wall time = 281.832646 +0:The maximum resident set size (KB) = 984080 Test 094 hrrr_control_debug PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/rap_control_debug -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/rap_unified_drag_suite_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/rap_control_debug +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/rap_unified_drag_suite_debug Checking test 095 rap_unified_drag_suite_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 287.555661 -0:The maximum resident set size (KB) = 986668 +0:The total amount of wall time = 285.410825 +0:The maximum resident set size (KB) = 986660 Test 095 rap_unified_drag_suite_debug PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/rap_diag_debug -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/rap_diag_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/rap_diag_debug +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/rap_diag_debug Checking test 096 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 = 300.125076 -0:The maximum resident set size (KB) = 1069904 +0:The total amount of wall time = 313.496880 +0:The maximum resident set size (KB) = 1069996 Test 096 rap_diag_debug PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/rap_cires_ugwp_debug -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/rap_cires_ugwp_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/rap_cires_ugwp_debug +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/rap_cires_ugwp_debug Checking test 097 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 = 298.358483 -0:The maximum resident set size (KB) = 985788 +0:The total amount of wall time = 292.723223 +0:The maximum resident set size (KB) = 986252 Test 097 rap_cires_ugwp_debug PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/rap_cires_ugwp_debug -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/rap_unified_ugwp_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/rap_cires_ugwp_debug +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/rap_unified_ugwp_debug Checking test 098 rap_unified_ugwp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 293.232764 -0:The maximum resident set size (KB) = 986632 +0:The total amount of wall time = 292.067825 +0:The maximum resident set size (KB) = 986912 Test 098 rap_unified_ugwp_debug PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/rap_lndp_debug -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/rap_lndp_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/rap_lndp_debug +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/rap_lndp_debug Checking test 099 rap_lndp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 291.402515 -0:The maximum resident set size (KB) = 987252 +0:The total amount of wall time = 288.373145 +0:The maximum resident set size (KB) = 987444 Test 099 rap_lndp_debug PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/rap_flake_debug -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/rap_flake_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/rap_flake_debug +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/rap_flake_debug Checking test 100 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.217546 -0:The maximum resident set size (KB) = 986640 +0:The total amount of wall time = 285.873340 +0:The maximum resident set size (KB) = 986696 Test 100 rap_flake_debug PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/rap_progcld_thompson_debug -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/rap_progcld_thompson_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/rap_progcld_thompson_debug +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/rap_progcld_thompson_debug Checking test 101 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 = 286.793607 -0:The maximum resident set size (KB) = 986524 +0:The total amount of wall time = 285.977258 +0:The maximum resident set size (KB) = 986664 Test 101 rap_progcld_thompson_debug PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/rap_noah_debug -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/rap_noah_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/rap_noah_debug +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/rap_noah_debug Checking test 102 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.392710 -0:The maximum resident set size (KB) = 985552 +0:The total amount of wall time = 280.020528 +0:The maximum resident set size (KB) = 984576 Test 102 rap_noah_debug PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/rap_sfcdiff_debug -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/rap_sfcdiff_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/rap_sfcdiff_debug +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/rap_sfcdiff_debug Checking test 103 rap_sfcdiff_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 287.531819 -0:The maximum resident set size (KB) = 986532 +0:The total amount of wall time = 286.422980 +0:The maximum resident set size (KB) = 986452 Test 103 rap_sfcdiff_debug PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/rap_noah_sfcdiff_cires_ugwp_debug -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/rap_noah_sfcdiff_cires_ugwp_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/rap_noah_sfcdiff_cires_ugwp_debug +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/rap_noah_sfcdiff_cires_ugwp_debug Checking test 104 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 = 472.346185 -0:The maximum resident set size (KB) = 985328 +0:The total amount of wall time = 472.255279 +0:The maximum resident set size (KB) = 985408 Test 104 rap_noah_sfcdiff_cires_ugwp_debug PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/rrfs_v1beta_debug -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/rrfs_v1beta_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/rrfs_v1beta_debug +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/rrfs_v1beta_debug Checking test 105 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 = 282.301876 -0:The maximum resident set size (KB) = 983268 +0:The total amount of wall time = 282.105170 +0:The maximum resident set size (KB) = 983408 Test 105 rrfs_v1beta_debug PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/control_wam_debug -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/control_wam_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/control_wam_debug +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/control_wam_debug Checking test 106 control_wam_debug results .... Comparing sfcf019.nc .........OK Comparing atmf019.nc .........OK -0:The total amount of wall time = 294.938603 -0:The maximum resident set size (KB) = 236588 +0:The total amount of wall time = 288.987929 +0:The maximum resident set size (KB) = 235304 Test 106 control_wam_debug PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/regional_spp_sppt_shum_skeb_dyn32_phy32 -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/regional_spp_sppt_shum_skeb_dyn32_phy32 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/regional_spp_sppt_shum_skeb_dyn32_phy32 +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/regional_spp_sppt_shum_skeb_dyn32_phy32 Checking test 107 regional_spp_sppt_shum_skeb_dyn32_phy32 results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK @@ -3584,14 +3585,14 @@ Checking test 107 regional_spp_sppt_shum_skeb_dyn32_phy32 results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF01 .........OK -0:The total amount of wall time = 245.311712 -0:The maximum resident set size (KB) = 851536 +0:The total amount of wall time = 247.213228 +0:The maximum resident set size (KB) = 851120 Test 107 regional_spp_sppt_shum_skeb_dyn32_phy32 PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/rap_control_dyn32_phy32 -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/rap_control_dyn32_phy32 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/rap_control_dyn32_phy32 +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/rap_control_dyn32_phy32 Checking test 108 rap_control_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3638,14 +3639,14 @@ Checking test 108 rap_control_dyn32_phy32 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 398.403375 -0:The maximum resident set size (KB) = 707552 +0:The total amount of wall time = 398.440496 +0:The maximum resident set size (KB) = 707768 Test 108 rap_control_dyn32_phy32 PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/hrrr_control_dyn32_phy32 -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/hrrr_control_dyn32_phy32 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/hrrr_control_dyn32_phy32 +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/hrrr_control_dyn32_phy32 Checking test 109 hrrr_control_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3692,14 +3693,14 @@ Checking test 109 hrrr_control_dyn32_phy32 results .... Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 208.193506 -0:The maximum resident set size (KB) = 706336 +0:The total amount of wall time = 208.177559 +0:The maximum resident set size (KB) = 706476 Test 109 hrrr_control_dyn32_phy32 PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/rap_control_dyn32_phy32 -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/rap_2threads_dyn32_phy32 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/rap_control_dyn32_phy32 +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/rap_2threads_dyn32_phy32 Checking test 110 rap_2threads_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3746,14 +3747,14 @@ Checking test 110 rap_2threads_dyn32_phy32 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 386.413904 -0:The maximum resident set size (KB) = 759372 +0:The total amount of wall time = 383.368965 +0:The maximum resident set size (KB) = 759496 Test 110 rap_2threads_dyn32_phy32 PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/hrrr_control_dyn32_phy32 -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/hrrr_control_2threads_dyn32_phy32 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/hrrr_control_dyn32_phy32 +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/hrrr_control_2threads_dyn32_phy32 Checking test 111 hrrr_control_2threads_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3800,14 +3801,14 @@ Checking test 111 hrrr_control_2threads_dyn32_phy32 results .... Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 197.961530 -0:The maximum resident set size (KB) = 756264 +0:The total amount of wall time = 199.866749 +0:The maximum resident set size (KB) = 756536 Test 111 hrrr_control_2threads_dyn32_phy32 PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/hrrr_control_dyn32_phy32 -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/hrrr_control_decomp_dyn32_phy32 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/hrrr_control_dyn32_phy32 +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/hrrr_control_decomp_dyn32_phy32 Checking test 112 hrrr_control_decomp_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3854,14 +3855,14 @@ Checking test 112 hrrr_control_decomp_dyn32_phy32 results .... Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 219.520209 -0:The maximum resident set size (KB) = 704384 +0:The total amount of wall time = 218.708308 +0:The maximum resident set size (KB) = 704448 Test 112 hrrr_control_decomp_dyn32_phy32 PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/rap_control_dyn32_phy32 -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/rap_restart_dyn32_phy32 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/rap_control_dyn32_phy32 +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/rap_restart_dyn32_phy32 Checking test 113 rap_restart_dyn32_phy32 results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -3900,14 +3901,14 @@ Checking test 113 rap_restart_dyn32_phy32 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 294.242905 -0:The maximum resident set size (KB) = 544712 +0:The total amount of wall time = 289.497874 +0:The maximum resident set size (KB) = 544728 Test 113 rap_restart_dyn32_phy32 PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/hrrr_control_dyn32_phy32 -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/hrrr_control_restart_dyn32_phy32 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/hrrr_control_dyn32_phy32 +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/hrrr_control_restart_dyn32_phy32 Checking test 114 hrrr_control_restart_dyn32_phy32 results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -3946,14 +3947,14 @@ Checking test 114 hrrr_control_restart_dyn32_phy32 results .... Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 107.044222 -0:The maximum resident set size (KB) = 537396 +0:The total amount of wall time = 105.706668 +0:The maximum resident set size (KB) = 537308 Test 114 hrrr_control_restart_dyn32_phy32 PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/rap_control_dyn64_phy32 -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/rap_control_dyn64_phy32 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/rap_control_dyn64_phy32 +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/rap_control_dyn64_phy32 Checking test 115 rap_control_dyn64_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -4000,81 +4001,81 @@ Checking test 115 rap_control_dyn64_phy32 results .... Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 271.229918 -0:The maximum resident set size (KB) = 730492 +0:The total amount of wall time = 272.857662 +0:The maximum resident set size (KB) = 730300 Test 115 rap_control_dyn64_phy32 PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/rap_control_debug_dyn32_phy32 -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/rap_control_debug_dyn32_phy32 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/rap_control_debug_dyn32_phy32 +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/rap_control_debug_dyn32_phy32 Checking test 116 rap_control_debug_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 281.226085 -0:The maximum resident set size (KB) = 872812 +0:The total amount of wall time = 282.516152 +0:The maximum resident set size (KB) = 872968 Test 116 rap_control_debug_dyn32_phy32 PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/hrrr_control_debug_dyn32_phy32 -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/hrrr_control_debug_dyn32_phy32 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/hrrr_control_debug_dyn32_phy32 +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/hrrr_control_debug_dyn32_phy32 Checking test 117 hrrr_control_debug_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 277.562901 -0:The maximum resident set size (KB) = 870880 +0:The total amount of wall time = 277.522407 +0:The maximum resident set size (KB) = 871208 Test 117 hrrr_control_debug_dyn32_phy32 PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/rap_control_debug_dyn64_phy32 -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/rap_control_dyn64_phy32_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/rap_control_debug_dyn64_phy32 +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/rap_control_dyn64_phy32_debug Checking test 118 rap_control_dyn64_phy32_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -0:The total amount of wall time = 285.856093 -0:The maximum resident set size (KB) = 890916 +0:The total amount of wall time = 286.258157 +0:The maximum resident set size (KB) = 889992 Test 118 rap_control_dyn64_phy32_debug PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_atm -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/hafs_regional_atm +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/hafs_regional_atm +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/hafs_regional_atm Checking test 119 hafs_regional_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing HURPRS.GrbF06 .........OK -0:The total amount of wall time = 258.047697 -0:The maximum resident set size (KB) = 743600 +0:The total amount of wall time = 258.680884 +0:The maximum resident set size (KB) = 741928 Test 119 hafs_regional_atm PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_atm_thompson_gfdlsf -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/hafs_regional_atm_thompson_gfdlsf +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/hafs_regional_atm_thompson_gfdlsf +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/hafs_regional_atm_thompson_gfdlsf Checking test 120 hafs_regional_atm_thompson_gfdlsf results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK -0:The total amount of wall time = 286.999318 -0:The maximum resident set size (KB) = 1101148 +0:The total amount of wall time = 292.059706 +0:The maximum resident set size (KB) = 1099052 Test 120 hafs_regional_atm_thompson_gfdlsf PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_atm_ocn -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/hafs_regional_atm_ocn +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/hafs_regional_atm_ocn +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/hafs_regional_atm_ocn Checking test 121 hafs_regional_atm_ocn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4083,62 +4084,62 @@ Checking test 121 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 = 452.004599 -0:The maximum resident set size (KB) = 740908 +0:The total amount of wall time = 456.177368 +0:The maximum resident set size (KB) = 741032 Test 121 hafs_regional_atm_ocn PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_atm_wav -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/hafs_regional_atm_wav +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/hafs_regional_atm_wav +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/hafs_regional_atm_wav Checking test 122 hafs_regional_atm_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK - Comparing out_grd.ww3 .........OK - Comparing out_pnt.ww3 .........OK + Comparing 20190829.060000.out_grd.ww3 .........OK + Comparing 20190829.060000.out_pnt.ww3 .........OK Comparing ufs.hafs.ww3.r.2019-08-29-21600 .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK -0:The total amount of wall time = 1047.575244 -0:The maximum resident set size (KB) = 771676 +0:The total amount of wall time = 1093.185955 +0:The maximum resident set size (KB) = 772108 Test 122 hafs_regional_atm_wav PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_atm_ocn_wav -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/hafs_regional_atm_ocn_wav +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/hafs_regional_atm_ocn_wav +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/hafs_regional_atm_ocn_wav Checking test 123 hafs_regional_atm_ocn_wav results .... Comparing atmf006.nc .........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 + Comparing 20190829.060000.out_grd.ww3 .........OK + Comparing 20190829.060000.out_pnt.ww3 .........OK Comparing ufs.hafs.ww3.r.2019-08-29-21600 .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK -0:The total amount of wall time = 1173.432708 -0:The maximum resident set size (KB) = 792152 +0:The total amount of wall time = 1107.790035 +0:The maximum resident set size (KB) = 792704 Test 123 hafs_regional_atm_ocn_wav PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_1nest_atm -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/hafs_regional_1nest_atm +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/hafs_regional_1nest_atm +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/hafs_regional_1nest_atm Checking test 124 hafs_regional_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK Comparing sfc.nest02.f006.nc .........OK -0:The total amount of wall time = 382.114270 -0:The maximum resident set size (KB) = 300412 +0:The total amount of wall time = 374.154109 +0:The maximum resident set size (KB) = 300848 Test 124 hafs_regional_1nest_atm PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_telescopic_2nests_atm -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/hafs_regional_telescopic_2nests_atm +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/hafs_regional_telescopic_2nests_atm +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/hafs_regional_telescopic_2nests_atm Checking test 125 hafs_regional_telescopic_2nests_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4147,28 +4148,28 @@ Checking test 125 hafs_regional_telescopic_2nests_atm results .... Comparing atm.nest03.f006.nc .........OK Comparing sfc.nest03.f006.nc .........OK -0:The total amount of wall time = 425.826521 -0:The maximum resident set size (KB) = 320684 +0:The total amount of wall time = 426.888710 +0:The maximum resident set size (KB) = 320332 Test 125 hafs_regional_telescopic_2nests_atm PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/hafs_global_1nest_atm -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/hafs_global_1nest_atm +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/hafs_global_1nest_atm +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/hafs_global_1nest_atm Checking test 126 hafs_global_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK Comparing sfc.nest02.f006.nc .........OK -0:The total amount of wall time = 176.599576 -0:The maximum resident set size (KB) = 213632 +0:The total amount of wall time = 170.264638 +0:The maximum resident set size (KB) = 214312 Test 126 hafs_global_1nest_atm PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/hafs_global_multiple_4nests_atm -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/hafs_global_multiple_4nests_atm +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/hafs_global_multiple_4nests_atm +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/hafs_global_multiple_4nests_atm Checking test 127 hafs_global_multiple_4nests_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4186,14 +4187,14 @@ Checking test 127 hafs_global_multiple_4nests_atm results .... Comparing HURPRS.GrbF06.nest04 .........OK Comparing HURPRS.GrbF06.nest05 .........OK -0:The total amount of wall time = 483.895215 -0:The maximum resident set size (KB) = 302732 +0:The total amount of wall time = 489.123127 +0:The maximum resident set size (KB) = 302644 Test 127 hafs_global_multiple_4nests_atm PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_specified_moving_1nest_atm -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/hafs_regional_specified_moving_1nest_atm +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/hafs_regional_specified_moving_1nest_atm +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/hafs_regional_specified_moving_1nest_atm Checking test 128 hafs_regional_specified_moving_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4202,28 +4203,28 @@ Checking test 128 hafs_regional_specified_moving_1nest_atm results .... Comparing HURPRS.GrbF06 .........OK Comparing HURPRS.GrbF06.nest02 .........OK -0:The total amount of wall time = 242.119710 -0:The maximum resident set size (KB) = 318556 +0:The total amount of wall time = 240.431705 +0:The maximum resident set size (KB) = 318624 Test 128 hafs_regional_specified_moving_1nest_atm PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_storm_following_1nest_atm -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/hafs_regional_storm_following_1nest_atm +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/hafs_regional_storm_following_1nest_atm +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/hafs_regional_storm_following_1nest_atm Checking test 129 hafs_regional_storm_following_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK Comparing sfc.nest02.f006.nc .........OK -0:The total amount of wall time = 227.601098 -0:The maximum resident set size (KB) = 319844 +0:The total amount of wall time = 227.807270 +0:The maximum resident set size (KB) = 318624 Test 129 hafs_regional_storm_following_1nest_atm PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_storm_following_1nest_atm_ocn -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/hafs_regional_storm_following_1nest_atm_ocn +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/hafs_regional_storm_following_1nest_atm_ocn +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/hafs_regional_storm_following_1nest_atm_ocn Checking test 130 hafs_regional_storm_following_1nest_atm_ocn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4232,42 +4233,42 @@ Checking test 130 hafs_regional_storm_following_1nest_atm_ocn results .... Comparing archv.2020_238_18.a .........OK Comparing archs.2020_238_18.a .........OK -0:The total amount of wall time = 280.180784 -0:The maximum resident set size (KB) = 376020 +0:The total amount of wall time = 277.670077 +0:The maximum resident set size (KB) = 376152 Test 130 hafs_regional_storm_following_1nest_atm_ocn PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/hafs_global_storm_following_1nest_atm -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/hafs_global_storm_following_1nest_atm +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/hafs_global_storm_following_1nest_atm +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/hafs_global_storm_following_1nest_atm Checking test 131 hafs_global_storm_following_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK Comparing sfc.nest02.f006.nc .........OK -0:The total amount of wall time = 65.977998 -0:The maximum resident set size (KB) = 233404 +0:The total amount of wall time = 67.162262 +0:The maximum resident set size (KB) = 233420 Test 131 hafs_global_storm_following_1nest_atm PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_storm_following_1nest_atm_ocn_debug -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/hafs_regional_storm_following_1nest_atm_ocn_debug +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/hafs_regional_storm_following_1nest_atm_ocn_debug +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/hafs_regional_storm_following_1nest_atm_ocn_debug Checking test 132 hafs_regional_storm_following_1nest_atm_ocn_debug results .... Comparing atmf001.nc .........OK Comparing sfcf001.nc .........OK Comparing atm.nest02.f001.nc .........OK Comparing sfc.nest02.f001.nc .........OK -0:The total amount of wall time = 770.531366 -0:The maximum resident set size (KB) = 402332 +0:The total amount of wall time = 766.243396 +0:The maximum resident set size (KB) = 402868 Test 132 hafs_regional_storm_following_1nest_atm_ocn_debug PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_storm_following_1nest_atm_ocn_wav -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/hafs_regional_storm_following_1nest_atm_ocn_wav +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/hafs_regional_storm_following_1nest_atm_ocn_wav +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/hafs_regional_storm_following_1nest_atm_ocn_wav Checking test 133 hafs_regional_storm_following_1nest_atm_ocn_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4275,17 +4276,17 @@ Checking test 133 hafs_regional_storm_following_1nest_atm_ocn_wav results .... Comparing sfc.nest02.f006.nc .........OK Comparing archv.2020_238_18.a .........OK Comparing archs.2020_238_18.a .........OK - Comparing out_grd.ww3 .........OK - Comparing out_pnt.ww3 .........OK + Comparing 20200825.180000.out_grd.ww3 .........OK + Comparing 20200825.180000.out_pnt.ww3 .........OK -0:The total amount of wall time = 724.811079 -0:The maximum resident set size (KB) = 427616 +0:The total amount of wall time = 781.088316 +0:The maximum resident set size (KB) = 427364 Test 133 hafs_regional_storm_following_1nest_atm_ocn_wav PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_docn -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/hafs_regional_docn +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/hafs_regional_docn +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/hafs_regional_docn Checking test 134 hafs_regional_docn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4293,14 +4294,14 @@ Checking test 134 hafs_regional_docn results .... Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK Comparing ufs.hafs.docn.r.2019-08-29-21600.nc .........OK -0:The total amount of wall time = 391.804399 -0:The maximum resident set size (KB) = 755296 +0:The total amount of wall time = 504.588061 +0:The maximum resident set size (KB) = 755220 Test 134 hafs_regional_docn PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_docn_oisst -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/hafs_regional_docn_oisst +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/hafs_regional_docn_oisst +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/hafs_regional_docn_oisst Checking test 135 hafs_regional_docn_oisst results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4308,131 +4309,131 @@ Checking test 135 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 = 391.971192 -0:The maximum resident set size (KB) = 735176 +0:The total amount of wall time = 391.250668 +0:The maximum resident set size (KB) = 735052 Test 135 hafs_regional_docn_oisst PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_datm_cdeps -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/hafs_regional_datm_cdeps +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/hafs_regional_datm_cdeps +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/hafs_regional_datm_cdeps Checking test 136 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 = 1270.299914 -0:The maximum resident set size (KB) = 887888 +0:The total amount of wall time = 1274.665693 +0:The maximum resident set size (KB) = 887916 Test 136 hafs_regional_datm_cdeps PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_control_cfsr -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/datm_cdeps_control_cfsr +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/datm_cdeps_control_cfsr +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/datm_cdeps_control_cfsr Checking test 137 datm_cdeps_control_cfsr results .... Comparing RESTART/20111002.000000.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.084590 -0:The maximum resident set size (KB) = 716704 +0:The total amount of wall time = 167.807526 +0:The maximum resident set size (KB) = 727808 Test 137 datm_cdeps_control_cfsr PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_control_cfsr -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/datm_cdeps_restart_cfsr +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/datm_cdeps_control_cfsr +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/datm_cdeps_restart_cfsr Checking test 138 datm_cdeps_restart_cfsr results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK -0:The total amount of wall time = 100.773250 -0:The maximum resident set size (KB) = 704804 +0:The total amount of wall time = 100.828994 +0:The maximum resident set size (KB) = 715984 Test 138 datm_cdeps_restart_cfsr PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_control_gefs -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/datm_cdeps_control_gefs +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/datm_cdeps_control_gefs +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/datm_cdeps_control_gefs Checking test 139 datm_cdeps_control_gefs results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK -0:The total amount of wall time = 159.607558 -0:The maximum resident set size (KB) = 607492 +0:The total amount of wall time = 160.498335 +0:The maximum resident set size (KB) = 607496 Test 139 datm_cdeps_control_gefs PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_iau_gefs -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/datm_cdeps_iau_gefs +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/datm_cdeps_iau_gefs +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/datm_cdeps_iau_gefs Checking test 140 datm_cdeps_iau_gefs results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK -0:The total amount of wall time = 164.424296 -0:The maximum resident set size (KB) = 607432 +0:The total amount of wall time = 165.066668 +0:The maximum resident set size (KB) = 607508 Test 140 datm_cdeps_iau_gefs PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_stochy_gefs -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/datm_cdeps_stochy_gefs +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/datm_cdeps_stochy_gefs +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/datm_cdeps_stochy_gefs Checking test 141 datm_cdeps_stochy_gefs results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK -0:The total amount of wall time = 163.152270 -0:The maximum resident set size (KB) = 607472 +0:The total amount of wall time = 163.377476 +0:The maximum resident set size (KB) = 607496 Test 141 datm_cdeps_stochy_gefs PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_ciceC_cfsr -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/datm_cdeps_ciceC_cfsr +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/datm_cdeps_ciceC_cfsr +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/datm_cdeps_ciceC_cfsr Checking test 142 datm_cdeps_ciceC_cfsr results .... Comparing RESTART/20111002.000000.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.448733 -0:The maximum resident set size (KB) = 716664 +0:The total amount of wall time = 168.036962 +0:The maximum resident set size (KB) = 727672 Test 142 datm_cdeps_ciceC_cfsr PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_bulk_cfsr -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/datm_cdeps_bulk_cfsr +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/datm_cdeps_bulk_cfsr +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/datm_cdeps_bulk_cfsr Checking test 143 datm_cdeps_bulk_cfsr results .... Comparing RESTART/20111002.000000.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.975495 -0:The maximum resident set size (KB) = 717644 +0:The total amount of wall time = 168.069458 +0:The maximum resident set size (KB) = 727820 Test 143 datm_cdeps_bulk_cfsr PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_bulk_gefs -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/datm_cdeps_bulk_gefs +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/datm_cdeps_bulk_gefs +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/datm_cdeps_bulk_gefs Checking test 144 datm_cdeps_bulk_gefs results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK -0:The total amount of wall time = 160.301031 -0:The maximum resident set size (KB) = 608456 +0:The total amount of wall time = 159.968693 +0:The maximum resident set size (KB) = 607476 Test 144 datm_cdeps_bulk_gefs PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_mx025_cfsr -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/datm_cdeps_mx025_cfsr +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/datm_cdeps_mx025_cfsr +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/datm_cdeps_mx025_cfsr Checking test 145 datm_cdeps_mx025_cfsr results .... Comparing RESTART/20111001.120000.MOM.res.nc .........OK Comparing RESTART/20111001.120000.MOM.res_1.nc .........OK @@ -4441,14 +4442,14 @@ Checking test 145 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 = 417.925003 -0:The maximum resident set size (KB) = 514276 +0:The total amount of wall time = 425.370797 +0:The maximum resident set size (KB) = 514396 Test 145 datm_cdeps_mx025_cfsr PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_mx025_gefs -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/datm_cdeps_mx025_gefs +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/datm_cdeps_mx025_gefs +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/datm_cdeps_mx025_gefs Checking test 146 datm_cdeps_mx025_gefs results .... Comparing RESTART/20111001.120000.MOM.res.nc .........OK Comparing RESTART/20111001.120000.MOM.res_1.nc .........OK @@ -4457,77 +4458,77 @@ Checking test 146 datm_cdeps_mx025_gefs results .... Comparing RESTART/iced.2011-10-01-43200.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-01-43200.nc .........OK -0:The total amount of wall time = 426.583352 -0:The maximum resident set size (KB) = 494836 +0:The total amount of wall time = 415.435985 +0:The maximum resident set size (KB) = 494864 Test 146 datm_cdeps_mx025_gefs PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_control_cfsr -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/datm_cdeps_multiple_files_cfsr +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/datm_cdeps_control_cfsr +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/datm_cdeps_multiple_files_cfsr Checking test 147 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 = 168.148959 -0:The maximum resident set size (KB) = 716716 +0:The total amount of wall time = 192.519192 +0:The maximum resident set size (KB) = 716752 Test 147 datm_cdeps_multiple_files_cfsr PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_3072x1536_cfsr -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/datm_cdeps_3072x1536_cfsr +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/datm_cdeps_3072x1536_cfsr +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/datm_cdeps_3072x1536_cfsr Checking test 148 datm_cdeps_3072x1536_cfsr results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR3072x1536.cpl.r.2011-10-02-00000.nc .........OK -0:The total amount of wall time = 268.889900 -0:The maximum resident set size (KB) = 1941400 +0:The total amount of wall time = 256.131412 +0:The maximum resident set size (KB) = 1942072 Test 148 datm_cdeps_3072x1536_cfsr PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_gfs -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/datm_cdeps_gfs +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/datm_cdeps_gfs +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/datm_cdeps_gfs Checking test 149 datm_cdeps_gfs results .... Comparing RESTART/20210323.060000.MOM.res.nc .........OK Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/DATM_GFS.cpl.r.2021-03-23-21600.nc .........OK -0:The total amount of wall time = 267.900492 -0:The maximum resident set size (KB) = 1942032 +0:The total amount of wall time = 269.049188 +0:The maximum resident set size (KB) = 1940276 Test 149 datm_cdeps_gfs PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_debug_cfsr -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/datm_cdeps_debug_cfsr +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/datm_cdeps_debug_cfsr +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/datm_cdeps_debug_cfsr Checking test 150 datm_cdeps_debug_cfsr results .... Comparing RESTART/20111001.060000.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 = 369.447336 -0:The maximum resident set size (KB) = 700608 +0:The total amount of wall time = 369.195972 +0:The maximum resident set size (KB) = 700644 Test 150 datm_cdeps_debug_cfsr PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_control_cfsr_faster -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/datm_cdeps_control_cfsr_faster +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/datm_cdeps_control_cfsr_faster +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/datm_cdeps_control_cfsr_faster Checking test 151 datm_cdeps_control_cfsr_faster results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK -0:The total amount of wall time = 167.162821 -0:The maximum resident set size (KB) = 716732 +0:The total amount of wall time = 167.516714 +0:The maximum resident set size (KB) = 716756 Test 151 datm_cdeps_control_cfsr_faster PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_lnd_gswp3 -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/datm_cdeps_lnd_gswp3 +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/datm_cdeps_lnd_gswp3 +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/datm_cdeps_lnd_gswp3 Checking test 152 datm_cdeps_lnd_gswp3 results .... Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile1.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile2.nc .........OK @@ -4536,14 +4537,14 @@ Checking test 152 datm_cdeps_lnd_gswp3 results .... Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile5.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile6.nc .........OK -0:The total amount of wall time = 10.847047 -0:The maximum resident set size (KB) = 208224 +0:The total amount of wall time = 10.487254 +0:The maximum resident set size (KB) = 210144 Test 152 datm_cdeps_lnd_gswp3 PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_lnd_gswp3 -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/datm_cdeps_lnd_gswp3_rst +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/datm_cdeps_lnd_gswp3 +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/datm_cdeps_lnd_gswp3_rst Checking test 153 datm_cdeps_lnd_gswp3_rst results .... Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile1.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile2.nc .........OK @@ -4552,14 +4553,14 @@ Checking test 153 datm_cdeps_lnd_gswp3_rst results .... Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile5.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile6.nc .........OK -0:The total amount of wall time = 16.173899 -0:The maximum resident set size (KB) = 208204 +0:The total amount of wall time = 16.005189 +0:The maximum resident set size (KB) = 208236 Test 153 datm_cdeps_lnd_gswp3_rst PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/control_p8_atmlnd_sbs -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/control_p8_atmlnd_sbs +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/control_p8_atmlnd_sbs +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/control_p8_atmlnd_sbs Checking test 154 control_p8_atmlnd_sbs results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -4644,15 +4645,65 @@ Checking test 154 control_p8_atmlnd_sbs results .... Comparing ufs.cpld.lnd.out.2021-03-23-21600.tile5.nc .........OK Comparing ufs.cpld.lnd.out.2021-03-23-21600.tile6.nc .........OK -0:The total amount of wall time = 234.851620 -0:The maximum resident set size (KB) = 1464120 +0:The total amount of wall time = 236.505425 +0:The maximum resident set size (KB) = 1463012 Test 154 control_p8_atmlnd_sbs PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/control_atmwav -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/control_atmwav -Checking test 155 control_atmwav results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/atmwav_control_noaero_p8 +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/atmwav_control_noaero_p8 +Checking test 155 atmwav_control_noaero_p8 results .... + Comparing sfcf000.nc .........OK + Comparing sfcf012.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf012.nc .........OK + Comparing RESTART/20210322.180000.coupler.res .........OK + Comparing RESTART/20210322.180000.fv_core.res.nc .........OK + Comparing RESTART/20210322.180000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.180000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.180000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.180000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.180000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.180000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.180000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.180000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.180000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.180000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.180000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.180000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.180000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.180000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.180000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.180000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.180000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.180000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.180000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.180000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.180000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.180000.sfc_data.tile4.nc .........OK + Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK + Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK + Comparing RESTART/ufs.atmw.cpl.r.2021-03-22-64800.nc .........OK + Comparing 20210322.180000.out_pnt.ww3 .........OK + Comparing 20210322.180000.out_grd.ww3 .........OK + Comparing ufs.atmw.ww3.r.2021-03-22-64800 .........OK + +0:The total amount of wall time = 101.569707 +0:The maximum resident set size (KB) = 1434256 + +Test 155 atmwav_control_noaero_p8 PASS + + +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/control_atmwav +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/control_atmwav +Checking test 156 control_atmwav results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -4695,15 +4746,15 @@ Checking test 155 control_atmwav results .... Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK Comparing 20210322.180000.restart.glo_1deg .........OK -0:The total amount of wall time = 100.358185 -0:The maximum resident set size (KB) = 474588 +0:The total amount of wall time = 101.594596 +0:The maximum resident set size (KB) = 474560 -Test 155 control_atmwav PASS +Test 156 control_atmwav PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/atmaero_control_p8 -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/atmaero_control_p8 -Checking test 156 atmaero_control_p8 results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/atmaero_control_p8 +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/atmaero_control_p8 +Checking test 157 atmaero_control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -4746,15 +4797,15 @@ Checking test 156 atmaero_control_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 252.964251 -0:The maximum resident set size (KB) = 2704084 +0:The total amount of wall time = 252.310544 +0:The maximum resident set size (KB) = 2704020 -Test 156 atmaero_control_p8 PASS +Test 157 atmaero_control_p8 PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/atmaero_control_p8_rad -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/atmaero_control_p8_rad -Checking test 157 atmaero_control_p8_rad results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/atmaero_control_p8_rad +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/atmaero_control_p8_rad +Checking test 158 atmaero_control_p8_rad results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -4797,15 +4848,15 @@ Checking test 157 atmaero_control_p8_rad results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 305.296963 -0:The maximum resident set size (KB) = 2759380 +0:The total amount of wall time = 303.669550 +0:The maximum resident set size (KB) = 2758060 -Test 157 atmaero_control_p8_rad PASS +Test 158 atmaero_control_p8_rad PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/atmaero_control_p8_rad_micro -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/atmaero_control_p8_rad_micro -Checking test 158 atmaero_control_p8_rad_micro results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/atmaero_control_p8_rad_micro +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/atmaero_control_p8_rad_micro +Checking test 159 atmaero_control_p8_rad_micro results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -4848,15 +4899,15 @@ Checking test 158 atmaero_control_p8_rad_micro results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0:The total amount of wall time = 310.125202 -0:The maximum resident set size (KB) = 2764376 +0:The total amount of wall time = 307.989665 +0:The maximum resident set size (KB) = 2764368 -Test 158 atmaero_control_p8_rad_micro PASS +Test 159 atmaero_control_p8_rad_micro PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/regional_atmaq -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/regional_atmaq -Checking test 159 regional_atmaq results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/regional_atmaq +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/regional_atmaq +Checking test 160 regional_atmaq results .... Comparing sfcf000.nc .........OK Comparing sfcf003.nc .........OK Comparing sfcf006.nc .........OK @@ -4871,15 +4922,15 @@ Checking test 159 regional_atmaq results .... Comparing RESTART/20190801.180000.phy_data.nc .........OK Comparing RESTART/20190801.180000.sfc_data.nc .........OK -0:The total amount of wall time = 755.808381 -0:The maximum resident set size (KB) = 999348 +0:The total amount of wall time = 760.693379 +0:The maximum resident set size (KB) = 999500 -Test 159 regional_atmaq PASS +Test 160 regional_atmaq PASS -baseline dir = /glade/scratch/grantf/FV3_RT/REGRESSION_TEST_INTEL/regional_atmaq_faster -working dir = /glade/scratch/grantf/FV3_RT/rt_16229/regional_atmaq_faster -Checking test 160 regional_atmaq_faster results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NCAR/main-20230504/INTEL/regional_atmaq_faster +working dir = /glade/scratch/dswales/FV3_RT/rt_20002/regional_atmaq_faster +Checking test 161 regional_atmaq_faster results .... Comparing sfcf000.nc .........OK Comparing sfcf003.nc .........OK Comparing sfcf006.nc .........OK @@ -4894,12 +4945,12 @@ Checking test 160 regional_atmaq_faster results .... Comparing RESTART/20190801.180000.phy_data.nc .........OK Comparing RESTART/20190801.180000.sfc_data.nc .........OK -0:The total amount of wall time = 694.906656 -0:The maximum resident set size (KB) = 999276 +0:The total amount of wall time = 694.115422 +0:The maximum resident set size (KB) = 999340 -Test 160 regional_atmaq_faster PASS +Test 161 regional_atmaq_faster PASS REGRESSION TEST WAS SUCCESSFUL -Thu Apr 20 12:54:50 MDT 2023 -Elapsed time: 01h:18m:17s. Have a nice day! +Fri May 5 17:24:33 MDT 2023 +Elapsed time: 02h:50m:52s. Have a nice day! diff --git a/tests/RegressionTests_hera.gnu.log b/tests/RegressionTests_hera.gnu.log index 1f59512188..51a630b85b 100644 --- a/tests/RegressionTests_hera.gnu.log +++ b/tests/RegressionTests_hera.gnu.log @@ -1,21 +1,21 @@ -Wed Apr 19 22:04:15 UTC 2023 +Thu May 4 16:48:19 UTC 2023 Start Regression test -Compile 001 elapsed time 185 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_ras,FV3_GFS_v17_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 002 elapsed time 193 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 003 elapsed time 323 seconds. -DAPP=ATM -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 004 elapsed time 100 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 001 elapsed time 184 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_ras,FV3_GFS_v17_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 002 elapsed time 182 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 316 seconds. -DAPP=ATM -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 004 elapsed time 97 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug Compile 005 elapsed time 187 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 006 elapsed time 395 seconds. -DAPP=ATM -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 007 elapsed time 322 seconds. -DAPP=ATM -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 008 elapsed time 320 seconds. -DAPP=ATM -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 009 elapsed time 264 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 010 elapsed time 225 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 006 elapsed time 399 seconds. -DAPP=ATM -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 007 elapsed time 320 seconds. -DAPP=ATM -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 008 elapsed time 319 seconds. -DAPP=ATM -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 009 elapsed time 260 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 010 elapsed time 227 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON Compile 011 elapsed time 146 seconds. -DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 012 elapsed time 117 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 012 elapsed time 110 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/GNU/control_c48 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_21120/control_c48 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/GNU/control_c48 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_1149/control_c48 Checking test 001 control_c48 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -54,14 +54,14 @@ Checking test 001 control_c48 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0: The total amount of wall time = 685.619212 -0: The maximum resident set size (KB) = 703416 +0: The total amount of wall time = 689.409888 +0: The maximum resident set size (KB) = 703756 Test 001 control_c48 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/GNU/control_stochy -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_21120/control_stochy +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/GNU/control_stochy +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_1149/control_stochy Checking test 002 control_stochy results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -72,14 +72,14 @@ Checking test 002 control_stochy results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 666.602298 - 0: The maximum resident set size (KB) = 477028 + 0: The total amount of wall time = 655.898137 + 0: The maximum resident set size (KB) = 479832 Test 002 control_stochy PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/GNU/control_ras -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_21120/control_ras +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/GNU/control_ras +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_1149/control_ras Checking test 003 control_ras results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -90,14 +90,14 @@ Checking test 003 control_ras results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 863.494863 - 0: The maximum resident set size (KB) = 489548 + 0: The total amount of wall time = 841.695440 + 0: The maximum resident set size (KB) = 486716 Test 003 control_ras PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/GNU/control_p8 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_21120/control_p8 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/GNU/control_p8 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_1149/control_p8 Checking test 004 control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -144,14 +144,14 @@ Checking test 004 control_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 914.781749 - 0: The maximum resident set size (KB) = 1236220 + 0: The total amount of wall time = 906.513355 + 0: The maximum resident set size (KB) = 1233968 Test 004 control_p8 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/GNU/rap_control -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_21120/rap_control +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/GNU/rap_control +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_1149/rap_control Checking test 005 rap_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -198,14 +198,14 @@ Checking test 005 rap_control results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1493.821347 - 0: The maximum resident set size (KB) = 827296 + 0: The total amount of wall time = 1514.079792 + 0: The maximum resident set size (KB) = 826932 Test 005 rap_control PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/GNU/rap_control -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_21120/rap_decomp +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/GNU/rap_control +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_1149/rap_decomp Checking test 006 rap_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -252,14 +252,14 @@ Checking test 006 rap_decomp results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1493.924018 - 0: The maximum resident set size (KB) = 830936 + 0: The total amount of wall time = 1481.729862 + 0: The maximum resident set size (KB) = 824924 Test 006 rap_decomp PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/GNU/rap_control -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_21120/rap_2threads +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/GNU/rap_control +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_1149/rap_2threads Checking test 007 rap_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -306,14 +306,14 @@ Checking test 007 rap_2threads results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1369.232927 - 0: The maximum resident set size (KB) = 899888 + 0: The total amount of wall time = 1343.595188 + 0: The maximum resident set size (KB) = 895196 Test 007 rap_2threads PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/GNU/rap_control -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_21120/rap_restart +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/GNU/rap_control +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_1149/rap_restart Checking test 008 rap_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -352,14 +352,14 @@ Checking test 008 rap_restart results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 725.419264 - 0: The maximum resident set size (KB) = 550792 + 0: The total amount of wall time = 731.683390 + 0: The maximum resident set size (KB) = 545028 Test 008 rap_restart PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/GNU/rap_sfcdiff -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_21120/rap_sfcdiff +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/GNU/rap_sfcdiff +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_1149/rap_sfcdiff Checking test 009 rap_sfcdiff results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -406,14 +406,14 @@ Checking test 009 rap_sfcdiff results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1531.009016 - 0: The maximum resident set size (KB) = 828564 + 0: The total amount of wall time = 1482.862685 + 0: The maximum resident set size (KB) = 822824 Test 009 rap_sfcdiff PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/GNU/rap_sfcdiff -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_21120/rap_sfcdiff_decomp +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/GNU/rap_sfcdiff +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_1149/rap_sfcdiff_decomp Checking test 010 rap_sfcdiff_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -460,14 +460,14 @@ Checking test 010 rap_sfcdiff_decomp results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1477.242088 - 0: The maximum resident set size (KB) = 830920 + 0: The total amount of wall time = 1460.731117 + 0: The maximum resident set size (KB) = 826940 Test 010 rap_sfcdiff_decomp PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/GNU/rap_sfcdiff -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_21120/rap_sfcdiff_restart +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/GNU/rap_sfcdiff +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_1149/rap_sfcdiff_restart Checking test 011 rap_sfcdiff_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -506,14 +506,14 @@ Checking test 011 rap_sfcdiff_restart results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1129.491462 - 0: The maximum resident set size (KB) = 552752 + 0: The total amount of wall time = 1088.548974 + 0: The maximum resident set size (KB) = 553392 Test 011 rap_sfcdiff_restart PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/GNU/hrrr_control -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_21120/hrrr_control +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/GNU/hrrr_control +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_1149/hrrr_control Checking test 012 hrrr_control results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -560,14 +560,14 @@ Checking test 012 hrrr_control results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1444.826709 - 0: The maximum resident set size (KB) = 826456 + 0: The total amount of wall time = 1464.275371 + 0: The maximum resident set size (KB) = 822700 Test 012 hrrr_control PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/GNU/hrrr_control -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_21120/hrrr_control_2threads +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/GNU/hrrr_control +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_1149/hrrr_control_2threads Checking test 013 hrrr_control_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -614,14 +614,14 @@ Checking test 013 hrrr_control_2threads results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1337.908227 - 0: The maximum resident set size (KB) = 891520 + 0: The total amount of wall time = 1367.693436 + 0: The maximum resident set size (KB) = 888428 Test 013 hrrr_control_2threads PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/GNU/hrrr_control -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_21120/hrrr_control_decomp +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/GNU/hrrr_control +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_1149/hrrr_control_decomp Checking test 014 hrrr_control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -668,14 +668,14 @@ Checking test 014 hrrr_control_decomp results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1433.119798 - 0: The maximum resident set size (KB) = 824712 + 0: The total amount of wall time = 1448.100170 + 0: The maximum resident set size (KB) = 819528 Test 014 hrrr_control_decomp PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/GNU/hrrr_control -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_21120/hrrr_control_restart +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/GNU/hrrr_control +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_1149/hrrr_control_restart Checking test 015 hrrr_control_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -714,14 +714,14 @@ Checking test 015 hrrr_control_restart results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1088.988149 - 0: The maximum resident set size (KB) = 547728 + 0: The total amount of wall time = 1069.534380 + 0: The maximum resident set size (KB) = 544924 Test 015 hrrr_control_restart PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/GNU/rrfs_v1beta -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_21120/rrfs_v1beta +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/GNU/rrfs_v1beta +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_1149/rrfs_v1beta Checking test 016 rrfs_v1beta results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -768,14 +768,14 @@ Checking test 016 rrfs_v1beta results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1473.944402 - 0: The maximum resident set size (KB) = 828352 + 0: The total amount of wall time = 1455.973615 + 0: The maximum resident set size (KB) = 821204 Test 016 rrfs_v1beta PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/GNU/rrfs_smoke_conus13km_hrrr_warm -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_21120/rrfs_smoke_conus13km_hrrr_warm +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/GNU/rrfs_smoke_conus13km_hrrr_warm +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_1149/rrfs_smoke_conus13km_hrrr_warm Checking test 017 rrfs_smoke_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -784,14 +784,14 @@ Checking test 017 rrfs_smoke_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 795.787827 - 0: The maximum resident set size (KB) = 670056 + 0: The total amount of wall time = 800.518579 + 0: The maximum resident set size (KB) = 667616 Test 017 rrfs_smoke_conus13km_hrrr_warm PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/GNU/rrfs_smoke_conus13km_hrrr_warm -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_21120/rrfs_smoke_conus13km_hrrr_warm_2threads +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/GNU/rrfs_smoke_conus13km_hrrr_warm +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_1149/rrfs_smoke_conus13km_hrrr_warm_2threads Checking test 018 rrfs_smoke_conus13km_hrrr_warm_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -800,14 +800,14 @@ Checking test 018 rrfs_smoke_conus13km_hrrr_warm_2threads results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 1022.023330 - 0: The maximum resident set size (KB) = 666660 + 0: The total amount of wall time = 1068.637213 + 0: The maximum resident set size (KB) = 664164 Test 018 rrfs_smoke_conus13km_hrrr_warm_2threads PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/GNU/rrfs_conus13km_hrrr_warm -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_21120/rrfs_conus13km_hrrr_warm +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/GNU/rrfs_conus13km_hrrr_warm +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_1149/rrfs_conus13km_hrrr_warm Checking test 019 rrfs_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -816,14 +816,14 @@ Checking test 019 rrfs_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 741.296092 - 0: The maximum resident set size (KB) = 643824 + 0: The total amount of wall time = 781.394920 + 0: The maximum resident set size (KB) = 644004 Test 019 rrfs_conus13km_hrrr_warm PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/GNU/rrfs_smoke_conus13km_hrrr_warm_radar_tten -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_21120/rrfs_smoke_conus13km_radar_tten_warm +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/GNU/rrfs_smoke_conus13km_hrrr_warm_radar_tten +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_1149/rrfs_smoke_conus13km_radar_tten_warm Checking test 020 rrfs_smoke_conus13km_radar_tten_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -832,234 +832,234 @@ Checking test 020 rrfs_smoke_conus13km_radar_tten_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 854.149531 - 0: The maximum resident set size (KB) = 672196 + 0: The total amount of wall time = 829.883985 + 0: The maximum resident set size (KB) = 671668 Test 020 rrfs_smoke_conus13km_radar_tten_warm PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/GNU/rrfs_conus13km_hrrr_warm_restart_mismatch -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_21120/rrfs_conus13km_hrrr_warm_restart_mismatch +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/GNU/rrfs_conus13km_hrrr_warm_restart_mismatch +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_1149/rrfs_conus13km_hrrr_warm_restart_mismatch Checking test 021 rrfs_conus13km_hrrr_warm_restart_mismatch results .... Comparing sfcf002.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 407.355289 - 0: The maximum resident set size (KB) = 632624 + 0: The total amount of wall time = 395.483753 + 0: The maximum resident set size (KB) = 629788 Test 021 rrfs_conus13km_hrrr_warm_restart_mismatch PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/GNU/control_diag_debug -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_21120/control_diag_debug +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/GNU/control_diag_debug +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_1149/control_diag_debug Checking test 022 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 = 124.958469 - 0: The maximum resident set size (KB) = 530512 + 0: The total amount of wall time = 122.459089 + 0: The maximum resident set size (KB) = 529640 Test 022 control_diag_debug PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/GNU/regional_debug -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_21120/regional_debug +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/GNU/regional_debug +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_1149/regional_debug Checking test 023 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 = 708.792865 - 0: The maximum resident set size (KB) = 591340 + 0: The total amount of wall time = 631.521192 + 0: The maximum resident set size (KB) = 594644 Test 023 regional_debug PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/GNU/rap_control_debug -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_21120/rap_control_debug +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/GNU/rap_control_debug +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_1149/rap_control_debug Checking test 024 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 = 171.447319 - 0: The maximum resident set size (KB) = 846444 + 0: The total amount of wall time = 179.265287 + 0: The maximum resident set size (KB) = 842912 Test 024 rap_control_debug PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/GNU/hrrr_control_debug -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_21120/hrrr_control_debug +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/GNU/hrrr_control_debug +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_1149/hrrr_control_debug Checking test 025 hrrr_control_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 168.201881 - 0: The maximum resident set size (KB) = 838912 + 0: The total amount of wall time = 175.116196 + 0: The maximum resident set size (KB) = 835564 Test 025 hrrr_control_debug PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/GNU/rap_diag_debug -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_21120/rap_diag_debug +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/GNU/rap_diag_debug +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_1149/rap_diag_debug Checking test 026 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 = 215.448761 - 0: The maximum resident set size (KB) = 926620 + 0: The total amount of wall time = 214.156396 + 0: The maximum resident set size (KB) = 921432 Test 026 rap_diag_debug PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/GNU/rap_noah_sfcdiff_cires_ugwp_debug -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_21120/rap_noah_sfcdiff_cires_ugwp_debug +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/GNU/rap_noah_sfcdiff_cires_ugwp_debug +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_1149/rap_noah_sfcdiff_cires_ugwp_debug Checking test 027 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 = 275.793995 - 0: The maximum resident set size (KB) = 833436 + 0: The total amount of wall time = 275.340226 + 0: The maximum resident set size (KB) = 841168 Test 027 rap_noah_sfcdiff_cires_ugwp_debug PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/GNU/rap_progcld_thompson_debug -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_21120/rap_progcld_thompson_debug +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/GNU/rap_progcld_thompson_debug +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_1149/rap_progcld_thompson_debug Checking test 028 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 = 174.681862 - 0: The maximum resident set size (KB) = 846704 + 0: The total amount of wall time = 172.001048 + 0: The maximum resident set size (KB) = 836428 Test 028 rap_progcld_thompson_debug PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/GNU/rrfs_v1beta_debug -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_21120/rrfs_v1beta_debug +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/GNU/rrfs_v1beta_debug +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_1149/rrfs_v1beta_debug Checking test 029 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 = 169.255874 - 0: The maximum resident set size (KB) = 838216 + 0: The total amount of wall time = 170.714881 + 0: The maximum resident set size (KB) = 840128 Test 029 rrfs_v1beta_debug PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/GNU/control_ras_debug -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_21120/control_ras_debug +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/GNU/control_ras_debug +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_1149/control_ras_debug Checking test 030 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 = 106.205206 - 0: The maximum resident set size (KB) = 481400 + 0: The total amount of wall time = 100.272178 + 0: The maximum resident set size (KB) = 487088 Test 030 control_ras_debug PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/GNU/control_stochy_debug -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_21120/control_stochy_debug +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/GNU/control_stochy_debug +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_1149/control_stochy_debug Checking test 031 control_stochy_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 121.704934 - 0: The maximum resident set size (KB) = 475252 + 0: The total amount of wall time = 117.461483 + 0: The maximum resident set size (KB) = 481224 Test 031 control_stochy_debug PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/GNU/control_debug_p8 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_21120/control_debug_p8 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/GNU/control_debug_p8 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_1149/control_debug_p8 Checking test 032 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 = 115.908800 - 0: The maximum resident set size (KB) = 1230176 + 0: The total amount of wall time = 118.060230 + 0: The maximum resident set size (KB) = 1234128 Test 032 control_debug_p8 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/GNU/rrfs_smoke_conus13km_hrrr_warm_debug -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_21120/rrfs_smoke_conus13km_hrrr_warm_debug +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/GNU/rrfs_smoke_conus13km_hrrr_warm_debug +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_1149/rrfs_smoke_conus13km_hrrr_warm_debug Checking test 033 rrfs_smoke_conus13km_hrrr_warm_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 637.524962 - 0: The maximum resident set size (KB) = 679456 + 0: The total amount of wall time = 634.109683 + 0: The maximum resident set size (KB) = 681312 Test 033 rrfs_smoke_conus13km_hrrr_warm_debug PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/GNU/rrfs_smoke_conus13km_hrrr_warm_debug -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_21120/rrfs_smoke_conus13km_hrrr_warm_debug_2threads +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/GNU/rrfs_smoke_conus13km_hrrr_warm_debug +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_1149/rrfs_smoke_conus13km_hrrr_warm_debug_2threads Checking test 034 rrfs_smoke_conus13km_hrrr_warm_debug_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 774.439293 - 0: The maximum resident set size (KB) = 677924 + 0: The total amount of wall time = 753.543917 + 0: The maximum resident set size (KB) = 682192 Test 034 rrfs_smoke_conus13km_hrrr_warm_debug_2threads PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/GNU/rrfs_conus13km_hrrr_warm_debugs -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_21120/rrfs_conus13km_hrrr_warm_debug +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/GNU/rrfs_conus13km_hrrr_warm_debugs +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_1149/rrfs_conus13km_hrrr_warm_debug Checking test 035 rrfs_conus13km_hrrr_warm_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 599.923590 - 0: The maximum resident set size (KB) = 657412 + 0: The total amount of wall time = 549.166720 + 0: The maximum resident set size (KB) = 657736 Test 035 rrfs_conus13km_hrrr_warm_debug PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/GNU/control_wam_debug -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_21120/control_wam_debug +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/GNU/control_wam_debug +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_1149/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 = 185.512501 - 0: The maximum resident set size (KB) = 192584 + 0: The total amount of wall time = 184.580001 + 0: The maximum resident set size (KB) = 194636 Test 036 control_wam_debug PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/GNU/rap_control_dyn32_phy32 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_21120/rap_control_dyn32_phy32 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/GNU/rap_control_dyn32_phy32 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_1149/rap_control_dyn32_phy32 Checking test 037 rap_control_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -1106,14 +1106,14 @@ Checking test 037 rap_control_dyn32_phy32 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1487.325438 - 0: The maximum resident set size (KB) = 684784 + 0: The total amount of wall time = 1500.888980 + 0: The maximum resident set size (KB) = 683312 Test 037 rap_control_dyn32_phy32 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/GNU/hrrr_control_dyn32_phy32 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_21120/hrrr_control_dyn32_phy32 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/GNU/hrrr_control_dyn32_phy32 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_1149/hrrr_control_dyn32_phy32 Checking test 038 hrrr_control_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -1160,14 +1160,14 @@ Checking test 038 hrrr_control_dyn32_phy32 results .... Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 745.409190 - 0: The maximum resident set size (KB) = 683200 + 0: The total amount of wall time = 763.125738 + 0: The maximum resident set size (KB) = 679728 Test 038 hrrr_control_dyn32_phy32 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/GNU/rap_control_dyn32_phy32 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_21120/rap_2threads_dyn32_phy32 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/GNU/rap_control_dyn32_phy32 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_1149/rap_2threads_dyn32_phy32 Checking test 039 rap_2threads_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -1214,14 +1214,14 @@ Checking test 039 rap_2threads_dyn32_phy32 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1364.585757 - 0: The maximum resident set size (KB) = 733356 + 0: The total amount of wall time = 1416.078861 + 0: The maximum resident set size (KB) = 728588 Test 039 rap_2threads_dyn32_phy32 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/GNU/hrrr_control_dyn32_phy32 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_21120/hrrr_control_2threads_dyn32_phy32 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/GNU/hrrr_control_dyn32_phy32 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_1149/hrrr_control_2threads_dyn32_phy32 Checking test 040 hrrr_control_2threads_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -1268,14 +1268,14 @@ Checking test 040 hrrr_control_2threads_dyn32_phy32 results .... Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 691.539938 - 0: The maximum resident set size (KB) = 732300 + 0: The total amount of wall time = 677.456608 + 0: The maximum resident set size (KB) = 729584 Test 040 hrrr_control_2threads_dyn32_phy32 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/GNU/hrrr_control_dyn32_phy32 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_21120/hrrr_control_decomp_dyn32_phy32 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/GNU/hrrr_control_dyn32_phy32 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_1149/hrrr_control_decomp_dyn32_phy32 Checking test 041 hrrr_control_decomp_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -1322,14 +1322,14 @@ Checking test 041 hrrr_control_decomp_dyn32_phy32 results .... Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 727.340467 - 0: The maximum resident set size (KB) = 681800 + 0: The total amount of wall time = 743.791318 + 0: The maximum resident set size (KB) = 683208 Test 041 hrrr_control_decomp_dyn32_phy32 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/GNU/rap_control_dyn32_phy32 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_21120/rap_restart_dyn32_phy32 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/GNU/rap_control_dyn32_phy32 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_1149/rap_restart_dyn32_phy32 Checking test 042 rap_restart_dyn32_phy32 results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -1368,14 +1368,14 @@ Checking test 042 rap_restart_dyn32_phy32 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1073.276684 - 0: The maximum resident set size (KB) = 513432 + 0: The total amount of wall time = 1067.927706 + 0: The maximum resident set size (KB) = 511796 Test 042 rap_restart_dyn32_phy32 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/GNU/hrrr_control_dyn32_phy32 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_21120/hrrr_control_restart_dyn32_phy32 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/GNU/hrrr_control_dyn32_phy32 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_1149/hrrr_control_restart_dyn32_phy32 Checking test 043 hrrr_control_restart_dyn32_phy32 results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -1414,14 +1414,14 @@ Checking test 043 hrrr_control_restart_dyn32_phy32 results .... Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 369.816235 - 0: The maximum resident set size (KB) = 510468 + 0: The total amount of wall time = 364.698062 + 0: The maximum resident set size (KB) = 508976 Test 043 hrrr_control_restart_dyn32_phy32 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/GNU/rap_control_dyn64_phy32 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_21120/rap_control_dyn64_phy32 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/GNU/rap_control_dyn64_phy32 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_1149/rap_control_dyn64_phy32 Checking test 044 rap_control_dyn64_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -1468,56 +1468,56 @@ Checking test 044 rap_control_dyn64_phy32 results .... Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1067.980119 - 0: The maximum resident set size (KB) = 704244 + 0: The total amount of wall time = 1083.224735 + 0: The maximum resident set size (KB) = 708120 Test 044 rap_control_dyn64_phy32 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/GNU/rap_control_debug_dyn32_phy32 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_21120/rap_control_debug_dyn32_phy32 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/GNU/rap_control_debug_dyn32_phy32 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_1149/rap_control_debug_dyn32_phy32 Checking test 045 rap_control_debug_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 178.796290 - 0: The maximum resident set size (KB) = 694736 + 0: The total amount of wall time = 181.996809 + 0: The maximum resident set size (KB) = 694928 Test 045 rap_control_debug_dyn32_phy32 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/GNU/hrrr_control_debug_dyn32_phy32 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_21120/hrrr_control_debug_dyn32_phy32 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/GNU/hrrr_control_debug_dyn32_phy32 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_1149/hrrr_control_debug_dyn32_phy32 Checking test 046 hrrr_control_debug_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 173.406739 - 0: The maximum resident set size (KB) = 697876 + 0: The total amount of wall time = 173.803946 + 0: The maximum resident set size (KB) = 695976 Test 046 hrrr_control_debug_dyn32_phy32 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/GNU/rap_control_debug_dyn64_phy32 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_21120/rap_control_dyn64_phy32_debug +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/GNU/rap_control_debug_dyn64_phy32 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_1149/rap_control_dyn64_phy32_debug Checking test 047 rap_control_dyn64_phy32_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 207.025512 - 0: The maximum resident set size (KB) = 711436 + 0: The total amount of wall time = 202.334402 + 0: The maximum resident set size (KB) = 712196 Test 047 rap_control_dyn64_phy32_debug PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/GNU/cpld_control_p8 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_21120/cpld_control_p8 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/GNU/cpld_control_p8 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_1149/cpld_control_p8 Checking test 048 cpld_control_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1582,14 +1582,14 @@ Checking test 048 cpld_control_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 1766.283599 - 0: The maximum resident set size (KB) = 1426892 + 0: The total amount of wall time = 1857.139650 + 0: The maximum resident set size (KB) = 1428460 Test 048 cpld_control_p8 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/GNU/cpld_control_c96_noaero_p8 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_21120/cpld_control_nowave_noaero_p8 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/GNU/cpld_control_c96_noaero_p8 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_1149/cpld_control_nowave_noaero_p8 Checking test 049 cpld_control_nowave_noaero_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1651,14 +1651,14 @@ Checking test 049 cpld_control_nowave_noaero_p8 results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 1224.777210 - 0: The maximum resident set size (KB) = 1328152 + 0: The total amount of wall time = 1238.322866 + 0: The maximum resident set size (KB) = 1332852 Test 049 cpld_control_nowave_noaero_p8 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/GNU/cpld_debug_p8 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_21120/cpld_debug_p8 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/GNU/cpld_debug_p8 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_1149/cpld_debug_p8 Checking test 050 cpld_debug_p8 results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK @@ -1711,25 +1711,25 @@ Checking test 050 cpld_debug_p8 results .... Comparing 20210322.090000.out_pnt.ww3 .........OK Comparing 20210322.090000.out_grd.ww3 .........OK - 0: The total amount of wall time = 803.622537 - 0: The maximum resident set size (KB) = 1441756 + 0: The total amount of wall time = 838.758262 + 0: The maximum resident set size (KB) = 1434420 Test 050 cpld_debug_p8 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/GNU/datm_cdeps_control_cfsr -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_21120/datm_cdeps_control_cfsr +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/GNU/datm_cdeps_control_cfsr +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_1149/datm_cdeps_control_cfsr Checking test 051 datm_cdeps_control_cfsr results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 173.506292 - 0: The maximum resident set size (KB) = 661148 + 0: The total amount of wall time = 172.046161 + 0: The maximum resident set size (KB) = 664980 Test 051 datm_cdeps_control_cfsr PASS REGRESSION TEST WAS SUCCESSFUL -Wed Apr 19 23:28:27 UTC 2023 -Elapsed time: 01h:24m:12s. Have a nice day! +Thu May 4 18:19:11 UTC 2023 +Elapsed time: 01h:30m:53s. Have a nice day! diff --git a/tests/RegressionTests_hera.intel.log b/tests/RegressionTests_hera.intel.log index 2d23aaae24..b223f1c190 100644 --- a/tests/RegressionTests_hera.intel.log +++ b/tests/RegressionTests_hera.intel.log @@ -1,42 +1,43 @@ -Thu Apr 20 00:40:38 UTC 2023 +Thu May 4 19:46:43 UTC 2023 Start Regression test -Compile 001 elapsed time 611 seconds. -DAPP=S2SWA -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 002 elapsed time 604 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 003 elapsed time 565 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 004 elapsed time 226 seconds. -DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 005 elapsed time 195 seconds. -DAPP=S2SW -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 006 elapsed time 519 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_sfcocn -DCMEPS_AOFLUX=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 007 elapsed time 518 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 008 elapsed time 711 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 009 elapsed time 521 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_WoFS_v0,FV3_GFS_v17_p8_mynn -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 010 elapsed time 507 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 011 elapsed time 476 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_csawmg,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 012 elapsed time 440 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 013 elapsed time 609 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_WoFS_v0 -D32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 014 elapsed time 203 seconds. -DAPP=ATM -DDEBUG=ON -D32BIT=ON -DCCPP_SUITES=FV3_HRRR,FV3_GFS_v16,FV3_GFS_v16_csawmg,FV3_GFS_v16_ras,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km,FV3_RAP,FV3_HRRR,FV3_RAP_unified_ugwp,FV3_RAP_cires_ugwp,FV3_RAP_flake,FV3_RAP_noah,FV3_RAP_sfcdiff,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 015 elapsed time 148 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 016 elapsed time 447 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 017 elapsed time 464 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 018 elapsed time 151 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 019 elapsed time 166 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 020 elapsed time 544 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 021 elapsed time 184 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 022 elapsed time 641 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_thompson_noahmp_nonsst,FV3_HAFS_v1_thompson_noahmp,FV3_HAFS_v1_thompson_nonsst,FV3_HAFS_v1_thompson,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 023 elapsed time 601 seconds. -DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 024 elapsed time 182 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 025 elapsed time 106 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 026 elapsed time 178 seconds. -DAPP=NG-GODAS -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 027 elapsed time 54 seconds. -DAPP=LND -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 028 elapsed time 482 seconds. -DAPP=ATML -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 029 elapsed time 584 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 030 elapsed time 478 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 031 elapsed time 466 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 032 elapsed time 198 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DDEBUG=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 033 elapsed time 554 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DFASTER=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release - -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/cpld_control_p8_mixedmode -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/cpld_control_p8_mixedmode +Compile 001 elapsed time 604 seconds. -DAPP=S2SWA -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 002 elapsed time 598 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 003 elapsed time 578 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 004 elapsed time 208 seconds. -DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 005 elapsed time 188 seconds. -DAPP=S2SW -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 006 elapsed time 509 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_sfcocn -DCMEPS_AOFLUX=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 007 elapsed time 499 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 008 elapsed time 685 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 009 elapsed time 533 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_WoFS_v0,FV3_GFS_v17_p8_mynn -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 010 elapsed time 476 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 011 elapsed time 475 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_csawmg,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 012 elapsed time 431 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 013 elapsed time 575 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_WoFS_v0 -D32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 014 elapsed time 197 seconds. -DAPP=ATM -DDEBUG=ON -D32BIT=ON -DCCPP_SUITES=FV3_HRRR,FV3_GFS_v16,FV3_GFS_v16_csawmg,FV3_GFS_v16_ras,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km,FV3_RAP,FV3_HRRR,FV3_RAP_unified_ugwp,FV3_RAP_cires_ugwp,FV3_RAP_flake,FV3_RAP_noah,FV3_RAP_sfcdiff,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 015 elapsed time 147 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 016 elapsed time 451 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 017 elapsed time 459 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 018 elapsed time 156 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 019 elapsed time 157 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 020 elapsed time 578 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 021 elapsed time 183 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 022 elapsed time 621 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_thompson_noahmp_nonsst,FV3_HAFS_v1_thompson_noahmp,FV3_HAFS_v1_thompson_nonsst,FV3_HAFS_v1_thompson,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 023 elapsed time 573 seconds. -DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 024 elapsed time 176 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 025 elapsed time 102 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 026 elapsed time 177 seconds. -DAPP=NG-GODAS -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 027 elapsed time 51 seconds. -DAPP=LND -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 028 elapsed time 479 seconds. -DAPP=ATML -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 029 elapsed time 513 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 030 elapsed time 539 seconds. -DAPP=ATMWM -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 031 elapsed time 481 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 032 elapsed time 456 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 033 elapsed time 160 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DDEBUG=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 034 elapsed time 533 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DFASTER=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release + +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/cpld_control_p8_mixedmode +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/cpld_control_p8_mixedmode Checking test 001 cpld_control_p8_mixedmode results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -101,14 +102,14 @@ Checking test 001 cpld_control_p8_mixedmode results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 311.800824 - 0: The maximum resident set size (KB) = 3149300 + 0: The total amount of wall time = 308.305874 + 0: The maximum resident set size (KB) = 3109088 Test 001 cpld_control_p8_mixedmode PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/cpld_control_gfsv17 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/cpld_control_gfsv17 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/cpld_control_gfsv17 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/cpld_control_gfsv17 Checking test 002 cpld_control_gfsv17 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -172,14 +173,14 @@ Checking test 002 cpld_control_gfsv17 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 229.709195 - 0: The maximum resident set size (KB) = 1722360 + 0: The total amount of wall time = 224.101509 + 0: The maximum resident set size (KB) = 1720296 Test 002 cpld_control_gfsv17 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/cpld_control_p8 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/cpld_control_p8 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/cpld_control_p8 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/cpld_control_p8 Checking test 003 cpld_control_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -244,14 +245,14 @@ Checking test 003 cpld_control_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 348.480438 - 0: The maximum resident set size (KB) = 3157804 + 0: The total amount of wall time = 344.545145 + 0: The maximum resident set size (KB) = 3164932 Test 003 cpld_control_p8 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/cpld_control_p8 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/cpld_restart_p8 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/cpld_control_p8 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/cpld_restart_p8 Checking test 004 cpld_restart_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -304,14 +305,14 @@ Checking test 004 cpld_restart_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 200.876158 - 0: The maximum resident set size (KB) = 3045208 + 0: The total amount of wall time = 193.233686 + 0: The maximum resident set size (KB) = 3046008 Test 004 cpld_restart_p8 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/cpld_control_p8 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/cpld_control_qr_p8 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/cpld_control_p8 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/cpld_control_qr_p8 Checking test 005 cpld_control_qr_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -376,14 +377,14 @@ Checking test 005 cpld_control_qr_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 346.767088 - 0: The maximum resident set size (KB) = 3186144 + 0: The total amount of wall time = 340.104451 + 0: The maximum resident set size (KB) = 3182356 Test 005 cpld_control_qr_p8 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/cpld_control_p8 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/cpld_restart_qr_p8 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/cpld_control_p8 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/cpld_restart_qr_p8 Checking test 006 cpld_restart_qr_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -436,14 +437,14 @@ Checking test 006 cpld_restart_qr_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 206.233634 - 0: The maximum resident set size (KB) = 3057876 + 0: The total amount of wall time = 200.642856 + 0: The maximum resident set size (KB) = 3061860 Test 006 cpld_restart_qr_p8 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/cpld_control_p8 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/cpld_2threads_p8 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/cpld_control_p8 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/cpld_2threads_p8 Checking test 007 cpld_2threads_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -496,14 +497,14 @@ Checking test 007 cpld_2threads_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 354.707818 - 0: The maximum resident set size (KB) = 3509092 + 0: The total amount of wall time = 351.132854 + 0: The maximum resident set size (KB) = 3498616 Test 007 cpld_2threads_p8 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/cpld_control_p8 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/cpld_decomp_p8 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/cpld_control_p8 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/cpld_decomp_p8 Checking test 008 cpld_decomp_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -556,14 +557,14 @@ Checking test 008 cpld_decomp_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 344.900399 - 0: The maximum resident set size (KB) = 3158304 + 0: The total amount of wall time = 336.291411 + 0: The maximum resident set size (KB) = 3170092 Test 008 cpld_decomp_p8 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/cpld_control_p8 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/cpld_mpi_p8 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/cpld_control_p8 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/cpld_mpi_p8 Checking test 009 cpld_mpi_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -616,14 +617,14 @@ Checking test 009 cpld_mpi_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 280.342856 - 0: The maximum resident set size (KB) = 3017952 + 0: The total amount of wall time = 278.962580 + 0: The maximum resident set size (KB) = 3025024 Test 009 cpld_mpi_p8 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/cpld_control_ciceC_p8 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/cpld_control_ciceC_p8 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/cpld_control_ciceC_p8 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/cpld_control_ciceC_p8 Checking test 010 cpld_control_ciceC_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -688,14 +689,14 @@ Checking test 010 cpld_control_ciceC_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 349.909942 - 0: The maximum resident set size (KB) = 3176880 + 0: The total amount of wall time = 340.174195 + 0: The maximum resident set size (KB) = 3171664 Test 010 cpld_control_ciceC_p8 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/cpld_control_c192_p8 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/cpld_control_c192_p8 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/cpld_control_c192_p8 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/cpld_control_c192_p8 Checking test 011 cpld_control_c192_p8 results .... Comparing sfcf030.tile1.nc .........OK Comparing sfcf030.tile2.nc .........OK @@ -748,14 +749,14 @@ Checking test 011 cpld_control_c192_p8 results .... Comparing 20210323.120000.out_grd.ww3 .........OK Comparing 20210323.120000.out_pnt.ww3 .........OK - 0: The total amount of wall time = 600.158135 - 0: The maximum resident set size (KB) = 3247928 + 0: The total amount of wall time = 591.430332 + 0: The maximum resident set size (KB) = 3253732 Test 011 cpld_control_c192_p8 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/cpld_control_c192_p8 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/cpld_restart_c192_p8 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/cpld_control_c192_p8 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/cpld_restart_c192_p8 Checking test 012 cpld_restart_c192_p8 results .... Comparing sfcf030.tile1.nc .........OK Comparing sfcf030.tile2.nc .........OK @@ -808,14 +809,14 @@ Checking test 012 cpld_restart_c192_p8 results .... Comparing 20210323.120000.out_grd.ww3 .........OK Comparing 20210323.120000.out_pnt.ww3 .........OK - 0: The total amount of wall time = 391.754141 - 0: The maximum resident set size (KB) = 3157580 + 0: The total amount of wall time = 384.291542 + 0: The maximum resident set size (KB) = 3142624 Test 012 cpld_restart_c192_p8 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/cpld_bmark_p8 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/cpld_bmark_p8 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/cpld_bmark_p8 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/cpld_bmark_p8 Checking test 013 cpld_bmark_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -863,14 +864,14 @@ Checking test 013 cpld_bmark_p8 results .... Comparing 20130401.060000.out_pnt.ww3 .........OK Comparing 20130401.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 743.736134 - 0: The maximum resident set size (KB) = 4022684 + 0: The total amount of wall time = 720.940253 + 0: The maximum resident set size (KB) = 4022092 Test 013 cpld_bmark_p8 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/cpld_bmark_p8 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/cpld_restart_bmark_p8 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/cpld_bmark_p8 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/cpld_restart_bmark_p8 Checking test 014 cpld_restart_bmark_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -918,14 +919,14 @@ Checking test 014 cpld_restart_bmark_p8 results .... Comparing 20130401.060000.out_pnt.ww3 .........OK Comparing 20130401.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 475.715524 - 0: The maximum resident set size (KB) = 3962204 + 0: The total amount of wall time = 460.679896 + 0: The maximum resident set size (KB) = 3967136 Test 014 cpld_restart_bmark_p8 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/cpld_control_noaero_p8 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/cpld_control_noaero_p8 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/cpld_control_noaero_p8 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/cpld_control_noaero_p8 Checking test 015 cpld_control_noaero_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -989,14 +990,14 @@ Checking test 015 cpld_control_noaero_p8 results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 268.508198 - 0: The maximum resident set size (KB) = 1712104 + 0: The total amount of wall time = 261.603898 + 0: The maximum resident set size (KB) = 1716904 Test 015 cpld_control_noaero_p8 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/cpld_control_c96_noaero_p8 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/cpld_control_nowave_noaero_p8 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/cpld_control_c96_noaero_p8 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/cpld_control_nowave_noaero_p8 Checking test 016 cpld_control_nowave_noaero_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1058,14 +1059,14 @@ Checking test 016 cpld_control_nowave_noaero_p8 results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 265.482319 - 0: The maximum resident set size (KB) = 1742884 + 0: The total amount of wall time = 258.272004 + 0: The maximum resident set size (KB) = 1759112 Test 016 cpld_control_nowave_noaero_p8 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/cpld_debug_p8 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/cpld_debug_p8 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/cpld_debug_p8 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/cpld_debug_p8 Checking test 017 cpld_debug_p8 results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK @@ -1118,14 +1119,14 @@ Checking test 017 cpld_debug_p8 results .... Comparing 20210322.090000.out_pnt.ww3 .........OK Comparing 20210322.090000.out_grd.ww3 .........OK - 0: The total amount of wall time = 531.260284 - 0: The maximum resident set size (KB) = 3234016 + 0: The total amount of wall time = 507.274676 + 0: The maximum resident set size (KB) = 3230852 Test 017 cpld_debug_p8 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/cpld_debug_noaero_p8 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/cpld_debug_noaero_p8 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/cpld_debug_noaero_p8 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/cpld_debug_noaero_p8 Checking test 018 cpld_debug_noaero_p8 results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK @@ -1177,14 +1178,14 @@ Checking test 018 cpld_debug_noaero_p8 results .... Comparing 20210322.090000.out_pnt.ww3 .........OK Comparing 20210322.090000.out_grd.ww3 .........OK - 0: The total amount of wall time = 364.430551 - 0: The maximum resident set size (KB) = 1701920 + 0: The total amount of wall time = 355.340815 + 0: The maximum resident set size (KB) = 1730056 Test 018 cpld_debug_noaero_p8 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/cpld_control_noaero_p8_agrid -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/cpld_control_noaero_p8_agrid +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/cpld_control_noaero_p8_agrid +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/cpld_control_noaero_p8_agrid Checking test 019 cpld_control_noaero_p8_agrid results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1246,14 +1247,14 @@ Checking test 019 cpld_control_noaero_p8_agrid results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 276.596399 - 0: The maximum resident set size (KB) = 1748596 + 0: The total amount of wall time = 270.466675 + 0: The maximum resident set size (KB) = 1754864 Test 019 cpld_control_noaero_p8_agrid PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/cpld_control_c48 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/cpld_control_c48 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/cpld_control_c48 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/cpld_control_c48 Checking test 020 cpld_control_c48 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -1303,14 +1304,14 @@ Checking test 020 cpld_control_c48 results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 578.751090 - 0: The maximum resident set size (KB) = 2799000 + 0: The total amount of wall time = 581.580961 + 0: The maximum resident set size (KB) = 2797552 Test 020 cpld_control_c48 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/cpld_warmstart_c48 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/cpld_warmstart_c48 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/cpld_warmstart_c48 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/cpld_warmstart_c48 Checking test 021 cpld_warmstart_c48 results .... Comparing sfcf006.tile1.nc .........OK Comparing sfcf006.tile2.nc .........OK @@ -1360,14 +1361,14 @@ Checking test 021 cpld_warmstart_c48 results .... Comparing RESTART/iced.2021-03-23-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-43200.nc .........OK - 0: The total amount of wall time = 155.401934 - 0: The maximum resident set size (KB) = 2802956 + 0: The total amount of wall time = 153.048448 + 0: The maximum resident set size (KB) = 2803276 Test 021 cpld_warmstart_c48 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/cpld_warmstart_c48 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/cpld_restart_c48 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/cpld_warmstart_c48 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/cpld_restart_c48 Checking test 022 cpld_restart_c48 results .... Comparing sfcf006.tile1.nc .........OK Comparing sfcf006.tile2.nc .........OK @@ -1417,14 +1418,14 @@ Checking test 022 cpld_restart_c48 results .... Comparing RESTART/iced.2021-03-23-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-43200.nc .........OK - 0: The total amount of wall time = 82.630465 - 0: The maximum resident set size (KB) = 2228696 + 0: The total amount of wall time = 81.987686 + 0: The maximum resident set size (KB) = 2230632 Test 022 cpld_restart_c48 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/cpld_control_p8_faster -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/cpld_control_p8_faster +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/cpld_control_p8_faster +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/cpld_control_p8_faster Checking test 023 cpld_control_p8_faster results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1489,14 +1490,14 @@ Checking test 023 cpld_control_p8_faster results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 331.469579 - 0: The maximum resident set size (KB) = 3170264 + 0: The total amount of wall time = 318.876404 + 0: The maximum resident set size (KB) = 3168696 Test 023 cpld_control_p8_faster PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/control_CubedSphereGrid -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/control_CubedSphereGrid +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/control_CubedSphereGrid +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/control_CubedSphereGrid Checking test 024 control_CubedSphereGrid results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -1523,28 +1524,28 @@ Checking test 024 control_CubedSphereGrid results .... Comparing atmf024.tile5.nc .........OK Comparing atmf024.tile6.nc .........OK - 0: The total amount of wall time = 133.397326 - 0: The maximum resident set size (KB) = 631120 + 0: The total amount of wall time = 130.557851 + 0: The maximum resident set size (KB) = 628312 Test 024 control_CubedSphereGrid PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/control_CubedSphereGrid_parallel -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/control_CubedSphereGrid_parallel +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/control_CubedSphereGrid_parallel +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/control_CubedSphereGrid_parallel Checking test 025 control_CubedSphereGrid_parallel results .... - Comparing sfcf000.nc ............ALT CHECK......OK + Comparing sfcf000.nc .........OK Comparing sfcf024.nc ............ALT CHECK......OK - Comparing atmf000.nc .........OK + Comparing atmf000.nc ............ALT CHECK......OK Comparing atmf024.nc .........OK - 0: The total amount of wall time = 129.505605 - 0: The maximum resident set size (KB) = 633468 + 0: The total amount of wall time = 128.639944 + 0: The maximum resident set size (KB) = 628592 Test 025 control_CubedSphereGrid_parallel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/control_latlon -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/control_latlon +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/control_latlon +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/control_latlon Checking test 026 control_latlon results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1555,14 +1556,14 @@ Checking test 026 control_latlon results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 134.743904 - 0: The maximum resident set size (KB) = 630404 + 0: The total amount of wall time = 134.295619 + 0: The maximum resident set size (KB) = 627340 Test 026 control_latlon PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/control_wrtGauss_netcdf_parallel -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/control_wrtGauss_netcdf_parallel +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/control_wrtGauss_netcdf_parallel +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/control_wrtGauss_netcdf_parallel Checking test 027 control_wrtGauss_netcdf_parallel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1573,14 +1574,14 @@ Checking test 027 control_wrtGauss_netcdf_parallel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 140.773407 - 0: The maximum resident set size (KB) = 629092 + 0: The total amount of wall time = 138.672789 + 0: The maximum resident set size (KB) = 623144 Test 027 control_wrtGauss_netcdf_parallel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/control_c48 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/control_c48 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/control_c48 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/control_c48 Checking test 028 control_c48 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1619,14 +1620,14 @@ Checking test 028 control_c48 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0: The total amount of wall time = 367.417963 -0: The maximum resident set size (KB) = 819548 +0: The total amount of wall time = 370.792019 +0: The maximum resident set size (KB) = 810768 Test 028 control_c48 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/control_c192 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/control_c192 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/control_c192 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/control_c192 Checking test 029 control_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1637,14 +1638,14 @@ Checking test 029 control_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 527.892307 - 0: The maximum resident set size (KB) = 777912 + 0: The total amount of wall time = 524.911899 + 0: The maximum resident set size (KB) = 762844 Test 029 control_c192 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/control_c384 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/control_c384 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/control_c384 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/control_c384 Checking test 030 control_c384 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1655,14 +1656,14 @@ Checking test 030 control_c384 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 529.319991 - 0: The maximum resident set size (KB) = 1269812 + 0: The total amount of wall time = 525.971611 + 0: The maximum resident set size (KB) = 1263024 Test 030 control_c384 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/control_c384gdas -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/control_c384gdas +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/control_c384gdas +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/control_c384gdas Checking test 031 control_c384gdas results .... Comparing sfcf000.nc .........OK Comparing sfcf006.nc .........OK @@ -1705,14 +1706,14 @@ Checking test 031 control_c384gdas results .... Comparing RESTART/20210322.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 468.155913 - 0: The maximum resident set size (KB) = 1380100 + 0: The total amount of wall time = 461.125655 + 0: The maximum resident set size (KB) = 1382628 Test 031 control_c384gdas PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/control_stochy -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/control_stochy +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/control_stochy +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/control_stochy Checking test 032 control_stochy results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1723,28 +1724,28 @@ Checking test 032 control_stochy results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 89.339159 - 0: The maximum resident set size (KB) = 637408 + 0: The total amount of wall time = 88.673196 + 0: The maximum resident set size (KB) = 630384 Test 032 control_stochy PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/control_stochy -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/control_stochy_restart +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/control_stochy +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/control_stochy_restart Checking test 033 control_stochy_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 49.984752 - 0: The maximum resident set size (KB) = 484532 + 0: The total amount of wall time = 49.908896 + 0: The maximum resident set size (KB) = 484524 Test 033 control_stochy_restart PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/control_lndp -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/control_lndp +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/control_lndp +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/control_lndp Checking test 034 control_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1755,14 +1756,14 @@ Checking test 034 control_lndp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 83.845454 - 0: The maximum resident set size (KB) = 634384 + 0: The total amount of wall time = 81.665347 + 0: The maximum resident set size (KB) = 629436 Test 034 control_lndp PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/control_iovr4 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/control_iovr4 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/control_iovr4 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/control_iovr4 Checking test 035 control_iovr4 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1777,14 +1778,14 @@ Checking test 035 control_iovr4 results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 137.555863 - 0: The maximum resident set size (KB) = 629828 + 0: The total amount of wall time = 136.520411 + 0: The maximum resident set size (KB) = 626916 Test 035 control_iovr4 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/control_iovr5 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/control_iovr5 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/control_iovr5 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/control_iovr5 Checking test 036 control_iovr5 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1799,14 +1800,14 @@ Checking test 036 control_iovr5 results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 138.293595 - 0: The maximum resident set size (KB) = 630428 + 0: The total amount of wall time = 136.739062 + 0: The maximum resident set size (KB) = 627964 Test 036 control_iovr5 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/control_p8 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/control_p8 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/control_p8 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/control_p8 Checking test 037 control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1853,14 +1854,14 @@ Checking test 037 control_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 178.032800 - 0: The maximum resident set size (KB) = 1597420 + 0: The total amount of wall time = 167.714495 + 0: The maximum resident set size (KB) = 1593408 Test 037 control_p8 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/control_p8 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/control_restart_p8 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/control_p8 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/control_restart_p8 Checking test 038 control_restart_p8 results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1899,14 +1900,14 @@ Checking test 038 control_restart_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 89.780057 - 0: The maximum resident set size (KB) = 861636 + 0: The total amount of wall time = 88.214677 + 0: The maximum resident set size (KB) = 861540 Test 038 control_restart_p8 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/control_p8 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/control_qr_p8 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/control_p8 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/control_qr_p8 Checking test 039 control_qr_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1953,14 +1954,14 @@ Checking test 039 control_qr_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc ............ALT CHECK......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc ............ALT CHECK......OK - 0: The total amount of wall time = 171.919130 - 0: The maximum resident set size (KB) = 1596816 + 0: The total amount of wall time = 169.215941 + 0: The maximum resident set size (KB) = 1603328 Test 039 control_qr_p8 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/control_p8 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/control_restart_qr_p8 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/control_p8 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/control_restart_qr_p8 Checking test 040 control_restart_qr_p8 results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1999,14 +2000,14 @@ Checking test 040 control_restart_qr_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc ............ALT CHECK......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc ............ALT CHECK......OK - 0: The total amount of wall time = 91.998118 - 0: The maximum resident set size (KB) = 866972 + 0: The total amount of wall time = 91.469095 + 0: The maximum resident set size (KB) = 858644 Test 040 control_restart_qr_p8 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/control_p8 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/control_decomp_p8 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/control_p8 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/control_decomp_p8 Checking test 041 control_decomp_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2049,14 +2050,14 @@ Checking test 041 control_decomp_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 179.468447 - 0: The maximum resident set size (KB) = 1587836 + 0: The total amount of wall time = 174.144041 + 0: The maximum resident set size (KB) = 1591676 Test 041 control_decomp_p8 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/control_p8 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/control_2threads_p8 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/control_p8 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/control_2threads_p8 Checking test 042 control_2threads_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2099,14 +2100,14 @@ Checking test 042 control_2threads_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 162.692136 - 0: The maximum resident set size (KB) = 1681376 + 0: The total amount of wall time = 159.702790 + 0: The maximum resident set size (KB) = 1686424 Test 042 control_2threads_p8 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/control_p8_lndp -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/control_p8_lndp +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/control_p8_lndp +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/control_p8_lndp Checking test 043 control_p8_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2125,14 +2126,14 @@ Checking test 043 control_p8_lndp results .... Comparing GFSPRS.GrbF24 .........OK Comparing GFSPRS.GrbF48 .........OK - 0: The total amount of wall time = 321.916687 - 0: The maximum resident set size (KB) = 1597388 + 0: The total amount of wall time = 312.675969 + 0: The maximum resident set size (KB) = 1595024 Test 043 control_p8_lndp PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/control_p8_rrtmgp -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/control_p8_rrtmgp +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/control_p8_rrtmgp +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/control_p8_rrtmgp Checking test 044 control_p8_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2179,14 +2180,14 @@ Checking test 044 control_p8_rrtmgp results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 231.539004 - 0: The maximum resident set size (KB) = 1663564 + 0: The total amount of wall time = 221.490842 + 0: The maximum resident set size (KB) = 1663712 Test 044 control_p8_rrtmgp PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/control_p8_mynn -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/control_p8_mynn +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/control_p8_mynn +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/control_p8_mynn Checking test 045 control_p8_mynn results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2233,14 +2234,14 @@ Checking test 045 control_p8_mynn results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 175.394429 - 0: The maximum resident set size (KB) = 1596516 + 0: The total amount of wall time = 172.112059 + 0: The maximum resident set size (KB) = 1603528 Test 045 control_p8_mynn PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/merra2_thompson -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/merra2_thompson +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/merra2_thompson +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/merra2_thompson Checking test 046 merra2_thompson results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2287,14 +2288,14 @@ Checking test 046 merra2_thompson results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 195.288052 - 0: The maximum resident set size (KB) = 1600236 + 0: The total amount of wall time = 192.469643 + 0: The maximum resident set size (KB) = 1592140 Test 046 merra2_thompson PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/regional_control -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/regional_control +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/regional_control +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/regional_control Checking test 047 regional_control results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2305,28 +2306,28 @@ Checking test 047 regional_control results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 299.221082 - 0: The maximum resident set size (KB) = 869256 + 0: The total amount of wall time = 296.207281 + 0: The maximum resident set size (KB) = 864492 Test 047 regional_control PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/regional_control -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/regional_restart +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/regional_control +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/regional_restart Checking test 048 regional_restart results .... Comparing dynf006.nc .........OK Comparing phyf006.nc .........OK Comparing PRSLEV.GrbF06 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 151.038330 - 0: The maximum resident set size (KB) = 863176 + 0: The total amount of wall time = 151.859565 + 0: The maximum resident set size (KB) = 860152 Test 048 regional_restart PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/regional_control -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/regional_control_qr +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/regional_control +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/regional_control_qr Checking test 049 regional_control_qr results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2337,28 +2338,28 @@ Checking test 049 regional_control_qr results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 300.883952 - 0: The maximum resident set size (KB) = 868656 + 0: The total amount of wall time = 296.103518 + 0: The maximum resident set size (KB) = 862692 Test 049 regional_control_qr PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/regional_control -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/regional_restart_qr +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/regional_control +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/regional_restart_qr Checking test 050 regional_restart_qr results .... Comparing dynf006.nc .........OK Comparing phyf006.nc .........OK Comparing PRSLEV.GrbF06 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 155.402718 - 0: The maximum resident set size (KB) = 868732 + 0: The total amount of wall time = 152.708508 + 0: The maximum resident set size (KB) = 832052 Test 050 regional_restart_qr PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/regional_control -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/regional_decomp +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/regional_control +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/regional_decomp Checking test 051 regional_decomp results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2369,14 +2370,14 @@ Checking test 051 regional_decomp results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 314.837724 - 0: The maximum resident set size (KB) = 865940 + 0: The total amount of wall time = 315.402326 + 0: The maximum resident set size (KB) = 862400 Test 051 regional_decomp PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/regional_control -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/regional_2threads +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/regional_control +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/regional_2threads Checking test 052 regional_2threads results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2387,14 +2388,14 @@ Checking test 052 regional_2threads results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 183.495867 - 0: The maximum resident set size (KB) = 847080 + 0: The total amount of wall time = 180.135727 + 0: The maximum resident set size (KB) = 840888 Test 052 regional_2threads PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/regional_noquilt -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/regional_noquilt +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/regional_noquilt +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/regional_noquilt Checking test 053 regional_noquilt results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK @@ -2402,28 +2403,28 @@ Checking test 053 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 = 323.766720 - 0: The maximum resident set size (KB) = 854580 + 0: The total amount of wall time = 319.347053 + 0: The maximum resident set size (KB) = 851336 Test 053 regional_noquilt PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/regional_netcdf_parallel -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/regional_netcdf_parallel +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/regional_netcdf_parallel +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/regional_netcdf_parallel Checking test 054 regional_netcdf_parallel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK Comparing phyf006.nc .........OK - 0: The total amount of wall time = 297.220574 - 0: The maximum resident set size (KB) = 836216 + 0: The total amount of wall time = 296.416122 + 0: The maximum resident set size (KB) = 861180 Test 054 regional_netcdf_parallel PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/regional_control -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/regional_2dwrtdecomp +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/regional_control +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/regional_2dwrtdecomp Checking test 055 regional_2dwrtdecomp results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2434,14 +2435,14 @@ Checking test 055 regional_2dwrtdecomp results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 301.685467 - 0: The maximum resident set size (KB) = 869852 + 0: The total amount of wall time = 299.065506 + 0: The maximum resident set size (KB) = 862988 Test 055 regional_2dwrtdecomp PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/fv3_regional_wofs -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/regional_wofs +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/fv3_regional_wofs +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/regional_wofs Checking test 056 regional_wofs results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2452,14 +2453,14 @@ Checking test 056 regional_wofs results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 376.587976 - 0: The maximum resident set size (KB) = 629556 + 0: The total amount of wall time = 376.788829 + 0: The maximum resident set size (KB) = 627356 Test 056 regional_wofs PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/rap_control -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/rap_control +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/rap_control +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/rap_control Checking test 057 rap_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2506,14 +2507,14 @@ Checking test 057 rap_control results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 461.548776 - 0: The maximum resident set size (KB) = 1062200 + 0: The total amount of wall time = 457.249157 + 0: The maximum resident set size (KB) = 1052892 Test 057 rap_control PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/regional_spp_sppt_shum_skeb -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/regional_spp_sppt_shum_skeb +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/regional_spp_sppt_shum_skeb +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/regional_spp_sppt_shum_skeb Checking test 058 regional_spp_sppt_shum_skeb results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK @@ -2524,14 +2525,14 @@ Checking test 058 regional_spp_sppt_shum_skeb results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF01 .........OK - 0: The total amount of wall time = 233.233972 - 0: The maximum resident set size (KB) = 1184628 + 0: The total amount of wall time = 232.687258 + 0: The maximum resident set size (KB) = 1178108 Test 058 regional_spp_sppt_shum_skeb PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/rap_control -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/rap_decomp +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/rap_control +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/rap_decomp Checking test 059 rap_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2578,14 +2579,14 @@ Checking test 059 rap_decomp results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 481.908439 - 0: The maximum resident set size (KB) = 997744 + 0: The total amount of wall time = 477.904164 + 0: The maximum resident set size (KB) = 996736 Test 059 rap_decomp PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/rap_control -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/rap_2threads +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/rap_control +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/rap_2threads Checking test 060 rap_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2632,14 +2633,14 @@ Checking test 060 rap_2threads results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 435.719918 - 0: The maximum resident set size (KB) = 1132324 + 0: The total amount of wall time = 434.227371 + 0: The maximum resident set size (KB) = 1132016 Test 060 rap_2threads PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/rap_control -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/rap_restart +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/rap_control +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/rap_restart Checking test 061 rap_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -2678,14 +2679,14 @@ Checking test 061 rap_restart results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 232.356200 - 0: The maximum resident set size (KB) = 963948 + 0: The total amount of wall time = 230.470767 + 0: The maximum resident set size (KB) = 966048 Test 061 rap_restart PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/rap_sfcdiff -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/rap_sfcdiff +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/rap_sfcdiff +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/rap_sfcdiff Checking test 062 rap_sfcdiff results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2732,14 +2733,14 @@ Checking test 062 rap_sfcdiff results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 465.040777 - 0: The maximum resident set size (KB) = 1039536 + 0: The total amount of wall time = 460.146641 + 0: The maximum resident set size (KB) = 1052624 Test 062 rap_sfcdiff PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/rap_sfcdiff -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/rap_sfcdiff_decomp +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/rap_sfcdiff +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/rap_sfcdiff_decomp Checking test 063 rap_sfcdiff_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2786,14 +2787,14 @@ Checking test 063 rap_sfcdiff_decomp results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 486.876893 - 0: The maximum resident set size (KB) = 992352 + 0: The total amount of wall time = 481.349380 + 0: The maximum resident set size (KB) = 1001936 Test 063 rap_sfcdiff_decomp PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/rap_sfcdiff -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/rap_sfcdiff_restart +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/rap_sfcdiff +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/rap_sfcdiff_restart Checking test 064 rap_sfcdiff_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -2832,14 +2833,14 @@ Checking test 064 rap_sfcdiff_restart results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 341.046332 - 0: The maximum resident set size (KB) = 981424 + 0: The total amount of wall time = 343.307186 + 0: The maximum resident set size (KB) = 981804 Test 064 rap_sfcdiff_restart PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/hrrr_control -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/hrrr_control +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/hrrr_control +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/hrrr_control Checking test 065 hrrr_control results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2886,14 +2887,14 @@ Checking test 065 hrrr_control results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 448.422395 - 0: The maximum resident set size (KB) = 1051736 + 0: The total amount of wall time = 444.440701 + 0: The maximum resident set size (KB) = 1058948 Test 065 hrrr_control PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/hrrr_control -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/hrrr_control_decomp +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/hrrr_control +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/hrrr_control_decomp Checking test 066 hrrr_control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2940,14 +2941,14 @@ Checking test 066 hrrr_control_decomp results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 473.880076 - 0: The maximum resident set size (KB) = 994516 + 0: The total amount of wall time = 464.884847 + 0: The maximum resident set size (KB) = 986952 Test 066 hrrr_control_decomp PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/hrrr_control -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/hrrr_control_2threads +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/hrrr_control +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/hrrr_control_2threads Checking test 067 hrrr_control_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2994,14 +2995,14 @@ Checking test 067 hrrr_control_2threads results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 426.813108 - 0: The maximum resident set size (KB) = 1129352 + 0: The total amount of wall time = 419.253232 + 0: The maximum resident set size (KB) = 1137008 Test 067 hrrr_control_2threads PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/hrrr_control -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/hrrr_control_restart +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/hrrr_control +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/hrrr_control_restart Checking test 068 hrrr_control_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -3040,14 +3041,14 @@ Checking test 068 hrrr_control_restart results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 333.474177 - 0: The maximum resident set size (KB) = 977900 + 0: The total amount of wall time = 328.280145 + 0: The maximum resident set size (KB) = 978536 Test 068 hrrr_control_restart PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/rrfs_v1beta -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/rrfs_v1beta +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/rrfs_v1beta +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/rrfs_v1beta Checking test 069 rrfs_v1beta results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3094,14 +3095,14 @@ Checking test 069 rrfs_v1beta results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 461.002330 - 0: The maximum resident set size (KB) = 1053436 + 0: The total amount of wall time = 453.811870 + 0: The maximum resident set size (KB) = 1045696 Test 069 rrfs_v1beta PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/rrfs_v1nssl -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/rrfs_v1nssl +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/rrfs_v1nssl +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/rrfs_v1nssl Checking test 070 rrfs_v1nssl results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3116,14 +3117,14 @@ Checking test 070 rrfs_v1nssl results .... Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 537.063230 - 0: The maximum resident set size (KB) = 695820 + 0: The total amount of wall time = 532.915819 + 0: The maximum resident set size (KB) = 690304 Test 070 rrfs_v1nssl PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/rrfs_v1nssl_nohailnoccn -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/rrfs_v1nssl_nohailnoccn +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/rrfs_v1nssl_nohailnoccn +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/rrfs_v1nssl_nohailnoccn Checking test 071 rrfs_v1nssl_nohailnoccn results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3138,14 +3139,14 @@ Checking test 071 rrfs_v1nssl_nohailnoccn results .... Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 529.566752 - 0: The maximum resident set size (KB) = 755816 + 0: The total amount of wall time = 524.426931 + 0: The maximum resident set size (KB) = 780232 Test 071 rrfs_v1nssl_nohailnoccn PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/rrfs_smoke_conus13km_hrrr_warm -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/rrfs_smoke_conus13km_hrrr_warm +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/rrfs_smoke_conus13km_hrrr_warm +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/rrfs_smoke_conus13km_hrrr_warm Checking test 072 rrfs_smoke_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -3154,14 +3155,14 @@ Checking test 072 rrfs_smoke_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 146.841016 - 0: The maximum resident set size (KB) = 1033168 + 0: The total amount of wall time = 145.482103 + 0: The maximum resident set size (KB) = 1030744 Test 072 rrfs_smoke_conus13km_hrrr_warm PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/rrfs_smoke_conus13km_hrrr_warm -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/rrfs_smoke_conus13km_hrrr_warm_2threads +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/rrfs_smoke_conus13km_hrrr_warm +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/rrfs_smoke_conus13km_hrrr_warm_2threads Checking test 073 rrfs_smoke_conus13km_hrrr_warm_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -3170,14 +3171,14 @@ Checking test 073 rrfs_smoke_conus13km_hrrr_warm_2threads results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 92.746298 - 0: The maximum resident set size (KB) = 933672 + 0: The total amount of wall time = 88.887426 + 0: The maximum resident set size (KB) = 939708 Test 073 rrfs_smoke_conus13km_hrrr_warm_2threads PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/rrfs_conus13km_hrrr_warm -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/rrfs_conus13km_hrrr_warm +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/rrfs_conus13km_hrrr_warm +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/rrfs_conus13km_hrrr_warm Checking test 074 rrfs_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -3186,14 +3187,14 @@ Checking test 074 rrfs_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 130.196070 - 0: The maximum resident set size (KB) = 944220 + 0: The total amount of wall time = 128.752689 + 0: The maximum resident set size (KB) = 944192 Test 074 rrfs_conus13km_hrrr_warm PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/rrfs_smoke_conus13km_hrrr_warm_radar_tten -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/rrfs_smoke_conus13km_radar_tten_warm +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/rrfs_smoke_conus13km_hrrr_warm_radar_tten +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/rrfs_smoke_conus13km_radar_tten_warm Checking test 075 rrfs_smoke_conus13km_radar_tten_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -3202,26 +3203,26 @@ Checking test 075 rrfs_smoke_conus13km_radar_tten_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 149.258308 - 0: The maximum resident set size (KB) = 1035968 + 0: The total amount of wall time = 145.995419 + 0: The maximum resident set size (KB) = 1044664 Test 075 rrfs_smoke_conus13km_radar_tten_warm PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/rrfs_conus13km_hrrr_warm_restart_mismatch -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/rrfs_conus13km_hrrr_warm_restart_mismatch +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/rrfs_conus13km_hrrr_warm_restart_mismatch +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/rrfs_conus13km_hrrr_warm_restart_mismatch Checking test 076 rrfs_conus13km_hrrr_warm_restart_mismatch results .... Comparing sfcf002.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 70.310057 - 0: The maximum resident set size (KB) = 925960 + 0: The total amount of wall time = 69.693038 + 0: The maximum resident set size (KB) = 932340 Test 076 rrfs_conus13km_hrrr_warm_restart_mismatch PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/control_csawmg -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/control_csawmg +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/control_csawmg +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/control_csawmg Checking test 077 control_csawmg results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -3232,14 +3233,14 @@ Checking test 077 control_csawmg results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 348.138973 - 0: The maximum resident set size (KB) = 718072 + 0: The total amount of wall time = 341.837900 + 0: The maximum resident set size (KB) = 707100 Test 077 control_csawmg PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/control_csawmgt -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/control_csawmgt +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/control_csawmgt +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/control_csawmgt Checking test 078 control_csawmgt results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -3250,14 +3251,14 @@ Checking test 078 control_csawmgt results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 343.148371 - 0: The maximum resident set size (KB) = 720568 + 0: The total amount of wall time = 339.170857 + 0: The maximum resident set size (KB) = 722380 Test 078 control_csawmgt PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/control_ras -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/control_ras +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/control_ras +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/control_ras Checking test 079 control_ras results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -3268,26 +3269,26 @@ Checking test 079 control_ras results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 180.432221 - 0: The maximum resident set size (KB) = 714628 + 0: The total amount of wall time = 181.603149 + 0: The maximum resident set size (KB) = 714956 Test 079 control_ras PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/control_wam -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/control_wam +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/control_wam +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/control_wam Checking test 080 control_wam results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK - 0: The total amount of wall time = 111.310781 - 0: The maximum resident set size (KB) = 643848 + 0: The total amount of wall time = 112.613996 + 0: The maximum resident set size (KB) = 633192 Test 080 control_wam PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/control_p8_faster -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/control_p8_faster +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/control_p8_faster +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/control_p8_faster Checking test 081 control_p8_faster results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -3334,14 +3335,14 @@ Checking test 081 control_p8_faster results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 158.176414 - 0: The maximum resident set size (KB) = 1592848 + 0: The total amount of wall time = 151.777118 + 0: The maximum resident set size (KB) = 1600328 Test 081 control_p8_faster PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/regional_control_faster -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/regional_control_faster +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/regional_control_faster +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/regional_control_faster Checking test 082 regional_control_faster results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -3352,56 +3353,56 @@ Checking test 082 regional_control_faster results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 274.292063 - 0: The maximum resident set size (KB) = 867940 + 0: The total amount of wall time = 268.173689 + 0: The maximum resident set size (KB) = 864740 Test 082 regional_control_faster PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/rrfs_smoke_conus13km_hrrr_warm_debug -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/rrfs_smoke_conus13km_hrrr_warm_debug +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/rrfs_smoke_conus13km_hrrr_warm_debug +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/rrfs_smoke_conus13km_hrrr_warm_debug Checking test 083 rrfs_smoke_conus13km_hrrr_warm_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 821.272771 - 0: The maximum resident set size (KB) = 1015196 + 0: The total amount of wall time = 827.148798 + 0: The maximum resident set size (KB) = 1061876 Test 083 rrfs_smoke_conus13km_hrrr_warm_debug PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/rrfs_smoke_conus13km_hrrr_warm_debug -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/rrfs_smoke_conus13km_hrrr_warm_debug_2threads +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/rrfs_smoke_conus13km_hrrr_warm_debug +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/rrfs_smoke_conus13km_hrrr_warm_debug_2threads Checking test 084 rrfs_smoke_conus13km_hrrr_warm_debug_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 463.140974 - 0: The maximum resident set size (KB) = 972144 + 0: The total amount of wall time = 467.823909 + 0: The maximum resident set size (KB) = 929720 Test 084 rrfs_smoke_conus13km_hrrr_warm_debug_2threads PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/rrfs_conus13km_hrrr_warm_debugs -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/rrfs_conus13km_hrrr_warm_debug +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/rrfs_conus13km_hrrr_warm_debugs +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/rrfs_conus13km_hrrr_warm_debug Checking test 085 rrfs_conus13km_hrrr_warm_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 738.371748 - 0: The maximum resident set size (KB) = 938476 + 0: The total amount of wall time = 757.393966 + 0: The maximum resident set size (KB) = 973272 Test 085 rrfs_conus13km_hrrr_warm_debug PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/control_CubedSphereGrid_debug -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/control_CubedSphereGrid_debug +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/control_CubedSphereGrid_debug +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/control_CubedSphereGrid_debug Checking test 086 control_CubedSphereGrid_debug results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -3428,334 +3429,334 @@ Checking test 086 control_CubedSphereGrid_debug results .... Comparing atmf001.tile5.nc .........OK Comparing atmf001.tile6.nc .........OK - 0: The total amount of wall time = 144.852449 - 0: The maximum resident set size (KB) = 784200 + 0: The total amount of wall time = 147.880558 + 0: The maximum resident set size (KB) = 791504 Test 086 control_CubedSphereGrid_debug PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/control_wrtGauss_netcdf_parallel_debug -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/control_wrtGauss_netcdf_parallel_debug +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/control_wrtGauss_netcdf_parallel_debug +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/control_wrtGauss_netcdf_parallel_debug Checking test 087 control_wrtGauss_netcdf_parallel_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 143.827766 - 0: The maximum resident set size (KB) = 791888 + 0: The total amount of wall time = 146.009250 + 0: The maximum resident set size (KB) = 789592 Test 087 control_wrtGauss_netcdf_parallel_debug PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/control_stochy_debug -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/control_stochy_debug +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/control_stochy_debug +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/control_stochy_debug Checking test 088 control_stochy_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 162.600506 - 0: The maximum resident set size (KB) = 788712 + 0: The total amount of wall time = 165.783407 + 0: The maximum resident set size (KB) = 795896 Test 088 control_stochy_debug PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/control_lndp_debug -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/control_lndp_debug +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/control_lndp_debug +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/control_lndp_debug Checking test 089 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 = 147.590527 - 0: The maximum resident set size (KB) = 792348 + 0: The total amount of wall time = 147.183574 + 0: The maximum resident set size (KB) = 797384 Test 089 control_lndp_debug PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/control_csawmg_debug -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/control_csawmg_debug +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/control_csawmg_debug +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/control_csawmg_debug Checking test 090 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.626905 - 0: The maximum resident set size (KB) = 836064 + 0: The total amount of wall time = 227.996034 + 0: The maximum resident set size (KB) = 842864 Test 090 control_csawmg_debug PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/control_csawmgt_debug -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/control_csawmgt_debug +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/control_csawmgt_debug +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/control_csawmgt_debug Checking test 091 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.498997 - 0: The maximum resident set size (KB) = 837408 + 0: The total amount of wall time = 224.034372 + 0: The maximum resident set size (KB) = 835712 Test 091 control_csawmgt_debug PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/control_ras_debug -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/control_ras_debug +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/control_ras_debug +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/control_ras_debug Checking test 092 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 = 145.875882 - 0: The maximum resident set size (KB) = 798224 + 0: The total amount of wall time = 148.507484 + 0: The maximum resident set size (KB) = 803788 Test 092 control_ras_debug PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/control_diag_debug -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/control_diag_debug +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/control_diag_debug +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/control_diag_debug Checking test 093 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 = 152.028940 - 0: The maximum resident set size (KB) = 856808 + 0: The total amount of wall time = 154.348807 + 0: The maximum resident set size (KB) = 852064 Test 093 control_diag_debug PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/control_debug_p8 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/control_debug_p8 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/control_debug_p8 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/control_debug_p8 Checking test 094 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 = 164.209496 - 0: The maximum resident set size (KB) = 1612752 + 0: The total amount of wall time = 165.388943 + 0: The maximum resident set size (KB) = 1617296 Test 094 control_debug_p8 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/regional_debug -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/regional_debug +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/regional_debug +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/regional_debug Checking test 095 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 = 964.502364 - 0: The maximum resident set size (KB) = 883824 + 0: The total amount of wall time = 1009.169675 + 0: The maximum resident set size (KB) = 884012 Test 095 regional_debug PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/rap_control_debug -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/rap_control_debug +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/rap_control_debug +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/rap_control_debug Checking test 096 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.713660 - 0: The maximum resident set size (KB) = 1167044 + 0: The total amount of wall time = 276.598338 + 0: The maximum resident set size (KB) = 1167096 Test 096 rap_control_debug PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/hrrr_control_debug -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/hrrr_control_debug +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/hrrr_control_debug +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/hrrr_control_debug Checking test 097 hrrr_control_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 266.034456 - 0: The maximum resident set size (KB) = 1162692 + 0: The total amount of wall time = 265.887364 + 0: The maximum resident set size (KB) = 1175924 Test 097 hrrr_control_debug PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/rap_control_debug -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/rap_unified_drag_suite_debug +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/rap_control_debug +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/rap_unified_drag_suite_debug Checking test 098 rap_unified_drag_suite_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 272.172201 - 0: The maximum resident set size (KB) = 1166448 + 0: The total amount of wall time = 273.474569 + 0: The maximum resident set size (KB) = 1166336 Test 098 rap_unified_drag_suite_debug PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/rap_diag_debug -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/rap_diag_debug +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/rap_diag_debug +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/rap_diag_debug Checking test 099 rap_diag_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 286.573020 - 0: The maximum resident set size (KB) = 1250556 + 0: The total amount of wall time = 286.601444 + 0: The maximum resident set size (KB) = 1246432 Test 099 rap_diag_debug PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/rap_cires_ugwp_debug -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/rap_cires_ugwp_debug +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/rap_cires_ugwp_debug +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/rap_cires_ugwp_debug Checking test 100 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 = 276.320582 - 0: The maximum resident set size (KB) = 1166500 + 0: The total amount of wall time = 278.317185 + 0: The maximum resident set size (KB) = 1166760 Test 100 rap_cires_ugwp_debug PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/rap_cires_ugwp_debug -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/rap_unified_ugwp_debug +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/rap_cires_ugwp_debug +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/rap_unified_ugwp_debug Checking test 101 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 = 277.493573 - 0: The maximum resident set size (KB) = 1169780 + 0: The total amount of wall time = 273.839787 + 0: The maximum resident set size (KB) = 1172700 Test 101 rap_unified_ugwp_debug PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/rap_lndp_debug -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/rap_lndp_debug +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/rap_lndp_debug +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/rap_lndp_debug Checking test 102 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 = 274.261680 - 0: The maximum resident set size (KB) = 1165888 + 0: The total amount of wall time = 277.017902 + 0: The maximum resident set size (KB) = 1169056 Test 102 rap_lndp_debug PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/rap_flake_debug -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/rap_flake_debug +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/rap_flake_debug +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/rap_flake_debug Checking test 103 rap_flake_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 272.801651 - 0: The maximum resident set size (KB) = 1166632 + 0: The total amount of wall time = 271.706039 + 0: The maximum resident set size (KB) = 1168196 Test 103 rap_flake_debug PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/rap_progcld_thompson_debug -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/rap_progcld_thompson_debug +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/rap_progcld_thompson_debug +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/rap_progcld_thompson_debug Checking test 104 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 = 267.112767 - 0: The maximum resident set size (KB) = 1166748 + 0: The total amount of wall time = 271.090133 + 0: The maximum resident set size (KB) = 1161312 Test 104 rap_progcld_thompson_debug PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/rap_noah_debug -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/rap_noah_debug +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/rap_noah_debug +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/rap_noah_debug Checking test 105 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 = 268.621434 - 0: The maximum resident set size (KB) = 1163024 + 0: The total amount of wall time = 270.030714 + 0: The maximum resident set size (KB) = 1163172 Test 105 rap_noah_debug PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/rap_sfcdiff_debug -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/rap_sfcdiff_debug +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/rap_sfcdiff_debug +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/rap_sfcdiff_debug Checking test 106 rap_sfcdiff_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 272.279043 - 0: The maximum resident set size (KB) = 1167636 + 0: The total amount of wall time = 272.566866 + 0: The maximum resident set size (KB) = 1171264 Test 106 rap_sfcdiff_debug PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/rap_noah_sfcdiff_cires_ugwp_debug -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/rap_noah_sfcdiff_cires_ugwp_debug +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/rap_noah_sfcdiff_cires_ugwp_debug +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/rap_noah_sfcdiff_cires_ugwp_debug Checking test 107 rap_noah_sfcdiff_cires_ugwp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 451.391401 - 0: The maximum resident set size (KB) = 1159500 + 0: The total amount of wall time = 445.863784 + 0: The maximum resident set size (KB) = 1167452 Test 107 rap_noah_sfcdiff_cires_ugwp_debug PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/rrfs_v1beta_debug -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/rrfs_v1beta_debug +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/rrfs_v1beta_debug +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/rrfs_v1beta_debug Checking test 108 rrfs_v1beta_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 266.596463 - 0: The maximum resident set size (KB) = 1159600 + 0: The total amount of wall time = 270.606536 + 0: The maximum resident set size (KB) = 1160936 Test 108 rrfs_v1beta_debug PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/control_wam_debug -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/control_wam_debug +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/control_wam_debug +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/control_wam_debug Checking test 109 control_wam_debug results .... Comparing sfcf019.nc .........OK Comparing atmf019.nc .........OK - 0: The total amount of wall time = 274.715638 - 0: The maximum resident set size (KB) = 529252 + 0: The total amount of wall time = 272.928008 + 0: The maximum resident set size (KB) = 522896 Test 109 control_wam_debug PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/regional_spp_sppt_shum_skeb_dyn32_phy32 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/regional_spp_sppt_shum_skeb_dyn32_phy32 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/regional_spp_sppt_shum_skeb_dyn32_phy32 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/regional_spp_sppt_shum_skeb_dyn32_phy32 Checking test 110 regional_spp_sppt_shum_skeb_dyn32_phy32 results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK @@ -3766,14 +3767,14 @@ Checking test 110 regional_spp_sppt_shum_skeb_dyn32_phy32 results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF01 .........OK - 0: The total amount of wall time = 220.874822 - 0: The maximum resident set size (KB) = 1072740 + 0: The total amount of wall time = 221.376124 + 0: The maximum resident set size (KB) = 1077172 Test 110 regional_spp_sppt_shum_skeb_dyn32_phy32 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/rap_control_dyn32_phy32 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/rap_control_dyn32_phy32 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/rap_control_dyn32_phy32 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/rap_control_dyn32_phy32 Checking test 111 rap_control_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3820,14 +3821,14 @@ Checking test 111 rap_control_dyn32_phy32 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 386.064448 - 0: The maximum resident set size (KB) = 998788 + 0: The total amount of wall time = 383.238003 + 0: The maximum resident set size (KB) = 1003924 Test 111 rap_control_dyn32_phy32 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/hrrr_control_dyn32_phy32 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/hrrr_control_dyn32_phy32 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/hrrr_control_dyn32_phy32 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/hrrr_control_dyn32_phy32 Checking test 112 hrrr_control_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3874,14 +3875,14 @@ Checking test 112 hrrr_control_dyn32_phy32 results .... Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 200.821732 - 0: The maximum resident set size (KB) = 952860 + 0: The total amount of wall time = 197.464422 + 0: The maximum resident set size (KB) = 958520 Test 112 hrrr_control_dyn32_phy32 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/rap_control_dyn32_phy32 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/rap_2threads_dyn32_phy32 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/rap_control_dyn32_phy32 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/rap_2threads_dyn32_phy32 Checking test 113 rap_2threads_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3928,14 +3929,14 @@ Checking test 113 rap_2threads_dyn32_phy32 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 367.744385 - 0: The maximum resident set size (KB) = 1015480 + 0: The total amount of wall time = 363.062018 + 0: The maximum resident set size (KB) = 1020696 Test 113 rap_2threads_dyn32_phy32 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/hrrr_control_dyn32_phy32 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/hrrr_control_2threads_dyn32_phy32 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/hrrr_control_dyn32_phy32 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/hrrr_control_2threads_dyn32_phy32 Checking test 114 hrrr_control_2threads_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3982,14 +3983,14 @@ Checking test 114 hrrr_control_2threads_dyn32_phy32 results .... Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 189.712967 - 0: The maximum resident set size (KB) = 996560 + 0: The total amount of wall time = 187.482253 + 0: The maximum resident set size (KB) = 1004792 Test 114 hrrr_control_2threads_dyn32_phy32 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/hrrr_control_dyn32_phy32 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/hrrr_control_decomp_dyn32_phy32 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/hrrr_control_dyn32_phy32 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/hrrr_control_decomp_dyn32_phy32 Checking test 115 hrrr_control_decomp_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -4036,14 +4037,14 @@ Checking test 115 hrrr_control_decomp_dyn32_phy32 results .... Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 211.984746 - 0: The maximum resident set size (KB) = 890580 + 0: The total amount of wall time = 208.636757 + 0: The maximum resident set size (KB) = 906560 Test 115 hrrr_control_decomp_dyn32_phy32 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/rap_control_dyn32_phy32 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/rap_restart_dyn32_phy32 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/rap_control_dyn32_phy32 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/rap_restart_dyn32_phy32 Checking test 116 rap_restart_dyn32_phy32 results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -4082,14 +4083,14 @@ Checking test 116 rap_restart_dyn32_phy32 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 285.791110 - 0: The maximum resident set size (KB) = 952296 + 0: The total amount of wall time = 280.809322 + 0: The maximum resident set size (KB) = 942532 Test 116 rap_restart_dyn32_phy32 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/hrrr_control_dyn32_phy32 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/hrrr_control_restart_dyn32_phy32 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/hrrr_control_dyn32_phy32 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/hrrr_control_restart_dyn32_phy32 Checking test 117 hrrr_control_restart_dyn32_phy32 results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -4128,14 +4129,14 @@ Checking test 117 hrrr_control_restart_dyn32_phy32 results .... Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 105.665933 - 0: The maximum resident set size (KB) = 867060 + 0: The total amount of wall time = 102.459710 + 0: The maximum resident set size (KB) = 837752 Test 117 hrrr_control_restart_dyn32_phy32 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/rap_control_dyn64_phy32 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/rap_control_dyn64_phy32 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/rap_control_dyn64_phy32 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/rap_control_dyn64_phy32 Checking test 118 rap_control_dyn64_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -4182,81 +4183,81 @@ Checking test 118 rap_control_dyn64_phy32 results .... Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 246.456979 - 0: The maximum resident set size (KB) = 962600 + 0: The total amount of wall time = 247.401019 + 0: The maximum resident set size (KB) = 967240 Test 118 rap_control_dyn64_phy32 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/rap_control_debug_dyn32_phy32 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/rap_control_debug_dyn32_phy32 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/rap_control_debug_dyn32_phy32 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/rap_control_debug_dyn32_phy32 Checking test 119 rap_control_debug_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 269.415561 - 0: The maximum resident set size (KB) = 1054412 + 0: The total amount of wall time = 267.188290 + 0: The maximum resident set size (KB) = 1057868 Test 119 rap_control_debug_dyn32_phy32 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/hrrr_control_debug_dyn32_phy32 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/hrrr_control_debug_dyn32_phy32 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/hrrr_control_debug_dyn32_phy32 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/hrrr_control_debug_dyn32_phy32 Checking test 120 hrrr_control_debug_dyn32_phy32 results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 268.126310 - 0: The maximum resident set size (KB) = 1050472 + 0: The total amount of wall time = 258.323777 + 0: The maximum resident set size (KB) = 1055380 Test 120 hrrr_control_debug_dyn32_phy32 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/rap_control_debug_dyn64_phy32 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/rap_control_dyn64_phy32_debug +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/rap_control_debug_dyn64_phy32 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/rap_control_dyn64_phy32_debug Checking test 121 rap_control_dyn64_phy32_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 275.582524 - 0: The maximum resident set size (KB) = 1096440 + 0: The total amount of wall time = 276.317808 + 0: The maximum resident set size (KB) = 1095156 Test 121 rap_control_dyn64_phy32_debug PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/hafs_regional_atm -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/hafs_regional_atm +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/hafs_regional_atm +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/hafs_regional_atm Checking test 122 hafs_regional_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing HURPRS.GrbF06 .........OK - 0: The total amount of wall time = 239.607536 - 0: The maximum resident set size (KB) = 1053492 + 0: The total amount of wall time = 232.276661 + 0: The maximum resident set size (KB) = 1043276 Test 122 hafs_regional_atm PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/hafs_regional_atm_thompson_gfdlsf -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/hafs_regional_atm_thompson_gfdlsf +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/hafs_regional_atm_thompson_gfdlsf +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/hafs_regional_atm_thompson_gfdlsf Checking test 123 hafs_regional_atm_thompson_gfdlsf results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK - 0: The total amount of wall time = 375.028601 - 0: The maximum resident set size (KB) = 1404456 + 0: The total amount of wall time = 313.771589 + 0: The maximum resident set size (KB) = 1420420 Test 123 hafs_regional_atm_thompson_gfdlsf PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/hafs_regional_atm_ocn -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/hafs_regional_atm_ocn +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/hafs_regional_atm_ocn +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/hafs_regional_atm_ocn Checking test 124 hafs_regional_atm_ocn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4265,62 +4266,62 @@ Checking test 124 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 = 391.762445 - 0: The maximum resident set size (KB) = 1223232 + 0: The total amount of wall time = 380.457749 + 0: The maximum resident set size (KB) = 1222932 Test 124 hafs_regional_atm_ocn PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/hafs_regional_atm_wav -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/hafs_regional_atm_wav +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/hafs_regional_atm_wav +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/hafs_regional_atm_wav Checking test 125 hafs_regional_atm_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK - Comparing out_grd.ww3 .........OK - Comparing out_pnt.ww3 .........OK + Comparing 20190829.060000.out_grd.ww3 .........OK + Comparing 20190829.060000.out_pnt.ww3 .........OK Comparing ufs.hafs.ww3.r.2019-08-29-21600 .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 745.642947 - 0: The maximum resident set size (KB) = 1249564 + 0: The total amount of wall time = 737.268051 + 0: The maximum resident set size (KB) = 1246632 Test 125 hafs_regional_atm_wav PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/hafs_regional_atm_ocn_wav -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/hafs_regional_atm_ocn_wav +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/hafs_regional_atm_ocn_wav +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/hafs_regional_atm_ocn_wav Checking test 126 hafs_regional_atm_ocn_wav results .... Comparing atmf006.nc .........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 + Comparing 20190829.060000.out_grd.ww3 .........OK + Comparing 20190829.060000.out_pnt.ww3 .........OK Comparing ufs.hafs.ww3.r.2019-08-29-21600 .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 850.334596 - 0: The maximum resident set size (KB) = 1268016 + 0: The total amount of wall time = 844.011972 + 0: The maximum resident set size (KB) = 1268260 Test 126 hafs_regional_atm_ocn_wav PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/hafs_regional_1nest_atm -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/hafs_regional_1nest_atm +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/hafs_regional_1nest_atm +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/hafs_regional_1nest_atm Checking test 127 hafs_regional_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK Comparing sfc.nest02.f006.nc .........OK - 0: The total amount of wall time = 321.251151 - 0: The maximum resident set size (KB) = 509848 + 0: The total amount of wall time = 315.292934 + 0: The maximum resident set size (KB) = 505232 Test 127 hafs_regional_1nest_atm PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/hafs_regional_telescopic_2nests_atm -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/hafs_regional_telescopic_2nests_atm +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/hafs_regional_telescopic_2nests_atm +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/hafs_regional_telescopic_2nests_atm Checking test 128 hafs_regional_telescopic_2nests_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4329,28 +4330,28 @@ Checking test 128 hafs_regional_telescopic_2nests_atm results .... Comparing atm.nest03.f006.nc .........OK Comparing sfc.nest03.f006.nc .........OK - 0: The total amount of wall time = 370.507912 - 0: The maximum resident set size (KB) = 514792 + 0: The total amount of wall time = 366.247217 + 0: The maximum resident set size (KB) = 509140 Test 128 hafs_regional_telescopic_2nests_atm PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/hafs_global_1nest_atm -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/hafs_global_1nest_atm +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/hafs_global_1nest_atm +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/hafs_global_1nest_atm Checking test 129 hafs_global_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK Comparing sfc.nest02.f006.nc .........OK - 0: The total amount of wall time = 150.557990 - 0: The maximum resident set size (KB) = 357500 + 0: The total amount of wall time = 145.521310 + 0: The maximum resident set size (KB) = 352044 Test 129 hafs_global_1nest_atm PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/hafs_global_multiple_4nests_atm -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/hafs_global_multiple_4nests_atm +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/hafs_global_multiple_4nests_atm +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/hafs_global_multiple_4nests_atm Checking test 130 hafs_global_multiple_4nests_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4368,14 +4369,14 @@ Checking test 130 hafs_global_multiple_4nests_atm results .... Comparing HURPRS.GrbF06.nest04 .........OK Comparing HURPRS.GrbF06.nest05 .........OK - 0: The total amount of wall time = 419.508096 - 0: The maximum resident set size (KB) = 426088 + 0: The total amount of wall time = 412.333045 + 0: The maximum resident set size (KB) = 453796 Test 130 hafs_global_multiple_4nests_atm PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/hafs_regional_specified_moving_1nest_atm -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/hafs_regional_specified_moving_1nest_atm +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/hafs_regional_specified_moving_1nest_atm +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/hafs_regional_specified_moving_1nest_atm Checking test 131 hafs_regional_specified_moving_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4384,28 +4385,28 @@ Checking test 131 hafs_regional_specified_moving_1nest_atm results .... Comparing HURPRS.GrbF06 .........OK Comparing HURPRS.GrbF06.nest02 .........OK - 0: The total amount of wall time = 203.992594 - 0: The maximum resident set size (KB) = 523684 + 0: The total amount of wall time = 202.898897 + 0: The maximum resident set size (KB) = 508100 Test 131 hafs_regional_specified_moving_1nest_atm PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/hafs_regional_storm_following_1nest_atm -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/hafs_regional_storm_following_1nest_atm +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/hafs_regional_storm_following_1nest_atm +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/hafs_regional_storm_following_1nest_atm Checking test 132 hafs_regional_storm_following_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK Comparing sfc.nest02.f006.nc .........OK - 0: The total amount of wall time = 195.275122 - 0: The maximum resident set size (KB) = 523064 + 0: The total amount of wall time = 191.014074 + 0: The maximum resident set size (KB) = 517544 Test 132 hafs_regional_storm_following_1nest_atm PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/hafs_regional_storm_following_1nest_atm_ocn -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/hafs_regional_storm_following_1nest_atm_ocn +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/hafs_regional_storm_following_1nest_atm_ocn +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/hafs_regional_storm_following_1nest_atm_ocn Checking test 133 hafs_regional_storm_following_1nest_atm_ocn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4414,42 +4415,42 @@ Checking test 133 hafs_regional_storm_following_1nest_atm_ocn results .... Comparing archv.2020_238_18.a .........OK Comparing archs.2020_238_18.a .........OK - 0: The total amount of wall time = 227.025325 - 0: The maximum resident set size (KB) = 570340 + 0: The total amount of wall time = 223.485647 + 0: The maximum resident set size (KB) = 567336 Test 133 hafs_regional_storm_following_1nest_atm_ocn PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/hafs_global_storm_following_1nest_atm -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/hafs_global_storm_following_1nest_atm +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/hafs_global_storm_following_1nest_atm +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/hafs_global_storm_following_1nest_atm Checking test 134 hafs_global_storm_following_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK Comparing sfc.nest02.f006.nc .........OK - 0: The total amount of wall time = 62.785145 - 0: The maximum resident set size (KB) = 376972 + 0: The total amount of wall time = 57.836039 + 0: The maximum resident set size (KB) = 364540 Test 134 hafs_global_storm_following_1nest_atm PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/hafs_regional_storm_following_1nest_atm_ocn_debug -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/hafs_regional_storm_following_1nest_atm_ocn_debug +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/hafs_regional_storm_following_1nest_atm_ocn_debug +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/hafs_regional_storm_following_1nest_atm_ocn_debug Checking test 135 hafs_regional_storm_following_1nest_atm_ocn_debug results .... Comparing atmf001.nc .........OK Comparing sfcf001.nc .........OK Comparing atm.nest02.f001.nc .........OK Comparing sfc.nest02.f001.nc .........OK - 0: The total amount of wall time = 708.094889 - 0: The maximum resident set size (KB) = 582104 + 0: The total amount of wall time = 715.935066 + 0: The maximum resident set size (KB) = 576872 Test 135 hafs_regional_storm_following_1nest_atm_ocn_debug PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/hafs_regional_storm_following_1nest_atm_ocn_wav -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/hafs_regional_storm_following_1nest_atm_ocn_wav +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/hafs_regional_storm_following_1nest_atm_ocn_wav +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/hafs_regional_storm_following_1nest_atm_ocn_wav Checking test 136 hafs_regional_storm_following_1nest_atm_ocn_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4457,17 +4458,17 @@ Checking test 136 hafs_regional_storm_following_1nest_atm_ocn_wav results .... Comparing sfc.nest02.f006.nc .........OK Comparing archv.2020_238_18.a .........OK Comparing archs.2020_238_18.a .........OK - Comparing out_grd.ww3 .........OK - Comparing out_pnt.ww3 .........OK + Comparing 20200825.180000.out_grd.ww3 .........OK + Comparing 20200825.180000.out_pnt.ww3 .........OK - 0: The total amount of wall time = 497.014840 - 0: The maximum resident set size (KB) = 619376 + 0: The total amount of wall time = 481.429551 + 0: The maximum resident set size (KB) = 619956 Test 136 hafs_regional_storm_following_1nest_atm_ocn_wav PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/hafs_regional_docn -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/hafs_regional_docn +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/hafs_regional_docn +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/hafs_regional_docn Checking test 137 hafs_regional_docn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4475,14 +4476,14 @@ Checking test 137 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 = 358.359556 - 0: The maximum resident set size (KB) = 1221628 + 0: The total amount of wall time = 360.959683 + 0: The maximum resident set size (KB) = 1228408 Test 137 hafs_regional_docn PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/hafs_regional_docn_oisst -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/hafs_regional_docn_oisst +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/hafs_regional_docn_oisst +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/hafs_regional_docn_oisst Checking test 138 hafs_regional_docn_oisst results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4490,131 +4491,131 @@ Checking test 138 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 = 363.322679 - 0: The maximum resident set size (KB) = 1220376 + 0: The total amount of wall time = 355.755097 + 0: The maximum resident set size (KB) = 1209940 Test 138 hafs_regional_docn_oisst PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/hafs_regional_datm_cdeps -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/hafs_regional_datm_cdeps +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/hafs_regional_datm_cdeps +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/hafs_regional_datm_cdeps Checking test 139 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 = 952.266874 - 0: The maximum resident set size (KB) = 1036092 + 0: The total amount of wall time = 961.565940 + 0: The maximum resident set size (KB) = 1039972 Test 139 hafs_regional_datm_cdeps PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/datm_cdeps_control_cfsr -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/datm_cdeps_control_cfsr +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/datm_cdeps_control_cfsr +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/datm_cdeps_control_cfsr Checking test 140 datm_cdeps_control_cfsr results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 157.402720 - 0: The maximum resident set size (KB) = 1056552 + 0: The total amount of wall time = 154.178896 + 0: The maximum resident set size (KB) = 1060124 Test 140 datm_cdeps_control_cfsr PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/datm_cdeps_control_cfsr -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/datm_cdeps_restart_cfsr +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/datm_cdeps_control_cfsr +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/datm_cdeps_restart_cfsr Checking test 141 datm_cdeps_restart_cfsr results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 94.432937 - 0: The maximum resident set size (KB) = 1012276 + 0: The total amount of wall time = 90.310574 + 0: The maximum resident set size (KB) = 1016240 Test 141 datm_cdeps_restart_cfsr PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/datm_cdeps_control_gefs -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/datm_cdeps_control_gefs +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/datm_cdeps_control_gefs +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/datm_cdeps_control_gefs Checking test 142 datm_cdeps_control_gefs results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 152.658484 - 0: The maximum resident set size (KB) = 962732 + 0: The total amount of wall time = 151.331416 + 0: The maximum resident set size (KB) = 958308 Test 142 datm_cdeps_control_gefs PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/datm_cdeps_iau_gefs -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/datm_cdeps_iau_gefs +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/datm_cdeps_iau_gefs +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/datm_cdeps_iau_gefs Checking test 143 datm_cdeps_iau_gefs results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 154.860757 - 0: The maximum resident set size (KB) = 976708 + 0: The total amount of wall time = 152.132353 + 0: The maximum resident set size (KB) = 949960 Test 143 datm_cdeps_iau_gefs PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/datm_cdeps_stochy_gefs -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/datm_cdeps_stochy_gefs +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/datm_cdeps_stochy_gefs +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/datm_cdeps_stochy_gefs Checking test 144 datm_cdeps_stochy_gefs results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 157.125731 - 0: The maximum resident set size (KB) = 957832 + 0: The total amount of wall time = 152.287503 + 0: The maximum resident set size (KB) = 949012 Test 144 datm_cdeps_stochy_gefs PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/datm_cdeps_ciceC_cfsr -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/datm_cdeps_ciceC_cfsr +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/datm_cdeps_ciceC_cfsr +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/datm_cdeps_ciceC_cfsr Checking test 145 datm_cdeps_ciceC_cfsr results .... Comparing RESTART/20111002.000000.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.208192 - 0: The maximum resident set size (KB) = 1058448 + 0: The total amount of wall time = 156.334395 + 0: The maximum resident set size (KB) = 1058148 Test 145 datm_cdeps_ciceC_cfsr PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/datm_cdeps_bulk_cfsr -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/datm_cdeps_bulk_cfsr +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/datm_cdeps_bulk_cfsr +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/datm_cdeps_bulk_cfsr Checking test 146 datm_cdeps_bulk_cfsr results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 157.594858 - 0: The maximum resident set size (KB) = 1075820 + 0: The total amount of wall time = 156.098332 + 0: The maximum resident set size (KB) = 1054712 Test 146 datm_cdeps_bulk_cfsr PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/datm_cdeps_bulk_gefs -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/datm_cdeps_bulk_gefs +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/datm_cdeps_bulk_gefs +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/datm_cdeps_bulk_gefs Checking test 147 datm_cdeps_bulk_gefs results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 149.243399 - 0: The maximum resident set size (KB) = 965720 + 0: The total amount of wall time = 147.723094 + 0: The maximum resident set size (KB) = 965688 Test 147 datm_cdeps_bulk_gefs PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/datm_cdeps_mx025_cfsr -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/datm_cdeps_mx025_cfsr +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/datm_cdeps_mx025_cfsr +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/datm_cdeps_mx025_cfsr Checking test 148 datm_cdeps_mx025_cfsr results .... Comparing RESTART/20111001.120000.MOM.res.nc .........OK Comparing RESTART/20111001.120000.MOM.res_1.nc .........OK @@ -4623,14 +4624,14 @@ Checking test 148 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 = 414.371387 - 0: The maximum resident set size (KB) = 884488 + 0: The total amount of wall time = 428.671700 + 0: The maximum resident set size (KB) = 870956 Test 148 datm_cdeps_mx025_cfsr PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/datm_cdeps_mx025_gefs -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/datm_cdeps_mx025_gefs +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/datm_cdeps_mx025_gefs +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/datm_cdeps_mx025_gefs Checking test 149 datm_cdeps_mx025_gefs results .... Comparing RESTART/20111001.120000.MOM.res.nc .........OK Comparing RESTART/20111001.120000.MOM.res_1.nc .........OK @@ -4639,77 +4640,77 @@ Checking test 149 datm_cdeps_mx025_gefs results .... Comparing RESTART/iced.2011-10-01-43200.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-01-43200.nc .........OK - 0: The total amount of wall time = 409.822689 - 0: The maximum resident set size (KB) = 932568 + 0: The total amount of wall time = 398.217763 + 0: The maximum resident set size (KB) = 941900 Test 149 datm_cdeps_mx025_gefs PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/datm_cdeps_control_cfsr -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/datm_cdeps_multiple_files_cfsr +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/datm_cdeps_control_cfsr +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/datm_cdeps_multiple_files_cfsr Checking test 150 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 = 157.569823 - 0: The maximum resident set size (KB) = 1072792 + 0: The total amount of wall time = 157.532744 + 0: The maximum resident set size (KB) = 1073440 Test 150 datm_cdeps_multiple_files_cfsr PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/datm_cdeps_3072x1536_cfsr -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/datm_cdeps_3072x1536_cfsr +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/datm_cdeps_3072x1536_cfsr +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/datm_cdeps_3072x1536_cfsr Checking test 151 datm_cdeps_3072x1536_cfsr results .... Comparing RESTART/20111002.000000.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.406036 - 0: The maximum resident set size (KB) = 2296896 + 0: The total amount of wall time = 217.224218 + 0: The maximum resident set size (KB) = 2364172 Test 151 datm_cdeps_3072x1536_cfsr PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/datm_cdeps_gfs -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/datm_cdeps_gfs +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/datm_cdeps_gfs +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/datm_cdeps_gfs Checking test 152 datm_cdeps_gfs results .... Comparing RESTART/20210323.060000.MOM.res.nc .........OK Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/DATM_GFS.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 222.629108 - 0: The maximum resident set size (KB) = 2364876 + 0: The total amount of wall time = 222.006173 + 0: The maximum resident set size (KB) = 2296140 Test 152 datm_cdeps_gfs PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/datm_cdeps_debug_cfsr -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/datm_cdeps_debug_cfsr +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/datm_cdeps_debug_cfsr +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/datm_cdeps_debug_cfsr Checking test 153 datm_cdeps_debug_cfsr results .... Comparing RESTART/20111001.060000.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 = 349.057728 - 0: The maximum resident set size (KB) = 980412 + 0: The total amount of wall time = 352.350501 + 0: The maximum resident set size (KB) = 982864 Test 153 datm_cdeps_debug_cfsr PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/datm_cdeps_control_cfsr_faster -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/datm_cdeps_control_cfsr_faster +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/datm_cdeps_control_cfsr_faster +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/datm_cdeps_control_cfsr_faster Checking test 154 datm_cdeps_control_cfsr_faster results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 158.755263 - 0: The maximum resident set size (KB) = 1050836 + 0: The total amount of wall time = 152.046492 + 0: The maximum resident set size (KB) = 1056072 Test 154 datm_cdeps_control_cfsr_faster PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/datm_cdeps_lnd_gswp3 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/datm_cdeps_lnd_gswp3 +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/datm_cdeps_lnd_gswp3 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/datm_cdeps_lnd_gswp3 Checking test 155 datm_cdeps_lnd_gswp3 results .... Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile1.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile2.nc .........OK @@ -4718,14 +4719,14 @@ Checking test 155 datm_cdeps_lnd_gswp3 results .... Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile5.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile6.nc .........OK - 0: The total amount of wall time = 8.338971 - 0: The maximum resident set size (KB) = 259096 + 0: The total amount of wall time = 6.870892 + 0: The maximum resident set size (KB) = 267116 Test 155 datm_cdeps_lnd_gswp3 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/datm_cdeps_lnd_gswp3 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/datm_cdeps_lnd_gswp3_rst +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/datm_cdeps_lnd_gswp3 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/datm_cdeps_lnd_gswp3_rst Checking test 156 datm_cdeps_lnd_gswp3_rst results .... Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile1.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile2.nc .........OK @@ -4734,14 +4735,14 @@ Checking test 156 datm_cdeps_lnd_gswp3_rst results .... Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile5.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile6.nc .........OK - 0: The total amount of wall time = 12.675284 - 0: The maximum resident set size (KB) = 247940 + 0: The total amount of wall time = 12.153258 + 0: The maximum resident set size (KB) = 255940 Test 156 datm_cdeps_lnd_gswp3_rst PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/control_p8_atmlnd_sbs -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/control_p8_atmlnd_sbs +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/control_p8_atmlnd_sbs +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/control_p8_atmlnd_sbs Checking test 157 control_p8_atmlnd_sbs results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -4826,15 +4827,65 @@ Checking test 157 control_p8_atmlnd_sbs results .... Comparing ufs.cpld.lnd.out.2021-03-23-21600.tile5.nc .........OK Comparing ufs.cpld.lnd.out.2021-03-23-21600.tile6.nc .........OK - 0: The total amount of wall time = 208.371151 - 0: The maximum resident set size (KB) = 1598860 + 0: The total amount of wall time = 202.469627 + 0: The maximum resident set size (KB) = 1600480 Test 157 control_p8_atmlnd_sbs PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/control_atmwav -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/control_atmwav -Checking test 158 control_atmwav results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/atmwav_control_noaero_p8 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/atmwav_control_noaero_p8 +Checking test 158 atmwav_control_noaero_p8 results .... + Comparing sfcf000.nc .........OK + Comparing sfcf012.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf012.nc .........OK + Comparing RESTART/20210322.180000.coupler.res .........OK + Comparing RESTART/20210322.180000.fv_core.res.nc .........OK + Comparing RESTART/20210322.180000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.180000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.180000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.180000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.180000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.180000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.180000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.180000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.180000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.180000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.180000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.180000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.180000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.180000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.180000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.180000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.180000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.180000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.180000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.180000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.180000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.180000.sfc_data.tile4.nc .........OK + Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK + Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK + Comparing RESTART/ufs.atmw.cpl.r.2021-03-22-64800.nc .........OK + Comparing 20210322.180000.out_pnt.ww3 .........OK + Comparing 20210322.180000.out_grd.ww3 .........OK + Comparing ufs.atmw.ww3.r.2021-03-22-64800 .........OK + + 0: The total amount of wall time = 93.377641 + 0: The maximum resident set size (KB) = 1627436 + +Test 158 atmwav_control_noaero_p8 PASS + + +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/control_atmwav +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/control_atmwav +Checking test 159 control_atmwav results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -4877,15 +4928,15 @@ Checking test 158 control_atmwav results .... Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK Comparing 20210322.180000.restart.glo_1deg .........OK - 0: The total amount of wall time = 88.478662 - 0: The maximum resident set size (KB) = 659844 + 0: The total amount of wall time = 86.755490 + 0: The maximum resident set size (KB) = 654716 -Test 158 control_atmwav PASS +Test 159 control_atmwav PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/atmaero_control_p8 -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/atmaero_control_p8 -Checking test 159 atmaero_control_p8 results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/atmaero_control_p8 +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/atmaero_control_p8 +Checking test 160 atmaero_control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -4928,15 +4979,15 @@ Checking test 159 atmaero_control_p8 results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 233.199030 - 0: The maximum resident set size (KB) = 2968360 + 0: The total amount of wall time = 227.404280 + 0: The maximum resident set size (KB) = 2972360 -Test 159 atmaero_control_p8 PASS +Test 160 atmaero_control_p8 PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/atmaero_control_p8_rad -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/atmaero_control_p8_rad -Checking test 160 atmaero_control_p8_rad results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/atmaero_control_p8_rad +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/atmaero_control_p8_rad +Checking test 161 atmaero_control_p8_rad results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -4979,15 +5030,15 @@ Checking test 160 atmaero_control_p8_rad results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 289.762618 - 0: The maximum resident set size (KB) = 3040128 + 0: The total amount of wall time = 283.128473 + 0: The maximum resident set size (KB) = 3026676 -Test 160 atmaero_control_p8_rad PASS +Test 161 atmaero_control_p8_rad PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/atmaero_control_p8_rad_micro -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/atmaero_control_p8_rad_micro -Checking test 161 atmaero_control_p8_rad_micro results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/atmaero_control_p8_rad_micro +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/atmaero_control_p8_rad_micro +Checking test 162 atmaero_control_p8_rad_micro results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -5030,15 +5081,15 @@ Checking test 161 atmaero_control_p8_rad_micro results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 285.814584 - 0: The maximum resident set size (KB) = 3053708 + 0: The total amount of wall time = 282.947509 + 0: The maximum resident set size (KB) = 3045352 -Test 161 atmaero_control_p8_rad_micro PASS +Test 162 atmaero_control_p8_rad_micro PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/regional_atmaq -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/regional_atmaq -Checking test 162 regional_atmaq results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/regional_atmaq +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/regional_atmaq +Checking test 163 regional_atmaq results .... Comparing sfcf000.nc .........OK Comparing sfcf003.nc .........OK Comparing sfcf006.nc .........OK @@ -5053,15 +5104,15 @@ Checking test 162 regional_atmaq results .... Comparing RESTART/20190801.180000.phy_data.nc .........OK Comparing RESTART/20190801.180000.sfc_data.nc .........OK - 0: The total amount of wall time = 650.777416 - 0: The maximum resident set size (KB) = 1447456 + 0: The total amount of wall time = 635.922632 + 0: The maximum resident set size (KB) = 1444784 -Test 162 regional_atmaq PASS +Test 163 regional_atmaq PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/regional_atmaq_debug -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/regional_atmaq_debug -Checking test 163 regional_atmaq_debug results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/regional_atmaq_debug +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/regional_atmaq_debug +Checking test 164 regional_atmaq_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK @@ -5074,15 +5125,15 @@ Checking test 163 regional_atmaq_debug results .... Comparing RESTART/20190801.130000.phy_data.nc .........OK Comparing RESTART/20190801.130000.sfc_data.nc .........OK - 0: The total amount of wall time = 1191.808900 - 0: The maximum resident set size (KB) = 1379964 + 0: The total amount of wall time = 1192.989992 + 0: The maximum resident set size (KB) = 1382676 -Test 163 regional_atmaq_debug PASS +Test 164 regional_atmaq_debug PASS -baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230419/INTEL/regional_atmaq_faster -working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_29716/regional_atmaq_faster -Checking test 164 regional_atmaq_faster results .... +baseline dir = /scratch1/BMC/gmtb/RT/NCAR/main-20230504/INTEL/regional_atmaq_faster +working dir = /scratch1/BMC/gmtb/RT/stmp2/Dustin.Swales/FV3_RT/rt_8909/regional_atmaq_faster +Checking test 165 regional_atmaq_faster results .... Comparing sfcf000.nc .........OK Comparing sfcf003.nc .........OK Comparing sfcf006.nc .........OK @@ -5097,12 +5148,12 @@ Checking test 164 regional_atmaq_faster results .... Comparing RESTART/20190801.180000.phy_data.nc .........OK Comparing RESTART/20190801.180000.sfc_data.nc .........OK - 0: The total amount of wall time = 576.495079 - 0: The maximum resident set size (KB) = 1305644 + 0: The total amount of wall time = 557.024399 + 0: The maximum resident set size (KB) = 1452032 -Test 164 regional_atmaq_faster PASS +Test 165 regional_atmaq_faster PASS REGRESSION TEST WAS SUCCESSFUL -Thu Apr 20 02:58:41 UTC 2023 -Elapsed time: 02h:18m:03s. Have a nice day! +Thu May 4 21:47:09 UTC 2023 +Elapsed time: 02h:00m:27s. Have a nice day! diff --git a/tests/default_vars.sh b/tests/default_vars.sh index 72c5a92955..bb4fe900be 100755 --- a/tests/default_vars.sh +++ b/tests/default_vars.sh @@ -13,7 +13,8 @@ THRD_cpl_atmw=1 INPES_cpl_atmw=3; JNPES_cpl_atmw=8; WPG_cpl_atmw=6 - WAV_tasks_atmw=30 + WAV_tasks_cpl_atmw=30 + WAV_thrds_cpl_atmw=1 THRD_cpl_c48=1 INPES_cpl_c48=1; JNPES_cpl_c48=1; WPG_cpl_c48=6 @@ -535,11 +536,11 @@ export IAU_DRYMASSFIXER=.false. #waves export WW3RSTDTHR=12 export DT_2_RST="$(printf "%02d" $(( ${WW3RSTDTHR}*3600 )))" -export DTRST=0 -export RSTTYPE=T export WW3OUTDTHR=1 export DTFLD="$(printf "%02d" $(( ${WW3OUTDTHR}*3600 )))" export DTPNT="$(printf "%02d" $(( ${WW3OUTDTHR}*3600 )))" +export DTRST=0 +export RSTTYPE=T export GOFILETYPE=1 export POFILETYPE=1 export OUTPARS_WAV="WND HS FP DP PHS PTP PDIR" @@ -565,8 +566,15 @@ export RST_BEG=$RUN_BEG export RST_2_BEG=$RUN_BEG export RST_END=$RUN_END export RST_2_END=$RUN_END +export WAV_CUR='F' +export WAV_ICE='F' +export WAV_IC1='F' +export WAV_IC5='F' # ATMW export MULTIGRID=true +export MODDEF_WAV=mod_def.glo_1deg +export MESH_WAV=mesh.glo_1deg.nc + # ATMA export AOD_FRQ=060000 @@ -815,6 +823,7 @@ export BLCKX=`expr $NX_GLB / $np2` export BLCKY=`expr $NY_GLB / 2` export MESHOCN_ICE=mesh.mx${OCNRES}.nc export WAVDOMAIN=mx${OCNRES} +export MODDEF_WAV=mod_def.mx${OCNRES} export MESH_WAV=mesh.${WAVDOMAIN}.nc export CICEGRID=grid_cice_NEMS_mx${OCNRES}.nc export CICEMASK=kmtu_cice_NEMS_mx${OCNRES}.nc @@ -835,23 +844,16 @@ export GRIDOCN=A export GRIDICE=B #wave -export INPUT_CURFLD='C F Currents' -export INPUT_ICEFLD='C F Ice concentrations' export WW3RSTDTHR=3 -export WW3OUTDTHR=3 export DT_2_RST="$(printf "%02d" $(( ${WW3RSTDTHR}*3600 )))" +export WW3OUTDTHR=3 export DTFLD="$(printf "%02d" $(( ${WW3OUTDTHR}*3600 )))" export DTPNT="$(printf "%02d" $(( ${WW3OUTDTHR}*3600 )))" -export WW3GRIDLINE="'ww3' 'no' 'CPL:native' 'CPL:native' 'CPL:native' 'no' 'no' 'no' 'no' 'no' 1 1 0.00 1.00 F" -export UNIPOINTS='points' -export RUN_BEG="${SYEAR}${SMONTH}${SDAY} $(printf "%02d" $(( ${SHOUR} )))0000" -export RUN_END="2100${SMONTH}${SDAY} $(printf "%02d" $(( ${SHOUR} )))0000" -export OUT_BEG=$RUN_BEG -export OUT_END=$RUN_END -export RST_BEG=$RUN_BEG -export RST_2_BEG=$RUN_BEG -export RST_END=$RUN_END -export RST_2_END=$RUN_END +# waves when using shel.nml.IN +export WAV_CUR='C' +export WAV_ICE='C' +export WAV_IC1='F' +export WAV_IC5='F' # gocart inst_aod output; uses AERO_HIST.rc.IN from parm/gocart directory export AOD_FRQ=060000 @@ -1075,13 +1077,18 @@ export DLON=0.03 export DLAT=0.03 # shel.inp -export INPUT_CURFLD='C F Currents' -export INPUT_ICEFLD='F F Ice concentrations' # input.nml export CPL_IMP_MRG=.true. export DIAG_TABLE=diag_table_hafs export FIELD_TABLE=field_table_hafs +export WW3RSTDTHR=${FHMAX} +export DT_2_RST="$(printf "%02d" $(( ${WW3RSTDTHR}*3600 )))" +export WW3OUTDTHR=3 +export DTFLD="$(printf "%02d" $(( ${WW3OUTDTHR}*3600 )))" +export DTPNT="$(printf "%02d" $(( ${WW3OUTDTHR}*3600 )))" +export OUTPARS_WAV="WND HS T01 T02 DIR FP DP PHS PTP PDIR UST CHA USP" +export WAV_CUR='C' # nems.configure export med_model=cmeps @@ -1091,6 +1098,7 @@ export CPLMODE=hafs export RUNTYPE=startup export USE_COLDSTART=false export MESH_WAV=mesh.hafs.nc +export MODDEF_WAV=mod_def.natl_6m export MULTIGRID=false } diff --git a/tests/fv3_conf/control_run.IN b/tests/fv3_conf/control_run.IN index b56a41e0f8..a26cac1136 100644 --- a/tests/fv3_conf/control_run.IN +++ b/tests/fv3_conf/control_run.IN @@ -91,16 +91,21 @@ else fi if [ $CPLWAV = .true. ]; then - cp @[INPUTDATA_ROOT_WW3]/mod_def.pointsatmw mod_def.points - cp @[INPUTDATA_ROOT_WW3]/mod_def.* . - cp @[INPUTDATA_ROOT_WW3]/rmp_src* . + if [ $MULTIGRID = 'true' ]; then + cp @[INPUTDATA_ROOT_WW3]/mod_def.pointsatmw mod_def.points + cp @[INPUTDATA_ROOT_WW3]/@[MODDEF_WAV] . + cp @[INPUTDATA_ROOT_WW3]/rmp_src* . + else + cp @[INPUTDATA_ROOT_WW3]/@[MODDEF_WAV] mod_def.ww3 + cp @[INPUTDATA_ROOT_WW3]/@[MESH_WAV] . + fi fi #inline post if [[ $POSTAPP = 'global' ]]; then - cp ${PATHRT}/parm/post_itag itag - cp ${PATHRT}/parm/postxconfig-NT.txt postxconfig-NT.txt - cp ${PATHRT}/parm/postxconfig-NT_FH00.txt postxconfig-NT_FH00.txt + cp ${PATHRT}/parm/post_itag_gfs itag + cp ${PATHRT}/parm/postxconfig-NT-gfs.txt postxconfig-NT.txt + cp ${PATHRT}/parm/postxconfig-NT-gfs_FH00.txt postxconfig-NT_FH00.txt cp ${PATHRT}/parm/params_grib2_tbl_new params_grib2_tbl_new fi diff --git a/tests/fv3_conf/cpld_control_run.IN b/tests/fv3_conf/cpld_control_run.IN index c708bc3863..95cdc20486 100644 --- a/tests/fv3_conf/cpld_control_run.IN +++ b/tests/fv3_conf/cpld_control_run.IN @@ -50,12 +50,7 @@ cp @[INPUTDATA_ROOT]/CICE_FIX/@[OCNRES]/mesh.mx@[OCNRES].nc . # WW3 fix/input if [[ $CPLWAV == .true. ]]; then - cp @[INPUTDATA_ROOT_WW3]/mod_def.points . - if [[ $WAVDOMAIN == mx025 ]]; then - cp @[INPUTDATA_ROOT_WW3]/mod_def.@[WAVDOMAIN]lite mod_def.ww3 - else - cp @[INPUTDATA_ROOT_WW3]/mod_def.@[WAVDOMAIN] mod_def.ww3 - fi + cp @[INPUTDATA_ROOT_WW3]/@[MODDEF_WAV] mod_def.ww3 if [[ ${WAVDOMAIN:0:2} != mx ]]; then cp @[INPUTDATA_ROOT_WW3]/@[MESH_WAV] . fi @@ -145,9 +140,9 @@ fi #inline post if [ $WRITE_DOPOST = .true. ]; then - cp ${PATHRT}/parm/post_itag itag - cp ${PATHRT}/parm/postxconfig-NT.txt postxconfig-NT.txt - cp ${PATHRT}/parm/postxconfig-NT_FH00.txt postxconfig-NT_FH00.txt + cp ${PATHRT}/parm/post_itag_gfs itag + cp ${PATHRT}/parm/postxconfig-NT-gfs.txt postxconfig-NT.txt + cp ${PATHRT}/parm/postxconfig-NT-gfs_FH00.txt postxconfig-NT_FH00.txt cp ${PATHRT}/parm/params_grib2_tbl_new params_grib2_tbl_new fi diff --git a/tests/fv3_conf/hafs_ww3_run.IN b/tests/fv3_conf/hafs_ww3_run.IN index 3270300212..18a30a4526 100644 --- a/tests/fv3_conf/hafs_ww3_run.IN +++ b/tests/fv3_conf/hafs_ww3_run.IN @@ -2,9 +2,8 @@ if [ ${CNTL_DIR} = "hafs_regional_atm_wav" ] || \ [ ${CNTL_DIR} = "hafs_regional_atm_ocn_wav" ] || \ [ ${CNTL_DIR} = "hafs_regional_storm_following_1nest_atm_ocn_wav" ]; then - cp @[INPUTDATA_ROOT_WW3]/mod_def.natl_6m ./mod_def.ww3 - cp @[INPUTDATA_ROOT_WW3]/mod_def.points ./mod_def.points - cp @[INPUTDATA_ROOT_WW3]/mesh.hafs.nc ./mesh.hafs.nc + cp @[INPUTDATA_ROOT_WW3]/@[MODDEF_WAV] ./mod_def.ww3 + cp @[INPUTDATA_ROOT_WW3]/@[MESH_WAV] ./mesh.hafs.nc if [ ${CNTL_DIR} = "hafs_regional_storm_following_1nest_atm_ocn_wav" ]; then cp @[INPUTDATA_ROOT]/FV3_hafs_input_data/WW3_hafs_regional_input_data/wind.natl_6m_2020082512 ./wind.ww3 else diff --git a/tests/parm/nems.configure.atmw.IN b/tests/parm/nems.configure.atmw.IN new file mode 100644 index 0000000000..69c87ede06 --- /dev/null +++ b/tests/parm/nems.configure.atmw.IN @@ -0,0 +1,94 @@ +############################################# +#### NEMS Run-Time Configuration File ##### +############################################# + +# ESMF # +logKindFlag: ESMF_LOGKIND_MULTI +globalResourceControl: true + +# EARTH # +EARTH_component_list: MED ATM WAV +EARTH_attributes:: + Verbosity = 0 +:: + +# MED # +MED_model: @[med_model] +MED_petlist_bounds: @[med_petlist_bounds] +MED_omp_num_threads: @[med_omp_num_threads] +:: + +# ATM # +ATM_model: @[atm_model] +ATM_petlist_bounds: @[atm_petlist_bounds] +ATM_omp_num_threads: @[atm_omp_num_threads] +ATM_attributes:: + Verbosity = 0 + DumpFields = false +:: + +# WAV # +WAV_model: @[wav_model] +WAV_petlist_bounds: @[wav_petlist_bounds] +WAV_omp_num_threads: @[wav_omp_num_threads] +WAV_attributes:: + Verbosity = 0 + OverwriteSlice = false + diro = "." + logfile = wav.log + mesh_wav = @[MESH_WAV] + multigrid = @[MULTIGRID] + user_sets_restname = true +:: + + +# Run Sequence # +runSeq:: + @@[coupling_interval_sec] + MED med_phases_prep_atm + MED med_phases_prep_wav_accum + MED med_phases_prep_wav_avg + MED -> ATM :remapMethod=redist + MED -> WAV :remapMethod=redist + ATM + WAV + ATM -> MED :remapMethod=redist + MED med_phases_post_atm + WAV -> MED :remapMethod=redist + MED med_phases_post_wav + MED med_phases_restart_write + @ +:: + +# CMEPS variables + +DRIVER_attributes:: +:: + +MED_attributes:: + ATM_model = @[atm_model] + WAV_model = @[wav_model] + history_n = 1 + history_option = nhours + history_ymd = -999 + coupling_mode = @[CPLMODE] + history_tile_atm = @[ATMTILESIZE] +:: + +ALLCOMP_attributes:: + ScalarFieldCount = 2 + ScalarFieldIdxGridNX = 1 + ScalarFieldIdxGridNY = 2 + ScalarFieldName = cpl_scalars + start_type = @[RUNTYPE] + restart_dir = RESTART/ + case_name = ufs.atmw + restart_n = @[RESTART_N] + restart_option = nhours + restart_ymd = -999 + dbug_flag = @[cap_dbug_flag] + use_coldstart = false + stop_n = @[FHMAX] + stop_option = nhours + stop_ymd = -999 +:: diff --git a/tests/parm/post_itag b/tests/parm/post_itag_gfs similarity index 89% rename from tests/parm/post_itag rename to tests/parm/post_itag_gfs index 0bc3d71a08..ef77b503af 100644 --- a/tests/parm/post_itag +++ b/tests/parm/post_itag_gfs @@ -2,5 +2,5 @@ MODELNAME='GFS' / &NAMPGB - KPO=57,PO=1000.,975.,950.,925.,900.,875.,850.,825.,800.,775.,750.,725.,700.,675.,650.,625.,600.,575.,550.,525.,500.,475.,450.,425.,400.,375.,350.,325.,300.,275.,250.,225.,200.,175.,150.,125.,100.,70.,50.,40.,30.,20.,15.,10.,7.,5.,3.,2.,1.,0.7,0.4,0.2,0.1,0.07,0.04,0.02,0.01, + KPO=57,PO=1000.,975.,950.,925.,900.,875.,850.,825.,800.,775.,750.,725.,700.,675.,650.,625.,600.,575.,550.,525.,500.,475.,450.,425.,400.,375.,350.,325.,300.,275.,250.,225.,200.,175.,150.,125.,100.,70.,50.,40.,30.,20.,15.,10.,7.,5.,3.,2.,1.,0.7,0.4,0.2,0.1,0.07,0.04,0.02,0.01,rdaod=.true., / diff --git a/tests/parm/postxconfig-NT.txt b/tests/parm/postxconfig-NT-gfs.txt similarity index 99% rename from tests/parm/postxconfig-NT.txt rename to tests/parm/postxconfig-NT-gfs.txt index 16ae865984..ba22c218fc 100644 --- a/tests/parm/postxconfig-NT.txt +++ b/tests/parm/postxconfig-NT-gfs.txt @@ -1,6 +1,6 @@ 2 112 -209 +210 GFSPRS 0 ncep_nco @@ -7750,6 +7750,43 @@ between_first_second_limit ? ? ? +1006 +SDEN_ON_SURFACE +? +1 +tmpl4_0 +SDEN +? +? +surface +0 +? +0 +? +? +0 +? +0 +? +? +? +0 +0.0 +0 +0.0 +? +0 +0.0 +0 +0.0 +1 +6.0 +0 +0 +0 +? +? +? GFSFLX 0 ncep_nco diff --git a/tests/parm/postxconfig-NT_FH00.txt b/tests/parm/postxconfig-NT-gfs_FH00.txt similarity index 100% rename from tests/parm/postxconfig-NT_FH00.txt rename to tests/parm/postxconfig-NT-gfs_FH00.txt diff --git a/tests/parm/ww3_points.list b/tests/parm/ww3_points.list new file mode 100644 index 0000000000..62dfcd78b2 --- /dev/null +++ b/tests/parm/ww3_points.list @@ -0,0 +1,240 @@ + -85.078 -19.425 '32012 ' -1 DAT WHOI 360 4534 + -90.000 -55.000 '34002 ' 6.2 DAT OCOBSI 360 4800 + -72.522 34.502 '41001 ' 4 DAT NDBC 360 4556 + -74.930 31.892 '41002 ' 4 DAT NDBC 360 3920 + -79.099 32.501 '41004 ' 4 DAT NDBC 360 39 + -80.868 31.400 '41008 ' 5 DAT NDBC 360 14.9 + -80.185 28.508 '41009 ' 4 DAT NDBC 360 42 + -78.485 28.878 '41010 ' 4 DAT NDBC 360 890 + -77.743 33.436 '41013 ' 4 DAT NDBC 360 23.5 + -78.477 33.837 '41024 ' 2.95 DAT CORMP 360 10 + -75.363 35.025 '41025 ' 4 DAT NDBC 360 59.4 + -79.624 32.803 '41029 ' 2.95 DAT CORMP 360 10 + -80.406 32.279 '41033 ' 2.95 DAT CORMP 360 10 + -77.362 33.988 '41037 ' 2.95 DAT CORMP 360 30 + -77.715 34.141 '41038 ' 2.95 DAT CORMP 360 18 + -53.045 14.554 '41040 ' 4 DAT NDBC 360 5112 + -46.093 14.311 '41041 ' 4 DAT NDBC 360 3595 + -64.830 21.124 '41043 ' 4 DAT NDBC 360 5271 + -58.630 21.582 '41044 ' 4 DAT NDBC 360 5419 + -68.384 23.822 '41046 ' 4 DAT NDBC 360 5549 + -71.494 27.514 '41047 ' 4 DAT NDBC 360 5321 + -69.585 31.838 '41048 ' 4 DAT NDBC 360 5340 + -62.938 27.490 '41049 ' 4 DAT NDBC 360 5459 + -65.004 18.257 '41051 ' 4 DAT CARICOOS 360 32 + -64.763 18.249 '41052 ' 4 DAT CARICOOS 360 44 + -65.464 18.261 '41056 ' 4 DAT CARICOOS 360 30 + -65.157 18.476 '41058 ' 4 DAT CARICOOS 360 40 + -51.017 14.824 '41060 ' -1 DAT WHOI 360 5021 + -75.095 35.778 '41062 ' 3.5 DAT UNC 360 36 + -75.941 34.782 '41063 ' 3.5 DAT UNC 360 30 + -76.949 34.207 '41064 ' 2.95 DAT CORMP 360 30 + -78.015 33.721 '41108 ' -1 DAT SIO 360 12.8 + -77.717 34.141 '41110 ' -1 DAT CORMP 360 17 + -81.292 30.709 '41112 ' -1 DAT SIO 360 15.54 + -80.534 28.400 '41113 ' -1 DAT SIO 360 9.8 + -80.188 28.523 '41116 ' -1 DAT SIO 360 41 + -81.080 30.000 '41117 ' -1 DAT USACE 360 24.4 + -80.590 28.609 '41118 ' -1 DAT SIO 360 7.3 + -78.483 33.842 '41119 ' -1 DAT CORMP 360 13 + -76.946 34.213 '41159 ' -1 DAT CORMP 360 30.5 + -89.650 25.961 '42001 ' 3.6 DAT NDBC 360 3334 + -93.758 26.091 '42002 ' 5 DAT NDBC 360 3125.1 + -85.615 25.925 '42003 ' 4 DAT NDBC 360 3265 + -87.551 30.064 '42012 ' 4 DAT NDBC 360 25.9 + -95.350 27.906 '42019 ' 5 DAT NDBC 360 82.2 + -96.693 26.968 '42020 ' 4 DAT NDBC 360 84.1 + -83.741 27.505 '42022 ' 3.1 DAT COMPS 360 50 + -83.086 26.010 '42023 ' 3.1 DAT COMPS 360 50 + -83.475 25.171 '42026 ' 3.2 DAT COMPS 360 70 + -94.413 29.232 '42035 ' 4 DAT NDBC 360 16.2 + -84.516 28.501 '42036 ' 4 DAT NDBC 360 49.7 + -86.008 28.788 '42039 ' 4 DAT NDBC 360 270 + -88.226 29.208 '42040 ' 4 DAT NDBC 360 183 + -94.899 28.982 '42043 ' 4 DAT TAMUNI 360 19 + -96.500 26.217 '42045 ' 4 DAT TAMUNI 360 62 + -94.037 27.890 '42046 ' 4 DAT TAMUNI 360 105 + -93.597 27.897 '42047 ' 4 DAT TAMUNI 360 89 + -93.941 22.124 '42055 ' 4 DAT NDBC 360 3624 + -84.946 19.812 '42056 ' 4 DAT NDBC 360 4565 + -81.422 16.908 '42057 ' 4 DAT NDBC 360 377 + -74.560 14.775 '42058 ' 4 DAT NDBC 360 4150 + -67.483 15.252 '42059 ' 4 DAT NDBC 360 4784 + -63.354 16.413 '42060 ' 4 DAT NDBC 360 1507 + -81.251 24.500 '42078 ' -1 DAT CDIP 360 170 + -81.242 24.535 '42079 ' -1 DAT CDIP 360 99 + -66.532 17.869 '42085 ' 4 DAT CARICOOS 360 18.9 + -60.848 11.185 '42087 ' 3.35 DAT ICON 360 1266 + -60.521 11.301 '42088 ' 3.35 DAT ICON 360 1266 + -80.061 19.699 '42089 ' 3.35 DAT ICON 360 5726 + -69.580 18.432 '42090 ' 3.35 DAT ICON 360 1188 + -81.967 24.407 '42095 ' -1 DAT USACE 360 100 + -83.650 25.700 '42097 ' -1 DAT USACE 360 81 + -84.275 27.345 '42099 ' -1 DAT SIO 360 93.9 + -90.459 26.689 '42360 ' 3 DAT MURPHY 360 2539.9 + -92.490 27.550 '42361 ' 122 DAT SHELL 360 871.7 + -90.648 27.795 '42362 ' 122 DAT ENVEN 360 910 + -89.220 28.160 '42363 ' 122 DAT SHELL 360 894 + -88.090 29.060 '42364 ' 122 DAT SHELL 360 980.2 + -90.283 27.207 '42369 ' 60.4 DAT BP 360 1371.9 + -88.289 28.521 '42375 ' 61 DAT BP 360 1920.2 + -94.898 26.129 '42390 ' -1 DAT SHELL 360 2382.6 + -90.027 27.196 '42392 ' -1 DAT BP 360 2156.16 + -89.240 28.157 '42394 ' 100 DAT SHELL 360 923.5 + -90.792 26.404 '42395 ' 3 DAT SHELL 360 2941.9 + -125.032 10.051 '43010 ' -1 DAT WHOI 360 4769 + -69.128 43.201 '44005 ' 5 DAT NDBC 360 180.7 + -70.141 43.525 '44007 ' 5 DAT NDBC 360 26.5 + -69.248 40.504 '44008 ' 4 DAT NDBC 360 74.7 + -74.702 38.457 '44009 ' 5 DAT NDBC 360 30 + -66.588 41.070 '44011 ' 4 DAT NDBC 360 88.4 + -70.651 42.346 '44013 ' 5 DAT NDBC 360 64 + -74.840 36.606 '44014 ' 5 DAT NDBC 360 47 + -72.049 40.693 '44017 ' 5 DAT NDBC 360 48 + -70.143 42.206 '44018 ' 5 DAT NDBC 360 41.5 + -70.279 41.493 '44020 ' 4 DAT NDBC 360 14.3 + -73.728 40.883 '44022 ' 3.5 DAT UCT 360 22.5 + -65.912 42.327 '44024 ' 4 DAT NRCOOS 360 225 + -73.164 40.251 '44025 ' 5 DAT NDBC 360 36.3 + -67.300 44.283 '44027 ' 5 DAT NDBC 360 185.3 + -70.566 42.523 '44029 ' 4 DAT NRCOOS 360 65 + -70.426 43.179 '44030 ' 4 DAT NRCOOS 360 62 + -69.355 43.715 '44032 ' 4 DAT NRCOOS 360 100 + -68.996 44.055 '44033 ' 4 DAT NRCOOS 360 110 + -68.112 44.103 '44034 ' 4 DAT NRCOOS 360 100 + -67.876 43.497 '44037 ' 4 DAT NRCOOS 360 285 + -73.580 40.956 '44040 ' 3.5 DAT UCT 360 18.3 + -75.715 36.199 '44056 ' -1 DAT USACE 360 17.4 + -73.703 40.369 '44065 ' 4 DAT NDBC 360 25 + -72.644 39.618 '44066 ' 4 DAT NDBC 360 78 + -73.087 40.699 '44069 ' 3 DAT SBROOKU 360 46 + -70.540 43.020 '44073 ' 2.6 DAT UNH 360 131 + -75.421 36.001 '44086 ' -1 DAT SIO 360 21 + -74.838 36.612 '44088 ' -1 DAT SIO 360 47 + -75.334 37.757 '44089 ' -1 DAT USACE 360 16.9 + -70.329 41.840 '44090 ' -1 DAT USGS 360 26 + -73.769 39.778 '44091 ' -1 DAT USACE 360 25.6 + -75.492 36.872 '44093 ' -1 DAT SIO 360 26.82 + -75.330 35.750 '44095 ' -1 DAT SIO 360 18.3 + -75.809 37.023 '44096 ' -1 DAT SIO 360 11.9 + -71.127 40.969 '44097 ' -1 DAT SIO 360 48.16 + -70.168 42.798 '44098 ' -1 DAT SIO 360 76.5 + -75.720 36.914 '44099 ' -1 DAT SIO 360 18.3 + -75.594 36.260 '44100 ' -1 DAT SIO 360 25.9 + -62.000 42.260 '44137 ' 5 DAT ENCAN 360 4000 + -57.100 44.240 '44139 ' 5 DAT ENCAN 360 1500 + -64.020 42.500 '44150 ' 5 DAT ENCAN 360 1300 + -63.400 44.500 '44258 ' 5 DAT ENCAN 360 58 + -147.949 56.232 '46001 ' 5 DAT NDBC 360 4054 + -130.537 42.612 '46002 ' 4 DAT NDBC 360 3413 + -136.100 50.930 '46004 ' 5 DAT ENCAN 360 3600 + -131.079 46.134 '46005 ' 4 DAT NDBC 360 2852 + -137.397 40.782 '46006 ' 4 DAT NDBC 360 4378 + -121.019 34.956 '46011 ' 5 DAT NDBC 360 464.8 + -160.000 57.700 '46021 ' -1 DAT NDBC 360 59 + -120.967 34.714 '46023 ' 10 DAT NDBC 360 384.1 + -119.200 33.000 '46024 ' -1 DAT NDBC 360 1213 + -119.053 33.763 '46025 ' 4 DAT NDBC 360 888 + -121.857 35.703 '46028 ' 5 DAT NDBC 360 1048 + -177.708 57.018 '46035 ' 5 DAT NDBC 360 3687 + -122.398 36.785 '46042 ' 5 DAT NDBC 360 1645.9 + -119.506 32.404 '46047 ' 4 DAT NDBC 360 1394 + -120.477 34.265 '46054 ' 4 DAT NDBC 360 469.4 + -129.951 38.094 '46059 ' 4 DAT NDBC 360 4628 + -146.805 60.584 '46060 ' 5 DAT NDBC 360 445 + -154.987 52.765 '46066 ' 5 DAT NDBC 360 4460 + -120.213 33.677 '46069 ' 4 DAT NDBC 360 977.8 + 175.153 55.082 '46070 ' 5 DAT NDBC 360 3835 + 179.012 51.125 '46071 ' 5 DAT NDBC 360 1681 + -172.088 51.672 '46072 ' 5 DAT NDBC 360 3572 + -172.001 55.031 '46073 ' 5 DAT NDBC 360 3051.5 + -160.817 53.983 '46075 ' 5 DAT NDBC 360 2392.7 + -147.990 59.502 '46076 ' 5 DAT NDBC 360 195.1 + -152.582 55.556 '46078 ' 5 DAT NDBC 360 5380 + -150.042 57.947 '46080 ' 5 DAT NDBC 360 254.5 + -143.372 59.681 '46082 ' 5 DAT NDBC 360 300 + -137.997 58.300 '46083 ' 5 DAT NDBC 360 136 + -136.102 56.622 '46084 ' 5 DAT NDBC 360 1158 + -142.882 55.883 '46085 ' 4 DAT NDBC 360 3721 + -118.052 32.499 '46086 ' 4 DAT NDBC 360 1844.7 + -125.771 45.925 '46089 ' 5 DAT NDBC 360 2293.3 + -122.029 36.751 '46092 ' 4 DAT MBARI 360 1000 + -122.351 36.723 '46114 ' -1 DAT SIO 360 1463 + -131.220 51.830 '46147 ' 5 DAT ENCAN 360 2000 + -131.100 53.620 '46183 ' 5 DAT ENCAN 360 65 + -138.850 53.910 '46184 ' 5 DAT ENCAN 360 3200 + -129.790 52.420 '46185 ' 5 DAT ENCAN 360 230 + -128.770 51.380 '46204 ' -1 DAT ENCAN 360 222 + -134.320 54.190 '46205 ' 5 DAT ENCAN 360 2675 + -126.000 48.840 '46206 ' 5 DAT ENCAN 360 72 + -129.920 50.870 '46207 ' 5 DAT ENCAN 360 2125 + -132.690 52.520 '46208 ' 5 DAT ENCAN 360 2950 + -123.472 37.950 '46214 ' -1 DAT SIO 360 550 + -120.783 34.454 '46218 ' -1 DAT SIO 360 548.6 + -119.882 33.225 '46219 ' -1 DAT SIO 360 274.3 + -118.634 33.855 '46221 ' -1 DAT SIO 360 370 + -118.317 33.618 '46222 ' -1 DAT SIO 360 457 + -117.391 32.933 '46225 ' -1 DAT SIO 360 549 + -117.370 32.747 '46231 ' -1 DAT SIO 360 201.17 + -117.421 32.530 '46232 ' -1 DAT SIO 360 1143 + -117.169 32.570 '46235 ' -1 DAT SIO 360 21 + -122.096 36.343 '46239 ' -1 DAT SIO 360 369 + -145.200 50.033 '46246 ' -1 DAT SIO 360 4252 + -119.559 33.761 '46251 ' -1 DAT SIO 360 1920 + -118.181 33.576 '46253 ' -1 DAT SIO 360 66 + -117.267 32.868 '46254 ' -1 DAT SIO 360 38.71 + -119.651 33.400 '46255 ' -1 DAT SIO 360 105 + -118.201 33.700 '46256 ' -1 DAT SIO 360 23.25 + -120.766 34.439 '46257 ' -1 DAT SIO 360 576.07 + -117.501 32.752 '46258 ' -1 DAT SIO 360 588.6 + -121.497 34.767 '46259 ' -1 DAT USACE 360 646.8 + -119.004 33.704 '46262 ' -1 DAT SIO 360 905 + -151.695 57.479 '46264 ' -1 DAT SIO 360 86 + -165.475 64.473 '46265 ' -1 DAT SIO 360 18.2 + -153.781 23.535 '51000 ' 5 DAT NDBC 360 4811 + -162.000 24.453 '51001 ' 4 DAT NDBC 360 4895 + -157.742 17.043 '51002 ' 4 DAT NDBC 360 4948 + -160.662 19.172 '51003 ' 4 DAT NDBC 360 4943.3 + -152.364 17.604 '51004 ' 4 DAT NDBC 360 4998 + -162.075 24.361 '51101 ' 4 DAT NDBC 360 4849 + -158.117 21.671 '51201 ' -1 DAT SIO 360 200 + -157.678 21.415 '51202 ' -1 DAT SIO 360 89 + -157.010 20.788 '51203 ' -1 DAT SIO 360 201 + -158.124 21.281 '51204 ' -1 DAT SIO 360 300 + -156.425 21.018 '51205 ' -1 DAT SIO 360 200 + -154.970 19.780 '51206 ' -1 DAT SIO 360 345 + -157.752 21.477 '51207 ' -1 DAT SIO 360 81 + -159.574 22.285 '51208 ' -1 DAT SIO 360 200 + -170.493 -14.264 '51209 ' -1 DAT SIO 360 82 + -157.756 21.477 '51210 ' -1 DAT SIO 360 80 + -157.959 21.297 '51211 ' -1 DAT SIO 360 35 + -158.149 21.323 '51212 ' -1 DAT SIO 360 280 + -157.003 20.750 '51213 ' -1 DAT SIO 360 235 + 144.788 13.354 '52200 ' -1 DAT SIO 360 200 + 171.392 7.083 '52201 ' -1 DAT SIO 360 540 + 144.812 13.684 '52202 ' -1 DAT SIO 360 510 + 145.662 15.268 '52211 ' -1 DAT SIO 360 487.68 + 134.667 7.630 '52212 ' -1 DAT SIO 360 97 + -5.000 45.230 '62001 ' 3 DAT UKMO 360 4556 + -12.430 48.720 '62029 ' 3 DAT UKMO 360 3575 + -4.400 50.000 '62050 ' -1 DAT UKMO 360 53 + -2.900 49.900 '62103 ' 14 DAT UKMO 360 18 + -12.570 55.420 '62105 ' 3 DAT UKMO 360 2899 + -6.100 50.102 '62107 ' 14 DAT UKMO 360 61 + 0.000 58.300 '62114 ' -1 DAT PRIVATE 360 142 + 0.700 54.000 '62127 ' -1 DAT PRIVATE 360 39 + 1.700 53.400 '62144 ' -1 DAT PRIVATE 360 16 + 2.800 53.102 '62145 ' -1 DAT PRIVATE 360 26 + 2.100 57.200 '62146 ' -1 DAT PRIVATE 360 98 + 1.500 53.600 '62148 ' -1 DAT PRIVATE 360 16 + 1.100 53.700 '62149 ' -1 DAT PRIVATE 360 16 + -8.470 47.550 '62163 ' 3 DAT UKMO 360 4000 + 1.100 54.000 '62165 ' -1 DAT PRIVATE 360 41 + 0.000 50.400 '62305 ' 14 DAT UKMO 360 39 + 1.500 59.500 '63110 ' -1 DAT PRIVATE 360 117 + 1.000 61.100 '63112 ' -1 DAT PRIVATE 360 156 + 1.708 61.000 '63113 ' -1 DAT PRIVATE 360 156 + 1.300 61.600 '63115 ' -1 DAT PRIVATE 360 156 + 1.100 61.400 '63117 ' -1 DAT PRIVATE 360 156 + -11.420 59.070 '64045 ' 3 DAT UKMO 360 1935 + -4.167 60.483 '64046 ' 3 DAT UKMO 360 230 diff --git a/tests/parm/ww3_shel.nml.IN b/tests/parm/ww3_shel.nml.IN new file mode 100644 index 0000000000..08c694963b --- /dev/null +++ b/tests/parm/ww3_shel.nml.IN @@ -0,0 +1,20 @@ +&input_nml + input%forcing%winds = 'C' + input%forcing%currents = '@[WAV_CUR]' + input%forcing%ice_conc = '@[WAV_ICE]' + input%forcing%ice_param1 = '@[WAV_IC1]' + input%forcing%ice_param5 = '@[WAV_IC5]' +/ + +&output_type_nml + type%field%list = '@[OUTPARS_WAV]' + type%point%file = 'ww3_points.list' +/ + +&output_date_nml + date%field%outffile = '1' + date%field%stride = '@[DTFLD]' + date%point%outffile = '1' + date%point%stride = '@[DTPNT]' + date%restart2%stride = '@[DT_2_RST]' +/ diff --git a/tests/rt.conf b/tests/rt.conf index 2921b397b5..da5d08f6cf 100644 --- a/tests/rt.conf +++ b/tests/rt.conf @@ -278,7 +278,12 @@ RUN | control_p8_atmlnd_sbs # ATM-WAV tests # ################################################################################################################################################################################### -COMPILE | -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON | - wcoss2.intel | fv3 | +#mediator (cmeps) +COMPILE | -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON | - wcoss2.intel | fv3 | +RUN | atmwav_control_noaero_p8 | - wcoss2.intel | fv3 | + +#connectors (wmesmf) +COMPILE | -DAPP=ATMWM -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON | - wcoss2.intel | fv3 | RUN | control_atmwav | - wcoss2.intel | fv3 | #RUN | control_c384gdas_wav | - jet.intel cheyenne.intel wcoss2.intel | fv3 | diff --git a/tests/rt.ncar.sh b/tests/rt.ncar.sh index 00a86748a9..a98e26cb34 100755 --- a/tests/rt.ncar.sh +++ b/tests/rt.ncar.sh @@ -446,7 +446,7 @@ if [[ $TESTS_FILE =~ '35d' ]] || [[ $TESTS_FILE =~ 'weekly' ]]; then TEST_35D=true fi -BL_DATE=20230419 +BL_DATE=20230504 RTPWD=${RTPWD:-$DISKNM/NCAR/main-${BL_DATE}/${RT_COMPILER^^}} diff --git a/tests/rt.sh b/tests/rt.sh index 66081f3752..d6491c74f8 100755 --- a/tests/rt.sh +++ b/tests/rt.sh @@ -446,7 +446,7 @@ if [[ $TESTS_FILE =~ '35d' ]] || [[ $TESTS_FILE =~ 'weekly' ]]; then fi -BL_DATE=20230405 +BL_DATE=20230413 RTPWD=${RTPWD:-$DISKNM/NEMSfv3gfs/develop-${BL_DATE}/${RT_COMPILER^^}} diff --git a/tests/run_test.sh b/tests/run_test.sh index 7b58d03394..1baa002a45 100755 --- a/tests/run_test.sh +++ b/tests/run_test.sh @@ -206,7 +206,8 @@ if [[ $CPLWAV == .true. ]]; then if [[ $MULTIGRID = 'true' ]]; then atparse < ${PATHRT}/parm/ww3_multi.inp.IN > ww3_multi.inp else - atparse < ${PATHRT}/parm/ww3_shel.inp.IN > ww3_shel.inp + atparse < ${PATHRT}/parm/ww3_shel.nml.IN > ww3_shel.nml + cp ${PATHRT}/parm/ww3_points.list . fi fi diff --git a/tests/tests/atmwav_control_noaero_p8 b/tests/tests/atmwav_control_noaero_p8 new file mode 100644 index 0000000000..23c528f6c1 --- /dev/null +++ b/tests/tests/atmwav_control_noaero_p8 @@ -0,0 +1,203 @@ +############################################################################### +# +# Global control test GFSv16 atmosphere only at C96L127, P8 configuration with 2way atm-wav coupling +# +############################################################################### + +export TEST_DESCR="Compare global control results with previous trunk version" + +export CNTL_DIR=atmwav_control_noaero_p8 + +export LIST_FILES="sfcf000.nc \ + sfcf012.nc \ + atmf000.nc \ + atmf012.nc \ + RESTART/20210322.180000.coupler.res \ + RESTART/20210322.180000.fv_core.res.nc \ + RESTART/20210322.180000.fv_core.res.tile1.nc \ + RESTART/20210322.180000.fv_core.res.tile2.nc \ + RESTART/20210322.180000.fv_core.res.tile3.nc \ + RESTART/20210322.180000.fv_core.res.tile4.nc \ + RESTART/20210322.180000.fv_core.res.tile5.nc \ + RESTART/20210322.180000.fv_core.res.tile6.nc \ + RESTART/20210322.180000.fv_srf_wnd.res.tile1.nc \ + RESTART/20210322.180000.fv_srf_wnd.res.tile2.nc \ + RESTART/20210322.180000.fv_srf_wnd.res.tile3.nc \ + RESTART/20210322.180000.fv_srf_wnd.res.tile4.nc \ + RESTART/20210322.180000.fv_srf_wnd.res.tile5.nc \ + RESTART/20210322.180000.fv_srf_wnd.res.tile6.nc \ + RESTART/20210322.180000.fv_tracer.res.tile1.nc \ + RESTART/20210322.180000.fv_tracer.res.tile2.nc \ + RESTART/20210322.180000.fv_tracer.res.tile3.nc \ + RESTART/20210322.180000.fv_tracer.res.tile4.nc \ + RESTART/20210322.180000.fv_tracer.res.tile5.nc \ + RESTART/20210322.180000.fv_tracer.res.tile6.nc \ + RESTART/20210322.180000.phy_data.tile1.nc \ + RESTART/20210322.180000.phy_data.tile2.nc \ + RESTART/20210322.180000.phy_data.tile3.nc \ + RESTART/20210322.180000.phy_data.tile4.nc \ + RESTART/20210322.180000.phy_data.tile5.nc \ + RESTART/20210322.180000.phy_data.tile6.nc \ + RESTART/20210322.180000.sfc_data.tile1.nc \ + RESTART/20210322.180000.sfc_data.tile2.nc \ + RESTART/20210322.180000.sfc_data.tile3.nc \ + RESTART/20210322.180000.sfc_data.tile4.nc \ + RESTART/20210322.180000.sfc_data.tile5.nc \ + RESTART/20210322.180000.sfc_data.tile6.nc \ + RESTART/ufs.atmw.cpl.r.2021-03-22-64800.nc \ + 20210322.180000.out_pnt.ww3 \ + 20210322.180000.out_grd.ww3 \ + ufs.atmw.ww3.r.2021-03-22-64800" + +export_fv3 +export NPZ=127 +export NPZP=128 +export DT_ATMOS=720 +export DT_INNER=${DT_ATMOS} +export SYEAR=2021 +export SMONTH=03 +export SDAY=22 +export SHOUR=06 +export RESTART_INTERVAL="12 -1" +export OUTPUT_GRID='gaussian_grid' + +export FHMAX=12 +export RESTART_INTERVAL="12 -1" + +export INPES=$INPES_cpl_atmw +export JNPES=$JNPES_cpl_atmw +export WRTTASK_PER_GROUP=$(( WPG_cpl_atmw * THRD_cpl_atmw )) +export WAV_tasks=$WAV_tasks_cpl_atmw + +export atm_omp_num_threads=$THRD_cpl_atmw +export med_omp_num_threads=$atm_omp_num_threads +export wav_omp_num_threads=$WAV_thrds_cpl_atmw + +export med_model=cmeps +export atm_model=fv3 +export wav_model=ww3 + +export ATMTILESIZE=`expr $NPX - 1` +export MESH_WAV=mesh.glo_1deg.nc + +# nems.configure +export coupling_interval_sec=${DT_ATMOS} +export NEMS_CONFIGURE="nems.configure.atmw.IN" + +# P7 default +export IALB=2 +export IEMS=2 +export LSM=2 +export IOPT_DVEG=4 +export IOPT_CRS=2 +export IOPT_RAD=3 +export IOPT_ALB=1 +export IOPT_STC=3 + +# P8 +export IOPT_SFC=3 +export IOPT_TRS=2 + +# FV3 P7 settings +export D2_BG_K1=0.20 +export D2_BG_K2=0.04 +export PSM_BC=1 +# P8 +export DDDMP=0.1 + +# P7 Merra2 Aerosols & NSST +export USE_MERRA2=.true. +export IAER=1011 +export NSTF_NAME=2,1,0,0,0 +export LHEATSTRG=.false. +export LSEASPRAY=.true. + +# P7 UGWP1 +export GWD_OPT=2 +export DO_UGWP_V1=.false. +export KNOB_UGWP_VERSION=0 +export KNOB_UGWP_NSLOPE=1 +export DO_UGWP_V0=.true. +export DO_GSL_DRAG_LS_BL=.false. +export DO_GSL_DRAG_SS=.true. +export DO_GSL_DRAG_TOFD=.false. +export DO_UGWP_V1_OROG_ONLY=.false. +export DO_UGWP_V0_NST_ONLY=.false. +export LDIAG_UGWP=.false. + +# P7 CA +export DO_CA=.true. +export CA_SGS=.true. +export CA_GLOBAL=.false. +export NCA=1 +export NCELLS=5 +export NLIVES=12 +export NTHRESH=18 +export NSEED=1 +export NFRACSEED=0.5 +export CA_TRIGGER=.true. +export NSPINUP=1 +export ISEED_CA=12345 + +# P7 settings +export TILEDFIX=.true. +export FNALBC="'C96.snowfree_albedo.tileX.nc'" +export FNALBC2="'C96.facsf.tileX.nc'" +export FNTG3C="'C96.substrate_temperature.tileX.nc'" +export FNVEGC="'C96.vegetation_greenness.tileX.nc'" +export FNVETC="'C96.vegetation_type.tileX.nc'" +export FNSOTC="'C96.soil_type.tileX.nc'" +export FNSMCC=${FNSMCC_control} +export FNMSKH=${FNMSKH_control} +export FNVMNC="'C96.vegetation_greenness.tileX.nc'" +export FNVMXC="'C96.vegetation_greenness.tileX.nc'" +export FNSLPC="'C96.slope_type.tileX.nc'" +export FNABSC="'C96.maximum_snow_albedo.tileX.nc'" +export LANDICE=".false." +export FSICL=0 +export FSICS=0 + +export IMP_PHYSICS=8 +export LGFDLMPRAD=.false. +export DO_SAT_ADJ=.false. +export DNATS=0 +export DZ_MIN=6 + +#atm-wav coupling +export MULTIGRID=false +export RESTART_N=${FHMAX} +#TODO: what should cplmode be? +export CPLMODE=nems_frac +export cap_dbug_flag=0 +export RUNTYPE=startup + +export CPL=.true. +export CPLWAV=.true. +export CPLWAV2ATM=.true. + +#required for NML.IN sharing +export MIN_SEAICE=0.15 +export FRAC_GRID=.true. +export MOM6_RESTART_SETTING=n +# P8 (not used for standalone) +export USE_CICE_ALB=.false. + +export WRITE_NSFLIP=.true. + +export FV3_RUN=control_run.IN +export CCPP_SUITE=FV3_GFS_v17_p8 + +export FIELD_TABLE=field_table_thompson_noaero_tke +export DIAG_TABLE=diag_table_p8_template +# use same namelist for standalone,coupled P7 +export INPUT_NML=cpld_control.nml.IN + +# RRTMGP +export DO_RRTMGP=.false. +export DOGP_CLDOPTICS_LUT=.true. +export DOGP_LWSCAT=.true. +export DOGP_SGS_CNV=.true. +export SATMEDMF=.true. +if [[ $MACHINE_ID = cheyenne.* ]]; then + TPN=18 +fi diff --git a/tests/tests/control_atmwav b/tests/tests/control_atmwav index 252402b040..96636a01db 100644 --- a/tests/tests/control_atmwav +++ b/tests/tests/control_atmwav @@ -74,7 +74,7 @@ export JNPES=$JNPES_cpl_atmw export atm_omp_num_threads=$THRD_cpl_atmw export WRTTASK_PER_GROUP=$WPG_cpl_atmw -WAV_tasks=${WAV_tasks_atmw} +export WAV_tasks=$WAV_tasks_cpl_atmw export CPL=.true. export CPLWAV=.true. @@ -83,6 +83,7 @@ export atm_model='fv3' export wav_model='ww3' export coupling_interval_sec=600 export NEMS_CONFIGURE="nems.configure.blocked_atm_wav_2way.IN" +export MODDEF_WAV=mod_def.glo_1deg export FV3_RUN=control_run.IN export CCPP_SUITE=FV3_GFS_v16 diff --git a/tests/tests/cpld_bmark_p8 b/tests/tests/cpld_bmark_p8 index b20f164819..38c84dcea8 100644 --- a/tests/tests/cpld_bmark_p8 +++ b/tests/tests/cpld_bmark_p8 @@ -71,9 +71,6 @@ export OUTPUT_FH="3 -1" export FHZERO=3 export DOMAINS_STACK_SIZE=16000000 - -export RUN_BEG="${SYEAR}${SMONTH}${SDAY} $(printf "%02d" $(( ${SHOUR} )))0000" - export INPES=$INPES_cpl_bmrk export JNPES=$JNPES_cpl_bmrk export WRTTASK_PER_GROUP=$(( WPG_cpl_bmrk * THRD_cpl_bmrk )) @@ -110,6 +107,7 @@ export BLCKX=`expr $NX_GLB / $np2` export BLCKY=`expr $NY_GLB / 2` export WAVDOMAIN=gwes_30m export MESH_WAV=mesh.${WAVDOMAIN}.nc +export MODDEF_WAV=mod_def.${WAVDOMAIN} # set component and coupling timesteps export DT_ATMOS=300 @@ -148,8 +146,4 @@ export NSTF_NAME=2,1,0,0,0 export CDMBWD=${CDMBWD_c384} -export OUT_BEG=$RUN_BEG -export RST_BEG=$RUN_BEG -export RST_2_BEG=$RUN_BEG - export FV3_RUN=cpld_control_run.IN diff --git a/tests/tests/cpld_bmark_p8_35d b/tests/tests/cpld_bmark_p8_35d index 0837666183..2a3e389d69 100644 --- a/tests/tests/cpld_bmark_p8_35d +++ b/tests/tests/cpld_bmark_p8_35d @@ -26,9 +26,6 @@ export FHZERO=6 export WLCLK=240 export DOMAINS_STACK_SIZE=16000000 - -export RUN_BEG="${SYEAR}${SMONTH}${SDAY} $(printf "%02d" $(( ${SHOUR} )))0000" - export INPES=$INPES_cpl_bmrk export JNPES=$JNPES_cpl_bmrk export WRITE_DOPOST=.true. @@ -64,6 +61,7 @@ export BLCKX=`expr $NX_GLB / $np2` export BLCKY=`expr $NY_GLB / 2` export WAVDOMAIN=gwes_30m export MESH_WAV=mesh.${WAVDOMAIN}.nc +export MODDEF_WAV=mod_def.${WAVDOMAIN} # set component and coupling timesteps export DT_ATMOS=300 @@ -102,8 +100,4 @@ export NSTF_NAME=2,1,0,0,0 export CDMBWD=${CDMBWD_c384} -export OUT_BEG=$RUN_BEG -export RST_BEG=$RUN_BEG -export RST_2_BEG=$RUN_BEG - export FV3_RUN=cpld_control_run.IN diff --git a/tests/tests/cpld_control_c192_p8 b/tests/tests/cpld_control_c192_p8 index 065d5fa288..f342e2c43a 100644 --- a/tests/tests/cpld_control_c192_p8 +++ b/tests/tests/cpld_control_c192_p8 @@ -99,6 +99,7 @@ export BLCKX=`expr $NX_GLB / $np2` export BLCKY=`expr $NY_GLB / 2` export WAVDOMAIN=mx${OCNRES} export MESH_WAV=mesh.${WAVDOMAIN}.nc +export MODDEF_WAV=mod_def.mx${OCNRES} # set component and coupling timesteps export DT_ATMOS=600 diff --git a/tests/tests/cpld_restart_bmark_p8 b/tests/tests/cpld_restart_bmark_p8 index 1d0e522b2b..74db98864b 100644 --- a/tests/tests/cpld_restart_bmark_p8 +++ b/tests/tests/cpld_restart_bmark_p8 @@ -74,7 +74,6 @@ export DOMAINS_STACK_SIZE=16000000 export RESTART_FILE_PREFIX="${SYEAR}${SMONTH}${SDAY}.$(printf "%02d" $(( ${FHROT} + ${SHOUR} )))0000" export RESTART_FILE_SUFFIX_SECS="${SYEAR}-${SMONTH}-${SDAY}-$(printf "%05d" $(( (${FHROT}+ ${SHOUR})*3600 )))" -export RUN_BEG="${SYEAR}${SMONTH}${SDAY} $(printf "%02d" $(( ${FHROT}+${SHOUR} )))0000" export INPES=$INPES_cpl_bmrk export JNPES=$JNPES_cpl_bmrk @@ -112,6 +111,7 @@ export BLCKX=`expr $NX_GLB / $np2` export BLCKY=`expr $NY_GLB / 2` export WAVDOMAIN=gwes_30m export MESH_WAV=mesh.${WAVDOMAIN}.nc +export MODDEF_WAV=mod_def.${WAVDOMAIN} # set component and coupling timesteps export DT_ATMOS=300 @@ -163,9 +163,4 @@ export USE_RESTART_TIME=.true. # MOM6 warm start export MOM6_RESTART_SETTING=r -# Waves -export OUT_BEG=$RUN_BEG -export RST_BEG=$RUN_BEG -export RST_2_BEG=$RUN_BEG - export FV3_RUN=cpld_control_run.IN diff --git a/tests/tests/cpld_restart_c192_p8 b/tests/tests/cpld_restart_c192_p8 index addb41fa76..1bcca13f9b 100644 --- a/tests/tests/cpld_restart_c192_p8 +++ b/tests/tests/cpld_restart_c192_p8 @@ -68,7 +68,6 @@ export FHZERO=3 export RESTART_FILE_PREFIX="${SYEAR}${SMONTH}${SDAY}.$(printf "%02d" $(( ${FHROT} + ${SHOUR} )))0000" export RESTART_FILE_SUFFIX_SECS="${SYEAR}-${SMONTH}-${SDAY}-$(printf "%05d" $(( (${FHROT}+ ${SHOUR})*3600 )))" -export RUN_BEG="${SYEAR}${SMONTH}${SDAY} $(printf "%02d" $(( ${FHROT}+${SHOUR} )))0000" export DOMAINS_STACK_SIZE=16000000 @@ -102,6 +101,7 @@ export BLCKX=`expr $NX_GLB / $np2` export BLCKY=`expr $NY_GLB / 2` export WAVDOMAIN=mx${OCNRES} export MESH_WAV=mesh.${WAVDOMAIN}.nc +export MODDEF_WAV=mod_def.mx${OCNRES} # set component and coupling timesteps export DT_ATMOS=600 @@ -152,11 +152,6 @@ export USE_RESTART_TIME=.true. # MOM6 warm start export MOM6_RESTART_SETTING=r -#Waves -export OUT_BEG=$RUN_BEG -export RST_BEG=$RUN_BEG -export RST_2_BEG=$RUN_BEG - export FV3_RUN=cpld_control_run.IN if [[ $MACHINE_ID = cheyenne.* ]]; then diff --git a/tests/tests/cpld_restart_p8 b/tests/tests/cpld_restart_p8 index 744d2fbd98..9d8a6f9988 100644 --- a/tests/tests/cpld_restart_p8 +++ b/tests/tests/cpld_restart_p8 @@ -65,7 +65,6 @@ export RESTART_N=$((FHMAX-$FHROT)) export RESTART_FILE_PREFIX="${SYEAR}${SMONTH}${SDAY}.$(printf "%02d" $(( ${FHROT} + ${SHOUR} )))0000" export RESTART_FILE_SUFFIX_SECS="${SYEAR}-${SMONTH}-${SDAY}-$(printf "%05d" $(( (${FHROT}+ ${SHOUR})*3600 )))" -export RUN_BEG="${SYEAR}${SMONTH}${SDAY} $(printf "%02d" $(( ${FHROT}+${SHOUR} )))0000" # ATM warm start export WARM_START=.true. @@ -83,11 +82,6 @@ export USE_RESTART_TIME=.true. # MOM6 warm start export MOM6_RESTART_SETTING=r -# Waves -export OUT_BEG=$RUN_BEG -export RST_BEG=$RUN_BEG -export RST_2_BEG=$RUN_BEG - export TOPOEDITS=ufs.topo_edits_011818.nc export MOM6_ALLOW_LANDMASK_CHANGES=True export eps_imesh=2.5e-1 diff --git a/tests/tests/cpld_restart_qr_p8 b/tests/tests/cpld_restart_qr_p8 index d9aa59c2c9..e8530ffd00 100644 --- a/tests/tests/cpld_restart_qr_p8 +++ b/tests/tests/cpld_restart_qr_p8 @@ -66,7 +66,6 @@ export RESTART_N=$((FHMAX-$FHROT)) export RESTART_FILE_PREFIX="${SYEAR}${SMONTH}${SDAY}.$(printf "%02d" $(( ${FHROT} + ${SHOUR} )))0000" export RESTART_FILE_SUFFIX_SECS="${SYEAR}-${SMONTH}-${SDAY}-$(printf "%05d" $(( (${FHROT}+ ${SHOUR})*3600 )))" -export RUN_BEG="${SYEAR}${SMONTH}${SDAY} $(printf "%02d" $(( ${FHROT}+${SHOUR} )))0000" # ATM warm start export WARM_START=.true. @@ -84,11 +83,6 @@ export USE_RESTART_TIME=.true. # MOM6 warm start export MOM6_RESTART_SETTING=r -# Waves -export OUT_BEG=$RUN_BEG -export RST_BEG=$RUN_BEG -export RST_2_BEG=$RUN_BEG - export TOPOEDITS=ufs.topo_edits_011818.nc export MOM6_ALLOW_LANDMASK_CHANGES=True export eps_imesh=2.5e-1 diff --git a/tests/tests/hafs_regional_atm_ocn_wav b/tests/tests/hafs_regional_atm_ocn_wav index 9c3f0dfbcc..b34eed8fd5 100644 --- a/tests/tests/hafs_regional_atm_ocn_wav +++ b/tests/tests/hafs_regional_atm_ocn_wav @@ -12,8 +12,8 @@ export LIST_FILES="atmf006.nc \ sfcf006.nc \ archv.2019_241_06.a \ archs.2019_241_06.a \ - out_grd.ww3 \ - out_pnt.ww3 \ + 20190829.060000.out_grd.ww3 \ + 20190829.060000.out_pnt.ww3 \ ufs.hafs.ww3.r.2019-08-29-21600 \ ufs.hafs.cpl.r.2019-08-29-21600.nc" @@ -89,24 +89,6 @@ export CPLWAV=.true. export CPLWAV2ATM=.false. export CPL_IMP_MRG=.true. -export DTFLD="10800" -export DTPNT="10800" -export GOFILETYPE="" -export POFILETYPE="" -export UNIPOINTS='ww3' -export OUTPARS_WAV="WND HS T01 T02 DIR FP DP PHS PTP PDIR UST CHA USP" -export WW3GRIDLINE="'ww3' 'no' 'no' 'CPL:native' 'no' 'no' 'no' 'no' 'no' 'no' 1 1 0.00 1.00 F" -export WW3RSTDTHR=${FHMAX} -export DT_2_RST="$(printf "%02d" $(( ${WW3RSTDTHR}*3600 )))" -export RUN_BEG="${SYEAR}${SMONTH}${SDAY} $(printf "%02d" $(( ${SHOUR} )))0000" -export RUN_END="20190829 060000" -export OUT_BEG=$RUN_BEG -export OUT_END=$RUN_END -export RST_BEG=$RUN_BEG -export RST_2_BEG=$RUN_BEG -export RST_END=$RUN_END -export RST_2_END=$RUN_END - export CDEPS_DOCN=false export OCEAN_START_DTG=43340.00000 diff --git a/tests/tests/hafs_regional_atm_wav b/tests/tests/hafs_regional_atm_wav index cd1a8d57c5..121c7f0ebb 100644 --- a/tests/tests/hafs_regional_atm_wav +++ b/tests/tests/hafs_regional_atm_wav @@ -10,8 +10,8 @@ export CNTL_DIR=hafs_regional_atm_wav export LIST_FILES="atmf006.nc \ sfcf006.nc \ - out_grd.ww3 \ - out_pnt.ww3 \ + 20190829.060000.out_grd.ww3 \ + 20190829.060000.out_pnt.ww3 \ ufs.hafs.ww3.r.2019-08-29-21600 \ ufs.hafs.cpl.r.2019-08-29-21600.nc" @@ -87,26 +87,6 @@ export CPLWAV=.true. export CPLWAV2ATM=.true. export CPL_IMP_MRG=.true. -# shel.inp -export INPUT_CURFLD='F F Currents' -export DTFLD="10800" -export DTPNT="10800" -export GOFILETYPE="" -export POFILETYPE="" -export OUTPARS_WAV="WND HS T01 T02 DIR FP DP PHS PTP PDIR UST CHA USP" -export UNIPOINTS='ww3' -export WW3GRIDLINE="'ww3' 'no' 'no' 'CPL:native' 'no' 'no' 'no' 'no' 'no' 'no' 1 1 0.00 1.00 F" -export WW3RSTDTHR=${FHMAX} -export DT_2_RST="$(printf "%02d" $(( ${WW3RSTDTHR}*3600 )))" -export RUN_BEG="${SYEAR}${SMONTH}${SDAY} $(printf "%02d" $(( ${SHOUR} )))0000" -export RUN_END="20190829 060000" -export OUT_BEG=$RUN_BEG -export OUT_END=$RUN_END -export RST_BEG=$RUN_BEG -export RST_2_BEG=$RUN_BEG -export RST_END=$RUN_END -export RST_2_END=$RUN_END - export CDEPS_DOCN=false export OCEAN_START_DTG=43340.00000 @@ -116,6 +96,8 @@ export wav_model="ww3" WAV_tasks=60 export coupling_interval_sec=360 export MESH_ATM="unset" +# ATM-WAV coupling only +export WAV_CUR='F' export FIELD_TABLE=field_table_hafs export DIAG_TABLE=diag_table_hafs_template diff --git a/tests/tests/hafs_regional_storm_following_1nest_atm_ocn_wav b/tests/tests/hafs_regional_storm_following_1nest_atm_ocn_wav index e9a80d5d3c..9f8a594ed9 100644 --- a/tests/tests/hafs_regional_storm_following_1nest_atm_ocn_wav +++ b/tests/tests/hafs_regional_storm_following_1nest_atm_ocn_wav @@ -14,8 +14,8 @@ export LIST_FILES="atmf006.nc \ sfc.nest02.f006.nc \ archv.2020_238_18.a \ archs.2020_238_18.a \ - out_grd.ww3 \ - out_pnt.ww3" + 20200825.180000.out_grd.ww3 \ + 20200825.180000.out_pnt.ww3" export_fv3 export_hafs @@ -111,24 +111,6 @@ export CPLWAV=.true. export CPLWAV2ATM=.false. export CPL_IMP_MRG=.true. -export DTFLD="10800" -export DTPNT="10800" -export GOFILETYPE="" -export POFILETYPE="" -export UNIPOINTS='ww3' -export OUTPARS_WAV="WND HS T01 T02 DIR FP DP PHS PTP PDIR UST CHA USP" -export WW3GRIDLINE="'ww3' 'no' 'no' 'CPL:native' 'no' 'no' 'no' 'no' 'no' 'no' 1 1 0.00 1.00 F" -export WW3RSTDTHR=${FHMAX} -export DT_2_RST="$(printf "%02d" $(( ${WW3RSTDTHR}*3600 )))" -export RUN_BEG="${SYEAR}${SMONTH}${SDAY} $(printf "%02d" $(( ${SHOUR} )))0000" -export RUN_END="20200825 180000" -export OUT_BEG=$RUN_BEG -export OUT_END=$RUN_END -export RST_BEG=$RUN_BEG -export RST_2_BEG=$RUN_BEG -export RST_END=$RUN_END -export RST_2_END=$RUN_END - # nems.configure export med_model=cmeps export CAP_DBUG_FLAG=0