From a183a521516110cc9bcb86d853bd9b0dccef5bc7 Mon Sep 17 00:00:00 2001 From: DavidBurrows-NCO <82525974+DavidBurrows-NCO@users.noreply.github.com> Date: Fri, 7 Jun 2024 19:22:01 -0400 Subject: [PATCH 1/2] Build ufs_weather_model on Gaea-C5 + update cubed sphere gitmodules for perturbation/increments for cold starts #2271 (#2269) UFSWM - Update modulefiles/ufs_gaea.intel.lua to compile ufs_weather_model on Gaea-C5 FV3 - - atmos_cubed_sphere - move the call to read_da_inc outside the if external_ic/restart logic --- FV3 | 2 +- HYCOM-interface/HYCOM | 2 +- cmake/configure_noaacloud.intel.cmake | 1 + modulefiles/ufs_gaea.intel.lua | 13 +- tests/logs/OpnReqTests_control_p8_hera.log | 48 +- ...sts_cpld_control_nowave_noaero_p8_hera.log | 24 +- .../OpnReqTests_regional_control_hera.log | 30 +- tests/logs/RegressionTests_derecho.log | 534 +++++------ tests/logs/RegressionTests_gaea.log | 536 +++++------ tests/logs/RegressionTests_hera.log | 901 +++++++----------- tests/logs/RegressionTests_hercules.log | 815 +++++++--------- tests/logs/RegressionTests_jet.log | 474 ++++----- tests/logs/RegressionTests_orion.log | 536 +++++------ tests/logs/RegressionTests_wcoss2.log | 452 ++++----- tests/module-setup.sh | 11 +- 15 files changed, 2051 insertions(+), 2328 deletions(-) create mode 100644 cmake/configure_noaacloud.intel.cmake diff --git a/FV3 b/FV3 index b3640007c5..07c26d1efa 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit b3640007c51c8899533e1b835940a2030a768fcc +Subproject commit 07c26d1efae47445e4c36ff98942494788e7dc49 diff --git a/HYCOM-interface/HYCOM b/HYCOM-interface/HYCOM index 35789c7577..bcf7777bb0 160000 --- a/HYCOM-interface/HYCOM +++ b/HYCOM-interface/HYCOM @@ -1 +1 @@ -Subproject commit 35789c757766e07f688b4c0c7c5229816f224b09 +Subproject commit bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 diff --git a/cmake/configure_noaacloud.intel.cmake b/cmake/configure_noaacloud.intel.cmake new file mode 100644 index 0000000000..92b8ecb75e --- /dev/null +++ b/cmake/configure_noaacloud.intel.cmake @@ -0,0 +1 @@ +set(PARALLEL_NETCDF ON CACHE BOOL "Enable parallel NetCDF" FORCE) diff --git a/modulefiles/ufs_gaea.intel.lua b/modulefiles/ufs_gaea.intel.lua index 629a69e9c5..c202ad6423 100644 --- a/modulefiles/ufs_gaea.intel.lua +++ b/modulefiles/ufs_gaea.intel.lua @@ -5,13 +5,7 @@ help([[ whatis([===[Loads libraries needed for building the UFS Weather Model on Gaea ]===]) -load("PrgEnv-intel/8.3.3") -load("intel-classic/2023.1.0") -load("cray-mpich/8.1.25") -load("python/3.9.12") - prepend_path("MODULEPATH", "/ncrc/proj/epic/spack-stack/spack-stack-1.6.0/envs/unified-env/install/modulefiles/Core") -prepend_path("MODULEPATH", "/ncrc/proj/epic/spack-stack/modulefiles") stack_intel_ver=os.getenv("stack_intel_ver") or "2023.1.0" load(pathJoin("stack-intel", stack_intel_ver)) @@ -22,8 +16,13 @@ load(pathJoin("stack-cray-mpich", stack_cray_mpich_ver)) stack_python_ver=os.getenv("stack_python_ver") or "3.10.13" load(pathJoin("stack-python", stack_python_ver)) +cmake_ver=os.getenv("cmake_ver") or "3.23.1" +load(pathJoin("cmake", cmake_ver)) + load("ufs_common") -load("nccmp/1.9.0.1") + +nccmp_ver=os.getenv("nccmp_ver") or "1.9.0.1" +load(pathJoin("nccmp", nccmp_ver)) unload("darshan-runtime") unload("cray-libsci") diff --git a/tests/logs/OpnReqTests_control_p8_hera.log b/tests/logs/OpnReqTests_control_p8_hera.log index 5836422c01..ff705f5155 100644 --- a/tests/logs/OpnReqTests_control_p8_hera.log +++ b/tests/logs/OpnReqTests_control_p8_hera.log @@ -1,9 +1,9 @@ -Tue Jun 4 22:17:00 UTC 2024 +Thu Jun 6 17:30:07 UTC 2024 Start Operation Requirement Test baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_bit_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1695475/bit_base_bit_base +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_475747/bit_base_bit_base Checking test bit_base results .... Moving baseline bit_base files .... Moving sfcf000.nc .........OK @@ -51,14 +51,14 @@ Moving baseline bit_base files .... Moving RESTART/20210323.060000.sfc_data.tile5.nc .........OK Moving RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 283.395800 - 0: The maximum resident set size (KB) = 1444564 + 0: The total amount of wall time = 282.596271 + 0: The maximum resident set size (KB) = 1434588 Test bit_base PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_dbg_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1695475/dbg_base_dbg_base +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_475747/dbg_base_dbg_base Checking test dbg_base results .... Moving baseline dbg_base files .... Moving sfcf000.nc .........OK @@ -106,14 +106,14 @@ Moving baseline dbg_base files .... Moving RESTART/20210323.060000.sfc_data.tile5.nc .........OK Moving RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 976.634482 - 0: The maximum resident set size (KB) = 1416500 + 0: The total amount of wall time = 999.400205 + 0: The maximum resident set size (KB) = 1425144 Test dbg_base PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1695475/dcp_dcp +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_475747/dcp_dcp Checking test dcp results .... Comparing sfcf000.nc .....USING NCCMP......OK Comparing sfcf021.nc .....USING NCCMP......OK @@ -160,14 +160,14 @@ Checking test dcp results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .....USING NCCMP......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .....USING NCCMP......OK - 0: The total amount of wall time = 253.914740 - 0: The maximum resident set size (KB) = 1420920 + 0: The total amount of wall time = 255.583364 + 0: The maximum resident set size (KB) = 1426160 Test dcp PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1695475/mpi_mpi +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_475747/mpi_mpi Checking test mpi results .... Comparing sfcf000.nc .....USING NCCMP......OK Comparing sfcf021.nc .....USING NCCMP......OK @@ -214,14 +214,14 @@ Checking test mpi results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .....USING NCCMP......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .....USING NCCMP......OK - 0: The total amount of wall time = 249.447063 - 0: The maximum resident set size (KB) = 1432868 + 0: The total amount of wall time = 458.123587 + 0: The maximum resident set size (KB) = 1425416 Test mpi PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1695475/rst_rst +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_475747/rst_rst Checking test rst results .... Comparing sfcf000.nc .....USING NCCMP......OK Comparing sfcf021.nc .....USING NCCMP......OK @@ -268,14 +268,14 @@ Checking test rst results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .....USING NCCMP......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .....USING NCCMP......OK - 0: The total amount of wall time = 248.336854 - 0: The maximum resident set size (KB) = 1423912 + 0: The total amount of wall time = 259.258210 + 0: The maximum resident set size (KB) = 1425588 Test rst PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1695475/std_base_std_base +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_475747/std_base_std_base Checking test std_base results .... Moving baseline std_base files .... Moving sfcf000.nc .........OK @@ -323,14 +323,14 @@ Moving baseline std_base files .... Moving RESTART/20210323.060000.sfc_data.tile5.nc .........OK Moving RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 252.084050 - 0: The maximum resident set size (KB) = 1429872 + 0: The total amount of wall time = 255.559793 + 0: The maximum resident set size (KB) = 1426800 Test std_base PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1695475/thr_thr +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_475747/thr_thr Checking test thr results .... Comparing sfcf000.nc .....USING NCCMP......OK Comparing sfcf021.nc .....USING NCCMP......OK @@ -377,11 +377,11 @@ Checking test thr results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .....USING NCCMP......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .....USING NCCMP......OK - 0: The total amount of wall time = 252.909572 - 0: The maximum resident set size (KB) = 1408380 + 0: The total amount of wall time = 254.930047 + 0: The maximum resident set size (KB) = 1425036 Test thr PASS OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Tue Jun 4 23:22:43 UTC 2024 -Elapsed time: 01h:05m:43s. Have a nice day! +Fri Jun 7 04:02:11 UTC 2024 +Elapsed time: 10h:32m:05s. Have a nice day! diff --git a/tests/logs/OpnReqTests_cpld_control_nowave_noaero_p8_hera.log b/tests/logs/OpnReqTests_cpld_control_nowave_noaero_p8_hera.log index 65412b9d56..8059bcc201 100644 --- a/tests/logs/OpnReqTests_cpld_control_nowave_noaero_p8_hera.log +++ b/tests/logs/OpnReqTests_cpld_control_nowave_noaero_p8_hera.log @@ -1,9 +1,9 @@ -Wed Jun 5 13:31:08 UTC 2024 +Fri Jun 7 15:01:46 UTC 2024 Start Operation Requirement Test baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_dbg_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_3079325/dbg_base_dbg_base +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1622796/dbg_base_dbg_base Checking test dbg_base results .... Moving baseline dbg_base files .... Moving sfcf021.tile1.nc .........OK @@ -66,14 +66,14 @@ Moving baseline dbg_base files .... Moving RESTART/iced.2021-03-23-21600.nc .........OK Moving RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 1510.383503 - 0: The maximum resident set size (KB) = 1529668 + 0: The total amount of wall time = 1341.667887 + 0: The maximum resident set size (KB) = 1524488 Test dbg_base PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_3079325/rst_rst +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1622796/rst_rst Checking test rst results .... Comparing sfcf021.tile1.nc .....USING NCCMP......OK Comparing sfcf021.tile2.nc .....USING NCCMP......OK @@ -135,14 +135,14 @@ Checking test rst results .... Comparing RESTART/iced.2021-03-23-21600.nc .....USING NCCMP......OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .....USING NCCMP......OK - 0: The total amount of wall time = 517.813920 - 0: The maximum resident set size (KB) = 1524680 + 0: The total amount of wall time = 421.484165 + 0: The maximum resident set size (KB) = 1532072 Test rst PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_3079325/std_base_std_base +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1622796/std_base_std_base Checking test std_base results .... Moving baseline std_base files .... Moving sfcf021.tile1.nc .........OK @@ -205,11 +205,11 @@ Moving baseline std_base files .... Moving RESTART/iced.2021-03-23-21600.nc .........OK Moving RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 430.945213 - 0: The maximum resident set size (KB) = 1513244 + 0: The total amount of wall time = 396.603624 + 0: The maximum resident set size (KB) = 1524764 Test std_base PASS OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Wed Jun 5 14:37:12 UTC 2024 -Elapsed time: 01h:06m:04s. Have a nice day! +Fri Jun 7 16:08:56 UTC 2024 +Elapsed time: 01h:07m:10s. Have a nice day! diff --git a/tests/logs/OpnReqTests_regional_control_hera.log b/tests/logs/OpnReqTests_regional_control_hera.log index 291ec018eb..d0c16a4904 100644 --- a/tests/logs/OpnReqTests_regional_control_hera.log +++ b/tests/logs/OpnReqTests_regional_control_hera.log @@ -1,9 +1,9 @@ -Wed Jun 5 02:54:52 UTC 2024 +Fri Jun 7 12:29:07 UTC 2024 Start Operation Requirement Test baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_bit_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_836548/bit_base_bit_base +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_599192/bit_base_bit_base Checking test bit_base results .... Moving baseline bit_base files .... Moving dynf000.nc .........OK @@ -15,14 +15,14 @@ Moving baseline bit_base files .... Moving NATLEV.GrbF00 .........OK Moving NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 1240.233579 - 0: The maximum resident set size (KB) = 738044 + 0: The total amount of wall time = 1373.672576 + 0: The maximum resident set size (KB) = 750196 Test bit_base PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_836548/dcp_dcp +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_599192/dcp_dcp Checking test dcp results .... Comparing dynf000.nc .....USING NCCMP......OK Comparing dynf006.nc .....USING NCCMP......OK @@ -33,14 +33,14 @@ Checking test dcp results .... Comparing NATLEV.GrbF00 .....USING CMP......OK Comparing NATLEV.GrbF06 .....USING CMP......OK - 0: The total amount of wall time = 2160.002829 - 0: The maximum resident set size (KB) = 712880 + 0: The total amount of wall time = 2172.451269 + 0: The maximum resident set size (KB) = 725616 Test dcp PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_836548/std_base_std_base +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_599192/std_base_std_base Checking test std_base results .... Moving baseline std_base files .... Moving dynf000.nc .........OK @@ -52,14 +52,14 @@ Moving baseline std_base files .... Moving NATLEV.GrbF00 .........OK Moving NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 2262.226051 - 0: The maximum resident set size (KB) = 711912 + 0: The total amount of wall time = 2258.515223 + 0: The maximum resident set size (KB) = 723052 Test std_base PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_836548/thr_thr +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_599192/thr_thr Checking test thr results .... Comparing dynf000.nc .....USING NCCMP......OK Comparing dynf006.nc .....USING NCCMP......OK @@ -70,11 +70,11 @@ Checking test thr results .... Comparing NATLEV.GrbF00 .....USING CMP......OK Comparing NATLEV.GrbF06 .....USING CMP......OK - 0: The total amount of wall time = 2237.695388 - 0: The maximum resident set size (KB) = 699580 + 0: The total amount of wall time = 2224.886814 + 0: The maximum resident set size (KB) = 725384 Test thr PASS OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Wed Jun 5 05:20:18 UTC 2024 -Elapsed time: 02h:25m:27s. Have a nice day! +Fri Jun 7 15:01:07 UTC 2024 +Elapsed time: 02h:32m:00s. Have a nice day! diff --git a/tests/logs/RegressionTests_derecho.log b/tests/logs/RegressionTests_derecho.log index 3f3c27c401..4fac3c6913 100644 --- a/tests/logs/RegressionTests_derecho.log +++ b/tests/logs/RegressionTests_derecho.log @@ -1,7 +1,7 @@ ====START OF DERECHO REGRESSION TESTING LOG==== UFSWM hash used in testing: -6822d08c616e7b83cd7cfe533fe35d771c6a9a70 +6b264a660c1cbcb1a685866dfa788376e63879c1 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -11,8 +11,8 @@ Submodule hashes used in testing: f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) 2d837b16af326b09ff4018daab4de84f4deff7ec CMEPS-interface/CMEPS (cmeps_v0.4.1-2307-g2d837b1) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - b3640007c51c8899533e1b835940a2030a768fcc FV3 (heads/develop) - 061a73663f2bab9799eab7345c2ff8a34c789573 FV3/atmos_cubed_sphere (201912_public_release-394-g061a736) + afb1140002734df7ac794b91f4188c80aff51c6f FV3 (remotes/origin/cs_perts) + 0bad587d6db041211c22f4af7a4ab1a25867107a FV3/atmos_cubed_sphere (remotes/origin/cs_perts) ccfefcd0b426e011f94137031d5f7c2a4dda2659 FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-750-gccfefcd) 16a1d881774d795f46db16017aeed7fc351d661a FV3/ccpp/physics (EP4-808-g16a1d881) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) @@ -20,7 +20,7 @@ Submodule hashes used in testing: -1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd -7476b8f2790a47d788f79cebfdbb551567ae7cf8 FV3/upp/sorc/ncep_post.fd/post_gtg.fd 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) - 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) + bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) b32aea7bf3f9e2a774afa23d3386c88156cd1182 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10051-gb32aea7bf) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) @@ -36,277 +36,277 @@ The second time is specifically for the run phase. Times/Memory will be empty for failed tests. BASELINE DIRECTORY: /glade/derecho/scratch/epicufsrt/ufs-weather-model/RT//NEMSfv3gfs/develop-20240603 -COMPARISON DIRECTORY: /glade/derecho/scratch/zshrader/FV3_RT/rt_106039 +COMPARISON DIRECTORY: /glade/derecho/scratch/epicufsrt/FV3_RT/rt_105672 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: nral0032 * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [22:37, 21:17] ( 6 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [09:58, 05:51](3202 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [23:35, 22:06] ( 6 warnings 10 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [17:23, 14:42](1920 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [19:55, 16:09](1943 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [11:35, 08:01](1082 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [19:00, 16:37](1893 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [24:35, 22:20] ( 6 warnings 10 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [16:17, 14:27](1917 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [12:32, 10:42] ( 1530 warnings 1948 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [25:03, 22:10](1933 MB) - -PASS -- COMPILE 's2swa_intel' [22:34, 20:53] ( 5 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [10:01, 06:38](3220 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [10:22, 06:26](3218 MB) -PASS -- TEST 'cpld_restart_p8_intel' [08:07, 04:00](3153 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [10:02, 06:25](3246 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [08:07, 04:20](3179 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [09:50, 06:07](3722 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [09:50, 06:26](3216 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [08:36, 05:39](3535 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [10:22, 06:27](3228 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [17:41, 09:57](3807 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [17:27, 06:48](3615 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [35:29, 10:43](4495 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [38:06, 07:20](4654 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [09:28, 06:10](3208 MB) - -PASS -- COMPILE 's2sw_intel' [21:33, 19:58] ( 5 warnings 10 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [07:47, 04:53](1923 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [07:56, 05:09](1986 MB) - -PASS -- COMPILE 's2swa_debug_intel' [12:35, 10:40] ( 1455 warnings 1209 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [11:44, 08:33](3285 MB) - -PASS -- COMPILE 's2sw_debug_intel' [11:33, 10:06] ( 1455 warnings 1209 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [08:34, 06:04](1949 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [17:33, 15:34] ( 5 warnings 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [08:00, 04:51](1987 MB) - -PASS -- COMPILE 's2s_intel' [17:32, 15:36] ( 5 warnings 3 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [09:13, 07:09](2930 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [04:11, 02:30](2939 MB) -PASS -- TEST 'cpld_restart_c48_intel' [04:13, 01:46](2322 MB) - -PASS -- COMPILE 's2swa_faster_intel' [36:17, 36:03] ( 5 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [09:29, 06:24](3230 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [39:42, 39:06] ( 5 warnings 10 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [17:49, 14:48](1937 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [11:27, 08:14](1090 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [19:01, 16:50](1911 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [10:13, 09:21] ( 1565 warnings 1948 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [27:09, 24:02](1950 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [16:16, 14:48] ( 6 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [04:43, 03:28](670 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [04:11, 02:27](1567 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:30, 02:30](1572 MB) -PASS -- TEST 'control_latlon_intel' [04:11, 02:24](1569 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:15, 02:28](1574 MB) -PASS -- TEST 'control_c48_intel' [08:12, 06:15](1619 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [06:49, 05:21](734 MB) -PASS -- TEST 'control_c192_intel' [11:16, 08:43](1690 MB) -PASS -- TEST 'control_c384_intel' [16:56, 08:47](2001 MB) -PASS -- TEST 'control_c384gdas_intel' [20:02, 07:14](1197 MB) -PASS -- TEST 'control_stochy_intel' [02:48, 01:29](625 MB) -PASS -- TEST 'control_stochy_restart_intel' [02:41, 00:53](441 MB) -PASS -- TEST 'control_lndp_intel' [02:46, 01:23](624 MB) -PASS -- TEST 'control_iovr4_intel' [03:45, 02:08](623 MB) -PASS -- TEST 'control_iovr5_intel' [03:57, 02:06](620 MB) -PASS -- TEST 'control_p8_intel' [05:49, 03:06](1858 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [05:55, 03:11](1864 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [06:01, 03:11](1869 MB) -PASS -- TEST 'control_restart_p8_intel' [04:25, 02:16](1015 MB) -PASS -- TEST 'control_noqr_p8_intel' [05:53, 03:15](1854 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [04:28, 02:07](1018 MB) -PASS -- TEST 'control_decomp_p8_intel' [05:47, 03:17](1854 MB) -PASS -- TEST 'control_2threads_p8_intel' [05:47, 03:17](1956 MB) -PASS -- TEST 'control_p8_lndp_intel' [07:48, 05:04](1862 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [06:55, 04:01](1919 MB) -PASS -- TEST 'control_p8_mynn_intel' [05:45, 03:19](1871 MB) -PASS -- TEST 'merra2_thompson_intel' [05:49, 03:27](1869 MB) -PASS -- TEST 'regional_control_intel' [07:11, 05:07](869 MB) -PASS -- TEST 'regional_restart_intel' [05:00, 03:00](870 MB) -PASS -- TEST 'regional_decomp_intel' [07:05, 05:22](869 MB) -PASS -- TEST 'regional_noquilt_intel' [07:01, 04:57](1190 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [07:04, 05:07](869 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [06:55, 05:06](871 MB) -PASS -- TEST 'regional_wofs_intel' [07:02, 05:43](1600 MB) - -PASS -- COMPILE 'rrfs_intel' [13:13, 12:32] ( 8 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [08:49, 06:07](1011 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [09:32, 03:45](1208 MB) -PASS -- TEST 'rap_decomp_intel' [08:49, 06:25](1003 MB) -PASS -- TEST 'rap_2threads_intel' [08:51, 05:47](1097 MB) -PASS -- TEST 'rap_restart_intel' [05:18, 03:16](884 MB) -PASS -- TEST 'rap_sfcdiff_intel' [08:51, 06:08](1003 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [08:51, 06:28](1008 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [06:25, 04:39](884 MB) -PASS -- TEST 'hrrr_control_intel' [05:11, 03:18](1003 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [05:11, 03:20](1000 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [05:11, 02:49](1091 MB) -PASS -- TEST 'hrrr_control_restart_intel' [03:43, 01:57](836 MB) -PASS -- TEST 'rrfs_v1beta_intel' [09:03, 06:01](999 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [09:12, 07:23](1967 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [09:16, 07:08](1951 MB) - -PASS -- COMPILE 'csawmg_intel' [12:15, 11:06] ( 5 warnings ) -PASS -- TEST 'control_csawmg_intel' [08:13, 06:29](965 MB) -PASS -- TEST 'control_ras_intel' [04:41, 02:53](657 MB) - -PASS -- COMPILE 'wam_intel' [11:12, 10:06] ( 5 warnings ) -PASS -- TEST 'control_wam_intel' [03:27, 01:55](388 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [17:14, 16:49] ( 5 warnings 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [05:32, 03:17](1861 MB) -PASS -- TEST 'regional_control_faster_intel' [07:01, 04:57](871 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [13:13, 12:14] ( 889 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:09, 02:31](1593 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:00, 02:26](1591 MB) -PASS -- TEST 'control_stochy_debug_intel' [04:39, 02:53](800 MB) -PASS -- TEST 'control_lndp_debug_intel' [03:42, 02:39](799 MB) -PASS -- TEST 'control_csawmg_debug_intel' [07:08, 04:49](1109 MB) -PASS -- TEST 'control_ras_debug_intel' [03:46, 02:38](807 MB) -PASS -- TEST 'control_diag_debug_intel' [05:29, 02:37](1652 MB) -PASS -- TEST 'control_debug_p8_intel' [05:18, 03:24](1886 MB) -PASS -- TEST 'regional_debug_intel' [18:05, 16:46](915 MB) -PASS -- TEST 'rap_control_debug_intel' [05:47, 04:45](1179 MB) -PASS -- TEST 'hrrr_control_debug_intel' [05:41, 04:39](1176 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [05:40, 04:37](1179 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [06:44, 04:47](1179 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:43, 04:40](1179 MB) -PASS -- TEST 'rap_diag_debug_intel' [08:51, 04:51](1261 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:42, 04:46](1184 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:39, 04:46](1185 MB) -PASS -- TEST 'rap_lndp_debug_intel' [06:40, 04:51](1179 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:48, 04:37](1179 MB) -PASS -- TEST 'rap_noah_debug_intel' [05:47, 04:41](1175 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [05:46, 04:39](1182 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:39, 07:29](1179 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [05:40, 04:41](1170 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [06:41, 05:26](1183 MB) -PASS -- TEST 'rap_flake_debug_intel' [06:40, 04:49](1181 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:28, 07:55](1184 MB) - -PASS -- COMPILE 'wam_debug_intel' [07:17, 06:08] ( 860 warnings ) -PASS -- TEST 'control_wam_debug_intel' [06:33, 04:49](426 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [12:13, 10:44] ( 8 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [07:39, 03:29](1063 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [07:11, 05:09](887 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:27, 02:49](883 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:18, 04:47](948 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:28, 02:29](945 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:19, 03:00](885 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:27, 04:09](798 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:44, 01:41](779 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [13:18, 12:47] ( 8 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [06:19, 01:57](1089 MB) -PASS -- TEST 'conus13km_2threads_intel' [04:39, 01:03](1088 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [05:35, 01:11](977 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [12:13, 10:59] ( 8 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:12, 03:42](912 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [07:14, 06:49] ( 792 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:39, 04:37](1057 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:39, 04:36](1059 MB) -PASS -- TEST 'conus13km_debug_intel' [18:23, 13:49](1141 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [16:50, 13:41](825 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [11:28, 07:52](1137 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [16:29, 13:20](1209 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [07:14, 06:22] ( 792 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:46, 04:57](1087 MB) - -PASS -- COMPILE 'hafsw_intel' [18:16, 17:23] ( 6 warnings 9 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [07:03, 04:44](727 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:52, 05:22](1079 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [10:51, 06:46](781 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [14:28, 11:01](808 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [16:14, 12:14](824 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [08:04, 05:00](483 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:54, 06:08](496 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [04:23, 02:30](396 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [11:15, 06:46](464 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:14, 03:40](518 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:47, 03:24](511 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [06:41, 04:16](590 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:42, 01:38](432 MB) -PASS -- TEST 'gnv1_nested_intel' [06:02, 03:42](788 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [08:14, 07:45] ( 1472 warnings 1481 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [14:43, 12:16](622 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [27:16, 26:00] ( 5 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [09:49, 07:20](631 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [10:09, 07:25](688 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [19:20, 18:33] ( 5 warnings 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [09:21, 05:37](677 MB) - -PASS -- COMPILE 'hafs_all_intel' [16:14, 15:04] ( 5 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [08:58, 05:53](749 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [08:09, 05:46](741 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [20:22, 16:20](896 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [09:13, 08:08] ( 5 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:51, 02:30](748 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:51, 01:33](750 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:42, 02:26](641 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:44, 02:29](643 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:39, 02:28](639 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:41, 02:36](749 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:42, 02:32](749 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:44, 02:24](639 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [12:59, 05:49](690 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [12:32, 05:46](672 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:25, 02:29](748 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [06:02, 04:02](2017 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [05:53, 04:01](2017 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [06:12, 05:33] ( 7 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:45, 05:14](746 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [09:13, 08:22] ( 5 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:42, 02:32](761 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [04:12, 02:44] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:54, 01:26](311 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [03:02, 01:20](452 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:41, 00:53](453 MB) - -PASS -- COMPILE 'atml_intel' [16:19, 14:57] ( 13 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [10:42, 08:00](1895 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [10:43, 08:15](1898 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [06:02, 04:10](1033 MB) - -PASS -- COMPILE 'atml_debug_intel' [10:19, 09:11] ( 887 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [08:40, 06:40](1915 MB) - -PASS -- COMPILE 'atmw_intel' [14:19, 13:20] ( 5 warnings 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:43, 02:19](1892 MB) - -PASS -- COMPILE 'atmaero_intel' [13:20, 11:55] ( 5 warnings 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [07:27, 04:41](3127 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [07:12, 04:33](3003 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:43, 04:35](3014 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [08:18, 07:12] ( 889 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [29:55, 22:25](4536 MB) +PASS -- COMPILE 's2swa_32bit_intel' [21:19, 19:50] ( 6 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [10:02, 05:49](3203 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [23:24, 21:21] ( 6 warnings 10 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [17:54, 14:14](1923 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [19:38, 15:43](1950 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [11:11, 08:00](1068 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [20:09, 16:21](1885 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [23:24, 21:19] ( 6 warnings 10 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [17:40, 14:19](1912 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [11:17, 10:00] ( 1530 warnings 1948 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [24:53, 21:59](1929 MB) + +PASS -- COMPILE 's2swa_intel' [21:19, 19:45] ( 5 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [10:09, 06:21](3223 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [10:06, 06:19](3222 MB) +PASS -- TEST 'cpld_restart_p8_intel' [07:52, 04:05](3156 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [10:58, 06:19](3248 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [08:30, 04:11](3182 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [09:41, 06:04](3721 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [10:37, 06:28](3218 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [09:41, 05:12](3536 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [10:09, 06:10](3229 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [15:28, 09:48](3807 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [17:18, 06:36](3616 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [29:51, 10:35](4494 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [33:27, 07:10](4656 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [09:27, 06:04](3210 MB) + +PASS -- COMPILE 's2sw_intel' [20:20, 19:15] ( 5 warnings 10 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [08:54, 05:08](1923 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [08:14, 04:52](1988 MB) + +PASS -- COMPILE 's2swa_debug_intel' [11:17, 09:46] ( 1455 warnings 1209 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [11:44, 08:20](3287 MB) + +PASS -- COMPILE 's2sw_debug_intel' [11:17, 09:09] ( 1455 warnings 1209 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [08:38, 06:00](1946 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [16:19, 14:54] ( 5 warnings 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [08:11, 05:12](1987 MB) + +PASS -- COMPILE 's2s_intel' [16:19, 14:40] ( 5 warnings 3 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [09:19, 07:10](2926 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [05:24, 02:29](2936 MB) +PASS -- TEST 'cpld_restart_c48_intel' [04:37, 01:38](2321 MB) + +PASS -- COMPILE 's2swa_faster_intel' [25:24, 24:00] ( 5 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [10:24, 06:01](3231 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [21:21, 19:37] ( 5 warnings 10 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [18:25, 14:25](1935 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [12:27, 07:56](1111 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [20:24, 16:39](1907 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [10:18, 08:56] ( 1565 warnings 1948 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [27:31, 23:42](1951 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [16:15, 14:30] ( 6 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [04:41, 03:24](669 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [05:13, 02:23](1562 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [05:36, 02:29](1572 MB) +PASS -- TEST 'control_latlon_intel' [05:14, 02:24](1571 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [05:18, 02:27](1571 MB) +PASS -- TEST 'control_c48_intel' [09:17, 06:14](1609 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [06:44, 05:13](733 MB) +PASS -- TEST 'control_c192_intel' [12:42, 08:38](1686 MB) +PASS -- TEST 'control_c384_intel' [16:58, 08:44](2004 MB) +PASS -- TEST 'control_c384gdas_intel' [18:02, 07:01](1196 MB) +PASS -- TEST 'control_stochy_intel' [02:53, 01:27](626 MB) +PASS -- TEST 'control_stochy_restart_intel' [02:52, 00:50](437 MB) +PASS -- TEST 'control_lndp_intel' [02:50, 01:20](624 MB) +PASS -- TEST 'control_iovr4_intel' [03:53, 02:04](621 MB) +PASS -- TEST 'control_iovr5_intel' [03:57, 02:04](619 MB) +PASS -- TEST 'control_p8_intel' [06:34, 03:11](1869 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [07:03, 03:12](1859 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [07:55, 03:22](1866 MB) +PASS -- TEST 'control_restart_p8_intel' [04:29, 02:05](1014 MB) +PASS -- TEST 'control_noqr_p8_intel' [06:42, 03:13](1855 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [04:34, 02:07](1014 MB) +PASS -- TEST 'control_decomp_p8_intel' [06:23, 03:17](1864 MB) +PASS -- TEST 'control_2threads_p8_intel' [06:17, 03:01](1955 MB) +PASS -- TEST 'control_p8_lndp_intel' [08:19, 05:11](1866 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [07:31, 03:47](1924 MB) +PASS -- TEST 'control_p8_mynn_intel' [06:20, 03:19](1866 MB) +PASS -- TEST 'merra2_thompson_intel' [06:22, 03:29](1864 MB) +PASS -- TEST 'regional_control_intel' [07:47, 04:59](876 MB) +PASS -- TEST 'regional_restart_intel' [05:30, 02:57](871 MB) +PASS -- TEST 'regional_decomp_intel' [07:46, 05:08](872 MB) +PASS -- TEST 'regional_noquilt_intel' [07:20, 04:57](1186 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [07:22, 04:54](869 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [07:15, 04:58](871 MB) +PASS -- TEST 'regional_wofs_intel' [07:09, 05:40](1599 MB) + +PASS -- COMPILE 'rrfs_intel' [14:14, 12:24] ( 8 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [09:03, 06:06](1013 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [08:57, 03:46](1202 MB) +PASS -- TEST 'rap_decomp_intel' [10:11, 06:23](1005 MB) +PASS -- TEST 'rap_2threads_intel' [09:03, 05:41](1096 MB) +PASS -- TEST 'rap_restart_intel' [05:22, 03:13](882 MB) +PASS -- TEST 'rap_sfcdiff_intel' [09:11, 06:06](1005 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [10:13, 06:23](1008 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [07:20, 04:36](883 MB) +PASS -- TEST 'hrrr_control_intel' [05:24, 03:14](1001 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [05:24, 03:19](1000 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [05:24, 02:51](1088 MB) +PASS -- TEST 'hrrr_control_restart_intel' [03:48, 01:48](836 MB) +PASS -- TEST 'rrfs_v1beta_intel' [09:07, 05:58](1001 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [09:13, 07:20](1960 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [09:14, 07:06](1951 MB) + +PASS -- COMPILE 'csawmg_intel' [12:23, 10:26] ( 5 warnings ) +PASS -- TEST 'control_csawmg_intel' [09:13, 06:36](964 MB) +PASS -- TEST 'control_ras_intel' [04:35, 02:51](657 MB) + +PASS -- COMPILE 'wam_intel' [11:13, 09:45] ( 5 warnings ) +PASS -- TEST 'control_wam_intel' [03:33, 01:53](387 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [18:16, 16:23] ( 5 warnings 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [05:50, 03:13](1864 MB) +PASS -- TEST 'regional_control_faster_intel' [07:22, 04:47](868 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [13:18, 11:46] ( 889 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [05:24, 02:32](1594 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [05:27, 02:29](1591 MB) +PASS -- TEST 'control_stochy_debug_intel' [04:37, 02:50](799 MB) +PASS -- TEST 'control_lndp_debug_intel' [04:49, 02:37](794 MB) +PASS -- TEST 'control_csawmg_debug_intel' [07:15, 04:34](1111 MB) +PASS -- TEST 'control_ras_debug_intel' [05:44, 02:38](805 MB) +PASS -- TEST 'control_diag_debug_intel' [06:40, 02:37](1652 MB) +PASS -- TEST 'control_debug_p8_intel' [05:38, 03:20](1888 MB) +PASS -- TEST 'regional_debug_intel' [18:27, 16:23](915 MB) +PASS -- TEST 'rap_control_debug_intel' [06:52, 04:44](1183 MB) +PASS -- TEST 'hrrr_control_debug_intel' [06:49, 04:31](1179 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [06:00, 04:40](1182 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [07:00, 04:40](1181 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:54, 04:38](1183 MB) +PASS -- TEST 'rap_diag_debug_intel' [08:49, 04:56](1267 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:50, 04:46](1183 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:45, 04:55](1189 MB) +PASS -- TEST 'rap_lndp_debug_intel' [06:48, 04:47](1181 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:49, 04:42](1180 MB) +PASS -- TEST 'rap_noah_debug_intel' [05:43, 04:33](1178 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [06:53, 04:44](1182 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:44, 07:34](1180 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [05:51, 04:32](1175 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [07:50, 05:34](1182 MB) +PASS -- TEST 'rap_flake_debug_intel' [06:53, 04:40](1180 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:15, 07:49](1184 MB) + +PASS -- COMPILE 'wam_debug_intel' [07:18, 05:40] ( 860 warnings ) +PASS -- TEST 'control_wam_debug_intel' [06:43, 04:40](431 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [11:20, 10:10] ( 8 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [07:10, 03:27](1062 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [07:17, 05:11](891 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:18, 02:45](885 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:13, 04:45](948 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:19, 02:27](944 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:14, 02:53](891 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:02, 03:55](799 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:40, 01:32](780 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [13:21, 12:26] ( 8 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [05:59, 01:53](1090 MB) +PASS -- TEST 'conus13km_2threads_intel' [04:12, 00:55](1088 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [04:04, 01:06](979 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [11:22, 10:17] ( 8 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:19, 03:36](913 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [07:21, 06:09] ( 792 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:40, 04:33](1057 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:44, 04:27](1058 MB) +PASS -- TEST 'conus13km_debug_intel' [17:14, 13:24](1141 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [17:54, 13:33](825 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [11:50, 07:48](1139 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [16:41, 13:24](1209 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [07:20, 06:02] ( 792 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:43, 04:34](1086 MB) + +PASS -- COMPILE 'hafsw_intel' [18:16, 16:41] ( 6 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [08:02, 04:35](719 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:30, 05:00](1073 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [09:10, 06:26](786 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [14:09, 10:55](806 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [15:04, 12:01](824 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [07:22, 04:40](484 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:30, 05:43](496 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [04:13, 02:14](397 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [10:25, 06:09](462 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:10, 03:16](512 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:26, 03:02](515 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [06:27, 03:47](586 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:43, 01:09](430 MB) +PASS -- TEST 'gnv1_nested_intel' [05:15, 03:18](783 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [08:20, 07:08] ( 1472 warnings 1481 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [14:30, 12:14](623 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [26:24, 25:13] ( 5 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [09:32, 07:02](629 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [09:54, 07:10](686 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [19:20, 17:37] ( 5 warnings 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [07:50, 05:17](677 MB) + +PASS -- COMPILE 'hafs_all_intel' [15:23, 14:18] ( 5 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [07:47, 05:34](751 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [07:51, 05:33](736 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [18:29, 16:11](895 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [09:19, 07:37] ( 5 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:34, 02:29](761 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:47, 01:34](751 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:31, 02:24](639 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:33, 02:26](642 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:29, 02:27](640 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:43, 02:28](761 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:34, 02:29](758 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:35, 02:20](640 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [12:08, 05:42](696 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [12:13, 05:40](675 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:27, 02:28](761 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:50, 03:53](2019 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [05:51, 03:56](2017 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [06:17, 05:01] ( 7 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:33, 05:11](745 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [09:18, 07:43] ( 5 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:44, 02:29](761 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [03:18, 02:24] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:43, 01:08](310 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:27, 01:03](454 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:51, 00:42](452 MB) + +PASS -- COMPILE 'atml_intel' [15:24, 14:17] ( 13 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [09:44, 07:29](1893 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [09:51, 07:11](1894 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [06:21, 04:15](1033 MB) + +PASS -- COMPILE 'atml_debug_intel' [10:18, 08:41] ( 887 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [08:55, 06:07](1928 MB) + +PASS -- COMPILE 'atmw_intel' [14:20, 12:49] ( 5 warnings 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:41, 02:22](1899 MB) + +PASS -- COMPILE 'atmaero_intel' [13:22, 11:36] ( 5 warnings 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [07:13, 04:17](3125 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [07:25, 04:15](3003 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:35, 04:18](3015 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [07:18, 06:31] ( 889 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [26:45, 21:52](4538 MB) SYNOPSIS: -Starting Date/Time: 20240604 09:46:21 -Ending Date/Time: 20240604 12:27:55 -Total Time: 02h:42m:33s +Starting Date/Time: 20240606 12:10:29 +Ending Date/Time: 20240606 13:49:57 +Total Time: 01h:40m:23s Compiles Completed: 39/39 Tests Completed: 182/182 diff --git a/tests/logs/RegressionTests_gaea.log b/tests/logs/RegressionTests_gaea.log index fd19359d6f..8cc855ecf2 100755 --- a/tests/logs/RegressionTests_gaea.log +++ b/tests/logs/RegressionTests_gaea.log @@ -1,7 +1,7 @@ ====START OF GAEA REGRESSION TESTING LOG==== UFSWM hash used in testing: -6822d08c616e7b83cd7cfe533fe35d771c6a9a70 +6b264a660c1cbcb1a685866dfa788376e63879c1 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -11,8 +11,8 @@ Submodule hashes used in testing: f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) 2d837b16af326b09ff4018daab4de84f4deff7ec CMEPS-interface/CMEPS (cmeps_v0.4.1-2307-g2d837b1) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - b3640007c51c8899533e1b835940a2030a768fcc FV3 (heads/develop) - 061a73663f2bab9799eab7345c2ff8a34c789573 FV3/atmos_cubed_sphere (201912_public_release-394-g061a736) + afb1140002734df7ac794b91f4188c80aff51c6f FV3 (remotes/origin/cs_perts) + 0bad587d6db041211c22f4af7a4ab1a25867107a FV3/atmos_cubed_sphere (remotes/origin/cs_perts) ccfefcd0b426e011f94137031d5f7c2a4dda2659 FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-750-gccfefcd) 16a1d881774d795f46db16017aeed7fc351d661a FV3/ccpp/physics (EP4-808-g16a1d881) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) @@ -20,7 +20,7 @@ Submodule hashes used in testing: -1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd -7476b8f2790a47d788f79cebfdbb551567ae7cf8 FV3/upp/sorc/ncep_post.fd/post_gtg.fd 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) - 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) + bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) b32aea7bf3f9e2a774afa23d3386c88156cd1182 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10051-gb32aea7bf) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) @@ -36,278 +36,278 @@ The second time is specifically for the run phase. Times/Memory will be empty for failed tests. BASELINE DIRECTORY: /gpfs/f5/epic/world-shared/UFS-WM_RT/NEMSfv3gfs/develop-20240603 -COMPARISON DIRECTORY: /gpfs/f5/epic/scratch/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_3896 +COMPARISON DIRECTORY: /gpfs/f5/epic/scratch/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_257069 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [19:15, 18:37] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [10:55, 07:13](3196 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [24:11, 23:59] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [15:28, 13:38](1927 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [16:27, 14:35](1933 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [08:43, 06:51](1080 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [16:22, 14:54](1896 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [23:14, 22:44] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [14:41, 13:38](1915 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [13:11, 12:54] ( 1525 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [26:46, 24:47](1936 MB) - -PASS -- COMPILE 's2swa_intel' [18:11, 18:04] ( 10 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [11:00, 07:57](3225 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [12:27, 08:03](3222 MB) -PASS -- TEST 'cpld_restart_p8_intel' [07:50, 04:54](3155 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [10:07, 07:59](3245 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [07:32, 05:32](3176 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [10:01, 06:44](3459 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [10:58, 08:03](3220 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [09:54, 07:10](3167 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [11:00, 08:03](3225 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [15:37, 10:29](3441 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [10:08, 07:18](3604 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [19:14, 13:00](4192 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [15:19, 09:15](4342 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [09:53, 07:42](3205 MB) - -PASS -- COMPILE 's2sw_intel' [17:13, 17:04] ( 10 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [07:30, 05:09](1930 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [07:33, 05:19](1986 MB) - -PASS -- COMPILE 's2swa_debug_intel' [13:11, 12:33] ( 1450 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [11:50, 09:49](3267 MB) - -PASS -- COMPILE 's2sw_debug_intel' [13:11, 12:57] ( 1450 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [07:33, 06:03](1943 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [16:13, 15:44] ( 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [06:29, 05:00](1993 MB) - -PASS -- COMPILE 's2s_intel' [16:13, 15:49] ( 3 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [08:01, 07:03](2913 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [03:22, 02:04](2920 MB) -PASS -- TEST 'cpld_restart_c48_intel' [04:11, 01:11](2314 MB) - -PASS -- COMPILE 's2swa_faster_intel' [26:12, 25:33] ( 10 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [09:42, 07:58](3224 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [21:12, 21:07] ( 10 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [18:46, 15:16](1928 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [10:34, 07:40](1089 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [19:52, 17:09](1908 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [12:12, 12:07] ( 1560 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [28:30, 26:47](1944 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [15:11, 14:45] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [05:29, 03:50](668 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [05:03, 03:07](1570 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [06:01, 03:32](1570 MB) -PASS -- TEST 'control_latlon_intel' [04:54, 03:17](1573 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [06:05, 03:29](1572 MB) -PASS -- TEST 'control_c48_intel' [09:12, 06:38](1599 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [07:56, 05:40](720 MB) -PASS -- TEST 'control_c192_intel' [10:50, 09:52](1682 MB) -PASS -- TEST 'control_c384_intel' [20:06, 18:14](1979 MB) -PASS -- TEST 'control_c384gdas_intel' [17:54, 14:10](1179 MB) -PASS -- TEST 'control_stochy_intel' [03:29, 02:12](624 MB) -PASS -- TEST 'control_stochy_restart_intel' [02:36, 01:11](426 MB) -PASS -- TEST 'control_lndp_intel' [02:32, 01:59](623 MB) -PASS -- TEST 'control_iovr4_intel' [03:33, 02:43](620 MB) -PASS -- TEST 'control_iovr5_intel' [03:32, 02:45](620 MB) -PASS -- TEST 'control_p8_intel' [05:03, 03:31](1860 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [05:17, 03:23](1860 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [05:04, 03:13](1867 MB) -PASS -- TEST 'control_restart_p8_intel' [03:06, 02:00](1014 MB) -PASS -- TEST 'control_noqr_p8_intel' [05:07, 03:16](1859 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [04:01, 01:57](1015 MB) -PASS -- TEST 'control_decomp_p8_intel' [05:08, 03:27](1860 MB) -PASS -- TEST 'control_2threads_p8_intel' [04:11, 03:00](1954 MB) -PASS -- TEST 'control_p8_lndp_intel' [06:52, 05:32](1860 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [06:18, 04:15](1918 MB) -PASS -- TEST 'control_p8_mynn_intel' [05:12, 03:21](1868 MB) -PASS -- TEST 'merra2_thompson_intel' [05:06, 03:38](1866 MB) -PASS -- TEST 'regional_control_intel' [05:40, 05:03](859 MB) -PASS -- TEST 'regional_restart_intel' [03:37, 02:38](856 MB) -PASS -- TEST 'regional_decomp_intel' [05:44, 04:54](860 MB) -PASS -- TEST 'regional_2threads_intel' [04:42, 03:04](1004 MB) -PASS -- TEST 'regional_noquilt_intel' [05:39, 04:44](1180 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [05:50, 04:43](857 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [05:44, 04:51](866 MB) -PASS -- TEST 'regional_wofs_intel' [07:44, 06:13](1588 MB) - -PASS -- COMPILE 'rrfs_intel' [13:12, 12:54] ( 3 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [08:14, 06:53](1008 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [06:10, 04:00](1184 MB) -PASS -- TEST 'rap_decomp_intel' [10:19, 07:12](1007 MB) -PASS -- TEST 'rap_2threads_intel' [08:14, 06:13](1095 MB) -PASS -- TEST 'rap_restart_intel' [05:06, 03:48](877 MB) -PASS -- TEST 'rap_sfcdiff_intel' [08:14, 06:54](1005 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [09:19, 07:16](1005 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [06:57, 05:11](878 MB) -PASS -- TEST 'hrrr_control_intel' [06:16, 04:07](1000 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [06:12, 03:54](1004 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [05:06, 03:10](1078 MB) -PASS -- TEST 'hrrr_control_restart_intel' [03:32, 02:08](833 MB) -PASS -- TEST 'rrfs_v1beta_intel' [09:19, 06:37](1001 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [08:50, 08:08](1958 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [09:47, 08:09](1949 MB) - -PASS -- COMPILE 'csawmg_intel' [13:12, 12:46] -PASS -- TEST 'control_csawmg_intel' [07:39, 06:40](964 MB) -PASS -- TEST 'control_ras_intel' [04:28, 03:11](657 MB) - -PASS -- COMPILE 'wam_intel' [13:12, 12:25] -PASS -- TEST 'control_wam_intel' [03:25, 02:24](367 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [19:12, 19:02] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [05:03, 03:33](1860 MB) -PASS -- TEST 'regional_control_faster_intel' [05:46, 04:40](856 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [13:12, 12:50] ( 884 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:54, 03:06](1584 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:49, 03:12](1579 MB) -PASS -- TEST 'control_stochy_debug_intel' [05:28, 03:20](785 MB) -PASS -- TEST 'control_lndp_debug_intel' [04:27, 03:04](783 MB) -PASS -- TEST 'control_csawmg_debug_intel' [05:38, 04:34](1094 MB) -PASS -- TEST 'control_ras_debug_intel' [04:31, 02:57](791 MB) -PASS -- TEST 'control_diag_debug_intel' [03:50, 02:59](1642 MB) -PASS -- TEST 'control_debug_p8_intel' [04:41, 03:16](1877 MB) -PASS -- TEST 'regional_debug_intel' [17:50, 16:23](892 MB) -PASS -- TEST 'rap_control_debug_intel' [07:09, 05:12](1168 MB) -PASS -- TEST 'hrrr_control_debug_intel' [07:12, 05:07](1162 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [07:13, 05:03](1168 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [07:13, 05:01](1166 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:58, 05:16](1168 MB) -PASS -- TEST 'rap_diag_debug_intel' [07:43, 05:25](1250 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [07:36, 05:19](1169 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:58, 05:07](1171 MB) -PASS -- TEST 'rap_lndp_debug_intel' [06:33, 05:09](1170 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:33, 05:07](1168 MB) -PASS -- TEST 'rap_noah_debug_intel' [06:39, 05:10](1165 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [06:39, 05:13](1166 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:34, 08:03](1165 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [06:42, 05:08](1160 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [07:36, 06:11](1173 MB) -PASS -- TEST 'rap_flake_debug_intel' [06:37, 05:14](1168 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:07, 08:35](1172 MB) - -PASS -- COMPILE 'wam_debug_intel' [09:10, 08:39] ( 855 warnings ) -PASS -- TEST 'control_wam_debug_intel' [06:33, 05:01](396 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [13:13, 12:28] ( 3 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [05:12, 03:48](1051 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [08:00, 06:10](887 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:02, 03:20](885 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [06:56, 05:13](944 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:55, 02:48](937 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:14, 03:42](886 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [08:54, 04:30](786 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [04:36, 02:01](768 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [15:12, 14:47] ( 3 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [04:00, 02:29](1093 MB) -PASS -- TEST 'conus13km_2threads_intel' [06:01, 01:17](1072 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [05:38, 02:09](977 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [13:13, 12:28] ( 3 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:03, 04:26](912 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [10:13, 09:22] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:34, 04:57](1044 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:33, 04:59](1043 MB) -PASS -- TEST 'conus13km_debug_intel' [16:01, 14:19](1125 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [15:59, 14:15](804 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [10:49, 08:22](1116 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:45, 13:57](1197 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [09:11, 09:06] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:31, 05:02](1072 MB) - -PASS -- COMPILE 'hafsw_intel' [16:11, 15:44] ( 1 warnings 9 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [08:42, 05:20](702 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:36, 04:35](1060 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [11:24, 07:44](752 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [14:22, 11:35](784 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [17:23, 13:24](800 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [08:27, 05:23](480 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [10:20, 06:49](497 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [08:07, 02:56](376 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [13:23, 08:00](435 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [07:51, 04:27](512 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [07:21, 03:43](512 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [08:04, 04:40](572 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [04:37, 01:42](403 MB) -PASS -- TEST 'gnv1_nested_intel' [08:11, 04:12](766 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [11:11, 10:53] ( 1467 warnings 1502 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [16:04, 13:02](587 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [24:15, 23:20] ( 8 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [10:46, 07:43](613 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [09:48, 07:53](785 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [18:14, 17:36] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [11:01, 06:48](784 MB) - -PASS -- COMPILE 'hafs_all_intel' [16:12, 15:12] ( 8 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [11:17, 06:52](740 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [10:18, 06:36](727 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [24:07, 20:15](892 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [12:16, 11:38] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [05:27, 02:44](756 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:29, 01:34](744 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [05:27, 02:34](634 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:29, 02:29](634 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:27, 02:28](636 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:23, 02:35](756 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:23, 02:33](759 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:28, 02:25](634 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [07:49, 06:09](690 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [06:50, 06:00](669 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:28, 02:34](758 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:29, 04:31](2012 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [05:25, 04:31](2011 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [08:14, 07:52] ( 2 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:23, 05:28](740 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [13:14, 12:29] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:28, 02:34](757 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [04:13, 03:39] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [03:54, 01:45](318 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:48, 01:25](454 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:47, 00:59](457 MB) - -PASS -- COMPILE 'atml_intel' [16:12, 16:02] ( 8 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [10:33, 07:52](1891 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [10:33, 07:59](1891 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:43, 03:38](1036 MB) - -PASS -- COMPILE 'atml_debug_intel' [12:15, 11:11] ( 882 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [08:20, 06:21](1916 MB) - -PASS -- COMPILE 'atmw_intel' [16:14, 15:50] ( 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:49, 02:28](1900 MB) - -PASS -- COMPILE 'atmaero_intel' [15:12, 14:49] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [08:15, 05:52](3119 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [09:07, 06:37](3005 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [08:00, 06:31](3017 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [11:12, 10:47] ( 884 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [20:11, 18:15](4498 MB) +PASS -- COMPILE 's2swa_32bit_intel' [20:13, 20:01] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [11:04, 07:26](3196 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [24:15, 24:05] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [16:11, 13:56](1928 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [17:04, 14:54](1933 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [09:59, 07:14](1082 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [16:51, 14:55](1896 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [24:15, 23:12] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [15:12, 13:23](1916 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [15:11, 14:11] ( 1525 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [29:36, 24:26](1936 MB) + +PASS -- COMPILE 's2swa_intel' [20:13, 19:37] ( 10 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [11:42, 08:02](3225 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [11:45, 08:02](3222 MB) +PASS -- TEST 'cpld_restart_p8_intel' [10:04, 05:56](3155 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [11:44, 08:04](3244 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [10:04, 05:51](3176 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [10:31, 06:53](3454 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [11:32, 08:03](3221 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [11:32, 07:21](3166 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [13:33, 08:18](3224 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [15:15, 10:28](3440 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [12:43, 08:14](3603 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [20:04, 13:04](4190 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [18:48, 09:31](4343 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [12:09, 08:09](3205 MB) + +PASS -- COMPILE 's2sw_intel' [19:13, 18:50] ( 10 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [09:30, 05:20](1930 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [09:33, 05:43](1987 MB) + +PASS -- COMPILE 's2swa_debug_intel' [14:11, 13:56] ( 1450 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [20:09, 10:18](3267 MB) + +PASS -- COMPILE 's2sw_debug_intel' [14:11, 13:40] ( 1450 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [08:32, 06:05](1945 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [17:11, 16:13] ( 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [08:52, 05:32](1992 MB) + +PASS -- COMPILE 's2s_intel' [17:13, 16:21] ( 3 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [10:23, 07:07](2914 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [05:20, 02:11](2918 MB) +PASS -- TEST 'cpld_restart_c48_intel' [03:30, 01:13](2313 MB) + +PASS -- COMPILE 's2swa_faster_intel' [30:15, 29:24] ( 10 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [10:44, 08:13](3225 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [25:14, 24:24] ( 10 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [16:53, 15:00](1929 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [09:36, 07:19](1101 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [20:40, 18:20](1909 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [14:14, 13:27] ( 1560 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [29:54, 26:23](1943 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [16:14, 15:37] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [05:59, 04:14](666 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [07:08, 03:48](1565 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [07:01, 03:40](1570 MB) +PASS -- TEST 'control_latlon_intel' [06:02, 03:20](1573 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [07:05, 03:54](1572 MB) +PASS -- TEST 'control_c48_intel' [09:28, 06:38](1600 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [08:05, 05:41](719 MB) +PASS -- TEST 'control_c192_intel' [13:21, 10:15](1682 MB) +PASS -- TEST 'control_c384_intel' [20:30, 18:31](1979 MB) +PASS -- TEST 'control_c384gdas_intel' [17:17, 14:26](1182 MB) +PASS -- TEST 'control_stochy_intel' [02:37, 02:07](624 MB) +PASS -- TEST 'control_stochy_restart_intel' [02:43, 01:07](426 MB) +PASS -- TEST 'control_lndp_intel' [02:40, 01:50](623 MB) +PASS -- TEST 'control_iovr4_intel' [03:40, 02:36](619 MB) +PASS -- TEST 'control_iovr5_intel' [03:39, 02:40](619 MB) +PASS -- TEST 'control_p8_intel' [05:36, 03:41](1859 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [05:53, 03:31](1860 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [05:34, 03:57](1867 MB) +PASS -- TEST 'control_restart_p8_intel' [04:24, 02:09](1014 MB) +PASS -- TEST 'control_noqr_p8_intel' [05:28, 03:43](1859 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [03:22, 01:54](1015 MB) +PASS -- TEST 'control_decomp_p8_intel' [05:18, 03:32](1857 MB) +PASS -- TEST 'control_2threads_p8_intel' [04:26, 02:50](1941 MB) +PASS -- TEST 'control_p8_lndp_intel' [07:10, 05:27](1860 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [06:44, 04:45](1919 MB) +PASS -- TEST 'control_p8_mynn_intel' [05:44, 03:26](1868 MB) +PASS -- TEST 'merra2_thompson_intel' [06:41, 04:10](1865 MB) +PASS -- TEST 'regional_control_intel' [06:09, 04:47](859 MB) +PASS -- TEST 'regional_restart_intel' [03:52, 02:41](862 MB) +PASS -- TEST 'regional_decomp_intel' [06:09, 04:58](860 MB) +PASS -- TEST 'regional_2threads_intel' [04:05, 03:02](999 MB) +PASS -- TEST 'regional_noquilt_intel' [06:09, 04:41](1178 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [06:49, 04:46](857 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [06:39, 05:09](858 MB) +PASS -- TEST 'regional_wofs_intel' [07:46, 06:20](1588 MB) + +PASS -- COMPILE 'rrfs_intel' [15:17, 15:09] ( 3 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [09:55, 07:12](1008 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [06:54, 04:25](1187 MB) +PASS -- TEST 'rap_decomp_intel' [09:55, 07:27](1007 MB) +PASS -- TEST 'rap_2threads_intel' [08:57, 06:23](1090 MB) +PASS -- TEST 'rap_restart_intel' [05:05, 03:24](877 MB) +PASS -- TEST 'rap_sfcdiff_intel' [09:55, 07:22](1005 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [09:55, 07:26](1005 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [08:08, 05:26](878 MB) +PASS -- TEST 'hrrr_control_intel' [07:23, 04:15](1000 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [07:23, 04:21](1003 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [07:01, 03:20](1084 MB) +PASS -- TEST 'hrrr_control_restart_intel' [03:43, 02:20](833 MB) +PASS -- TEST 'rrfs_v1beta_intel' [09:54, 07:14](1001 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [10:05, 08:36](1958 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:15, 07:58](1948 MB) + +PASS -- COMPILE 'csawmg_intel' [13:18, 12:35] +PASS -- TEST 'control_csawmg_intel' [09:16, 07:06](964 MB) +PASS -- TEST 'control_ras_intel' [05:00, 03:49](657 MB) + +PASS -- COMPILE 'wam_intel' [13:11, 12:16] +PASS -- TEST 'control_wam_intel' [03:36, 02:33](365 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [21:15, 20:29] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [05:16, 03:18](1859 MB) +PASS -- TEST 'regional_control_faster_intel' [05:46, 04:45](863 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [13:11, 12:28] ( 884 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:57, 03:02](1584 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [05:07, 03:16](1578 MB) +PASS -- TEST 'control_stochy_debug_intel' [04:28, 03:10](785 MB) +PASS -- TEST 'control_lndp_debug_intel' [03:31, 03:00](783 MB) +PASS -- TEST 'control_csawmg_debug_intel' [05:37, 04:30](1094 MB) +PASS -- TEST 'control_ras_debug_intel' [03:33, 02:54](792 MB) +PASS -- TEST 'control_diag_debug_intel' [04:01, 03:06](1642 MB) +PASS -- TEST 'control_debug_p8_intel' [04:55, 03:20](1879 MB) +PASS -- TEST 'regional_debug_intel' [17:52, 16:40](887 MB) +PASS -- TEST 'rap_control_debug_intel' [06:43, 05:11](1168 MB) +PASS -- TEST 'hrrr_control_debug_intel' [06:41, 05:12](1162 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [05:36, 05:05](1166 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [05:32, 05:04](1166 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:40, 05:14](1168 MB) +PASS -- TEST 'rap_diag_debug_intel' [06:37, 05:22](1250 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [08:09, 05:16](1169 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:35, 05:20](1170 MB) +PASS -- TEST 'rap_lndp_debug_intel' [07:11, 05:22](1170 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [07:12, 05:05](1168 MB) +PASS -- TEST 'rap_noah_debug_intel' [07:09, 05:17](1168 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [07:11, 05:10](1167 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:32, 08:15](1165 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [06:52, 05:08](1161 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [07:32, 06:20](1173 MB) +PASS -- TEST 'rap_flake_debug_intel' [06:43, 05:20](1168 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:11, 08:29](1172 MB) + +PASS -- COMPILE 'wam_debug_intel' [10:14, 09:41] ( 855 warnings ) +PASS -- TEST 'control_wam_debug_intel' [06:26, 05:10](397 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [14:11, 13:27] ( 3 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [05:42, 03:52](1048 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [08:06, 05:59](887 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [06:14, 03:51](885 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:06, 05:36](946 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:34, 02:52](939 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:06, 03:53](885 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:06, 04:18](786 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:45, 01:55](768 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [16:17, 15:19] ( 3 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [04:07, 02:08](1093 MB) +PASS -- TEST 'conus13km_2threads_intel' [03:46, 01:31](1076 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [02:41, 01:46](976 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [15:14, 14:28] ( 3 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:10, 04:30](912 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [10:11, 10:01] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:32, 05:21](1043 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:30, 05:33](1043 MB) +PASS -- TEST 'conus13km_debug_intel' [15:49, 14:42](1125 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [15:42, 13:56](804 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [11:21, 08:23](1115 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:08, 13:57](1197 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [11:12, 10:54] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:54, 05:12](1072 MB) + +PASS -- COMPILE 'hafsw_intel' [19:17, 18:26] ( 1 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [07:43, 05:15](701 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:50, 04:36](1062 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [10:53, 07:47](750 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [14:28, 12:00](785 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [17:01, 13:10](804 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [08:32, 05:25](481 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [10:48, 06:54](495 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [06:34, 03:02](375 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [12:57, 08:18](446 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [07:03, 03:57](511 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [06:17, 03:30](512 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [07:11, 04:40](575 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:45, 01:52](402 MB) +PASS -- TEST 'gnv1_nested_intel' [05:28, 04:06](771 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [13:11, 12:09] ( 1467 warnings 1502 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [15:15, 13:12](588 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [25:13, 24:50] ( 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [09:22, 07:47](609 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [10:32, 08:09](786 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [19:16, 18:19] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [07:17, 06:04](787 MB) + +PASS -- COMPILE 'hafs_all_intel' [17:12, 16:55] ( 8 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [08:14, 06:14](738 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [08:22, 06:18](726 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [22:25, 20:11](892 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [13:11, 12:17] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:38, 02:36](757 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:26, 01:47](745 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:30, 02:33](634 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:32, 02:27](636 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:31, 02:45](636 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:26, 02:35](758 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:27, 02:41](758 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:27, 02:33](636 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [09:12, 07:00](690 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [09:12, 06:42](669 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:34, 02:48](758 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [06:37, 04:47](2013 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [05:28, 04:43](2012 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [09:11, 08:09] ( 2 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:38, 05:52](728 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [12:11, 11:48] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:27, 02:35](745 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [04:13, 03:47] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [04:53, 02:24](309 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [03:00, 01:32](455 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:54, 01:04](454 MB) + +PASS -- COMPILE 'atml_intel' [17:12, 16:53] ( 8 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [10:22, 07:44](1891 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [11:00, 08:36](1891 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:55, 03:55](1044 MB) + +PASS -- COMPILE 'atml_debug_intel' [14:11, 13:26] ( 882 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [09:21, 06:29](1916 MB) + +PASS -- COMPILE 'atmw_intel' [17:12, 16:37] ( 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:18, 02:56](1899 MB) + +PASS -- COMPILE 'atmaero_intel' [15:15, 14:20] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [09:29, 06:44](3120 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [09:27, 07:07](3005 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [09:17, 07:28](3017 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [12:15, 11:42] ( 884 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [20:43, 18:18](4481 MB) SYNOPSIS: -Starting Date/Time: 20240604 02:28:12 -Ending Date/Time: 20240604 03:59:05 -Total Time: 01h:31m:46s +Starting Date/Time: 20240606 14:51:18 +Ending Date/Time: 20240606 16:25:37 +Total Time: 01h:35m:18s Compiles Completed: 39/39 Tests Completed: 183/183 diff --git a/tests/logs/RegressionTests_hera.log b/tests/logs/RegressionTests_hera.log index b8e783c371..80f4d9e0e1 100644 --- a/tests/logs/RegressionTests_hera.log +++ b/tests/logs/RegressionTests_hera.log @@ -1,7 +1,7 @@ ====START OF HERA REGRESSION TESTING LOG==== UFSWM hash used in testing: -420edab4c1219b1cd830524f2400f3b286b617fc +6b264a660c1cbcb1a685866dfa788376e63879c1 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -9,9 +9,9 @@ Submodule hashes used in testing: 9c0cd8d3ba5963d01711094a3c81b6358fcb8367 CICE-interface/CICE (CICE6.0.0-448-g9c0cd8d) 2d837b16af326b09ff4018daab4de84f4deff7ec CMEPS-interface/CMEPS (cmeps_v0.4.1-2307-g2d837b1) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - b3640007c51c8899533e1b835940a2030a768fcc FV3 (heads/develop) + afb1140002734df7ac794b91f4188c80aff51c6f FV3 (remotes/origin/cs_perts) 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) - 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) + bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) b32aea7bf3f9e2a774afa23d3386c88156cd1182 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10051-gb32aea7bf) ec38ea3d902644cd4519d5fe060316859ccdc108 NOAHMP-interface/noahmp (v3.7.1-434-gec38ea3) d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) @@ -25,556 +25,373 @@ The second time is specifically for the run phase. Times/Memory will be empty for failed tests. BASELINE DIRECTORY: /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20240603 -COMPARISON DIRECTORY: /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_1399880 +COMPARISON DIRECTORY: /scratch1/NCEPDEV/stmp2/role.epic/FV3_RT/rt_1368240 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-l) - USE CONFIG FILE: rt.conf * (-r) - USE ROCOTO -PASS -- COMPILE 's2swa_32bit_intel' [13:48, 13:48] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [06:40, 05:48](3288 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [16:40, 16:40] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [18:01, 17:14](1944 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [19:04, 18:01](2143 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [09:16, 08:12](1238 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [20:03, 19:22](1844 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [16:31, 16:31] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [17:24, 16:56](1958 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [05:38, 05:37] ( 1525 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [23:41, 22:55](1881 MB) - -PASS -- COMPILE 's2swa_intel' [13:32, 13:32] ( 8 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [07:08, 06:09](3309 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [07:04, 06:05](3307 MB) -PASS -- TEST 'cpld_restart_p8_intel' [04:45, 03:37](3235 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [07:02, 06:07](3331 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [04:43, 03:36](3251 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [06:32, 05:44](3583 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [06:51, 06:02](3309 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [05:41, 04:55](3181 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [06:54, 05:59](3321 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [12:08, 10:26](3499 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [09:12, 06:27](3592 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [16:36, 10:06](4196 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [15:02, 06:36](4333 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [06:32, 05:40](3300 MB) - -PASS -- COMPILE 's2sw_intel' [13:11, 13:10] ( 8 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [05:46, 04:57](1959 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [05:29, 04:37](2024 MB) - -PASS -- COMPILE 's2swa_debug_intel' [05:35, 05:34] ( 1450 warnings 1228 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [09:48, 08:56](3264 MB) - -PASS -- COMPILE 's2sw_debug_intel' [04:48, 04:47] ( 1450 warnings 1228 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [07:07, 06:09](1958 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [11:48, 11:48] ( 1 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [05:26, 04:30](2016 MB) - -PASS -- COMPILE 's2s_intel' [12:25, 12:25] ( 1 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [10:11, 09:38](3075 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [03:11, 02:40](3056 MB) -PASS -- TEST 'cpld_restart_c48_intel' [02:06, 01:33](2467 MB) - -PASS -- COMPILE 's2swa_faster_intel' [21:40, 21:40] ( 8 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [06:49, 05:50](3319 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [16:02, 16:02] ( 8 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [18:16, 17:23](1953 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [09:15, 08:14](1237 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [20:36, 19:51](1859 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:08, 05:08] ( 1560 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [25:42, 24:53](1912 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [12:24, 12:24] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [03:36, 03:23](682 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [03:31, 03:00](1579 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [03:38, 03:03](1578 MB) -PASS -- TEST 'control_latlon_intel' [03:25, 02:58](1584 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [03:33, 03:01](1571 MB) -PASS -- TEST 'control_c48_intel' [08:10, 07:41](1730 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [06:45, 06:28](852 MB) -PASS -- TEST 'control_c192_intel' [11:24, 10:43](1736 MB) -PASS -- TEST 'control_c384_intel' [12:18, 10:39](1989 MB) -PASS -- TEST 'control_c384gdas_intel' [10:45, 08:04](1372 MB) -PASS -- TEST 'control_stochy_intel' [02:00, 01:45](640 MB) -PASS -- TEST 'control_stochy_restart_intel' [01:23, 01:04](487 MB) -PASS -- TEST 'control_lndp_intel' [01:47, 01:34](640 MB) -PASS -- TEST 'control_iovr4_intel' [02:47, 02:31](635 MB) -PASS -- TEST 'control_iovr5_intel' [02:44, 02:28](630 MB) -PASS -- TEST 'control_p8_intel' [04:00, 03:13](1865 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [04:00, 03:13](1873 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [03:44, 03:04](1866 MB) -PASS -- TEST 'control_restart_p8_intel' [02:26, 01:49](1121 MB) -PASS -- TEST 'control_noqr_p8_intel' [03:51, 03:12](1870 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [02:22, 01:46](1142 MB) -PASS -- TEST 'control_decomp_p8_intel' [03:51, 03:16](1857 MB) -PASS -- TEST 'control_2threads_p8_intel' [03:36, 03:02](1966 MB) -PASS -- TEST 'control_p8_lndp_intel' [06:10, 05:39](1873 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [04:54, 04:16](1943 MB) -PASS -- TEST 'control_p8_mynn_intel' [04:01, 03:21](1886 MB) -PASS -- TEST 'merra2_thompson_intel' [04:09, 03:30](1870 MB) -PASS -- TEST 'regional_control_intel' [05:43, 05:20](1080 MB) -PASS -- TEST 'regional_restart_intel' [03:37, 03:13](1082 MB) -PASS -- TEST 'regional_decomp_intel' [06:06, 05:43](1079 MB) -PASS -- TEST 'regional_2threads_intel' [03:56, 03:32](1075 MB) -PASS -- TEST 'regional_noquilt_intel' [05:43, 05:19](1377 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [05:45, 05:19](1083 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [05:45, 05:22](1092 MB) -PASS -- TEST 'regional_wofs_intel' [07:13, 06:49](1899 MB) - -PASS -- COMPILE 'rrfs_intel' [11:18, 11:17] ( 3 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [08:17, 07:48](1087 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [05:02, 04:12](1282 MB) -PASS -- TEST 'rap_decomp_intel' [08:45, 08:15](1019 MB) -PASS -- TEST 'rap_2threads_intel' [07:57, 07:22](1164 MB) -PASS -- TEST 'rap_restart_intel' [04:40, 04:06](1084 MB) -PASS -- TEST 'rap_sfcdiff_intel' [08:14, 07:47](1080 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [08:48, 08:24](1020 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [06:47, 06:12](1110 MB) -PASS -- TEST 'hrrr_control_intel' [04:27, 04:00](1025 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [04:37, 04:12](990 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [04:08, 03:42](1090 MB) -PASS -- TEST 'hrrr_control_restart_intel' [02:26, 02:10](979 MB) -PASS -- TEST 'rrfs_v1beta_intel' [08:11, 07:39](1082 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [09:34, 09:16](1979 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [09:15, 09:01](2050 MB) - -PASS -- COMPILE 'csawmg_intel' [10:40, 10:40] -PASS -- TEST 'control_csawmg_intel' [06:42, 06:19](1006 MB) -PASS -- TEST 'control_ras_intel' [03:33, 03:22](739 MB) - -PASS -- COMPILE 'csawmg_gnu' [04:22, 04:22] -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_csawmg_gnu' [, ]( MB) - -PASS -- COMPILE 'wam_intel' [10:11, 10:10] -PASS -- TEST 'control_wam_intel' [02:25, 02:12](633 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [19:23, 19:23] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [03:39, 02:56](1875 MB) -PASS -- TEST 'regional_control_faster_intel' [05:31, 05:03](1075 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [06:15, 06:14] ( 884 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:20, 02:47](1563 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:11, 02:38](1581 MB) -PASS -- TEST 'control_stochy_debug_intel' [03:23, 03:09](780 MB) -PASS -- TEST 'control_lndp_debug_intel' [03:02, 02:47](791 MB) -PASS -- TEST 'control_csawmg_debug_intel' [04:47, 04:22](1094 MB) -PASS -- TEST 'control_ras_debug_intel' [03:03, 02:51](792 MB) -PASS -- TEST 'control_diag_debug_intel' [03:18, 02:44](1635 MB) -PASS -- TEST 'control_debug_p8_intel' [03:31, 03:02](1868 MB) -PASS -- TEST 'regional_debug_intel' [17:48, 17:21](1063 MB) -PASS -- TEST 'rap_control_debug_intel' [05:09, 04:56](1165 MB) -PASS -- TEST 'hrrr_control_debug_intel' [05:04, 04:52](1166 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [05:16, 04:59](1172 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [05:17, 05:05](1177 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:08, 04:55](1164 MB) -PASS -- TEST 'rap_diag_debug_intel' [05:39, 05:13](1255 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:25, 05:10](1163 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:36, 05:24](1168 MB) -PASS -- TEST 'rap_lndp_debug_intel' [05:37, 05:22](1167 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:16, 05:03](1168 MB) -PASS -- TEST 'rap_noah_debug_intel' [05:08, 04:54](1167 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [05:12, 04:58](1164 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:15, 08:00](1165 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [05:11, 04:57](1161 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [06:11, 05:56](1165 MB) -PASS -- TEST 'rap_flake_debug_intel' [05:02, 04:48](1169 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [08:57, 08:28](1178 MB) - -PASS -- COMPILE 'atm_debug_dyn32_gnu' [04:51, 04:51] -PASS -- TEST 'control_csawmg_debug_gnu' [02:48, 02:21](720 MB) - -PASS -- COMPILE 'wam_debug_intel' [03:54, 03:54] ( 855 warnings ) -PASS -- TEST 'control_wam_debug_intel' [05:19, 05:06](471 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [10:56, 10:56] ( 3 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [04:47, 03:58](1141 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [06:57, 06:30](1033 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [03:54, 03:27](974 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [06:41, 06:11](1076 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [03:39, 03:14](940 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:03, 03:39](919 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [05:41, 05:07](1015 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:15, 01:54](917 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [15:12, 15:12] ( 3 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [02:54, 02:08](1186 MB) -PASS -- TEST 'conus13km_2threads_intel' [01:33, 00:57](1109 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [01:54, 01:17](1094 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [10:49, 10:48] ( 3 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [04:58, 04:17](967 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:08, 04:06] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:18, 05:01](1049 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:09, 04:50](1046 MB) -PASS -- TEST 'conus13km_debug_intel' [15:17, 14:35](1185 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [15:23, 14:46](881 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [08:53, 08:15](1102 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:20, 14:43](1276 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [03:58, 03:57] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:17, 04:59](1093 MB) - -PASS -- COMPILE 'hafsw_intel' [12:45, 12:44] ( 1 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [06:05, 05:05](728 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:56, 06:32](1109 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [08:31, 07:13](806 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [14:47, 13:43](857 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [16:36, 15:19](867 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [06:46, 05:59](493 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:20, 07:07](509 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [03:37, 03:01](365 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [09:52, 07:53](475 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:37, 04:00](521 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [04:25, 03:46](524 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [05:00, 04:11](576 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [01:38, 01:18](404 MB) -PASS -- TEST 'gnv1_nested_intel' [05:06, 04:21](797 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [04:44, 04:43] ( 1467 warnings 1501 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [14:00, 13:12](546 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [20:43, 20:42] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [09:44, 08:50](645 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [10:11, 09:10](690 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [12:24, 12:22] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [07:29, 06:31](680 MB) - -PASS -- COMPILE 'hafs_all_intel' [11:47, 11:46] ( 7 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [07:40, 06:35](811 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [07:50, 06:46](797 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [16:36, 15:57](1203 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [06:09, 06:07] -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [02:54, 02:44](1144 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [01:46, 01:37](1076 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [02:51, 02:40](1017 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [02:48, 02:39](1009 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [02:45, 02:36](1015 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [02:52, 02:42](1140 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [02:50, 02:42](1138 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [02:43, 02:36](1010 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [07:44, 06:35](1057 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [07:46, 06:37](1033 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [02:44, 02:38](1145 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [04:05, 03:54](2477 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [04:27, 04:16](2481 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [02:58, 02:56] ( 2 warnings ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:32, 06:22](1069 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [06:15, 06:13] -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [02:48, 02:40](1146 MB) +PASS -- COMPILE 's2swa_32bit_intel' [14:00, 13:59] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [06:37, 05:50](3286 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [17:08, 17:08] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [18:03, 17:16](1950 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [22:29, 20:28](2130 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [12:45, 10:50](1232 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [20:08, 19:23](1845 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [16:36, 16:36] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [17:20, 16:56](1944 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [05:22, 05:22] ( 1525 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [23:54, 23:00](1890 MB) + +PASS -- COMPILE 's2swa_intel' [13:55, 13:54] ( 8 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [06:59, 06:05](3313 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [06:55, 06:00](3324 MB) +PASS -- TEST 'cpld_restart_p8_intel' [08:23, 05:04](3236 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [06:52, 06:02](3331 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [08:11, 06:04](3253 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [10:12, 09:19](3591 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [11:18, 09:53](3308 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [09:31, 08:39](3178 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [11:19, 09:44](3317 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [16:18, 12:29](3489 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [09:03, 06:34](3595 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [20:38, 10:48](4282 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [15:06, 06:38](4341 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [06:31, 05:39](3296 MB) + +PASS -- COMPILE 's2sw_intel' [12:37, 12:37] ( 8 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [05:41, 04:56](1960 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [05:23, 04:34](2034 MB) + +PASS -- COMPILE 's2swa_debug_intel' [05:23, 05:22] ( 1450 warnings 1228 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [09:42, 08:41](3319 MB) + +PASS -- COMPILE 's2sw_debug_intel' [05:16, 05:15] ( 1450 warnings 1228 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [07:07, 06:09](1972 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [12:27, 12:26] ( 1 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [05:16, 04:29](2027 MB) + +PASS -- COMPILE 's2s_intel' [12:36, 12:35] ( 1 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [10:21, 09:47](3062 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [03:19, 02:44](3054 MB) +PASS -- TEST 'cpld_restart_c48_intel' [02:09, 01:37](2474 MB) + +PASS -- COMPILE 's2swa_faster_intel' [21:21, 21:20] ( 8 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [06:44, 05:49](3310 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [16:25, 16:24] ( 8 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [18:20, 17:28](1976 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [09:18, 08:17](1237 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [20:40, 19:54](1894 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:15, 05:15] ( 1560 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [25:43, 24:57](1912 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [12:14, 12:13] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [03:51, 03:37](678 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [03:41, 03:10](1575 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [03:50, 03:15](1583 MB) +PASS -- TEST 'control_latlon_intel' [03:42, 03:10](1581 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [03:26, 03:00](1577 MB) +PASS -- TEST 'control_c48_intel' [08:05, 07:41](1737 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [06:39, 06:27](852 MB) +PASS -- TEST 'control_c192_intel' [11:26, 10:42](1722 MB) +PASS -- TEST 'control_c384_intel' [12:15, 10:36](1990 MB) +PASS -- TEST 'control_c384gdas_intel' [10:26, 08:13](1379 MB) +PASS -- TEST 'control_stochy_intel' [01:57, 01:43](641 MB) +PASS -- TEST 'control_stochy_restart_intel' [01:22, 01:03](481 MB) +PASS -- TEST 'control_lndp_intel' [01:49, 01:36](647 MB) +PASS -- TEST 'control_iovr4_intel' [02:48, 02:32](637 MB) +PASS -- TEST 'control_iovr5_intel' [02:48, 02:33](635 MB) +PASS -- TEST 'control_p8_intel' [04:04, 03:19](1872 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [03:52, 03:09](1873 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [03:39, 03:03](1877 MB) +PASS -- TEST 'control_restart_p8_intel' [02:31, 01:50](1125 MB) +PASS -- TEST 'control_noqr_p8_intel' [03:46, 03:07](1877 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [02:26, 01:44](1140 MB) +PASS -- TEST 'control_decomp_p8_intel' [03:47, 03:15](1852 MB) +PASS -- TEST 'control_2threads_p8_intel' [03:39, 03:02](1961 MB) +PASS -- TEST 'control_p8_lndp_intel' [05:58, 05:27](1877 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [04:46, 04:08](1948 MB) +PASS -- TEST 'control_p8_mynn_intel' [03:48, 03:11](1887 MB) +PASS -- TEST 'merra2_thompson_intel' [04:01, 03:26](1886 MB) +PASS -- TEST 'regional_control_intel' [05:52, 05:26](1080 MB) +PASS -- TEST 'regional_restart_intel' [03:32, 03:06](1080 MB) +PASS -- TEST 'regional_decomp_intel' [06:08, 05:45](1087 MB) +PASS -- TEST 'regional_2threads_intel' [03:54, 03:29](1075 MB) +PASS -- TEST 'regional_noquilt_intel' [05:49, 05:23](1377 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [05:48, 05:21](1091 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [05:55, 05:31](1081 MB) +PASS -- TEST 'regional_wofs_intel' [07:25, 06:58](1900 MB) + +PASS -- COMPILE 'rrfs_intel' [11:24, 11:23] ( 3 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [08:20, 07:50](1104 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [05:04, 04:18](1281 MB) +PASS -- TEST 'rap_decomp_intel' [08:44, 08:19](1017 MB) +PASS -- TEST 'rap_2threads_intel' [07:46, 07:22](1168 MB) +PASS -- TEST 'rap_restart_intel' [04:45, 04:07](1080 MB) +PASS -- TEST 'rap_sfcdiff_intel' [08:19, 07:49](1090 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [08:46, 08:15](1019 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [06:29, 05:53](1112 MB) +PASS -- TEST 'hrrr_control_intel' [04:27, 04:01](1024 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [04:32, 04:10](1018 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [04:13, 03:48](1100 MB) +PASS -- TEST 'hrrr_control_restart_intel' [02:37, 02:14](988 MB) +PASS -- TEST 'rrfs_v1beta_intel' [08:22, 07:44](1077 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [09:40, 09:24](1965 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [09:26, 09:07](2046 MB) + +PASS -- COMPILE 'csawmg_intel' [10:56, 10:56] +PASS -- TEST 'control_csawmg_intel' [06:43, 06:18](1000 MB) +PASS -- TEST 'control_ras_intel' [03:35, 03:23](721 MB) + +PASS -- COMPILE 'csawmg_gnu' [04:12, 04:12] +PASS -- TEST 'control_csawmg_gnu' [08:56, 08:30](751 MB) + +PASS -- COMPILE 'wam_intel' [10:26, 10:26] +PASS -- TEST 'control_wam_intel' [02:24, 02:09](639 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [19:17, 19:15] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [03:31, 02:51](1883 MB) +PASS -- TEST 'regional_control_faster_intel' [05:30, 04:53](1088 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [06:30, 06:29] ( 884 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:11, 02:40](1578 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:13, 02:42](1582 MB) +PASS -- TEST 'control_stochy_debug_intel' [03:32, 03:18](780 MB) +PASS -- TEST 'control_lndp_debug_intel' [03:11, 02:57](784 MB) +PASS -- TEST 'control_csawmg_debug_intel' [05:08, 04:42](1102 MB) +PASS -- TEST 'control_ras_debug_intel' [03:17, 03:02](792 MB) +PASS -- TEST 'control_diag_debug_intel' [03:49, 03:14](1641 MB) +PASS -- TEST 'control_debug_p8_intel' [03:32, 03:02](1864 MB) +PASS -- TEST 'regional_debug_intel' [17:47, 17:21](1059 MB) +PASS -- TEST 'rap_control_debug_intel' [05:13, 05:00](1170 MB) +PASS -- TEST 'hrrr_control_debug_intel' [04:58, 04:45](1163 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [05:11, 04:58](1171 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [05:07, 04:55](1165 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:06, 04:53](1170 MB) +PASS -- TEST 'rap_diag_debug_intel' [05:33, 05:10](1251 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:12, 05:00](1164 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:12, 05:01](1171 MB) +PASS -- TEST 'rap_lndp_debug_intel' [05:13, 05:01](1168 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:06, 04:54](1169 MB) +PASS -- TEST 'rap_noah_debug_intel' [04:59, 04:47](1164 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [05:08, 04:56](1166 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:02, 07:48](1170 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [05:02, 04:49](1162 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [06:12, 06:00](1166 MB) +PASS -- TEST 'rap_flake_debug_intel' [05:07, 04:55](1162 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [09:57, 09:29](1179 MB) + +PASS -- COMPILE 'atm_debug_dyn32_gnu' [04:56, 04:54] +PASS -- TEST 'control_csawmg_debug_gnu' [02:50, 02:24](724 MB) + +PASS -- COMPILE 'wam_debug_intel' [04:07, 04:06] ( 855 warnings ) +PASS -- TEST 'control_wam_debug_intel' [05:18, 05:05](462 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [10:47, 10:46] ( 3 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [04:53, 04:00](1140 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [08:12, 07:43](1030 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [03:54, 03:27](960 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:55, 07:23](1076 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:58, 04:33](947 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:12, 04:48](909 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [05:24, 04:54](1016 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:35, 03:10](920 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [15:03, 15:02] ( 3 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [02:46, 02:06](1188 MB) +PASS -- TEST 'conus13km_2threads_intel' [01:25, 00:56](1102 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [01:50, 01:17](1095 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [10:52, 10:52] ( 3 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [04:39, 04:12](970 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:39, 04:39] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:08, 04:56](1048 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [04:59, 04:48](1029 MB) +PASS -- TEST 'conus13km_debug_intel' [15:30, 14:52](1175 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [15:20, 14:41](897 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [08:38, 08:08](1102 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [14:33, 14:05](1228 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:19, 04:18] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:06, 04:54](1099 MB) + +PASS -- COMPILE 'hafsw_intel' [12:38, 12:38] ( 1 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [05:59, 05:01](723 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:13, 05:53](1096 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [08:12, 07:03](808 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [14:36, 13:36](854 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [16:28, 15:18](872 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [06:16, 05:30](486 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:15, 07:09](500 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [04:03, 03:32](355 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [10:09, 07:34](467 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:21, 03:48](509 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [04:36, 03:48](512 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [04:54, 04:11](577 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [01:31, 01:12](391 MB) +PASS -- TEST 'gnv1_nested_intel' [05:09, 04:22](779 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [05:07, 05:06] ( 1467 warnings 1501 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [13:47, 13:06](538 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [20:58, 20:58] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [09:55, 08:58](625 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [10:08, 09:08](695 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [13:14, 13:13] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [07:24, 06:32](711 MB) + +PASS -- COMPILE 'hafs_all_intel' [12:06, 12:05] ( 7 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [07:42, 06:43](810 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [07:33, 06:34](793 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [16:53, 16:15](1227 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [06:27, 06:26] +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [02:57, 02:47](1147 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [01:47, 01:38](1085 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [02:50, 02:39](1012 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [02:48, 02:40](1006 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [02:47, 02:40](1016 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [02:49, 02:41](1142 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [02:51, 02:43](1153 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [02:40, 02:33](1023 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [07:23, 06:14](1054 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [07:20, 06:09](1026 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:00, 02:47](1139 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [04:21, 03:54](2433 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [04:21, 03:55](2433 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [03:11, 03:10] ( 2 warnings ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:33, 06:24](1075 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [06:21, 06:20] +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:01, 02:42](1142 MB) PASS -- COMPILE 'datm_cdeps_land_intel' [01:21, 01:20] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [01:08, 00:48](256 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [01:07, 00:52](313 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [00:51, 00:36](315 MB) - -PASS -- COMPILE 'atml_intel' [12:39, 12:38] ( 8 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [05:23, 04:28](1832 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [05:28, 04:32](1839 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:07, 02:29](1073 MB) - -PASS -- COMPILE 'atml_debug_intel' [05:09, 05:08] ( 882 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [06:39, 05:50](1841 MB) - -PASS -- COMPILE 'atmw_intel' [11:35, 11:34] ( 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [02:38, 01:57](1913 MB) - -PASS -- COMPILE 'atmaero_intel' [11:20, 11:19] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [05:05, 04:15](3173 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [05:48, 04:59](3072 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [05:38, 05:00](3082 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [04:28, 04:27] ( 884 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [23:30, 21:28](4288 MB) - -PASS -- COMPILE 'atm_gnu' [04:45, 04:45] -PASS -- TEST 'control_c48_gnu' [11:40, 11:15](1530 MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_stochy_gnu' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_ras_gnu' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_p8_gnu' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_p8_ugwpv1_gnu' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_flake_gnu' [, ]( MB) - -PASS -- COMPILE 'rrfs_gnu' [04:21, 04:20] -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'rap_control_gnu' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'rap_decomp_gnu' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'rap_2threads_gnu' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'rap_restart_gnu' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'rap_sfcdiff_gnu' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'rap_sfcdiff_decomp_gnu' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'rap_sfcdiff_restart_gnu' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'hrrr_control_gnu' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'hrrr_control_noqr_gnu' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'hrrr_control_2threads_gnu' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'hrrr_control_decomp_gnu' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'hrrr_control_restart_gnu' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'hrrr_control_restart_noqr_gnu' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'rrfs_v1beta_gnu' [, ]( MB) - -PASS -- COMPILE 'atm_dyn32_debug_gnu' [07:33, 07:32] -PASS -- TEST 'control_diag_debug_gnu' [02:15, 01:38](1258 MB) -PASS -- TEST 'regional_debug_gnu' [12:23, 11:56](723 MB) -PASS -- TEST 'rap_control_debug_gnu' [02:48, 02:37](810 MB) -PASS -- TEST 'hrrr_control_debug_gnu' [02:47, 02:35](808 MB) -PASS -- TEST 'hrrr_gf_debug_gnu' [02:48, 02:35](814 MB) -PASS -- TEST 'hrrr_c3_debug_gnu' [02:52, 02:38](814 MB) -PASS -- TEST 'rap_diag_debug_gnu' [03:21, 02:52](899 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [04:24, 04:10](811 MB) -PASS -- TEST 'rap_progcld_thompson_debug_gnu' [02:53, 02:39](812 MB) -PASS -- TEST 'rrfs_v1beta_debug_gnu' [02:45, 02:33](808 MB) -PASS -- TEST 'control_ras_debug_gnu' [01:50, 01:38](443 MB) -PASS -- TEST 'control_stochy_debug_gnu' [01:57, 01:46](438 MB) -PASS -- TEST 'control_debug_p8_gnu' [02:17, 01:49](1412 MB) -PASS -- TEST 'rap_flake_debug_gnu' [02:55, 02:41](813 MB) -PASS -- TEST 'rap_clm_lake_debug_gnu' [03:08, 02:55](813 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [04:49, 04:23](819 MB) - -PASS -- COMPILE 'wam_debug_gnu' [02:46, 02:43] -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_wam_debug_gnu' [, ]( MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [04:29, 04:28] -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'rap_control_dyn32_phy32_gnu' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'hrrr_control_dyn32_phy32_gnu' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'rap_2threads_dyn32_phy32_gnu' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'rap_restart_dyn32_phy32_gnu' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'conus13km_control_gnu' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'conus13km_2threads_gnu' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'conus13km_restart_mismatch_gnu' [, ]( MB) - -PASS -- COMPILE 'atm_dyn64_phy32_gnu' [10:55, 10:53] -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'rap_control_dyn64_phy32_gnu' [, ]( MB) - -PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [07:35, 07:35] -PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [02:59, 02:41](696 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [02:40, 02:28](701 MB) -PASS -- TEST 'conus13km_debug_gnu' [07:44, 07:09](863 MB) -PASS -- TEST 'conus13km_debug_qr_gnu' [07:38, 07:04](566 MB) -PASS -- TEST 'conus13km_debug_2threads_gnu' [08:04, 07:34](865 MB) -PASS -- TEST 'conus13km_radar_tten_debug_gnu' [07:34, 07:03](930 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [07:36, 07:35] -PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [02:51, 02:38](721 MB) - -PASS -- COMPILE 's2swa_gnu' [15:41, 15:40] -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_control_p8_gnu' [, ]( MB) - -PASS -- COMPILE 's2s_gnu' [15:26, 15:26] -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_control_nowave_noaero_p8_gnu' [, ]( MB) - -PASS -- COMPILE 's2swa_debug_gnu' [03:21, 03:20] -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_debug_p8_gnu' [, ]( MB) - -PASS -- COMPILE 's2sw_pdlib_gnu' [15:57, 15:56] -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_control_pdlib_p8_gnu' [, ]( MB) - -PASS -- COMPILE 's2sw_pdlib_debug_gnu' [03:08, 03:08] -PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [17:53, 17:05](1446 MB) - -PASS -- COMPILE 'datm_cdeps_gnu' [15:07, 15:06] -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'datm_cdeps_control_cfsr_gnu' [, ]( MB) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:09, 01:28](255 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:01, 01:46](314 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [00:56, 00:41](322 MB) + +PASS -- COMPILE 'atml_intel' [14:22, 14:22] ( 8 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [05:57, 05:08](1847 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [06:04, 05:14](1849 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:03, 02:30](1087 MB) + +PASS -- COMPILE 'atml_debug_intel' [05:51, 05:50] ( 882 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [06:58, 06:14](1853 MB) + +PASS -- COMPILE 'atmw_intel' [12:32, 12:32] ( 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [02:34, 01:59](1911 MB) + +PASS -- COMPILE 'atmaero_intel' [12:10, 12:10] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [05:02, 04:19](3171 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [05:46, 05:04](3077 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [05:35, 05:00](3085 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [05:16, 05:16] ( 884 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [22:59, 21:16](4453 MB) + +PASS -- COMPILE 'atm_gnu' [04:37, 04:36] +PASS -- TEST 'control_c48_gnu' [11:45, 11:20](1533 MB) +PASS -- TEST 'control_stochy_gnu' [03:38, 03:25](497 MB) +PASS -- TEST 'control_ras_gnu' [05:03, 04:50](501 MB) +PASS -- TEST 'control_p8_gnu' [05:35, 04:53](1461 MB) +PASS -- TEST 'control_p8_ugwpv1_gnu' [05:26, 04:46](1465 MB) +PASS -- TEST 'control_flake_gnu' [10:30, 10:15](543 MB) + +PASS -- COMPILE 'rrfs_gnu' [04:20, 04:20] +PASS -- TEST 'rap_control_gnu' [11:14, 10:50](846 MB) +PASS -- TEST 'rap_decomp_gnu' [11:30, 11:07](842 MB) +PASS -- TEST 'rap_2threads_gnu' [10:28, 10:04](934 MB) +PASS -- TEST 'rap_restart_gnu' [05:58, 05:32](564 MB) +PASS -- TEST 'rap_sfcdiff_gnu' [11:18, 10:49](813 MB) +PASS -- TEST 'rap_sfcdiff_decomp_gnu' [11:27, 11:04](838 MB) +PASS -- TEST 'rap_sfcdiff_restart_gnu' [08:34, 08:03](567 MB) +PASS -- TEST 'hrrr_control_gnu' [06:02, 05:37](804 MB) +PASS -- TEST 'hrrr_control_noqr_gnu' [05:59, 05:37](788 MB) +PASS -- TEST 'hrrr_control_2threads_gnu' [05:28, 05:04](919 MB) +PASS -- TEST 'hrrr_control_decomp_gnu' [05:57, 05:37](838 MB) +PASS -- TEST 'hrrr_control_restart_gnu' [03:25, 03:00](556 MB) +PASS -- TEST 'hrrr_control_restart_noqr_gnu' [03:10, 02:50](643 MB) +PASS -- TEST 'rrfs_v1beta_gnu' [11:08, 10:39](807 MB) + +PASS -- COMPILE 'atm_dyn32_debug_gnu' [07:59, 07:58] +PASS -- TEST 'control_diag_debug_gnu' [02:13, 01:39](1255 MB) +PASS -- TEST 'regional_debug_gnu' [11:35, 11:10](725 MB) +PASS -- TEST 'rap_control_debug_gnu' [02:54, 02:41](807 MB) +PASS -- TEST 'hrrr_control_debug_gnu' [02:49, 02:36](809 MB) +PASS -- TEST 'hrrr_gf_debug_gnu' [02:52, 02:38](809 MB) +PASS -- TEST 'hrrr_c3_debug_gnu' [02:53, 02:40](807 MB) +PASS -- TEST 'rap_diag_debug_gnu' [03:25, 02:56](890 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [04:21, 04:10](802 MB) +PASS -- TEST 'rap_progcld_thompson_debug_gnu' [02:53, 02:40](806 MB) +PASS -- TEST 'rrfs_v1beta_debug_gnu' [02:52, 02:39](802 MB) +PASS -- TEST 'control_ras_debug_gnu' [01:44, 01:34](441 MB) +PASS -- TEST 'control_stochy_debug_gnu' [02:00, 01:50](434 MB) +PASS -- TEST 'control_debug_p8_gnu' [02:23, 01:54](1416 MB) +PASS -- TEST 'rap_flake_debug_gnu' [02:54, 02:42](809 MB) +PASS -- TEST 'rap_clm_lake_debug_gnu' [03:09, 02:59](812 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [04:49, 04:24](818 MB) + +PASS -- COMPILE 'wam_debug_gnu' [02:29, 02:29] +PASS -- TEST 'control_wam_debug_gnu' [02:45, 02:34](169 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [04:09, 04:09] +PASS -- TEST 'rap_control_dyn32_phy32_gnu' [09:49, 09:26](698 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [05:25, 05:01](698 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [09:08, 08:44](752 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [05:16, 04:49](744 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [05:32, 05:14](694 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [07:23, 07:01](542 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [02:55, 02:37](530 MB) +PASS -- TEST 'conus13km_control_gnu' [03:57, 03:15](867 MB) +PASS -- TEST 'conus13km_2threads_gnu' [06:30, 06:04](866 MB) +PASS -- TEST 'conus13km_restart_mismatch_gnu' [02:20, 01:50](548 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_gnu' [10:53, 10:52] +PASS -- TEST 'rap_control_dyn64_phy32_gnu' [06:11, 05:44](720 MB) + +PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [07:36, 07:36] +PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [02:48, 02:38](702 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [02:40, 02:28](699 MB) +PASS -- TEST 'conus13km_debug_gnu' [07:46, 07:11](863 MB) +PASS -- TEST 'conus13km_debug_qr_gnu' [07:42, 07:11](566 MB) +PASS -- TEST 'conus13km_debug_2threads_gnu' [07:48, 07:21](867 MB) +PASS -- TEST 'conus13km_radar_tten_debug_gnu' [07:38, 07:11](936 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [07:45, 07:44] +PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [02:51, 02:39](719 MB) + +PASS -- COMPILE 's2swa_gnu' [15:51, 15:51] + +PASS -- COMPILE 's2s_gnu' [16:04, 16:04] +PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [08:15, 07:27](1533 MB) + +PASS -- COMPILE 's2swa_debug_gnu' [03:14, 03:13] + +PASS -- COMPILE 's2sw_pdlib_gnu' [15:27, 15:27] +PASS -- TEST 'cpld_control_pdlib_p8_gnu' [20:08, 19:24](1438 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_gnu' [03:05, 03:05] +PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [17:49, 17:07](1432 MB) + +PASS -- COMPILE 'datm_cdeps_gnu' [14:59, 14:59] +PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [03:04, 02:59](682 MB) SYNOPSIS: -Starting Date/Time: 20240604 21:54:37 -Ending Date/Time: 20240605 02:15:02 -Total Time: 04h:21m:21s +Starting Date/Time: 20240606 18:11:30 +Ending Date/Time: 20240607 10:22:01 +Total Time: 16h:10m:46s Compiles Completed: 55/55 -Tests Completed: 209/246 -Failed Tests: -* TEST control_csawmg_gnu: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /scratch1/NCEPDEV/stmp2/Zachary.Shrader/rt-2093/tests/logs/log_hera/run_control_csawmg_gnu.log -* TEST control_stochy_gnu: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /scratch1/NCEPDEV/stmp2/Zachary.Shrader/rt-2093/tests/logs/log_hera/run_control_stochy_gnu.log -* TEST control_ras_gnu: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /scratch1/NCEPDEV/stmp2/Zachary.Shrader/rt-2093/tests/logs/log_hera/run_control_ras_gnu.log -* TEST control_p8_gnu: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /scratch1/NCEPDEV/stmp2/Zachary.Shrader/rt-2093/tests/logs/log_hera/run_control_p8_gnu.log -* TEST control_p8_ugwpv1_gnu: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /scratch1/NCEPDEV/stmp2/Zachary.Shrader/rt-2093/tests/logs/log_hera/run_control_p8_ugwpv1_gnu.log -* TEST control_flake_gnu: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /scratch1/NCEPDEV/stmp2/Zachary.Shrader/rt-2093/tests/logs/log_hera/run_control_flake_gnu.log -* TEST rap_control_gnu: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /scratch1/NCEPDEV/stmp2/Zachary.Shrader/rt-2093/tests/logs/log_hera/run_rap_control_gnu.log -* TEST rap_decomp_gnu: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /scratch1/NCEPDEV/stmp2/Zachary.Shrader/rt-2093/tests/logs/log_hera/run_rap_decomp_gnu.log -* TEST rap_2threads_gnu: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /scratch1/NCEPDEV/stmp2/Zachary.Shrader/rt-2093/tests/logs/log_hera/run_rap_2threads_gnu.log -* TEST rap_restart_gnu: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /scratch1/NCEPDEV/stmp2/Zachary.Shrader/rt-2093/tests/logs/log_hera/run_rap_restart_gnu.log -* TEST rap_sfcdiff_gnu: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /scratch1/NCEPDEV/stmp2/Zachary.Shrader/rt-2093/tests/logs/log_hera/run_rap_sfcdiff_gnu.log -* TEST rap_sfcdiff_decomp_gnu: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /scratch1/NCEPDEV/stmp2/Zachary.Shrader/rt-2093/tests/logs/log_hera/run_rap_sfcdiff_decomp_gnu.log -* TEST rap_sfcdiff_restart_gnu: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /scratch1/NCEPDEV/stmp2/Zachary.Shrader/rt-2093/tests/logs/log_hera/run_rap_sfcdiff_restart_gnu.log -* TEST hrrr_control_gnu: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /scratch1/NCEPDEV/stmp2/Zachary.Shrader/rt-2093/tests/logs/log_hera/run_hrrr_control_gnu.log -* TEST hrrr_control_noqr_gnu: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /scratch1/NCEPDEV/stmp2/Zachary.Shrader/rt-2093/tests/logs/log_hera/run_hrrr_control_noqr_gnu.log -* TEST hrrr_control_2threads_gnu: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /scratch1/NCEPDEV/stmp2/Zachary.Shrader/rt-2093/tests/logs/log_hera/run_hrrr_control_2threads_gnu.log -* TEST hrrr_control_decomp_gnu: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /scratch1/NCEPDEV/stmp2/Zachary.Shrader/rt-2093/tests/logs/log_hera/run_hrrr_control_decomp_gnu.log -* TEST hrrr_control_restart_gnu: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /scratch1/NCEPDEV/stmp2/Zachary.Shrader/rt-2093/tests/logs/log_hera/run_hrrr_control_restart_gnu.log -* TEST hrrr_control_restart_noqr_gnu: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /scratch1/NCEPDEV/stmp2/Zachary.Shrader/rt-2093/tests/logs/log_hera/run_hrrr_control_restart_noqr_gnu.log -* TEST rrfs_v1beta_gnu: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /scratch1/NCEPDEV/stmp2/Zachary.Shrader/rt-2093/tests/logs/log_hera/run_rrfs_v1beta_gnu.log -* TEST control_wam_debug_gnu: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /scratch1/NCEPDEV/stmp2/Zachary.Shrader/rt-2093/tests/logs/log_hera/run_control_wam_debug_gnu.log -* TEST rap_control_dyn32_phy32_gnu: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /scratch1/NCEPDEV/stmp2/Zachary.Shrader/rt-2093/tests/logs/log_hera/run_rap_control_dyn32_phy32_gnu.log -* TEST hrrr_control_dyn32_phy32_gnu: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /scratch1/NCEPDEV/stmp2/Zachary.Shrader/rt-2093/tests/logs/log_hera/run_hrrr_control_dyn32_phy32_gnu.log -* TEST rap_2threads_dyn32_phy32_gnu: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /scratch1/NCEPDEV/stmp2/Zachary.Shrader/rt-2093/tests/logs/log_hera/run_rap_2threads_dyn32_phy32_gnu.log -* TEST hrrr_control_2threads_dyn32_phy32_gnu: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /scratch1/NCEPDEV/stmp2/Zachary.Shrader/rt-2093/tests/logs/log_hera/run_hrrr_control_2threads_dyn32_phy32_gnu.log -* TEST hrrr_control_decomp_dyn32_phy32_gnu: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /scratch1/NCEPDEV/stmp2/Zachary.Shrader/rt-2093/tests/logs/log_hera/run_hrrr_control_decomp_dyn32_phy32_gnu.log -* TEST rap_restart_dyn32_phy32_gnu: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /scratch1/NCEPDEV/stmp2/Zachary.Shrader/rt-2093/tests/logs/log_hera/run_rap_restart_dyn32_phy32_gnu.log -* TEST hrrr_control_restart_dyn32_phy32_gnu: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /scratch1/NCEPDEV/stmp2/Zachary.Shrader/rt-2093/tests/logs/log_hera/run_hrrr_control_restart_dyn32_phy32_gnu.log -* TEST conus13km_control_gnu: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /scratch1/NCEPDEV/stmp2/Zachary.Shrader/rt-2093/tests/logs/log_hera/run_conus13km_control_gnu.log -* TEST conus13km_2threads_gnu: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /scratch1/NCEPDEV/stmp2/Zachary.Shrader/rt-2093/tests/logs/log_hera/run_conus13km_2threads_gnu.log -* TEST conus13km_restart_mismatch_gnu: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /scratch1/NCEPDEV/stmp2/Zachary.Shrader/rt-2093/tests/logs/log_hera/run_conus13km_restart_mismatch_gnu.log -* TEST rap_control_dyn64_phy32_gnu: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /scratch1/NCEPDEV/stmp2/Zachary.Shrader/rt-2093/tests/logs/log_hera/run_rap_control_dyn64_phy32_gnu.log -* TEST cpld_control_p8_gnu: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /scratch1/NCEPDEV/stmp2/Zachary.Shrader/rt-2093/tests/logs/log_hera/run_cpld_control_p8_gnu.log -* TEST cpld_control_nowave_noaero_p8_gnu: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /scratch1/NCEPDEV/stmp2/Zachary.Shrader/rt-2093/tests/logs/log_hera/run_cpld_control_nowave_noaero_p8_gnu.log -* TEST cpld_debug_p8_gnu: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /scratch1/NCEPDEV/stmp2/Zachary.Shrader/rt-2093/tests/logs/log_hera/run_cpld_debug_p8_gnu.log -* TEST cpld_control_pdlib_p8_gnu: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /scratch1/NCEPDEV/stmp2/Zachary.Shrader/rt-2093/tests/logs/log_hera/run_cpld_control_pdlib_p8_gnu.log -* TEST datm_cdeps_control_cfsr_gnu: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /scratch1/NCEPDEV/stmp2/Zachary.Shrader/rt-2093/tests/logs/log_hera/run_datm_cdeps_control_cfsr_gnu.log - -NOTES: -A file 'test_changes.list' was generated with list of all failed tests. -You can use './rt.sh -c -b test_changes.list' to create baselines for the failed tests. -If you are using this log as a pull request verification, please commit 'test_changes.list'. - -Result: FAILURE - -====END OF HERA REGRESSION TESTING LOG==== -====START OF HERA REGRESSION TESTING LOG==== - -UFSWM hash used in testing: -420edab4c1219b1cd830524f2400f3b286b617fc - -Submodule hashes used in testing: - 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) - 3d7067a523b8557058755289e4275f5f5c985daf CDEPS-interface/CDEPS (cdeps0.4.17-40-g3d7067a) - 9c0cd8d3ba5963d01711094a3c81b6358fcb8367 CICE-interface/CICE (CICE6.0.0-448-g9c0cd8d) - 2d837b16af326b09ff4018daab4de84f4deff7ec CMEPS-interface/CMEPS (cmeps_v0.4.1-2307-g2d837b1) - cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - b3640007c51c8899533e1b835940a2030a768fcc FV3 (heads/develop) - 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) - 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) - b32aea7bf3f9e2a774afa23d3386c88156cd1182 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10051-gb32aea7bf) - ec38ea3d902644cd4519d5fe060316859ccdc108 NOAHMP-interface/noahmp (v3.7.1-434-gec38ea3) - d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) - fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) - - -NOTES: -[Times](Memory) are at the end of each compile/test in format [MM:SS](Size). -The first time is for the full script (prep+run+finalize). -The second time is specifically for the run phase. -Times/Memory will be empty for failed tests. - -BASELINE DIRECTORY: /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20240603 -COMPARISON DIRECTORY: /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_1048786 - -RT.SH OPTIONS USED: -* (-a) - HPC PROJECT ACCOUNT: epic -* (-l) - USE CONFIG FILE: rt.conf -* (-r) - USE ROCOTO - -PASS -- COMPILE 'csawmg_gnu' [04:08, 04:07] -PASS -- TEST 'control_csawmg_gnu' [09:03, 08:30](748 MB) - -PASS -- COMPILE 'atm_gnu' [04:44, 04:44] -PASS -- TEST 'control_stochy_gnu' [03:58, 03:37](491 MB) -PASS -- TEST 'control_ras_gnu' [05:20, 04:55](495 MB) -PASS -- TEST 'control_p8_gnu' [05:55, 04:59](1442 MB) -PASS -- TEST 'control_p8_ugwpv1_gnu' [05:42, 04:51](1448 MB) -PASS -- TEST 'control_flake_gnu' [10:55, 10:32](533 MB) - -PASS -- COMPILE 'rrfs_gnu' [04:27, 04:27] -PASS -- TEST 'rap_control_gnu' [11:44, 11:15](810 MB) -PASS -- TEST 'rap_decomp_gnu' [11:43, 11:10](845 MB) -PASS -- TEST 'rap_2threads_gnu' [10:43, 10:09](931 MB) -PASS -- TEST 'rap_restart_gnu' [06:20, 05:40](566 MB) -PASS -- TEST 'rap_sfcdiff_gnu' [11:31, 10:56](810 MB) -PASS -- TEST 'rap_sfcdiff_decomp_gnu' [11:50, 11:14](844 MB) -PASS -- TEST 'rap_sfcdiff_restart_gnu' [08:53, 08:18](573 MB) -PASS -- TEST 'hrrr_control_gnu' [06:18, 05:45](846 MB) -PASS -- TEST 'hrrr_control_noqr_gnu' [06:19, 05:45](834 MB) -PASS -- TEST 'hrrr_control_2threads_gnu' [05:56, 05:24](921 MB) -PASS -- TEST 'hrrr_control_decomp_gnu' [06:15, 05:45](838 MB) -PASS -- TEST 'hrrr_control_restart_gnu' [03:26, 03:04](551 MB) -PASS -- TEST 'hrrr_control_restart_noqr_gnu' [03:14, 02:51](646 MB) -PASS -- TEST 'rrfs_v1beta_gnu' [11:39, 10:55](806 MB) - -PASS -- COMPILE 'wam_debug_gnu' [03:19, 03:18] -PASS -- TEST 'control_wam_debug_gnu' [03:05, 02:44](167 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [04:22, 04:22] -PASS -- TEST 'rap_control_dyn32_phy32_gnu' [09:52, 09:26](698 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [05:30, 05:03](696 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [09:15, 08:48](744 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [04:59, 04:36](742 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [05:33, 05:10](697 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [07:22, 06:54](542 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [02:55, 02:31](527 MB) -PASS -- TEST 'conus13km_control_gnu' [03:56, 03:16](853 MB) -PASS -- TEST 'conus13km_2threads_gnu' [06:40, 06:10](871 MB) -PASS -- TEST 'conus13km_restart_mismatch_gnu' [02:22, 01:49](552 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_gnu' [37:31, 37:31] -PASS -- TEST 'rap_control_dyn64_phy32_gnu' [06:18, 05:46](718 MB) - -PASS -- COMPILE 's2swa_gnu' [32:21, 32:22] - -PASS -- COMPILE 's2s_gnu' [31:31, 31:31] -PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [07:35, 06:41](1522 MB) - -PASS -- COMPILE 's2swa_debug_gnu' [04:34, 04:32] - -PASS -- COMPILE 's2sw_pdlib_gnu' [31:33, 31:34] -PASS -- TEST 'cpld_control_pdlib_p8_gnu' [20:15, 19:18](1444 MB) - -PASS -- COMPILE 'datm_cdeps_gnu' [15:30, 15:28] -PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [03:05, 02:56](685 MB) - -SYNOPSIS: -Starting Date/Time: 20240605 12:10:04 -Ending Date/Time: 20240605 13:03:13 -Total Time: 00h:53m:30s -Compiles Completed: 11/11 -Tests Completed: 35/35 +Tests Completed: 244/244 NOTES: A file 'test_changes.list' was generated but is empty. diff --git a/tests/logs/RegressionTests_hercules.log b/tests/logs/RegressionTests_hercules.log index 44083fe05d..6772f85d64 100644 --- a/tests/logs/RegressionTests_hercules.log +++ b/tests/logs/RegressionTests_hercules.log @@ -1,7 +1,7 @@ ====START OF HERCULES REGRESSION TESTING LOG==== UFSWM hash used in testing: -41bab87505df340722ba647c46f6f9f4a58716b8 +6b264a660c1cbcb1a685866dfa788376e63879c1 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -11,8 +11,8 @@ Submodule hashes used in testing: f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) 2d837b16af326b09ff4018daab4de84f4deff7ec CMEPS-interface/CMEPS (cmeps_v0.4.1-2307-g2d837b1) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - b3640007c51c8899533e1b835940a2030a768fcc FV3 (heads/develop) - 061a73663f2bab9799eab7345c2ff8a34c789573 FV3/atmos_cubed_sphere (201912_public_release-394-g061a736) + afb1140002734df7ac794b91f4188c80aff51c6f FV3 (remotes/origin/cs_perts) + 0bad587d6db041211c22f4af7a4ab1a25867107a FV3/atmos_cubed_sphere (remotes/origin/cs_perts) ccfefcd0b426e011f94137031d5f7c2a4dda2659 FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-750-gccfefcd) 16a1d881774d795f46db16017aeed7fc351d661a FV3/ccpp/physics (EP4-808-g16a1d881) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) @@ -20,7 +20,7 @@ Submodule hashes used in testing: -1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd -7476b8f2790a47d788f79cebfdbb551567ae7cf8 FV3/upp/sorc/ncep_post.fd/post_gtg.fd 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) - 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) + bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) b32aea7bf3f9e2a774afa23d3386c88156cd1182 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10051-gb32aea7bf) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) @@ -36,464 +36,373 @@ The second time is specifically for the run phase. Times/Memory will be empty for failed tests. BASELINE DIRECTORY: /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240603 -COMPARISON DIRECTORY: /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_2534203 +COMPARISON DIRECTORY: /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_2473811 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [12:10, 11:40] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [09:05, 07:34](2127 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [17:10, 16:14] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [15:04, 13:15](1999 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [15:27, 14:01](2310 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [08:27, 06:31](1298 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [17:03, 15:39](1916 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [17:10, 16:38] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [14:26, 13:17](1994 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [06:10, 05:24] ( 1525 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [53:11, 51:40](1963 MB) - -PASS -- COMPILE 's2swa_intel' [11:10, 11:02] ( 10 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [08:51, 07:38](2193 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [09:02, 07:50](2178 MB) -PASS -- TEST 'cpld_restart_p8_intel' [06:12, 04:21](1970 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [08:48, 07:44](2211 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [06:15, 04:24](1735 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [11:03, 09:13](2550 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [08:44, 07:50](2170 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [07:51, 06:30](2081 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [09:02, 07:36](2182 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [17:39, 15:43](2974 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [08:21, 05:54](2925 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [14:29, 08:34](3792 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [12:32, 05:23](3620 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [05:50, 05:07](2147 MB) - -PASS -- COMPILE 's2sw_intel' [11:10, 10:41] ( 10 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [07:46, 06:59](2016 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [04:52, 04:03](2076 MB) - -PASS -- COMPILE 's2swa_debug_intel' [06:10, 05:24] ( 1450 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [07:52, 07:00](2219 MB) - -PASS -- COMPILE 's2sw_debug_intel' [05:10, 05:00] ( 1450 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [05:50, 04:44](2034 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [09:10, 08:51] ( 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [05:47, 04:10](2077 MB) - -PASS -- COMPILE 's2s_intel' [09:10, 09:06] ( 3 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [08:36, 07:31](3097 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [03:37, 02:09](3072 MB) -PASS -- TEST 'cpld_restart_c48_intel' [02:36, 01:15](2489 MB) - -PASS -- COMPILE 's2swa_faster_intel' [14:10, 13:53] ( 10 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [09:15, 07:20](2184 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [16:10, 15:55] ( 10 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [15:59, 14:30](2042 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [07:57, 07:04](1406 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [16:50, 16:07](1964 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [04:10, 04:04] ( 1560 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [47:31, 46:44](2005 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [09:10, 08:29] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [03:18, 02:48](713 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [03:26, 02:26](1612 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [03:43, 02:27](1620 MB) -PASS -- TEST 'control_latlon_intel' [03:35, 02:24](1611 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [03:40, 02:27](1613 MB) -PASS -- TEST 'control_c48_intel' [07:34, 06:58](1743 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [06:25, 05:42](858 MB) -PASS -- TEST 'control_c192_intel' [09:44, 08:49](1764 MB) -PASS -- TEST 'control_c384_intel' [10:21, 08:53](2038 MB) -PASS -- TEST 'control_c384gdas_intel' [08:44, 06:53](1518 MB) -PASS -- TEST 'control_stochy_intel' [02:19, 01:23](660 MB) -PASS -- TEST 'control_stochy_restart_intel' [01:24, 00:50](544 MB) -PASS -- TEST 'control_lndp_intel' [02:20, 01:20](671 MB) -PASS -- TEST 'control_iovr4_intel' [02:23, 02:07](659 MB) -PASS -- TEST 'control_iovr5_intel' [02:17, 02:03](665 MB) -PASS -- TEST 'control_p8_intel' [03:49, 02:38](1913 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [03:49, 02:38](1912 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [03:47, 02:36](1912 MB) -PASS -- TEST 'control_restart_p8_intel' [02:45, 01:33](1156 MB) -PASS -- TEST 'control_noqr_p8_intel' [03:37, 02:34](1887 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [02:42, 01:28](1190 MB) -PASS -- TEST 'control_decomp_p8_intel' [03:36, 02:38](1891 MB) -PASS -- TEST 'control_2threads_p8_intel' [03:36, 02:30](1992 MB) -PASS -- TEST 'control_p8_lndp_intel' [05:31, 04:29](1916 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [05:00, 03:35](1975 MB) -PASS -- TEST 'control_p8_mynn_intel' [03:57, 02:44](1917 MB) -PASS -- TEST 'merra2_thompson_intel' [03:50, 02:52](1919 MB) -PASS -- TEST 'regional_control_intel' [05:23, 04:37](1192 MB) -PASS -- TEST 'regional_restart_intel' [03:28, 02:37](1178 MB) -PASS -- TEST 'regional_decomp_intel' [05:25, 04:54](1188 MB) -PASS -- TEST 'regional_2threads_intel' [03:23, 03:01](1162 MB) -PASS -- TEST 'regional_noquilt_intel' [05:24, 04:35](1526 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [05:27, 04:41](1200 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [05:23, 04:38](1213 MB) -PASS -- TEST 'regional_wofs_intel' [06:24, 05:31](2089 MB) - -PASS -- COMPILE 'rrfs_intel' [08:10, 07:50] ( 3 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [07:36, 06:42](1198 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [04:47, 03:24](1410 MB) -PASS -- TEST 'rap_decomp_intel' [07:36, 06:46](1123 MB) -PASS -- TEST 'rap_2threads_intel' [07:36, 06:16](1367 MB) -PASS -- TEST 'rap_restart_intel' [04:50, 03:24](1148 MB) -PASS -- TEST 'rap_sfcdiff_intel' [07:36, 06:25](1188 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [07:36, 06:46](1142 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [05:49, 04:52](1190 MB) -PASS -- TEST 'hrrr_control_intel' [04:43, 03:21](1060 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [04:43, 03:29](1035 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [03:48, 03:04](1120 MB) -PASS -- TEST 'hrrr_control_restart_intel' [02:24, 01:53](1032 MB) -PASS -- TEST 'rrfs_v1beta_intel' [07:53, 06:18](1183 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [08:20, 07:36](2023 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [08:19, 07:26](2174 MB) - -PASS -- COMPILE 'csawmg_intel' [07:10, 06:58] -PASS -- TEST 'control_csawmg_intel' [06:29, 05:24](1043 MB) -PASS -- TEST 'control_ras_intel' [03:18, 02:47](843 MB) - -PASS -- COMPILE 'csawmg_gnu' [04:10, 03:49] -PASS -- TEST 'control_csawmg_gnu' [07:30, 06:38](1071 MB) - -PASS -- COMPILE 'wam_intel' [07:10, 06:27] -PASS -- TEST 'control_wam_intel' [02:22, 01:47](804 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [13:10, 12:33] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [03:57, 02:22](1898 MB) -PASS -- TEST 'regional_control_faster_intel' [05:27, 04:11](1200 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [05:10, 04:48] ( 884 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:29, 02:11](1621 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [02:34, 02:06](1629 MB) -PASS -- TEST 'control_stochy_debug_intel' [03:16, 02:26](833 MB) -PASS -- TEST 'control_lndp_debug_intel' [03:17, 02:14](837 MB) -PASS -- TEST 'control_csawmg_debug_intel' [04:25, 03:51](1157 MB) -PASS -- TEST 'control_ras_debug_intel' [03:16, 02:13](842 MB) -PASS -- TEST 'control_diag_debug_intel' [03:28, 02:11](1686 MB) -PASS -- TEST 'control_debug_p8_intel' [03:26, 02:26](1915 MB) -PASS -- TEST 'regional_debug_intel' [14:27, 14:07](1162 MB) -PASS -- TEST 'rap_control_debug_intel' [04:23, 03:56](1217 MB) -PASS -- TEST 'hrrr_control_debug_intel' [04:19, 03:59](1208 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [04:18, 03:56](1220 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [04:19, 03:58](1220 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [04:17, 03:58](1216 MB) -PASS -- TEST 'rap_diag_debug_intel' [05:27, 04:17](1308 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [04:23, 04:10](1219 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [04:15, 04:03](1215 MB) -PASS -- TEST 'rap_lndp_debug_intel' [04:16, 04:00](1218 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [04:31, 03:58](1215 MB) -PASS -- TEST 'rap_noah_debug_intel' [04:24, 04:06](1221 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [04:19, 03:57](1230 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [07:22, 06:22](1213 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [04:16, 03:57](1212 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [05:18, 04:50](1223 MB) -PASS -- TEST 'rap_flake_debug_intel' [04:18, 03:57](1220 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [07:46, 06:49](1224 MB) - -PASS -- COMPILE 'atm_debug_dyn32_gnu' [05:10, 04:31] -PASS -- TEST 'control_csawmg_debug_gnu' [02:31, 01:55](1058 MB) - -PASS -- COMPILE 'wam_debug_intel' [03:10, 03:04] ( 855 warnings ) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [08:10, 07:27] ( 3 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [04:49, 03:14](1277 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [06:42, 05:33](1135 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [03:43, 02:55](1033 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [06:31, 05:13](1291 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [03:38, 02:38](1040 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [03:39, 03:03](984 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [04:53, 04:08](1096 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:30, 01:35](943 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [11:11, 10:23] ( 3 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [02:49, 01:43](1308 MB) -PASS -- TEST 'conus13km_2threads_intel' [01:33, 00:45](1207 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [01:30, 01:02](1162 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [08:10, 07:39] ( 3 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [04:31, 03:46](1091 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:10, 03:09] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [04:18, 04:03](1092 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [04:20, 03:52](1097 MB) -PASS -- TEST 'conus13km_debug_intel' [12:35, 11:38](1333 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [12:29, 11:59](1003 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [07:26, 06:43](1246 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [12:25, 12:04](1413 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [03:10, 03:07] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [04:18, 03:55](1150 MB) - -PASS -- COMPILE 'hafsw_intel' [11:11, 10:44] ( 1 warnings 9 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [07:06, 05:16](866 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [05:25, 05:07](1278 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [08:11, 06:23](944 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [15:03, 13:52](987 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [17:18, 15:53](1016 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [06:52, 05:25](606 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:22, 06:53](620 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [03:38, 02:36](440 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [09:53, 07:31](546 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:41, 03:58](620 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [04:39, 03:35](621 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [05:42, 04:53](685 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:26, 01:15](454 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [04:10, 03:08] ( 1467 warnings 1502 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [12:41, 11:18](631 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [15:10, 15:04] ( 8 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [17:47, 16:15](745 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [16:55, 16:06](848 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [11:10, 10:25] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [10:45, 09:55](836 MB) - -PASS -- COMPILE 'hafs_all_intel' [10:10, 09:43] ( 8 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [07:04, 05:20](946 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [07:09, 05:19](933 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [17:45, 16:21](1344 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [05:10, 05:00] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:15, 02:09](1144 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:15, 01:23](1105 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [02:14, 02:03](1016 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [02:15, 02:08](1013 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [02:14, 02:07](1014 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:14, 02:12](1138 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:14, 02:10](1147 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [02:15, 02:01](1009 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [05:54, 04:52](1156 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [05:47, 04:52](1150 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [02:13, 02:07](1156 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [03:18, 03:00](2377 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [03:15, 03:01](2448 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [03:11, 02:24] ( 2 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [05:14, 05:05](1078 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [07:10, 06:44] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:14, 02:11](1145 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [01:10, 00:42] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [01:30, 00:45](334 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [01:21, 00:44](570 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:19, 00:29](573 MB) - -PASS -- COMPILE 'atml_intel' [09:10, 09:01] ( 8 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [07:00, 05:25](1902 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [06:53, 05:28](1898 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:41, 03:04](1156 MB) - -PASS -- COMPILE 'atml_debug_intel' [04:10, 03:56] ( 882 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [05:48, 04:53](1926 MB) - -PASS -- COMPILE 'atmw_intel' [11:11, 10:15] ( 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [02:43, 01:39](1956 MB) - -PASS -- COMPILE 'atmaero_intel' [08:15, 07:48] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [04:42, 03:42](2026 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [05:42, 04:14](1797 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [05:37, 04:20](1825 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [03:10, 03:07] ( 884 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [18:20, 16:13](4576 MB) - -PASS -- COMPILE 'atm_gnu' [05:15, 04:50] -PASS -- TEST 'control_c48_gnu' [10:33, 09:33](1574 MB) -PASS -- TEST 'control_stochy_gnu' [03:26, 02:14](730 MB) -PASS -- TEST 'control_ras_gnu' [04:16, 03:36](731 MB) -PASS -- TEST 'control_p8_gnu' [04:44, 03:39](1709 MB) -PASS -- TEST 'control_p8_ugwpv1_gnu' [04:35, 03:33](1735 MB) -PASS -- TEST 'control_flake_gnu' [05:18, 04:20](813 MB) - -PASS -- COMPILE 'rrfs_gnu' [05:11, 04:43] -PASS -- TEST 'rap_control_gnu' [08:35, 07:38](1096 MB) -PASS -- TEST 'rap_decomp_gnu' [08:34, 07:45](1099 MB) -PASS -- TEST 'rap_2threads_gnu' [07:46, 07:03](1147 MB) -PASS -- TEST 'rap_restart_gnu' [04:49, 03:52](887 MB) -PASS -- TEST 'rap_sfcdiff_gnu' [08:41, 07:38](1081 MB) -PASS -- TEST 'rap_sfcdiff_decomp_gnu' [08:37, 07:46](1097 MB) -PASS -- TEST 'rap_sfcdiff_restart_gnu' [06:47, 05:42](882 MB) -PASS -- TEST 'hrrr_control_gnu' [04:45, 03:56](1074 MB) -PASS -- TEST 'hrrr_control_noqr_gnu' [04:30, 04:02](1132 MB) -PASS -- TEST 'hrrr_control_2threads_gnu' [04:28, 03:33](1041 MB) -PASS -- TEST 'hrrr_control_decomp_gnu' [04:28, 03:55](1069 MB) -PASS -- TEST 'hrrr_control_restart_gnu' [02:23, 02:03](877 MB) -PASS -- TEST 'hrrr_control_restart_noqr_gnu' [02:18, 02:07](933 MB) -PASS -- TEST 'rrfs_v1beta_gnu' [08:52, 07:34](1078 MB) - -PASS -- COMPILE 'atm_dyn32_debug_gnu' [11:11, 10:14] -PASS -- TEST 'control_diag_debug_gnu' [01:30, 01:09](1627 MB) -PASS -- TEST 'regional_debug_gnu' [07:24, 06:23](1116 MB) -PASS -- TEST 'rap_control_debug_gnu' [02:15, 01:54](1106 MB) -PASS -- TEST 'hrrr_control_debug_gnu' [02:15, 02:01](1097 MB) -PASS -- TEST 'hrrr_gf_debug_gnu' [02:15, 02:00](1098 MB) -PASS -- TEST 'hrrr_c3_debug_gnu' [02:16, 02:08](1099 MB) -PASS -- TEST 'rap_diag_debug_gnu' [03:23, 02:12](1275 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [03:16, 03:04](1101 MB) -PASS -- TEST 'rap_progcld_thompson_debug_gnu' [02:16, 02:00](1108 MB) -PASS -- TEST 'rrfs_v1beta_debug_gnu' [02:15, 02:02](1098 MB) -PASS -- TEST 'control_ras_debug_gnu' [02:16, 01:14](730 MB) -PASS -- TEST 'control_stochy_debug_gnu' [02:15, 01:26](728 MB) -PASS -- TEST 'control_debug_p8_gnu' [02:35, 01:22](1708 MB) -PASS -- TEST 'rap_flake_debug_gnu' [02:17, 01:56](1103 MB) -PASS -- TEST 'rap_clm_lake_debug_gnu' [03:16, 02:08](1106 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [04:46, 03:14](1110 MB) - -PASS -- COMPILE 'wam_debug_gnu' [04:10, 03:42] -PASS -- TEST 'control_wam_debug_gnu' [02:22, 01:54](496 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [05:10, 04:17] -PASS -- TEST 'rap_control_dyn32_phy32_gnu' [08:30, 07:14](964 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [04:40, 03:49](952 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [07:41, 06:46](997 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [04:34, 03:22](878 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [04:33, 03:47](950 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [06:35, 05:25](860 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [02:18, 01:57](858 MB) -PASS -- TEST 'conus13km_control_gnu' [03:34, 02:31](1268 MB) -PASS -- TEST 'conus13km_2threads_gnu' [02:24, 01:08](1176 MB) -PASS -- TEST 'conus13km_restart_mismatch_gnu' [02:26, 01:25](945 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_gnu' [12:10, 12:02] -PASS -- TEST 'rap_control_dyn64_phy32_gnu' [05:28, 04:18](988 MB) - -PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [11:10, 10:26] -PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [02:16, 01:57](976 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [02:16, 01:51](970 MB) -PASS -- TEST 'conus13km_debug_gnu' [06:34, 05:19](1286 MB) -PASS -- TEST 'conus13km_debug_qr_gnu' [06:37, 05:43](984 MB) -PASS -- TEST 'conus13km_debug_2threads_gnu' [04:36, 03:13](1193 MB) -PASS -- TEST 'conus13km_radar_tten_debug_gnu' [06:32, 05:20](1360 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [11:11, 10:44] -PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [02:20, 01:57](1004 MB) - -PASS -- COMPILE 's2swa_gnu' [17:11, 16:18] -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_control_p8_gnu' [, ]( MB) - -PASS -- COMPILE 's2s_gnu' [18:11, 17:51] -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_control_nowave_noaero_p8_gnu' [, ]( MB) - -PASS -- COMPILE 's2swa_debug_gnu' [09:11, 08:59] -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_debug_p8_gnu' [, ]( MB) - -PASS -- COMPILE 's2sw_pdlib_gnu' [16:11, 15:35] -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_control_pdlib_p8_gnu' [, ]( MB) - -PASS -- COMPILE 's2sw_pdlib_debug_gnu' [04:11, 03:21] -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_debug_pdlib_p8_gnu' [, ]( MB) - -PASS -- COMPILE 'datm_cdeps_gnu' [17:10, 16:52] -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'datm_cdeps_control_cfsr_gnu' [, ]( MB) +PASS -- COMPILE 's2swa_32bit_intel' [14:11, 13:10] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [09:19, 07:38](2119 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [18:11, 17:30] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [15:22, 13:27](1994 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [15:34, 14:02](2324 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [08:39, 06:32](1302 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [16:06, 15:06](1918 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [19:11, 18:53] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [14:34, 13:41](1988 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [08:11, 07:36] ( 1525 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [22:20, 20:51](1960 MB) + +PASS -- COMPILE 's2swa_intel' [14:11, 13:18] ( 10 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [08:52, 07:37](2185 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [09:07, 07:39](2178 MB) +PASS -- TEST 'cpld_restart_p8_intel' [06:18, 04:19](1956 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [08:53, 07:39](2217 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [06:16, 04:30](1737 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [10:01, 08:59](2541 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [08:47, 07:42](2179 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [07:56, 06:27](2094 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [09:06, 07:45](2185 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [18:14, 15:51](2987 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [08:39, 05:48](2935 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [15:29, 08:42](3786 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [14:10, 05:16](3614 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [06:01, 05:00](2161 MB) + +PASS -- COMPILE 's2sw_intel' [11:11, 10:59] ( 10 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [08:56, 07:12](2017 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [05:04, 04:07](2073 MB) + +PASS -- COMPILE 's2swa_debug_intel' [07:11, 07:07] ( 1450 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [08:18, 07:00](2196 MB) + +PASS -- COMPILE 's2sw_debug_intel' [07:11, 06:49] ( 1450 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [06:07, 04:52](2031 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [11:11, 10:45] ( 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [05:05, 04:06](2082 MB) + +PASS -- COMPILE 's2s_intel' [11:11, 10:32] ( 3 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [08:50, 07:23](3092 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [03:51, 02:14](3062 MB) +PASS -- TEST 'cpld_restart_c48_intel' [02:45, 01:20](2504 MB) + +PASS -- COMPILE 's2swa_faster_intel' [17:11, 16:29] ( 10 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [09:26, 07:20](2189 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [16:11, 15:37] ( 10 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [15:05, 14:01](2042 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [08:16, 06:46](1399 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [17:01, 15:29](1969 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [04:10, 04:08] ( 1560 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [23:03, 21:58](2018 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [09:11, 08:16] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [03:20, 02:49](706 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [03:32, 02:25](1604 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [03:36, 02:34](1620 MB) +PASS -- TEST 'control_latlon_intel' [03:28, 02:28](1604 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [03:34, 02:28](1605 MB) +PASS -- TEST 'control_c48_intel' [07:47, 06:59](1740 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [06:27, 05:44](863 MB) +PASS -- TEST 'control_c192_intel' [09:46, 09:02](1771 MB) +PASS -- TEST 'control_c384_intel' [10:44, 08:58](2037 MB) +PASS -- TEST 'control_c384gdas_intel' [09:11, 07:04](1517 MB) +PASS -- TEST 'control_stochy_intel' [02:19, 01:30](670 MB) +PASS -- TEST 'control_stochy_restart_intel' [01:27, 00:50](529 MB) +PASS -- TEST 'control_lndp_intel' [02:24, 01:20](673 MB) +PASS -- TEST 'control_iovr4_intel' [02:21, 02:04](659 MB) +PASS -- TEST 'control_iovr5_intel' [02:21, 02:04](666 MB) +PASS -- TEST 'control_p8_intel' [03:57, 02:39](1905 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [03:57, 02:40](1907 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [03:59, 02:37](1910 MB) +PASS -- TEST 'control_restart_p8_intel' [02:59, 01:31](1160 MB) +PASS -- TEST 'control_noqr_p8_intel' [03:45, 02:42](1902 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [02:56, 01:30](1203 MB) +PASS -- TEST 'control_decomp_p8_intel' [03:45, 02:44](1885 MB) +PASS -- TEST 'control_2threads_p8_intel' [03:44, 02:33](1996 MB) +PASS -- TEST 'control_p8_lndp_intel' [05:37, 04:40](1917 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [05:08, 03:32](1978 MB) +PASS -- TEST 'control_p8_mynn_intel' [03:57, 02:39](1909 MB) +PASS -- TEST 'merra2_thompson_intel' [04:04, 02:55](1910 MB) +PASS -- TEST 'regional_control_intel' [05:33, 04:36](1200 MB) +PASS -- TEST 'regional_restart_intel' [03:36, 02:33](1175 MB) +PASS -- TEST 'regional_decomp_intel' [05:32, 04:52](1192 MB) +PASS -- TEST 'regional_2threads_intel' [03:34, 02:59](1168 MB) +PASS -- TEST 'regional_noquilt_intel' [05:38, 04:28](1520 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [05:38, 04:37](1200 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [05:30, 04:38](1211 MB) +PASS -- TEST 'regional_wofs_intel' [06:32, 05:34](2080 MB) + +PASS -- COMPILE 'rrfs_intel' [08:11, 07:54] ( 3 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [07:43, 06:27](1204 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [04:55, 03:24](1404 MB) +PASS -- TEST 'rap_decomp_intel' [07:43, 06:49](1128 MB) +PASS -- TEST 'rap_2threads_intel' [07:43, 06:20](1384 MB) +PASS -- TEST 'rap_restart_intel' [05:05, 03:24](1136 MB) +PASS -- TEST 'rap_sfcdiff_intel' [07:43, 06:33](1184 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [07:43, 06:50](1151 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [06:01, 04:53](1220 MB) +PASS -- TEST 'hrrr_control_intel' [04:43, 03:26](1076 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [04:42, 03:26](1052 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [03:51, 03:09](1131 MB) +PASS -- TEST 'hrrr_control_restart_intel' [02:32, 01:50](1035 MB) +PASS -- TEST 'rrfs_v1beta_intel' [08:01, 06:17](1190 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [08:24, 07:37](2005 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [08:23, 07:30](2171 MB) + +PASS -- COMPILE 'csawmg_intel' [08:11, 07:23] +PASS -- TEST 'control_csawmg_intel' [06:32, 05:25](1047 MB) +PASS -- TEST 'control_ras_intel' [03:19, 02:50](814 MB) + +PASS -- COMPILE 'csawmg_gnu' [04:10, 03:54] +PASS -- TEST 'control_csawmg_gnu' [07:38, 06:43](1077 MB) + +PASS -- COMPILE 'wam_intel' [07:11, 06:46] +PASS -- TEST 'control_wam_intel' [02:26, 01:51](791 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [13:11, 12:40] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [04:05, 02:22](1902 MB) +PASS -- TEST 'regional_control_faster_intel' [05:35, 04:16](1197 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [05:10, 04:42] ( 884 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:40, 02:16](1622 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:46, 02:10](1633 MB) +PASS -- TEST 'control_stochy_debug_intel' [03:23, 02:27](832 MB) +PASS -- TEST 'control_lndp_debug_intel' [03:21, 02:12](833 MB) +PASS -- TEST 'control_csawmg_debug_intel' [04:35, 03:26](1150 MB) +PASS -- TEST 'control_ras_debug_intel' [03:20, 02:15](842 MB) +PASS -- TEST 'control_diag_debug_intel' [03:40, 02:12](1690 MB) +PASS -- TEST 'control_debug_p8_intel' [03:38, 02:42](1912 MB) +PASS -- TEST 'regional_debug_intel' [15:37, 14:16](1142 MB) +PASS -- TEST 'rap_control_debug_intel' [04:21, 03:56](1214 MB) +PASS -- TEST 'hrrr_control_debug_intel' [04:22, 03:51](1225 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [04:22, 03:56](1219 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [04:20, 03:55](1221 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [04:23, 03:56](1221 MB) +PASS -- TEST 'rap_diag_debug_intel' [04:28, 04:05](1306 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:22, 04:08](1218 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [04:23, 04:02](1223 MB) +PASS -- TEST 'rap_lndp_debug_intel' [04:22, 04:00](1220 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [04:21, 03:56](1225 MB) +PASS -- TEST 'rap_noah_debug_intel' [04:24, 03:59](1223 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [04:25, 04:02](1218 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [07:22, 06:26](1223 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [04:21, 03:55](1212 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [05:23, 04:50](1222 MB) +PASS -- TEST 'rap_flake_debug_intel' [04:22, 04:04](1223 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [08:01, 06:45](1224 MB) + +PASS -- COMPILE 'atm_debug_dyn32_gnu' [05:10, 04:56] +PASS -- TEST 'control_csawmg_debug_gnu' [02:43, 01:54](1056 MB) + +PASS -- COMPILE 'wam_debug_intel' [04:10, 03:54] ( 855 warnings ) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [08:10, 07:44] ( 3 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [05:01, 03:15](1270 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [06:49, 05:24](1146 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:02, 02:51](1031 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [05:58, 05:00](1265 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [03:43, 02:36](1047 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [03:40, 03:02](990 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [05:03, 04:05](1143 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:30, 01:36](972 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [11:11, 10:16] ( 3 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [02:46, 01:43](1308 MB) +PASS -- TEST 'conus13km_2threads_intel' [01:40, 00:42](1207 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [01:34, 01:01](1163 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [08:11, 07:24] ( 3 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [04:35, 03:40](1076 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:10, 03:22] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [04:21, 03:49](1101 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [04:26, 03:52](1093 MB) +PASS -- TEST 'conus13km_debug_intel' [12:54, 11:41](1336 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [12:52, 11:53](988 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [07:45, 06:43](1248 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [12:39, 11:49](1419 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:11, 03:21] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [04:24, 04:05](1144 MB) + +PASS -- COMPILE 'hafsw_intel' [11:10, 10:35] ( 1 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [07:13, 05:23](882 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [05:32, 05:01](1274 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [08:23, 06:15](958 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [15:05, 14:03](991 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [16:19, 14:51](1003 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [07:01, 05:23](612 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:24, 06:50](623 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [03:50, 02:32](440 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [10:21, 07:28](541 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:51, 03:47](623 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [04:45, 03:36](622 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [05:52, 04:48](686 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:30, 01:09](454 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [04:10, 03:34] ( 1467 warnings 1502 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [12:50, 11:11](632 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [18:11, 17:35] ( 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [18:05, 16:12](751 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [18:01, 16:57](856 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [10:11, 09:24] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [12:03, 10:23](829 MB) + +PASS -- COMPILE 'hafs_all_intel' [10:11, 09:44] ( 8 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [07:09, 05:29](956 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [07:13, 05:27](910 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [18:03, 16:24](1348 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [05:11, 04:40] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:19, 02:11](1161 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:17, 01:28](1106 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [02:16, 02:03](1017 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [02:16, 02:07](1014 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [02:16, 02:08](1018 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:16, 02:10](1130 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:16, 02:18](1158 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [02:17, 02:05](1024 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [06:04, 04:56](1160 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [05:58, 04:58](1158 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [02:14, 02:08](1152 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [03:17, 03:04](2442 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [03:18, 03:05](2387 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [04:10, 03:45] ( 2 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:16, 05:11](1070 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [07:10, 06:29] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:17, 02:11](1147 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [01:10, 00:49] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [01:32, 00:51](334 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [01:24, 00:47](589 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:28, 00:28](571 MB) + +PASS -- COMPILE 'atml_intel' [09:11, 09:02] ( 8 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [07:16, 05:16](1899 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [07:07, 05:18](1893 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:52, 02:50](1155 MB) + +PASS -- COMPILE 'atml_debug_intel' [04:10, 03:38] ( 882 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [06:07, 04:44](1914 MB) + +PASS -- COMPILE 'atmw_intel' [10:10, 09:55] ( 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:01, 01:39](1958 MB) + +PASS -- COMPILE 'atmaero_intel' [08:10, 07:26] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [04:58, 03:36](2026 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [05:58, 04:12](1800 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [05:51, 04:17](1830 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [03:10, 03:02] ( 884 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [18:44, 16:19](4598 MB) + +PASS -- COMPILE 'atm_gnu' [06:10, 05:23] +PASS -- TEST 'control_c48_gnu' [10:43, 09:33](1570 MB) +PASS -- TEST 'control_stochy_gnu' [03:25, 02:19](729 MB) +PASS -- TEST 'control_ras_gnu' [04:20, 03:48](735 MB) +PASS -- TEST 'control_p8_gnu' [04:55, 03:44](1729 MB) +PASS -- TEST 'control_p8_ugwpv1_gnu' [04:48, 03:40](1735 MB) +PASS -- TEST 'control_flake_gnu' [05:21, 04:25](815 MB) + +PASS -- COMPILE 'rrfs_gnu' [07:10, 06:30] +PASS -- TEST 'rap_control_gnu' [08:38, 07:33](1084 MB) +PASS -- TEST 'rap_decomp_gnu' [08:40, 07:46](1083 MB) +PASS -- TEST 'rap_2threads_gnu' [07:53, 07:02](1155 MB) +PASS -- TEST 'rap_restart_gnu' [04:52, 03:53](884 MB) +PASS -- TEST 'rap_sfcdiff_gnu' [08:53, 07:35](1085 MB) +PASS -- TEST 'rap_sfcdiff_decomp_gnu' [08:48, 07:42](1082 MB) +PASS -- TEST 'rap_sfcdiff_restart_gnu' [06:48, 05:39](882 MB) +PASS -- TEST 'hrrr_control_gnu' [04:57, 03:59](1072 MB) +PASS -- TEST 'hrrr_control_noqr_gnu' [04:37, 03:54](1134 MB) +PASS -- TEST 'hrrr_control_2threads_gnu' [04:38, 03:39](1024 MB) +PASS -- TEST 'hrrr_control_decomp_gnu' [04:39, 04:04](1071 MB) +PASS -- TEST 'hrrr_control_restart_gnu' [02:23, 02:04](880 MB) +PASS -- TEST 'hrrr_control_restart_noqr_gnu' [02:29, 02:02](930 MB) +PASS -- TEST 'rrfs_v1beta_gnu' [09:00, 07:42](1080 MB) + +PASS -- COMPILE 'atm_dyn32_debug_gnu' [12:11, 11:15] +PASS -- TEST 'control_diag_debug_gnu' [02:36, 01:10](1630 MB) +PASS -- TEST 'regional_debug_gnu' [07:33, 06:25](1141 MB) +PASS -- TEST 'rap_control_debug_gnu' [02:20, 02:07](1101 MB) +PASS -- TEST 'hrrr_control_debug_gnu' [02:20, 01:51](1093 MB) +PASS -- TEST 'hrrr_gf_debug_gnu' [02:22, 02:05](1098 MB) +PASS -- TEST 'hrrr_c3_debug_gnu' [02:22, 02:05](1102 MB) +PASS -- TEST 'rap_diag_debug_gnu' [03:30, 02:10](1272 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [04:20, 03:09](1099 MB) +PASS -- TEST 'rap_progcld_thompson_debug_gnu' [02:21, 01:54](1106 MB) +PASS -- TEST 'rrfs_v1beta_debug_gnu' [02:19, 02:01](1099 MB) +PASS -- TEST 'control_ras_debug_gnu' [02:18, 01:08](731 MB) +PASS -- TEST 'control_stochy_debug_gnu' [02:19, 01:14](730 MB) +PASS -- TEST 'control_debug_p8_gnu' [02:38, 01:21](1726 MB) +PASS -- TEST 'rap_flake_debug_gnu' [02:21, 02:03](1104 MB) +PASS -- TEST 'rap_clm_lake_debug_gnu' [02:21, 02:09](1106 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [04:57, 03:15](1111 MB) + +PASS -- COMPILE 'wam_debug_gnu' [05:11, 05:06] +PASS -- TEST 'control_wam_debug_gnu' [02:27, 01:56](496 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [07:11, 06:50] +PASS -- TEST 'rap_control_dyn32_phy32_gnu' [07:43, 07:07](964 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [04:52, 03:52](956 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [07:43, 06:44](969 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [04:41, 03:28](874 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [04:40, 03:47](950 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [06:53, 05:28](861 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [02:27, 01:58](856 MB) +PASS -- TEST 'conus13km_control_gnu' [03:47, 02:34](1267 MB) +PASS -- TEST 'conus13km_2threads_gnu' [01:31, 01:04](1176 MB) +PASS -- TEST 'conus13km_restart_mismatch_gnu' [02:33, 01:25](943 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_gnu' [14:11, 13:31] +PASS -- TEST 'rap_control_dyn64_phy32_gnu' [05:35, 04:24](989 MB) + +PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [11:11, 10:25] +PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [02:20, 02:03](978 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [02:21, 01:50](971 MB) +PASS -- TEST 'conus13km_debug_gnu' [06:36, 05:26](1285 MB) +PASS -- TEST 'conus13km_debug_qr_gnu' [06:35, 05:31](960 MB) +PASS -- TEST 'conus13km_debug_2threads_gnu' [04:36, 03:15](1193 MB) +PASS -- TEST 'conus13km_radar_tten_debug_gnu' [06:35, 05:30](1352 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [11:11, 10:33] +PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [02:23, 01:56](1004 MB) + +PASS -- COMPILE 's2swa_gnu' [15:11, 14:36] +PASS -- TEST 'cpld_control_p8_gnu' [08:18, 06:33](4903 MB) + +PASS -- COMPILE 's2s_gnu' [17:11, 16:38] +PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [06:05, 04:48](2736 MB) + +PASS -- COMPILE 's2swa_debug_gnu' [04:11, 03:26] +PASS -- TEST 'cpld_debug_p8_gnu' [05:06, 03:45](4925 MB) + +PASS -- COMPILE 's2sw_pdlib_gnu' [17:11, 16:38] +PASS -- TEST 'cpld_control_pdlib_p8_gnu' [27:01, 25:32](2910 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_gnu' [08:10, 08:06] +PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [12:58, 11:56](2909 MB) + +PASS -- COMPILE 'datm_cdeps_gnu' [14:11, 14:05] +PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [02:16, 02:07](760 MB) SYNOPSIS: -Starting Date/Time: 20240604 11:39:57 -Ending Date/Time: 20240604 13:31:40 -Total Time: 01h:52m:14s +Starting Date/Time: 20240606 13:36:19 +Ending Date/Time: 20240606 15:05:46 +Total Time: 01h:30m:18s Compiles Completed: 55/55 -Tests Completed: 238/244 -Failed Tests: -* TEST cpld_control_p8_gnu: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /work/noaa/nems/zshrader/hercules/rt-2093/tests/logs/log_hercules/run_cpld_control_p8_gnu.log -* TEST cpld_control_nowave_noaero_p8_gnu: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /work/noaa/nems/zshrader/hercules/rt-2093/tests/logs/log_hercules/run_cpld_control_nowave_noaero_p8_gnu.log -* TEST cpld_debug_p8_gnu: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /work/noaa/nems/zshrader/hercules/rt-2093/tests/logs/log_hercules/run_cpld_debug_p8_gnu.log -* TEST cpld_control_pdlib_p8_gnu: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /work/noaa/nems/zshrader/hercules/rt-2093/tests/logs/log_hercules/run_cpld_control_pdlib_p8_gnu.log -* TEST cpld_debug_pdlib_p8_gnu: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /work/noaa/nems/zshrader/hercules/rt-2093/tests/logs/log_hercules/run_cpld_debug_pdlib_p8_gnu.log -* TEST datm_cdeps_control_cfsr_gnu: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /work/noaa/nems/zshrader/hercules/rt-2093/tests/logs/log_hercules/run_datm_cdeps_control_cfsr_gnu.log - -NOTES: -A file 'test_changes.list' was generated with list of all failed tests. -You can use './rt.sh -c -b test_changes.list' to create baselines for the failed tests. -If you are using this log as a pull request verification, please commit 'test_changes.list'. - -Result: FAILURE - -====END OF HERCULES REGRESSION TESTING LOG==== -====START OF HERCULES REGRESSION TESTING LOG==== - -UFSWM hash used in testing: -41bab87505df340722ba647c46f6f9f4a58716b8 - -Submodule hashes used in testing: - 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) - be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) - 3d7067a523b8557058755289e4275f5f5c985daf CDEPS-interface/CDEPS (cdeps0.4.17-40-g3d7067a) - 9c0cd8d3ba5963d01711094a3c81b6358fcb8367 CICE-interface/CICE (CICE6.0.0-448-g9c0cd8d) - f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) - 2d837b16af326b09ff4018daab4de84f4deff7ec CMEPS-interface/CMEPS (cmeps_v0.4.1-2307-g2d837b1) - cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - b3640007c51c8899533e1b835940a2030a768fcc FV3 (heads/develop) - 061a73663f2bab9799eab7345c2ff8a34c789573 FV3/atmos_cubed_sphere (201912_public_release-394-g061a736) - ccfefcd0b426e011f94137031d5f7c2a4dda2659 FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-750-gccfefcd) - 16a1d881774d795f46db16017aeed7fc351d661a FV3/ccpp/physics (EP4-808-g16a1d881) - 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) - be0410ece28f2b5b9c089f8ca09ce0c80c79fe6c FV3/upp (upp_v10.2.0-191-gbe0410e) --1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd --7476b8f2790a47d788f79cebfdbb551567ae7cf8 FV3/upp/sorc/ncep_post.fd/post_gtg.fd - 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) - 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) - b32aea7bf3f9e2a774afa23d3386c88156cd1182 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10051-gb32aea7bf) - 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) - 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) - ec38ea3d902644cd4519d5fe060316859ccdc108 NOAHMP-interface/noahmp (v3.7.1-434-gec38ea3) - d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) - fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) - - -NOTES: -[Times](Memory) are at the end of each compile/test in format [MM:SS](Size). -The first time is for the full script (prep+run+finalize). -The second time is specifically for the run phase. -Times/Memory will be empty for failed tests. - -BASELINE DIRECTORY: /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240603 -COMPARISON DIRECTORY: /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_2947748 - -RT.SH OPTIONS USED: -* (-a) - HPC PROJECT ACCOUNT: epic -* (-l) - USE CONFIG FILE: rt.conf -* (-e) - USE ECFLOW - -PASS -- COMPILE 's2swa_gnu' [18:10, 17:19] -PASS -- TEST 'cpld_control_p8_gnu' [07:41, 06:35](4903 MB) - -PASS -- COMPILE 's2s_gnu' [17:10, 16:59] -PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [05:45, 04:42](2717 MB) - -PASS -- COMPILE 's2swa_debug_gnu' [10:10, 09:25] -PASS -- TEST 'cpld_debug_p8_gnu' [04:56, 03:56](4922 MB) - -PASS -- COMPILE 's2sw_pdlib_gnu' [17:10, 17:02] -PASS -- TEST 'cpld_control_pdlib_p8_gnu' [26:35, 25:34](2889 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_gnu' [10:10, 09:35] -PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [12:47, 11:57](2917 MB) - -PASS -- COMPILE 'datm_cdeps_gnu' [17:10, 16:23] -PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [03:14, 02:21](763 MB) - -SYNOPSIS: -Starting Date/Time: 20240604 14:30:49 -Ending Date/Time: 20240604 15:15:52 -Total Time: 00h:45m:18s -Compiles Completed: 6/6 -Tests Completed: 6/6 +Tests Completed: 244/244 NOTES: A file 'test_changes.list' was generated but is empty. diff --git a/tests/logs/RegressionTests_jet.log b/tests/logs/RegressionTests_jet.log index dfdd51ec4b..84d9646499 100644 --- a/tests/logs/RegressionTests_jet.log +++ b/tests/logs/RegressionTests_jet.log @@ -1,7 +1,7 @@ ====START OF JET REGRESSION TESTING LOG==== UFSWM hash used in testing: -6822d08c616e7b83cd7cfe533fe35d771c6a9a70 +6b264a660c1cbcb1a685866dfa788376e63879c1 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -11,8 +11,8 @@ Submodule hashes used in testing: f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) 2d837b16af326b09ff4018daab4de84f4deff7ec CMEPS-interface/CMEPS (cmeps_v0.4.1-2307-g2d837b1) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - b3640007c51c8899533e1b835940a2030a768fcc FV3 (heads/develop) - 061a73663f2bab9799eab7345c2ff8a34c789573 FV3/atmos_cubed_sphere (201912_public_release-394-g061a736) + afb1140002734df7ac794b91f4188c80aff51c6f FV3 (remotes/origin/cs_perts) + 0bad587d6db041211c22f4af7a4ab1a25867107a FV3/atmos_cubed_sphere (remotes/origin/cs_perts) ccfefcd0b426e011f94137031d5f7c2a4dda2659 FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-750-gccfefcd) 16a1d881774d795f46db16017aeed7fc351d661a FV3/ccpp/physics (EP4-808-g16a1d881) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) @@ -20,7 +20,7 @@ Submodule hashes used in testing: -1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd -7476b8f2790a47d788f79cebfdbb551567ae7cf8 FV3/upp/sorc/ncep_post.fd/post_gtg.fd 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) - 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) + bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) b32aea7bf3f9e2a774afa23d3386c88156cd1182 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10051-gb32aea7bf) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) @@ -36,247 +36,247 @@ The second time is specifically for the run phase. Times/Memory will be empty for failed tests. BASELINE DIRECTORY: /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20240603 -COMPARISON DIRECTORY: /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_1960518 +COMPARISON DIRECTORY: /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_1464282 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: h-nems * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [44:18, 40:33] ( 1 warnings 1382 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [18:05, 08:07](1994 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [51:20, 48:30] ( 1 warnings 1426 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [26:18, 21:54](1891 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [26:34, 23:35](2017 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [14:01, 11:37](1120 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [28:39, 24:42](1841 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [54:21, 50:36] ( 1 warnings 1423 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [24:51, 21:35](1859 MB) - -PASS -- COMPILE 's2swa_intel' [41:19, 41:06] ( 1380 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [13:54, 08:57](2052 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [14:21, 09:01](2055 MB) -PASS -- TEST 'cpld_restart_p8_intel' [12:01, 05:23](1680 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [13:53, 08:56](2067 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [11:16, 05:29](1741 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [10:55, 08:19](2313 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [13:47, 08:56](2043 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [10:22, 07:30](1997 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [14:21, 08:58](2043 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [19:16, 08:19](2027 MB) - -PASS -- COMPILE 's2sw_intel' [41:18, 37:50] ( 1278 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [12:15, 07:00](1898 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [17:28, 06:37](1971 MB) - -PASS -- COMPILE 's2swa_debug_intel' [06:12, 05:36] ( 1450 warnings 1228 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [18:51, 11:30](2046 MB) - -PASS -- COMPILE 's2sw_debug_intel' [06:12, 05:24] ( 1450 warnings 1228 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [15:38, 07:52](1919 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [36:15, 34:27] ( 1010 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [09:02, 06:29](1967 MB) - -PASS -- COMPILE 's2s_intel' [36:16, 35:02] ( 1015 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [15:25, 13:35](3062 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [06:14, 04:20](3039 MB) -PASS -- TEST 'cpld_restart_c48_intel' [04:06, 02:30](2472 MB) - -PASS -- COMPILE 's2swa_faster_intel' [36:26, 34:28] ( 1609 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [17:26, 07:59](2041 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [48:16, 47:04] ( 1338 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [25:59, 22:04](1911 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [49:22, 11:24](1129 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [31:02, 24:43](1881 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [06:11, 05:42] ( 1560 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [39:35, 33:14](1923 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [38:15, 37:21] ( 1 warnings 1147 remarks ) -PASS -- TEST 'control_flake_intel' [05:37, 04:36](648 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [20:44, 04:14](1545 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [21:50, 04:17](1555 MB) -PASS -- TEST 'control_latlon_intel' [16:32, 04:05](1551 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [09:45, 03:59](1554 MB) -PASS -- TEST 'control_c48_intel' [17:49, 10:54](1718 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [11:51, 10:17](852 MB) -PASS -- TEST 'control_c192_intel' [16:57, 14:51](1687 MB) -PASS -- TEST 'control_c384_intel' [23:02, 18:20](1823 MB) -PASS -- TEST 'control_c384gdas_intel' [20:18, 14:00](1024 MB) -PASS -- TEST 'control_stochy_intel' [03:34, 02:16](604 MB) -PASS -- TEST 'control_stochy_restart_intel' [17:38, 01:26](430 MB) -PASS -- TEST 'control_lndp_intel' [03:34, 02:14](605 MB) -PASS -- TEST 'control_iovr4_intel' [04:37, 03:27](600 MB) -PASS -- TEST 'control_iovr5_intel' [04:38, 03:32](605 MB) -PASS -- TEST 'control_p8_intel' [07:27, 04:43](1843 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [20:32, 04:49](1850 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [24:24, 04:43](1858 MB) -PASS -- TEST 'control_restart_p8_intel' [17:18, 02:54](1061 MB) -PASS -- TEST 'control_noqr_p8_intel' [14:02, 04:52](1832 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [10:18, 02:49](1060 MB) -PASS -- TEST 'control_decomp_p8_intel' [15:01, 05:18](1832 MB) -PASS -- TEST 'control_2threads_p8_intel' [23:23, 04:54](1927 MB) -PASS -- TEST 'control_p8_lndp_intel' [26:45, 08:07](1842 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [13:23, 06:02](1905 MB) -PASS -- TEST 'control_p8_mynn_intel' [18:29, 04:43](1843 MB) -PASS -- TEST 'merra2_thompson_intel' [24:39, 05:09](1846 MB) -PASS -- TEST 'regional_control_intel' [22:33, 08:31](1015 MB) -PASS -- TEST 'regional_restart_intel' [09:52, 04:39](1013 MB) -PASS -- TEST 'regional_decomp_intel' [27:33, 08:44](1024 MB) -PASS -- TEST 'regional_2threads_intel' [08:28, 06:30](1001 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [26:33, 08:18](1021 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [26:01, 07:59](1021 MB) - -PASS -- COMPILE 'rrfs_intel' [35:17, 35:06] ( 3 warnings 1114 remarks ) -PASS -- TEST 'rap_control_intel' [15:38, 10:16](991 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [10:30, 05:49](1222 MB) -PASS -- TEST 'rap_decomp_intel' [17:05, 10:41](991 MB) -PASS -- TEST 'rap_2threads_intel' [17:07, 09:47](1085 MB) -PASS -- TEST 'rap_restart_intel' [39:59, 05:20](990 MB) -PASS -- TEST 'rap_sfcdiff_intel' [17:33, 10:16](987 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [18:12, 10:55](981 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [40:52, 07:41](1000 MB) -PASS -- TEST 'hrrr_control_intel' [13:41, 05:16](991 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [16:15, 05:26](979 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [15:10, 04:50](1059 MB) -PASS -- TEST 'hrrr_control_restart_intel' [39:05, 02:51](924 MB) -PASS -- TEST 'rrfs_v1beta_intel' [17:49, 10:17](988 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [17:40, 12:54](1942 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [21:40, 12:22](1939 MB) - -PASS -- COMPILE 'csawmg_intel' [33:16, 32:36] ( 1095 remarks ) -PASS -- TEST 'control_csawmg_intel' [18:17, 09:03](963 MB) -PASS -- TEST 'control_ras_intel' [16:35, 04:28](668 MB) - -PASS -- COMPILE 'wam_intel' [31:16, 30:22] ( 981 remarks ) -PASS -- TEST 'control_wam_intel' [36:46, 02:50](508 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [18:24, 17:42] ( 1298 remarks ) -PASS -- TEST 'control_p8_faster_intel' [05:43, 04:03](1856 MB) -PASS -- TEST 'regional_control_faster_intel' [08:48, 07:23](1003 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [11:13, 07:16] ( 884 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [40:25, 03:23](1557 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [39:30, 03:22](1569 MB) -PASS -- TEST 'control_stochy_debug_intel' [40:01, 03:54](766 MB) -PASS -- TEST 'control_lndp_debug_intel' [40:02, 03:27](767 MB) -PASS -- TEST 'control_csawmg_debug_intel' [42:20, 05:57](1082 MB) -PASS -- TEST 'control_ras_debug_intel' [40:02, 03:30](777 MB) -PASS -- TEST 'control_diag_debug_intel' [40:27, 03:27](1622 MB) -PASS -- TEST 'control_debug_p8_intel' [41:34, 04:25](1854 MB) -PASS -- TEST 'regional_debug_intel' [50:24, 22:53](1031 MB) -PASS -- TEST 'rap_control_debug_intel' [43:03, 06:11](1153 MB) -PASS -- TEST 'hrrr_control_debug_intel' [42:03, 06:03](1144 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [43:03, 06:10](1150 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [43:03, 06:09](1149 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [42:52, 06:05](1155 MB) -PASS -- TEST 'rap_diag_debug_intel' [41:08, 06:25](1238 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [39:59, 06:15](1151 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [38:48, 06:15](1157 MB) -PASS -- TEST 'rap_lndp_debug_intel' [38:49, 06:11](1155 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [37:46, 06:06](1156 MB) -PASS -- TEST 'rap_noah_debug_intel' [37:52, 05:59](1152 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [37:50, 06:06](1154 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [39:52, 10:00](1153 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [35:58, 06:04](1151 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [34:55, 07:25](1156 MB) -PASS -- TEST 'rap_flake_debug_intel' [06:28, 06:04](1156 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [12:33, 10:29](1160 MB) - -PASS -- COMPILE 'wam_debug_intel' [18:13, 03:58] ( 855 warnings ) -PASS -- TEST 'control_wam_debug_intel' [07:27, 06:13](446 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [44:17, 30:16] ( 3 warnings 1027 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [10:19, 05:27](1081 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [10:29, 08:32](903 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [10:50, 04:28](870 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [14:03, 08:07](948 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [11:09, 04:13](921 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [11:08, 04:42](862 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [11:25, 06:19](903 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [04:42, 02:25](851 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [23:34, 50:08] ( 3 warnings 1197 remarks ) -PASS -- TEST 'conus13km_control_intel' [04:14, 03:02](1083 MB) -PASS -- TEST 'conus13km_2threads_intel' [02:43, 01:27](1052 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [02:48, 01:41](1001 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [59:23, 30:45] ( 3 warnings 1047 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [07:04, 05:36](905 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [23:26, 04:04] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [11:29, 06:05](1035 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [11:29, 05:57](1013 MB) -PASS -- TEST 'conus13km_debug_intel' [25:09, 18:23](1146 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [24:52, 18:37](857 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [12:48, 10:39](1086 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [24:48, 18:25](1214 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [57:16, 04:33] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [11:31, 06:08](1066 MB) - -PASS -- COMPILE 'hafsw_intel' [25:23, 38:15] ( 1 warnings 1426 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [10:29, 07:20](713 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [09:35, 06:45](1090 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [17:53, 09:33](769 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [25:31, 17:00](801 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [26:54, 18:37](820 MB) -PASS -- TEST 'gnv1_nested_intel' [13:35, 05:45](787 MB) - -PASS -- COMPILE 'hafs_all_intel' [34:14, 33:25] ( 1267 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [10:31, 08:54](768 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [10:37, 08:59](756 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [07:10, 06:46] ( 67 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [07:25, 03:36](1055 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:26, 02:14](1036 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [06:26, 03:31](926 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [06:25, 03:35](926 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [07:25, 03:40](943 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [06:26, 03:40](1047 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [07:26, 03:37](1079 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [06:24, 03:18](921 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [11:30, 07:53](887 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [10:19, 07:51](843 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [06:23, 03:35](1065 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [08:27, 05:12](2353 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [08:26, 05:09](2344 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [06:12, 03:20] ( 2 warnings ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [08:23, 07:56](1011 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [08:11, 07:54] ( 70 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [05:26, 03:51](1058 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [03:11, 01:55] ( 60 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [04:41, 01:47](232 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [03:34, 01:36](255 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:29, 01:01](254 MB) - -PASS -- COMPILE 'atml_intel' [42:17, 41:55] ( 8 warnings 1185 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [14:00, 10:10](1878 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [11:57, 09:51](1858 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [06:59, 05:39](1054 MB) - -PASS -- COMPILE 'atml_debug_intel' [06:10, 05:53] ( 882 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [10:00, 08:05](1868 MB) - -PASS -- COMPILE 'atmw_intel' [35:13, 34:10] ( 1259 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [11:28, 03:06](1866 MB) - -PASS -- COMPILE 'atmaero_intel' [34:16, 33:18] ( 1098 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [10:34, 06:11](1947 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [11:29, 06:29](1734 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [08:27, 06:36](1734 MB) +PASS -- COMPILE 's2swa_32bit_intel' [41:16, 40:56] ( 1 warnings 1382 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [13:08, 09:54](2010 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [49:18, 48:27] ( 1 warnings 1426 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [25:14, 22:33](1893 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [26:44, 24:07](1997 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [14:10, 11:24](1122 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [27:43, 25:26](1845 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [49:19, 48:32] ( 1 warnings 1423 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [22:55, 21:55](1856 MB) + +PASS -- COMPILE 's2swa_intel' [41:16, 41:14] ( 1380 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [13:32, 10:32](2059 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [14:04, 10:20](2040 MB) +PASS -- TEST 'cpld_restart_p8_intel' [10:17, 05:47](1722 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [14:43, 10:31](2084 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [10:01, 06:09](1726 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [12:30, 09:47](2314 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [13:23, 10:35](2029 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [11:56, 09:32](1950 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [13:57, 10:20](2062 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [14:58, 08:53](2031 MB) + +PASS -- COMPILE 's2sw_intel' [39:16, 39:07] ( 1278 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [11:12, 08:38](1911 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [10:23, 07:31](1952 MB) + +PASS -- COMPILE 's2swa_debug_intel' [06:11, 05:59] ( 1450 warnings 1228 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [13:55, 11:47](2078 MB) + +PASS -- COMPILE 's2sw_debug_intel' [06:11, 05:16] ( 1450 warnings 1228 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [10:45, 08:17](1916 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [35:13, 34:46] ( 1010 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [09:54, 07:37](1966 MB) + +PASS -- COMPILE 's2s_intel' [35:16, 35:03] ( 1015 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [15:24, 13:31](3067 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [06:18, 04:23](3046 MB) +PASS -- TEST 'cpld_restart_c48_intel' [04:05, 02:48](2482 MB) + +PASS -- COMPILE 's2swa_faster_intel' [34:28, 34:10] ( 1609 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [17:46, 12:29](2059 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [48:16, 47:16] ( 1338 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [27:11, 23:19](1885 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [16:28, 12:21](1136 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [32:08, 28:23](1883 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [06:11, 05:36] ( 1560 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [37:48, 33:26](1939 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [42:17, 38:22] ( 1 warnings 1147 remarks ) +PASS -- TEST 'control_flake_intel' [06:47, 04:51](646 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [17:14, 04:31](1550 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [18:29, 04:34](1554 MB) +PASS -- TEST 'control_latlon_intel' [24:21, 04:34](1551 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [07:01, 04:22](1547 MB) +PASS -- TEST 'control_c48_intel' [14:14, 12:00](1737 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [12:03, 10:20](849 MB) +PASS -- TEST 'control_c192_intel' [19:43, 15:04](1691 MB) +PASS -- TEST 'control_c384_intel' [27:58, 19:45](1819 MB) +PASS -- TEST 'control_c384gdas_intel' [27:39, 14:41](1015 MB) +PASS -- TEST 'control_stochy_intel' [03:44, 02:24](606 MB) +PASS -- TEST 'control_stochy_restart_intel' [21:47, 02:19](436 MB) +PASS -- TEST 'control_lndp_intel' [03:43, 02:28](604 MB) +PASS -- TEST 'control_iovr4_intel' [05:48, 03:47](597 MB) +PASS -- TEST 'control_iovr5_intel' [05:48, 04:18](601 MB) +PASS -- TEST 'control_p8_intel' [08:26, 05:05](1837 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [29:20, 06:30](1842 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [21:05, 05:01](1849 MB) +PASS -- TEST 'control_restart_p8_intel' [21:32, 03:35](1064 MB) +PASS -- TEST 'control_noqr_p8_intel' [07:43, 04:59](1837 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [21:02, 03:49](1070 MB) +PASS -- TEST 'control_decomp_p8_intel' [18:45, 05:14](1831 MB) +PASS -- TEST 'control_2threads_p8_intel' [16:39, 04:50](1935 MB) +PASS -- TEST 'control_p8_lndp_intel' [13:15, 08:17](1841 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [24:34, 06:15](1901 MB) +PASS -- TEST 'control_p8_mynn_intel' [24:20, 05:29](1853 MB) +PASS -- TEST 'merra2_thompson_intel' [21:18, 05:48](1846 MB) +PASS -- TEST 'regional_control_intel' [25:17, 09:58](1017 MB) +PASS -- TEST 'regional_restart_intel' [10:16, 05:29](1012 MB) +PASS -- TEST 'regional_decomp_intel' [32:15, 10:17](1019 MB) +PASS -- TEST 'regional_2threads_intel' [10:07, 07:35](998 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [15:16, 09:23](1022 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [29:09, 09:03](1023 MB) + +PASS -- COMPILE 'rrfs_intel' [35:14, 35:04] ( 3 warnings 1114 remarks ) +PASS -- TEST 'rap_control_intel' [24:08, 11:22](992 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [18:33, 06:27](1226 MB) +PASS -- TEST 'rap_decomp_intel' [25:13, 11:32](988 MB) +PASS -- TEST 'rap_2threads_intel' [23:39, 10:44](1085 MB) +PASS -- TEST 'rap_restart_intel' [08:42, 06:38](991 MB) +PASS -- TEST 'rap_sfcdiff_intel' [24:18, 11:26](992 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [24:18, 11:55](988 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [11:35, 09:28](1000 MB) +PASS -- TEST 'hrrr_control_intel' [19:33, 05:31](984 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [20:15, 05:50](984 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [19:14, 05:17](1062 MB) +PASS -- TEST 'hrrr_control_restart_intel' [04:39, 03:14](915 MB) +PASS -- TEST 'rrfs_v1beta_intel' [23:45, 10:41](987 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [24:38, 13:51](1932 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [24:41, 13:02](1936 MB) + +PASS -- COMPILE 'csawmg_intel' [33:21, 32:34] ( 1095 remarks ) +PASS -- TEST 'control_csawmg_intel' [20:58, 09:47](960 MB) +PASS -- TEST 'control_ras_intel' [14:30, 04:35](666 MB) + +PASS -- COMPILE 'wam_intel' [30:16, 29:52] ( 981 remarks ) +PASS -- TEST 'control_wam_intel' [04:38, 03:09](505 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [18:22, 17:33] ( 1298 remarks ) +PASS -- TEST 'control_p8_faster_intel' [17:48, 04:54](1839 MB) +PASS -- TEST 'regional_control_faster_intel' [11:00, 09:14](1012 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [20:14, 08:03] ( 884 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [05:18, 03:31](1566 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [05:22, 03:28](1561 MB) +PASS -- TEST 'control_stochy_debug_intel' [04:47, 03:56](767 MB) +PASS -- TEST 'control_lndp_debug_intel' [04:44, 03:43](766 MB) +PASS -- TEST 'control_csawmg_debug_intel' [07:14, 06:03](1078 MB) +PASS -- TEST 'control_ras_debug_intel' [04:45, 03:43](776 MB) +PASS -- TEST 'control_diag_debug_intel' [05:23, 03:35](1618 MB) +PASS -- TEST 'control_debug_p8_intel' [06:31, 04:30](1866 MB) +PASS -- TEST 'regional_debug_intel' [25:22, 24:13](1034 MB) +PASS -- TEST 'rap_control_debug_intel' [07:49, 06:10](1160 MB) +PASS -- TEST 'hrrr_control_debug_intel' [06:50, 06:03](1148 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [07:50, 06:09](1150 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [07:50, 06:10](1150 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [07:49, 06:14](1149 MB) +PASS -- TEST 'rap_diag_debug_intel' [08:06, 06:26](1238 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [07:31, 06:20](1151 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [07:35, 06:20](1148 MB) +PASS -- TEST 'rap_lndp_debug_intel' [07:35, 06:42](1156 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [07:42, 06:22](1153 MB) +PASS -- TEST 'rap_noah_debug_intel' [07:27, 06:15](1151 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [07:29, 06:26](1154 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [11:28, 10:26](1153 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [07:40, 06:11](1148 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [08:42, 08:02](1154 MB) +PASS -- TEST 'rap_flake_debug_intel' [07:53, 06:42](1153 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [13:12, 10:57](1160 MB) + +PASS -- COMPILE 'wam_debug_intel' [15:15, 04:39] ( 855 warnings ) +PASS -- TEST 'control_wam_debug_intel' [07:24, 06:30](468 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [31:17, 30:41] ( 3 warnings 1027 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [18:27, 06:01](1078 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [24:17, 09:46](881 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [19:20, 05:15](878 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [14:30, 09:17](957 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [34:39, 04:54](916 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [13:53, 05:33](859 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [13:41, 08:19](902 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [12:53, 03:00](854 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [52:14, 51:53] ( 3 warnings 1197 remarks ) +PASS -- TEST 'conus13km_control_intel' [10:19, 03:18](1110 MB) +PASS -- TEST 'conus13km_2threads_intel' [03:57, 02:59](1057 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [04:54, 02:39](1024 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [32:16, 31:16] ( 3 warnings 1047 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [31:25, 06:26](906 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [06:12, 05:22] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [21:49, 06:08](1031 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [21:48, 06:07](1032 MB) +PASS -- TEST 'conus13km_debug_intel' [34:29, 18:26](1151 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [34:28, 19:10](849 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [21:19, 10:52](1092 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [34:22, 18:35](1217 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [22:15, 04:56] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [24:39, 06:29](1069 MB) + +PASS -- COMPILE 'hafsw_intel' [05:15, 39:32] ( 1 warnings 1426 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [16:43, 07:44](712 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [10:44, 07:47](1083 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [22:06, 10:28](771 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [26:40, 17:28](803 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [31:10, 19:19](821 MB) +PASS -- TEST 'gnv1_nested_intel' [15:42, 06:17](770 MB) + +PASS -- COMPILE 'hafs_all_intel' [57:19, 34:09] ( 1267 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [16:45, 09:34](773 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [15:52, 09:34](751 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [26:13, 08:10] ( 67 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [05:23, 04:12](1070 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:27, 02:44](1016 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:26, 04:04](923 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [05:24, 04:09](922 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:23, 04:04](922 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [05:23, 04:31](1047 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:27, 04:07](1071 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:23, 04:00](928 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [10:38, 08:53](880 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [10:32, 08:54](837 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [05:20, 04:10](1055 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [06:24, 05:44](2393 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [06:25, 05:41](2401 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [15:12, 03:21] ( 2 warnings ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [08:27, 08:02](1018 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [15:12, 08:11] ( 70 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [05:22, 04:16](1061 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [03:10, 02:18] ( 60 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [04:13, 02:03](234 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [03:59, 01:59](256 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [03:44, 02:16](252 MB) + +PASS -- COMPILE 'atml_intel' [43:16, 42:35] ( 8 warnings 1185 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [15:00, 12:16](1857 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [14:55, 12:21](1855 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [08:05, 06:14](1073 MB) + +PASS -- COMPILE 'atml_debug_intel' [07:12, 06:10] ( 882 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [14:23, 09:57](1868 MB) + +PASS -- COMPILE 'atmw_intel' [35:17, 34:32] ( 1259 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [07:43, 03:19](1872 MB) + +PASS -- COMPILE 'atmaero_intel' [34:14, 33:45] ( 1098 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [09:33, 07:00](1924 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [10:30, 07:07](1714 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [09:20, 07:20](1730 MB) SYNOPSIS: -Starting Date/Time: 20240604 06:25:57 -Ending Date/Time: 20240604 11:42:43 -Total Time: 05h:17m:29s +Starting Date/Time: 20240606 18:49:30 +Ending Date/Time: 20240606 23:12:36 +Total Time: 04h:23m:45s Compiles Completed: 34/34 Tests Completed: 162/162 diff --git a/tests/logs/RegressionTests_orion.log b/tests/logs/RegressionTests_orion.log index f173b99a19..3edae0e022 100644 --- a/tests/logs/RegressionTests_orion.log +++ b/tests/logs/RegressionTests_orion.log @@ -1,7 +1,7 @@ ====START OF ORION REGRESSION TESTING LOG==== UFSWM hash used in testing: -1e33b95755bb7eeac409119e0d271b678d8f52c3 +6b264a660c1cbcb1a685866dfa788376e63879c1 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -11,8 +11,8 @@ Submodule hashes used in testing: f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) 2d837b16af326b09ff4018daab4de84f4deff7ec CMEPS-interface/CMEPS (cmeps_v0.4.1-2307-g2d837b1) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - b3640007c51c8899533e1b835940a2030a768fcc FV3 (heads/develop) - 061a73663f2bab9799eab7345c2ff8a34c789573 FV3/atmos_cubed_sphere (201912_public_release-394-g061a736) + afb1140002734df7ac794b91f4188c80aff51c6f FV3 (remotes/origin/cs_perts) + 0bad587d6db041211c22f4af7a4ab1a25867107a FV3/atmos_cubed_sphere (remotes/origin/cs_perts) ccfefcd0b426e011f94137031d5f7c2a4dda2659 FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-750-gccfefcd) 16a1d881774d795f46db16017aeed7fc351d661a FV3/ccpp/physics (EP4-808-g16a1d881) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) @@ -20,7 +20,7 @@ Submodule hashes used in testing: -1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd -7476b8f2790a47d788f79cebfdbb551567ae7cf8 FV3/upp/sorc/ncep_post.fd/post_gtg.fd 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) - 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) + bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) b32aea7bf3f9e2a774afa23d3386c88156cd1182 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10051-gb32aea7bf) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) @@ -36,278 +36,278 @@ The second time is specifically for the run phase. Times/Memory will be empty for failed tests. BASELINE DIRECTORY: /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20240603 -COMPARISON DIRECTORY: /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_192077 +COMPARISON DIRECTORY: /work/noaa/epic/stmp/role-epic/stmp/role-epic/FV3_RT/rt_398399 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [17:11, 16:18] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [36:50, 05:36](3305 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [19:11, 18:44] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [47:09, 17:21](1967 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [23:06, 18:19](2154 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [12:56, 08:32](1251 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [49:06, 19:33](1875 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [18:11, 17:31] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [45:45, 17:07](1963 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [08:10, 07:18] ( 1525 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [25:58, 22:55](1916 MB) - -PASS -- COMPILE 's2swa_intel' [16:11, 15:15] ( 8 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [31:43, 05:53](3332 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [31:54, 05:54](3339 MB) -PASS -- TEST 'cpld_restart_p8_intel' [08:49, 03:29](3253 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [32:54, 06:03](3354 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [09:40, 03:38](3274 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [32:52, 06:22](3613 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [31:43, 05:53](3324 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [30:52, 05:03](3209 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [31:58, 05:57](3337 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [32:57, 10:48](3467 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [10:11, 06:49](3625 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [37:06, 11:29](4268 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [17:09, 07:03](4358 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [31:46, 05:37](3314 MB) - -PASS -- COMPILE 's2sw_intel' [16:11, 15:45] ( 8 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [31:30, 04:54](1980 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [30:49, 04:34](2043 MB) - -PASS -- COMPILE 's2swa_debug_intel' [05:10, 05:00] ( 1450 warnings 1228 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [10:32, 08:51](3369 MB) - -PASS -- COMPILE 's2sw_debug_intel' [05:10, 04:47] ( 1450 warnings 1228 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [08:13, 06:10](1996 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [14:11, 13:21] ( 1 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [06:27, 04:31](2042 MB) - -PASS -- COMPILE 's2s_intel' [14:11, 13:27] ( 1 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [10:02, 08:22](3089 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [04:01, 02:34](3076 MB) -PASS -- TEST 'cpld_restart_c48_intel' [20:08, 01:40](2506 MB) - -PASS -- COMPILE 's2swa_faster_intel' [25:12, 24:48] ( 8 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [20:47, 05:36](3336 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [20:11, 19:52] ( 8 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [40:21, 17:27](1998 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [10:33, 08:40](1261 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [21:18, 19:38](1896 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [06:11, 05:19] ( 1560 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [26:05, 25:07](1948 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [14:13, 13:14] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [13:27, 03:29](705 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [10:44, 03:00](1600 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [03:51, 03:01](1600 MB) -PASS -- TEST 'control_latlon_intel' [07:39, 02:57](1602 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [07:51, 03:00](1587 MB) -PASS -- TEST 'control_c48_intel' [11:45, 07:11](1757 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [10:29, 06:01](875 MB) -PASS -- TEST 'control_c192_intel' [12:01, 10:35](1747 MB) -PASS -- TEST 'control_c384_intel' [16:07, 11:52](2001 MB) -PASS -- TEST 'control_c384gdas_intel' [16:06, 09:13](1346 MB) -PASS -- TEST 'control_stochy_intel' [05:25, 01:44](652 MB) -PASS -- TEST 'control_stochy_restart_intel' [02:24, 01:01](508 MB) -PASS -- TEST 'control_lndp_intel' [05:25, 01:37](658 MB) -PASS -- TEST 'control_iovr4_intel' [06:28, 02:34](659 MB) -PASS -- TEST 'control_iovr5_intel' [05:27, 02:33](658 MB) -PASS -- TEST 'control_p8_intel' [08:06, 03:12](1835 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [08:11, 03:06](1894 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [07:21, 03:01](1895 MB) -PASS -- TEST 'control_restart_p8_intel' [06:17, 01:47](1134 MB) -PASS -- TEST 'control_noqr_p8_intel' [08:04, 03:01](1881 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [06:08, 01:48](1142 MB) -PASS -- TEST 'control_decomp_p8_intel' [08:01, 03:10](1826 MB) -PASS -- TEST 'control_2threads_p8_intel' [08:15, 03:21](1985 MB) -PASS -- TEST 'control_p8_lndp_intel' [09:44, 05:25](1899 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [09:22, 04:09](1960 MB) -PASS -- TEST 'control_p8_mynn_intel' [07:23, 03:12](1906 MB) -PASS -- TEST 'merra2_thompson_intel' [06:41, 03:28](1897 MB) -PASS -- TEST 'regional_control_intel' [06:35, 05:26](1102 MB) -PASS -- TEST 'regional_restart_intel' [05:39, 02:56](1052 MB) -PASS -- TEST 'regional_decomp_intel' [07:29, 05:47](1093 MB) -PASS -- TEST 'regional_2threads_intel' [04:38, 03:59](1089 MB) -PASS -- TEST 'regional_noquilt_intel' [07:39, 05:26](1396 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [07:42, 05:16](1102 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [06:32, 05:26](1061 MB) -PASS -- TEST 'regional_wofs_intel' [07:32, 06:42](1927 MB) - -PASS -- COMPILE 'rrfs_intel' [13:13, 12:44] ( 3 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [10:23, 07:48](1109 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [05:58, 04:45](1299 MB) -PASS -- TEST 'rap_decomp_intel' [10:06, 08:09](1026 MB) -PASS -- TEST 'rap_2threads_intel' [10:04, 07:56](1180 MB) -PASS -- TEST 'rap_restart_intel' [07:37, 04:10](1103 MB) -PASS -- TEST 'rap_sfcdiff_intel' [10:38, 07:44](1102 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [11:09, 08:07](1032 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [08:29, 05:51](1134 MB) -PASS -- TEST 'hrrr_control_intel' [06:38, 04:01](1041 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [08:00, 04:10](1005 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [07:33, 03:26](1117 MB) -PASS -- TEST 'hrrr_control_restart_intel' [05:27, 02:13](1006 MB) -PASS -- TEST 'rrfs_v1beta_intel' [12:22, 07:56](1103 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [12:28, 09:17](1995 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [12:26, 09:02](2079 MB) - -PASS -- COMPILE 'csawmg_intel' [11:12, 11:05] -PASS -- TEST 'control_csawmg_intel' [27:35, 06:21](1004 MB) -PASS -- TEST 'control_ras_intel' [25:24, 03:23](743 MB) - -PASS -- COMPILE 'wam_intel' [14:11, 10:16] -PASS -- TEST 'control_wam_intel' [04:22, 02:10](658 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [25:11, 20:42] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [05:35, 02:48](1901 MB) -PASS -- TEST 'regional_control_faster_intel' [06:40, 04:53](1100 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [09:12, 06:13] ( 884 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [24:46, 02:46](1619 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [24:49, 02:53](1613 MB) -PASS -- TEST 'control_stochy_debug_intel' [24:26, 03:02](816 MB) -PASS -- TEST 'control_lndp_debug_intel' [24:27, 02:49](818 MB) -PASS -- TEST 'control_csawmg_debug_intel' [25:42, 04:26](1127 MB) -PASS -- TEST 'control_ras_debug_intel' [24:27, 02:53](827 MB) -PASS -- TEST 'control_diag_debug_intel' [24:46, 02:50](1666 MB) -PASS -- TEST 'control_debug_p8_intel' [04:41, 03:02](1904 MB) -PASS -- TEST 'regional_debug_intel' [18:37, 17:27](1096 MB) -PASS -- TEST 'rap_control_debug_intel' [05:26, 04:58](1198 MB) -PASS -- TEST 'hrrr_control_debug_intel' [05:25, 04:51](1200 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [05:24, 04:56](1198 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [06:25, 05:10](1208 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:22, 04:54](1201 MB) -PASS -- TEST 'rap_diag_debug_intel' [06:33, 05:11](1283 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:24, 04:58](1201 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:22, 05:04](1197 MB) -PASS -- TEST 'rap_lndp_debug_intel' [06:24, 05:07](1212 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:24, 04:51](1203 MB) -PASS -- TEST 'rap_noah_debug_intel' [08:24, 05:05](1203 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [08:22, 04:56](1204 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [11:22, 08:02](1212 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [07:24, 04:54](1201 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [08:24, 05:52](1201 MB) -PASS -- TEST 'rap_flake_debug_intel' [06:24, 04:53](1205 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [11:35, 08:33](1206 MB) - -PASS -- COMPILE 'wam_debug_intel' [06:11, 03:27] ( 855 warnings ) -PASS -- TEST 'control_wam_debug_intel' [27:28, 05:04](519 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [12:12, 10:53] ( 3 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [06:09, 04:32](1161 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [09:23, 06:28](993 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [06:15, 03:26](988 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [08:56, 06:48](1090 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:15, 02:58](969 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [06:14, 03:49](926 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [14:35, 04:55](1025 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [10:26, 01:54](925 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [17:11, 15:40] ( 3 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [07:01, 02:11](1198 MB) -PASS -- TEST 'conus13km_2threads_intel' [10:44, 01:02](1118 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [09:43, 01:18](1112 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [17:12, 11:45] ( 3 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [08:47, 04:24](936 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [09:10, 04:02] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [09:24, 04:47](1078 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [09:25, 05:17](1082 MB) -PASS -- TEST 'conus13km_debug_intel' [18:48, 14:06](1236 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [18:43, 14:25](928 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [11:47, 08:19](1163 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [17:47, 14:22](1301 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [08:12, 03:38] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [08:27, 04:58](1126 MB) - -PASS -- COMPILE 'hafsw_intel' [17:12, 13:02] ( 1 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [08:17, 05:29](744 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [08:31, 05:54](1118 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [14:31, 06:57](786 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [18:16, 13:21](810 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [20:34, 15:00](876 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [12:00, 06:12](502 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [16:29, 07:28](518 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [13:57, 03:12](375 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [12:28, 08:07](475 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [14:51, 04:13](535 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [14:56, 03:59](533 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [08:01, 05:32](587 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [09:28, 01:24](406 MB) -PASS -- TEST 'gnv1_nested_intel' [13:58, 04:38](803 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [06:11, 04:05] ( 1467 warnings 1501 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [21:51, 13:07](577 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [23:11, 22:44] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [19:06, 09:41](676 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [20:02, 09:47](696 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [15:12, 14:14] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [17:08, 07:09](731 MB) - -PASS -- COMPILE 'hafs_all_intel' [17:10, 12:27] ( 7 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [17:21, 06:22](827 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [17:20, 06:25](818 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [24:58, 15:53](1208 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [08:11, 06:59] -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [10:20, 02:40](1143 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:21, 01:42](1092 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [09:18, 02:32](1013 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [08:19, 02:46](991 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [07:20, 02:40](1020 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [07:19, 02:41](1124 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [06:18, 02:37](1128 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [06:18, 02:32](1020 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [10:23, 05:56](1053 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [10:16, 06:00](1035 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [05:16, 02:42](1129 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [06:18, 03:36](2485 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [05:20, 03:42](2494 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [05:11, 03:50] ( 2 warnings ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [08:18, 06:25](1070 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [08:11, 06:55] -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:17, 02:41](1136 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [02:10, 01:04] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:30, 00:52](257 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:22, 00:55](324 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:25, 00:34](296 MB) - -PASS -- COMPILE 'atml_intel' [20:11, 14:49] ( 8 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [06:46, 04:18](1868 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [06:40, 04:23](1860 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:46, 02:34](1102 MB) - -PASS -- COMPILE 'atml_debug_intel' [11:11, 04:44] ( 882 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [07:24, 05:45](1882 MB) - -PASS -- COMPILE 'atmw_intel' [17:11, 11:40] ( 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:18, 01:59](1864 MB) - -PASS -- COMPILE 'atmaero_intel' [20:11, 11:46] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [06:16, 04:11](3198 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [08:11, 04:54](3021 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [07:02, 05:09](3071 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [12:11, 03:39] ( 884 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [24:21, 21:13](4582 MB) +PASS -- COMPILE 's2swa_32bit_intel' [20:12, 16:11] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [26:14, 05:52](3239 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [25:16, 20:31] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [33:01, 17:24](1965 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [23:09, 18:24](2151 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [14:13, 08:46](1227 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [35:03, 19:34](1876 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [26:11, 22:04] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [36:50, 17:10](1972 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [13:11, 05:50] ( 1525 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [25:54, 23:07](1914 MB) + +PASS -- COMPILE 's2swa_intel' [20:11, 15:28] ( 8 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [25:52, 06:00](3337 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [26:17, 05:56](3332 MB) +PASS -- TEST 'cpld_restart_p8_intel' [08:01, 03:33](3253 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [25:10, 06:02](3356 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [08:45, 03:36](3280 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [27:01, 06:29](3611 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [25:52, 06:03](3323 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [08:17, 05:08](3209 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [26:17, 06:04](3342 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [29:17, 10:42](3515 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [11:43, 06:42](3623 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [35:17, 11:29](4191 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [18:13, 07:01](4365 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [23:53, 05:39](3307 MB) + +PASS -- COMPILE 's2sw_intel' [20:11, 15:33] ( 8 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [06:48, 04:55](1978 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [07:11, 04:35](2039 MB) + +PASS -- COMPILE 's2swa_debug_intel' [13:11, 06:00] ( 1450 warnings 1228 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [10:37, 08:53](3379 MB) + +PASS -- COMPILE 's2sw_debug_intel' [11:11, 06:25] ( 1450 warnings 1228 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [10:31, 06:11](1989 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [20:11, 13:36] ( 1 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [07:11, 04:35](2029 MB) + +PASS -- COMPILE 's2s_intel' [19:11, 14:34] ( 1 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [10:07, 08:26](3089 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [04:01, 02:45](3075 MB) +PASS -- TEST 'cpld_restart_c48_intel' [02:58, 01:33](2504 MB) + +PASS -- COMPILE 's2swa_faster_intel' [29:12, 25:39] ( 8 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [11:41, 05:33](3333 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [21:11, 20:00] ( 8 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [27:22, 17:29](2011 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [10:38, 08:50](1275 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [21:14, 19:37](1915 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [06:11, 04:58] ( 1560 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [26:16, 24:33](1950 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [14:11, 13:37] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [07:28, 03:28](699 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [06:46, 02:57](1598 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [05:52, 03:02](1600 MB) +PASS -- TEST 'control_latlon_intel' [05:40, 03:01](1596 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [05:49, 03:03](1597 MB) +PASS -- TEST 'control_c48_intel' [09:51, 07:13](1760 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [06:38, 06:03](877 MB) +PASS -- TEST 'control_c192_intel' [12:07, 10:31](1751 MB) +PASS -- TEST 'control_c384_intel' [16:11, 13:12](2009 MB) +PASS -- TEST 'control_c384gdas_intel' [13:22, 09:02](1356 MB) +PASS -- TEST 'control_stochy_intel' [02:28, 01:42](654 MB) +PASS -- TEST 'control_stochy_restart_intel' [04:29, 01:02](504 MB) +PASS -- TEST 'control_lndp_intel' [02:28, 01:33](655 MB) +PASS -- TEST 'control_iovr4_intel' [03:29, 02:36](653 MB) +PASS -- TEST 'control_iovr5_intel' [03:29, 02:29](652 MB) +PASS -- TEST 'control_p8_intel' [04:16, 03:06](1897 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [04:16, 03:09](1890 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [04:33, 03:00](1894 MB) +PASS -- TEST 'control_restart_p8_intel' [05:23, 01:50](1125 MB) +PASS -- TEST 'control_noqr_p8_intel' [04:19, 03:05](1884 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [05:14, 01:47](1160 MB) +PASS -- TEST 'control_decomp_p8_intel' [04:19, 03:09](1879 MB) +PASS -- TEST 'control_2threads_p8_intel' [05:18, 03:13](1992 MB) +PASS -- TEST 'control_p8_lndp_intel' [06:45, 05:26](1889 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [08:37, 04:09](1961 MB) +PASS -- TEST 'control_p8_mynn_intel' [05:29, 03:08](1906 MB) +PASS -- TEST 'merra2_thompson_intel' [08:50, 03:23](1901 MB) +PASS -- TEST 'regional_control_intel' [10:45, 05:20](1079 MB) +PASS -- TEST 'regional_restart_intel' [04:47, 02:55](1096 MB) +PASS -- TEST 'regional_decomp_intel' [09:43, 05:41](1095 MB) +PASS -- TEST 'regional_2threads_intel' [06:38, 03:56](1087 MB) +PASS -- TEST 'regional_noquilt_intel' [10:41, 05:20](1397 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [09:48, 05:18](1097 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [09:39, 05:26](1096 MB) +PASS -- TEST 'regional_wofs_intel' [10:38, 06:47](1921 MB) + +PASS -- COMPILE 'rrfs_intel' [13:11, 12:44] ( 3 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [10:31, 07:45](1112 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [07:08, 04:48](1295 MB) +PASS -- TEST 'rap_decomp_intel' [11:29, 08:09](1039 MB) +PASS -- TEST 'rap_2threads_intel' [13:24, 07:57](1188 MB) +PASS -- TEST 'rap_restart_intel' [06:39, 04:13](1102 MB) +PASS -- TEST 'rap_sfcdiff_intel' [13:28, 07:49](1104 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [13:25, 08:18](1035 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [07:31, 05:50](1131 MB) +PASS -- TEST 'hrrr_control_intel' [09:00, 04:00](1039 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [07:34, 04:08](1030 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [07:00, 03:30](1112 MB) +PASS -- TEST 'hrrr_control_restart_intel' [03:27, 02:15](1002 MB) +PASS -- TEST 'rrfs_v1beta_intel' [11:36, 07:38](1099 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [13:32, 10:32](1996 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [11:35, 09:02](2067 MB) + +PASS -- COMPILE 'csawmg_intel' [12:10, 11:47] +PASS -- TEST 'control_csawmg_intel' [07:43, 06:09](1015 MB) +PASS -- TEST 'control_ras_intel' [05:27, 03:23](747 MB) + +PASS -- COMPILE 'wam_intel' [11:10, 11:01] +PASS -- TEST 'control_wam_intel' [04:27, 02:03](656 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [22:11, 21:36] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [05:39, 02:49](1892 MB) +PASS -- TEST 'regional_control_faster_intel' [08:41, 04:51](1101 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [07:10, 06:36] ( 884 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [24:00, 02:49](1609 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [24:04, 02:43](1596 MB) +PASS -- TEST 'control_stochy_debug_intel' [21:35, 03:04](812 MB) +PASS -- TEST 'control_lndp_debug_intel' [21:35, 02:46](814 MB) +PASS -- TEST 'control_csawmg_debug_intel' [24:55, 04:27](1131 MB) +PASS -- TEST 'control_ras_debug_intel' [21:35, 03:01](826 MB) +PASS -- TEST 'control_diag_debug_intel' [24:00, 02:48](1670 MB) +PASS -- TEST 'control_debug_p8_intel' [24:02, 03:09](1912 MB) +PASS -- TEST 'regional_debug_intel' [38:03, 17:29](1079 MB) +PASS -- TEST 'rap_control_debug_intel' [23:35, 05:04](1206 MB) +PASS -- TEST 'hrrr_control_debug_intel' [25:34, 04:55](1204 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [25:33, 04:55](1206 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [25:33, 04:49](1202 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [24:28, 04:57](1210 MB) +PASS -- TEST 'rap_diag_debug_intel' [24:37, 05:19](1281 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [07:30, 05:12](1196 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [07:25, 05:08](1207 MB) +PASS -- TEST 'rap_lndp_debug_intel' [06:28, 04:58](1211 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:24, 04:54](1204 MB) +PASS -- TEST 'rap_noah_debug_intel' [06:25, 04:48](1205 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [06:26, 04:56](1203 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:29, 08:10](1202 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [06:24, 04:49](1197 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [06:26, 06:09](1204 MB) +PASS -- TEST 'rap_flake_debug_intel' [05:27, 05:01](1204 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:42, 08:30](1206 MB) + +PASS -- COMPILE 'wam_debug_intel' [09:10, 04:34] ( 855 warnings ) +PASS -- TEST 'control_wam_debug_intel' [06:24, 05:06](518 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [16:11, 12:49] ( 3 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [06:05, 04:31](1167 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [08:27, 06:27](1060 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:35, 03:28](996 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [08:19, 06:46](1086 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:23, 02:59](958 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:10, 03:37](934 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [18:23, 04:57](1028 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [12:27, 01:59](928 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [19:11, 16:30] ( 3 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [04:05, 02:06](1199 MB) +PASS -- TEST 'conus13km_2threads_intel' [12:53, 00:59](1119 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [12:49, 01:18](1108 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [15:12, 12:17] ( 3 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:59, 04:17](996 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [06:10, 04:13] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:30, 04:47](1081 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:23, 04:45](1082 MB) +PASS -- TEST 'conus13km_debug_intel' [15:54, 14:18](1232 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [15:50, 14:30](924 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [10:47, 08:32](1161 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [16:47, 14:50](1299 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [06:10, 04:08] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:27, 05:11](1122 MB) + +PASS -- COMPILE 'hafsw_intel' [15:11, 14:10] ( 1 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [08:20, 05:32](741 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:32, 05:56](1102 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [19:35, 07:07](831 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [15:16, 13:23](864 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [17:32, 15:13](883 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [19:07, 06:29](505 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [20:44, 07:39](520 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [15:03, 03:20](375 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [20:46, 08:11](473 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [14:54, 04:20](530 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [15:06, 03:58](532 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [17:00, 05:21](590 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [12:30, 01:29](407 MB) +PASS -- TEST 'gnv1_nested_intel' [16:05, 04:37](805 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [10:10, 04:37] ( 1467 warnings 1501 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [25:00, 13:19](579 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [29:12, 23:25] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [22:15, 09:45](671 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [22:10, 09:55](745 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [16:11, 14:31] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [19:06, 07:10](729 MB) + +PASS -- COMPILE 'hafs_all_intel' [15:11, 13:42] ( 7 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [20:19, 06:22](826 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [20:20, 06:26](816 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [26:03, 16:01](1218 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [12:11, 07:16] +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [13:22, 02:35](1128 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:25, 01:42](1087 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [12:19, 02:30](1018 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [11:19, 02:38](1016 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [07:19, 02:32](1006 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [07:19, 02:36](1133 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [06:19, 02:36](1137 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [06:19, 02:36](1012 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [11:28, 05:53](1054 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [10:14, 05:50](1035 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [07:17, 02:39](1127 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [07:19, 03:39](2488 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [07:19, 03:41](2435 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [06:11, 03:59] ( 2 warnings ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [10:23, 06:18](1067 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [11:11, 08:40] +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [06:19, 02:43](1124 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [06:11, 01:12] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [03:34, 00:48](257 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:29, 00:50](322 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:25, 00:33](322 MB) + +PASS -- COMPILE 'atml_intel' [16:11, 13:22] ( 8 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [06:52, 04:24](1866 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [06:34, 04:24](1863 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:59, 02:30](1100 MB) + +PASS -- COMPILE 'atml_debug_intel' [08:11, 05:48] ( 882 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [07:39, 05:45](1877 MB) + +PASS -- COMPILE 'atmw_intel' [13:11, 12:52] ( 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:18, 01:57](1928 MB) + +PASS -- COMPILE 'atmaero_intel' [13:11, 12:16] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [05:17, 04:06](3198 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [06:32, 04:56](3089 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:16, 05:05](3108 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [04:11, 03:51] ( 884 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [23:59, 21:43](4590 MB) SYNOPSIS: -Starting Date/Time: 20240604 11:38:13 -Ending Date/Time: 20240604 13:37:57 -Total Time: 02h:00m:14s +Starting Date/Time: 20240606 13:10:50 +Ending Date/Time: 20240606 15:10:28 +Total Time: 02h:00m:25s Compiles Completed: 39/39 Tests Completed: 183/183 diff --git a/tests/logs/RegressionTests_wcoss2.log b/tests/logs/RegressionTests_wcoss2.log index e69b89f8c8..cb201c8aeb 100644 --- a/tests/logs/RegressionTests_wcoss2.log +++ b/tests/logs/RegressionTests_wcoss2.log @@ -1,7 +1,7 @@ ====START OF WCOSS2 REGRESSION TESTING LOG==== UFSWM hash used in testing: -6822d08c616e7b83cd7cfe533fe35d771c6a9a70 +6b264a660c1cbcb1a685866dfa788376e63879c1 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -11,8 +11,8 @@ Submodule hashes used in testing: f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) 2d837b16af326b09ff4018daab4de84f4deff7ec CMEPS-interface/CMEPS (cmeps_v0.4.1-2307-g2d837b1) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - b3640007c51c8899533e1b835940a2030a768fcc FV3 (heads/develop) - 061a73663f2bab9799eab7345c2ff8a34c789573 FV3/atmos_cubed_sphere (201912_public_release-394-g061a736) + afb1140002734df7ac794b91f4188c80aff51c6f FV3 (remotes/origin/cs_perts) + 0bad587d6db041211c22f4af7a4ab1a25867107a FV3/atmos_cubed_sphere (remotes/origin/cs_perts) ccfefcd0b426e011f94137031d5f7c2a4dda2659 FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-750-gccfefcd) 16a1d881774d795f46db16017aeed7fc351d661a FV3/ccpp/physics (EP4-808-g16a1d881) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) @@ -20,7 +20,7 @@ Submodule hashes used in testing: -1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd -7476b8f2790a47d788f79cebfdbb551567ae7cf8 FV3/upp/sorc/ncep_post.fd/post_gtg.fd 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) - 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) + bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) b32aea7bf3f9e2a774afa23d3386c88156cd1182 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10051-gb32aea7bf) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) @@ -36,235 +36,235 @@ The second time is specifically for the run phase. Times/Memory will be empty for failed tests. BASELINE DIRECTORY: /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20240603 -COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_62764 +COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_23095 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: GFS-DEV * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [24:40, 23:30] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [02:56, 01:19](3096 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [12:26, 11:58] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [15:11, 01:55](1821 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [57:12, 01:52](1841 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [56:50, 02:05](981 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [15:12, 01:33](1797 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [13:27, 12:49] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [14:10, 01:03](1818 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [15:30, 14:55] ( 1505 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [12:08, 01:32](1831 MB) - -PASS -- COMPILE 's2swa_intel' [22:38, 21:49] ( 8 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [04:57, 01:23](3133 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [04:57, 01:40](3133 MB) -PASS -- TEST 'cpld_restart_p8_intel' [56:44, 01:05](3066 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [04:57, 01:21](3153 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [56:44, 00:59](3083 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [04:57, 01:42](3363 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [04:57, 01:21](3127 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [04:58, 01:27](3077 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [04:57, 01:37](3133 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [05:06, 04:29](4106 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [46:07, 04:17](4257 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [04:57, 01:42](3115 MB) - -PASS -- COMPILE 's2sw_intel' [11:24, 10:39] ( 8 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [16:13, 00:49](1834 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [16:13, 01:48](1893 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [10:24, 09:56] ( 1 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [17:13, 02:02](1888 MB) - -PASS -- COMPILE 's2s_intel' [25:40, 25:00] ( 1 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [01:55, 01:30](2915 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [01:55, 01:18](2906 MB) -PASS -- TEST 'cpld_restart_c48_intel' [57:53, 01:11](2308 MB) - -PASS -- COMPILE 's2swa_faster_intel' [19:32, 18:20] ( 8 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [08:03, 01:51](3131 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [24:38, 24:06] ( 8 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [02:58, 00:56](1832 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [45:31, 01:21](1007 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [45:23, 01:47](1797 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [16:32, 15:41] ( 1541 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [00:42, 00:49](1851 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [17:36, 17:11] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [58:36, 00:22](573 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [58:36, 00:29](1470 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [58:36, 01:21](1485 MB) -PASS -- TEST 'control_latlon_intel' [58:36, 00:19](1472 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [58:36, 00:29](1474 MB) -PASS -- TEST 'control_c48_intel' [58:35, 00:55](1591 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [58:35, 00:51](717 MB) -PASS -- TEST 'control_c192_intel' [58:36, 00:30](1597 MB) -PASS -- TEST 'control_c384_intel' [58:40, 01:19](1906 MB) -PASS -- TEST 'control_c384gdas_intel' [58:40, 01:54](1090 MB) -PASS -- TEST 'control_stochy_intel' [58:36, 00:24](533 MB) -PASS -- TEST 'control_stochy_restart_intel' [56:09, 01:01](335 MB) -PASS -- TEST 'control_lndp_intel' [58:36, 00:26](529 MB) -PASS -- TEST 'control_iovr4_intel' [57:33, 00:43](530 MB) -PASS -- TEST 'control_iovr5_intel' [57:18, 00:41](525 MB) -PASS -- TEST 'control_p8_intel' [56:49, 01:50](1768 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [56:34, 01:56](1774 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [56:25, 01:57](1772 MB) -PASS -- TEST 'control_restart_p8_intel' [51:28, 00:54](914 MB) -PASS -- TEST 'control_noqr_p8_intel' [56:24, 01:31](1761 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [51:23, 00:52](923 MB) -PASS -- TEST 'control_decomp_p8_intel' [56:09, 01:29](1767 MB) -PASS -- TEST 'control_2threads_p8_intel' [55:24, 00:40](1868 MB) -PASS -- TEST 'control_p8_lndp_intel' [55:08, 01:12](1770 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [54:57, 01:54](1822 MB) -PASS -- TEST 'control_p8_mynn_intel' [54:52, 01:35](1784 MB) -PASS -- TEST 'merra2_thompson_intel' [54:51, 01:36](1773 MB) -PASS -- TEST 'regional_control_intel' [54:45, 00:17](853 MB) -PASS -- TEST 'regional_restart_intel' [49:02, 00:14](852 MB) -PASS -- TEST 'regional_decomp_intel' [54:07, 00:53](857 MB) -PASS -- TEST 'regional_2threads_intel' [54:04, 00:51](904 MB) -PASS -- TEST 'regional_noquilt_intel' [53:50, 00:22](1178 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [53:48, 00:25](853 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [53:41, 01:05](854 MB) -PASS -- TEST 'regional_wofs_intel' [52:47, 00:55](1585 MB) - -PASS -- COMPILE 'rrfs_intel' [22:44, 22:02] ( 3 warnings 92 remarks ) -PASS -- TEST 'rap_control_intel' [51:55, 01:57](918 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [51:29, 01:05](1098 MB) -PASS -- TEST 'rap_decomp_intel' [51:11, 01:46](917 MB) -PASS -- TEST 'rap_2threads_intel' [51:11, 01:44](1004 MB) -PASS -- TEST 'rap_restart_intel' [42:34, 01:03](786 MB) -PASS -- TEST 'rap_sfcdiff_intel' [51:07, 01:12](913 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [51:06, 01:46](911 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [42:36, 01:45](786 MB) -PASS -- TEST 'hrrr_control_intel' [51:00, 01:04](909 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [50:39, 00:44](909 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [49:39, 01:44](993 MB) -PASS -- TEST 'hrrr_control_restart_intel' [45:56, 01:06](741 MB) -PASS -- TEST 'rrfs_v1beta_intel' [49:28, 01:13](911 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [49:20, 00:54](1873 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [48:29, 01:18](1860 MB) - -PASS -- COMPILE 'csawmg_intel' [22:44, 21:38] -PASS -- TEST 'control_csawmg_intel' [48:18, 00:28](873 MB) -PASS -- TEST 'control_ras_intel' [48:11, 00:59](561 MB) - -PASS -- COMPILE 'wam_intel' [34:58, 34:14] -PASS -- TEST 'control_wam_intel' [37:00, 00:58](270 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [20:43, 19:40] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [47:04, 02:11](1764 MB) -PASS -- TEST 'regional_control_faster_intel' [47:01, 00:19](850 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [14:33, 13:48] ( 869 warnings 92 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [48:08, 00:23](1492 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [48:08, 01:29](1487 MB) -PASS -- TEST 'control_stochy_debug_intel' [48:03, 00:54](690 MB) -PASS -- TEST 'control_lndp_debug_intel' [47:34, 01:05](689 MB) -PASS -- TEST 'control_csawmg_debug_intel' [47:28, 00:31](1000 MB) -PASS -- TEST 'control_ras_debug_intel' [46:06, 01:11](700 MB) -PASS -- TEST 'control_diag_debug_intel' [46:06, 01:13](1556 MB) -PASS -- TEST 'control_debug_p8_intel' [45:53, 00:55](1791 MB) -PASS -- TEST 'regional_debug_intel' [45:48, 00:32](883 MB) -PASS -- TEST 'rap_control_debug_intel' [45:21, 00:54](1074 MB) -PASS -- TEST 'hrrr_control_debug_intel' [44:59, 00:57](1073 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [44:20, 00:45](1075 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [44:09, 00:50](1075 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [43:34, 00:50](1075 MB) -PASS -- TEST 'rap_diag_debug_intel' [43:31, 00:44](1156 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [43:16, 00:46](1074 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [43:04, 00:40](1079 MB) -PASS -- TEST 'rap_lndp_debug_intel' [42:34, 00:41](1080 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [42:23, 00:53](1074 MB) -PASS -- TEST 'rap_noah_debug_intel' [41:48, 00:53](1068 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [41:46, 00:49](1075 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [41:40, 00:37](1072 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [41:31, 00:54](1068 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [41:27, 01:00](1079 MB) -PASS -- TEST 'rap_flake_debug_intel' [41:22, 00:51](1078 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [41:17, 02:11](1078 MB) - -PASS -- COMPILE 'wam_debug_intel' [21:45, 21:09] ( 842 warnings ) -PASS -- TEST 'control_wam_debug_intel' [41:10, 00:59](303 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [14:33, 13:48] ( 3 warnings 91 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [41:02, 01:16](958 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [40:23, 01:14](791 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [39:46, 02:11](786 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [38:47, 01:12](853 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [38:46, 01:55](843 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [38:20, 01:30](785 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [33:00, 01:26](689 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [34:05, 00:14](670 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [15:37, 15:21] ( 3 warnings 91 remarks ) -PASS -- TEST 'conus13km_control_intel' [37:51, 01:05](1005 MB) -PASS -- TEST 'conus13km_2threads_intel' [33:54, 00:46](1012 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [33:53, 00:36](881 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [18:32, 17:58] ( 3 warnings 91 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [37:49, 01:26](814 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [11:26, 10:28] ( 773 warnings 91 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [37:41, 00:50](951 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [37:15, 01:08](945 MB) -PASS -- TEST 'conus13km_debug_intel' [36:49, 01:10](1044 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [36:46, 01:02](712 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [36:37, 00:26](1045 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [36:02, 01:12](1111 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [26:50, 25:51] ( 773 warnings 91 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [25:36, 00:34](982 MB) - -PASS -- COMPILE 'hafsw_intel' [24:48, 23:55] ( 1 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [26:39, 01:47](618 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [26:39, 00:26](963 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [26:37, 01:54](659 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [26:37, 02:15](693 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [26:38, 02:10](711 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [26:37, 01:20](393 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [26:38, 02:39](403 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [26:38, 01:27](287 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [26:41, 02:46](375 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [26:37, 01:33](417 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [26:37, 00:47](419 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [26:39, 01:38](497 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [26:38, 01:19](316 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [09:29, 08:20] ( 1449 warnings 1501 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [35:48, 01:29](506 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [20:46, 19:44] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [27:39, 01:08](529 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [27:39, 01:42](708 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [19:40, 18:38] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [27:43, 01:21](715 MB) - -PASS -- COMPILE 'hafs_all_intel' [15:36, 14:23] ( 7 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [31:33, 02:11](659 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [31:33, 02:08](645 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [31:31, 00:23](882 MB) - -PASS -- COMPILE 'atml_intel' [25:53, 25:14] ( 8 warnings 2 remarks ) - -PASS -- COMPILE 'atml_debug_intel' [16:32, 16:16] ( 868 warnings 2 remarks ) - -PASS -- COMPILE 'atmaero_intel' [13:28, 13:04] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [27:43, 01:02](3027 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [27:43, 01:48](2905 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [27:43, 01:16](2921 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [14:34, 13:50] ( 870 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [26:19, 01:45](4436 MB) +PASS -- COMPILE 's2swa_32bit_intel' [39:07, 37:57] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [32:37, 01:53](3099 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [24:40, 24:25] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [47:37, 02:01](1820 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [27:38, 01:38](1849 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [27:24, 02:09](983 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [47:37, 01:26](1794 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [12:26, 12:06] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [59:50, 00:51](1818 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [26:43, 25:31] ( 1505 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [45:34, 01:49](1832 MB) + +PASS -- COMPILE 's2swa_intel' [25:41, 24:26] ( 8 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [46:35, 01:48](3136 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [46:35, 01:55](3131 MB) +PASS -- TEST 'cpld_restart_p8_intel' [37:12, 01:46](3067 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [46:35, 02:11](3153 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [37:09, 01:38](3083 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [46:35, 01:51](3365 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [46:35, 02:15](3125 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [46:36, 01:30](3080 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [46:35, 01:58](3133 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [46:44, 04:58](4113 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [25:37, 05:07](4257 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [46:35, 02:35](3117 MB) + +PASS -- COMPILE 's2sw_intel' [38:04, 37:17] ( 8 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [33:59, 01:17](1835 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [33:58, 01:27](1892 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [13:27, 13:10] ( 1 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [58:49, 01:16](1899 MB) + +PASS -- COMPILE 's2s_intel' [12:26, 11:23] ( 1 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [59:49, 01:25](2909 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [59:49, 01:12](2912 MB) +PASS -- TEST 'cpld_restart_c48_intel' [54:38, 00:54](2309 MB) + +PASS -- COMPILE 's2swa_faster_intel' [45:13, 44:10] ( 8 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [26:47, 02:18](3129 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [13:27, 12:21] ( 8 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [58:49, 01:24](1833 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [40:22, 01:32](1008 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [40:23, 01:30](1810 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [08:34, 07:26] ( 1541 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [51:17, 00:58](1849 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [19:46, 18:52] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [40:03, 01:26](575 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [40:03, 00:42](1470 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [40:03, 01:15](1485 MB) +PASS -- TEST 'control_latlon_intel' [40:03, 01:03](1472 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [40:03, 01:19](1474 MB) +PASS -- TEST 'control_c48_intel' [40:02, 00:41](1601 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [40:02, 01:09](717 MB) +PASS -- TEST 'control_c192_intel' [40:03, 01:12](1591 MB) +PASS -- TEST 'control_c384_intel' [40:07, 01:32](1912 MB) +PASS -- TEST 'control_c384gdas_intel' [40:07, 02:29](1090 MB) +PASS -- TEST 'control_stochy_intel' [40:03, 00:55](530 MB) +PASS -- TEST 'control_stochy_restart_intel' [36:31, 00:59](336 MB) +PASS -- TEST 'control_lndp_intel' [40:03, 01:13](529 MB) +PASS -- TEST 'control_iovr4_intel' [40:03, 01:30](529 MB) +PASS -- TEST 'control_iovr5_intel' [40:03, 00:34](530 MB) +PASS -- TEST 'control_p8_intel' [39:04, 01:34](1769 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [38:45, 01:34](1773 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [37:48, 01:31](1776 MB) +PASS -- TEST 'control_restart_p8_intel' [32:35, 00:55](922 MB) +PASS -- TEST 'control_noqr_p8_intel' [37:12, 01:18](1760 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [31:48, 01:53](924 MB) +PASS -- TEST 'control_decomp_p8_intel' [36:57, 01:18](1768 MB) +PASS -- TEST 'control_2threads_p8_intel' [36:50, 01:30](1857 MB) +PASS -- TEST 'control_p8_lndp_intel' [36:29, 01:02](1765 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [35:47, 01:39](1825 MB) +PASS -- TEST 'control_p8_mynn_intel' [35:24, 02:14](1776 MB) +PASS -- TEST 'merra2_thompson_intel' [35:16, 01:32](1777 MB) +PASS -- TEST 'regional_control_intel' [35:05, 01:01](854 MB) +PASS -- TEST 'regional_restart_intel' [27:13, 00:42](852 MB) +PASS -- TEST 'regional_decomp_intel' [35:01, 00:38](851 MB) +PASS -- TEST 'regional_2threads_intel' [34:20, 01:17](918 MB) +PASS -- TEST 'regional_noquilt_intel' [34:19, 00:39](1182 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [32:13, 01:25](852 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [32:07, 01:12](854 MB) +PASS -- TEST 'regional_wofs_intel' [31:53, 00:57](1583 MB) + +PASS -- COMPILE 'rrfs_intel' [21:47, 19:58] ( 3 warnings 92 remarks ) +PASS -- TEST 'rap_control_intel' [31:43, 02:11](917 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [31:42, 01:41](1091 MB) +PASS -- TEST 'rap_decomp_intel' [30:16, 01:16](917 MB) +PASS -- TEST 'rap_2threads_intel' [30:16, 01:06](1006 MB) +PASS -- TEST 'rap_restart_intel' [21:06, 01:49](787 MB) +PASS -- TEST 'rap_sfcdiff_intel' [29:21, 02:03](915 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [29:18, 01:28](915 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [18:56, 01:33](785 MB) +PASS -- TEST 'hrrr_control_intel' [28:44, 01:40](911 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [28:39, 01:27](909 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [28:33, 01:51](992 MB) +PASS -- TEST 'hrrr_control_restart_intel' [21:19, 01:18](741 MB) +PASS -- TEST 'rrfs_v1beta_intel' [27:54, 01:58](911 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [27:54, 00:47](1875 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [27:13, 01:23](1860 MB) + +PASS -- COMPILE 'csawmg_intel' [10:35, 09:17] +PASS -- TEST 'control_csawmg_intel' [48:14, 00:32](871 MB) +PASS -- TEST 'control_ras_intel' [48:14, 00:36](557 MB) + +PASS -- COMPILE 'wam_intel' [23:44, 22:20] +PASS -- TEST 'control_wam_intel' [26:25, 00:27](271 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [28:01, 25:31] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [20:12, 01:24](1775 MB) +PASS -- TEST 'regional_control_faster_intel' [20:11, 00:52](858 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [28:45, 27:25] ( 869 warnings 92 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [18:51, 01:20](1485 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [18:51, 01:24](1496 MB) +PASS -- TEST 'control_stochy_debug_intel' [18:51, 00:45](690 MB) +PASS -- TEST 'control_lndp_debug_intel' [18:51, 00:47](689 MB) +PASS -- TEST 'control_csawmg_debug_intel' [18:51, 00:34](1003 MB) +PASS -- TEST 'control_ras_debug_intel' [18:51, 00:47](699 MB) +PASS -- TEST 'control_diag_debug_intel' [18:51, 01:18](1555 MB) +PASS -- TEST 'control_debug_p8_intel' [18:51, 00:58](1785 MB) +PASS -- TEST 'regional_debug_intel' [18:50, 00:14](881 MB) +PASS -- TEST 'rap_control_debug_intel' [18:51, 01:09](1077 MB) +PASS -- TEST 'hrrr_control_debug_intel' [18:51, 00:32](1068 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [18:51, 00:22](1074 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [18:51, 00:19](1073 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [18:51, 01:00](1076 MB) +PASS -- TEST 'rap_diag_debug_intel' [18:51, 01:03](1158 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [18:25, 00:56](1077 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [17:44, 00:49](1076 MB) +PASS -- TEST 'rap_lndp_debug_intel' [17:08, 01:44](1080 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [17:04, 00:56](1075 MB) +PASS -- TEST 'rap_noah_debug_intel' [16:59, 01:03](1072 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [16:45, 00:57](1071 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [16:24, 01:09](1069 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [15:04, 01:22](1072 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [14:38, 00:39](1082 MB) +PASS -- TEST 'rap_flake_debug_intel' [14:36, 00:26](1080 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [14:18, 01:57](1080 MB) + +PASS -- COMPILE 'wam_debug_intel' [24:39, 23:45] ( 842 warnings ) +PASS -- TEST 'control_wam_debug_intel' [21:55, 01:04](305 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [29:46, 29:10] ( 3 warnings 91 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [13:20, 01:22](956 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [13:15, 02:12](787 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [13:14, 02:26](788 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [12:12, 01:35](856 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [12:04, 01:48](850 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [11:56, 02:10](785 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [02:38, 02:07](687 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [05:09, 00:49](669 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [32:03, 31:35] ( 3 warnings 91 remarks ) +PASS -- TEST 'conus13km_control_intel' [07:59, 01:14](1004 MB) +PASS -- TEST 'conus13km_2threads_intel' [01:48, 01:55](1010 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [01:47, 01:22](886 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [12:44, 10:50] ( 3 warnings 91 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [24:17, 01:06](810 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [16:45, 14:36] ( 773 warnings 91 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [11:54, 00:54](949 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [11:54, 00:58](945 MB) +PASS -- TEST 'conus13km_debug_intel' [11:10, 01:30](1042 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [11:10, 00:59](713 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [11:11, 01:14](1046 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [11:01, 01:01](1111 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [08:47, 06:56] ( 773 warnings 91 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [24:21, 00:37](980 MB) + +PASS -- COMPILE 'hafsw_intel' [19:37, 17:35] ( 1 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [07:56, 02:41](620 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:56, 00:55](966 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [07:54, 02:34](661 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [07:06, 01:41](695 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [06:58, 01:52](714 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [06:18, 01:08](390 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [06:17, 02:29](404 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [06:06, 01:33](295 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [06:06, 03:29](373 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:32, 01:28](417 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:31, 01:41](424 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [05:16, 02:19](494 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [05:11, 00:48](313 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [10:30, 08:31] ( 1449 warnings 1501 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [10:12, 01:06](507 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [37:09, 35:49] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [47:15, 01:09](531 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [47:15, 01:06](709 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [17:36, 16:18] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [05:05, 02:58](715 MB) + +PASS -- COMPILE 'hafs_all_intel' [16:41, 14:57] ( 7 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [05:02, 02:41](658 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [04:35, 02:14](644 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [04:11, 01:07](883 MB) + +PASS -- COMPILE 'atml_intel' [15:36, 14:40] ( 8 warnings 2 remarks ) + +PASS -- COMPILE 'atml_debug_intel' [13:37, 11:24] ( 868 warnings 2 remarks ) + +PASS -- COMPILE 'atmaero_intel' [18:34, 13:41] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [58:52, 01:34](3028 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [58:52, 01:13](2906 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [58:52, 01:17](2920 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [14:28, 09:39] ( 870 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [02:05, 01:28](4440 MB) SYNOPSIS: -Starting Date/Time: 20240604 15:31:57 -Ending Date/Time: 20240604 17:03:08 -Total Time: 01h:31m:54s +Starting Date/Time: 20240606 19:47:18 +Ending Date/Time: 20240606 21:29:34 +Total Time: 01h:42m:49s Compiles Completed: 32/32 Tests Completed: 155/155 diff --git a/tests/module-setup.sh b/tests/module-setup.sh index 57e02965c7..01cff398b5 100755 --- a/tests/module-setup.sh +++ b/tests/module-setup.sh @@ -51,13 +51,6 @@ elif [[ ${MACHINE_ID} = derecho ]] ; then fi module purge -elif [[ ${MACHINE_ID} = noaacloud ]] ; then - # We are on NOAA Cloud - if ( ! eval module help > /dev/null 2>&1 ) ; then - source /apps/lmod/8.5.2/init/bash - fi - module purge - elif [[ ${MACHINE_ID} = stampede ]] ; then # We are on TACC Stampede if ( ! eval module help > /dev/null 2>&1 ) ; then @@ -85,6 +78,10 @@ elif [[ ${MACHINE_ID} = expanse ]]; then module purge module load slurm/expanse/20.02.3 +elif [[ ${MACHINE_ID} = noaacloud ]] ; then + # We are on NOAA Cloud + module purge + else echo WARNING: UNKNOWN PLATFORM 1>&2 fi From bba5449d27837a270386937fbae6d540abd50581 Mon Sep 17 00:00:00 2001 From: Nicholas Szapiro <149816583+NickSzapiro-NOAA@users.noreply.github.com> Date: Tue, 11 Jun 2024 14:21:05 -0400 Subject: [PATCH 2/2] Add active atmosphere applications with data ocn and data ice components (ATM_DS2S and ATM_DS2S-PCICE) and regression tests (atm_ds2s_docn_dice and atm_ds2s_docn_pcice) (#2186) * UFSWM - Add ATM_DS2S and ATM_DS2S-PCICE applications by adding CDEPS dice and enabling prescribed ice CICE. Add corresponding atm_ds2s_docn_dice and atm_ds2s_docn_dice-pcice regression tests. New gnv1_nested regression test with Water in the West domain at C96 resolution using templates compatible with global-workflow * CDEPS - Add dice cplhist datamode * CICE - Enable ice prescribed CICE mode --- CDEPS-interface/CDEPS | 2 +- CDEPS-interface/cdeps_files.cmake | 1 + CICE-interface/CICE | 2 +- CICE-interface/CMakeLists.txt | 8 +- CICE-interface/cice_files.cmake | 19 + CMakeLists.txt | 5 +- cmake/configure_apps.cmake | 15 + doc/UsersGuide/source/CodeOverview.rst | 5 +- driver/UFSDriver.F90 | 20 + tests/bl_date.conf | 2 +- tests/default_vars.sh | 17 + tests/fv3_conf/control_run.IN | 7 +- tests/fv3_conf/cpld_docn_dice.IN | 15 + tests/fv3_conf/cpld_docn_pcice.IN | 4 + .../OpnReqTests_atm_ds2s_docn_dice_hera.log | 545 +++++++++++++ .../OpnReqTests_atm_ds2s_docn_pcice_hera.log | 545 +++++++++++++ tests/logs/OpnReqTests_control_p8_hera.log | 48 +- ...sts_cpld_control_nowave_noaero_p8_hera.log | 24 +- .../OpnReqTests_regional_control_hera.log | 30 +- tests/logs/RegressionTests_derecho.log | 548 ++++++------- tests/logs/RegressionTests_gaea.log | 550 ++++++------- tests/logs/RegressionTests_hera.log | 741 +++++++++--------- tests/logs/RegressionTests_hercules.log | 734 ++++++++--------- tests/logs/RegressionTests_orion.log | 550 ++++++------- tests/logs/RegressionTests_wcoss2.log | 463 +++++------ .../diag_table/diag_additional_ldiag3d_ugwp | 38 + tests/parm/docn_in.IN | 2 +- tests/parm/global_dice.streams.IN | 15 + tests/parm/global_dice_in.IN | 13 + tests/parm/global_docn.streams.IN | 15 + tests/parm/global_docn_in.IN | 12 + tests/parm/ice_in.IN | 14 +- tests/parm/input_global_nest.nml.IN | 396 ++++++++++ tests/parm/input_global_parent.nml.IN | 406 ++++++++++ tests/parm/model_configure_gnv1.IN | 53 ++ tests/parm/ufs.configure.s2s_esmf.IN | 4 + tests/rt.conf | 6 + tests/run_test.sh | 9 + tests/test_changes.list | 40 +- tests/tests/atm_ds2s_docn_dice | 121 +++ tests/tests/atm_ds2s_docn_pcice | 128 +++ tests/tests/cpld_control_nowave_noaero_p8 | 1 + tests/tests/gnv1_nested | 471 ++++++----- 43 files changed, 4589 insertions(+), 2055 deletions(-) create mode 100644 tests/fv3_conf/cpld_docn_dice.IN create mode 100644 tests/fv3_conf/cpld_docn_pcice.IN create mode 100644 tests/logs/OpnReqTests_atm_ds2s_docn_dice_hera.log create mode 100644 tests/logs/OpnReqTests_atm_ds2s_docn_pcice_hera.log create mode 100644 tests/parm/diag_table/diag_additional_ldiag3d_ugwp create mode 100644 tests/parm/global_dice.streams.IN create mode 100644 tests/parm/global_dice_in.IN create mode 100644 tests/parm/global_docn.streams.IN create mode 100644 tests/parm/global_docn_in.IN create mode 100644 tests/parm/input_global_nest.nml.IN create mode 100644 tests/parm/input_global_parent.nml.IN create mode 100644 tests/parm/model_configure_gnv1.IN create mode 100644 tests/tests/atm_ds2s_docn_dice create mode 100644 tests/tests/atm_ds2s_docn_pcice diff --git a/CDEPS-interface/CDEPS b/CDEPS-interface/CDEPS index 3d7067a523..fbdf6843d6 160000 --- a/CDEPS-interface/CDEPS +++ b/CDEPS-interface/CDEPS @@ -1 +1 @@ -Subproject commit 3d7067a523b8557058755289e4275f5f5c985daf +Subproject commit fbdf6843d6bde852d97f1547591d90136103f669 diff --git a/CDEPS-interface/cdeps_files.cmake b/CDEPS-interface/cdeps_files.cmake index 56d66d5cb7..bec4d6c235 100644 --- a/CDEPS-interface/cdeps_files.cmake +++ b/CDEPS-interface/cdeps_files.cmake @@ -56,6 +56,7 @@ list(APPEND cdeps_datm_files list(APPEND cdeps_dice_files CDEPS/dice/dice_datamode_ssmi_mod.F90 CDEPS/dice/dice_flux_atmice_mod.F90 + CDEPS/dice/dice_datamode_cplhist_mod.F90 CDEPS/dice/ice_comp_nuopc.F90 ) diff --git a/CICE-interface/CICE b/CICE-interface/CICE index 9c0cd8d3ba..d406c7e205 160000 --- a/CICE-interface/CICE +++ b/CICE-interface/CICE @@ -1 +1 @@ -Subproject commit 9c0cd8d3ba5963d01711094a3c81b6358fcb8367 +Subproject commit d406c7e205bd62913eea0bc87bed1aeb63eb2f83 diff --git a/CICE-interface/CMakeLists.txt b/CICE-interface/CMakeLists.txt index 2bfb3b3e4e..c04165ab09 100644 --- a/CICE-interface/CMakeLists.txt +++ b/CICE-interface/CMakeLists.txt @@ -51,7 +51,8 @@ list(APPEND lib_src_files ${cice_shared_files_c} ${icepack_files} ${cice_mpi_comm_files} - ${cice_nuopc_cmeps_driver_files}) + ${cice_nuopc_cmeps_driver_files} + ${cice_cdeps_inline_files}) list(APPEND _cice_defs FORTRANUNDERSCORE coupled) @@ -84,6 +85,11 @@ if(OpenMP_Fortran_FOUND) target_link_libraries(cice PRIVATE OpenMP::OpenMP_Fortran) endif() +# ice prescribed +add_dependencies(cice cdeps::cdeps) +target_compile_definitions(cice PUBLIC "DISABLE_FoX") +target_link_libraries(cice PUBLIC cdeps::cdeps) + ############################################################################### ### Install ############################################################################### diff --git a/CICE-interface/cice_files.cmake b/CICE-interface/cice_files.cmake index 9047414e0d..2a62c72e30 100644 --- a/CICE-interface/cice_files.cmake +++ b/CICE-interface/cice_files.cmake @@ -150,3 +150,22 @@ list(APPEND cice_nuopc_cmeps_driver_files CICE/cicecore/drivers/nuopc/cmeps/ice_shr_methods.F90 CICE/cicecore/drivers/nuopc/cmeps/ice_mesh_mod.F90 ) + +#-- Using ice prescribed ifndef cesmcoupled +list(APPEND cice_cdeps_inline_files + ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/share/shr_orb_mod.F90 + ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/share/shr_const_mod.F90 + ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/share/shr_abort_mod.F90 + ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/share/shr_strconvert_mod.F90 + ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/share/shr_log_mod.F90 + ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/share/shr_sys_mod.F90 + ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/share/shr_kind_mod.F90 + ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/share/shr_nl_mod.F90 + ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/share/shr_cal_mod.F90 + ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/share/shr_string_mod.F90 + ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/share/shr_timer_mod.F90 + ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/streams/dshr_strdata_mod.F90 + ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/streams/dshr_stream_mod.F90 + ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/streams/dshr_methods_mod.F90 + ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/dshr/dshr_mod.F90 +) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4f4d418862..e5fdd1e83a 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 ATMWM ATML LND S2S S2SA S2SW S2SWA S2SWAL HAFS HAFSW HAFS-MOM6 HAFS-MOM6W HAFS-ALL NG-GODAS) +list(APPEND VALID_APPS ATM ATMAERO ATMAQ ATMW ATMWM ATML LND S2S S2SA S2SW S2SWA S2SWAL ATM_DS2S ATM_DS2S-PCICE HAFS HAFSW HAFS-MOM6 HAFS-MOM6W 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}") @@ -152,7 +152,7 @@ if(FMS) find_package(FMS 2022.04 REQUIRED COMPONENTS R4 R8) if(APP MATCHES "^(HAFSW)$") add_library(fms ALIAS FMS::fms_r4) - elseif (APP MATCHES "^(S2S|S2SA|S2SW|S2SWA|S2SWAL|NG-GODAS|HAFS-MOM6|HAFS-MOM6W)$") + elseif (APP MATCHES "^(S2S|S2SA|S2SW|S2SWA|S2SWAL|ATM_DS2S|ATM_DS2S-PCICE|NG-GODAS|HAFS-MOM6|HAFS-MOM6W)$") add_library(fms ALIAS FMS::fms_r8) endif() if(APP MATCHES "^(ATM|ATMAERO|ATMAQ|ATMWM|ATMW|ATML|HAFS|HAFS-ALL)$") @@ -329,6 +329,7 @@ if(CDEPS) add_dependencies(ufs cdeps::cdeps) list(APPEND _ufs_defs_private FRONT_CDEPS_DATM=cdeps_datm_comp) list(APPEND _ufs_defs_private FRONT_CDEPS_DOCN=cdeps_docn_comp) + list(APPEND _ufs_defs_private FRONT_CDEPS_DICE=cdeps_dice_comp) target_link_libraries(ufs PUBLIC cdeps::cdeps) endif() diff --git a/cmake/configure_apps.cmake b/cmake/configure_apps.cmake index 17ebb9de58..b6db3a5759 100644 --- a/cmake/configure_apps.cmake +++ b/cmake/configure_apps.cmake @@ -53,6 +53,7 @@ if(APP MATCHES "^(S2S|S2SA|S2SW|S2SWA|S2SWAL)$") set(FV3 ON CACHE BOOL "Enable FV3" FORCE) set(MOM6 ON CACHE BOOL "Enable MOM6" FORCE) set(CICE6 ON CACHE BOOL "Enable CICE6" FORCE) + set(CDEPS ON CACHE BOOL "Enable CDEPS" FORCE) set(STOCH_PHYS ON CACHE BOOL "Enable Stochastic Physics" FORCE) if(APP MATCHES "^(S2SW|S2SWA|S2SWAL)") set(WW3 ON CACHE BOOL "Enable WAVEWATCH III" FORCE) @@ -68,6 +69,20 @@ if(APP MATCHES "^(S2S|S2SA|S2SW|S2SWA|S2SWAL)$") message("${APP_MSG} mode") endif() +if(APP MATCHES "^(ATM_DS2S|ATM_DS2S-PCICE)$") + set(APP_MSG "Configuring UFS app in ATM_DS2S with CDEPS data") + set(CMEPS ON CACHE BOOL "Enable CMEPS" FORCE) + 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) + set(CDEPS ON CACHE BOOL "Enable CDEPS" FORCE) + if (APP MATCHES "^(ATM_DS2S-PCICE)$") + set(CICE6 ON CACHE BOOL "Enable CICE6" FORCE) + string(CONCAT APP_MSG ${APP_MSG} " with prescribed ice sea ice") + endif() + message("${APP_MSG} mode") +endif() + if(APP MATCHES "^(HAFS|HAFSW|HAFS-MOM6|HAFS-MOM6W|HAFS-ALL)$") set(CMEPS ON CACHE BOOL "Enable CMEPS" FORCE) set(CDEPS ON CACHE BOOL "Enable CDEPS" FORCE) diff --git a/doc/UsersGuide/source/CodeOverview.rst b/doc/UsersGuide/source/CodeOverview.rst index a8594bce14..72297ea4d7 100644 --- a/doc/UsersGuide/source/CodeOverview.rst +++ b/doc/UsersGuide/source/CodeOverview.rst @@ -108,7 +108,8 @@ The umbrella repository for the UFS WM is named ``ufs-weather-model``. Under thi ├── CDEPS-interface │ └── CDEPS │ ├── (datm) -------- CDEPS DATM - │ └── (docn) -------- CDEPS DOCN + │ ├── (docn) -------- CDEPS DOCN + │ └── (dice) -------- CDEPS DICE ├── CICE-interface │ └── CICE -------- CICE6 sea ice model │ ├── (icepack) -------- Sea ice column physics @@ -161,4 +162,4 @@ The umbrella repository for the UFS WM is named ``ufs-weather-model``. Under thi │ └── fv3_conf └── WW3 └── (model) -------- WW3 model - └── (src) -------- NUOPC WW3 caps \ No newline at end of file + └── (src) -------- NUOPC WW3 caps diff --git a/driver/UFSDriver.F90 b/driver/UFSDriver.F90 index 44a536aaed..53c51d818b 100644 --- a/driver/UFSDriver.F90 +++ b/driver/UFSDriver.F90 @@ -61,6 +61,9 @@ MODULE UFSDriver #endif #ifdef FRONT_CDEPS_DOCN use FRONT_CDEPS_DOCN, only: DOCN_SS => SetServices +#endif +#ifdef FRONT_CDEPS_DICE + use FRONT_CDEPS_DICE, only: DICE_SS => SetServices #endif ! - Handle build time ICE options: #ifdef FRONT_CICE6 @@ -410,6 +413,23 @@ subroutine SetModelServices(driver, rc) found_comp = .true. end if #endif +#ifdef FRONT_CDEPS_DICE + if (trim(model) == "dice") then + !TODO: Remove bail code and pass info and SetVM to DriverAddComp + !TODO: once component supports threading. + if (ompNumThreads > 1) then + write (msg, *) "ESMF-aware threading NOT implemented for model: "//& + trim(model) + call ESMF_LogSetError(ESMF_RC_NOT_VALID, msg=msg,line=__LINE__, & + file=__FILE__, rcToReturn=rc) + return ! bail out + endif + call NUOPC_DriverAddComp(driver, trim(prefix), DICE_SS, & + petList=petList, comp=comp, rc=rc) + if (ChkErr(rc,__LINE__,u_FILE_u)) return + found_comp = .true. + end if +#endif #ifdef FRONT_CICE6 if (trim(model) == "cice6") then call NUOPC_DriverAddComp(driver, trim(prefix), CICE6_SS, & diff --git a/tests/bl_date.conf b/tests/bl_date.conf index 64bc75ee81..14d342bff7 100644 --- a/tests/bl_date.conf +++ b/tests/bl_date.conf @@ -1 +1 @@ -export BL_DATE=20240603 +export BL_DATE=20240607 diff --git a/tests/default_vars.sh b/tests/default_vars.sh index 236a9202ee..0742cb3bd8 100644 --- a/tests/default_vars.sh +++ b/tests/default_vars.sh @@ -419,6 +419,7 @@ export CMP_DATAONLY=false # Defaults for ufs.configure export esmf_logkind="ESMF_LOGKIND_MULTI" export DumpFields="false" +export MED_history_n=1000000 export_fv3_v16 () { @@ -498,9 +499,12 @@ export HAFS=false export AQM=false export DATM_CDEPS=false export DOCN_CDEPS=false +export DICE_CDEPS=false +export CICE_PRESCRIBED=false export CDEPS_INLINE=false export POSTAPP='global' export USE_MERRA2=.true. +export NESTED=.false. export NTILES=6 export INPES=${INPES_dflt} @@ -904,6 +908,7 @@ export_cice6() { export DT_CICE=${DT_ATMOS} export CICE_NPT=999 export CICE_RUNTYPE=initial + export CICE_ICE_IC='cice_model.res.nc' export CICE_RUNID=unknown export CICE_USE_RESTART_TIME=.false. export CICE_RESTART_DIR=./RESTART/ @@ -954,6 +959,12 @@ export_cice6() { export CICE_BLCKX export CICE_BLCKY export CICE_DECOMP=slenderX2 + + #ds2s + export MESH_DICE=none + export stream_files_dice=none + export CICE_PRESCRIBED=false + export DICE_CDEPS=false } # Defaults for the MOM6 model namelist, mx100 @@ -1056,6 +1067,8 @@ export HAFS=false export AQM=false export DATM_CDEPS=false export DOCN_CDEPS=false +export DICE_CDEPS=false +export CICE_PRESCRIBED=false export CDEPS_INLINE=false export FV3BMIC='p8c' export BMIC=.false. @@ -1222,6 +1235,10 @@ export AOD_FRQ=060000 export RESTART_FILE_PREFIX='' export RESTART_FILE_SUFFIX_SECS='' export RT35D='' + +#CDEPS ds2s +export MESH_DICE=none +export stream_files_dice=none } export_35d_run () { diff --git a/tests/fv3_conf/control_run.IN b/tests/fv3_conf/control_run.IN index fd8482ee57..e228fd2ad0 100644 --- a/tests/fv3_conf/control_run.IN +++ b/tests/fv3_conf/control_run.IN @@ -10,14 +10,17 @@ elif [ $NPX = 385 ]; then elif [ $NPX = 769 ]; then inputdir=FV3_input_data768 fi -echo "inputdir=$inputdir,NPX=$NPX" + +echo "inputdir=$inputdir,NPX=$NPX,NESTED=$NESTED" OPNREQ_TEST=${OPNREQ_TEST:-false} V2_SFC_FILE=${V2_SFC_FILE:-false} SUFFIX=${RT_SUFFIX} if [ $WARM_START = .false. ]; then mkdir INPUT RESTART - if [ "$V2_SFC_FILE" = "true" ]; then + if [ "$NESTED" = .true. ]; then + cp -r @[INPUTDATA_ROOT]/${inputdir}/INPUT_L127_nested/* ./INPUT/. + elif [ "$V2_SFC_FILE" = "true" ]; then cp -r @[INPUTDATA_ROOT]/${inputdir}/INPUT_L127_v2_sfc/* ./INPUT/. else cp -r @[INPUTDATA_ROOT]/${inputdir}/INPUT_L127/* ./INPUT/. diff --git a/tests/fv3_conf/cpld_docn_dice.IN b/tests/fv3_conf/cpld_docn_dice.IN new file mode 100644 index 0000000000..b2ad8bc18c --- /dev/null +++ b/tests/fv3_conf/cpld_docn_dice.IN @@ -0,0 +1,15 @@ +mkdir -p INPUT + +SUFFIX=${RT_SUFFIX} +if [[ ${OPNREQ_TEST} == true ]]; then + SUFFIX=${BL_SUFFIX} +fi + +#CDEPS data files +#cp @[INPUTDATA_ROOT]/DOCN_DICE_cplhist/ufs.cpld.cpl*.nc INPUT +module load nco +ncrcat ../${DEP_RUN}${SUFFIX}/ufs.cpld.cpl.hi.ice*nc ./INPUT/ufs.cpld.cpl.hi.ice.nc +ncrcat ../${DEP_RUN}${SUFFIX}/ufs.cpld.cpl.hi.ocn*nc ./INPUT/ufs.cpld.cpl.hi.ocn.nc + +#CDEPS fix files - same for ocn/ice +cp @[INPUTDATA_ROOT]/CICE_FIX/@[OCNRES]/mesh.mx@[OCNRES].nc INPUT diff --git a/tests/fv3_conf/cpld_docn_pcice.IN b/tests/fv3_conf/cpld_docn_pcice.IN new file mode 100644 index 0000000000..8a82092056 --- /dev/null +++ b/tests/fv3_conf/cpld_docn_pcice.IN @@ -0,0 +1,4 @@ +mkdir -p INPUT + +#For consistency, same CDEPS docn and CICE ice prescribed input files (data and ESMF_mesh) +cp @[INPUTDATA_ROOT]/DOCN_DICE_ERA5/* INPUT diff --git a/tests/logs/OpnReqTests_atm_ds2s_docn_dice_hera.log b/tests/logs/OpnReqTests_atm_ds2s_docn_dice_hera.log new file mode 100644 index 0000000000..1c2d4a0109 --- /dev/null +++ b/tests/logs/OpnReqTests_atm_ds2s_docn_dice_hera.log @@ -0,0 +1,545 @@ +Wed Jun 5 22:28:18 UTC 2024 +Start Operation Requirement Test + + +baseline dir = /scratch1/NCEPDEV/stmp4/Nick.Szapiro/FV3_OPNREQ_TEST/OPNREQ_TEST/atm_ds2s_docn_dice_bit_base_intel +working dir = /scratch1/NCEPDEV/stmp2/Nick.Szapiro/FV3_OPNREQ_TEST/opnReqTest_63967/bit_base_bit_base +Checking test bit_base results .... +Moving baseline bit_base files .... + Moving sfcf021.tile1.nc .........OK + Moving sfcf021.tile2.nc .........OK + Moving sfcf021.tile3.nc .........OK + Moving sfcf021.tile4.nc .........OK + Moving sfcf021.tile5.nc .........OK + Moving sfcf021.tile6.nc .........OK + Moving atmf021.tile1.nc .........OK + Moving atmf021.tile2.nc .........OK + Moving atmf021.tile3.nc .........OK + Moving atmf021.tile4.nc .........OK + Moving atmf021.tile5.nc .........OK + Moving atmf021.tile6.nc .........OK + Moving sfcf024.tile1.nc .........OK + Moving sfcf024.tile2.nc .........OK + Moving sfcf024.tile3.nc .........OK + Moving sfcf024.tile4.nc .........OK + Moving sfcf024.tile5.nc .........OK + Moving sfcf024.tile6.nc .........OK + Moving atmf024.tile1.nc .........OK + Moving atmf024.tile2.nc .........OK + Moving atmf024.tile3.nc .........OK + Moving atmf024.tile4.nc .........OK + Moving atmf024.tile5.nc .........OK + Moving atmf024.tile6.nc .........OK + Moving RESTART/20210323.060000.coupler.res .........OK + Moving RESTART/20210323.060000.fv_core.res.nc .........OK + Moving RESTART/20210323.060000.fv_core.res.tile1.nc .........OK + Moving RESTART/20210323.060000.fv_core.res.tile2.nc .........OK + Moving RESTART/20210323.060000.fv_core.res.tile3.nc .........OK + Moving RESTART/20210323.060000.fv_core.res.tile4.nc .........OK + Moving RESTART/20210323.060000.fv_core.res.tile5.nc .........OK + Moving RESTART/20210323.060000.fv_core.res.tile6.nc .........OK + Moving RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK + Moving RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK + Moving RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK + Moving RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK + Moving RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK + Moving RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK + Moving RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK + Moving RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK + Moving RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK + Moving RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK + Moving RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK + Moving RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK + Moving RESTART/20210323.060000.phy_data.tile1.nc .........OK + Moving RESTART/20210323.060000.phy_data.tile2.nc .........OK + Moving RESTART/20210323.060000.phy_data.tile3.nc .........OK + Moving RESTART/20210323.060000.phy_data.tile4.nc .........OK + Moving RESTART/20210323.060000.phy_data.tile5.nc .........OK + Moving RESTART/20210323.060000.phy_data.tile6.nc .........OK + Moving RESTART/20210323.060000.sfc_data.tile1.nc .........OK + Moving RESTART/20210323.060000.sfc_data.tile2.nc .........OK + Moving RESTART/20210323.060000.sfc_data.tile3.nc .........OK + Moving RESTART/20210323.060000.sfc_data.tile4.nc .........OK + Moving RESTART/20210323.060000.sfc_data.tile5.nc .........OK + Moving RESTART/20210323.060000.sfc_data.tile6.nc .........OK + Moving RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK + + 0: The total amount of wall time = 189.281551 + 0: The maximum resident set size (KB) = 1904608 + +Test bit_base PASS + + +baseline dir = /scratch1/NCEPDEV/stmp4/Nick.Szapiro/FV3_OPNREQ_TEST/OPNREQ_TEST/atm_ds2s_docn_dice_dbg_base_intel +working dir = /scratch1/NCEPDEV/stmp2/Nick.Szapiro/FV3_OPNREQ_TEST/opnReqTest_63967/dbg_base_dbg_base +Checking test dbg_base results .... +Moving baseline dbg_base files .... + Moving sfcf021.tile1.nc .........OK + Moving sfcf021.tile2.nc .........OK + Moving sfcf021.tile3.nc .........OK + Moving sfcf021.tile4.nc .........OK + Moving sfcf021.tile5.nc .........OK + Moving sfcf021.tile6.nc .........OK + Moving atmf021.tile1.nc .........OK + Moving atmf021.tile2.nc .........OK + Moving atmf021.tile3.nc .........OK + Moving atmf021.tile4.nc .........OK + Moving atmf021.tile5.nc .........OK + Moving atmf021.tile6.nc .........OK + Moving sfcf024.tile1.nc .........OK + Moving sfcf024.tile2.nc .........OK + Moving sfcf024.tile3.nc .........OK + Moving sfcf024.tile4.nc .........OK + Moving sfcf024.tile5.nc .........OK + Moving sfcf024.tile6.nc .........OK + Moving atmf024.tile1.nc .........OK + Moving atmf024.tile2.nc .........OK + Moving atmf024.tile3.nc .........OK + Moving atmf024.tile4.nc .........OK + Moving atmf024.tile5.nc .........OK + Moving atmf024.tile6.nc .........OK + Moving RESTART/20210323.060000.coupler.res .........OK + Moving RESTART/20210323.060000.fv_core.res.nc .........OK + Moving RESTART/20210323.060000.fv_core.res.tile1.nc .........OK + Moving RESTART/20210323.060000.fv_core.res.tile2.nc .........OK + Moving RESTART/20210323.060000.fv_core.res.tile3.nc .........OK + Moving RESTART/20210323.060000.fv_core.res.tile4.nc .........OK + Moving RESTART/20210323.060000.fv_core.res.tile5.nc .........OK + Moving RESTART/20210323.060000.fv_core.res.tile6.nc .........OK + Moving RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK + Moving RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK + Moving RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK + Moving RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK + Moving RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK + Moving RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK + Moving RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK + Moving RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK + Moving RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK + Moving RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK + Moving RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK + Moving RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK + Moving RESTART/20210323.060000.phy_data.tile1.nc .........OK + Moving RESTART/20210323.060000.phy_data.tile2.nc .........OK + Moving RESTART/20210323.060000.phy_data.tile3.nc .........OK + Moving RESTART/20210323.060000.phy_data.tile4.nc .........OK + Moving RESTART/20210323.060000.phy_data.tile5.nc .........OK + Moving RESTART/20210323.060000.phy_data.tile6.nc .........OK + Moving RESTART/20210323.060000.sfc_data.tile1.nc .........OK + Moving RESTART/20210323.060000.sfc_data.tile2.nc .........OK + Moving RESTART/20210323.060000.sfc_data.tile3.nc .........OK + Moving RESTART/20210323.060000.sfc_data.tile4.nc .........OK + Moving RESTART/20210323.060000.sfc_data.tile5.nc .........OK + Moving RESTART/20210323.060000.sfc_data.tile6.nc .........OK + Moving RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK + + 0: The total amount of wall time = 1982.695161 + 0: The maximum resident set size (KB) = 1950552 + +Test dbg_base PASS + + +baseline dir = /scratch1/NCEPDEV/stmp4/Nick.Szapiro/FV3_OPNREQ_TEST/OPNREQ_TEST/atm_ds2s_docn_dice_std_base_intel +working dir = /scratch1/NCEPDEV/stmp2/Nick.Szapiro/FV3_OPNREQ_TEST/opnReqTest_63967/dcp_dcp +Checking test dcp results .... + Comparing sfcf021.tile1.nc .....USING NCCMP......OK + Comparing sfcf021.tile2.nc .....USING NCCMP......OK + Comparing sfcf021.tile3.nc .....USING NCCMP......OK + Comparing sfcf021.tile4.nc .....USING NCCMP......OK + Comparing sfcf021.tile5.nc .....USING NCCMP......OK + Comparing sfcf021.tile6.nc .....USING NCCMP......OK + Comparing atmf021.tile1.nc .....USING NCCMP......OK + Comparing atmf021.tile2.nc .....USING NCCMP......OK + Comparing atmf021.tile3.nc .....USING NCCMP......OK + Comparing atmf021.tile4.nc .....USING NCCMP......OK + Comparing atmf021.tile5.nc .....USING NCCMP......OK + Comparing atmf021.tile6.nc .....USING NCCMP......OK + Comparing sfcf024.tile1.nc .....USING NCCMP......OK + Comparing sfcf024.tile2.nc .....USING NCCMP......OK + Comparing sfcf024.tile3.nc .....USING NCCMP......OK + Comparing sfcf024.tile4.nc .....USING NCCMP......OK + Comparing sfcf024.tile5.nc .....USING NCCMP......OK + Comparing sfcf024.tile6.nc .....USING NCCMP......OK + Comparing atmf024.tile1.nc .....USING NCCMP......OK + Comparing atmf024.tile2.nc .....USING NCCMP......OK + Comparing atmf024.tile3.nc .....USING NCCMP......OK + Comparing atmf024.tile4.nc .....USING NCCMP......OK + Comparing atmf024.tile5.nc .....USING NCCMP......OK + Comparing atmf024.tile6.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.coupler.res .....USING CMP......OK + Comparing RESTART/20210323.060000.fv_core.res.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile1.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile2.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile3.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile4.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile5.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile6.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile1.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile2.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile3.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile4.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile5.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile6.nc .....USING NCCMP......OK + Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .....USING NCCMP......OK + + 0: The total amount of wall time = 209.980608 + 0: The maximum resident set size (KB) = 1965664 + +Test dcp PASS + + +baseline dir = /scratch1/NCEPDEV/stmp4/Nick.Szapiro/FV3_OPNREQ_TEST/OPNREQ_TEST/atm_ds2s_docn_dice_std_base_intel +working dir = /scratch1/NCEPDEV/stmp2/Nick.Szapiro/FV3_OPNREQ_TEST/opnReqTest_63967/fhz_fhz +Checking test fhz results .... + Comparing sfcf021.tile1.nc .....USING NCCMP......OK + Comparing sfcf021.tile2.nc .....USING NCCMP......OK + Comparing sfcf021.tile3.nc .....USING NCCMP......OK + Comparing sfcf021.tile4.nc .....USING NCCMP......OK + Comparing sfcf021.tile5.nc .....USING NCCMP......OK + Comparing sfcf021.tile6.nc .....USING NCCMP......OK + Comparing atmf021.tile1.nc .....USING NCCMP......OK + Comparing atmf021.tile2.nc .....USING NCCMP......OK + Comparing atmf021.tile3.nc .....USING NCCMP......OK + Comparing atmf021.tile4.nc .....USING NCCMP......OK + Comparing atmf021.tile5.nc .....USING NCCMP......OK + Comparing atmf021.tile6.nc .....USING NCCMP......OK + Comparing sfcf024.tile1.nc .....USING NCCMP......OK + Comparing sfcf024.tile2.nc .....USING NCCMP......OK + Comparing sfcf024.tile3.nc .....USING NCCMP......OK + Comparing sfcf024.tile4.nc .....USING NCCMP......OK + Comparing sfcf024.tile5.nc .....USING NCCMP......OK + Comparing sfcf024.tile6.nc .....USING NCCMP......OK + Comparing atmf024.tile1.nc .....USING NCCMP......OK + Comparing atmf024.tile2.nc .....USING NCCMP......OK + Comparing atmf024.tile3.nc .....USING NCCMP......OK + Comparing atmf024.tile4.nc .....USING NCCMP......OK + Comparing atmf024.tile5.nc .....USING NCCMP......OK + Comparing atmf024.tile6.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.coupler.res .....USING CMP......OK + Comparing RESTART/20210323.060000.fv_core.res.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile1.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile2.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile3.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile4.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile5.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile6.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile1.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile2.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile3.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile4.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile5.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile6.nc .....USING NCCMP......OK + Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .....USING NCCMP......OK + + 0: The total amount of wall time = 209.766817 + 0: The maximum resident set size (KB) = 1935988 + +Test fhz PASS + + +baseline dir = /scratch1/NCEPDEV/stmp4/Nick.Szapiro/FV3_OPNREQ_TEST/OPNREQ_TEST/atm_ds2s_docn_dice_std_base_intel +working dir = /scratch1/NCEPDEV/stmp2/Nick.Szapiro/FV3_OPNREQ_TEST/opnReqTest_63967/mpi_mpi +Checking test mpi results .... + Comparing sfcf021.tile1.nc .....USING NCCMP......OK + Comparing sfcf021.tile2.nc .....USING NCCMP......OK + Comparing sfcf021.tile3.nc .....USING NCCMP......OK + Comparing sfcf021.tile4.nc .....USING NCCMP......OK + Comparing sfcf021.tile5.nc .....USING NCCMP......OK + Comparing sfcf021.tile6.nc .....USING NCCMP......OK + Comparing atmf021.tile1.nc .....USING NCCMP......OK + Comparing atmf021.tile2.nc .....USING NCCMP......OK + Comparing atmf021.tile3.nc .....USING NCCMP......OK + Comparing atmf021.tile4.nc .....USING NCCMP......OK + Comparing atmf021.tile5.nc .....USING NCCMP......OK + Comparing atmf021.tile6.nc .....USING NCCMP......OK + Comparing sfcf024.tile1.nc .....USING NCCMP......OK + Comparing sfcf024.tile2.nc .....USING NCCMP......OK + Comparing sfcf024.tile3.nc .....USING NCCMP......OK + Comparing sfcf024.tile4.nc .....USING NCCMP......OK + Comparing sfcf024.tile5.nc .....USING NCCMP......OK + Comparing sfcf024.tile6.nc .....USING NCCMP......OK + Comparing atmf024.tile1.nc .....USING NCCMP......OK + Comparing atmf024.tile2.nc .....USING NCCMP......OK + Comparing atmf024.tile3.nc .....USING NCCMP......OK + Comparing atmf024.tile4.nc .....USING NCCMP......OK + Comparing atmf024.tile5.nc .....USING NCCMP......OK + Comparing atmf024.tile6.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.coupler.res .....USING CMP......OK + Comparing RESTART/20210323.060000.fv_core.res.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile1.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile2.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile3.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile4.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile5.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile6.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile1.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile2.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile3.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile4.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile5.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile6.nc .....USING NCCMP......OK + Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .....USING NCCMP......OK + + 0: The total amount of wall time = 207.091340 + 0: The maximum resident set size (KB) = 1941540 + +Test mpi PASS + + +baseline dir = /scratch1/NCEPDEV/stmp4/Nick.Szapiro/FV3_OPNREQ_TEST/OPNREQ_TEST/atm_ds2s_docn_dice_std_base_intel +working dir = /scratch1/NCEPDEV/stmp2/Nick.Szapiro/FV3_OPNREQ_TEST/opnReqTest_63967/rst_rst +Checking test rst results .... + Comparing sfcf021.tile1.nc .....USING NCCMP......OK + Comparing sfcf021.tile2.nc .....USING NCCMP......OK + Comparing sfcf021.tile3.nc .....USING NCCMP......OK + Comparing sfcf021.tile4.nc .....USING NCCMP......OK + Comparing sfcf021.tile5.nc .....USING NCCMP......OK + Comparing sfcf021.tile6.nc .....USING NCCMP......OK + Comparing atmf021.tile1.nc .....USING NCCMP......OK + Comparing atmf021.tile2.nc .....USING NCCMP......OK + Comparing atmf021.tile3.nc .....USING NCCMP......OK + Comparing atmf021.tile4.nc .....USING NCCMP......OK + Comparing atmf021.tile5.nc .....USING NCCMP......OK + Comparing atmf021.tile6.nc .....USING NCCMP......OK + Comparing sfcf024.tile1.nc .....USING NCCMP......OK + Comparing sfcf024.tile2.nc .....USING NCCMP......OK + Comparing sfcf024.tile3.nc .....USING NCCMP......OK + Comparing sfcf024.tile4.nc .....USING NCCMP......OK + Comparing sfcf024.tile5.nc .....USING NCCMP......OK + Comparing sfcf024.tile6.nc .....USING NCCMP......OK + Comparing atmf024.tile1.nc .....USING NCCMP......OK + Comparing atmf024.tile2.nc .....USING NCCMP......OK + Comparing atmf024.tile3.nc .....USING NCCMP......OK + Comparing atmf024.tile4.nc .....USING NCCMP......OK + Comparing atmf024.tile5.nc .....USING NCCMP......OK + Comparing atmf024.tile6.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.coupler.res .....USING CMP......OK + Comparing RESTART/20210323.060000.fv_core.res.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile1.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile2.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile3.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile4.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile5.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile6.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile1.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile2.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile3.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile4.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile5.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile6.nc .....USING NCCMP......OK + Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .....USING NCCMP......OK + + 0: The total amount of wall time = 204.542879 + 0: The maximum resident set size (KB) = 1933420 + +Test rst PASS + + +baseline dir = /scratch1/NCEPDEV/stmp4/Nick.Szapiro/FV3_OPNREQ_TEST/OPNREQ_TEST/atm_ds2s_docn_dice_std_base_intel +working dir = /scratch1/NCEPDEV/stmp2/Nick.Szapiro/FV3_OPNREQ_TEST/opnReqTest_63967/std_base_std_base +Checking test std_base results .... +Moving baseline std_base files .... + Moving sfcf021.tile1.nc .........OK + Moving sfcf021.tile2.nc .........OK + Moving sfcf021.tile3.nc .........OK + Moving sfcf021.tile4.nc .........OK + Moving sfcf021.tile5.nc .........OK + Moving sfcf021.tile6.nc .........OK + Moving atmf021.tile1.nc .........OK + Moving atmf021.tile2.nc .........OK + Moving atmf021.tile3.nc .........OK + Moving atmf021.tile4.nc .........OK + Moving atmf021.tile5.nc .........OK + Moving atmf021.tile6.nc .........OK + Moving sfcf024.tile1.nc .........OK + Moving sfcf024.tile2.nc .........OK + Moving sfcf024.tile3.nc .........OK + Moving sfcf024.tile4.nc .........OK + Moving sfcf024.tile5.nc .........OK + Moving sfcf024.tile6.nc .........OK + Moving atmf024.tile1.nc .........OK + Moving atmf024.tile2.nc .........OK + Moving atmf024.tile3.nc .........OK + Moving atmf024.tile4.nc .........OK + Moving atmf024.tile5.nc .........OK + Moving atmf024.tile6.nc .........OK + Moving RESTART/20210323.060000.coupler.res .........OK + Moving RESTART/20210323.060000.fv_core.res.nc .........OK + Moving RESTART/20210323.060000.fv_core.res.tile1.nc .........OK + Moving RESTART/20210323.060000.fv_core.res.tile2.nc .........OK + Moving RESTART/20210323.060000.fv_core.res.tile3.nc .........OK + Moving RESTART/20210323.060000.fv_core.res.tile4.nc .........OK + Moving RESTART/20210323.060000.fv_core.res.tile5.nc .........OK + Moving RESTART/20210323.060000.fv_core.res.tile6.nc .........OK + Moving RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK + Moving RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK + Moving RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK + Moving RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK + Moving RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK + Moving RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK + Moving RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK + Moving RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK + Moving RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK + Moving RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK + Moving RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK + Moving RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK + Moving RESTART/20210323.060000.phy_data.tile1.nc .........OK + Moving RESTART/20210323.060000.phy_data.tile2.nc .........OK + Moving RESTART/20210323.060000.phy_data.tile3.nc .........OK + Moving RESTART/20210323.060000.phy_data.tile4.nc .........OK + Moving RESTART/20210323.060000.phy_data.tile5.nc .........OK + Moving RESTART/20210323.060000.phy_data.tile6.nc .........OK + Moving RESTART/20210323.060000.sfc_data.tile1.nc .........OK + Moving RESTART/20210323.060000.sfc_data.tile2.nc .........OK + Moving RESTART/20210323.060000.sfc_data.tile3.nc .........OK + Moving RESTART/20210323.060000.sfc_data.tile4.nc .........OK + Moving RESTART/20210323.060000.sfc_data.tile5.nc .........OK + Moving RESTART/20210323.060000.sfc_data.tile6.nc .........OK + Moving RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK + + 0: The total amount of wall time = 203.918756 + 0: The maximum resident set size (KB) = 1944828 + +Test std_base PASS + + +baseline dir = /scratch1/NCEPDEV/stmp4/Nick.Szapiro/FV3_OPNREQ_TEST/OPNREQ_TEST/atm_ds2s_docn_dice_std_base_intel +working dir = /scratch1/NCEPDEV/stmp2/Nick.Szapiro/FV3_OPNREQ_TEST/opnReqTest_63967/thr_thr +Checking test thr results .... + Comparing sfcf021.tile1.nc .....USING NCCMP......OK + Comparing sfcf021.tile2.nc .....USING NCCMP......OK + Comparing sfcf021.tile3.nc .....USING NCCMP......OK + Comparing sfcf021.tile4.nc .....USING NCCMP......OK + Comparing sfcf021.tile5.nc .....USING NCCMP......OK + Comparing sfcf021.tile6.nc .....USING NCCMP......OK + Comparing atmf021.tile1.nc .....USING NCCMP......OK + Comparing atmf021.tile2.nc .....USING NCCMP......OK + Comparing atmf021.tile3.nc .....USING NCCMP......OK + Comparing atmf021.tile4.nc .....USING NCCMP......OK + Comparing atmf021.tile5.nc .....USING NCCMP......OK + Comparing atmf021.tile6.nc .....USING NCCMP......OK + Comparing sfcf024.tile1.nc .....USING NCCMP......OK + Comparing sfcf024.tile2.nc .....USING NCCMP......OK + Comparing sfcf024.tile3.nc .....USING NCCMP......OK + Comparing sfcf024.tile4.nc .....USING NCCMP......OK + Comparing sfcf024.tile5.nc .....USING NCCMP......OK + Comparing sfcf024.tile6.nc .....USING NCCMP......OK + Comparing atmf024.tile1.nc .....USING NCCMP......OK + Comparing atmf024.tile2.nc .....USING NCCMP......OK + Comparing atmf024.tile3.nc .....USING NCCMP......OK + Comparing atmf024.tile4.nc .....USING NCCMP......OK + Comparing atmf024.tile5.nc .....USING NCCMP......OK + Comparing atmf024.tile6.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.coupler.res .....USING CMP......OK + Comparing RESTART/20210323.060000.fv_core.res.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile1.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile2.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile3.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile4.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile5.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile6.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile1.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile2.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile3.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile4.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile5.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile6.nc .....USING NCCMP......OK + Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .....USING NCCMP......OK + + 0: The total amount of wall time = 205.614149 + 0: The maximum resident set size (KB) = 1953368 + +Test thr PASS + +OPERATION REQUIREMENT TEST WAS SUCCESSFUL +Thu Jun 6 00:07:29 UTC 2024 +Elapsed time: 01h:39m:12s. Have a nice day! diff --git a/tests/logs/OpnReqTests_atm_ds2s_docn_pcice_hera.log b/tests/logs/OpnReqTests_atm_ds2s_docn_pcice_hera.log new file mode 100644 index 0000000000..8811b89723 --- /dev/null +++ b/tests/logs/OpnReqTests_atm_ds2s_docn_pcice_hera.log @@ -0,0 +1,545 @@ +Thu Jun 6 00:22:02 UTC 2024 +Start Operation Requirement Test + + +baseline dir = /scratch1/NCEPDEV/stmp4/Nick.Szapiro/FV3_OPNREQ_TEST/OPNREQ_TEST/atm_ds2s_docn_pcice_bit_base_intel +working dir = /scratch1/NCEPDEV/stmp2/Nick.Szapiro/FV3_OPNREQ_TEST/opnReqTest_1542186/bit_base_bit_base +Checking test bit_base results .... +Moving baseline bit_base files .... + Moving sfcf021.tile1.nc .........OK + Moving sfcf021.tile2.nc .........OK + Moving sfcf021.tile3.nc .........OK + Moving sfcf021.tile4.nc .........OK + Moving sfcf021.tile5.nc .........OK + Moving sfcf021.tile6.nc .........OK + Moving atmf021.tile1.nc .........OK + Moving atmf021.tile2.nc .........OK + Moving atmf021.tile3.nc .........OK + Moving atmf021.tile4.nc .........OK + Moving atmf021.tile5.nc .........OK + Moving atmf021.tile6.nc .........OK + Moving sfcf024.tile1.nc .........OK + Moving sfcf024.tile2.nc .........OK + Moving sfcf024.tile3.nc .........OK + Moving sfcf024.tile4.nc .........OK + Moving sfcf024.tile5.nc .........OK + Moving sfcf024.tile6.nc .........OK + Moving atmf024.tile1.nc .........OK + Moving atmf024.tile2.nc .........OK + Moving atmf024.tile3.nc .........OK + Moving atmf024.tile4.nc .........OK + Moving atmf024.tile5.nc .........OK + Moving atmf024.tile6.nc .........OK + Moving RESTART/20210323.060000.coupler.res .........OK + Moving RESTART/20210323.060000.fv_core.res.nc .........OK + Moving RESTART/20210323.060000.fv_core.res.tile1.nc .........OK + Moving RESTART/20210323.060000.fv_core.res.tile2.nc .........OK + Moving RESTART/20210323.060000.fv_core.res.tile3.nc .........OK + Moving RESTART/20210323.060000.fv_core.res.tile4.nc .........OK + Moving RESTART/20210323.060000.fv_core.res.tile5.nc .........OK + Moving RESTART/20210323.060000.fv_core.res.tile6.nc .........OK + Moving RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK + Moving RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK + Moving RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK + Moving RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK + Moving RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK + Moving RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK + Moving RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK + Moving RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK + Moving RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK + Moving RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK + Moving RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK + Moving RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK + Moving RESTART/20210323.060000.phy_data.tile1.nc .........OK + Moving RESTART/20210323.060000.phy_data.tile2.nc .........OK + Moving RESTART/20210323.060000.phy_data.tile3.nc .........OK + Moving RESTART/20210323.060000.phy_data.tile4.nc .........OK + Moving RESTART/20210323.060000.phy_data.tile5.nc .........OK + Moving RESTART/20210323.060000.phy_data.tile6.nc .........OK + Moving RESTART/20210323.060000.sfc_data.tile1.nc .........OK + Moving RESTART/20210323.060000.sfc_data.tile2.nc .........OK + Moving RESTART/20210323.060000.sfc_data.tile3.nc .........OK + Moving RESTART/20210323.060000.sfc_data.tile4.nc .........OK + Moving RESTART/20210323.060000.sfc_data.tile5.nc .........OK + Moving RESTART/20210323.060000.sfc_data.tile6.nc .........OK + Moving RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK + + 0: The total amount of wall time = 184.177791 + 0: The maximum resident set size (KB) = 1931892 + +Test bit_base PASS + + +baseline dir = /scratch1/NCEPDEV/stmp4/Nick.Szapiro/FV3_OPNREQ_TEST/OPNREQ_TEST/atm_ds2s_docn_pcice_dbg_base_intel +working dir = /scratch1/NCEPDEV/stmp2/Nick.Szapiro/FV3_OPNREQ_TEST/opnReqTest_1542186/dbg_base_dbg_base +Checking test dbg_base results .... +Moving baseline dbg_base files .... + Moving sfcf021.tile1.nc .........OK + Moving sfcf021.tile2.nc .........OK + Moving sfcf021.tile3.nc .........OK + Moving sfcf021.tile4.nc .........OK + Moving sfcf021.tile5.nc .........OK + Moving sfcf021.tile6.nc .........OK + Moving atmf021.tile1.nc .........OK + Moving atmf021.tile2.nc .........OK + Moving atmf021.tile3.nc .........OK + Moving atmf021.tile4.nc .........OK + Moving atmf021.tile5.nc .........OK + Moving atmf021.tile6.nc .........OK + Moving sfcf024.tile1.nc .........OK + Moving sfcf024.tile2.nc .........OK + Moving sfcf024.tile3.nc .........OK + Moving sfcf024.tile4.nc .........OK + Moving sfcf024.tile5.nc .........OK + Moving sfcf024.tile6.nc .........OK + Moving atmf024.tile1.nc .........OK + Moving atmf024.tile2.nc .........OK + Moving atmf024.tile3.nc .........OK + Moving atmf024.tile4.nc .........OK + Moving atmf024.tile5.nc .........OK + Moving atmf024.tile6.nc .........OK + Moving RESTART/20210323.060000.coupler.res .........OK + Moving RESTART/20210323.060000.fv_core.res.nc .........OK + Moving RESTART/20210323.060000.fv_core.res.tile1.nc .........OK + Moving RESTART/20210323.060000.fv_core.res.tile2.nc .........OK + Moving RESTART/20210323.060000.fv_core.res.tile3.nc .........OK + Moving RESTART/20210323.060000.fv_core.res.tile4.nc .........OK + Moving RESTART/20210323.060000.fv_core.res.tile5.nc .........OK + Moving RESTART/20210323.060000.fv_core.res.tile6.nc .........OK + Moving RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK + Moving RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK + Moving RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK + Moving RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK + Moving RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK + Moving RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK + Moving RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK + Moving RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK + Moving RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK + Moving RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK + Moving RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK + Moving RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK + Moving RESTART/20210323.060000.phy_data.tile1.nc .........OK + Moving RESTART/20210323.060000.phy_data.tile2.nc .........OK + Moving RESTART/20210323.060000.phy_data.tile3.nc .........OK + Moving RESTART/20210323.060000.phy_data.tile4.nc .........OK + Moving RESTART/20210323.060000.phy_data.tile5.nc .........OK + Moving RESTART/20210323.060000.phy_data.tile6.nc .........OK + Moving RESTART/20210323.060000.sfc_data.tile1.nc .........OK + Moving RESTART/20210323.060000.sfc_data.tile2.nc .........OK + Moving RESTART/20210323.060000.sfc_data.tile3.nc .........OK + Moving RESTART/20210323.060000.sfc_data.tile4.nc .........OK + Moving RESTART/20210323.060000.sfc_data.tile5.nc .........OK + Moving RESTART/20210323.060000.sfc_data.tile6.nc .........OK + Moving RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK + + 0: The total amount of wall time = 2011.638869 + 0: The maximum resident set size (KB) = 1964420 + +Test dbg_base PASS + + +baseline dir = /scratch1/NCEPDEV/stmp4/Nick.Szapiro/FV3_OPNREQ_TEST/OPNREQ_TEST/atm_ds2s_docn_pcice_std_base_intel +working dir = /scratch1/NCEPDEV/stmp2/Nick.Szapiro/FV3_OPNREQ_TEST/opnReqTest_1542186/dcp_dcp +Checking test dcp results .... + Comparing sfcf021.tile1.nc .....USING NCCMP......OK + Comparing sfcf021.tile2.nc .....USING NCCMP......OK + Comparing sfcf021.tile3.nc .....USING NCCMP......OK + Comparing sfcf021.tile4.nc .....USING NCCMP......OK + Comparing sfcf021.tile5.nc .....USING NCCMP......OK + Comparing sfcf021.tile6.nc .....USING NCCMP......OK + Comparing atmf021.tile1.nc .....USING NCCMP......OK + Comparing atmf021.tile2.nc .....USING NCCMP......OK + Comparing atmf021.tile3.nc .....USING NCCMP......OK + Comparing atmf021.tile4.nc .....USING NCCMP......OK + Comparing atmf021.tile5.nc .....USING NCCMP......OK + Comparing atmf021.tile6.nc .....USING NCCMP......OK + Comparing sfcf024.tile1.nc .....USING NCCMP......OK + Comparing sfcf024.tile2.nc .....USING NCCMP......OK + Comparing sfcf024.tile3.nc .....USING NCCMP......OK + Comparing sfcf024.tile4.nc .....USING NCCMP......OK + Comparing sfcf024.tile5.nc .....USING NCCMP......OK + Comparing sfcf024.tile6.nc .....USING NCCMP......OK + Comparing atmf024.tile1.nc .....USING NCCMP......OK + Comparing atmf024.tile2.nc .....USING NCCMP......OK + Comparing atmf024.tile3.nc .....USING NCCMP......OK + Comparing atmf024.tile4.nc .....USING NCCMP......OK + Comparing atmf024.tile5.nc .....USING NCCMP......OK + Comparing atmf024.tile6.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.coupler.res .....USING CMP......OK + Comparing RESTART/20210323.060000.fv_core.res.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile1.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile2.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile3.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile4.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile5.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile6.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile1.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile2.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile3.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile4.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile5.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile6.nc .....USING NCCMP......OK + Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .....USING NCCMP......OK + + 0: The total amount of wall time = 214.626752 + 0: The maximum resident set size (KB) = 1978040 + +Test dcp PASS + + +baseline dir = /scratch1/NCEPDEV/stmp4/Nick.Szapiro/FV3_OPNREQ_TEST/OPNREQ_TEST/atm_ds2s_docn_pcice_std_base_intel +working dir = /scratch1/NCEPDEV/stmp2/Nick.Szapiro/FV3_OPNREQ_TEST/opnReqTest_1542186/fhz_fhz +Checking test fhz results .... + Comparing sfcf021.tile1.nc .....USING NCCMP......OK + Comparing sfcf021.tile2.nc .....USING NCCMP......OK + Comparing sfcf021.tile3.nc .....USING NCCMP......OK + Comparing sfcf021.tile4.nc .....USING NCCMP......OK + Comparing sfcf021.tile5.nc .....USING NCCMP......OK + Comparing sfcf021.tile6.nc .....USING NCCMP......OK + Comparing atmf021.tile1.nc .....USING NCCMP......OK + Comparing atmf021.tile2.nc .....USING NCCMP......OK + Comparing atmf021.tile3.nc .....USING NCCMP......OK + Comparing atmf021.tile4.nc .....USING NCCMP......OK + Comparing atmf021.tile5.nc .....USING NCCMP......OK + Comparing atmf021.tile6.nc .....USING NCCMP......OK + Comparing sfcf024.tile1.nc .....USING NCCMP......OK + Comparing sfcf024.tile2.nc .....USING NCCMP......OK + Comparing sfcf024.tile3.nc .....USING NCCMP......OK + Comparing sfcf024.tile4.nc .....USING NCCMP......OK + Comparing sfcf024.tile5.nc .....USING NCCMP......OK + Comparing sfcf024.tile6.nc .....USING NCCMP......OK + Comparing atmf024.tile1.nc .....USING NCCMP......OK + Comparing atmf024.tile2.nc .....USING NCCMP......OK + Comparing atmf024.tile3.nc .....USING NCCMP......OK + Comparing atmf024.tile4.nc .....USING NCCMP......OK + Comparing atmf024.tile5.nc .....USING NCCMP......OK + Comparing atmf024.tile6.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.coupler.res .....USING CMP......OK + Comparing RESTART/20210323.060000.fv_core.res.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile1.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile2.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile3.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile4.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile5.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile6.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile1.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile2.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile3.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile4.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile5.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile6.nc .....USING NCCMP......OK + Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .....USING NCCMP......OK + + 0: The total amount of wall time = 208.846961 + 0: The maximum resident set size (KB) = 1976948 + +Test fhz PASS + + +baseline dir = /scratch1/NCEPDEV/stmp4/Nick.Szapiro/FV3_OPNREQ_TEST/OPNREQ_TEST/atm_ds2s_docn_pcice_std_base_intel +working dir = /scratch1/NCEPDEV/stmp2/Nick.Szapiro/FV3_OPNREQ_TEST/opnReqTest_1542186/mpi_mpi +Checking test mpi results .... + Comparing sfcf021.tile1.nc .....USING NCCMP......OK + Comparing sfcf021.tile2.nc .....USING NCCMP......OK + Comparing sfcf021.tile3.nc .....USING NCCMP......OK + Comparing sfcf021.tile4.nc .....USING NCCMP......OK + Comparing sfcf021.tile5.nc .....USING NCCMP......OK + Comparing sfcf021.tile6.nc .....USING NCCMP......OK + Comparing atmf021.tile1.nc .....USING NCCMP......OK + Comparing atmf021.tile2.nc .....USING NCCMP......OK + Comparing atmf021.tile3.nc .....USING NCCMP......OK + Comparing atmf021.tile4.nc .....USING NCCMP......OK + Comparing atmf021.tile5.nc .....USING NCCMP......OK + Comparing atmf021.tile6.nc .....USING NCCMP......OK + Comparing sfcf024.tile1.nc .....USING NCCMP......OK + Comparing sfcf024.tile2.nc .....USING NCCMP......OK + Comparing sfcf024.tile3.nc .....USING NCCMP......OK + Comparing sfcf024.tile4.nc .....USING NCCMP......OK + Comparing sfcf024.tile5.nc .....USING NCCMP......OK + Comparing sfcf024.tile6.nc .....USING NCCMP......OK + Comparing atmf024.tile1.nc .....USING NCCMP......OK + Comparing atmf024.tile2.nc .....USING NCCMP......OK + Comparing atmf024.tile3.nc .....USING NCCMP......OK + Comparing atmf024.tile4.nc .....USING NCCMP......OK + Comparing atmf024.tile5.nc .....USING NCCMP......OK + Comparing atmf024.tile6.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.coupler.res .....USING CMP......OK + Comparing RESTART/20210323.060000.fv_core.res.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile1.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile2.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile3.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile4.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile5.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile6.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile1.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile2.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile3.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile4.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile5.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile6.nc .....USING NCCMP......OK + Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .....USING NCCMP......OK + + 0: The total amount of wall time = 213.709999 + 0: The maximum resident set size (KB) = 1963988 + +Test mpi PASS + + +baseline dir = /scratch1/NCEPDEV/stmp4/Nick.Szapiro/FV3_OPNREQ_TEST/OPNREQ_TEST/atm_ds2s_docn_pcice_std_base_intel +working dir = /scratch1/NCEPDEV/stmp2/Nick.Szapiro/FV3_OPNREQ_TEST/opnReqTest_1542186/rst_rst +Checking test rst results .... + Comparing sfcf021.tile1.nc .....USING NCCMP......OK + Comparing sfcf021.tile2.nc .....USING NCCMP......OK + Comparing sfcf021.tile3.nc .....USING NCCMP......OK + Comparing sfcf021.tile4.nc .....USING NCCMP......OK + Comparing sfcf021.tile5.nc .....USING NCCMP......OK + Comparing sfcf021.tile6.nc .....USING NCCMP......OK + Comparing atmf021.tile1.nc .....USING NCCMP......OK + Comparing atmf021.tile2.nc .....USING NCCMP......OK + Comparing atmf021.tile3.nc .....USING NCCMP......OK + Comparing atmf021.tile4.nc .....USING NCCMP......OK + Comparing atmf021.tile5.nc .....USING NCCMP......OK + Comparing atmf021.tile6.nc .....USING NCCMP......OK + Comparing sfcf024.tile1.nc .....USING NCCMP......OK + Comparing sfcf024.tile2.nc .....USING NCCMP......OK + Comparing sfcf024.tile3.nc .....USING NCCMP......OK + Comparing sfcf024.tile4.nc .....USING NCCMP......OK + Comparing sfcf024.tile5.nc .....USING NCCMP......OK + Comparing sfcf024.tile6.nc .....USING NCCMP......OK + Comparing atmf024.tile1.nc .....USING NCCMP......OK + Comparing atmf024.tile2.nc .....USING NCCMP......OK + Comparing atmf024.tile3.nc .....USING NCCMP......OK + Comparing atmf024.tile4.nc .....USING NCCMP......OK + Comparing atmf024.tile5.nc .....USING NCCMP......OK + Comparing atmf024.tile6.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.coupler.res .....USING CMP......OK + Comparing RESTART/20210323.060000.fv_core.res.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile1.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile2.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile3.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile4.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile5.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile6.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile1.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile2.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile3.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile4.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile5.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile6.nc .....USING NCCMP......OK + Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .....USING NCCMP......OK + + 0: The total amount of wall time = 209.768041 + 0: The maximum resident set size (KB) = 1962148 + +Test rst PASS + + +baseline dir = /scratch1/NCEPDEV/stmp4/Nick.Szapiro/FV3_OPNREQ_TEST/OPNREQ_TEST/atm_ds2s_docn_pcice_std_base_intel +working dir = /scratch1/NCEPDEV/stmp2/Nick.Szapiro/FV3_OPNREQ_TEST/opnReqTest_1542186/std_base_std_base +Checking test std_base results .... +Moving baseline std_base files .... + Moving sfcf021.tile1.nc .........OK + Moving sfcf021.tile2.nc .........OK + Moving sfcf021.tile3.nc .........OK + Moving sfcf021.tile4.nc .........OK + Moving sfcf021.tile5.nc .........OK + Moving sfcf021.tile6.nc .........OK + Moving atmf021.tile1.nc .........OK + Moving atmf021.tile2.nc .........OK + Moving atmf021.tile3.nc .........OK + Moving atmf021.tile4.nc .........OK + Moving atmf021.tile5.nc .........OK + Moving atmf021.tile6.nc .........OK + Moving sfcf024.tile1.nc .........OK + Moving sfcf024.tile2.nc .........OK + Moving sfcf024.tile3.nc .........OK + Moving sfcf024.tile4.nc .........OK + Moving sfcf024.tile5.nc .........OK + Moving sfcf024.tile6.nc .........OK + Moving atmf024.tile1.nc .........OK + Moving atmf024.tile2.nc .........OK + Moving atmf024.tile3.nc .........OK + Moving atmf024.tile4.nc .........OK + Moving atmf024.tile5.nc .........OK + Moving atmf024.tile6.nc .........OK + Moving RESTART/20210323.060000.coupler.res .........OK + Moving RESTART/20210323.060000.fv_core.res.nc .........OK + Moving RESTART/20210323.060000.fv_core.res.tile1.nc .........OK + Moving RESTART/20210323.060000.fv_core.res.tile2.nc .........OK + Moving RESTART/20210323.060000.fv_core.res.tile3.nc .........OK + Moving RESTART/20210323.060000.fv_core.res.tile4.nc .........OK + Moving RESTART/20210323.060000.fv_core.res.tile5.nc .........OK + Moving RESTART/20210323.060000.fv_core.res.tile6.nc .........OK + Moving RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK + Moving RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK + Moving RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK + Moving RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK + Moving RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK + Moving RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK + Moving RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK + Moving RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK + Moving RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK + Moving RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK + Moving RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK + Moving RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK + Moving RESTART/20210323.060000.phy_data.tile1.nc .........OK + Moving RESTART/20210323.060000.phy_data.tile2.nc .........OK + Moving RESTART/20210323.060000.phy_data.tile3.nc .........OK + Moving RESTART/20210323.060000.phy_data.tile4.nc .........OK + Moving RESTART/20210323.060000.phy_data.tile5.nc .........OK + Moving RESTART/20210323.060000.phy_data.tile6.nc .........OK + Moving RESTART/20210323.060000.sfc_data.tile1.nc .........OK + Moving RESTART/20210323.060000.sfc_data.tile2.nc .........OK + Moving RESTART/20210323.060000.sfc_data.tile3.nc .........OK + Moving RESTART/20210323.060000.sfc_data.tile4.nc .........OK + Moving RESTART/20210323.060000.sfc_data.tile5.nc .........OK + Moving RESTART/20210323.060000.sfc_data.tile6.nc .........OK + Moving RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK + + 0: The total amount of wall time = 213.174053 + 0: The maximum resident set size (KB) = 1970452 + +Test std_base PASS + + +baseline dir = /scratch1/NCEPDEV/stmp4/Nick.Szapiro/FV3_OPNREQ_TEST/OPNREQ_TEST/atm_ds2s_docn_pcice_std_base_intel +working dir = /scratch1/NCEPDEV/stmp2/Nick.Szapiro/FV3_OPNREQ_TEST/opnReqTest_1542186/thr_thr +Checking test thr results .... + Comparing sfcf021.tile1.nc .....USING NCCMP......OK + Comparing sfcf021.tile2.nc .....USING NCCMP......OK + Comparing sfcf021.tile3.nc .....USING NCCMP......OK + Comparing sfcf021.tile4.nc .....USING NCCMP......OK + Comparing sfcf021.tile5.nc .....USING NCCMP......OK + Comparing sfcf021.tile6.nc .....USING NCCMP......OK + Comparing atmf021.tile1.nc .....USING NCCMP......OK + Comparing atmf021.tile2.nc .....USING NCCMP......OK + Comparing atmf021.tile3.nc .....USING NCCMP......OK + Comparing atmf021.tile4.nc .....USING NCCMP......OK + Comparing atmf021.tile5.nc .....USING NCCMP......OK + Comparing atmf021.tile6.nc .....USING NCCMP......OK + Comparing sfcf024.tile1.nc .....USING NCCMP......OK + Comparing sfcf024.tile2.nc .....USING NCCMP......OK + Comparing sfcf024.tile3.nc .....USING NCCMP......OK + Comparing sfcf024.tile4.nc .....USING NCCMP......OK + Comparing sfcf024.tile5.nc .....USING NCCMP......OK + Comparing sfcf024.tile6.nc .....USING NCCMP......OK + Comparing atmf024.tile1.nc .....USING NCCMP......OK + Comparing atmf024.tile2.nc .....USING NCCMP......OK + Comparing atmf024.tile3.nc .....USING NCCMP......OK + Comparing atmf024.tile4.nc .....USING NCCMP......OK + Comparing atmf024.tile5.nc .....USING NCCMP......OK + Comparing atmf024.tile6.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.coupler.res .....USING CMP......OK + Comparing RESTART/20210323.060000.fv_core.res.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile1.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile2.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile3.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile4.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile5.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.phy_data.tile6.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile1.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile2.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile3.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile4.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile5.nc .....USING NCCMP......OK + Comparing RESTART/20210323.060000.sfc_data.tile6.nc .....USING NCCMP......OK + Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .....USING NCCMP......OK + + 0: The total amount of wall time = 214.969819 + 0: The maximum resident set size (KB) = 1974080 + +Test thr PASS + +OPERATION REQUIREMENT TEST WAS SUCCESSFUL +Thu Jun 6 02:02:21 UTC 2024 +Elapsed time: 01h:40m:21s. Have a nice day! diff --git a/tests/logs/OpnReqTests_control_p8_hera.log b/tests/logs/OpnReqTests_control_p8_hera.log index ff705f5155..4ae46a5317 100644 --- a/tests/logs/OpnReqTests_control_p8_hera.log +++ b/tests/logs/OpnReqTests_control_p8_hera.log @@ -1,9 +1,9 @@ -Thu Jun 6 17:30:07 UTC 2024 +Mon Jun 10 12:30:20 UTC 2024 Start Operation Requirement Test baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_bit_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_475747/bit_base_bit_base +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_886861/bit_base_bit_base Checking test bit_base results .... Moving baseline bit_base files .... Moving sfcf000.nc .........OK @@ -51,14 +51,14 @@ Moving baseline bit_base files .... Moving RESTART/20210323.060000.sfc_data.tile5.nc .........OK Moving RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 282.596271 - 0: The maximum resident set size (KB) = 1434588 + 0: The total amount of wall time = 280.942780 + 0: The maximum resident set size (KB) = 1436412 Test bit_base PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_dbg_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_475747/dbg_base_dbg_base +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_886861/dbg_base_dbg_base Checking test dbg_base results .... Moving baseline dbg_base files .... Moving sfcf000.nc .........OK @@ -106,14 +106,14 @@ Moving baseline dbg_base files .... Moving RESTART/20210323.060000.sfc_data.tile5.nc .........OK Moving RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 999.400205 - 0: The maximum resident set size (KB) = 1425144 + 0: The total amount of wall time = 998.679832 + 0: The maximum resident set size (KB) = 1411888 Test dbg_base PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_475747/dcp_dcp +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_886861/dcp_dcp Checking test dcp results .... Comparing sfcf000.nc .....USING NCCMP......OK Comparing sfcf021.nc .....USING NCCMP......OK @@ -160,14 +160,14 @@ Checking test dcp results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .....USING NCCMP......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .....USING NCCMP......OK - 0: The total amount of wall time = 255.583364 - 0: The maximum resident set size (KB) = 1426160 + 0: The total amount of wall time = 248.282432 + 0: The maximum resident set size (KB) = 1425856 Test dcp PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_475747/mpi_mpi +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_886861/mpi_mpi Checking test mpi results .... Comparing sfcf000.nc .....USING NCCMP......OK Comparing sfcf021.nc .....USING NCCMP......OK @@ -214,14 +214,14 @@ Checking test mpi results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .....USING NCCMP......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .....USING NCCMP......OK - 0: The total amount of wall time = 458.123587 - 0: The maximum resident set size (KB) = 1425416 + 0: The total amount of wall time = 253.643255 + 0: The maximum resident set size (KB) = 1429212 Test mpi PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_475747/rst_rst +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_886861/rst_rst Checking test rst results .... Comparing sfcf000.nc .....USING NCCMP......OK Comparing sfcf021.nc .....USING NCCMP......OK @@ -268,14 +268,14 @@ Checking test rst results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .....USING NCCMP......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .....USING NCCMP......OK - 0: The total amount of wall time = 259.258210 - 0: The maximum resident set size (KB) = 1425588 + 0: The total amount of wall time = 252.146054 + 0: The maximum resident set size (KB) = 1412328 Test rst PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_475747/std_base_std_base +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_886861/std_base_std_base Checking test std_base results .... Moving baseline std_base files .... Moving sfcf000.nc .........OK @@ -323,14 +323,14 @@ Moving baseline std_base files .... Moving RESTART/20210323.060000.sfc_data.tile5.nc .........OK Moving RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 255.559793 - 0: The maximum resident set size (KB) = 1426800 + 0: The total amount of wall time = 255.676291 + 0: The maximum resident set size (KB) = 1425544 Test std_base PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_475747/thr_thr +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_886861/thr_thr Checking test thr results .... Comparing sfcf000.nc .....USING NCCMP......OK Comparing sfcf021.nc .....USING NCCMP......OK @@ -377,11 +377,11 @@ Checking test thr results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .....USING NCCMP......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .....USING NCCMP......OK - 0: The total amount of wall time = 254.930047 - 0: The maximum resident set size (KB) = 1425036 + 0: The total amount of wall time = 256.967314 + 0: The maximum resident set size (KB) = 1431152 Test thr PASS OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Fri Jun 7 04:02:11 UTC 2024 -Elapsed time: 10h:32m:05s. Have a nice day! +Mon Jun 10 13:40:19 UTC 2024 +Elapsed time: 01h:10m:00s. Have a nice day! diff --git a/tests/logs/OpnReqTests_cpld_control_nowave_noaero_p8_hera.log b/tests/logs/OpnReqTests_cpld_control_nowave_noaero_p8_hera.log index 8059bcc201..36c599926f 100644 --- a/tests/logs/OpnReqTests_cpld_control_nowave_noaero_p8_hera.log +++ b/tests/logs/OpnReqTests_cpld_control_nowave_noaero_p8_hera.log @@ -1,9 +1,9 @@ -Fri Jun 7 15:01:46 UTC 2024 +Mon Jun 10 16:31:03 UTC 2024 Start Operation Requirement Test baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_dbg_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1622796/dbg_base_dbg_base +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_680553/dbg_base_dbg_base Checking test dbg_base results .... Moving baseline dbg_base files .... Moving sfcf021.tile1.nc .........OK @@ -66,14 +66,14 @@ Moving baseline dbg_base files .... Moving RESTART/iced.2021-03-23-21600.nc .........OK Moving RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 1341.667887 - 0: The maximum resident set size (KB) = 1524488 + 0: The total amount of wall time = 1393.272508 + 0: The maximum resident set size (KB) = 1514592 Test dbg_base PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1622796/rst_rst +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_680553/rst_rst Checking test rst results .... Comparing sfcf021.tile1.nc .....USING NCCMP......OK Comparing sfcf021.tile2.nc .....USING NCCMP......OK @@ -135,14 +135,14 @@ Checking test rst results .... Comparing RESTART/iced.2021-03-23-21600.nc .....USING NCCMP......OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .....USING NCCMP......OK - 0: The total amount of wall time = 421.484165 - 0: The maximum resident set size (KB) = 1532072 + 0: The total amount of wall time = 451.005653 + 0: The maximum resident set size (KB) = 1513428 Test rst PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1622796/std_base_std_base +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_680553/std_base_std_base Checking test std_base results .... Moving baseline std_base files .... Moving sfcf021.tile1.nc .........OK @@ -205,11 +205,11 @@ Moving baseline std_base files .... Moving RESTART/iced.2021-03-23-21600.nc .........OK Moving RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 396.603624 - 0: The maximum resident set size (KB) = 1524764 + 0: The total amount of wall time = 442.455193 + 0: The maximum resident set size (KB) = 1523060 Test std_base PASS OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Fri Jun 7 16:08:56 UTC 2024 -Elapsed time: 01h:07m:10s. Have a nice day! +Mon Jun 10 17:41:36 UTC 2024 +Elapsed time: 01h:10m:33s. Have a nice day! diff --git a/tests/logs/OpnReqTests_regional_control_hera.log b/tests/logs/OpnReqTests_regional_control_hera.log index d0c16a4904..609ea5b7ec 100644 --- a/tests/logs/OpnReqTests_regional_control_hera.log +++ b/tests/logs/OpnReqTests_regional_control_hera.log @@ -1,9 +1,9 @@ -Fri Jun 7 12:29:07 UTC 2024 +Mon Jun 10 13:55:28 UTC 2024 Start Operation Requirement Test baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_bit_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_599192/bit_base_bit_base +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_3324767/bit_base_bit_base Checking test bit_base results .... Moving baseline bit_base files .... Moving dynf000.nc .........OK @@ -15,14 +15,14 @@ Moving baseline bit_base files .... Moving NATLEV.GrbF00 .........OK Moving NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 1373.672576 - 0: The maximum resident set size (KB) = 750196 + 0: The total amount of wall time = 1305.198669 + 0: The maximum resident set size (KB) = 751816 Test bit_base PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_599192/dcp_dcp +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_3324767/dcp_dcp Checking test dcp results .... Comparing dynf000.nc .....USING NCCMP......OK Comparing dynf006.nc .....USING NCCMP......OK @@ -33,14 +33,14 @@ Checking test dcp results .... Comparing NATLEV.GrbF00 .....USING CMP......OK Comparing NATLEV.GrbF06 .....USING CMP......OK - 0: The total amount of wall time = 2172.451269 - 0: The maximum resident set size (KB) = 725616 + 0: The total amount of wall time = 2261.573325 + 0: The maximum resident set size (KB) = 711328 Test dcp PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_599192/std_base_std_base +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_3324767/std_base_std_base Checking test std_base results .... Moving baseline std_base files .... Moving dynf000.nc .........OK @@ -52,14 +52,14 @@ Moving baseline std_base files .... Moving NATLEV.GrbF00 .........OK Moving NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 2258.515223 - 0: The maximum resident set size (KB) = 723052 + 0: The total amount of wall time = 2175.160646 + 0: The maximum resident set size (KB) = 712104 Test std_base PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_599192/thr_thr +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_3324767/thr_thr Checking test thr results .... Comparing dynf000.nc .....USING NCCMP......OK Comparing dynf006.nc .....USING NCCMP......OK @@ -70,11 +70,11 @@ Checking test thr results .... Comparing NATLEV.GrbF00 .....USING CMP......OK Comparing NATLEV.GrbF06 .....USING CMP......OK - 0: The total amount of wall time = 2224.886814 - 0: The maximum resident set size (KB) = 725384 + 0: The total amount of wall time = 2329.296316 + 0: The maximum resident set size (KB) = 702296 Test thr PASS OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Fri Jun 7 15:01:07 UTC 2024 -Elapsed time: 02h:32m:00s. Have a nice day! +Mon Jun 10 16:27:08 UTC 2024 +Elapsed time: 02h:31m:41s. Have a nice day! diff --git a/tests/logs/RegressionTests_derecho.log b/tests/logs/RegressionTests_derecho.log index 4fac3c6913..67ba821082 100644 --- a/tests/logs/RegressionTests_derecho.log +++ b/tests/logs/RegressionTests_derecho.log @@ -1,18 +1,18 @@ ====START OF DERECHO REGRESSION TESTING LOG==== UFSWM hash used in testing: -6b264a660c1cbcb1a685866dfa788376e63879c1 +bb9effee25fe2b045abcd4061f0aaab9bda5a46b Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) - 3d7067a523b8557058755289e4275f5f5c985daf CDEPS-interface/CDEPS (cdeps0.4.17-40-g3d7067a) - 9c0cd8d3ba5963d01711094a3c81b6358fcb8367 CICE-interface/CICE (CICE6.0.0-448-g9c0cd8d) + 42d4010d7d1116aa8c4ac322dd353cfbb3e3aaa1 CDEPS-interface/CDEPS (remotes/origin/dice_cplhist) + 180f60fd5c9f76d5656a68f8d478f0155f0dc695 CICE-interface/CICE (heads/emc/develop-11-g180f60f) f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) 2d837b16af326b09ff4018daab4de84f4deff7ec CMEPS-interface/CMEPS (cmeps_v0.4.1-2307-g2d837b1) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - afb1140002734df7ac794b91f4188c80aff51c6f FV3 (remotes/origin/cs_perts) - 0bad587d6db041211c22f4af7a4ab1a25867107a FV3/atmos_cubed_sphere (remotes/origin/cs_perts) + 07c26d1efae47445e4c36ff98942494788e7dc49 FV3 (heads/develop) + ab195d5026ca4c221b6cbb3888c8ae92d711f89a FV3/atmos_cubed_sphere (201912_public_release-397-gab195d5) ccfefcd0b426e011f94137031d5f7c2a4dda2659 FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-750-gccfefcd) 16a1d881774d795f46db16017aeed7fc351d661a FV3/ccpp/physics (EP4-808-g16a1d881) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) @@ -35,280 +35,286 @@ The first time is for the full script (prep+run+finalize). The second time is specifically for the run phase. Times/Memory will be empty for failed tests. -BASELINE DIRECTORY: /glade/derecho/scratch/epicufsrt/ufs-weather-model/RT//NEMSfv3gfs/develop-20240603 -COMPARISON DIRECTORY: /glade/derecho/scratch/epicufsrt/FV3_RT/rt_105672 +BASELINE DIRECTORY: /glade/derecho/scratch/epicufsrt/ufs-weather-model/RT//NEMSfv3gfs/develop-20240607 +COMPARISON DIRECTORY: /glade/derecho/scratch/zshrader/FV3_RT/rt_42785 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: nral0032 * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [21:19, 19:50] ( 6 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [10:02, 05:49](3203 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [23:24, 21:21] ( 6 warnings 10 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [17:54, 14:14](1923 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [19:38, 15:43](1950 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [11:11, 08:00](1068 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [20:09, 16:21](1885 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [23:24, 21:19] ( 6 warnings 10 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [17:40, 14:19](1912 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [11:17, 10:00] ( 1530 warnings 1948 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [24:53, 21:59](1929 MB) - -PASS -- COMPILE 's2swa_intel' [21:19, 19:45] ( 5 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [10:09, 06:21](3223 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [10:06, 06:19](3222 MB) -PASS -- TEST 'cpld_restart_p8_intel' [07:52, 04:05](3156 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [10:58, 06:19](3248 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [08:30, 04:11](3182 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [09:41, 06:04](3721 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [10:37, 06:28](3218 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [09:41, 05:12](3536 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [10:09, 06:10](3229 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [15:28, 09:48](3807 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [17:18, 06:36](3616 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [29:51, 10:35](4494 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [33:27, 07:10](4656 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [09:27, 06:04](3210 MB) - -PASS -- COMPILE 's2sw_intel' [20:20, 19:15] ( 5 warnings 10 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [08:54, 05:08](1923 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [08:14, 04:52](1988 MB) - -PASS -- COMPILE 's2swa_debug_intel' [11:17, 09:46] ( 1455 warnings 1209 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [11:44, 08:20](3287 MB) - -PASS -- COMPILE 's2sw_debug_intel' [11:17, 09:09] ( 1455 warnings 1209 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [08:38, 06:00](1946 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [16:19, 14:54] ( 5 warnings 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [08:11, 05:12](1987 MB) - -PASS -- COMPILE 's2s_intel' [16:19, 14:40] ( 5 warnings 3 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [09:19, 07:10](2926 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [05:24, 02:29](2936 MB) -PASS -- TEST 'cpld_restart_c48_intel' [04:37, 01:38](2321 MB) - -PASS -- COMPILE 's2swa_faster_intel' [25:24, 24:00] ( 5 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [10:24, 06:01](3231 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [21:21, 19:37] ( 5 warnings 10 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [18:25, 14:25](1935 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [12:27, 07:56](1111 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [20:24, 16:39](1907 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [10:18, 08:56] ( 1565 warnings 1948 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [27:31, 23:42](1951 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [16:15, 14:30] ( 6 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [04:41, 03:24](669 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [05:13, 02:23](1562 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [05:36, 02:29](1572 MB) -PASS -- TEST 'control_latlon_intel' [05:14, 02:24](1571 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [05:18, 02:27](1571 MB) -PASS -- TEST 'control_c48_intel' [09:17, 06:14](1609 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [06:44, 05:13](733 MB) -PASS -- TEST 'control_c192_intel' [12:42, 08:38](1686 MB) -PASS -- TEST 'control_c384_intel' [16:58, 08:44](2004 MB) -PASS -- TEST 'control_c384gdas_intel' [18:02, 07:01](1196 MB) -PASS -- TEST 'control_stochy_intel' [02:53, 01:27](626 MB) -PASS -- TEST 'control_stochy_restart_intel' [02:52, 00:50](437 MB) -PASS -- TEST 'control_lndp_intel' [02:50, 01:20](624 MB) -PASS -- TEST 'control_iovr4_intel' [03:53, 02:04](621 MB) -PASS -- TEST 'control_iovr5_intel' [03:57, 02:04](619 MB) -PASS -- TEST 'control_p8_intel' [06:34, 03:11](1869 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [07:03, 03:12](1859 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [07:55, 03:22](1866 MB) -PASS -- TEST 'control_restart_p8_intel' [04:29, 02:05](1014 MB) -PASS -- TEST 'control_noqr_p8_intel' [06:42, 03:13](1855 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [04:34, 02:07](1014 MB) -PASS -- TEST 'control_decomp_p8_intel' [06:23, 03:17](1864 MB) -PASS -- TEST 'control_2threads_p8_intel' [06:17, 03:01](1955 MB) -PASS -- TEST 'control_p8_lndp_intel' [08:19, 05:11](1866 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [07:31, 03:47](1924 MB) -PASS -- TEST 'control_p8_mynn_intel' [06:20, 03:19](1866 MB) -PASS -- TEST 'merra2_thompson_intel' [06:22, 03:29](1864 MB) -PASS -- TEST 'regional_control_intel' [07:47, 04:59](876 MB) -PASS -- TEST 'regional_restart_intel' [05:30, 02:57](871 MB) -PASS -- TEST 'regional_decomp_intel' [07:46, 05:08](872 MB) -PASS -- TEST 'regional_noquilt_intel' [07:20, 04:57](1186 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [07:22, 04:54](869 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [07:15, 04:58](871 MB) -PASS -- TEST 'regional_wofs_intel' [07:09, 05:40](1599 MB) - -PASS -- COMPILE 'rrfs_intel' [14:14, 12:24] ( 8 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [09:03, 06:06](1013 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [08:57, 03:46](1202 MB) -PASS -- TEST 'rap_decomp_intel' [10:11, 06:23](1005 MB) -PASS -- TEST 'rap_2threads_intel' [09:03, 05:41](1096 MB) -PASS -- TEST 'rap_restart_intel' [05:22, 03:13](882 MB) -PASS -- TEST 'rap_sfcdiff_intel' [09:11, 06:06](1005 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [10:13, 06:23](1008 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [07:20, 04:36](883 MB) -PASS -- TEST 'hrrr_control_intel' [05:24, 03:14](1001 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [05:24, 03:19](1000 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [05:24, 02:51](1088 MB) -PASS -- TEST 'hrrr_control_restart_intel' [03:48, 01:48](836 MB) -PASS -- TEST 'rrfs_v1beta_intel' [09:07, 05:58](1001 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [09:13, 07:20](1960 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [09:14, 07:06](1951 MB) - -PASS -- COMPILE 'csawmg_intel' [12:23, 10:26] ( 5 warnings ) -PASS -- TEST 'control_csawmg_intel' [09:13, 06:36](964 MB) -PASS -- TEST 'control_ras_intel' [04:35, 02:51](657 MB) - -PASS -- COMPILE 'wam_intel' [11:13, 09:45] ( 5 warnings ) -PASS -- TEST 'control_wam_intel' [03:33, 01:53](387 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [18:16, 16:23] ( 5 warnings 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [05:50, 03:13](1864 MB) -PASS -- TEST 'regional_control_faster_intel' [07:22, 04:47](868 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [13:18, 11:46] ( 889 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [05:24, 02:32](1594 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [05:27, 02:29](1591 MB) -PASS -- TEST 'control_stochy_debug_intel' [04:37, 02:50](799 MB) -PASS -- TEST 'control_lndp_debug_intel' [04:49, 02:37](794 MB) -PASS -- TEST 'control_csawmg_debug_intel' [07:15, 04:34](1111 MB) -PASS -- TEST 'control_ras_debug_intel' [05:44, 02:38](805 MB) -PASS -- TEST 'control_diag_debug_intel' [06:40, 02:37](1652 MB) -PASS -- TEST 'control_debug_p8_intel' [05:38, 03:20](1888 MB) -PASS -- TEST 'regional_debug_intel' [18:27, 16:23](915 MB) -PASS -- TEST 'rap_control_debug_intel' [06:52, 04:44](1183 MB) -PASS -- TEST 'hrrr_control_debug_intel' [06:49, 04:31](1179 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [06:00, 04:40](1182 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [07:00, 04:40](1181 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:54, 04:38](1183 MB) -PASS -- TEST 'rap_diag_debug_intel' [08:49, 04:56](1267 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:50, 04:46](1183 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:45, 04:55](1189 MB) -PASS -- TEST 'rap_lndp_debug_intel' [06:48, 04:47](1181 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:49, 04:42](1180 MB) -PASS -- TEST 'rap_noah_debug_intel' [05:43, 04:33](1178 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [06:53, 04:44](1182 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:44, 07:34](1180 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [05:51, 04:32](1175 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [07:50, 05:34](1182 MB) -PASS -- TEST 'rap_flake_debug_intel' [06:53, 04:40](1180 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:15, 07:49](1184 MB) - -PASS -- COMPILE 'wam_debug_intel' [07:18, 05:40] ( 860 warnings ) -PASS -- TEST 'control_wam_debug_intel' [06:43, 04:40](431 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [11:20, 10:10] ( 8 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [07:10, 03:27](1062 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [07:17, 05:11](891 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:18, 02:45](885 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:13, 04:45](948 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:19, 02:27](944 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:14, 02:53](891 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:02, 03:55](799 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:40, 01:32](780 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [13:21, 12:26] ( 8 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [05:59, 01:53](1090 MB) -PASS -- TEST 'conus13km_2threads_intel' [04:12, 00:55](1088 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [04:04, 01:06](979 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [11:22, 10:17] ( 8 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:19, 03:36](913 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [07:21, 06:09] ( 792 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:40, 04:33](1057 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:44, 04:27](1058 MB) -PASS -- TEST 'conus13km_debug_intel' [17:14, 13:24](1141 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [17:54, 13:33](825 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [11:50, 07:48](1139 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [16:41, 13:24](1209 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [07:20, 06:02] ( 792 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:43, 04:34](1086 MB) - -PASS -- COMPILE 'hafsw_intel' [18:16, 16:41] ( 6 warnings 9 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [08:02, 04:35](719 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:30, 05:00](1073 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [09:10, 06:26](786 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [14:09, 10:55](806 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [15:04, 12:01](824 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [07:22, 04:40](484 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:30, 05:43](496 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [04:13, 02:14](397 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [10:25, 06:09](462 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:10, 03:16](512 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:26, 03:02](515 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [06:27, 03:47](586 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:43, 01:09](430 MB) -PASS -- TEST 'gnv1_nested_intel' [05:15, 03:18](783 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [08:20, 07:08] ( 1472 warnings 1481 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [14:30, 12:14](623 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [26:24, 25:13] ( 5 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [09:32, 07:02](629 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [09:54, 07:10](686 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [19:20, 17:37] ( 5 warnings 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [07:50, 05:17](677 MB) - -PASS -- COMPILE 'hafs_all_intel' [15:23, 14:18] ( 5 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [07:47, 05:34](751 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [07:51, 05:33](736 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [18:29, 16:11](895 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [09:19, 07:37] ( 5 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:34, 02:29](761 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:47, 01:34](751 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:31, 02:24](639 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:33, 02:26](642 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:29, 02:27](640 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:43, 02:28](761 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:34, 02:29](758 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:35, 02:20](640 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [12:08, 05:42](696 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [12:13, 05:40](675 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:27, 02:28](761 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:50, 03:53](2019 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [05:51, 03:56](2017 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [06:17, 05:01] ( 7 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:33, 05:11](745 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [09:18, 07:43] ( 5 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:44, 02:29](761 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [03:18, 02:24] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:43, 01:08](310 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:27, 01:03](454 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:51, 00:42](452 MB) - -PASS -- COMPILE 'atml_intel' [15:24, 14:17] ( 13 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [09:44, 07:29](1893 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [09:51, 07:11](1894 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [06:21, 04:15](1033 MB) - -PASS -- COMPILE 'atml_debug_intel' [10:18, 08:41] ( 887 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [08:55, 06:07](1928 MB) - -PASS -- COMPILE 'atmw_intel' [14:20, 12:49] ( 5 warnings 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:41, 02:22](1899 MB) - -PASS -- COMPILE 'atmaero_intel' [13:22, 11:36] ( 5 warnings 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [07:13, 04:17](3125 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [07:25, 04:15](3003 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:35, 04:18](3015 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [07:18, 06:31] ( 889 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [26:45, 21:52](4538 MB) +PASS -- COMPILE 's2swa_32bit_intel' [22:23, 21:40] ( 6 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [10:02, 05:55](3197 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [24:23, 23:58] ( 6 warnings 10 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [18:04, 14:41](1919 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [20:01, 16:13](1950 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [11:41, 08:08](1082 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [19:06, 16:45](1884 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [24:23, 23:43] ( 6 warnings 10 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [16:26, 14:32](1920 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [13:20, 12:12] ( 1530 warnings 1948 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [25:42, 22:18](1937 MB) + +PASS -- COMPILE 's2swa_intel' [22:22, 21:37] ( 5 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [11:02, 06:39](3221 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [10:21, 06:37](3213 MB) +PASS -- TEST 'cpld_restart_p8_intel' [09:05, 04:29](3149 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [10:11, 06:37](3249 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [08:16, 04:22](3175 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [09:48, 06:13](3721 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [09:48, 06:24](3215 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [08:36, 05:25](3537 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [10:20, 06:30](3227 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [16:05, 10:00](3806 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [18:21, 06:52](3613 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [39:07, 10:59](4494 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [40:27, 07:37](4649 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [09:33, 06:12](3205 MB) + +PASS -- COMPILE 's2sw_intel' [20:21, 19:51] ( 5 warnings 10 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [07:55, 05:09](1918 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [07:53, 05:17](1986 MB) + +PASS -- COMPILE 's2swa_debug_intel' [13:19, 12:11] ( 1455 warnings 1209 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [11:58, 08:38](3282 MB) + +PASS -- COMPILE 's2sw_debug_intel' [12:20, 11:22] ( 1455 warnings 1209 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [09:13, 06:02](1948 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [17:22, 16:04] ( 5 warnings 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [08:23, 05:19](1986 MB) + +PASS -- COMPILE 's2s_intel' [17:21, 16:05] ( 5 warnings 3 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [09:34, 07:30](2920 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [05:36, 02:50](2923 MB) +PASS -- TEST 'cpld_restart_c48_intel' [04:22, 01:58](2322 MB) + +PASS -- COMPILE 's2swa_faster_intel' [26:26, 25:47] ( 5 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [09:47, 06:21](3226 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [23:18, 21:53] ( 5 warnings 10 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [18:13, 14:54](1923 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [11:49, 08:20](1089 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [20:09, 16:49](1898 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [12:16, 11:09] ( 1565 warnings 1948 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [27:06, 23:53](1946 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [16:17, 15:17] ( 6 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [04:44, 03:28](670 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [04:21, 02:29](1569 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:43, 02:32](1573 MB) +PASS -- TEST 'control_latlon_intel' [04:23, 02:27](1563 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:22, 02:30](1563 MB) +PASS -- TEST 'control_c48_intel' [08:11, 06:15](1619 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [06:45, 05:18](734 MB) +PASS -- TEST 'control_c192_intel' [12:28, 08:48](1686 MB) +PASS -- TEST 'control_c384_intel' [17:51, 08:52](2003 MB) +PASS -- TEST 'control_c384gdas_intel' [22:14, 07:14](1205 MB) +PASS -- TEST 'control_stochy_intel' [02:49, 01:35](624 MB) +PASS -- TEST 'control_stochy_restart_intel' [03:12, 00:53](438 MB) +PASS -- TEST 'control_lndp_intel' [02:49, 01:25](624 MB) +PASS -- TEST 'control_iovr4_intel' [04:04, 02:08](622 MB) +PASS -- TEST 'control_iovr5_intel' [03:56, 02:10](623 MB) +PASS -- TEST 'control_p8_intel' [05:48, 03:23](1871 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [06:41, 03:16](1864 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [06:36, 03:13](1871 MB) +PASS -- TEST 'control_restart_p8_intel' [04:29, 02:15](1001 MB) +PASS -- TEST 'control_noqr_p8_intel' [06:22, 03:24](1860 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [04:51, 02:22](1015 MB) +PASS -- TEST 'control_decomp_p8_intel' [06:17, 03:24](1862 MB) +PASS -- TEST 'control_2threads_p8_intel' [06:13, 03:12](1948 MB) +PASS -- TEST 'control_p8_lndp_intel' [08:22, 05:13](1862 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [07:29, 03:54](1920 MB) +PASS -- TEST 'control_p8_mynn_intel' [06:32, 03:16](1871 MB) +PASS -- TEST 'merra2_thompson_intel' [07:32, 03:38](1873 MB) +PASS -- TEST 'regional_control_intel' [07:44, 05:18](868 MB) +PASS -- TEST 'regional_restart_intel' [05:17, 03:23](873 MB) +PASS -- TEST 'regional_decomp_intel' [07:42, 05:27](872 MB) +PASS -- TEST 'regional_noquilt_intel' [07:41, 05:12](1190 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [07:12, 05:16](871 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [07:00, 05:18](872 MB) +PASS -- TEST 'regional_wofs_intel' [07:00, 05:39](1604 MB) + +PASS -- COMPILE 'rrfs_intel' [14:15, 13:18] ( 8 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [09:05, 06:12](1007 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [09:13, 03:48](1210 MB) +PASS -- TEST 'rap_decomp_intel' [09:05, 06:28](1008 MB) +PASS -- TEST 'rap_2threads_intel' [09:08, 05:43](1096 MB) +PASS -- TEST 'rap_restart_intel' [05:32, 03:17](882 MB) +PASS -- TEST 'rap_sfcdiff_intel' [09:01, 06:11](1008 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [09:01, 06:32](1008 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [06:28, 04:40](881 MB) +PASS -- TEST 'hrrr_control_intel' [05:31, 03:16](1001 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [05:31, 03:20](1007 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [05:31, 02:52](1087 MB) +PASS -- TEST 'hrrr_control_restart_intel' [03:50, 01:48](835 MB) +PASS -- TEST 'rrfs_v1beta_intel' [09:12, 06:08](1003 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [09:17, 07:36](1961 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [09:15, 07:18](1952 MB) + +PASS -- COMPILE 'csawmg_intel' [12:14, 11:15] ( 5 warnings ) +PASS -- TEST 'control_csawmg_intel' [09:40, 06:50](964 MB) +PASS -- TEST 'control_ras_intel' [04:48, 02:58](660 MB) + +PASS -- COMPILE 'wam_intel' [11:13, 10:30] ( 5 warnings ) +PASS -- TEST 'control_wam_intel' [03:33, 02:01](388 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [18:15, 17:06] ( 5 warnings 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [05:39, 03:21](1860 MB) +PASS -- TEST 'regional_control_faster_intel' [07:17, 05:03](875 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [13:23, 12:30] ( 889 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:17, 02:34](1595 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:18, 02:38](1600 MB) +PASS -- TEST 'control_stochy_debug_intel' [04:49, 02:57](803 MB) +PASS -- TEST 'control_lndp_debug_intel' [03:41, 02:36](796 MB) +PASS -- TEST 'control_csawmg_debug_intel' [07:30, 04:47](1109 MB) +PASS -- TEST 'control_ras_debug_intel' [03:52, 02:43](807 MB) +PASS -- TEST 'control_diag_debug_intel' [05:50, 02:39](1652 MB) +PASS -- TEST 'control_debug_p8_intel' [06:16, 03:27](1889 MB) +PASS -- TEST 'regional_debug_intel' [19:12, 16:38](914 MB) +PASS -- TEST 'rap_control_debug_intel' [06:54, 04:43](1179 MB) +PASS -- TEST 'hrrr_control_debug_intel' [05:52, 04:43](1179 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [06:54, 04:45](1180 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [05:52, 04:41](1178 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:52, 04:52](1182 MB) +PASS -- TEST 'rap_diag_debug_intel' [09:13, 04:56](1265 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:48, 04:47](1181 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:47, 04:52](1183 MB) +PASS -- TEST 'rap_lndp_debug_intel' [06:55, 04:44](1178 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:59, 05:00](1182 MB) +PASS -- TEST 'rap_noah_debug_intel' [05:51, 04:41](1178 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [06:51, 04:48](1180 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:52, 07:49](1180 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [05:51, 04:39](1174 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [06:58, 05:32](1181 MB) +PASS -- TEST 'rap_flake_debug_intel' [06:58, 04:46](1182 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:40, 07:57](1184 MB) + +PASS -- COMPILE 'wam_debug_intel' [07:22, 06:38] ( 860 warnings ) +PASS -- TEST 'control_wam_debug_intel' [05:44, 04:37](427 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [12:19, 10:56] ( 8 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [08:27, 03:41](1059 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [07:22, 05:13](886 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:32, 02:51](886 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:19, 04:53](950 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:44, 02:29](948 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:22, 03:01](889 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:24, 03:54](799 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:56, 01:35](779 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [13:20, 12:46] ( 8 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [06:58, 01:59](1086 MB) +PASS -- TEST 'conus13km_2threads_intel' [04:29, 01:05](1088 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [04:29, 01:11](977 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [12:20, 10:58] ( 8 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:18, 03:44](915 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [08:20, 07:01] ( 792 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:51, 04:42](1056 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:45, 04:27](1058 MB) +PASS -- TEST 'conus13km_debug_intel' [17:00, 13:34](1141 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [16:58, 13:37](822 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [11:57, 07:56](1136 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [17:03, 13:36](1209 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [08:19, 06:59] ( 792 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:57, 04:38](1087 MB) + +PASS -- COMPILE 'hafsw_intel' [19:22, 17:54] ( 6 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [08:08, 04:47](722 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [08:00, 05:22](1071 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [10:03, 06:38](784 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [14:29, 11:14](802 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [15:38, 12:26](812 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [08:07, 04:49](478 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:58, 05:52](495 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [04:19, 02:23](396 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [11:34, 06:26](462 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:08, 03:25](510 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [06:12, 03:10](517 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [06:52, 03:57](589 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:37, 01:17](431 MB) +PASS -- TEST 'gnv1_nested_intel' [08:05, 04:17](1719 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [09:19, 08:01] ( 1472 warnings 1481 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [14:39, 12:22](651 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [27:24, 26:26] ( 5 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [09:47, 07:17](625 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [10:15, 07:24](684 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [20:20, 19:12] ( 5 warnings 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [09:24, 05:32](682 MB) + +PASS -- COMPILE 'hafs_all_intel' [16:21, 15:43] ( 5 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [07:57, 05:45](750 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [08:59, 05:46](740 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [19:35, 16:18](893 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [09:18, 08:32] ( 5 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:44, 02:33](752 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:58, 01:37](752 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:44, 02:23](647 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:49, 02:28](641 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:51, 02:29](643 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:52, 02:32](751 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:52, 02:33](761 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:42, 02:24](642 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [14:12, 05:50](696 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [13:51, 05:50](676 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:32, 02:31](763 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [06:06, 04:00](2020 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [06:02, 04:02](1959 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [07:18, 05:58] ( 7 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:44, 05:06](743 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [09:18, 08:33] ( 5 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:49, 02:33](761 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [04:18, 02:59] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:39, 01:22](315 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:42, 01:15](453 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:34, 00:50](452 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [14:18, 13:01] ( 5 warnings 3 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [07:33, 04:06](1911 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [13:19, 12:25] ( 5 warnings 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [07:06, 03:51](1910 MB) + +PASS -- COMPILE 'atml_intel' [16:19, 14:55] ( 13 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [11:05, 07:52](1894 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [11:00, 07:42](1892 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [06:08, 04:07](1044 MB) + +PASS -- COMPILE 'atml_debug_intel' [10:21, 09:41] ( 887 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [08:54, 06:18](1925 MB) + +PASS -- COMPILE 'atmw_intel' [15:20, 13:52] ( 5 warnings 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:52, 02:21](1898 MB) + +PASS -- COMPILE 'atmaero_intel' [13:21, 12:22] ( 5 warnings 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [07:35, 04:35](3127 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [07:31, 04:22](2995 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:58, 04:25](3011 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [09:14, 07:52] ( 889 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [30:38, 22:24](4535 MB) SYNOPSIS: -Starting Date/Time: 20240606 12:10:29 -Ending Date/Time: 20240606 13:49:57 -Total Time: 01h:40m:23s -Compiles Completed: 39/39 -Tests Completed: 182/182 +Starting Date/Time: 20240610 07:47:02 +Ending Date/Time: 20240610 09:31:50 +Total Time: 01h:46m:09s +Compiles Completed: 41/41 +Tests Completed: 184/184 NOTES: A file 'test_changes.list' was generated but is empty. diff --git a/tests/logs/RegressionTests_gaea.log b/tests/logs/RegressionTests_gaea.log index 8cc855ecf2..444a8dd1fc 100755 --- a/tests/logs/RegressionTests_gaea.log +++ b/tests/logs/RegressionTests_gaea.log @@ -1,18 +1,18 @@ ====START OF GAEA REGRESSION TESTING LOG==== UFSWM hash used in testing: -6b264a660c1cbcb1a685866dfa788376e63879c1 +bb9effee25fe2b045abcd4061f0aaab9bda5a46b Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) - 3d7067a523b8557058755289e4275f5f5c985daf CDEPS-interface/CDEPS (cdeps0.4.17-40-g3d7067a) - 9c0cd8d3ba5963d01711094a3c81b6358fcb8367 CICE-interface/CICE (CICE6.0.0-448-g9c0cd8d) + 42d4010d7d1116aa8c4ac322dd353cfbb3e3aaa1 CDEPS-interface/CDEPS (remotes/origin/dice_cplhist) + 180f60fd5c9f76d5656a68f8d478f0155f0dc695 CICE-interface/CICE (heads/emc/develop-11-g180f60f) f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) 2d837b16af326b09ff4018daab4de84f4deff7ec CMEPS-interface/CMEPS (cmeps_v0.4.1-2307-g2d837b1) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - afb1140002734df7ac794b91f4188c80aff51c6f FV3 (remotes/origin/cs_perts) - 0bad587d6db041211c22f4af7a4ab1a25867107a FV3/atmos_cubed_sphere (remotes/origin/cs_perts) + 07c26d1efae47445e4c36ff98942494788e7dc49 FV3 (heads/develop) + ab195d5026ca4c221b6cbb3888c8ae92d711f89a FV3/atmos_cubed_sphere (201912_public_release-397-gab195d5) ccfefcd0b426e011f94137031d5f7c2a4dda2659 FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-750-gccfefcd) 16a1d881774d795f46db16017aeed7fc351d661a FV3/ccpp/physics (EP4-808-g16a1d881) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) @@ -35,281 +35,287 @@ The first time is for the full script (prep+run+finalize). The second time is specifically for the run phase. Times/Memory will be empty for failed tests. -BASELINE DIRECTORY: /gpfs/f5/epic/world-shared/UFS-WM_RT/NEMSfv3gfs/develop-20240603 -COMPARISON DIRECTORY: /gpfs/f5/epic/scratch/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_257069 +BASELINE DIRECTORY: /gpfs/f5/epic/world-shared/UFS-WM_RT/NEMSfv3gfs/develop-20240607 +COMPARISON DIRECTORY: /gpfs/f5/epic/scratch/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_133471 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [20:13, 20:01] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [11:04, 07:26](3196 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [24:15, 24:05] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [16:11, 13:56](1928 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [17:04, 14:54](1933 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [09:59, 07:14](1082 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [16:51, 14:55](1896 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [24:15, 23:12] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [15:12, 13:23](1916 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [15:11, 14:11] ( 1525 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [29:36, 24:26](1936 MB) - -PASS -- COMPILE 's2swa_intel' [20:13, 19:37] ( 10 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [11:42, 08:02](3225 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [11:45, 08:02](3222 MB) -PASS -- TEST 'cpld_restart_p8_intel' [10:04, 05:56](3155 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [11:44, 08:04](3244 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [10:04, 05:51](3176 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [10:31, 06:53](3454 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [11:32, 08:03](3221 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [11:32, 07:21](3166 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [13:33, 08:18](3224 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [15:15, 10:28](3440 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [12:43, 08:14](3603 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [20:04, 13:04](4190 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [18:48, 09:31](4343 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [12:09, 08:09](3205 MB) - -PASS -- COMPILE 's2sw_intel' [19:13, 18:50] ( 10 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [09:30, 05:20](1930 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [09:33, 05:43](1987 MB) - -PASS -- COMPILE 's2swa_debug_intel' [14:11, 13:56] ( 1450 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [20:09, 10:18](3267 MB) - -PASS -- COMPILE 's2sw_debug_intel' [14:11, 13:40] ( 1450 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [08:32, 06:05](1945 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [17:11, 16:13] ( 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [08:52, 05:32](1992 MB) - -PASS -- COMPILE 's2s_intel' [17:13, 16:21] ( 3 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [10:23, 07:07](2914 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [05:20, 02:11](2918 MB) -PASS -- TEST 'cpld_restart_c48_intel' [03:30, 01:13](2313 MB) - -PASS -- COMPILE 's2swa_faster_intel' [30:15, 29:24] ( 10 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [10:44, 08:13](3225 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [25:14, 24:24] ( 10 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [16:53, 15:00](1929 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [09:36, 07:19](1101 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [20:40, 18:20](1909 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [14:14, 13:27] ( 1560 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [29:54, 26:23](1943 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [16:14, 15:37] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [05:59, 04:14](666 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [07:08, 03:48](1565 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [07:01, 03:40](1570 MB) -PASS -- TEST 'control_latlon_intel' [06:02, 03:20](1573 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [07:05, 03:54](1572 MB) -PASS -- TEST 'control_c48_intel' [09:28, 06:38](1600 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [08:05, 05:41](719 MB) -PASS -- TEST 'control_c192_intel' [13:21, 10:15](1682 MB) -PASS -- TEST 'control_c384_intel' [20:30, 18:31](1979 MB) -PASS -- TEST 'control_c384gdas_intel' [17:17, 14:26](1182 MB) -PASS -- TEST 'control_stochy_intel' [02:37, 02:07](624 MB) -PASS -- TEST 'control_stochy_restart_intel' [02:43, 01:07](426 MB) -PASS -- TEST 'control_lndp_intel' [02:40, 01:50](623 MB) -PASS -- TEST 'control_iovr4_intel' [03:40, 02:36](619 MB) -PASS -- TEST 'control_iovr5_intel' [03:39, 02:40](619 MB) -PASS -- TEST 'control_p8_intel' [05:36, 03:41](1859 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [05:53, 03:31](1860 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [05:34, 03:57](1867 MB) -PASS -- TEST 'control_restart_p8_intel' [04:24, 02:09](1014 MB) -PASS -- TEST 'control_noqr_p8_intel' [05:28, 03:43](1859 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [03:22, 01:54](1015 MB) -PASS -- TEST 'control_decomp_p8_intel' [05:18, 03:32](1857 MB) -PASS -- TEST 'control_2threads_p8_intel' [04:26, 02:50](1941 MB) -PASS -- TEST 'control_p8_lndp_intel' [07:10, 05:27](1860 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [06:44, 04:45](1919 MB) -PASS -- TEST 'control_p8_mynn_intel' [05:44, 03:26](1868 MB) -PASS -- TEST 'merra2_thompson_intel' [06:41, 04:10](1865 MB) -PASS -- TEST 'regional_control_intel' [06:09, 04:47](859 MB) -PASS -- TEST 'regional_restart_intel' [03:52, 02:41](862 MB) -PASS -- TEST 'regional_decomp_intel' [06:09, 04:58](860 MB) -PASS -- TEST 'regional_2threads_intel' [04:05, 03:02](999 MB) -PASS -- TEST 'regional_noquilt_intel' [06:09, 04:41](1178 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [06:49, 04:46](857 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [06:39, 05:09](858 MB) -PASS -- TEST 'regional_wofs_intel' [07:46, 06:20](1588 MB) - -PASS -- COMPILE 'rrfs_intel' [15:17, 15:09] ( 3 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [09:55, 07:12](1008 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [06:54, 04:25](1187 MB) -PASS -- TEST 'rap_decomp_intel' [09:55, 07:27](1007 MB) -PASS -- TEST 'rap_2threads_intel' [08:57, 06:23](1090 MB) -PASS -- TEST 'rap_restart_intel' [05:05, 03:24](877 MB) -PASS -- TEST 'rap_sfcdiff_intel' [09:55, 07:22](1005 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [09:55, 07:26](1005 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [08:08, 05:26](878 MB) -PASS -- TEST 'hrrr_control_intel' [07:23, 04:15](1000 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [07:23, 04:21](1003 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [07:01, 03:20](1084 MB) -PASS -- TEST 'hrrr_control_restart_intel' [03:43, 02:20](833 MB) -PASS -- TEST 'rrfs_v1beta_intel' [09:54, 07:14](1001 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [10:05, 08:36](1958 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:15, 07:58](1948 MB) - -PASS -- COMPILE 'csawmg_intel' [13:18, 12:35] -PASS -- TEST 'control_csawmg_intel' [09:16, 07:06](964 MB) -PASS -- TEST 'control_ras_intel' [05:00, 03:49](657 MB) - -PASS -- COMPILE 'wam_intel' [13:11, 12:16] -PASS -- TEST 'control_wam_intel' [03:36, 02:33](365 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [21:15, 20:29] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [05:16, 03:18](1859 MB) -PASS -- TEST 'regional_control_faster_intel' [05:46, 04:45](863 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [13:11, 12:28] ( 884 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:57, 03:02](1584 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [05:07, 03:16](1578 MB) -PASS -- TEST 'control_stochy_debug_intel' [04:28, 03:10](785 MB) -PASS -- TEST 'control_lndp_debug_intel' [03:31, 03:00](783 MB) -PASS -- TEST 'control_csawmg_debug_intel' [05:37, 04:30](1094 MB) -PASS -- TEST 'control_ras_debug_intel' [03:33, 02:54](792 MB) -PASS -- TEST 'control_diag_debug_intel' [04:01, 03:06](1642 MB) -PASS -- TEST 'control_debug_p8_intel' [04:55, 03:20](1879 MB) -PASS -- TEST 'regional_debug_intel' [17:52, 16:40](887 MB) -PASS -- TEST 'rap_control_debug_intel' [06:43, 05:11](1168 MB) -PASS -- TEST 'hrrr_control_debug_intel' [06:41, 05:12](1162 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [05:36, 05:05](1166 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [05:32, 05:04](1166 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:40, 05:14](1168 MB) -PASS -- TEST 'rap_diag_debug_intel' [06:37, 05:22](1250 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [08:09, 05:16](1169 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:35, 05:20](1170 MB) -PASS -- TEST 'rap_lndp_debug_intel' [07:11, 05:22](1170 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [07:12, 05:05](1168 MB) -PASS -- TEST 'rap_noah_debug_intel' [07:09, 05:17](1168 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [07:11, 05:10](1167 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:32, 08:15](1165 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [06:52, 05:08](1161 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [07:32, 06:20](1173 MB) -PASS -- TEST 'rap_flake_debug_intel' [06:43, 05:20](1168 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:11, 08:29](1172 MB) - -PASS -- COMPILE 'wam_debug_intel' [10:14, 09:41] ( 855 warnings ) -PASS -- TEST 'control_wam_debug_intel' [06:26, 05:10](397 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [14:11, 13:27] ( 3 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [05:42, 03:52](1048 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [08:06, 05:59](887 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [06:14, 03:51](885 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:06, 05:36](946 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:34, 02:52](939 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:06, 03:53](885 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:06, 04:18](786 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:45, 01:55](768 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [16:17, 15:19] ( 3 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [04:07, 02:08](1093 MB) -PASS -- TEST 'conus13km_2threads_intel' [03:46, 01:31](1076 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [02:41, 01:46](976 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [15:14, 14:28] ( 3 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:10, 04:30](912 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [10:11, 10:01] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:32, 05:21](1043 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:30, 05:33](1043 MB) -PASS -- TEST 'conus13km_debug_intel' [15:49, 14:42](1125 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [15:42, 13:56](804 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [11:21, 08:23](1115 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:08, 13:57](1197 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [11:12, 10:54] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:54, 05:12](1072 MB) - -PASS -- COMPILE 'hafsw_intel' [19:17, 18:26] ( 1 warnings 9 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [07:43, 05:15](701 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:50, 04:36](1062 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [10:53, 07:47](750 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [14:28, 12:00](785 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [17:01, 13:10](804 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [08:32, 05:25](481 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [10:48, 06:54](495 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [06:34, 03:02](375 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [12:57, 08:18](446 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [07:03, 03:57](511 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [06:17, 03:30](512 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [07:11, 04:40](575 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:45, 01:52](402 MB) -PASS -- TEST 'gnv1_nested_intel' [05:28, 04:06](771 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [13:11, 12:09] ( 1467 warnings 1502 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [15:15, 13:12](588 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [25:13, 24:50] ( 8 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [09:22, 07:47](609 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [10:32, 08:09](786 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [19:16, 18:19] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [07:17, 06:04](787 MB) - -PASS -- COMPILE 'hafs_all_intel' [17:12, 16:55] ( 8 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [08:14, 06:14](738 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [08:22, 06:18](726 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [22:25, 20:11](892 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [13:11, 12:17] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:38, 02:36](757 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:26, 01:47](745 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:30, 02:33](634 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:32, 02:27](636 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:31, 02:45](636 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:26, 02:35](758 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:27, 02:41](758 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:27, 02:33](636 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [09:12, 07:00](690 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [09:12, 06:42](669 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:34, 02:48](758 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [06:37, 04:47](2013 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [05:28, 04:43](2012 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [09:11, 08:09] ( 2 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:38, 05:52](728 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [12:11, 11:48] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:27, 02:35](745 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [04:13, 03:47] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [04:53, 02:24](309 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [03:00, 01:32](455 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:54, 01:04](454 MB) - -PASS -- COMPILE 'atml_intel' [17:12, 16:53] ( 8 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [10:22, 07:44](1891 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [11:00, 08:36](1891 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:55, 03:55](1044 MB) - -PASS -- COMPILE 'atml_debug_intel' [14:11, 13:26] ( 882 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [09:21, 06:29](1916 MB) - -PASS -- COMPILE 'atmw_intel' [17:12, 16:37] ( 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:18, 02:56](1899 MB) - -PASS -- COMPILE 'atmaero_intel' [15:15, 14:20] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [09:29, 06:44](3120 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [09:27, 07:07](3005 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [09:17, 07:28](3017 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [12:15, 11:42] ( 884 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [20:43, 18:18](4481 MB) +PASS -- COMPILE 's2swa_32bit_intel' [18:16, 17:53] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [10:28, 07:23](3197 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [23:15, 22:23] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [17:04, 14:26](1928 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [16:41, 14:39](1946 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [08:41, 06:41](1071 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [17:42, 15:41](1897 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [21:15, 21:06] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [14:41, 13:28](1914 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [14:11, 13:15] ( 1525 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [26:47, 24:46](1938 MB) + +PASS -- COMPILE 's2swa_intel' [18:16, 18:06] ( 10 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [10:21, 07:54](3223 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [10:37, 08:06](3223 MB) +PASS -- TEST 'cpld_restart_p8_intel' [07:56, 05:38](3156 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [10:22, 08:01](3244 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [07:55, 05:54](3177 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [09:28, 06:59](3452 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [10:13, 08:02](3221 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [10:13, 07:22](3166 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [10:37, 07:58](3224 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [14:56, 10:27](3440 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [10:57, 08:05](3605 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [20:27, 13:24](4190 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [16:16, 09:18](4344 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [10:19, 07:54](3205 MB) + +PASS -- COMPILE 's2sw_intel' [18:16, 17:32] ( 10 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [08:23, 05:31](1931 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [08:22, 06:03](1995 MB) + +PASS -- COMPILE 's2swa_debug_intel' [13:11, 12:42] ( 1450 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [13:18, 10:09](3267 MB) + +PASS -- COMPILE 's2sw_debug_intel' [13:11, 12:15] ( 1450 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [07:26, 06:02](1945 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [16:13, 15:42] ( 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [07:51, 05:16](1992 MB) + +PASS -- COMPILE 's2s_intel' [16:13, 15:28] ( 3 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [09:40, 07:01](2913 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [03:45, 02:04](2914 MB) +PASS -- TEST 'cpld_restart_c48_intel' [03:17, 01:13](2308 MB) + +PASS -- COMPILE 's2swa_faster_intel' [27:16, 26:53] ( 10 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [09:51, 07:59](3223 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [23:13, 22:17] ( 10 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [16:44, 15:04](1929 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [09:32, 07:45](1091 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [19:36, 17:50](1908 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [15:11, 14:18] ( 1560 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [28:39, 26:48](1939 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [15:13, 15:00] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [04:37, 03:44](666 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [04:14, 03:05](1570 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [05:11, 03:08](1570 MB) +PASS -- TEST 'control_latlon_intel' [05:00, 03:06](1573 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [05:11, 03:14](1572 MB) +PASS -- TEST 'control_c48_intel' [08:33, 06:37](1596 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [07:07, 05:39](720 MB) +PASS -- TEST 'control_c192_intel' [11:02, 09:56](1682 MB) +PASS -- TEST 'control_c384_intel' [20:23, 18:12](1979 MB) +PASS -- TEST 'control_c384gdas_intel' [17:21, 14:19](1179 MB) +PASS -- TEST 'control_stochy_intel' [02:39, 01:56](624 MB) +PASS -- TEST 'control_stochy_restart_intel' [01:34, 01:07](426 MB) +PASS -- TEST 'control_lndp_intel' [02:36, 01:47](623 MB) +PASS -- TEST 'control_iovr4_intel' [03:35, 02:38](620 MB) +PASS -- TEST 'control_iovr5_intel' [03:43, 02:34](619 MB) +PASS -- TEST 'control_p8_intel' [05:14, 03:27](1859 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [05:31, 03:36](1859 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [05:18, 03:20](1862 MB) +PASS -- TEST 'control_restart_p8_intel' [03:12, 01:44](1014 MB) +PASS -- TEST 'control_noqr_p8_intel' [05:12, 03:19](1857 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [03:08, 01:44](1015 MB) +PASS -- TEST 'control_decomp_p8_intel' [05:08, 03:23](1861 MB) +PASS -- TEST 'control_2threads_p8_intel' [04:14, 02:52](1949 MB) +PASS -- TEST 'control_p8_lndp_intel' [06:53, 05:29](1859 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [06:09, 04:28](1919 MB) +PASS -- TEST 'control_p8_mynn_intel' [05:24, 03:28](1868 MB) +PASS -- TEST 'merra2_thompson_intel' [05:23, 04:01](1867 MB) +PASS -- TEST 'regional_control_intel' [05:50, 04:49](858 MB) +PASS -- TEST 'regional_restart_intel' [03:44, 02:35](860 MB) +PASS -- TEST 'regional_decomp_intel' [05:49, 05:04](860 MB) +PASS -- TEST 'regional_2threads_intel' [04:56, 03:10](999 MB) +PASS -- TEST 'regional_noquilt_intel' [05:54, 04:53](1185 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [05:54, 05:01](857 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [05:47, 04:51](860 MB) +PASS -- TEST 'regional_wofs_intel' [07:53, 06:11](1587 MB) + +PASS -- COMPILE 'rrfs_intel' [14:13, 13:35] ( 3 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [08:21, 06:57](1007 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [05:14, 04:02](1197 MB) +PASS -- TEST 'rap_decomp_intel' [09:39, 07:15](1007 MB) +PASS -- TEST 'rap_2threads_intel' [08:21, 06:10](1094 MB) +PASS -- TEST 'rap_restart_intel' [05:13, 03:26](877 MB) +PASS -- TEST 'rap_sfcdiff_intel' [08:21, 06:56](1005 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [09:38, 07:07](1005 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [06:12, 05:03](878 MB) +PASS -- TEST 'hrrr_control_intel' [05:35, 04:00](1000 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [05:35, 03:51](1002 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [05:35, 03:12](1080 MB) +PASS -- TEST 'hrrr_control_restart_intel' [02:39, 01:56](833 MB) +PASS -- TEST 'rrfs_v1beta_intel' [08:21, 06:49](1001 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [09:51, 08:13](1962 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [08:59, 08:06](1947 MB) + +PASS -- COMPILE 'csawmg_intel' [14:11, 13:17] +PASS -- TEST 'control_csawmg_intel' [07:45, 06:39](963 MB) +PASS -- TEST 'control_ras_intel' [04:32, 03:25](657 MB) + +PASS -- COMPILE 'wam_intel' [14:11, 13:39] +PASS -- TEST 'control_wam_intel' [03:30, 02:09](367 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [21:11, 20:21] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [05:12, 03:18](1860 MB) +PASS -- TEST 'regional_control_faster_intel' [05:41, 04:44](856 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [15:12, 15:05] ( 884 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:50, 02:57](1577 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:58, 02:56](1579 MB) +PASS -- TEST 'control_stochy_debug_intel' [04:34, 03:08](787 MB) +PASS -- TEST 'control_lndp_debug_intel' [03:33, 02:50](783 MB) +PASS -- TEST 'control_csawmg_debug_intel' [05:42, 04:20](1094 MB) +PASS -- TEST 'control_ras_debug_intel' [03:30, 02:53](792 MB) +PASS -- TEST 'control_diag_debug_intel' [03:46, 03:01](1642 MB) +PASS -- TEST 'control_debug_p8_intel' [04:44, 03:18](1878 MB) +PASS -- TEST 'regional_debug_intel' [17:44, 16:41](887 MB) +PASS -- TEST 'rap_control_debug_intel' [05:33, 05:00](1168 MB) +PASS -- TEST 'hrrr_control_debug_intel' [05:32, 05:01](1162 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [05:26, 05:04](1166 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [05:25, 05:03](1166 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:31, 05:01](1168 MB) +PASS -- TEST 'rap_diag_debug_intel' [06:39, 05:21](1250 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:37, 05:06](1169 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:33, 05:11](1170 MB) +PASS -- TEST 'rap_lndp_debug_intel' [05:30, 05:04](1170 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:31, 04:59](1168 MB) +PASS -- TEST 'rap_noah_debug_intel' [05:27, 04:53](1166 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [05:32, 05:00](1166 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:32, 07:52](1165 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [05:28, 05:07](1160 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [06:43, 06:05](1173 MB) +PASS -- TEST 'rap_flake_debug_intel' [06:32, 05:10](1168 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:09, 08:24](1172 MB) + +PASS -- COMPILE 'wam_debug_intel' [11:15, 10:44] ( 855 warnings ) +PASS -- TEST 'control_wam_debug_intel' [05:25, 04:49](398 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [14:13, 13:19] ( 3 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [05:06, 03:53](1054 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [07:02, 05:53](887 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:48, 03:20](885 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:00, 05:16](951 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:34, 02:49](937 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:57, 03:28](885 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:57, 04:09](786 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:43, 01:44](768 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [16:15, 15:47] ( 3 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [03:11, 02:02](1093 MB) +PASS -- TEST 'conus13km_2threads_intel' [03:20, 01:11](1076 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [03:20, 01:26](977 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [13:11, 12:30] ( 3 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:11, 04:37](912 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [11:14, 11:06] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:33, 04:54](1044 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:37, 04:54](1043 MB) +PASS -- TEST 'conus13km_debug_intel' [14:55, 13:57](1125 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [15:50, 14:22](804 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [08:43, 08:08](1117 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [14:48, 13:52](1197 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [11:14, 10:13] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:35, 05:09](1072 MB) + +PASS -- COMPILE 'hafsw_intel' [17:17, 16:10] ( 1 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [07:18, 05:27](707 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [05:38, 04:36](1060 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [09:34, 07:55](751 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [13:22, 12:04](784 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [15:16, 12:46](801 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [07:18, 05:23](479 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [10:05, 06:45](499 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [06:21, 02:58](376 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [16:42, 08:08](446 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [06:02, 03:48](513 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [07:14, 03:52](512 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [10:06, 04:49](575 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [08:19, 01:41](403 MB) +PASS -- TEST 'gnv1_nested_intel' [13:03, 05:55](1716 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [11:11, 10:57] ( 1467 warnings 1502 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [19:11, 13:06](587 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [24:13, 23:35] ( 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [13:49, 07:46](614 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [14:01, 07:48](786 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [17:13, 16:51] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [12:16, 06:05](782 MB) + +PASS -- COMPILE 'hafs_all_intel' [16:13, 15:47] ( 8 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [12:20, 06:07](738 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [12:15, 06:19](726 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [25:16, 20:13](892 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [14:14, 13:23] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [07:01, 02:34](760 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:26, 01:35](750 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [07:28, 02:52](640 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [07:28, 02:47](639 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [06:27, 02:55](636 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [06:26, 02:42](761 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [07:25, 02:36](760 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [06:29, 02:25](640 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [10:01, 05:59](692 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [11:01, 06:11](671 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [06:27, 02:36](758 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [09:28, 04:34](2017 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [06:44, 04:35](2014 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [09:11, 08:14] ( 2 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:40, 05:27](744 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [14:11, 13:24] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:30, 02:38](747 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [04:11, 03:15] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [03:52, 01:45](308 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:51, 01:20](454 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:49, 01:04](454 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [15:13, 14:40] ( 3 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [06:31, 04:02](1922 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [14:13, 13:19] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [06:35, 04:04](1911 MB) + +PASS -- COMPILE 'atml_intel' [15:11, 14:22] ( 8 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [10:40, 07:57](1890 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [10:45, 08:11](1891 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:49, 03:46](1043 MB) + +PASS -- COMPILE 'atml_debug_intel' [12:15, 11:18] ( 882 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [08:53, 06:18](1917 MB) + +PASS -- COMPILE 'atmw_intel' [16:13, 15:40] ( 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:09, 02:25](1901 MB) + +PASS -- COMPILE 'atmaero_intel' [14:11, 13:55] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [08:15, 06:47](3119 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [08:15, 06:45](3005 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [08:05, 06:39](3017 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [11:11, 10:51] ( 884 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [20:27, 18:20](4487 MB) SYNOPSIS: -Starting Date/Time: 20240606 14:51:18 -Ending Date/Time: 20240606 16:25:37 -Total Time: 01h:35m:18s -Compiles Completed: 39/39 -Tests Completed: 183/183 +Starting Date/Time: 20240610 19:25:22 +Ending Date/Time: 20240610 20:56:01 +Total Time: 01h:31m:43s +Compiles Completed: 41/41 +Tests Completed: 185/185 NOTES: A file 'test_changes.list' was generated but is empty. diff --git a/tests/logs/RegressionTests_hera.log b/tests/logs/RegressionTests_hera.log index 80f4d9e0e1..cc243f8e3d 100644 --- a/tests/logs/RegressionTests_hera.log +++ b/tests/logs/RegressionTests_hera.log @@ -1,15 +1,15 @@ ====START OF HERA REGRESSION TESTING LOG==== UFSWM hash used in testing: -6b264a660c1cbcb1a685866dfa788376e63879c1 +b6d8becc13ec8c9642147ed808c4dad9aa862b47 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) - 3d7067a523b8557058755289e4275f5f5c985daf CDEPS-interface/CDEPS (cdeps0.4.17-40-g3d7067a) - 9c0cd8d3ba5963d01711094a3c81b6358fcb8367 CICE-interface/CICE (CICE6.0.0-448-g9c0cd8d) + 42d4010d7d1116aa8c4ac322dd353cfbb3e3aaa1 CDEPS-interface/CDEPS (remotes/origin/dice_cplhist) + 180f60fd5c9f76d5656a68f8d478f0155f0dc695 CICE-interface/CICE (heads/emc/develop-11-g180f60f) 2d837b16af326b09ff4018daab4de84f4deff7ec CMEPS-interface/CMEPS (cmeps_v0.4.1-2307-g2d837b1) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - afb1140002734df7ac794b91f4188c80aff51c6f FV3 (remotes/origin/cs_perts) + 07c26d1efae47445e4c36ff98942494788e7dc49 FV3 (heads/develop) 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) b32aea7bf3f9e2a774afa23d3386c88156cd1182 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10051-gb32aea7bf) @@ -24,374 +24,379 @@ The first time is for the full script (prep+run+finalize). The second time is specifically for the run phase. Times/Memory will be empty for failed tests. -BASELINE DIRECTORY: /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20240603 -COMPARISON DIRECTORY: /scratch1/NCEPDEV/stmp2/role.epic/FV3_RT/rt_1368240 +BASELINE DIRECTORY: /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20240607 +COMPARISON DIRECTORY: /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_84008 RT.SH OPTIONS USED: -* (-a) - HPC PROJECT ACCOUNT: epic -* (-l) - USE CONFIG FILE: rt.conf -* (-r) - USE ROCOTO - -PASS -- COMPILE 's2swa_32bit_intel' [14:00, 13:59] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [06:37, 05:50](3286 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [17:08, 17:08] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [18:03, 17:16](1950 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [22:29, 20:28](2130 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [12:45, 10:50](1232 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [20:08, 19:23](1845 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [16:36, 16:36] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [17:20, 16:56](1944 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [05:22, 05:22] ( 1525 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [23:54, 23:00](1890 MB) - -PASS -- COMPILE 's2swa_intel' [13:55, 13:54] ( 8 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [06:59, 06:05](3313 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [06:55, 06:00](3324 MB) -PASS -- TEST 'cpld_restart_p8_intel' [08:23, 05:04](3236 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [06:52, 06:02](3331 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [08:11, 06:04](3253 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [10:12, 09:19](3591 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [11:18, 09:53](3308 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [09:31, 08:39](3178 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [11:19, 09:44](3317 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [16:18, 12:29](3489 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [09:03, 06:34](3595 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [20:38, 10:48](4282 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [15:06, 06:38](4341 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [06:31, 05:39](3296 MB) - -PASS -- COMPILE 's2sw_intel' [12:37, 12:37] ( 8 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [05:41, 04:56](1960 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [05:23, 04:34](2034 MB) - -PASS -- COMPILE 's2swa_debug_intel' [05:23, 05:22] ( 1450 warnings 1228 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [09:42, 08:41](3319 MB) - -PASS -- COMPILE 's2sw_debug_intel' [05:16, 05:15] ( 1450 warnings 1228 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [07:07, 06:09](1972 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [12:27, 12:26] ( 1 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [05:16, 04:29](2027 MB) - -PASS -- COMPILE 's2s_intel' [12:36, 12:35] ( 1 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [10:21, 09:47](3062 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [03:19, 02:44](3054 MB) -PASS -- TEST 'cpld_restart_c48_intel' [02:09, 01:37](2474 MB) - -PASS -- COMPILE 's2swa_faster_intel' [21:21, 21:20] ( 8 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [06:44, 05:49](3310 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [16:25, 16:24] ( 8 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [18:20, 17:28](1976 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [09:18, 08:17](1237 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [20:40, 19:54](1894 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:15, 05:15] ( 1560 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [25:43, 24:57](1912 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [12:14, 12:13] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [03:51, 03:37](678 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [03:41, 03:10](1575 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [03:50, 03:15](1583 MB) -PASS -- TEST 'control_latlon_intel' [03:42, 03:10](1581 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [03:26, 03:00](1577 MB) -PASS -- TEST 'control_c48_intel' [08:05, 07:41](1737 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [06:39, 06:27](852 MB) -PASS -- TEST 'control_c192_intel' [11:26, 10:42](1722 MB) -PASS -- TEST 'control_c384_intel' [12:15, 10:36](1990 MB) -PASS -- TEST 'control_c384gdas_intel' [10:26, 08:13](1379 MB) -PASS -- TEST 'control_stochy_intel' [01:57, 01:43](641 MB) -PASS -- TEST 'control_stochy_restart_intel' [01:22, 01:03](481 MB) -PASS -- TEST 'control_lndp_intel' [01:49, 01:36](647 MB) -PASS -- TEST 'control_iovr4_intel' [02:48, 02:32](637 MB) -PASS -- TEST 'control_iovr5_intel' [02:48, 02:33](635 MB) -PASS -- TEST 'control_p8_intel' [04:04, 03:19](1872 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [03:52, 03:09](1873 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [03:39, 03:03](1877 MB) -PASS -- TEST 'control_restart_p8_intel' [02:31, 01:50](1125 MB) -PASS -- TEST 'control_noqr_p8_intel' [03:46, 03:07](1877 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [02:26, 01:44](1140 MB) -PASS -- TEST 'control_decomp_p8_intel' [03:47, 03:15](1852 MB) -PASS -- TEST 'control_2threads_p8_intel' [03:39, 03:02](1961 MB) -PASS -- TEST 'control_p8_lndp_intel' [05:58, 05:27](1877 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [04:46, 04:08](1948 MB) -PASS -- TEST 'control_p8_mynn_intel' [03:48, 03:11](1887 MB) -PASS -- TEST 'merra2_thompson_intel' [04:01, 03:26](1886 MB) -PASS -- TEST 'regional_control_intel' [05:52, 05:26](1080 MB) -PASS -- TEST 'regional_restart_intel' [03:32, 03:06](1080 MB) -PASS -- TEST 'regional_decomp_intel' [06:08, 05:45](1087 MB) -PASS -- TEST 'regional_2threads_intel' [03:54, 03:29](1075 MB) -PASS -- TEST 'regional_noquilt_intel' [05:49, 05:23](1377 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [05:48, 05:21](1091 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [05:55, 05:31](1081 MB) -PASS -- TEST 'regional_wofs_intel' [07:25, 06:58](1900 MB) - -PASS -- COMPILE 'rrfs_intel' [11:24, 11:23] ( 3 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [08:20, 07:50](1104 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [05:04, 04:18](1281 MB) -PASS -- TEST 'rap_decomp_intel' [08:44, 08:19](1017 MB) -PASS -- TEST 'rap_2threads_intel' [07:46, 07:22](1168 MB) -PASS -- TEST 'rap_restart_intel' [04:45, 04:07](1080 MB) -PASS -- TEST 'rap_sfcdiff_intel' [08:19, 07:49](1090 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [08:46, 08:15](1019 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [06:29, 05:53](1112 MB) -PASS -- TEST 'hrrr_control_intel' [04:27, 04:01](1024 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [04:32, 04:10](1018 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [04:13, 03:48](1100 MB) -PASS -- TEST 'hrrr_control_restart_intel' [02:37, 02:14](988 MB) -PASS -- TEST 'rrfs_v1beta_intel' [08:22, 07:44](1077 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [09:40, 09:24](1965 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [09:26, 09:07](2046 MB) - -PASS -- COMPILE 'csawmg_intel' [10:56, 10:56] -PASS -- TEST 'control_csawmg_intel' [06:43, 06:18](1000 MB) -PASS -- TEST 'control_ras_intel' [03:35, 03:23](721 MB) - -PASS -- COMPILE 'csawmg_gnu' [04:12, 04:12] -PASS -- TEST 'control_csawmg_gnu' [08:56, 08:30](751 MB) - -PASS -- COMPILE 'wam_intel' [10:26, 10:26] -PASS -- TEST 'control_wam_intel' [02:24, 02:09](639 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [19:17, 19:15] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [03:31, 02:51](1883 MB) -PASS -- TEST 'regional_control_faster_intel' [05:30, 04:53](1088 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [06:30, 06:29] ( 884 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:11, 02:40](1578 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:13, 02:42](1582 MB) -PASS -- TEST 'control_stochy_debug_intel' [03:32, 03:18](780 MB) -PASS -- TEST 'control_lndp_debug_intel' [03:11, 02:57](784 MB) -PASS -- TEST 'control_csawmg_debug_intel' [05:08, 04:42](1102 MB) -PASS -- TEST 'control_ras_debug_intel' [03:17, 03:02](792 MB) -PASS -- TEST 'control_diag_debug_intel' [03:49, 03:14](1641 MB) -PASS -- TEST 'control_debug_p8_intel' [03:32, 03:02](1864 MB) -PASS -- TEST 'regional_debug_intel' [17:47, 17:21](1059 MB) -PASS -- TEST 'rap_control_debug_intel' [05:13, 05:00](1170 MB) -PASS -- TEST 'hrrr_control_debug_intel' [04:58, 04:45](1163 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [05:11, 04:58](1171 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [05:07, 04:55](1165 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:06, 04:53](1170 MB) -PASS -- TEST 'rap_diag_debug_intel' [05:33, 05:10](1251 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:12, 05:00](1164 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:12, 05:01](1171 MB) -PASS -- TEST 'rap_lndp_debug_intel' [05:13, 05:01](1168 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:06, 04:54](1169 MB) -PASS -- TEST 'rap_noah_debug_intel' [04:59, 04:47](1164 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [05:08, 04:56](1166 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:02, 07:48](1170 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [05:02, 04:49](1162 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [06:12, 06:00](1166 MB) -PASS -- TEST 'rap_flake_debug_intel' [05:07, 04:55](1162 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [09:57, 09:29](1179 MB) - -PASS -- COMPILE 'atm_debug_dyn32_gnu' [04:56, 04:54] -PASS -- TEST 'control_csawmg_debug_gnu' [02:50, 02:24](724 MB) - -PASS -- COMPILE 'wam_debug_intel' [04:07, 04:06] ( 855 warnings ) -PASS -- TEST 'control_wam_debug_intel' [05:18, 05:05](462 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [10:47, 10:46] ( 3 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [04:53, 04:00](1140 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [08:12, 07:43](1030 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [03:54, 03:27](960 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:55, 07:23](1076 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:58, 04:33](947 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:12, 04:48](909 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [05:24, 04:54](1016 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:35, 03:10](920 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [15:03, 15:02] ( 3 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [02:46, 02:06](1188 MB) -PASS -- TEST 'conus13km_2threads_intel' [01:25, 00:56](1102 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [01:50, 01:17](1095 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [10:52, 10:52] ( 3 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [04:39, 04:12](970 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:39, 04:39] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:08, 04:56](1048 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [04:59, 04:48](1029 MB) -PASS -- TEST 'conus13km_debug_intel' [15:30, 14:52](1175 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [15:20, 14:41](897 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [08:38, 08:08](1102 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [14:33, 14:05](1228 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:19, 04:18] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:06, 04:54](1099 MB) - -PASS -- COMPILE 'hafsw_intel' [12:38, 12:38] ( 1 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [05:59, 05:01](723 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:13, 05:53](1096 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [08:12, 07:03](808 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [14:36, 13:36](854 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [16:28, 15:18](872 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [06:16, 05:30](486 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:15, 07:09](500 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [04:03, 03:32](355 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [10:09, 07:34](467 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:21, 03:48](509 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [04:36, 03:48](512 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [04:54, 04:11](577 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [01:31, 01:12](391 MB) -PASS -- TEST 'gnv1_nested_intel' [05:09, 04:22](779 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [05:07, 05:06] ( 1467 warnings 1501 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [13:47, 13:06](538 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [20:58, 20:58] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [09:55, 08:58](625 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [10:08, 09:08](695 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [13:14, 13:13] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [07:24, 06:32](711 MB) - -PASS -- COMPILE 'hafs_all_intel' [12:06, 12:05] ( 7 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [07:42, 06:43](810 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [07:33, 06:34](793 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [16:53, 16:15](1227 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [06:27, 06:26] -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [02:57, 02:47](1147 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [01:47, 01:38](1085 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [02:50, 02:39](1012 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [02:48, 02:40](1006 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [02:47, 02:40](1016 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [02:49, 02:41](1142 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [02:51, 02:43](1153 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [02:40, 02:33](1023 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [07:23, 06:14](1054 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [07:20, 06:09](1026 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:00, 02:47](1139 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [04:21, 03:54](2433 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [04:21, 03:55](2433 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [03:11, 03:10] ( 2 warnings ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:33, 06:24](1075 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [06:21, 06:20] -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:01, 02:42](1142 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [01:21, 01:20] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:09, 01:28](255 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:01, 01:46](314 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [00:56, 00:41](322 MB) - -PASS -- COMPILE 'atml_intel' [14:22, 14:22] ( 8 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [05:57, 05:08](1847 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [06:04, 05:14](1849 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:03, 02:30](1087 MB) - -PASS -- COMPILE 'atml_debug_intel' [05:51, 05:50] ( 882 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [06:58, 06:14](1853 MB) - -PASS -- COMPILE 'atmw_intel' [12:32, 12:32] ( 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [02:34, 01:59](1911 MB) - -PASS -- COMPILE 'atmaero_intel' [12:10, 12:10] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [05:02, 04:19](3171 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [05:46, 05:04](3077 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [05:35, 05:00](3085 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [05:16, 05:16] ( 884 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [22:59, 21:16](4453 MB) - -PASS -- COMPILE 'atm_gnu' [04:37, 04:36] -PASS -- TEST 'control_c48_gnu' [11:45, 11:20](1533 MB) -PASS -- TEST 'control_stochy_gnu' [03:38, 03:25](497 MB) -PASS -- TEST 'control_ras_gnu' [05:03, 04:50](501 MB) -PASS -- TEST 'control_p8_gnu' [05:35, 04:53](1461 MB) -PASS -- TEST 'control_p8_ugwpv1_gnu' [05:26, 04:46](1465 MB) -PASS -- TEST 'control_flake_gnu' [10:30, 10:15](543 MB) - -PASS -- COMPILE 'rrfs_gnu' [04:20, 04:20] -PASS -- TEST 'rap_control_gnu' [11:14, 10:50](846 MB) -PASS -- TEST 'rap_decomp_gnu' [11:30, 11:07](842 MB) -PASS -- TEST 'rap_2threads_gnu' [10:28, 10:04](934 MB) -PASS -- TEST 'rap_restart_gnu' [05:58, 05:32](564 MB) -PASS -- TEST 'rap_sfcdiff_gnu' [11:18, 10:49](813 MB) -PASS -- TEST 'rap_sfcdiff_decomp_gnu' [11:27, 11:04](838 MB) -PASS -- TEST 'rap_sfcdiff_restart_gnu' [08:34, 08:03](567 MB) -PASS -- TEST 'hrrr_control_gnu' [06:02, 05:37](804 MB) -PASS -- TEST 'hrrr_control_noqr_gnu' [05:59, 05:37](788 MB) -PASS -- TEST 'hrrr_control_2threads_gnu' [05:28, 05:04](919 MB) -PASS -- TEST 'hrrr_control_decomp_gnu' [05:57, 05:37](838 MB) -PASS -- TEST 'hrrr_control_restart_gnu' [03:25, 03:00](556 MB) -PASS -- TEST 'hrrr_control_restart_noqr_gnu' [03:10, 02:50](643 MB) -PASS -- TEST 'rrfs_v1beta_gnu' [11:08, 10:39](807 MB) - -PASS -- COMPILE 'atm_dyn32_debug_gnu' [07:59, 07:58] -PASS -- TEST 'control_diag_debug_gnu' [02:13, 01:39](1255 MB) -PASS -- TEST 'regional_debug_gnu' [11:35, 11:10](725 MB) -PASS -- TEST 'rap_control_debug_gnu' [02:54, 02:41](807 MB) -PASS -- TEST 'hrrr_control_debug_gnu' [02:49, 02:36](809 MB) -PASS -- TEST 'hrrr_gf_debug_gnu' [02:52, 02:38](809 MB) -PASS -- TEST 'hrrr_c3_debug_gnu' [02:53, 02:40](807 MB) -PASS -- TEST 'rap_diag_debug_gnu' [03:25, 02:56](890 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [04:21, 04:10](802 MB) -PASS -- TEST 'rap_progcld_thompson_debug_gnu' [02:53, 02:40](806 MB) -PASS -- TEST 'rrfs_v1beta_debug_gnu' [02:52, 02:39](802 MB) -PASS -- TEST 'control_ras_debug_gnu' [01:44, 01:34](441 MB) -PASS -- TEST 'control_stochy_debug_gnu' [02:00, 01:50](434 MB) -PASS -- TEST 'control_debug_p8_gnu' [02:23, 01:54](1416 MB) -PASS -- TEST 'rap_flake_debug_gnu' [02:54, 02:42](809 MB) -PASS -- TEST 'rap_clm_lake_debug_gnu' [03:09, 02:59](812 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [04:49, 04:24](818 MB) - -PASS -- COMPILE 'wam_debug_gnu' [02:29, 02:29] -PASS -- TEST 'control_wam_debug_gnu' [02:45, 02:34](169 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [04:09, 04:09] -PASS -- TEST 'rap_control_dyn32_phy32_gnu' [09:49, 09:26](698 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [05:25, 05:01](698 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [09:08, 08:44](752 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [05:16, 04:49](744 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [05:32, 05:14](694 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [07:23, 07:01](542 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [02:55, 02:37](530 MB) -PASS -- TEST 'conus13km_control_gnu' [03:57, 03:15](867 MB) -PASS -- TEST 'conus13km_2threads_gnu' [06:30, 06:04](866 MB) -PASS -- TEST 'conus13km_restart_mismatch_gnu' [02:20, 01:50](548 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_gnu' [10:53, 10:52] -PASS -- TEST 'rap_control_dyn64_phy32_gnu' [06:11, 05:44](720 MB) - -PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [07:36, 07:36] -PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [02:48, 02:38](702 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [02:40, 02:28](699 MB) -PASS -- TEST 'conus13km_debug_gnu' [07:46, 07:11](863 MB) -PASS -- TEST 'conus13km_debug_qr_gnu' [07:42, 07:11](566 MB) -PASS -- TEST 'conus13km_debug_2threads_gnu' [07:48, 07:21](867 MB) -PASS -- TEST 'conus13km_radar_tten_debug_gnu' [07:38, 07:11](936 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [07:45, 07:44] -PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [02:51, 02:39](719 MB) - -PASS -- COMPILE 's2swa_gnu' [15:51, 15:51] - -PASS -- COMPILE 's2s_gnu' [16:04, 16:04] -PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [08:15, 07:27](1533 MB) - -PASS -- COMPILE 's2swa_debug_gnu' [03:14, 03:13] - -PASS -- COMPILE 's2sw_pdlib_gnu' [15:27, 15:27] -PASS -- TEST 'cpld_control_pdlib_p8_gnu' [20:08, 19:24](1438 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_gnu' [03:05, 03:05] -PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [17:49, 17:07](1432 MB) - -PASS -- COMPILE 'datm_cdeps_gnu' [14:59, 14:59] -PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [03:04, 02:59](682 MB) +* (-a) - HPC PROJECT ACCOUNT: nems +* (-e) - USE ECFLOW + +PASS -- COMPILE 's2swa_32bit_intel' [16:12, 13:44] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [07:11, 05:46](3293 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [17:12, 16:36] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [19:14, 17:22](1956 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [19:31, 17:58](2123 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [10:15, 08:13](1223 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [21:00, 19:36](1865 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [17:12, 16:25] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [18:44, 16:59](1952 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [06:12, 05:11] ( 1525 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [25:15, 22:54](1877 MB) + +PASS -- COMPILE 's2swa_intel' [14:12, 13:43] ( 8 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [07:14, 05:59](3321 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [07:24, 05:59](3319 MB) +PASS -- TEST 'cpld_restart_p8_intel' [05:26, 03:38](3233 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [07:15, 05:57](3339 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [05:26, 03:40](3252 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [07:12, 05:48](3599 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [07:13, 06:03](3311 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [06:10, 05:02](3189 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [07:23, 06:04](3318 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [17:27, 10:37](3493 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [10:03, 06:37](3600 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [21:26, 10:06](4235 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [16:55, 06:31](4340 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [07:17, 05:38](3292 MB) + +PASS -- COMPILE 's2sw_intel' [13:11, 12:41] ( 8 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [06:56, 04:54](1956 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [07:03, 04:39](2034 MB) + +PASS -- COMPILE 's2swa_debug_intel' [06:11, 05:16] ( 1450 warnings 1228 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [11:12, 08:40](3309 MB) + +PASS -- COMPILE 's2sw_debug_intel' [06:11, 04:46] ( 1450 warnings 1228 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [08:04, 05:55](1966 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [13:12, 12:12] ( 1 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [07:03, 04:32](2026 MB) + +PASS -- COMPILE 's2s_intel' [12:12, 11:58] ( 1 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [10:49, 09:46](3071 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [03:47, 02:52](3060 MB) +PASS -- TEST 'cpld_restart_c48_intel' [02:42, 01:42](2476 MB) + +PASS -- COMPILE 's2swa_faster_intel' [22:13, 21:41] ( 8 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [07:29, 05:39](3321 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [17:13, 16:19] ( 8 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [19:07, 17:30](1996 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [10:22, 08:19](1251 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [21:16, 19:49](1890 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [06:12, 05:05] ( 1560 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [27:05, 24:58](1901 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [13:12, 12:29] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [04:24, 03:31](684 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [03:43, 02:59](1587 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [03:44, 03:03](1587 MB) +PASS -- TEST 'control_latlon_intel' [03:40, 02:56](1577 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [03:46, 02:57](1588 MB) +PASS -- TEST 'control_c48_intel' [08:45, 07:46](1740 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [07:31, 06:26](849 MB) +PASS -- TEST 'control_c192_intel' [12:01, 10:39](1729 MB) +PASS -- TEST 'control_c384_intel' [13:59, 10:43](1980 MB) +PASS -- TEST 'control_c384gdas_intel' [12:02, 08:31](1384 MB) +PASS -- TEST 'control_stochy_intel' [02:26, 01:40](640 MB) +PASS -- TEST 'control_stochy_restart_intel' [01:35, 01:03](483 MB) +PASS -- TEST 'control_lndp_intel' [02:25, 01:35](642 MB) +PASS -- TEST 'control_iovr4_intel' [03:26, 02:30](639 MB) +PASS -- TEST 'control_iovr5_intel' [03:27, 02:31](637 MB) +PASS -- TEST 'control_p8_intel' [05:04, 03:11](1879 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [05:10, 03:08](1871 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [04:01, 03:03](1876 MB) +PASS -- TEST 'control_restart_p8_intel' [02:59, 01:50](1117 MB) +PASS -- TEST 'control_noqr_p8_intel' [05:04, 03:07](1852 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [03:03, 01:47](1138 MB) +PASS -- TEST 'control_decomp_p8_intel' [05:02, 03:13](1866 MB) +PASS -- TEST 'control_2threads_p8_intel' [03:57, 02:58](1964 MB) +PASS -- TEST 'control_p8_lndp_intel' [06:50, 05:33](1874 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [06:05, 04:14](1951 MB) +PASS -- TEST 'control_p8_mynn_intel' [05:03, 03:09](1895 MB) +PASS -- TEST 'merra2_thompson_intel' [04:57, 03:33](1882 MB) +PASS -- TEST 'regional_control_intel' [06:46, 05:33](1088 MB) +PASS -- TEST 'regional_restart_intel' [03:42, 02:58](1083 MB) +PASS -- TEST 'regional_decomp_intel' [06:41, 05:54](1080 MB) +PASS -- TEST 'regional_2threads_intel' [04:39, 03:40](1079 MB) +PASS -- TEST 'regional_noquilt_intel' [06:40, 05:31](1379 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [06:42, 05:27](1083 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [06:38, 05:32](1089 MB) +PASS -- TEST 'regional_wofs_intel' [07:38, 07:00](1892 MB) + +PASS -- COMPILE 'rrfs_intel' [12:12, 11:23] ( 3 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [08:41, 08:02](1095 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [06:13, 04:14](1288 MB) +PASS -- TEST 'rap_decomp_intel' [09:45, 08:17](1018 MB) +PASS -- TEST 'rap_2threads_intel' [08:38, 07:30](1171 MB) +PASS -- TEST 'rap_restart_intel' [05:49, 04:07](1093 MB) +PASS -- TEST 'rap_sfcdiff_intel' [08:45, 07:48](1082 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [09:42, 08:10](1021 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [06:51, 05:56](1112 MB) +PASS -- TEST 'hrrr_control_intel' [05:38, 04:01](1021 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [05:36, 04:10](1014 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [04:42, 03:43](1090 MB) +PASS -- TEST 'hrrr_control_restart_intel' [03:32, 02:12](981 MB) +PASS -- TEST 'rrfs_v1beta_intel' [08:51, 07:44](1083 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [10:33, 09:23](1975 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:28, 09:12](2045 MB) + +PASS -- COMPILE 'csawmg_intel' [11:12, 10:48] +PASS -- TEST 'control_csawmg_intel' [07:54, 06:15](1010 MB) +PASS -- TEST 'control_ras_intel' [04:30, 03:19](728 MB) + +PASS -- COMPILE 'csawmg_gnu' [05:12, 04:24] +PASS -- TEST 'control_csawmg_gnu' [09:39, 08:30](738 MB) + +PASS -- COMPILE 'wam_intel' [11:11, 10:31] +PASS -- TEST 'control_wam_intel' [02:25, 02:08](639 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [19:13, 18:26] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [04:03, 02:46](1888 MB) +PASS -- TEST 'regional_control_faster_intel' [05:40, 04:51](1079 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [07:12, 06:54] ( 884 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:56, 02:40](1576 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:56, 02:39](1577 MB) +PASS -- TEST 'control_stochy_debug_intel' [04:31, 03:05](781 MB) +PASS -- TEST 'control_lndp_debug_intel' [03:30, 02:46](782 MB) +PASS -- TEST 'control_csawmg_debug_intel' [05:51, 04:34](1103 MB) +PASS -- TEST 'control_ras_debug_intel' [03:32, 02:46](790 MB) +PASS -- TEST 'control_diag_debug_intel' [04:01, 02:44](1638 MB) +PASS -- TEST 'control_debug_p8_intel' [03:55, 03:04](1870 MB) +PASS -- TEST 'regional_debug_intel' [18:51, 17:31](1055 MB) +PASS -- TEST 'rap_control_debug_intel' [06:34, 04:54](1172 MB) +PASS -- TEST 'hrrr_control_debug_intel' [05:31, 04:46](1167 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [06:34, 04:52](1173 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [06:35, 04:56](1171 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:35, 05:01](1162 MB) +PASS -- TEST 'rap_diag_debug_intel' [06:49, 05:13](1254 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:33, 04:59](1166 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:26, 05:09](1171 MB) +PASS -- TEST 'rap_lndp_debug_intel' [05:28, 05:06](1164 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:25, 04:55](1166 MB) +PASS -- TEST 'rap_noah_debug_intel' [05:24, 04:48](1170 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [05:30, 04:59](1166 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:27, 08:02](1170 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [05:24, 04:54](1159 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [06:29, 05:58](1167 MB) +PASS -- TEST 'rap_flake_debug_intel' [06:27, 05:01](1167 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [09:44, 08:26](1174 MB) + +PASS -- COMPILE 'atm_debug_dyn32_gnu' [05:11, 04:36] +PASS -- TEST 'control_csawmg_debug_gnu' [03:37, 02:21](708 MB) + +PASS -- COMPILE 'wam_debug_intel' [06:11, 04:22] ( 855 warnings ) +PASS -- TEST 'control_wam_debug_intel' [06:23, 05:02](471 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [11:12, 11:07] ( 3 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [06:08, 04:00](1146 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [07:40, 06:31](1026 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:42, 03:26](969 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:35, 06:14](1079 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:36, 03:16](946 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:36, 03:39](921 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [05:52, 04:54](1018 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:35, 01:57](915 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [16:12, 15:09] ( 3 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [03:59, 02:10](1190 MB) +PASS -- TEST 'conus13km_2threads_intel' [01:48, 00:56](1106 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [02:50, 01:17](1098 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [11:11, 10:59] ( 3 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:45, 04:17](965 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [05:11, 04:24] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:25, 04:53](1043 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:25, 04:42](1048 MB) +PASS -- TEST 'conus13km_debug_intel' [15:55, 14:39](1182 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [15:54, 14:37](881 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [09:52, 08:18](1107 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:47, 14:32](1250 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:12, 04:05] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:26, 05:00](1092 MB) + +PASS -- COMPILE 'hafsw_intel' [13:13, 12:38] ( 1 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [07:17, 05:16](720 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [08:43, 06:36](1095 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [09:45, 07:14](810 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [15:23, 13:45](844 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [17:36, 15:23](860 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [07:09, 05:40](485 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:33, 07:03](496 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [03:53, 02:52](357 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [10:20, 07:36](470 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:50, 03:55](515 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [04:53, 03:41](514 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [06:04, 04:14](570 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:30, 01:14](386 MB) +PASS -- TEST 'gnv1_nested_intel' [06:39, 04:03](1735 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [05:11, 04:39] ( 1467 warnings 1501 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [14:01, 12:44](536 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [21:13, 20:39] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [10:02, 08:49](629 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [11:08, 08:57](721 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [13:12, 12:55] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [09:06, 06:36](700 MB) + +PASS -- COMPILE 'hafs_all_intel' [12:12, 11:50] ( 7 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [08:21, 06:30](810 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [08:20, 06:46](795 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [17:01, 15:58](1236 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [07:11, 07:01] +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:26, 02:46](1136 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:22, 01:39](1108 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:22, 02:38](1012 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:23, 02:39](1018 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:21, 02:37](1010 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:20, 02:39](1142 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:21, 02:44](1145 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:20, 02:36](1014 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [08:42, 06:23](1062 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [08:30, 06:22](1037 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:18, 02:44](1131 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [04:22, 03:57](2379 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [05:22, 04:07](2487 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [04:11, 03:20] ( 2 warnings ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:21, 06:22](1060 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [07:13, 06:42] +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:21, 02:41](1127 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [02:10, 01:56] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:32, 00:52](253 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:27, 00:53](313 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:27, 00:34](314 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [12:12, 11:58] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [05:07, 03:45](1968 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [12:12, 11:41] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [05:12, 03:39](1943 MB) + +PASS -- COMPILE 'atml_intel' [13:13, 12:39] ( 8 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [06:07, 04:30](1851 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [06:05, 04:31](1847 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:54, 02:28](1070 MB) + +PASS -- COMPILE 'atml_debug_intel' [06:11, 05:09] ( 882 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [06:58, 05:43](1839 MB) + +PASS -- COMPILE 'atmw_intel' [12:12, 11:47] ( 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:50, 01:54](1896 MB) + +PASS -- COMPILE 'atmaero_intel' [12:12, 11:29] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [06:00, 04:15](3170 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [05:57, 04:53](3077 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [05:45, 04:58](3087 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [04:11, 04:01] ( 884 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [24:09, 22:11](4447 MB) + +PASS -- COMPILE 'atm_gnu' [05:11, 04:48] +PASS -- TEST 'control_c48_gnu' [12:42, 11:20](1532 MB) +PASS -- TEST 'control_stochy_gnu' [04:24, 03:23](493 MB) +PASS -- TEST 'control_ras_gnu' [05:22, 04:46](495 MB) +PASS -- TEST 'control_p8_gnu' [06:00, 04:48](1437 MB) +PASS -- TEST 'control_p8_ugwpv1_gnu' [05:52, 04:44](1450 MB) +PASS -- TEST 'control_flake_gnu' [11:25, 10:16](538 MB) + +PASS -- COMPILE 'rrfs_gnu' [05:12, 04:15] +PASS -- TEST 'rap_control_gnu' [11:33, 10:54](807 MB) +PASS -- TEST 'rap_decomp_gnu' [11:33, 10:57](847 MB) +PASS -- TEST 'rap_2threads_gnu' [10:41, 09:55](932 MB) +PASS -- TEST 'rap_restart_gnu' [06:46, 05:32](566 MB) +PASS -- TEST 'rap_sfcdiff_gnu' [11:41, 10:51](812 MB) +PASS -- TEST 'rap_sfcdiff_decomp_gnu' [11:38, 11:05](843 MB) +PASS -- TEST 'rap_sfcdiff_restart_gnu' [09:51, 08:10](574 MB) +PASS -- TEST 'hrrr_control_gnu' [06:37, 05:37](808 MB) +PASS -- TEST 'hrrr_control_noqr_gnu' [06:35, 05:36](795 MB) +PASS -- TEST 'hrrr_control_2threads_gnu' [05:47, 05:05](923 MB) +PASS -- TEST 'hrrr_control_decomp_gnu' [06:34, 05:43](839 MB) +PASS -- TEST 'hrrr_control_restart_gnu' [03:34, 02:58](554 MB) +PASS -- TEST 'hrrr_control_restart_noqr_gnu' [03:30, 02:51](648 MB) +PASS -- TEST 'rrfs_v1beta_gnu' [11:45, 10:33](803 MB) + +PASS -- COMPILE 'atm_dyn32_debug_gnu' [08:12, 07:50] +PASS -- TEST 'control_diag_debug_gnu' [02:50, 01:39](1259 MB) +PASS -- TEST 'regional_debug_gnu' [12:42, 11:55](714 MB) +PASS -- TEST 'rap_control_debug_gnu' [03:27, 02:37](805 MB) +PASS -- TEST 'hrrr_control_debug_gnu' [03:26, 02:35](808 MB) +PASS -- TEST 'hrrr_gf_debug_gnu' [03:25, 02:39](809 MB) +PASS -- TEST 'hrrr_c3_debug_gnu' [03:24, 02:39](813 MB) +PASS -- TEST 'rap_diag_debug_gnu' [04:40, 02:48](895 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [05:23, 04:03](806 MB) +PASS -- TEST 'rap_progcld_thompson_debug_gnu' [04:24, 02:37](811 MB) +PASS -- TEST 'rrfs_v1beta_debug_gnu' [04:26, 02:38](805 MB) +PASS -- TEST 'control_ras_debug_gnu' [02:22, 01:32](445 MB) +PASS -- TEST 'control_stochy_debug_gnu' [02:28, 01:42](436 MB) +PASS -- TEST 'control_debug_p8_gnu' [02:42, 01:48](1415 MB) +PASS -- TEST 'rap_flake_debug_gnu' [03:24, 02:36](811 MB) +PASS -- TEST 'rap_clm_lake_debug_gnu' [03:24, 02:56](813 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [05:40, 04:21](823 MB) + +PASS -- COMPILE 'wam_debug_gnu' [03:11, 02:29] +PASS -- TEST 'control_wam_debug_gnu' [03:24, 02:28](170 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [05:12, 04:14] +PASS -- TEST 'rap_control_dyn32_phy32_gnu' [10:38, 09:32](698 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [05:40, 04:56](702 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [09:44, 08:41](749 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [05:38, 04:35](740 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [06:34, 05:08](696 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [07:43, 07:01](539 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [03:31, 02:36](530 MB) +PASS -- TEST 'conus13km_control_gnu' [05:08, 03:15](865 MB) +PASS -- TEST 'conus13km_2threads_gnu' [06:48, 05:49](874 MB) +PASS -- TEST 'conus13km_restart_mismatch_gnu' [02:47, 01:49](546 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_gnu' [11:12, 10:58] +PASS -- TEST 'rap_control_dyn64_phy32_gnu' [06:40, 05:40](727 MB) + +PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [08:11, 07:41] +PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [03:27, 02:36](701 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [03:24, 02:32](698 MB) +PASS -- TEST 'conus13km_debug_gnu' [07:53, 07:02](863 MB) +PASS -- TEST 'conus13km_debug_qr_gnu' [08:49, 07:14](562 MB) +PASS -- TEST 'conus13km_debug_2threads_gnu' [08:44, 07:41](865 MB) +PASS -- TEST 'conus13km_radar_tten_debug_gnu' [07:48, 07:08](931 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [08:12, 07:47] +PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [03:25, 02:35](727 MB) + +PASS -- COMPILE 's2swa_gnu' [17:12, 16:34] + +PASS -- COMPILE 's2s_gnu' [17:13, 16:20] +PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [10:06, 07:47](1510 MB) + +PASS -- COMPILE 's2swa_debug_gnu' [04:11, 03:22] + +PASS -- COMPILE 's2sw_pdlib_gnu' [16:13, 15:46] +PASS -- TEST 'cpld_control_pdlib_p8_gnu' [21:01, 19:19](1435 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_gnu' [04:12, 03:08] +PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [18:58, 16:35](1451 MB) + +PASS -- COMPILE 'datm_cdeps_gnu' [16:13, 15:32] +PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [03:20, 03:01](685 MB) SYNOPSIS: -Starting Date/Time: 20240606 18:11:30 -Ending Date/Time: 20240607 10:22:01 -Total Time: 16h:10m:46s -Compiles Completed: 55/55 -Tests Completed: 244/244 +Starting Date/Time: 20240610 01:33:45 +Ending Date/Time: 20240610 03:06:37 +Total Time: 01h:33m:13s +Compiles Completed: 57/57 +Tests Completed: 246/246 NOTES: A file 'test_changes.list' was generated but is empty. diff --git a/tests/logs/RegressionTests_hercules.log b/tests/logs/RegressionTests_hercules.log index 6772f85d64..d0fa87472c 100644 --- a/tests/logs/RegressionTests_hercules.log +++ b/tests/logs/RegressionTests_hercules.log @@ -1,18 +1,18 @@ ====START OF HERCULES REGRESSION TESTING LOG==== UFSWM hash used in testing: -6b264a660c1cbcb1a685866dfa788376e63879c1 +bb9effee25fe2b045abcd4061f0aaab9bda5a46b Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) - 3d7067a523b8557058755289e4275f5f5c985daf CDEPS-interface/CDEPS (cdeps0.4.17-40-g3d7067a) - 9c0cd8d3ba5963d01711094a3c81b6358fcb8367 CICE-interface/CICE (CICE6.0.0-448-g9c0cd8d) + 42d4010d7d1116aa8c4ac322dd353cfbb3e3aaa1 CDEPS-interface/CDEPS (remotes/origin/dice_cplhist) + 180f60fd5c9f76d5656a68f8d478f0155f0dc695 CICE-interface/CICE (heads/emc/develop-11-g180f60f) f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) 2d837b16af326b09ff4018daab4de84f4deff7ec CMEPS-interface/CMEPS (cmeps_v0.4.1-2307-g2d837b1) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - afb1140002734df7ac794b91f4188c80aff51c6f FV3 (remotes/origin/cs_perts) - 0bad587d6db041211c22f4af7a4ab1a25867107a FV3/atmos_cubed_sphere (remotes/origin/cs_perts) + 07c26d1efae47445e4c36ff98942494788e7dc49 FV3 (heads/develop) + ab195d5026ca4c221b6cbb3888c8ae92d711f89a FV3/atmos_cubed_sphere (201912_public_release-397-gab195d5) ccfefcd0b426e011f94137031d5f7c2a4dda2659 FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-750-gccfefcd) 16a1d881774d795f46db16017aeed7fc351d661a FV3/ccpp/physics (EP4-808-g16a1d881) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) @@ -35,374 +35,380 @@ The first time is for the full script (prep+run+finalize). The second time is specifically for the run phase. Times/Memory will be empty for failed tests. -BASELINE DIRECTORY: /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240603 -COMPARISON DIRECTORY: /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_2473811 +BASELINE DIRECTORY: /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240607 +COMPARISON DIRECTORY: /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_880787 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [14:11, 13:10] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [09:19, 07:38](2119 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [18:11, 17:30] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [15:22, 13:27](1994 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [15:34, 14:02](2324 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [08:39, 06:32](1302 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [16:06, 15:06](1918 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [19:11, 18:53] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [14:34, 13:41](1988 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [08:11, 07:36] ( 1525 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [22:20, 20:51](1960 MB) - -PASS -- COMPILE 's2swa_intel' [14:11, 13:18] ( 10 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [08:52, 07:37](2185 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [09:07, 07:39](2178 MB) -PASS -- TEST 'cpld_restart_p8_intel' [06:18, 04:19](1956 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [08:53, 07:39](2217 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [06:16, 04:30](1737 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [10:01, 08:59](2541 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [08:47, 07:42](2179 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [07:56, 06:27](2094 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [09:06, 07:45](2185 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [18:14, 15:51](2987 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [08:39, 05:48](2935 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [15:29, 08:42](3786 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [14:10, 05:16](3614 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [06:01, 05:00](2161 MB) - -PASS -- COMPILE 's2sw_intel' [11:11, 10:59] ( 10 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [08:56, 07:12](2017 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [05:04, 04:07](2073 MB) - -PASS -- COMPILE 's2swa_debug_intel' [07:11, 07:07] ( 1450 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [08:18, 07:00](2196 MB) - -PASS -- COMPILE 's2sw_debug_intel' [07:11, 06:49] ( 1450 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [06:07, 04:52](2031 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [11:11, 10:45] ( 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [05:05, 04:06](2082 MB) - -PASS -- COMPILE 's2s_intel' [11:11, 10:32] ( 3 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [08:50, 07:23](3092 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [03:51, 02:14](3062 MB) -PASS -- TEST 'cpld_restart_c48_intel' [02:45, 01:20](2504 MB) - -PASS -- COMPILE 's2swa_faster_intel' [17:11, 16:29] ( 10 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [09:26, 07:20](2189 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [16:11, 15:37] ( 10 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [15:05, 14:01](2042 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [08:16, 06:46](1399 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [17:01, 15:29](1969 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [04:10, 04:08] ( 1560 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [23:03, 21:58](2018 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [09:11, 08:16] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [03:20, 02:49](706 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [03:32, 02:25](1604 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [03:36, 02:34](1620 MB) -PASS -- TEST 'control_latlon_intel' [03:28, 02:28](1604 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [03:34, 02:28](1605 MB) -PASS -- TEST 'control_c48_intel' [07:47, 06:59](1740 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [06:27, 05:44](863 MB) -PASS -- TEST 'control_c192_intel' [09:46, 09:02](1771 MB) -PASS -- TEST 'control_c384_intel' [10:44, 08:58](2037 MB) -PASS -- TEST 'control_c384gdas_intel' [09:11, 07:04](1517 MB) -PASS -- TEST 'control_stochy_intel' [02:19, 01:30](670 MB) -PASS -- TEST 'control_stochy_restart_intel' [01:27, 00:50](529 MB) -PASS -- TEST 'control_lndp_intel' [02:24, 01:20](673 MB) -PASS -- TEST 'control_iovr4_intel' [02:21, 02:04](659 MB) -PASS -- TEST 'control_iovr5_intel' [02:21, 02:04](666 MB) -PASS -- TEST 'control_p8_intel' [03:57, 02:39](1905 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [03:57, 02:40](1907 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [03:59, 02:37](1910 MB) -PASS -- TEST 'control_restart_p8_intel' [02:59, 01:31](1160 MB) -PASS -- TEST 'control_noqr_p8_intel' [03:45, 02:42](1902 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [02:56, 01:30](1203 MB) -PASS -- TEST 'control_decomp_p8_intel' [03:45, 02:44](1885 MB) -PASS -- TEST 'control_2threads_p8_intel' [03:44, 02:33](1996 MB) -PASS -- TEST 'control_p8_lndp_intel' [05:37, 04:40](1917 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [05:08, 03:32](1978 MB) -PASS -- TEST 'control_p8_mynn_intel' [03:57, 02:39](1909 MB) -PASS -- TEST 'merra2_thompson_intel' [04:04, 02:55](1910 MB) -PASS -- TEST 'regional_control_intel' [05:33, 04:36](1200 MB) -PASS -- TEST 'regional_restart_intel' [03:36, 02:33](1175 MB) -PASS -- TEST 'regional_decomp_intel' [05:32, 04:52](1192 MB) -PASS -- TEST 'regional_2threads_intel' [03:34, 02:59](1168 MB) -PASS -- TEST 'regional_noquilt_intel' [05:38, 04:28](1520 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [05:38, 04:37](1200 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [05:30, 04:38](1211 MB) -PASS -- TEST 'regional_wofs_intel' [06:32, 05:34](2080 MB) - -PASS -- COMPILE 'rrfs_intel' [08:11, 07:54] ( 3 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [07:43, 06:27](1204 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [04:55, 03:24](1404 MB) -PASS -- TEST 'rap_decomp_intel' [07:43, 06:49](1128 MB) -PASS -- TEST 'rap_2threads_intel' [07:43, 06:20](1384 MB) -PASS -- TEST 'rap_restart_intel' [05:05, 03:24](1136 MB) -PASS -- TEST 'rap_sfcdiff_intel' [07:43, 06:33](1184 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [07:43, 06:50](1151 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [06:01, 04:53](1220 MB) -PASS -- TEST 'hrrr_control_intel' [04:43, 03:26](1076 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [04:42, 03:26](1052 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [03:51, 03:09](1131 MB) -PASS -- TEST 'hrrr_control_restart_intel' [02:32, 01:50](1035 MB) -PASS -- TEST 'rrfs_v1beta_intel' [08:01, 06:17](1190 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [08:24, 07:37](2005 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [08:23, 07:30](2171 MB) - -PASS -- COMPILE 'csawmg_intel' [08:11, 07:23] -PASS -- TEST 'control_csawmg_intel' [06:32, 05:25](1047 MB) -PASS -- TEST 'control_ras_intel' [03:19, 02:50](814 MB) - -PASS -- COMPILE 'csawmg_gnu' [04:10, 03:54] -PASS -- TEST 'control_csawmg_gnu' [07:38, 06:43](1077 MB) - -PASS -- COMPILE 'wam_intel' [07:11, 06:46] -PASS -- TEST 'control_wam_intel' [02:26, 01:51](791 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [13:11, 12:40] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [04:05, 02:22](1902 MB) -PASS -- TEST 'regional_control_faster_intel' [05:35, 04:16](1197 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [05:10, 04:42] ( 884 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:40, 02:16](1622 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:46, 02:10](1633 MB) -PASS -- TEST 'control_stochy_debug_intel' [03:23, 02:27](832 MB) -PASS -- TEST 'control_lndp_debug_intel' [03:21, 02:12](833 MB) -PASS -- TEST 'control_csawmg_debug_intel' [04:35, 03:26](1150 MB) -PASS -- TEST 'control_ras_debug_intel' [03:20, 02:15](842 MB) -PASS -- TEST 'control_diag_debug_intel' [03:40, 02:12](1690 MB) -PASS -- TEST 'control_debug_p8_intel' [03:38, 02:42](1912 MB) -PASS -- TEST 'regional_debug_intel' [15:37, 14:16](1142 MB) -PASS -- TEST 'rap_control_debug_intel' [04:21, 03:56](1214 MB) -PASS -- TEST 'hrrr_control_debug_intel' [04:22, 03:51](1225 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [04:22, 03:56](1219 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [04:20, 03:55](1221 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [04:23, 03:56](1221 MB) -PASS -- TEST 'rap_diag_debug_intel' [04:28, 04:05](1306 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:22, 04:08](1218 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [04:23, 04:02](1223 MB) -PASS -- TEST 'rap_lndp_debug_intel' [04:22, 04:00](1220 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [04:21, 03:56](1225 MB) -PASS -- TEST 'rap_noah_debug_intel' [04:24, 03:59](1223 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [04:25, 04:02](1218 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [07:22, 06:26](1223 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [04:21, 03:55](1212 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [05:23, 04:50](1222 MB) -PASS -- TEST 'rap_flake_debug_intel' [04:22, 04:04](1223 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [08:01, 06:45](1224 MB) - -PASS -- COMPILE 'atm_debug_dyn32_gnu' [05:10, 04:56] -PASS -- TEST 'control_csawmg_debug_gnu' [02:43, 01:54](1056 MB) - -PASS -- COMPILE 'wam_debug_intel' [04:10, 03:54] ( 855 warnings ) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [08:10, 07:44] ( 3 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [05:01, 03:15](1270 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [06:49, 05:24](1146 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:02, 02:51](1031 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [05:58, 05:00](1265 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [03:43, 02:36](1047 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [03:40, 03:02](990 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [05:03, 04:05](1143 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:30, 01:36](972 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [11:11, 10:16] ( 3 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [02:46, 01:43](1308 MB) -PASS -- TEST 'conus13km_2threads_intel' [01:40, 00:42](1207 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [01:34, 01:01](1163 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [08:11, 07:24] ( 3 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [04:35, 03:40](1076 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:10, 03:22] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [04:21, 03:49](1101 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [04:26, 03:52](1093 MB) -PASS -- TEST 'conus13km_debug_intel' [12:54, 11:41](1336 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [12:52, 11:53](988 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [07:45, 06:43](1248 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [12:39, 11:49](1419 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:11, 03:21] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [04:24, 04:05](1144 MB) - -PASS -- COMPILE 'hafsw_intel' [11:10, 10:35] ( 1 warnings 9 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [07:13, 05:23](882 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [05:32, 05:01](1274 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [08:23, 06:15](958 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [15:05, 14:03](991 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [16:19, 14:51](1003 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [07:01, 05:23](612 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:24, 06:50](623 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [03:50, 02:32](440 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [10:21, 07:28](541 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:51, 03:47](623 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [04:45, 03:36](622 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [05:52, 04:48](686 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:30, 01:09](454 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [04:10, 03:34] ( 1467 warnings 1502 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [12:50, 11:11](632 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [18:11, 17:35] ( 8 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [18:05, 16:12](751 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [18:01, 16:57](856 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [10:11, 09:24] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [12:03, 10:23](829 MB) - -PASS -- COMPILE 'hafs_all_intel' [10:11, 09:44] ( 8 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [07:09, 05:29](956 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [07:13, 05:27](910 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [18:03, 16:24](1348 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [05:11, 04:40] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:19, 02:11](1161 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:17, 01:28](1106 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [02:16, 02:03](1017 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [02:16, 02:07](1014 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [02:16, 02:08](1018 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:16, 02:10](1130 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:16, 02:18](1158 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [02:17, 02:05](1024 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [06:04, 04:56](1160 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [05:58, 04:58](1158 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [02:14, 02:08](1152 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [03:17, 03:04](2442 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [03:18, 03:05](2387 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [04:10, 03:45] ( 2 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:16, 05:11](1070 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [07:10, 06:29] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:17, 02:11](1147 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [01:10, 00:49] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [01:32, 00:51](334 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [01:24, 00:47](589 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:28, 00:28](571 MB) - -PASS -- COMPILE 'atml_intel' [09:11, 09:02] ( 8 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [07:16, 05:16](1899 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [07:07, 05:18](1893 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:52, 02:50](1155 MB) - -PASS -- COMPILE 'atml_debug_intel' [04:10, 03:38] ( 882 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [06:07, 04:44](1914 MB) - -PASS -- COMPILE 'atmw_intel' [10:10, 09:55] ( 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:01, 01:39](1958 MB) - -PASS -- COMPILE 'atmaero_intel' [08:10, 07:26] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [04:58, 03:36](2026 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [05:58, 04:12](1800 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [05:51, 04:17](1830 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [03:10, 03:02] ( 884 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [18:44, 16:19](4598 MB) - -PASS -- COMPILE 'atm_gnu' [06:10, 05:23] -PASS -- TEST 'control_c48_gnu' [10:43, 09:33](1570 MB) -PASS -- TEST 'control_stochy_gnu' [03:25, 02:19](729 MB) -PASS -- TEST 'control_ras_gnu' [04:20, 03:48](735 MB) -PASS -- TEST 'control_p8_gnu' [04:55, 03:44](1729 MB) -PASS -- TEST 'control_p8_ugwpv1_gnu' [04:48, 03:40](1735 MB) -PASS -- TEST 'control_flake_gnu' [05:21, 04:25](815 MB) - -PASS -- COMPILE 'rrfs_gnu' [07:10, 06:30] -PASS -- TEST 'rap_control_gnu' [08:38, 07:33](1084 MB) +PASS -- COMPILE 's2swa_32bit_intel' [12:11, 11:56] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [09:11, 07:39](2120 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [18:11, 18:08] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [15:17, 13:36](2010 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [16:43, 14:27](2289 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [08:27, 06:53](1321 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [16:56, 15:40](1915 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [20:11, 19:25] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [14:36, 13:33](1989 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [06:10, 05:38] ( 1525 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [22:19, 20:42](1967 MB) + +PASS -- COMPILE 's2swa_intel' [13:11, 12:15] ( 10 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [08:54, 07:36](2189 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [09:06, 07:45](2181 MB) +PASS -- TEST 'cpld_restart_p8_intel' [06:19, 04:16](1974 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [08:54, 07:50](2216 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [06:20, 04:20](1740 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [09:48, 08:55](2545 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [08:49, 07:42](2175 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [08:03, 06:24](2097 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [09:07, 07:35](2184 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [17:53, 15:18](2973 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [08:31, 05:49](2930 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [14:56, 08:37](3789 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [13:36, 05:13](3630 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [05:58, 05:08](2147 MB) + +PASS -- COMPILE 's2sw_intel' [11:10, 10:54] ( 10 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [07:56, 07:10](2023 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [29:13, 27:19](2089 MB) + +PASS -- COMPILE 's2swa_debug_intel' [07:10, 06:34] ( 1450 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [08:17, 07:00](2205 MB) + +PASS -- COMPILE 's2sw_debug_intel' [07:10, 06:13] ( 1450 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [05:49, 04:50](2035 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [11:10, 10:20] ( 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [06:01, 04:13](2074 MB) + +PASS -- COMPILE 's2s_intel' [11:10, 10:13] ( 3 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [08:53, 07:21](3089 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [03:50, 02:12](3069 MB) +PASS -- TEST 'cpld_restart_c48_intel' [02:47, 01:22](2502 MB) + +PASS -- COMPILE 's2swa_faster_intel' [18:11, 17:53] ( 10 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [09:23, 07:28](2179 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [23:11, 22:26] ( 10 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [14:55, 13:55](2033 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [08:07, 06:50](1394 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [16:59, 15:15](1965 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [06:12, 05:14] ( 1560 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [23:02, 21:48](2004 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [09:10, 08:35] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [03:20, 02:49](709 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [03:34, 02:23](1613 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [03:39, 02:29](1614 MB) +PASS -- TEST 'control_latlon_intel' [03:30, 02:24](1619 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [03:34, 02:30](1608 MB) +PASS -- TEST 'control_c48_intel' [07:34, 06:59](1741 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [06:26, 05:42](861 MB) +PASS -- TEST 'control_c192_intel' [09:50, 08:55](1755 MB) +PASS -- TEST 'control_c384_intel' [10:27, 08:58](2038 MB) +PASS -- TEST 'control_c384gdas_intel' [09:08, 07:05](1544 MB) +PASS -- TEST 'control_stochy_intel' [02:20, 01:23](672 MB) +PASS -- TEST 'control_stochy_restart_intel' [01:38, 00:52](536 MB) +PASS -- TEST 'control_lndp_intel' [02:19, 01:18](673 MB) +PASS -- TEST 'control_iovr4_intel' [02:21, 02:02](654 MB) +PASS -- TEST 'control_iovr5_intel' [02:21, 02:06](664 MB) +PASS -- TEST 'control_p8_intel' [03:53, 02:40](1916 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [03:57, 02:41](1909 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [03:55, 02:36](1910 MB) +PASS -- TEST 'control_restart_p8_intel' [02:49, 01:33](1161 MB) +PASS -- TEST 'control_noqr_p8_intel' [03:43, 02:32](1899 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [03:08, 01:31](1203 MB) +PASS -- TEST 'control_decomp_p8_intel' [03:41, 02:41](1892 MB) +PASS -- TEST 'control_2threads_p8_intel' [03:41, 02:31](1988 MB) +PASS -- TEST 'control_p8_lndp_intel' [05:34, 04:29](1913 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [04:57, 03:32](1988 MB) +PASS -- TEST 'control_p8_mynn_intel' [03:55, 02:37](1927 MB) +PASS -- TEST 'merra2_thompson_intel' [04:03, 02:51](1916 MB) +PASS -- TEST 'regional_control_intel' [05:35, 04:39](1202 MB) +PASS -- TEST 'regional_restart_intel' [03:34, 02:34](1182 MB) +PASS -- TEST 'regional_decomp_intel' [05:31, 04:57](1192 MB) +PASS -- TEST 'regional_2threads_intel' [03:30, 03:00](1169 MB) +PASS -- TEST 'regional_noquilt_intel' [05:33, 04:25](1521 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [05:38, 04:33](1206 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [05:34, 04:40](1199 MB) +PASS -- TEST 'regional_wofs_intel' [06:31, 05:29](2085 MB) + +PASS -- COMPILE 'rrfs_intel' [08:10, 07:50] ( 3 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [07:47, 06:32](1191 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [05:01, 03:26](1406 MB) +PASS -- TEST 'rap_decomp_intel' [07:47, 06:45](1130 MB) +PASS -- TEST 'rap_2threads_intel' [07:47, 06:20](1390 MB) +PASS -- TEST 'rap_restart_intel' [05:10, 03:26](1135 MB) +PASS -- TEST 'rap_sfcdiff_intel' [07:47, 06:33](1210 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [07:47, 06:53](1160 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [06:15, 04:56](1187 MB) +PASS -- TEST 'hrrr_control_intel' [04:38, 03:28](1078 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [04:38, 03:30](1043 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [03:55, 03:05](1123 MB) +PASS -- TEST 'hrrr_control_restart_intel' [02:40, 01:48](1034 MB) +PASS -- TEST 'rrfs_v1beta_intel' [08:01, 06:16](1179 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [08:24, 07:46](2001 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [08:24, 07:23](2189 MB) + +PASS -- COMPILE 'csawmg_intel' [08:10, 07:18] +PASS -- TEST 'control_csawmg_intel' [06:33, 05:29](1051 MB) +PASS -- TEST 'control_ras_intel' [03:21, 02:50](837 MB) + +PASS -- COMPILE 'csawmg_gnu' [04:10, 04:06] +PASS -- TEST 'control_csawmg_gnu' [07:37, 06:38](1083 MB) + +PASS -- COMPILE 'wam_intel' [08:10, 07:40] +PASS -- TEST 'control_wam_intel' [02:27, 01:47](814 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [13:11, 12:46] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [04:02, 02:24](1901 MB) +PASS -- TEST 'regional_control_faster_intel' [05:28, 04:19](1197 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [06:11, 05:12] ( 884 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [02:34, 02:08](1622 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [02:37, 02:05](1631 MB) +PASS -- TEST 'control_stochy_debug_intel' [03:21, 02:27](837 MB) +PASS -- TEST 'control_lndp_debug_intel' [03:21, 02:12](827 MB) +PASS -- TEST 'control_csawmg_debug_intel' [04:32, 04:01](1153 MB) +PASS -- TEST 'control_ras_debug_intel' [03:21, 02:12](836 MB) +PASS -- TEST 'control_diag_debug_intel' [03:39, 02:13](1688 MB) +PASS -- TEST 'control_debug_p8_intel' [03:38, 02:24](1933 MB) +PASS -- TEST 'regional_debug_intel' [14:37, 14:07](1149 MB) +PASS -- TEST 'rap_control_debug_intel' [04:21, 03:54](1217 MB) +PASS -- TEST 'hrrr_control_debug_intel' [04:24, 03:51](1215 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [04:21, 03:57](1218 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [04:20, 03:55](1213 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [04:19, 03:55](1218 MB) +PASS -- TEST 'rap_diag_debug_intel' [04:29, 04:04](1301 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [04:20, 04:01](1213 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [04:20, 04:01](1219 MB) +PASS -- TEST 'rap_lndp_debug_intel' [04:20, 04:00](1213 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [04:19, 03:53](1230 MB) +PASS -- TEST 'rap_noah_debug_intel' [04:19, 03:53](1217 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [04:19, 03:55](1217 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [07:21, 06:19](1224 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [04:21, 03:58](1217 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [05:22, 04:48](1223 MB) +PASS -- TEST 'rap_flake_debug_intel' [04:21, 04:00](1214 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [07:55, 06:41](1221 MB) + +PASS -- COMPILE 'atm_debug_dyn32_gnu' [05:11, 04:24] +PASS -- TEST 'control_csawmg_debug_gnu' [02:36, 01:51](1055 MB) + +PASS -- COMPILE 'wam_debug_intel' [03:11, 02:44] ( 855 warnings ) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [07:11, 06:54] ( 3 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [05:03, 03:14](1270 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [06:34, 05:20](1122 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [03:51, 02:51](1029 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [05:47, 05:03](1307 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [03:39, 02:39](1043 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [03:39, 03:00](987 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [05:49, 04:10](1111 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:31, 01:37](981 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [10:11, 10:04] ( 3 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [02:41, 01:42](1310 MB) +PASS -- TEST 'conus13km_2threads_intel' [01:32, 00:42](1212 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [01:32, 01:03](1174 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [08:10, 07:20] ( 3 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [04:32, 03:40](1092 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:10, 03:38] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [04:19, 03:53](1101 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [04:18, 03:48](1095 MB) +PASS -- TEST 'conus13km_debug_intel' [12:40, 11:37](1342 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [12:40, 12:04](993 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [07:32, 06:40](1246 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [12:33, 11:40](1405 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [03:10, 03:03] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [04:20, 03:56](1164 MB) + +PASS -- COMPILE 'hafsw_intel' [11:10, 10:51] ( 1 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [07:05, 05:19](871 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [05:23, 04:58](1279 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [08:11, 06:17](931 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [15:02, 13:42](1007 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [16:08, 14:58](1004 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [06:49, 05:20](612 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:13, 06:48](616 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [03:42, 02:29](442 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [09:58, 07:27](548 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:47, 04:40](621 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [04:42, 03:33](620 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [05:44, 04:42](681 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [01:27, 01:06](453 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [04:10, 03:18] ( 1467 warnings 1502 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [12:41, 11:13](637 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [17:11, 17:05] ( 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [17:57, 16:38](754 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [17:58, 17:02](846 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [12:10, 12:00] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [10:50, 09:54](828 MB) + +PASS -- COMPILE 'hafs_all_intel' [10:10, 09:33] ( 8 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [07:01, 05:18](948 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [07:01, 05:23](929 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [17:44, 16:21](1347 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [06:10, 05:18] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [02:17, 02:07](1151 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:16, 01:19](1091 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [02:15, 02:05](1016 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [02:15, 02:05](1015 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [02:15, 02:05](1015 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:15, 02:10](1159 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:15, 02:10](1153 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [02:14, 02:01](1026 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [06:01, 05:03](1170 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [05:57, 04:59](1156 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:13, 02:09](1150 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [03:16, 03:00](2445 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [03:16, 03:01](2395 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [04:10, 03:13] ( 2 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [05:16, 05:08](1072 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [07:10, 06:12] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [02:15, 02:09](1137 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [01:10, 00:45] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [01:27, 00:47](338 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [01:26, 00:46](582 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:23, 00:31](588 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [09:10, 09:06] ( 3 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [04:47, 03:14](2025 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [08:10, 07:46] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [03:54, 03:07](1998 MB) + +PASS -- COMPILE 'atml_intel' [09:10, 08:58] ( 8 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [07:03, 05:17](1900 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [07:01, 05:22](1907 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:41, 02:56](1147 MB) + +PASS -- COMPILE 'atml_debug_intel' [04:10, 03:48] ( 882 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [05:58, 04:43](1915 MB) + +PASS -- COMPILE 'atmw_intel' [10:11, 09:21] ( 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [02:59, 01:40](1954 MB) + +PASS -- COMPILE 'atmaero_intel' [08:11, 07:31] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [04:49, 03:36](2041 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [05:49, 04:19](1816 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [05:42, 04:28](1814 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [03:11, 03:06] ( 884 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [18:37, 16:13](4583 MB) + +PASS -- COMPILE 'atm_gnu' [05:11, 04:22] +PASS -- TEST 'control_c48_gnu' [10:55, 09:24](1572 MB) +PASS -- TEST 'control_stochy_gnu' [03:22, 02:15](729 MB) +PASS -- TEST 'control_ras_gnu' [04:19, 03:41](731 MB) +PASS -- TEST 'control_p8_gnu' [04:52, 03:43](1713 MB) +PASS -- TEST 'control_p8_ugwpv1_gnu' [04:43, 03:40](1731 MB) +PASS -- TEST 'control_flake_gnu' [05:19, 04:15](815 MB) + +PASS -- COMPILE 'rrfs_gnu' [04:11, 03:45] +PASS -- TEST 'rap_control_gnu' [08:53, 07:49](1084 MB) PASS -- TEST 'rap_decomp_gnu' [08:40, 07:46](1083 MB) -PASS -- TEST 'rap_2threads_gnu' [07:53, 07:02](1155 MB) -PASS -- TEST 'rap_restart_gnu' [04:52, 03:53](884 MB) -PASS -- TEST 'rap_sfcdiff_gnu' [08:53, 07:35](1085 MB) -PASS -- TEST 'rap_sfcdiff_decomp_gnu' [08:48, 07:42](1082 MB) -PASS -- TEST 'rap_sfcdiff_restart_gnu' [06:48, 05:39](882 MB) -PASS -- TEST 'hrrr_control_gnu' [04:57, 03:59](1072 MB) -PASS -- TEST 'hrrr_control_noqr_gnu' [04:37, 03:54](1134 MB) -PASS -- TEST 'hrrr_control_2threads_gnu' [04:38, 03:39](1024 MB) -PASS -- TEST 'hrrr_control_decomp_gnu' [04:39, 04:04](1071 MB) -PASS -- TEST 'hrrr_control_restart_gnu' [02:23, 02:04](880 MB) -PASS -- TEST 'hrrr_control_restart_noqr_gnu' [02:29, 02:02](930 MB) -PASS -- TEST 'rrfs_v1beta_gnu' [09:00, 07:42](1080 MB) - -PASS -- COMPILE 'atm_dyn32_debug_gnu' [12:11, 11:15] -PASS -- TEST 'control_diag_debug_gnu' [02:36, 01:10](1630 MB) -PASS -- TEST 'regional_debug_gnu' [07:33, 06:25](1141 MB) -PASS -- TEST 'rap_control_debug_gnu' [02:20, 02:07](1101 MB) -PASS -- TEST 'hrrr_control_debug_gnu' [02:20, 01:51](1093 MB) -PASS -- TEST 'hrrr_gf_debug_gnu' [02:22, 02:05](1098 MB) -PASS -- TEST 'hrrr_c3_debug_gnu' [02:22, 02:05](1102 MB) -PASS -- TEST 'rap_diag_debug_gnu' [03:30, 02:10](1272 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [04:20, 03:09](1099 MB) -PASS -- TEST 'rap_progcld_thompson_debug_gnu' [02:21, 01:54](1106 MB) -PASS -- TEST 'rrfs_v1beta_debug_gnu' [02:19, 02:01](1099 MB) -PASS -- TEST 'control_ras_debug_gnu' [02:18, 01:08](731 MB) -PASS -- TEST 'control_stochy_debug_gnu' [02:19, 01:14](730 MB) -PASS -- TEST 'control_debug_p8_gnu' [02:38, 01:21](1726 MB) -PASS -- TEST 'rap_flake_debug_gnu' [02:21, 02:03](1104 MB) -PASS -- TEST 'rap_clm_lake_debug_gnu' [02:21, 02:09](1106 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [04:57, 03:15](1111 MB) - -PASS -- COMPILE 'wam_debug_gnu' [05:11, 05:06] -PASS -- TEST 'control_wam_debug_gnu' [02:27, 01:56](496 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [07:11, 06:50] -PASS -- TEST 'rap_control_dyn32_phy32_gnu' [07:43, 07:07](964 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [04:52, 03:52](956 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [07:43, 06:44](969 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [04:41, 03:28](874 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [04:40, 03:47](950 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [06:53, 05:28](861 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [02:27, 01:58](856 MB) -PASS -- TEST 'conus13km_control_gnu' [03:47, 02:34](1267 MB) -PASS -- TEST 'conus13km_2threads_gnu' [01:31, 01:04](1176 MB) -PASS -- TEST 'conus13km_restart_mismatch_gnu' [02:33, 01:25](943 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_gnu' [14:11, 13:31] -PASS -- TEST 'rap_control_dyn64_phy32_gnu' [05:35, 04:24](989 MB) - -PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [11:11, 10:25] -PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [02:20, 02:03](978 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [02:21, 01:50](971 MB) -PASS -- TEST 'conus13km_debug_gnu' [06:36, 05:26](1285 MB) -PASS -- TEST 'conus13km_debug_qr_gnu' [06:35, 05:31](960 MB) -PASS -- TEST 'conus13km_debug_2threads_gnu' [04:36, 03:15](1193 MB) -PASS -- TEST 'conus13km_radar_tten_debug_gnu' [06:35, 05:30](1352 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [11:11, 10:33] -PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [02:23, 01:56](1004 MB) - -PASS -- COMPILE 's2swa_gnu' [15:11, 14:36] -PASS -- TEST 'cpld_control_p8_gnu' [08:18, 06:33](4903 MB) - -PASS -- COMPILE 's2s_gnu' [17:11, 16:38] -PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [06:05, 04:48](2736 MB) - -PASS -- COMPILE 's2swa_debug_gnu' [04:11, 03:26] -PASS -- TEST 'cpld_debug_p8_gnu' [05:06, 03:45](4925 MB) - -PASS -- COMPILE 's2sw_pdlib_gnu' [17:11, 16:38] -PASS -- TEST 'cpld_control_pdlib_p8_gnu' [27:01, 25:32](2910 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_gnu' [08:10, 08:06] -PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [12:58, 11:56](2909 MB) - -PASS -- COMPILE 'datm_cdeps_gnu' [14:11, 14:05] -PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [02:16, 02:07](760 MB) +PASS -- TEST 'rap_2threads_gnu' [08:37, 07:11](1144 MB) +PASS -- TEST 'rap_restart_gnu' [04:49, 03:54](883 MB) +PASS -- TEST 'rap_sfcdiff_gnu' [08:41, 07:48](1085 MB) +PASS -- TEST 'rap_sfcdiff_decomp_gnu' [08:40, 07:58](1085 MB) +PASS -- TEST 'rap_sfcdiff_restart_gnu' [06:46, 05:46](882 MB) +PASS -- TEST 'hrrr_control_gnu' [04:47, 03:56](1071 MB) +PASS -- TEST 'hrrr_control_noqr_gnu' [04:33, 04:05](1134 MB) +PASS -- TEST 'hrrr_control_2threads_gnu' [04:34, 03:36](1033 MB) +PASS -- TEST 'hrrr_control_decomp_gnu' [04:33, 04:01](1072 MB) +PASS -- TEST 'hrrr_control_restart_gnu' [02:26, 02:05](880 MB) +PASS -- TEST 'hrrr_control_restart_noqr_gnu' [02:27, 02:04](931 MB) +PASS -- TEST 'rrfs_v1beta_gnu' [09:05, 07:36](1091 MB) + +PASS -- COMPILE 'atm_dyn32_debug_gnu' [08:10, 07:27] +PASS -- TEST 'control_diag_debug_gnu' [02:33, 01:15](1630 MB) +PASS -- TEST 'regional_debug_gnu' [07:31, 06:33](1116 MB) +PASS -- TEST 'rap_control_debug_gnu' [02:19, 01:59](1106 MB) +PASS -- TEST 'hrrr_control_debug_gnu' [02:19, 02:01](1095 MB) +PASS -- TEST 'hrrr_gf_debug_gnu' [02:19, 01:55](1108 MB) +PASS -- TEST 'hrrr_c3_debug_gnu' [02:18, 02:02](1102 MB) +PASS -- TEST 'rap_diag_debug_gnu' [03:06, 02:00](1273 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [03:20, 03:10](1099 MB) +PASS -- TEST 'rap_progcld_thompson_debug_gnu' [02:53, 02:01](1104 MB) +PASS -- TEST 'rrfs_v1beta_debug_gnu' [02:52, 02:01](1097 MB) +PASS -- TEST 'control_ras_debug_gnu' [02:46, 01:11](731 MB) +PASS -- TEST 'control_stochy_debug_gnu' [02:38, 01:20](728 MB) +PASS -- TEST 'control_debug_p8_gnu' [02:35, 01:26](1730 MB) +PASS -- TEST 'rap_flake_debug_gnu' [02:19, 01:59](1111 MB) +PASS -- TEST 'rap_clm_lake_debug_gnu' [02:44, 02:19](1109 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [03:58, 03:14](1110 MB) + +PASS -- COMPILE 'wam_debug_gnu' [03:10, 02:52] +PASS -- TEST 'control_wam_debug_gnu' [02:24, 01:56](495 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [05:10, 04:25] +PASS -- TEST 'rap_control_dyn32_phy32_gnu' [08:52, 07:44](963 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [05:20, 03:52](951 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [08:42, 07:13](968 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [04:44, 03:40](894 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [04:43, 03:55](950 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [06:45, 05:21](860 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [02:39, 01:56](856 MB) +PASS -- TEST 'conus13km_control_gnu' [03:47, 02:35](1268 MB) +PASS -- TEST 'conus13km_2threads_gnu' [02:32, 01:09](1179 MB) +PASS -- TEST 'conus13km_restart_mismatch_gnu' [02:36, 01:26](945 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_gnu' [10:11, 10:05] +PASS -- TEST 'rap_control_dyn64_phy32_gnu' [05:33, 04:30](989 MB) + +PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [07:10, 07:00] +PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [03:19, 02:20](982 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [03:23, 02:16](975 MB) +PASS -- TEST 'conus13km_debug_gnu' [06:51, 05:28](1287 MB) +PASS -- TEST 'conus13km_debug_qr_gnu' [07:16, 05:38](980 MB) +PASS -- TEST 'conus13km_debug_2threads_gnu' [04:35, 03:10](1194 MB) +PASS -- TEST 'conus13km_radar_tten_debug_gnu' [06:34, 05:22](1359 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [07:16, 06:50] +PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [02:28, 01:58](1007 MB) + +PASS -- COMPILE 's2swa_gnu' [15:11, 15:08] +PASS -- TEST 'cpld_control_p8_gnu' [08:04, 06:36](4903 MB) + +PASS -- COMPILE 's2s_gnu' [17:19, 16:13] +PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [06:38, 04:59](2715 MB) + +PASS -- COMPILE 's2swa_debug_gnu' [05:11, 04:16] +PASS -- TEST 'cpld_debug_p8_gnu' [04:56, 04:06](4941 MB) + +PASS -- COMPILE 's2sw_pdlib_gnu' [15:11, 14:52] +PASS -- TEST 'cpld_control_pdlib_p8_gnu' [26:59, 25:34](2904 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_gnu' [04:11, 03:15] +PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [12:55, 12:14](2891 MB) + +PASS -- COMPILE 'datm_cdeps_gnu' [14:11, 14:10] +PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [03:18, 02:15](763 MB) SYNOPSIS: -Starting Date/Time: 20240606 13:36:19 -Ending Date/Time: 20240606 15:05:46 -Total Time: 01h:30m:18s -Compiles Completed: 55/55 -Tests Completed: 244/244 +Starting Date/Time: 20240610 08:54:23 +Ending Date/Time: 20240610 10:23:51 +Total Time: 01h:30m:16s +Compiles Completed: 57/57 +Tests Completed: 246/246 NOTES: A file 'test_changes.list' was generated but is empty. diff --git a/tests/logs/RegressionTests_orion.log b/tests/logs/RegressionTests_orion.log index 3edae0e022..e43dfa3f20 100644 --- a/tests/logs/RegressionTests_orion.log +++ b/tests/logs/RegressionTests_orion.log @@ -1,18 +1,18 @@ ====START OF ORION REGRESSION TESTING LOG==== UFSWM hash used in testing: -6b264a660c1cbcb1a685866dfa788376e63879c1 +bb9effee25fe2b045abcd4061f0aaab9bda5a46b Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) - 3d7067a523b8557058755289e4275f5f5c985daf CDEPS-interface/CDEPS (cdeps0.4.17-40-g3d7067a) - 9c0cd8d3ba5963d01711094a3c81b6358fcb8367 CICE-interface/CICE (CICE6.0.0-448-g9c0cd8d) + 42d4010d7d1116aa8c4ac322dd353cfbb3e3aaa1 CDEPS-interface/CDEPS (remotes/origin/dice_cplhist) + 180f60fd5c9f76d5656a68f8d478f0155f0dc695 CICE-interface/CICE (heads/emc/develop-11-g180f60f) f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) 2d837b16af326b09ff4018daab4de84f4deff7ec CMEPS-interface/CMEPS (cmeps_v0.4.1-2307-g2d837b1) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - afb1140002734df7ac794b91f4188c80aff51c6f FV3 (remotes/origin/cs_perts) - 0bad587d6db041211c22f4af7a4ab1a25867107a FV3/atmos_cubed_sphere (remotes/origin/cs_perts) + 07c26d1efae47445e4c36ff98942494788e7dc49 FV3 (heads/develop) + ab195d5026ca4c221b6cbb3888c8ae92d711f89a FV3/atmos_cubed_sphere (201912_public_release-397-gab195d5) ccfefcd0b426e011f94137031d5f7c2a4dda2659 FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-750-gccfefcd) 16a1d881774d795f46db16017aeed7fc351d661a FV3/ccpp/physics (EP4-808-g16a1d881) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) @@ -35,281 +35,287 @@ The first time is for the full script (prep+run+finalize). The second time is specifically for the run phase. Times/Memory will be empty for failed tests. -BASELINE DIRECTORY: /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20240603 -COMPARISON DIRECTORY: /work/noaa/epic/stmp/role-epic/stmp/role-epic/FV3_RT/rt_398399 +BASELINE DIRECTORY: /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20240607 +COMPARISON DIRECTORY: /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_154164 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [20:12, 16:11] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [26:14, 05:52](3239 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [25:16, 20:31] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [33:01, 17:24](1965 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [23:09, 18:24](2151 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [14:13, 08:46](1227 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [35:03, 19:34](1876 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [26:11, 22:04] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [36:50, 17:10](1972 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [13:11, 05:50] ( 1525 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [25:54, 23:07](1914 MB) - -PASS -- COMPILE 's2swa_intel' [20:11, 15:28] ( 8 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [25:52, 06:00](3337 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [26:17, 05:56](3332 MB) -PASS -- TEST 'cpld_restart_p8_intel' [08:01, 03:33](3253 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [25:10, 06:02](3356 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [08:45, 03:36](3280 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [27:01, 06:29](3611 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [25:52, 06:03](3323 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [08:17, 05:08](3209 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [26:17, 06:04](3342 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [29:17, 10:42](3515 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [11:43, 06:42](3623 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [35:17, 11:29](4191 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [18:13, 07:01](4365 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [23:53, 05:39](3307 MB) - -PASS -- COMPILE 's2sw_intel' [20:11, 15:33] ( 8 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [06:48, 04:55](1978 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [07:11, 04:35](2039 MB) - -PASS -- COMPILE 's2swa_debug_intel' [13:11, 06:00] ( 1450 warnings 1228 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [10:37, 08:53](3379 MB) - -PASS -- COMPILE 's2sw_debug_intel' [11:11, 06:25] ( 1450 warnings 1228 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [10:31, 06:11](1989 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [20:11, 13:36] ( 1 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [07:11, 04:35](2029 MB) - -PASS -- COMPILE 's2s_intel' [19:11, 14:34] ( 1 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [10:07, 08:26](3089 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [04:01, 02:45](3075 MB) -PASS -- TEST 'cpld_restart_c48_intel' [02:58, 01:33](2504 MB) - -PASS -- COMPILE 's2swa_faster_intel' [29:12, 25:39] ( 8 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [11:41, 05:33](3333 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [21:11, 20:00] ( 8 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [27:22, 17:29](2011 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [10:38, 08:50](1275 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [21:14, 19:37](1915 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [06:11, 04:58] ( 1560 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [26:16, 24:33](1950 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [14:11, 13:37] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [07:28, 03:28](699 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [06:46, 02:57](1598 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [05:52, 03:02](1600 MB) -PASS -- TEST 'control_latlon_intel' [05:40, 03:01](1596 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [05:49, 03:03](1597 MB) -PASS -- TEST 'control_c48_intel' [09:51, 07:13](1760 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [06:38, 06:03](877 MB) -PASS -- TEST 'control_c192_intel' [12:07, 10:31](1751 MB) -PASS -- TEST 'control_c384_intel' [16:11, 13:12](2009 MB) -PASS -- TEST 'control_c384gdas_intel' [13:22, 09:02](1356 MB) -PASS -- TEST 'control_stochy_intel' [02:28, 01:42](654 MB) -PASS -- TEST 'control_stochy_restart_intel' [04:29, 01:02](504 MB) -PASS -- TEST 'control_lndp_intel' [02:28, 01:33](655 MB) -PASS -- TEST 'control_iovr4_intel' [03:29, 02:36](653 MB) -PASS -- TEST 'control_iovr5_intel' [03:29, 02:29](652 MB) -PASS -- TEST 'control_p8_intel' [04:16, 03:06](1897 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [04:16, 03:09](1890 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [04:33, 03:00](1894 MB) -PASS -- TEST 'control_restart_p8_intel' [05:23, 01:50](1125 MB) -PASS -- TEST 'control_noqr_p8_intel' [04:19, 03:05](1884 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [05:14, 01:47](1160 MB) -PASS -- TEST 'control_decomp_p8_intel' [04:19, 03:09](1879 MB) -PASS -- TEST 'control_2threads_p8_intel' [05:18, 03:13](1992 MB) -PASS -- TEST 'control_p8_lndp_intel' [06:45, 05:26](1889 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [08:37, 04:09](1961 MB) -PASS -- TEST 'control_p8_mynn_intel' [05:29, 03:08](1906 MB) -PASS -- TEST 'merra2_thompson_intel' [08:50, 03:23](1901 MB) -PASS -- TEST 'regional_control_intel' [10:45, 05:20](1079 MB) -PASS -- TEST 'regional_restart_intel' [04:47, 02:55](1096 MB) -PASS -- TEST 'regional_decomp_intel' [09:43, 05:41](1095 MB) -PASS -- TEST 'regional_2threads_intel' [06:38, 03:56](1087 MB) -PASS -- TEST 'regional_noquilt_intel' [10:41, 05:20](1397 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [09:48, 05:18](1097 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [09:39, 05:26](1096 MB) -PASS -- TEST 'regional_wofs_intel' [10:38, 06:47](1921 MB) - -PASS -- COMPILE 'rrfs_intel' [13:11, 12:44] ( 3 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [10:31, 07:45](1112 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [07:08, 04:48](1295 MB) -PASS -- TEST 'rap_decomp_intel' [11:29, 08:09](1039 MB) -PASS -- TEST 'rap_2threads_intel' [13:24, 07:57](1188 MB) -PASS -- TEST 'rap_restart_intel' [06:39, 04:13](1102 MB) -PASS -- TEST 'rap_sfcdiff_intel' [13:28, 07:49](1104 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [13:25, 08:18](1035 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [07:31, 05:50](1131 MB) -PASS -- TEST 'hrrr_control_intel' [09:00, 04:00](1039 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [07:34, 04:08](1030 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [07:00, 03:30](1112 MB) -PASS -- TEST 'hrrr_control_restart_intel' [03:27, 02:15](1002 MB) -PASS -- TEST 'rrfs_v1beta_intel' [11:36, 07:38](1099 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [13:32, 10:32](1996 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [11:35, 09:02](2067 MB) - -PASS -- COMPILE 'csawmg_intel' [12:10, 11:47] -PASS -- TEST 'control_csawmg_intel' [07:43, 06:09](1015 MB) -PASS -- TEST 'control_ras_intel' [05:27, 03:23](747 MB) - -PASS -- COMPILE 'wam_intel' [11:10, 11:01] -PASS -- TEST 'control_wam_intel' [04:27, 02:03](656 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [22:11, 21:36] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [05:39, 02:49](1892 MB) -PASS -- TEST 'regional_control_faster_intel' [08:41, 04:51](1101 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [07:10, 06:36] ( 884 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [24:00, 02:49](1609 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [24:04, 02:43](1596 MB) -PASS -- TEST 'control_stochy_debug_intel' [21:35, 03:04](812 MB) -PASS -- TEST 'control_lndp_debug_intel' [21:35, 02:46](814 MB) -PASS -- TEST 'control_csawmg_debug_intel' [24:55, 04:27](1131 MB) -PASS -- TEST 'control_ras_debug_intel' [21:35, 03:01](826 MB) -PASS -- TEST 'control_diag_debug_intel' [24:00, 02:48](1670 MB) -PASS -- TEST 'control_debug_p8_intel' [24:02, 03:09](1912 MB) -PASS -- TEST 'regional_debug_intel' [38:03, 17:29](1079 MB) -PASS -- TEST 'rap_control_debug_intel' [23:35, 05:04](1206 MB) -PASS -- TEST 'hrrr_control_debug_intel' [25:34, 04:55](1204 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [25:33, 04:55](1206 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [25:33, 04:49](1202 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [24:28, 04:57](1210 MB) -PASS -- TEST 'rap_diag_debug_intel' [24:37, 05:19](1281 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [07:30, 05:12](1196 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [07:25, 05:08](1207 MB) -PASS -- TEST 'rap_lndp_debug_intel' [06:28, 04:58](1211 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:24, 04:54](1204 MB) -PASS -- TEST 'rap_noah_debug_intel' [06:25, 04:48](1205 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [06:26, 04:56](1203 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:29, 08:10](1202 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [06:24, 04:49](1197 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [06:26, 06:09](1204 MB) -PASS -- TEST 'rap_flake_debug_intel' [05:27, 05:01](1204 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:42, 08:30](1206 MB) - -PASS -- COMPILE 'wam_debug_intel' [09:10, 04:34] ( 855 warnings ) -PASS -- TEST 'control_wam_debug_intel' [06:24, 05:06](518 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [16:11, 12:49] ( 3 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [06:05, 04:31](1167 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [08:27, 06:27](1060 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:35, 03:28](996 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [08:19, 06:46](1086 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:23, 02:59](958 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:10, 03:37](934 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [18:23, 04:57](1028 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [12:27, 01:59](928 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [19:11, 16:30] ( 3 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [04:05, 02:06](1199 MB) -PASS -- TEST 'conus13km_2threads_intel' [12:53, 00:59](1119 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [12:49, 01:18](1108 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [15:12, 12:17] ( 3 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:59, 04:17](996 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [06:10, 04:13] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:30, 04:47](1081 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:23, 04:45](1082 MB) -PASS -- TEST 'conus13km_debug_intel' [15:54, 14:18](1232 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [15:50, 14:30](924 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [10:47, 08:32](1161 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [16:47, 14:50](1299 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [06:10, 04:08] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:27, 05:11](1122 MB) - -PASS -- COMPILE 'hafsw_intel' [15:11, 14:10] ( 1 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [08:20, 05:32](741 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:32, 05:56](1102 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [19:35, 07:07](831 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [15:16, 13:23](864 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [17:32, 15:13](883 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [19:07, 06:29](505 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [20:44, 07:39](520 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [15:03, 03:20](375 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [20:46, 08:11](473 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [14:54, 04:20](530 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [15:06, 03:58](532 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [17:00, 05:21](590 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [12:30, 01:29](407 MB) -PASS -- TEST 'gnv1_nested_intel' [16:05, 04:37](805 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [10:10, 04:37] ( 1467 warnings 1501 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [25:00, 13:19](579 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [29:12, 23:25] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [22:15, 09:45](671 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [22:10, 09:55](745 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [16:11, 14:31] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [19:06, 07:10](729 MB) - -PASS -- COMPILE 'hafs_all_intel' [15:11, 13:42] ( 7 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [20:19, 06:22](826 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [20:20, 06:26](816 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [26:03, 16:01](1218 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [12:11, 07:16] -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [13:22, 02:35](1128 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:25, 01:42](1087 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [12:19, 02:30](1018 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [11:19, 02:38](1016 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [07:19, 02:32](1006 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [07:19, 02:36](1133 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [06:19, 02:36](1137 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [06:19, 02:36](1012 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [11:28, 05:53](1054 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [10:14, 05:50](1035 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [07:17, 02:39](1127 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [07:19, 03:39](2488 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [07:19, 03:41](2435 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [06:11, 03:59] ( 2 warnings ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [10:23, 06:18](1067 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [11:11, 08:40] -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [06:19, 02:43](1124 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [06:11, 01:12] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [03:34, 00:48](257 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:29, 00:50](322 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:25, 00:33](322 MB) - -PASS -- COMPILE 'atml_intel' [16:11, 13:22] ( 8 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [06:52, 04:24](1866 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [06:34, 04:24](1863 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:59, 02:30](1100 MB) - -PASS -- COMPILE 'atml_debug_intel' [08:11, 05:48] ( 882 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [07:39, 05:45](1877 MB) - -PASS -- COMPILE 'atmw_intel' [13:11, 12:52] ( 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:18, 01:57](1928 MB) - -PASS -- COMPILE 'atmaero_intel' [13:11, 12:16] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [05:17, 04:06](3198 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [06:32, 04:56](3089 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:16, 05:05](3108 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [04:11, 03:51] ( 884 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [23:59, 21:43](4590 MB) +PASS -- COMPILE 's2swa_32bit_intel' [17:10, 14:59] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [39:42, 05:34](3309 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [21:11, 19:38] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [48:08, 17:21](1978 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [21:16, 18:17](2154 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [12:02, 08:33](1249 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [50:10, 19:32](1874 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [22:11, 20:11] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [44:50, 17:10](1972 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [08:10, 06:14] ( 1525 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [32:42, 23:04](1926 MB) + +PASS -- COMPILE 's2swa_intel' [16:10, 14:15] ( 8 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [40:54, 05:58](3345 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [41:03, 05:52](3341 MB) +PASS -- TEST 'cpld_restart_p8_intel' [06:04, 03:58](3177 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [40:54, 05:52](3363 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [06:04, 03:53](3279 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [40:54, 06:22](3618 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [39:56, 05:56](3326 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [11:41, 04:48](3210 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [41:07, 05:51](3338 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [22:43, 10:36](3517 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [21:52, 06:45](3625 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [39:30, 11:06](4273 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [17:48, 07:40](4371 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [39:53, 05:35](3319 MB) + +PASS -- COMPILE 's2sw_intel' [16:11, 14:11] ( 8 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [38:37, 04:46](1979 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [38:50, 04:45](1989 MB) + +PASS -- COMPILE 's2swa_debug_intel' [08:10, 06:14] ( 1450 warnings 1228 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [18:23, 08:35](3380 MB) + +PASS -- COMPILE 's2sw_debug_intel' [07:11, 05:20] ( 1450 warnings 1228 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [16:13, 06:04](2006 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [15:11, 13:04] ( 1 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [11:22, 04:30](2039 MB) + +PASS -- COMPILE 's2s_intel' [15:11, 13:52] ( 1 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [09:54, 08:23](3088 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [04:54, 02:35](3065 MB) +PASS -- TEST 'cpld_restart_c48_intel' [18:58, 01:31](2494 MB) + +PASS -- COMPILE 's2swa_faster_intel' [27:11, 23:03] ( 8 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [19:41, 05:30](3339 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [22:12, 18:34] ( 8 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [30:13, 17:27](1959 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [10:34, 08:34](1249 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [21:11, 19:37](1902 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [08:11, 04:30] ( 1560 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [58:36, 24:51](1955 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [15:11, 13:05] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [04:25, 03:34](703 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [03:39, 02:56](1598 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:39, 03:01](1610 MB) +PASS -- TEST 'control_latlon_intel' [04:29, 02:55](1599 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [03:55, 03:07](1593 MB) +PASS -- TEST 'control_c48_intel' [08:43, 07:11](1762 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [06:33, 06:01](878 MB) +PASS -- TEST 'control_c192_intel' [12:21, 10:32](1754 MB) +PASS -- TEST 'control_c384_intel' [14:16, 11:36](2004 MB) +PASS -- TEST 'control_c384gdas_intel' [13:13, 09:28](1359 MB) +PASS -- TEST 'control_stochy_intel' [02:54, 01:46](657 MB) +PASS -- TEST 'control_stochy_restart_intel' [01:27, 01:01](503 MB) +PASS -- TEST 'control_lndp_intel' [02:54, 01:37](657 MB) +PASS -- TEST 'control_iovr4_intel' [02:52, 02:28](655 MB) +PASS -- TEST 'control_iovr5_intel' [02:50, 02:30](651 MB) +PASS -- TEST 'control_p8_intel' [05:58, 03:51](1900 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [05:20, 03:05](1890 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [04:31, 03:00](1894 MB) +PASS -- TEST 'control_restart_p8_intel' [04:09, 02:06](1128 MB) +PASS -- TEST 'control_noqr_p8_intel' [04:20, 03:01](1884 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [04:09, 01:49](1154 MB) +PASS -- TEST 'control_decomp_p8_intel' [05:07, 03:08](1888 MB) +PASS -- TEST 'control_2threads_p8_intel' [05:08, 03:16](1990 MB) +PASS -- TEST 'control_p8_lndp_intel' [07:16, 05:25](1893 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [06:36, 04:10](1961 MB) +PASS -- TEST 'control_p8_mynn_intel' [05:30, 03:11](1899 MB) +PASS -- TEST 'merra2_thompson_intel' [05:45, 03:25](1899 MB) +PASS -- TEST 'regional_control_intel' [07:10, 05:21](1101 MB) +PASS -- TEST 'regional_restart_intel' [04:42, 02:53](1097 MB) +PASS -- TEST 'regional_decomp_intel' [06:32, 05:42](1095 MB) +PASS -- TEST 'regional_2threads_intel' [04:32, 03:57](1091 MB) +PASS -- TEST 'regional_noquilt_intel' [06:35, 05:20](1395 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [06:41, 05:21](1092 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [06:36, 05:39](1097 MB) +PASS -- TEST 'regional_wofs_intel' [07:35, 06:49](1918 MB) + +PASS -- COMPILE 'rrfs_intel' [13:11, 11:39] ( 3 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [32:19, 07:49](1110 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [29:19, 04:48](1305 MB) +PASS -- TEST 'rap_decomp_intel' [33:21, 08:11](1031 MB) +PASS -- TEST 'rap_2threads_intel' [33:31, 08:18](1181 MB) +PASS -- TEST 'rap_restart_intel' [06:41, 04:37](1105 MB) +PASS -- TEST 'rap_sfcdiff_intel' [33:47, 08:17](1109 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [32:20, 08:08](1044 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [07:39, 05:57](1127 MB) +PASS -- TEST 'hrrr_control_intel' [29:17, 04:04](1039 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [29:17, 04:13](1025 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [28:39, 03:29](1119 MB) +PASS -- TEST 'hrrr_control_restart_intel' [03:28, 02:15](1004 MB) +PASS -- TEST 'rrfs_v1beta_intel' [32:11, 07:38](1094 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [32:18, 09:16](1991 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [30:30, 09:00](2075 MB) + +PASS -- COMPILE 'csawmg_intel' [12:12, 11:54] +PASS -- TEST 'control_csawmg_intel' [07:43, 06:18](1015 MB) +PASS -- TEST 'control_ras_intel' [04:23, 03:20](742 MB) + +PASS -- COMPILE 'wam_intel' [12:11, 11:18] +PASS -- TEST 'control_wam_intel' [04:22, 02:13](614 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [25:11, 20:07] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [05:29, 02:50](1894 MB) +PASS -- TEST 'regional_control_faster_intel' [07:38, 05:23](1099 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [11:11, 06:05] ( 884 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:48, 02:43](1615 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:53, 02:39](1619 MB) +PASS -- TEST 'control_stochy_debug_intel' [04:27, 03:06](816 MB) +PASS -- TEST 'control_lndp_debug_intel' [04:25, 03:25](812 MB) +PASS -- TEST 'control_csawmg_debug_intel' [05:47, 04:50](1128 MB) +PASS -- TEST 'control_ras_debug_intel' [03:58, 02:51](822 MB) +PASS -- TEST 'control_diag_debug_intel' [03:48, 02:48](1668 MB) +PASS -- TEST 'control_debug_p8_intel' [04:45, 02:59](1907 MB) +PASS -- TEST 'regional_debug_intel' [19:40, 17:30](1089 MB) +PASS -- TEST 'rap_control_debug_intel' [06:23, 04:56](1155 MB) +PASS -- TEST 'hrrr_control_debug_intel' [05:23, 04:41](1194 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [05:28, 04:51](1199 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [05:23, 04:54](1200 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:25, 04:44](1197 MB) +PASS -- TEST 'rap_diag_debug_intel' [07:34, 05:04](1291 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [07:25, 04:57](1201 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [07:23, 04:58](1201 MB) +PASS -- TEST 'rap_lndp_debug_intel' [07:25, 04:54](1206 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [07:25, 04:50](1198 MB) +PASS -- TEST 'rap_noah_debug_intel' [06:24, 04:46](1195 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [06:25, 04:54](1202 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:21, 07:57](1202 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [06:24, 04:52](1202 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [07:24, 05:57](1193 MB) +PASS -- TEST 'rap_flake_debug_intel' [06:25, 04:59](1203 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:39, 08:31](1213 MB) + +PASS -- COMPILE 'wam_debug_intel' [09:11, 03:25] ( 855 warnings ) +PASS -- TEST 'control_wam_debug_intel' [06:22, 05:00](511 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [16:10, 11:38] ( 3 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [06:55, 04:25](1161 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [09:11, 06:30](1053 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:21, 03:28](933 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [09:00, 06:44](1088 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:46, 03:00](965 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:18, 03:37](926 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [07:22, 04:56](1027 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:27, 01:58](926 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [20:11, 16:33] ( 3 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [03:54, 02:08](1204 MB) +PASS -- TEST 'conus13km_2threads_intel' [01:45, 01:00](1115 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [02:44, 01:15](1113 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [20:11, 11:36] ( 3 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:46, 04:13](988 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [07:10, 03:58] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:23, 05:00](1078 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:20, 04:56](1029 MB) +PASS -- TEST 'conus13km_debug_intel' [15:50, 14:13](1225 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [15:48, 14:33](932 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [09:45, 08:26](1162 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [14:44, 13:57](1295 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [07:10, 03:51] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:28, 05:04](1088 MB) + +PASS -- COMPILE 'hafsw_intel' [20:11, 13:38] ( 1 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [07:17, 05:30](742 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:32, 05:57](1116 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [08:33, 06:57](831 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [15:16, 13:14](862 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [16:25, 14:57](884 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [08:03, 06:21](506 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [09:23, 07:35](511 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [03:52, 03:08](372 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [11:30, 08:07](483 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:50, 04:09](535 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:00, 03:55](532 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [06:59, 05:31](539 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [03:26, 01:21](406 MB) +PASS -- TEST 'gnv1_nested_intel' [09:26, 04:05](1753 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [11:11, 04:42] ( 1467 warnings 1501 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [14:53, 13:05](567 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [24:11, 22:14] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [13:00, 09:40](669 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [13:07, 09:56](742 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [15:11, 12:48] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [10:11, 07:10](695 MB) + +PASS -- COMPILE 'hafs_all_intel' [23:11, 12:15] ( 7 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [09:20, 06:29](830 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [09:21, 06:31](825 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [17:58, 16:04](1213 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [23:11, 07:12] +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:19, 02:41](1138 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [04:20, 01:36](1088 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:18, 02:37](1017 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:17, 02:45](1011 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:16, 02:51](1016 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:17, 02:37](1132 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:17, 02:34](1141 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:18, 02:44](1017 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [07:22, 05:59](1066 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [10:22, 05:52](1030 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:17, 02:41](1132 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [06:20, 03:32](2484 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [06:18, 03:40](2479 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [17:10, 03:51] ( 2 warnings ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [09:17, 06:24](1063 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [18:11, 07:39] +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [05:17, 02:42](1125 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [11:10, 01:10] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:28, 00:50](260 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:22, 00:49](322 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:26, 00:33](320 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [15:13, 12:04] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [06:10, 03:52](1984 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [15:14, 11:33] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [06:12, 03:40](1957 MB) + +PASS -- COMPILE 'atml_intel' [16:15, 13:34] ( 8 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [06:39, 04:20](1868 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [06:32, 04:24](1853 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:44, 02:26](1104 MB) + +PASS -- COMPILE 'atml_debug_intel' [07:10, 05:21] ( 882 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [08:28, 05:58](1876 MB) + +PASS -- COMPILE 'atmw_intel' [12:11, 12:01] ( 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:16, 01:58](1925 MB) + +PASS -- COMPILE 'atmaero_intel' [14:22, 14:06] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [06:21, 04:12](3192 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [07:18, 04:57](3094 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [07:07, 04:53](3104 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [04:17, 03:51] ( 884 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [24:46, 21:12](4580 MB) SYNOPSIS: -Starting Date/Time: 20240606 13:10:50 -Ending Date/Time: 20240606 15:10:28 -Total Time: 02h:00m:25s -Compiles Completed: 39/39 -Tests Completed: 183/183 +Starting Date/Time: 20240610 08:53:16 +Ending Date/Time: 20240610 10:50:24 +Total Time: 01h:57m:39s +Compiles Completed: 41/41 +Tests Completed: 185/185 NOTES: A file 'test_changes.list' was generated but is empty. diff --git a/tests/logs/RegressionTests_wcoss2.log b/tests/logs/RegressionTests_wcoss2.log index cb201c8aeb..f48b1e6bad 100644 --- a/tests/logs/RegressionTests_wcoss2.log +++ b/tests/logs/RegressionTests_wcoss2.log @@ -1,18 +1,18 @@ ====START OF WCOSS2 REGRESSION TESTING LOG==== UFSWM hash used in testing: -6b264a660c1cbcb1a685866dfa788376e63879c1 +ecba684819faf0cfd392cdd49bf6369463e726f7 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) - 3d7067a523b8557058755289e4275f5f5c985daf CDEPS-interface/CDEPS (cdeps0.4.17-40-g3d7067a) - 9c0cd8d3ba5963d01711094a3c81b6358fcb8367 CICE-interface/CICE (CICE6.0.0-448-g9c0cd8d) + 42d4010d7d1116aa8c4ac322dd353cfbb3e3aaa1 CDEPS-interface/CDEPS (cdeps0.4.17-51-g42d4010) + 180f60fd5c9f76d5656a68f8d478f0155f0dc695 CICE-interface/CICE (remotes/origin/HEAD-11-g180f60f) f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) 2d837b16af326b09ff4018daab4de84f4deff7ec CMEPS-interface/CMEPS (cmeps_v0.4.1-2307-g2d837b1) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - afb1140002734df7ac794b91f4188c80aff51c6f FV3 (remotes/origin/cs_perts) - 0bad587d6db041211c22f4af7a4ab1a25867107a FV3/atmos_cubed_sphere (remotes/origin/cs_perts) + 07c26d1efae47445e4c36ff98942494788e7dc49 FV3 (07c26d1) + ab195d5026ca4c221b6cbb3888c8ae92d711f89a FV3/atmos_cubed_sphere (remotes/origin/cs_perts-1-gab195d5) ccfefcd0b426e011f94137031d5f7c2a4dda2659 FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-750-gccfefcd) 16a1d881774d795f46db16017aeed7fc351d661a FV3/ccpp/physics (EP4-808-g16a1d881) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) @@ -35,238 +35,241 @@ The first time is for the full script (prep+run+finalize). The second time is specifically for the run phase. Times/Memory will be empty for failed tests. -BASELINE DIRECTORY: /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20240603 -COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_23095 +BASELINE DIRECTORY: /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20240607 +COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_136387 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: GFS-DEV * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [39:07, 37:57] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [32:37, 01:53](3099 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [24:40, 24:25] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [47:37, 02:01](1820 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [27:38, 01:38](1849 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [27:24, 02:09](983 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [47:37, 01:26](1794 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [12:26, 12:06] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [59:50, 00:51](1818 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [26:43, 25:31] ( 1505 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [45:34, 01:49](1832 MB) - -PASS -- COMPILE 's2swa_intel' [25:41, 24:26] ( 8 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [46:35, 01:48](3136 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [46:35, 01:55](3131 MB) -PASS -- TEST 'cpld_restart_p8_intel' [37:12, 01:46](3067 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [46:35, 02:11](3153 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [37:09, 01:38](3083 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [46:35, 01:51](3365 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [46:35, 02:15](3125 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [46:36, 01:30](3080 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [46:35, 01:58](3133 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [46:44, 04:58](4113 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [25:37, 05:07](4257 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [46:35, 02:35](3117 MB) - -PASS -- COMPILE 's2sw_intel' [38:04, 37:17] ( 8 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [33:59, 01:17](1835 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [33:58, 01:27](1892 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [13:27, 13:10] ( 1 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [58:49, 01:16](1899 MB) - -PASS -- COMPILE 's2s_intel' [12:26, 11:23] ( 1 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [59:49, 01:25](2909 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [59:49, 01:12](2912 MB) -PASS -- TEST 'cpld_restart_c48_intel' [54:38, 00:54](2309 MB) - -PASS -- COMPILE 's2swa_faster_intel' [45:13, 44:10] ( 8 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [26:47, 02:18](3129 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [13:27, 12:21] ( 8 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [58:49, 01:24](1833 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [40:22, 01:32](1008 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [40:23, 01:30](1810 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [08:34, 07:26] ( 1541 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [51:17, 00:58](1849 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [19:46, 18:52] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [40:03, 01:26](575 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [40:03, 00:42](1470 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [40:03, 01:15](1485 MB) -PASS -- TEST 'control_latlon_intel' [40:03, 01:03](1472 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [40:03, 01:19](1474 MB) -PASS -- TEST 'control_c48_intel' [40:02, 00:41](1601 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [40:02, 01:09](717 MB) -PASS -- TEST 'control_c192_intel' [40:03, 01:12](1591 MB) -PASS -- TEST 'control_c384_intel' [40:07, 01:32](1912 MB) -PASS -- TEST 'control_c384gdas_intel' [40:07, 02:29](1090 MB) -PASS -- TEST 'control_stochy_intel' [40:03, 00:55](530 MB) -PASS -- TEST 'control_stochy_restart_intel' [36:31, 00:59](336 MB) -PASS -- TEST 'control_lndp_intel' [40:03, 01:13](529 MB) -PASS -- TEST 'control_iovr4_intel' [40:03, 01:30](529 MB) -PASS -- TEST 'control_iovr5_intel' [40:03, 00:34](530 MB) -PASS -- TEST 'control_p8_intel' [39:04, 01:34](1769 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [38:45, 01:34](1773 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [37:48, 01:31](1776 MB) -PASS -- TEST 'control_restart_p8_intel' [32:35, 00:55](922 MB) -PASS -- TEST 'control_noqr_p8_intel' [37:12, 01:18](1760 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [31:48, 01:53](924 MB) -PASS -- TEST 'control_decomp_p8_intel' [36:57, 01:18](1768 MB) -PASS -- TEST 'control_2threads_p8_intel' [36:50, 01:30](1857 MB) -PASS -- TEST 'control_p8_lndp_intel' [36:29, 01:02](1765 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [35:47, 01:39](1825 MB) -PASS -- TEST 'control_p8_mynn_intel' [35:24, 02:14](1776 MB) -PASS -- TEST 'merra2_thompson_intel' [35:16, 01:32](1777 MB) -PASS -- TEST 'regional_control_intel' [35:05, 01:01](854 MB) -PASS -- TEST 'regional_restart_intel' [27:13, 00:42](852 MB) -PASS -- TEST 'regional_decomp_intel' [35:01, 00:38](851 MB) -PASS -- TEST 'regional_2threads_intel' [34:20, 01:17](918 MB) -PASS -- TEST 'regional_noquilt_intel' [34:19, 00:39](1182 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [32:13, 01:25](852 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [32:07, 01:12](854 MB) -PASS -- TEST 'regional_wofs_intel' [31:53, 00:57](1583 MB) - -PASS -- COMPILE 'rrfs_intel' [21:47, 19:58] ( 3 warnings 92 remarks ) -PASS -- TEST 'rap_control_intel' [31:43, 02:11](917 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [31:42, 01:41](1091 MB) -PASS -- TEST 'rap_decomp_intel' [30:16, 01:16](917 MB) -PASS -- TEST 'rap_2threads_intel' [30:16, 01:06](1006 MB) -PASS -- TEST 'rap_restart_intel' [21:06, 01:49](787 MB) -PASS -- TEST 'rap_sfcdiff_intel' [29:21, 02:03](915 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [29:18, 01:28](915 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [18:56, 01:33](785 MB) -PASS -- TEST 'hrrr_control_intel' [28:44, 01:40](911 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [28:39, 01:27](909 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [28:33, 01:51](992 MB) -PASS -- TEST 'hrrr_control_restart_intel' [21:19, 01:18](741 MB) -PASS -- TEST 'rrfs_v1beta_intel' [27:54, 01:58](911 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [27:54, 00:47](1875 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [27:13, 01:23](1860 MB) - -PASS -- COMPILE 'csawmg_intel' [10:35, 09:17] -PASS -- TEST 'control_csawmg_intel' [48:14, 00:32](871 MB) -PASS -- TEST 'control_ras_intel' [48:14, 00:36](557 MB) - -PASS -- COMPILE 'wam_intel' [23:44, 22:20] -PASS -- TEST 'control_wam_intel' [26:25, 00:27](271 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [28:01, 25:31] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [20:12, 01:24](1775 MB) -PASS -- TEST 'regional_control_faster_intel' [20:11, 00:52](858 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [28:45, 27:25] ( 869 warnings 92 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [18:51, 01:20](1485 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [18:51, 01:24](1496 MB) -PASS -- TEST 'control_stochy_debug_intel' [18:51, 00:45](690 MB) -PASS -- TEST 'control_lndp_debug_intel' [18:51, 00:47](689 MB) -PASS -- TEST 'control_csawmg_debug_intel' [18:51, 00:34](1003 MB) -PASS -- TEST 'control_ras_debug_intel' [18:51, 00:47](699 MB) -PASS -- TEST 'control_diag_debug_intel' [18:51, 01:18](1555 MB) -PASS -- TEST 'control_debug_p8_intel' [18:51, 00:58](1785 MB) -PASS -- TEST 'regional_debug_intel' [18:50, 00:14](881 MB) -PASS -- TEST 'rap_control_debug_intel' [18:51, 01:09](1077 MB) -PASS -- TEST 'hrrr_control_debug_intel' [18:51, 00:32](1068 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [18:51, 00:22](1074 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [18:51, 00:19](1073 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [18:51, 01:00](1076 MB) -PASS -- TEST 'rap_diag_debug_intel' [18:51, 01:03](1158 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [18:25, 00:56](1077 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [17:44, 00:49](1076 MB) -PASS -- TEST 'rap_lndp_debug_intel' [17:08, 01:44](1080 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [17:04, 00:56](1075 MB) -PASS -- TEST 'rap_noah_debug_intel' [16:59, 01:03](1072 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [16:45, 00:57](1071 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [16:24, 01:09](1069 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [15:04, 01:22](1072 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [14:38, 00:39](1082 MB) -PASS -- TEST 'rap_flake_debug_intel' [14:36, 00:26](1080 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [14:18, 01:57](1080 MB) - -PASS -- COMPILE 'wam_debug_intel' [24:39, 23:45] ( 842 warnings ) -PASS -- TEST 'control_wam_debug_intel' [21:55, 01:04](305 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [29:46, 29:10] ( 3 warnings 91 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [13:20, 01:22](956 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [13:15, 02:12](787 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [13:14, 02:26](788 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [12:12, 01:35](856 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [12:04, 01:48](850 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [11:56, 02:10](785 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [02:38, 02:07](687 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [05:09, 00:49](669 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [32:03, 31:35] ( 3 warnings 91 remarks ) -PASS -- TEST 'conus13km_control_intel' [07:59, 01:14](1004 MB) -PASS -- TEST 'conus13km_2threads_intel' [01:48, 01:55](1010 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [01:47, 01:22](886 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [12:44, 10:50] ( 3 warnings 91 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [24:17, 01:06](810 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [16:45, 14:36] ( 773 warnings 91 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [11:54, 00:54](949 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [11:54, 00:58](945 MB) -PASS -- TEST 'conus13km_debug_intel' [11:10, 01:30](1042 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [11:10, 00:59](713 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [11:11, 01:14](1046 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [11:01, 01:01](1111 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [08:47, 06:56] ( 773 warnings 91 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [24:21, 00:37](980 MB) - -PASS -- COMPILE 'hafsw_intel' [19:37, 17:35] ( 1 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [07:56, 02:41](620 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:56, 00:55](966 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [07:54, 02:34](661 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [07:06, 01:41](695 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [06:58, 01:52](714 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [06:18, 01:08](390 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [06:17, 02:29](404 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [06:06, 01:33](295 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [06:06, 03:29](373 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:32, 01:28](417 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:31, 01:41](424 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [05:16, 02:19](494 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [05:11, 00:48](313 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [10:30, 08:31] ( 1449 warnings 1501 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [10:12, 01:06](507 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [37:09, 35:49] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [47:15, 01:09](531 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [47:15, 01:06](709 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [17:36, 16:18] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [05:05, 02:58](715 MB) - -PASS -- COMPILE 'hafs_all_intel' [16:41, 14:57] ( 7 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [05:02, 02:41](658 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [04:35, 02:14](644 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [04:11, 01:07](883 MB) - -PASS -- COMPILE 'atml_intel' [15:36, 14:40] ( 8 warnings 2 remarks ) - -PASS -- COMPILE 'atml_debug_intel' [13:37, 11:24] ( 868 warnings 2 remarks ) - -PASS -- COMPILE 'atmaero_intel' [18:34, 13:41] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [58:52, 01:34](3028 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [58:52, 01:13](2906 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [58:52, 01:17](2920 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [14:28, 09:39] ( 870 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [02:05, 01:28](4440 MB) +PASS -- COMPILE 's2swa_32bit_intel' [12:26, 11:32] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [43:28, 02:09](3104 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [12:26, 12:02] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [43:28, 01:33](1824 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [25:12, 02:06](1848 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [25:12, 01:40](970 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [43:29, 01:46](1794 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [23:39, 23:26] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [32:16, 00:23](1817 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [17:32, 16:59] ( 1505 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [38:25, 01:49](1836 MB) + +PASS -- COMPILE 's2swa_intel' [12:26, 11:30] ( 8 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [43:28, 01:05](3127 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [43:28, 02:01](3124 MB) +PASS -- TEST 'cpld_restart_p8_intel' [34:57, 01:23](3061 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [43:28, 01:55](3147 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [33:58, 01:50](3075 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [43:28, 01:14](3355 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [43:28, 00:58](3118 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [43:29, 01:42](3071 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [43:28, 02:10](3128 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [43:37, 04:21](4103 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [11:31, 04:11](4247 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [43:28, 01:19](3107 MB) + +PASS -- COMPILE 's2sw_intel' [24:40, 23:44] ( 8 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [31:15, 01:43](1832 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [31:15, 01:44](1891 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [11:26, 10:41] ( 1 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [44:30, 01:39](1898 MB) + +PASS -- COMPILE 's2s_intel' [12:26, 11:50] ( 1 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [43:27, 01:36](2913 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [43:27, 01:05](2911 MB) +PASS -- TEST 'cpld_restart_c48_intel' [39:05, 01:05](2303 MB) + +PASS -- COMPILE 's2swa_faster_intel' [29:45, 29:25] ( 8 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [26:10, 02:03](3129 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [38:57, 37:58] ( 8 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [16:59, 01:03](1833 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [55:16, 01:27](1007 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [55:13, 01:26](1805 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [10:24, 09:09] ( 1541 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [34:07, 01:43](1853 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [26:44, 25:56] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [16:43, 00:30](574 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [16:43, 01:29](1467 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [16:43, 01:29](1482 MB) +PASS -- TEST 'control_latlon_intel' [16:43, 01:16](1480 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [16:43, 00:30](1470 MB) +PASS -- TEST 'control_c48_intel' [16:42, 01:22](1596 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [16:42, 00:57](716 MB) +PASS -- TEST 'control_c192_intel' [16:43, 01:22](1593 MB) +PASS -- TEST 'control_c384_intel' [16:47, 01:16](1911 MB) +PASS -- TEST 'control_c384gdas_intel' [16:47, 02:26](1091 MB) +PASS -- TEST 'control_stochy_intel' [16:43, 00:29](532 MB) +PASS -- TEST 'control_stochy_restart_intel' [10:09, 00:50](334 MB) +PASS -- TEST 'control_lndp_intel' [16:43, 00:28](527 MB) +PASS -- TEST 'control_iovr4_intel' [16:43, 00:41](525 MB) +PASS -- TEST 'control_iovr5_intel' [16:43, 00:41](528 MB) +PASS -- TEST 'control_p8_intel' [16:43, 01:52](1773 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [16:43, 01:48](1765 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [16:43, 01:56](1776 MB) +PASS -- TEST 'control_restart_p8_intel' [07:11, 02:00](919 MB) +PASS -- TEST 'control_noqr_p8_intel' [16:43, 01:43](1769 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [07:11, 02:00](923 MB) +PASS -- TEST 'control_decomp_p8_intel' [16:32, 01:27](1770 MB) +PASS -- TEST 'control_2threads_p8_intel' [16:19, 01:08](1857 MB) +PASS -- TEST 'control_p8_lndp_intel' [13:51, 00:42](1770 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [13:05, 01:16](1830 MB) +PASS -- TEST 'control_p8_mynn_intel' [12:24, 01:43](1783 MB) +PASS -- TEST 'merra2_thompson_intel' [11:13, 01:44](1772 MB) +PASS -- TEST 'regional_control_intel' [10:09, 01:00](854 MB) +PASS -- TEST 'regional_restart_intel' [03:22, 01:11](852 MB) +PASS -- TEST 'regional_decomp_intel' [09:05, 00:43](859 MB) +PASS -- TEST 'regional_2threads_intel' [09:05, 00:48](912 MB) +PASS -- TEST 'regional_noquilt_intel' [08:35, 01:11](1179 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [08:05, 01:10](852 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [07:55, 00:56](860 MB) +PASS -- TEST 'regional_wofs_intel' [07:50, 00:33](1585 MB) + +PASS -- COMPILE 'rrfs_intel' [12:26, 11:26] ( 3 warnings 92 remarks ) +PASS -- TEST 'rap_control_intel' [31:01, 01:36](917 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [31:02, 01:28](1098 MB) +PASS -- TEST 'rap_decomp_intel' [31:01, 01:29](918 MB) +PASS -- TEST 'rap_2threads_intel' [31:01, 02:02](1008 MB) +PASS -- TEST 'rap_restart_intel' [17:50, 01:15](787 MB) +PASS -- TEST 'rap_sfcdiff_intel' [31:01, 02:17](916 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [31:01, 02:03](914 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [17:17, 01:50](786 MB) +PASS -- TEST 'hrrr_control_intel' [31:01, 01:30](909 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [31:01, 01:47](908 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [31:02, 01:40](996 MB) +PASS -- TEST 'hrrr_control_restart_intel' [21:24, 00:46](743 MB) +PASS -- TEST 'rrfs_v1beta_intel' [31:01, 01:29](912 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [31:01, 01:03](1876 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [31:01, 01:13](1864 MB) + +PASS -- COMPILE 'csawmg_intel' [22:40, 22:17] +PASS -- TEST 'control_csawmg_intel' [20:47, 00:23](870 MB) +PASS -- TEST 'control_ras_intel' [20:47, 00:49](563 MB) + +PASS -- COMPILE 'wam_intel' [22:39, 21:26] +PASS -- TEST 'control_wam_intel' [20:49, 00:47](535 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [22:40, 18:40] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [07:47, 02:04](1767 MB) +PASS -- TEST 'regional_control_faster_intel' [07:43, 00:14](850 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [17:36, 14:47] ( 869 warnings 92 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [07:42, 01:23](1491 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [07:36, 01:29](1483 MB) +PASS -- TEST 'control_stochy_debug_intel' [07:13, 00:46](694 MB) +PASS -- TEST 'control_lndp_debug_intel' [07:02, 01:09](690 MB) +PASS -- TEST 'control_csawmg_debug_intel' [07:01, 00:29](1000 MB) +PASS -- TEST 'control_ras_debug_intel' [05:55, 00:59](700 MB) +PASS -- TEST 'control_diag_debug_intel' [05:45, 01:08](1547 MB) +PASS -- TEST 'control_debug_p8_intel' [04:56, 01:18](1784 MB) +PASS -- TEST 'regional_debug_intel' [04:33, 01:04](886 MB) +PASS -- TEST 'rap_control_debug_intel' [04:34, 01:15](1077 MB) +PASS -- TEST 'hrrr_control_debug_intel' [04:32, 00:19](1072 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [04:31, 01:17](1074 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [04:13, 00:27](1074 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [03:53, 00:46](1071 MB) +PASS -- TEST 'rap_diag_debug_intel' [02:49, 00:48](1154 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [02:42, 00:41](1074 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [02:42, 00:41](1076 MB) +PASS -- TEST 'rap_lndp_debug_intel' [02:42, 00:46](1076 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [02:42, 00:49](1076 MB) +PASS -- TEST 'rap_noah_debug_intel' [02:33, 00:53](1073 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [02:13, 00:48](1074 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [02:13, 00:47](1071 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [02:10, 00:52](1069 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [02:06, 00:54](1083 MB) +PASS -- TEST 'rap_flake_debug_intel' [01:47, 00:47](1078 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [01:28, 02:08](1077 MB) + +PASS -- COMPILE 'wam_debug_intel' [20:38, 14:45] ( 842 warnings ) +PASS -- TEST 'control_wam_debug_intel' [01:21, 00:53](302 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [18:36, 13:47] ( 3 warnings 91 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [01:20, 01:15](953 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [01:13, 02:08](791 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [00:31, 01:58](789 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [00:11, 01:29](855 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [00:12, 01:58](848 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [00:02, 01:28](785 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [52:50, 01:25](690 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [54:44, 00:16](671 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [20:38, 16:06] ( 3 warnings 91 remarks ) +PASS -- TEST 'conus13km_control_intel' [59:46, 01:24](1005 MB) +PASS -- TEST 'conus13km_2threads_intel' [53:49, 00:52](1009 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [52:50, 00:42](885 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [31:48, 30:54] ( 3 warnings 91 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [53:58, 01:23](813 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [25:42, 24:35] ( 773 warnings 91 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [54:48, 00:53](949 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [54:44, 01:01](945 MB) +PASS -- TEST 'conus13km_debug_intel' [54:44, 01:07](1039 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [54:35, 00:56](718 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [52:36, 00:23](1040 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [52:14, 01:12](1111 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [08:22, 07:41] ( 773 warnings 91 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [59:15, 01:17](977 MB) + +PASS -- COMPILE 'hafsw_intel' [20:36, 15:57] ( 1 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [56:25, 01:46](618 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [56:25, 01:22](968 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [56:23, 01:31](660 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [56:23, 02:10](697 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [56:11, 02:02](715 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [56:10, 01:02](392 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [56:11, 01:41](408 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [56:11, 01:29](298 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [56:07, 02:35](373 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [56:03, 01:27](418 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [55:44, 01:40](419 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [55:43, 01:33](487 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [55:21, 01:19](328 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [12:26, 07:56] ( 1449 warnings 1501 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [58:43, 01:43](502 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [31:55, 27:28] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [44:36, 01:44](533 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [44:36, 01:23](708 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [17:33, 13:20] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [58:03, 01:06](716 MB) + +PASS -- COMPILE 'hafs_all_intel' [30:49, 27:51] ( 7 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [41:50, 01:59](662 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [41:50, 01:49](642 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [41:48, 00:22](882 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [18:37, 15:13] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [51:42, 01:42](1823 MB) + +PASS -- COMPILE 'atml_intel' [28:45, 26:34] ( 8 warnings 2 remarks ) + +PASS -- COMPILE 'atml_debug_intel' [13:31, 12:34] ( 868 warnings 2 remarks ) + +PASS -- COMPILE 'atmaero_intel' [13:30, 12:30] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [50:43, 01:22](3027 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [50:09, 01:44](2908 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [50:01, 01:45](2919 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [07:20, 04:58] ( 870 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [50:49, 00:48](4435 MB) SYNOPSIS: -Starting Date/Time: 20240606 19:47:18 -Ending Date/Time: 20240606 21:29:34 -Total Time: 01h:42m:49s -Compiles Completed: 32/32 -Tests Completed: 155/155 +Starting Date/Time: 20240611 02:03:32 +Ending Date/Time: 20240611 03:36:57 +Total Time: 01h:34m:14s +Compiles Completed: 33/33 +Tests Completed: 156/156 NOTES: A file 'test_changes.list' was generated but is empty. diff --git a/tests/parm/diag_table/diag_additional_ldiag3d_ugwp b/tests/parm/diag_table/diag_additional_ldiag3d_ugwp new file mode 100644 index 0000000000..0391132f7a --- /dev/null +++ b/tests/parm/diag_table/diag_additional_ldiag3d_ugwp @@ -0,0 +1,38 @@ +# Diagnostic variables for Unified Gravity Wave Physics (UGWP) +"gfs_phys", "dws3dt_ogw", "dws3dt_ogw", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "dws3dt_obl", "dws3dt_obl", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "dws3dt_oss", "dws3dt_oss", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "dws3dt_ofd", "dws3dt_ofd", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "ldu3dt_ogw", "ldu3dt_ogw", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "ldu3dt_obl", "ldu3dt_obl", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "ldu3dt_oss", "ldu3dt_oss", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "ldu3dt_ofd", "ldu3dt_ofd", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "ldu3dt_ngw", "ldu3dt_ngw", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "ldv3dt_ngw", "ldv3dt_ngw", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "ldt3dt_ngw", "ldt3dt_ngw", "fv3_history2d", "all", .false., "none", 2 + +"gfs_phys", "dudt_ogw", "dudt_ogw", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "dvdt_ogw", "dvdt_ogw", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "dudt_obl", "dudt_obl", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "dvdt_obl", "dvdt_obl", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "dudt_oss", "dudt_oss", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "dvdt_oss", "dvdt_oss", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "dudt_ofd", "dudt_ofd", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "dvdt_ofd", "dvdt_ofd", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "du_ogwcol", "du_ogwcol", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "dv_ogwcol", "dv_ogwcol", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "du_oblcol", "du_oblcol", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "dv_oblcol", "dv_oblcol", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "du_osscol", "du_osscol", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "dv_osscol", "dv_osscol", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "du_ofdcol", "du_ofdcol", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "dv_ofdcol", "dv_ofdcol", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "du3_ogwcol", "du3_ogwcol", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "dv3_ogwcol", "dv3_ogwcol", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "du3_oblcol", "du3_oblcol", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "dv3_oblcol", "dv3_oblcol", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "du3_osscol", "du3_osscol", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "dv3_osscol", "dv3_osscol", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "du3_ofdcol", "du3_ofdcol", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "dv3_ofdcol", "dv3_ofdcol", "fv3_history2d", "all", .false., "none", 2 + diff --git a/tests/parm/docn_in.IN b/tests/parm/docn_in.IN index eaa7e413c5..dd399770dd 100644 --- a/tests/parm/docn_in.IN +++ b/tests/parm/docn_in.IN @@ -7,5 +7,5 @@ restfilm = "null" sst_constant_value = -1.0 skip_restart_read = true - import_data_fields = none + import_data_fields = "none" / diff --git a/tests/parm/global_dice.streams.IN b/tests/parm/global_dice.streams.IN new file mode 100644 index 0000000000..96929ec420 --- /dev/null +++ b/tests/parm/global_dice.streams.IN @@ -0,0 +1,15 @@ +stream_info: cplhist01 +taxmode01: extend +mapalgo01: bilinear +tInterpAlgo01: linear +readMode01: single +dtlimit01: 1.0E30 +stream_offset01: @[STREAM_OFFSET] +yearFirst01: @[SYEAR] +yearLast01: @[SYEAR] +yearAlign01: @[SYEAR] +stream_vectors01: null +stream_mesh_file01: "INPUT/@[MESH_ICE]" +stream_lev_dimname01: null +stream_data_files01: "@[stream_files_dice]" +stream_data_variables01: "iceImp_Si_ifrac Si_ifrac" "iceImp_Si_imask Si_imask" "iceImp_Faii_lat Faii_lat" "iceImp_Faii_sen Faii_sen" "iceImp_Faii_lwup Faii_lwup" "iceImp_Faii_evap Faii_evap" "iceImp_Faii_taux Faii_taux" "iceImp_Faii_tauy Faii_tauy" "iceImp_Si_vice Si_vice" "iceImp_Si_vsno Si_vsno" "iceImp_Si_t Si_t" "iceImp_Si_avsdr Si_avsdr" "iceImp_Si_avsdf Si_avsdf" "iceImp_Si_anidr Si_anidr" "iceImp_Si_anidf Si_anidf" diff --git a/tests/parm/global_dice_in.IN b/tests/parm/global_dice_in.IN new file mode 100644 index 0000000000..2b896b9ff8 --- /dev/null +++ b/tests/parm/global_dice_in.IN @@ -0,0 +1,13 @@ +&dice_nml + datamode = "@[ice_datamode]" + model_maskfile = "INPUT/@[MESH_ICE]" + model_meshfile = "INPUT/@[MESH_ICE]" + nx_global = @[ice_nx_global] + ny_global = @[ice_ny_global] + restfilm = "null" + flux_swpf = 0.0 + flux_Qmin = 0.0 + flux_Qacc = false + flux_Qacc0 = 0.0 + export_all = false +/ diff --git a/tests/parm/global_docn.streams.IN b/tests/parm/global_docn.streams.IN new file mode 100644 index 0000000000..0cacc9bbea --- /dev/null +++ b/tests/parm/global_docn.streams.IN @@ -0,0 +1,15 @@ +stream_info: cplhist01 +taxmode01: extend +mapalgo01: bilinear +tInterpAlgo01: linear +readMode01: single +dtlimit01: 1.0E30 +stream_offset01: @[STREAM_OFFSET] +yearFirst01: @[SYEAR] +yearLast01: @[SYEAR] +yearAlign01: @[SYEAR] +stream_vectors01: null +stream_mesh_file01: "INPUT/@[MESH_OCN]" +stream_lev_dimname01: null +stream_data_files01: "@[stream_files_docn]" +stream_data_variables01: "ocnImp_So_t So_t" "ocnImp_So_omask So_omask" diff --git a/tests/parm/global_docn_in.IN b/tests/parm/global_docn_in.IN new file mode 100644 index 0000000000..9d393a1ba7 --- /dev/null +++ b/tests/parm/global_docn_in.IN @@ -0,0 +1,12 @@ +&docn_nml + datamode = "@[ocn_datamode]" + model_maskfile = "INPUT/@[MESH_OCN]" + model_meshfile = "INPUT/@[MESH_OCN]" + nx_global = @[ocn_nx_global] + ny_global = @[ocn_ny_global] + restfilm = "null" + sst_constant_value = 273.15 + skip_restart_read = true + import_data_fields = "none" + export_all = false +/ diff --git a/tests/parm/ice_in.IN b/tests/parm/ice_in.IN index e0a29ecacb..75a8f5a33f 100644 --- a/tests/parm/ice_in.IN +++ b/tests/parm/ice_in.IN @@ -10,7 +10,7 @@ ndtd = 1 runtype = '@[CICE_RUNTYPE]' runid = '@[CICE_RUNID]' - ice_ic = 'cice_model.res.nc' + ice_ic = '@[CICE_ICE_IC]' restart = .true. restart_ext = .false. use_restart_time = @[CICE_USE_RESTART_TIME] @@ -385,3 +385,15 @@ &icefields_bgc_nml / + +&ice_prescribed_nml + prescribed_ice_mode = .@[CICE_PRESCRIBED]. + stream_yearfirst = @[SYEAR] + stream_yearlast = @[SYEAR] + stream_yearalign = @[SYEAR] + stream_varname = "ice_cov" + stream_meshfile = "INPUT/@[MESH_DICE]" + stream_datafiles = "@[stream_files_dice]" + stream_mapalgo = "bilinear" + stream_taxmode = "extend" +/ diff --git a/tests/parm/input_global_nest.nml.IN b/tests/parm/input_global_nest.nml.IN new file mode 100644 index 0000000000..affbb2af94 --- /dev/null +++ b/tests/parm/input_global_nest.nml.IN @@ -0,0 +1,396 @@ +&atmos_model_nml + blocksize = 32 + chksum_debug = .false. + dycore_only = .false. + ccpp_suite = "@[CCPP_SUITE]" + +/ + +&diag_manager_nml + prepend_date = .false. + max_output_fields = @[MAX_OUTPUT_FIELDS] + +/ + +&fms_nml + clock_grain = 'ROUTINE' + domains_stack_size = @[DOMAINS_STACK_SIZE] + print_memory_usage = .false. + +/ + +&fms2_io_nml + netcdf_default_format = "netcdf4" +/ + +&fv_core_nml + layout = @[INPES_NEST02],@[JNPES_NEST02] + io_layout = 1,1 + npx = @[NPX_NEST02] + npy = @[NPY_NEST02] + ntiles = 1 + npz = @[NPZ] + dz_min = @[DZ_MIN] + psm_bc = @[PSM_BC_NEST02] + grid_type = 0 + make_nh = @[MAKE_NH] + fv_debug = .false. + range_warn = .true. + reset_eta = .false. + n_sponge = @[N_SPONGE] + n_zs_filter = @[N_ZS_FILTER_NEST02] + nudge_qv = .false. + nudge_dz = .false. + tau = @[FV_CORE_TAU_NEST02] + rf_cutoff = @[RF_CUTOFF_NEST02] + rf_fast = @[RF_FAST] + sg_cutoff = @[SG_CUTOFF] + upoff = @[UPOFF] + d2_bg_k1 = @[D2_BG_K1_NEST02] + d2_bg_k2 = @[D2_BG_K2_NEST02] + kord_tm = -9 + kord_mt = 9 + kord_wz = 9 + kord_tr = 9 + hydrostatic = .false. + phys_hydrostatic = .false. + use_hydro_pressure = .false. + beta = 0. + a_imp = 1. + p_fac = 0.1 + k_split = 4 + n_split = 5 + nwat = @[NWAT] + na_init = @[NA_INIT] + d_ext = @[D_EXT] + dnats = @[DNATS] + fv_sg_adj = @[FV_SG_ADJ] + d2_bg = @[D2_BG_NEST02] + nord = 2 + nord_zs_filter = @[NORD_ZS_FILTER] + dddmp = @[DDDMP] + d4_bg = @[D4_BG_NEST02] + vtdm4 = @[VTDM4] + delt_max = @[DELT_MAX_NEST02] + ke_bg = 0. + do_vort_damp = .true. + external_ic = @[EXTERNAL_IC] + external_eta = .true. + gfs_phil = .false. + nggps_ic = @[NGGPS_IC] + mountain = @[MOUNTAIN] + ncep_ic = .false. + d_con = @[D_CON] + hord_mt = @[HORD_MT_NEST02] + hord_vt = @[HORD_VT_NEST02] + hord_tm = @[HORD_TM_NEST02] + hord_dp = @[HORD_DP_NEST02] + hord_tr = @[HORD_TR_NEST02] + adjust_dry_mass = .false. + dry_mass = @[DRY_MASS] + consv_te = @[CONSV_TE_NEST02] + do_sat_adj = @[DO_SAT_ADJ] + fast_tau_w_sec = @[FAST_TAU_W_SEC_NEST02] + consv_am = .false. + fill = .true. + dwind_2d = .false. + print_freq = 6 + warm_start = @[WARM_START] + no_dycore = .false. + z_tracer = .true. + agrid_vel_rst = .true. + read_increment = @[READ_INCREMENT] + res_latlon_dynamics = @[RES_LATLON_DYNAMICS] + nested = @[NESTED] + twowaynest = @[TWOWAYNEST02] + nestupdate = 7 +/ + +&external_ic_nml + filtered_terrain = .true. + levp = 128 + gfs_dwinds = .true. + checker_tr = .false. + nt_checker = 0 + +/ + +&surf_map_nml + cd2 = -1 + cd4 = 0.15 + max_slope = 0.15 + n_del2_strong = @[N_DEL2_STRONG] + n_del2_weak = @[N_DEL2_WEAK_NEST02] + n_del4 = @[N_DEL4] + peak_fac = @[PEAK_FAC] + zero_ocean = @[ZERO_OCEAN] +/ + +&gfs_physics_nml + fhzero = @[FHZERO] + h2o_phys = @[H2O_PHYS] + ldiag3d = @[LDIAG3D] + qdiag3d = @[QDIAG3D] + lightning_threat = @[LIGHTNING_THREAT] + print_diff_pgr = @[PRINT_DIFF_PGR] + fhcyc = @[FHCYC] + use_ufo = .true. + pre_rad = .false. + imp_physics = @[IMP_PHYSICS] + iovr = @[IOVR] + lcnorm = @[LCNORM] + ltaerosol = .true. + lradar = .true. + ttendlim = -999 + dt_inner = @[DT_INNER] + sedi_semi = @[SEDI_SEMI] + decfl = @[DECFL] + oz_phys = @[OZ_PHYS_NEW] + oz_phys_2015 = @[OZ_PHYS_OLD] + lsoil_lsm = @[LSOIL_LSM] + do_ca = @[DO_CA] + do_mynnedmf = @[DO_MYNNEDMF] + do_mynnsfclay = @[DO_MYNNSFCLAY] + icloud_bl = 1 + bl_mynn_edmf = 1 + bl_mynn_tkeadvect = @[BL_MYNN_TKEADVECT] + bl_mynn_edmf_mom = 1 + do_ugwp = @[DO_UGWP] + do_tofd = @[DO_TOFD] + gwd_opt = @[GWD_OPT] + do_ugwp_v0 = @[DO_UGWP_V0] + do_ugwp_v1 = @[DO_UGWP_V1] + do_ugwp_v0_orog_only = @[DO_UGWP_V0_OROG_ONLY] + do_ugwp_v0_nst_only = @[DO_UGWP_V0_NST_ONLY] + do_gsl_drag_ls_bl = @[DO_GSL_DRAG_LS_BL] + do_gsl_drag_ss = @[DO_GSL_DRAG_SS] + do_gsl_drag_tofd = @[DO_GSL_DRAG_TOFD] + do_ugwp_v1_orog_only = @[DO_UGWP_V1_OROG_ONLY] + do_ugwp_v1_w_gsldrag = @[DO_UGWP_V1_W_GSLDRAG] + min_lakeice = @[MIN_LAKEICE] + min_seaice = @[MIN_SEAICE] + use_cice_alb = @[USE_CICE_ALB] + pdfcld = .false. + fhswr = @[FHSWR] + fhlwr = @[FHLWR] + ialb = @[IALB] + iems = @[IEMS] + iaer = @[IAER] + icliq_sw = @[ICLIQ_SW] + ico2 = 2 + isubc_sw = 2 + isubc_lw = 2 + isol = 2 + lwhtr = .true. + swhtr = .true. + cnvgwd = @[CNVGWD_NEST02] + shal_cnv = @[SHAL_CNV] + cal_pre = .false. + redrag = .true. + dspheat = .true. + hybedmf = @[HYBEDMF] + satmedmf = @[SATMEDMF] + isatmedmf = @[ISATMEDMF] + lheatstrg = @[LHEATSTRG] + lseaspray = @[LSEASPRAY] + random_clds = @[RANDOM_CLDS] + trans_trac = .true. + cnvcld = @[CNVCLD] + imfshalcnv = @[IMFSHALCNV_NEST02] + imfdeepcnv = @[IMFDEEPCNV_NEST02] + do_deep = @[DO_DEEP_NEST02] + ! NOTE: progsigma should be .true. for the global_nest_v1 suite. + ! The code turns it off automatically at low resolutions. + ! This leads to an erronious situation where it is off for the globe, but on for the nest. + ! Hence, we turn it off manually, to avoid advecting a field of 0 from the nest boundary. + ! For practical global resolutions (C384 or higher) it should be turned on. + progsigma = @[PROGSIGMA_NEST02] + betascu = @[BETASCU_NEST02] + betamcu = @[BETAMCU_NEST02] + betadcu = @[BETADCU_NEST02] + ras = @[RAS] + cdmbgwd = @[CDMBWD] + prslrd0 = 0. + ivegsrc = 1 + isot = 1 + lsoil = 4 + lsm = @[LSM] + iopt_dveg = @[IOPT_DVEG] + iopt_crs = @[IOPT_CRS] + iopt_btr = 1 + iopt_run = 1 + iopt_sfc = @[IOPT_SFC] + iopt_frz = 1 + iopt_inf = 1 + iopt_rad = @[IOPT_RAD] + iopt_alb = @[IOPT_ALB] + iopt_snf = 4 + iopt_tbot = 2 + iopt_stc = @[IOPT_STC] + iopt_trs = @[IOPT_TRS] + iopt_diag = @[IOPT_DIAG] + debug = .false. + nstf_name = @[NSTF_NAME] + nst_anl = .true. + psautco = 0.0008,0.0005 + prautco = 0.00015,0.00015 + lgfdlmprad = @[LGFDLMPRAD] + effr_in = @[EFFR_IN] + ldiag_ugwp = @[LDIAG_UGWP] + do_RRTMGP = @[DO_RRTMGP] + active_gases = 'h2o_co2_o3_n2o_ch4_o2' + ngases = @[NGASES] + lw_file_gas = 'rrtmgp-data-lw-g128-210809.nc' + lw_file_clouds = 'rrtmgp-cloud-optics-coeffs-lw.nc' + sw_file_gas = 'rrtmgp-data-sw-g112-210809.nc' + sw_file_clouds = 'rrtmgp-cloud-optics-coeffs-sw.nc' + rrtmgp_nGptsSW = 112 + rrtmgp_nGptsLW = 128 + rrtmgp_nBandsLW = 16 + rrtmgp_nBandsSW = 14 + doGP_cldoptics_LUT = @[DOGP_CLDOPTICS_LUT] + doGP_lwscat = @[DOGP_LWSCAT] + do_sppt = @[DO_SPPT] + do_shum = @[DO_SHUM] + do_skeb = @[DO_SKEB] + frac_grid = @[FRAC_GRID] + cplchm = @[CPLCHM] + cplflx = @[CPLFLX] + cplice = @[CPLICE] + cplwav = @[CPLWAV] + cplwav2atm = @[CPLWAV2ATM] +/ + +&cires_ugwp_nml + knob_ugwp_solver = 2 + knob_ugwp_source = 1,1,0,0 + knob_ugwp_wvspec = 1,25,25,25 + knob_ugwp_azdir = 2,4,4,4 + knob_ugwp_stoch = 0,0,0,0 + knob_ugwp_effac = 1,1,1,1 + knob_ugwp_doaxyz = 1 + knob_ugwp_doheat = 1 + knob_ugwp_dokdis = @[KNOB_UGWP_DOKDIS] + knob_ugwp_ndx4lh = @[KNOB_UGWP_NDX4LH] + knob_ugwp_version = @[KNOB_UGWP_VERSION] + knob_ugwp_palaunch = @[KNOB_UGWP_PALAUNCH] + knob_ugwp_nslope = @[KNOB_UGWP_NSLOPE] + knob_ugwp_lzmax = 15.750e3 + knob_ugwp_lzmin = 0.75e3 + knob_ugwp_lzstar = 2.0e3 + knob_ugwp_taumin = 0.25e-3 + knob_ugwp_tauamp = @[KNOB_UGWP_TAUAMP] + knob_ugwp_lhmet = 200.0e3 + knob_ugwp_orosolv = 'pss-1986' +/ + +&gfdl_cloud_microphysics_nml + sedi_transport = .true. + do_sedi_heat = .false. + rad_snow = .true. + rad_graupel = .true. + rad_rain = .true. + const_vi = .false. + const_vs = .false. + const_vg = .false. + const_vr = .false. + vi_max = 1. + vs_max = 2. + vg_max = 12. + vr_max = 12. + qi_lim = 1. + prog_ccn = .false. + do_qa = .true. + fast_sat_adj = .true. + tau_l2v = 225. + tau_v2l = 150. + tau_g2v = 900. + rthresh = 10.e-6 ! This is a key parameter for cloud water + dw_land = 0.16 + dw_ocean = 0.10 + ql_gen = 1.0e-3 + ql_mlt = 1.0e-3 + qi0_crt = 8.0E-5 + qs0_crt = 1.0e-3 + tau_i2s = 1000. + c_psaci = 0.05 + c_pgacs = 0.01 + rh_inc = 0.30 + rh_inr = 0.30 + rh_ins = 0.30 + ccn_l = 300. + ccn_o = 100. + c_paut = 0.5 + c_cracw = 0.8 + use_ppm = .false. + use_ccn = .true. + mono_prof = .true. + z_slope_liq = .true. + z_slope_ice = .true. + de_ice = .false. + fix_negative = .true. + icloud_f = 1 + mp_time = 150. + reiflag = 2 + + +/ + +&interpolator_nml + interp_method = 'conserve_great_circle' + +/ + +&namsfc + FNGLAC = @[FNGLAC] + FNMXIC = @[FNMXIC] + FNTSFC = @[FNTSFC] + FNSNOC = @[FNSNOC] + FNZORC = @[FNZORC] + FNALBC = @[FNALBC] + FNALBC2 = @[FNALBC2] + FNAISC = @[FNAISC] + FNTG3C = @[FNTG3C] + FNVEGC = @[FNVEGC] + FNVETC = @[FNVETC] + FNSOTC = @[FNSOTC] + FNSOCC = @[FNSOCC] + FNSMCC = @[FNSMCC] + FNMSKH = @[FNMSKH] + FNTSFA = @[FNTSFA] + FNACNA = @[FNACNA] + FNSNOA = @[FNSNOA] + FNVMNC = @[FNVMNC] + FNVMXC = @[FNVMXC] + FNSLPC = @[FNSLPC] + FNABSC = @[FNABSC] + LDEBUG = .false. + FSMCL(2) = 99999 + FSMCL(3) = 99999 + FSMCL(4) = 99999 + LANDICE = @[LANDICE] + FTSFS = @[FTSFS] + FAISL = 99999 + FAISS = 99999 + FSNOL = 99999 + FSNOS = 99999 + FSICL = @[FSICL] + FSICS = @[FSICS] + FTSFL = 99999 + FVETL = 99999 + FSOTL = 99999 + FvmnL = 99999 + FvmxL = 99999 + FSLPL = 99999 + FABSL = 99999 + +/ + +&fv_grid_nml + +/ + +&nam_stochy +/ +&nam_sfcperts +/ diff --git a/tests/parm/input_global_parent.nml.IN b/tests/parm/input_global_parent.nml.IN new file mode 100644 index 0000000000..2027367087 --- /dev/null +++ b/tests/parm/input_global_parent.nml.IN @@ -0,0 +1,406 @@ +&atmos_model_nml + blocksize = @[BLOCKSIZE] + chksum_debug = .false. + dycore_only = .false. + ccpp_suite = "@[CCPP_SUITE]" + +/ + +&diag_manager_nml + prepend_date = .false. + max_output_fields = @[MAX_OUTPUT_FIELDS] + +/ + +&fms_nml + clock_grain = 'ROUTINE' + domains_stack_size = @[DOMAINS_STACK_SIZE] + print_memory_usage = .false. + +/ + +&fms2_io_nml + netcdf_default_format = "netcdf4" +/ + +&fv_core_nml + layout = @[INPES],@[JNPES] + io_layout = 1,1 + npx = @[NPX] + npy = @[NPY] + ntiles = @[NTILES] + npz = @[NPZ] + dz_min = @[DZ_MIN] + grid_type = 0 + make_nh = @[MAKE_NH] + fv_debug = .false. + range_warn = .true. + reset_eta = .false. + n_sponge = @[N_SPONGE] + n_zs_filter = @[N_ZS_FILTER] + nudge_qv = .false. + nudge_dz = .false. + tau = @[FV_CORE_TAU] + rf_cutoff = @[RF_CUTOFF] + rf_fast = @[RF_FAST] + sg_cutoff = @[SG_CUTOFF] + upoff = @[UPOFF] + d2_bg_k1 = @[D2_BG_K1] + d2_bg_k2 = @[D2_BG_K2] + kord_tm = -9 + kord_mt = 9 + kord_wz = 9 + kord_tr = 9 + hydrostatic = .false. + phys_hydrostatic = .false. + use_hydro_pressure = .false. + beta = 0. + a_imp = 1. + p_fac = 0.1 + k_split = 1 + n_split = 5 + nwat = @[NWAT] + na_init = @[NA_INIT] + d_ext = @[D_EXT] + dnats = @[DNATS] + fv_sg_adj = @[FV_SG_ADJ] + d2_bg = @[D2_BG] + nord = 2 + nord_zs_filter = @[NORD_ZS_FILTER] + dddmp = @[DDDMP] + d4_bg = @[D4_BG] + vtdm4 = @[VTDM4] + delt_max = @[DELT_MAX] + ke_bg = 0. + do_vort_damp = .true. + external_ic = @[EXTERNAL_IC] + external_eta = .true. + gfs_phil = .false. + nggps_ic = @[NGGPS_IC] + mountain = @[MOUNTAIN] + ncep_ic = .false. + d_con = @[D_CON] + hord_mt = @[HORD_MT] + hord_vt = @[HORD_VT] + hord_tm = @[HORD_TM] + hord_dp = @[HORD_DP] + hord_tr = @[HORD_TR] + adjust_dry_mass = .false. + dry_mass = @[DRY_MASS] + consv_te = @[CONSV_TE] + do_sat_adj = @[DO_SAT_ADJ] + fast_tau_w_sec = @[FAST_TAU_W_SEC] + consv_am = .false. + fill = .true. + dwind_2d = .false. + print_freq = 6 + warm_start = @[WARM_START] + no_dycore = .false. + z_tracer = .true. + agrid_vel_rst = .true. + read_increment = @[READ_INCREMENT] + res_latlon_dynamics = @[RES_LATLON_DYNAMICS] + do_schmidt = .true. + target_lat = @[TARGET_LAT] + target_lon = @[TARGET_LON] + stretch_fac = 1.0001 +/ + +&external_ic_nml + filtered_terrain = .true. + levp = 128 + gfs_dwinds = .true. + checker_tr = .false. + nt_checker = 0 + +/ + +&surf_map_nml + cd2 = -1 + cd4 = 0.15 + max_slope = 0.15 + n_del2_strong = @[N_DEL2_STRONG] + n_del2_weak = @[N_DEL2_WEAK] + n_del4 = @[N_DEL4] + peak_fac = @[PEAK_FAC] + zero_ocean = @[ZERO_OCEAN] +/ + +&gfs_physics_nml + fhzero = @[FHZERO] + h2o_phys = @[H2O_PHYS] + ldiag3d = @[LDIAG3D] + qdiag3d = @[QDIAG3D] + lightning_threat = @[LIGHTNING_THREAT] + print_diff_pgr = @[PRINT_DIFF_PGR] + fhcyc = @[FHCYC] + use_ufo = .true. + pre_rad = .false. + imp_physics = @[IMP_PHYSICS] + iovr = @[IOVR] + lcnorm = @[LCNORM] + ltaerosol = .true. + lradar = .true. + ttendlim = -999 + dt_inner = @[DT_INNER] + sedi_semi = @[SEDI_SEMI] + decfl = @[DECFL] + oz_phys = @[OZ_PHYS_NEW] + oz_phys_2015 = @[OZ_PHYS_OLD] + lsoil_lsm = @[LSOIL_LSM] + do_mynnedmf = @[DO_MYNNEDMF] + do_mynnsfclay = @[DO_MYNNSFCLAY] + icloud_bl = 1 + bl_mynn_edmf = 1 + bl_mynn_tkeadvect = @[BL_MYNN_TKEADVECT] + bl_mynn_edmf_mom = 1 + do_ugwp = @[DO_UGWP] + do_tofd = @[DO_TOFD] + do_ca = @[DO_CA] + gwd_opt = @[GWD_OPT] + do_ugwp_v0 = @[DO_UGWP_V0] + do_ugwp_v1 = @[DO_UGWP_V1] + do_ugwp_v0_orog_only = @[DO_UGWP_V0_OROG_ONLY] + do_ugwp_v0_nst_only = @[DO_UGWP_V0_NST_ONLY] + do_gsl_drag_ls_bl = @[DO_GSL_DRAG_LS_BL] + do_gsl_drag_ss = @[DO_GSL_DRAG_SS] + do_gsl_drag_tofd = @[DO_GSL_DRAG_TOFD] + do_ugwp_v1_orog_only = @[DO_UGWP_V1_OROG_ONLY] + do_ugwp_v1_w_gsldrag = @[DO_UGWP_V1_W_GSLDRAG] + min_lakeice = @[MIN_LAKEICE] + min_seaice = @[MIN_SEAICE] + use_cice_alb = @[USE_CICE_ALB] + pdfcld = .false. + fhswr = @[FHSWR] + fhlwr = @[FHLWR] + ialb = @[IALB] + iems = @[IEMS] + iaer = @[IAER] + icliq_sw = @[ICLIQ_SW] + ico2 = 2 + isubc_sw = 2 + isubc_lw = 2 + isol = 2 + lwhtr = .true. + swhtr = .true. + cnvgwd = @[CNVGWD] + shal_cnv = @[SHAL_CNV] + cal_pre = .false. + redrag = .true. + dspheat = .true. + hybedmf = @[HYBEDMF] + satmedmf = @[SATMEDMF] + isatmedmf = @[ISATMEDMF] + lheatstrg = @[LHEATSTRG] + lseaspray = @[LSEASPRAY] + random_clds = @[RANDOM_CLDS] + trans_trac = .true. + cnvcld = @[CNVCLD] + imfshalcnv = @[IMFSHALCNV] + imfdeepcnv = @[IMFDEEPCNV] + do_deep = @[DO_DEEP] + ! NOTE: progsigma should be .true. for the global_nest_v1 suite. + ! The code turns it off automatically at low resolutions. + ! This leads to an erronious situation where it is off for the globe, but on for the nest. + ! Hence, we turn it off manually, to avoid advecting a field of 0 from the nest boundary. + ! For practical resolutions (C384 globe or larger), it would be on. + progsigma = @[PROGSIGMA] + betascu = @[BETASCU] + betamcu = @[BETAMCU] + betadcu = @[BETADCU] + ras = @[RAS] + cdmbgwd = @[CDMBWD_NEST02] + prslrd0 = 0. + ivegsrc = 1 + isot = 1 + lsoil = 4 + lsm = @[LSM] + iopt_dveg = @[IOPT_DVEG] + iopt_crs = @[IOPT_CRS] + iopt_btr = 1 + iopt_run = 1 + iopt_sfc = @[IOPT_SFC] + iopt_frz = 1 + iopt_inf = 1 + iopt_rad = @[IOPT_RAD] + iopt_alb = @[IOPT_ALB] + iopt_snf = 4 + iopt_tbot = 2 + iopt_stc = @[IOPT_STC] + iopt_trs = @[IOPT_TRS] + iopt_diag = @[IOPT_DIAG] + debug = .false. + nstf_name = @[NSTF_NAME] + nst_anl = .true. + psautco = 0.0008,0.0005 + prautco = 0.00015,0.00015 + lgfdlmprad = @[LGFDLMPRAD] + effr_in = @[EFFR_IN] + ldiag_ugwp = @[LDIAG_UGWP] + do_RRTMGP = @[DO_RRTMGP] + active_gases = 'h2o_co2_o3_n2o_ch4_o2' + ngases = @[NGASES] + lw_file_gas = 'rrtmgp-data-lw-g128-210809.nc' + lw_file_clouds = 'rrtmgp-cloud-optics-coeffs-lw.nc' + sw_file_gas = 'rrtmgp-data-sw-g112-210809.nc' + sw_file_clouds = 'rrtmgp-cloud-optics-coeffs-sw.nc' + rrtmgp_nGptsSW = 112 + rrtmgp_nGptsLW = 128 + rrtmgp_nBandsLW = 16 + rrtmgp_nBandsSW = 14 + doGP_cldoptics_LUT = @[DOGP_CLDOPTICS_LUT] + doGP_lwscat = @[DOGP_LWSCAT] + do_sppt = @[DO_SPPT] + do_shum = @[DO_SHUM] + do_skeb = @[DO_SKEB] + frac_grid = @[FRAC_GRID] + cplchm = @[CPLCHM] + cplflx = @[CPLFLX] + cplice = @[CPLICE] + cplwav = @[CPLWAV] + cplwav2atm = @[CPLWAV2ATM] +/ + +&fv_nest_nml + grid_pes = @[GRID_PES] + tile_coarse = @[TILE_COARSE] + num_tile_top = @[NUM_TILE_TOP] + p_split = 1 + nest_refine = @[NEST_REFINE] + nest_ioffsets = @[NEST_IOFFSETS] + nest_joffsets = @[NEST_JOFFSETS] +/ + +&cires_ugwp_nml + knob_ugwp_solver = 2 + knob_ugwp_source = 1,1,0,0 + knob_ugwp_wvspec = 1,25,25,25 + knob_ugwp_azdir = 2,4,4,4 + knob_ugwp_stoch = 0,0,0,0 + knob_ugwp_effac = 1,1,1,1 + knob_ugwp_doaxyz = 1 + knob_ugwp_doheat = 1 + knob_ugwp_dokdis = @[KNOB_UGWP_DOKDIS] + knob_ugwp_ndx4lh = @[KNOB_UGWP_NDX4LH] + knob_ugwp_version = @[KNOB_UGWP_VERSION] + knob_ugwp_palaunch = @[KNOB_UGWP_PALAUNCH] + knob_ugwp_nslope = @[KNOB_UGWP_NSLOPE] + knob_ugwp_lzmax = 15.750e3 + knob_ugwp_lzmin = 0.75e3 + knob_ugwp_lzstar = 2.0e3 + knob_ugwp_taumin = 0.25e-3 + knob_ugwp_tauamp = @[KNOB_UGWP_TAUAMP_NEST02] + knob_ugwp_lhmet = 200.0e3 + knob_ugwp_orosolv = 'pss-1986' +/ + +&gfdl_cloud_microphysics_nml + sedi_transport = .true. + do_sedi_heat = .false. + rad_snow = .true. + rad_graupel = .true. + rad_rain = .true. + const_vi = .false. + const_vs = .false. + const_vg = .false. + const_vr = .false. + vi_max = 1. + vs_max = 2. + vg_max = 12. + vr_max = 12. + qi_lim = 1. + prog_ccn = .false. + do_qa = .true. + fast_sat_adj = .true. + tau_l2v = 225. + tau_v2l = 150. + tau_g2v = 900. + rthresh = 10.e-6 ! This is a key parameter for cloud water + dw_land = 0.16 + dw_ocean = 0.10 + ql_gen = 1.0e-3 + ql_mlt = 1.0e-3 + qi0_crt = 8.0E-5 + qs0_crt = 1.0e-3 + tau_i2s = 1000. + c_psaci = 0.05 + c_pgacs = 0.01 + rh_inc = 0.30 + rh_inr = 0.30 + rh_ins = 0.30 + ccn_l = 300. + ccn_o = 100. + c_paut = 0.5 + c_cracw = 0.8 + use_ppm = .false. + use_ccn = .true. + mono_prof = .true. + z_slope_liq = .true. + z_slope_ice = .true. + de_ice = .false. + fix_negative = .true. + icloud_f = 1 + mp_time = 150. + reiflag = 2 + + +/ + +&interpolator_nml + interp_method = 'conserve_great_circle' + +/ + +&namsfc + FNGLAC = @[FNGLAC] + FNMXIC = @[FNMXIC] + FNTSFC = @[FNTSFC] + FNSNOC = @[FNSNOC] + FNZORC = @[FNZORC] + FNALBC = @[FNALBC] + FNALBC2 = @[FNALBC2] + FNAISC = @[FNAISC] + FNTG3C = @[FNTG3C] + FNVEGC = @[FNVEGC] + FNVETC = @[FNVETC] + FNSOTC = @[FNSOTC] + FNSOCC = @[FNSOCC] + FNSMCC = @[FNSMCC] + FNMSKH = @[FNMSKH] + FNTSFA = @[FNTSFA] + FNACNA = @[FNACNA] + FNSNOA = @[FNSNOA] + FNVMNC = @[FNVMNC] + FNVMXC = @[FNVMXC] + FNSLPC = @[FNSLPC] + FNABSC = @[FNABSC] + LDEBUG = .false. + FSMCL(2) = 99999 + FSMCL(3) = 99999 + FSMCL(4) = 99999 + LANDICE = @[LANDICE] + FTSFS = @[FTSFS] + FAISL = 99999 + FAISS = 99999 + FSNOL = 99999 + FSNOS = 99999 + FSICL = @[FSICL] + FSICS = @[FSICS] + FTSFL = 99999 + FVETL = 99999 + FSOTL = 99999 + FvmnL = 99999 + FvmxL = 99999 + FSLPL = 99999 + FABSL = 99999 + +/ + +&fv_grid_nml + +/ + +&nam_stochy +/ +&nam_sfcperts +/ diff --git a/tests/parm/model_configure_gnv1.IN b/tests/parm/model_configure_gnv1.IN new file mode 100644 index 0000000000..55d10df6d2 --- /dev/null +++ b/tests/parm/model_configure_gnv1.IN @@ -0,0 +1,53 @@ +start_year: @[SYEAR] +start_month: @[SMONTH] +start_day: @[SDAY] +start_hour: @[SHOUR] +start_minute: 0 +start_second: 0 +nhours_fcst: @[FHMAX] +fhrot: @[FHROT] + +dt_atmos: @[DT_ATMOS] +restart_interval: @[RESTART_INTERVAL] + +quilting: @[QUILTING] +quilting_restart: @[QUILTING_RESTART] +write_groups: @[WRITE_GROUP] +write_tasks_per_group: @[WRTTASK_PER_GROUP] +itasks: @[ITASKS] +output_history: @[OUTPUT_HISTORY] +history_file_on_native_grid: @[HISTORY_FILE_ON_NATIVE_GRID] +write_dopost: @[WRITE_DOPOST] +write_nsflip: @[WRITE_NSFLIP] +num_files: @[NUM_FILES] +filename_base: @[FILENAME_BASE] +output_grid: @[OUTPUT_GRID] +output_file: @[OUTPUT_FILE] +zstandard_level: @[ZSTANDARD_LEVEL] +ideflate: @[IDEFLATE] +quantize_mode: 'quantize_bitround' +quantize_nsd: @[QUANTIZE_NSD] +ichunk2d: @[ICHUNK2D] +jchunk2d: @[JCHUNK2D] +ichunk3d: @[ICHUNK3D] +jchunk3d: @[JCHUNK3D] +kchunk3d: @[KCHUNK3D] +imo: @[IMO] +jmo: @[JMO] +output_fh: @[OUTPUT_FH] +iau_offset: @[IAU_OFFSET] + +# Output settings for the nest. + +output_grid: @[OUTPUT_GRID_2] +imo: @[IMO_2] +jmo: @[JMO_2] +cen_lon: @[CEN_LON_2] +cen_lat: @[CEN_LAT_2] +lon1: @[LON1_2] +lat1: @[LAT1_2] +lon2: @[LON2_2] +lat2: @[LAT2_2] +dlon: @[DLON_2] +dlat: @[DLAT_2] + diff --git a/tests/parm/ufs.configure.s2s_esmf.IN b/tests/parm/ufs.configure.s2s_esmf.IN index bf17be2a5e..1b164f1e8b 100644 --- a/tests/parm/ufs.configure.s2s_esmf.IN +++ b/tests/parm/ufs.configure.s2s_esmf.IN @@ -97,6 +97,10 @@ MED_attributes:: coupling_mode = @[CPLMODE] pio_rearranger = @[pio_rearranger] ocean_albedo_limit = @[ocean_albedo_limit] + history_n_ice_inst = @[MED_history_n] + history_option_ice_inst = nhours + history_n_ocn_inst = @[MED_history_n] + history_option_ocn_inst = nhours :: ALLCOMP_attributes:: diff --git a/tests/rt.conf b/tests/rt.conf index adc2cb5344..adf8616a08 100644 --- a/tests/rt.conf +++ b/tests/rt.conf @@ -296,6 +296,12 @@ RUN | datm_cdeps_lnd_gswp3 | - wcoss2 RUN | datm_cdeps_lnd_era5 | - wcoss2 | baseline | RUN | datm_cdeps_lnd_era5_rst | - wcoss2 noaacloud | | datm_cdeps_lnd_era5 +### AMIP+ tests ### +COMPILE | atm_ds2s_docn_pcice | intel | -DAPP=ATM_DS2S-PCICE -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 | | fv3 | +RUN | atm_ds2s_docn_pcice | - noaacloud | baseline | +COMPILE | atm_ds2s_docn_dice | intel | -DAPP=ATM_DS2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 | - wcoss2 | fv3 | +RUN | atm_ds2s_docn_dice | - noaacloud wcoss2 | baseline | cpld_control_nowave_noaero_p8 + ### ATM-LND tests ### COMPILE | atml | intel | -DAPP=ATML -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,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 | | fv3 | RUN | control_p8_atmlnd_sbs | - noaacloud wcoss2 | baseline | diff --git a/tests/run_test.sh b/tests/run_test.sh index 4735a08c4d..e2dcb31196 100755 --- a/tests/run_test.sh +++ b/tests/run_test.sh @@ -312,6 +312,15 @@ if [[ ${DOCN_CDEPS} = 'true' ]]; then atparse < "${PATHRT}/parm/${DOCN_STREAM_CONFIGURE:-docn.streams.IN}" > docn.streams fi +if [[ ${DICE_CDEPS} = 'true' ]]; then + atparse < "${PATHRT}/parm/${DICE_IN_CONFIGURE:-dice_in.IN}" > dice_in + atparse < "${PATHRT}/parm/${DICE_STREAM_CONFIGURE:-dice.streams.IN}" > dice.streams +fi + +if [[ ${CICE_PRESCRIBED} = 'true' ]]; then + atparse < "${PATHRT}"/parm/ice_in.IN > ice_in +fi + if [[ ${CDEPS_INLINE} = 'true' ]]; then atparse < "${PATHRT}/parm/${CDEPS_INLINE_CONFIGURE:-stream.config.IN}" > stream.config fi diff --git a/tests/test_changes.list b/tests/test_changes.list index e47507de28..9a9f2072a5 100644 --- a/tests/test_changes.list +++ b/tests/test_changes.list @@ -1,37 +1,3 @@ -control_csawmg gnu -control_stochy gnu -control_ras gnu -control_p8 gnu -control_p8_ugwpv1 gnu -control_flake gnu -rap_control gnu -rap_decomp gnu -rap_2threads gnu -rap_restart gnu -rap_sfcdiff gnu -rap_sfcdiff_decomp gnu -rap_sfcdiff_restart gnu -hrrr_control gnu -hrrr_control_noqr gnu -hrrr_control_2threads gnu -hrrr_control_decomp gnu -hrrr_control_restart gnu -hrrr_control_restart_noqr gnu -rrfs_v1beta gnu -control_wam_debug gnu -rap_control_dyn32_phy32 gnu -hrrr_control_dyn32_phy32 gnu -rap_2threads_dyn32_phy32 gnu -hrrr_control_2threads_dyn32_phy32 gnu -hrrr_control_decomp_dyn32_phy32 gnu -rap_restart_dyn32_phy32 gnu -hrrr_control_restart_dyn32_phy32 gnu -conus13km_control gnu -conus13km_2threads gnu -conus13km_restart_mismatch gnu -rap_control_dyn64_phy32 gnu -cpld_control_p8 gnu -cpld_control_nowave_noaero_p8 gnu -cpld_debug_p8 gnu -cpld_control_pdlib_p8 gnu -datm_cdeps_control_cfsr gnu +atm_ds2s_docn_pcice intel +atm_ds2s_docn_dice intel +gnv1_nested intel diff --git a/tests/tests/atm_ds2s_docn_dice b/tests/tests/atm_ds2s_docn_dice new file mode 100644 index 0000000000..79d81894cf --- /dev/null +++ b/tests/tests/atm_ds2s_docn_dice @@ -0,0 +1,121 @@ +# +# atm_ds2s_docn_dice P8 test +# + +export TEST_DESCR="AMIP+ FV3-CCPP-CDEPS_DOCN-CDEPS_DICE system" + +export CNTL_DIR=atm_ds2s_docn_dice + +export LIST_FILES="sfcf021.tile1.nc \ + sfcf021.tile2.nc \ + sfcf021.tile3.nc \ + sfcf021.tile4.nc \ + sfcf021.tile5.nc \ + sfcf021.tile6.nc \ + atmf021.tile1.nc \ + atmf021.tile2.nc \ + atmf021.tile3.nc \ + atmf021.tile4.nc \ + atmf021.tile5.nc \ + atmf021.tile6.nc \ + sfcf024.tile1.nc \ + sfcf024.tile2.nc \ + sfcf024.tile3.nc \ + sfcf024.tile4.nc \ + sfcf024.tile5.nc \ + sfcf024.tile6.nc \ + atmf024.tile1.nc \ + atmf024.tile2.nc \ + atmf024.tile3.nc \ + atmf024.tile4.nc \ + atmf024.tile5.nc \ + atmf024.tile6.nc \ + RESTART/20210323.060000.coupler.res \ + RESTART/20210323.060000.fv_core.res.nc \ + RESTART/20210323.060000.fv_core.res.tile1.nc \ + RESTART/20210323.060000.fv_core.res.tile2.nc \ + RESTART/20210323.060000.fv_core.res.tile3.nc \ + RESTART/20210323.060000.fv_core.res.tile4.nc \ + RESTART/20210323.060000.fv_core.res.tile5.nc \ + RESTART/20210323.060000.fv_core.res.tile6.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc \ + RESTART/20210323.060000.fv_tracer.res.tile1.nc \ + RESTART/20210323.060000.fv_tracer.res.tile2.nc \ + RESTART/20210323.060000.fv_tracer.res.tile3.nc \ + RESTART/20210323.060000.fv_tracer.res.tile4.nc \ + RESTART/20210323.060000.fv_tracer.res.tile5.nc \ + RESTART/20210323.060000.fv_tracer.res.tile6.nc \ + RESTART/20210323.060000.phy_data.tile1.nc \ + RESTART/20210323.060000.phy_data.tile2.nc \ + RESTART/20210323.060000.phy_data.tile3.nc \ + RESTART/20210323.060000.phy_data.tile4.nc \ + RESTART/20210323.060000.phy_data.tile5.nc \ + RESTART/20210323.060000.phy_data.tile6.nc \ + RESTART/20210323.060000.sfc_data.tile1.nc \ + RESTART/20210323.060000.sfc_data.tile2.nc \ + RESTART/20210323.060000.sfc_data.tile3.nc \ + RESTART/20210323.060000.sfc_data.tile4.nc \ + RESTART/20210323.060000.sfc_data.tile5.nc \ + RESTART/20210323.060000.sfc_data.tile6.nc \ + RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc" + +export_fv3 +export_cpl + +#Component settings +export CPLCHM=.false. +export DNATS=0 +export CPLWAV=.false. +export CPLWAV2ATM=.false. + +export FV3=true +export S2S=false +export AQM=false +export DOCN_CDEPS=true +export DICE_CDEPS=true +export CDEPS_INLINE=false +export ocn_model=docn +export ice_model=dice + +#task layout +export INPES=$INPES_cpl_dflt +export JNPES=$JNPES_cpl_dflt +export atm_omp_num_threads=$THRD_cpl_dflt +export WRTTASK_PER_GROUP=$WPG_cpl_dflt + +export WAV_tasks=0 + +#CDEPS settings +export ocn_datamode=cplhist +export DOCN_IN_CONFIGURE=global_docn_in.IN +export DOCN_STREAM_CONFIGURE=global_docn.streams.IN +export ice_datamode=cplhist +export DICE_IN_CONFIGURE=global_dice_in.IN +export DICE_STREAM_CONFIGURE=global_dice.streams.IN +export OCNRES=100 +export MESH_ICE=mesh.mx${OCNRES}.nc +export MESH_OCN=mesh.mx${OCNRES}.nc +export ocn_nx_global=360 +export ocn_ny_global=320 +export ice_nx_global=360 +export ice_ny_global=320 +export stream_files_docn=INPUT/ufs.cpld.cpl.hi.ocn.nc +export stream_files_dice=INPUT/ufs.cpld.cpl.hi.ice.nc +export STREAM_OFFSET=0 + +export RESTART_N=12 +export RESTART_INTERVAL="${RESTART_N} -1" +export OUTPUT_FH='0 21 24' + +export CCPP_SUITE=FV3_GFS_v17_coupled_p8 +export DIAG_TABLE=diag_table_gfsv16 +export FIELD_TABLE=field_table_thompson_noaero_tke +export INPUT_NML=global_control.nml.IN +export MODEL_CONFIGURE=model_configure.IN +export UFS_CONFIGURE=ufs.configure.s2s_esmf.IN +export FV3_RUN="cpld_control_run.IN cpld_docn_dice.IN" diff --git a/tests/tests/atm_ds2s_docn_pcice b/tests/tests/atm_ds2s_docn_pcice new file mode 100644 index 0000000000..fef8e3cdf3 --- /dev/null +++ b/tests/tests/atm_ds2s_docn_pcice @@ -0,0 +1,128 @@ +# +# atm_ds2s_docn_pcice P8 test +# + +export TEST_DESCR="AMIP+ FV3-CCPP-CDEPS_DOCN-CICE_icePrescribed system" + +export CNTL_DIR=atm_ds2s_docn_pcice + +export LIST_FILES="sfcf021.tile1.nc \ + sfcf021.tile2.nc \ + sfcf021.tile3.nc \ + sfcf021.tile4.nc \ + sfcf021.tile5.nc \ + sfcf021.tile6.nc \ + atmf021.tile1.nc \ + atmf021.tile2.nc \ + atmf021.tile3.nc \ + atmf021.tile4.nc \ + atmf021.tile5.nc \ + atmf021.tile6.nc \ + sfcf024.tile1.nc \ + sfcf024.tile2.nc \ + sfcf024.tile3.nc \ + sfcf024.tile4.nc \ + sfcf024.tile5.nc \ + sfcf024.tile6.nc \ + atmf024.tile1.nc \ + atmf024.tile2.nc \ + atmf024.tile3.nc \ + atmf024.tile4.nc \ + atmf024.tile5.nc \ + atmf024.tile6.nc \ + RESTART/20210323.060000.coupler.res \ + RESTART/20210323.060000.fv_core.res.nc \ + RESTART/20210323.060000.fv_core.res.tile1.nc \ + RESTART/20210323.060000.fv_core.res.tile2.nc \ + RESTART/20210323.060000.fv_core.res.tile3.nc \ + RESTART/20210323.060000.fv_core.res.tile4.nc \ + RESTART/20210323.060000.fv_core.res.tile5.nc \ + RESTART/20210323.060000.fv_core.res.tile6.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc \ + RESTART/20210323.060000.fv_tracer.res.tile1.nc \ + RESTART/20210323.060000.fv_tracer.res.tile2.nc \ + RESTART/20210323.060000.fv_tracer.res.tile3.nc \ + RESTART/20210323.060000.fv_tracer.res.tile4.nc \ + RESTART/20210323.060000.fv_tracer.res.tile5.nc \ + RESTART/20210323.060000.fv_tracer.res.tile6.nc \ + RESTART/20210323.060000.phy_data.tile1.nc \ + RESTART/20210323.060000.phy_data.tile2.nc \ + RESTART/20210323.060000.phy_data.tile3.nc \ + RESTART/20210323.060000.phy_data.tile4.nc \ + RESTART/20210323.060000.phy_data.tile5.nc \ + RESTART/20210323.060000.phy_data.tile6.nc \ + RESTART/20210323.060000.sfc_data.tile1.nc \ + RESTART/20210323.060000.sfc_data.tile2.nc \ + RESTART/20210323.060000.sfc_data.tile3.nc \ + RESTART/20210323.060000.sfc_data.tile4.nc \ + RESTART/20210323.060000.sfc_data.tile5.nc \ + RESTART/20210323.060000.sfc_data.tile6.nc \ + RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc" + +export_fv3 +export_cpl + +#Component settings +export CPLCHM=.false. +export DNATS=0 +export CPLWAV=.false. +export CPLWAV2ATM=.false. + +export FV3=true +export S2S=false +export AQM=false +export DOCN_CDEPS=true +export DICE_CDEPS=false +export CDEPS_INLINE=false +export ocn_model=docn +export ice_model=cice6 + +#task layout +export INPES=$INPES_cpl_dflt +export JNPES=$JNPES_cpl_dflt +export atm_omp_num_threads=$THRD_cpl_dflt +export WRTTASK_PER_GROUP=$WPG_cpl_dflt + +export WAV_tasks=0 + +#CDEPS docn settings +export ocn_datamode=sstdata +#export MESH_OCN=TX025_210327_ESMFmesh_py.nc +#export ocn_data="INPUT/oisst-avhrr-v02r01.202103.nc" +export MESH_OCN=e5.oper.an.mesh.nc +export ocn_data="INPUT/sst_siconc_skt.era5.20210321_20210331.nc" +export ocn_data_var=sst +export ocn_nx_global=1440 +export ocn_ny_global=721 +export DOCN_IN_CONFIGURE=docn_in.IN +export DOCN_STREAM_CONFIGURE=hafs_docn.streams.IN +export STREAM_OFFSET=0 + +#CICE ice prescribed settings - default res +#export OCNRES=100 +#export ICERES=1.00 +#export NX_GLB=360 +#export NY_GLB=320 +export CICE_RUNTYPE=initial +export CICE_ICE_IC=none +export CICE_PRESCRIBED=true +export stream_files_dice=$ocn_data +export MESH_DICE=$MESH_OCN +export eps_imesh=4.0e-1 + +export RESTART_N=12 +export RESTART_INTERVAL="${RESTART_N} -1" +export OUTPUT_FH='0 21 24' + +export CCPP_SUITE=FV3_GFS_v17_coupled_p8 +export DIAG_TABLE=diag_table_gfsv16 +export FIELD_TABLE=field_table_thompson_noaero_tke +export INPUT_NML=global_control.nml.IN +export MODEL_CONFIGURE=model_configure.IN +export UFS_CONFIGURE=ufs.configure.s2s_esmf.IN +export FV3_RUN="cpld_control_run.IN cpld_docn_pcice.IN" diff --git a/tests/tests/cpld_control_nowave_noaero_p8 b/tests/tests/cpld_control_nowave_noaero_p8 index a809e89cc2..0e33289f10 100644 --- a/tests/tests/cpld_control_nowave_noaero_p8 +++ b/tests/tests/cpld_control_nowave_noaero_p8 @@ -74,6 +74,7 @@ export_cpl export RESTART_N=12 export RESTART_INTERVAL="${RESTART_N} -1" export OUTPUT_FH='0 21 24' +export MED_history_n=1 export INPES=$INPES_cpl_dflt export JNPES=$JNPES_cpl_dflt diff --git a/tests/tests/gnv1_nested b/tests/tests/gnv1_nested index e4733994c9..a35fffedf5 100644 --- a/tests/tests/gnv1_nested +++ b/tests/tests/gnv1_nested @@ -4,221 +4,336 @@ # ############################################################################### -export TEST_DESCR="Compare HAFS global with 1 nest and atmosphere only global_nest_v1 physics results with previous trunk version" +export TEST_DESCR="Compare rotated C96 global with 1 nest and atmosphere only global_nest_v1 physics results with previous version" export CNTL_DIR=gnv1_nested -export LIST_FILES="atmf006.nc \ - sfcf006.nc \ - atm.nest02.f006.nc \ - sfc.nest02.f006.nc \ - RESTART/20200825.180000.coupler.res \ - RESTART/20200825.180000.fv_core.res.nc \ - RESTART/20200825.180000.fv_core.res.nest02.nc \ - RESTART/20200825.180000.fv_core.res.nest02.tile7.nc \ - RESTART/20200825.180000.fv_core.res.tile1.nc \ - RESTART/20200825.180000.fv_core.res.tile2.nc \ - RESTART/20200825.180000.fv_core.res.tile3.nc \ - RESTART/20200825.180000.fv_core.res.tile4.nc \ - RESTART/20200825.180000.fv_core.res.tile5.nc \ - RESTART/20200825.180000.fv_core.res.tile6.nc \ - RESTART/20200825.180000.fv_srf_wnd.res.nest02.tile7.nc \ - RESTART/20200825.180000.fv_srf_wnd.res.tile1.nc \ - RESTART/20200825.180000.fv_srf_wnd.res.tile2.nc \ - RESTART/20200825.180000.fv_srf_wnd.res.tile3.nc \ - RESTART/20200825.180000.fv_srf_wnd.res.tile4.nc \ - RESTART/20200825.180000.fv_srf_wnd.res.tile5.nc \ - RESTART/20200825.180000.fv_srf_wnd.res.tile6.nc \ - RESTART/20200825.180000.fv_tracer.res.nest02.tile7.nc \ - RESTART/20200825.180000.fv_tracer.res.tile1.nc \ - RESTART/20200825.180000.fv_tracer.res.tile2.nc \ - RESTART/20200825.180000.fv_tracer.res.tile3.nc \ - RESTART/20200825.180000.fv_tracer.res.tile4.nc \ - RESTART/20200825.180000.fv_tracer.res.tile5.nc \ - RESTART/20200825.180000.fv_tracer.res.tile6.nc \ - RESTART/20200825.180000.phy_data.nest02.tile7.nc \ - RESTART/20200825.180000.phy_data.tile1.nc \ - RESTART/20200825.180000.phy_data.tile2.nc \ - RESTART/20200825.180000.phy_data.tile3.nc \ - RESTART/20200825.180000.phy_data.tile4.nc \ - RESTART/20200825.180000.phy_data.tile5.nc \ - RESTART/20200825.180000.phy_data.tile6.nc \ - RESTART/20200825.180000.sfc_data.nest02.tile7.nc \ - RESTART/20200825.180000.sfc_data.tile1.nc \ - RESTART/20200825.180000.sfc_data.tile2.nc \ - RESTART/20200825.180000.sfc_data.tile3.nc \ - RESTART/20200825.180000.sfc_data.tile4.nc \ - RESTART/20200825.180000.sfc_data.tile5.nc \ - RESTART/20200825.180000.sfc_data.tile6.nc \ +export LIST_FILES="atmf002.nc \ + sfcf002.nc \ + atm.nest02.f002.nc \ + sfc.nest02.f002.nc \ + RESTART/20230224.010000.coupler.res \ + RESTART/20230224.010000.fv_core.res.nc \ + RESTART/20230224.010000.fv_core.res.nest02.nc \ + RESTART/20230224.010000.fv_core.res.nest02.tile7.nc \ + RESTART/20230224.010000.fv_core.res.tile1.nc \ + RESTART/20230224.010000.fv_core.res.tile2.nc \ + RESTART/20230224.010000.fv_core.res.tile3.nc \ + RESTART/20230224.010000.fv_core.res.tile4.nc \ + RESTART/20230224.010000.fv_core.res.tile5.nc \ + RESTART/20230224.010000.fv_core.res.tile6.nc \ + RESTART/20230224.010000.fv_srf_wnd.res.nest02.tile7.nc \ + RESTART/20230224.010000.fv_srf_wnd.res.tile1.nc \ + RESTART/20230224.010000.fv_srf_wnd.res.tile2.nc \ + RESTART/20230224.010000.fv_srf_wnd.res.tile3.nc \ + RESTART/20230224.010000.fv_srf_wnd.res.tile4.nc \ + RESTART/20230224.010000.fv_srf_wnd.res.tile5.nc \ + RESTART/20230224.010000.fv_srf_wnd.res.tile6.nc \ + RESTART/20230224.010000.fv_tracer.res.nest02.tile7.nc \ + RESTART/20230224.010000.fv_tracer.res.tile1.nc \ + RESTART/20230224.010000.fv_tracer.res.tile2.nc \ + RESTART/20230224.010000.fv_tracer.res.tile3.nc \ + RESTART/20230224.010000.fv_tracer.res.tile4.nc \ + RESTART/20230224.010000.fv_tracer.res.tile5.nc \ + RESTART/20230224.010000.fv_tracer.res.tile6.nc \ + RESTART/20230224.010000.phy_data.nest02.tile7.nc \ + RESTART/20230224.010000.phy_data.tile1.nc \ + RESTART/20230224.010000.phy_data.tile2.nc \ + RESTART/20230224.010000.phy_data.tile3.nc \ + RESTART/20230224.010000.phy_data.tile4.nc \ + RESTART/20230224.010000.phy_data.tile5.nc \ + RESTART/20230224.010000.phy_data.tile6.nc \ + RESTART/20230224.010000.sfc_data.nest02.tile7.nc \ + RESTART/20230224.010000.sfc_data.tile1.nc \ + RESTART/20230224.010000.sfc_data.tile2.nc \ + RESTART/20230224.010000.sfc_data.tile3.nc \ + RESTART/20230224.010000.sfc_data.tile4.nc \ + RESTART/20230224.010000.sfc_data.tile5.nc \ + RESTART/20230224.010000.sfc_data.tile6.nc \ RESTART/fv_BC_ne.res.nest02.nc \ RESTART/fv_BC_sw.res.nest02.nc" +# Get all default variables for FV3 +export_fv3 # Must come before all other exports -export_fv3 -export_hafs +# Request tiled inputs in &namsfc +export_tiled # Must come second, after export_fv3, before all export statements +export TILEDFIX=.true. -export HAFS=true -export FHMAX=6 -export RESTART_N=${FHMAX} -export atm_omp_num_threads=2 -export DT_ATMOS=90 -export IDEFLATE=1 -export OUTPUT_FH='3 -1' -export OUTPUT_FILE="'netcdf' 'netcdf'" -export SDAY=25 -export SHOUR=12 -export SMONTH=08 -export SYEAR=2020 -export WRTTASK_PER_GROUP=60 -export NTILES=6 +# Select input directories in control_run.IN +export ATMRES=C96-nested -export GWD_OPT=2 -export DO_UGWP=.true. -export DO_TOFD=.false. -export DO_UGWP_V0=.false. -export DO_UGWP_V0_OROG_ONLY=.false. -export DO_GSL_DRAG_LS_BL=.false. -export DO_GSL_DRAG_SS=.false. -export DO_GSL_DRAG_TOFD=.false. -export DO_UGWP_V1=.false. -export DO_UGWP_V1_OROG_ONLY=.false. +# Master flag to enable nesting in control_run.IN. Also sent to &fv_core_nml +export NESTED=.true. -export FV_CORE_TAU=0. -export RF_CUTOFF=10. -export RF_CUTOFF_NEST=10. -export FAST_TAU_W_SEC=0.2 +# ---------------------------------------- +# model_configure +export SYEAR=2023 +export SMONTH=02 +export SDAY=24 +export SHOUR=00 +export FHMAX=3 +export FHROT=0 +export DT_ATMOS=300 +export RESTART_INTERVAL='1 -1' +export WRITE_GROUP=2 +export WRTTASK_PER_GROUP=12 +export WRITE_DOPOST=.true. +export WRITE_NSFLIP=.true. +export FILENAME_BASE="'atm' 'sfc'" +export OUTPUT_GRID=gaussian_grid +export OUTPUT_FILE="'netcdf' 'netcdf'" +export IDEFLATE=1 +export ICHUNK2D=-1 +export JCHUNK2D=-1 +export ICHUNK3D=-1 +export JCHUNK3D=-1 +export KCHUNK3D=1 +export IMO=384 +export JMO=192 +export OUTPUT_FH='1 -1' -export OUTPUT_GRID='global_latlon' -export IMO=360 -export JMO=181 - -export OUTPUT_GRID_2='rotated_latlon' -export CEN_LON_2=-86.0 -export CEN_LAT_2=23.0 -export LON1_2=-45.00 -export LAT1_2=-40.00 -export LON2_2=45.00 -export LAT2_2=40.00 +# NOTE: This script uses NTILES=6 despite having 7 tiles in total. +# This is to match the logic inside FV3, which is based on mosaics. +# The globe has one mosiac with 6 tiles, and each nest has one mosaic with 1 tile each. +# Our workflow scripts are not aware of that detail; they only know about the global mosaic. +export NTILES=6 + +export OUTPUT_GRID_2=regional_latlon +export IMO_2=361 +export JMO_2=241 +export CEN_LON_2=-135.0 +export CEN_LAT_2=32.5 +export LON1_2=-195.000000 +export LAT1_2=-7.500000 +export LON2_2=-75.000000 +export LAT2_2=72.500000 export DLON_2=0.25 export DLAT_2=0.25 -export BLOCKSIZE=${BLOCKSIZE:-24} -export CCPP_SUITE="FV3_global_nest_v1" -export DEFLATE_LEVEL=-1 -export INPES=4 -export JNPES=5 -export NPX=97 -export NPY=97 -export NPZ=64 -export NPZP=$(($NPZ + 1)) -export K_SPLIT=4 -export N_SPLIT=5 -export NWAT=6 -export NA_INIT=1 -export EXTERNAL_IC=.true. -export NGGPS_IC=.true. -export MOUNTAIN=.false. -export WARM_START=.false. -export TARGET_LAT="23.0" -export TARGET_LON="-86.0" -export STRETCH_FAC=1.0001 -export FULL_ZS_FILTER=.false. -export N_ZS_FILTER=0 +# ---------------------------------------- +# &atmos_model_nml +export BLOCKSIZE=32 +export CCPP_SUITE=FV3_global_nest_v1 + +# ---------------------------------------- +# &diag_manager_nml +export MAX_OUTPUT_FIELDS=300 + +# ---------------------------------------- +# &fms_nml +export DOMAINS_STACK_SIZE=16000000 -export GRID_PES="120,60" +# ---------------------------------------- +# &fv_nest_nml export TILE_COARSE="0,6" export NUM_TILE_TOP=6 -export NEST_REFINE="0,3" -export NEST_IOFFSETS="1,9" -export NEST_JOFFSETS="1,9" - -export FHCYC=0 -export FHSWR=1800 -export FHLWR=1800 -export NSTF_NAME=2,0,0,0,0 -export CPLFLX=.false. -export CPLOCN2ATM=.true. -export CPLWAV=.false. -export CPLWAV2ATM=.false. -export CPL_IMP_MRG=.false. +export NEST_REFINE="0,4" +export NEST_IOFFSETS="0,4" +export NEST_JOFFSETS="0,9" -export INPES_NEST02=6 +# ---------------------------------------- +# &fv_core_nml +export INPES=4 +export JNPES=4 +export INPES_NEST02=12 export JNPES_NEST02=10 -export NPX_NEST02=241 + +export NPX=97 +export NPY=97 +export NPX_NEST02=361 export NPY_NEST02=241 -export K_SPLIT_NEST02=4 -export N_SPLIT_NEST02=5 +export NPZ=127 +export DNATS=0 +export DO_SAT_ADJ=.false. -ATM_compute_tasks=$(( INPES*JNPES*NTILES + INPES_NEST02*JNPES_NEST02 )) +export FV_CORE_TAU=0. +export RF_CUTOFF=10. +export FAST_TAU_W_SEC=0.2 -export NESTED=.true. -export FULL_ZS_FILTER=.false. -export N_ZS_FILTER=0 +export FV_CORE_TAU_NEST02=$FV_CORE_TAU +export RF_CUTOFF_NEST02=$RF_CUTOFF +export FAST_TAU_W_SEC_NEST02=$FAST_TAU_W_SEC -export CMEPS=false -export RUNTYPE="startup" -export USE_COLDSTART="false" +export TARGET_LON=-135.0 +export TARGET_LAT=32.5 +export TWOWAYNEST02=.true. -export DIAG_TABLE=diag_table_hafs_template -export INPUT_NML=input_global_hafs.nml.IN -export INPUT_NEST02_NML=input_nest_hafs.nml.IN -export MODEL_CONFIGURE="model_configure_hafs.IN" -export NEMS_CONFIGURE="nems.configure.hafs_atm.IN" -export FV3_RUN="hafs_fv3_run.IN" -export FIELD_TABLE=field_table_thompson_aero_tke_progsigma +export TWOWAYNEST=.true. -export IAER=5111 -export PROGSIGMA=.true. -export BETASCU=8.0 -export BETAMCU=1.5 -export BETADCU=0.5 +# ---------------------------------------- +# &gfs_physics_nml +export LDIAG3D=.true. +export LDIAG_UGWP=.true. -export SFCLAY_COMPUTE_FLUX=.false. -export BL_MYNN_TKEADVECT=.true. -export LKM=0 +export H2O_PHYS=.true. export IMP_PHYSICS=8 -export DNATS=0 -export DO_SAT_ADJ=.false. -export HYBEDMF=.false. +export IOVR=3 +export DT_INNER=$DT_ATMOS export DO_MYNNEDMF=.true. export DO_MYNNSFCLAY=.true. -export DO_DEEP=.true. -export SHAL_CNV=.true. -export IMFSHALCNV=5 -export IMFDEEPCNV=5 -export LSM=2 -export IOPT_SFC=4 -export IOPT_DVEG=4 -export IOPT_CRS=2 -export IOPT_RAD=3 -export IOPT_ALB=1 -export IOPT_STC=3 +export BL_MYNN_TKEADVECT=.true. +export GWD_OPT=2 +export DO_UGWP_V1=.true. +export DO_UGWP_V0=.false. +export DO_GSL_DRAG_LS_BL=.true. +export DO_GSL_DRAG_TOFD=.true. +export DO_UGWP_V1_W_GSLDRAG=.false. +export IALB=2 +export IEMS=2 +export IAER=1011 +export ICLIQ_SW=1 export CNVGWD=.true. -export IOVR=3 -export LTAEROSOL=.true. -export LRADAR=.true. -export DT_INNER=45 -export SEDI_SEMI=.true. -export DECFL=10 +export CNVGWD_NEST02=.false. +export HYBEDMF=.false. export SATMEDMF=.false. export ISATMEDMF=1 +export LHEATSTRG=.false. export LSEASPRAY=.false. +export IMFDEEPCNV=5 +export IMFDEEPCNV_NEST02=5 +export IOPT_DIAG=1 +export NSTF_NAME=2,0,0,0,0 +export EFFR_IN=.true. +export RES_LATLON_DYNAMICS='""' +export DOGP_CLDOPTICS_LUT=.false. +export DOGP_LWSCAT=.false. +export DRY_MASS=98320.0 +export CONSV_TE=1. +export CONSV_TE_NEST02=0. +export D_CON=1.0 +export D_EXT=0.0 +export DELT_MAX=0.002 +export DELT_MAX_NEST02=0.008 +export NORD_ZS_FILTER=4 +export NGASES=0 -export FV_CORE_TAU=0. -export RF_CUTOFF=10. -export FAST_TAU_W_SEC=0.2 - +export IAER=5111 +export IALB=1 +export IEMS=1 +export IMFSHALCNV=-1 +export IMFSHALCNV_NEST02=-1 +export IOPT_SFC=4 +export IOPT_TRS=3 +export SHAL_CNV=.false. +export D2_BG=0. +export D2_BG_K1=0.16 +export D2_BG_K2=0.05 +export D4_BG=0.15 +export D2_BG_NEST02=0. +export D2_BG_K1_NEST02=0.20 +export D2_BG_K2_NEST02=0.15 +export D4_BG_NEST02=0.15 +export DZ_MIN=2.0 +export FV_SG_ADJ=300 +export HORD_DP=6 +export HORD_MT=6 +export HORD_TM=6 +export HORD_TR=8 +export HORD_VT=6 +export HORD_DP_NEST02=6 +export HORD_MT_NEST02=6 +export HORD_TM_NEST02=6 +export HORD_TR_NEST02=8 +export HORD_VT_NEST02=6 +export MAKE_NH=.false. +export N_ZS_FILTER=0 +export N_ZS_FILTER_NEST02=1 +export N_SPONGE=24 +export PSM_BC_NEST02=1 +export UPOFF=2 +export VTDM4=0.04 +export BETADCU=2.0 +export BETAMCU=1.0 +export BETASCU=8.0 +export BETADCU_NEST02=8.0 +export BETAMCU_NEST02=1.5 +export BETASCU_NEST02=8.0 +export BETAL_DEEP_NEST02=0.05 +export BETAS_DEEP_NEST02=0.05 export CDMBWD=20.0,2.5,1.0,1.0 +export CDMBWD_NEST02=5.0,5.0,1.0,1.0 +export DO_CA=.false. +export FHLWR=720. +export FHSWR=720. +export LCNORM=.false. +export RF_FAST=.false. +export SG_CUTOFF=-1. +export DO_DEEP=.true. +export DO_DEEP_NEST02=.true. +export FRAC_GRID=.false. +export KNOB_UGWP_TAUAMP=1.5e-3 +export KNOB_UGWP_TAUAMP_NEST02=0.8e-3 export KNOB_UGWP_DOKDIS=2 export KNOB_UGWP_NDX4LH=4 export KNOB_UGWP_VERSION=1 export KNOB_UGWP_PALAUNCH=275.0e2 +export LIGHTNING_THREAT=.true. -export GWD_OPT=2 -export DO_UGWP_V0=.false. -export DO_UGWP_V0_OROG_ONLY=.false. -export DO_GSL_DRAG_LS_BL=.true. -export DO_GSL_DRAG_SS=.true. -export DO_GSL_DRAG_TOFD=.true. -export DO_UGWP_V1=.true. -export DO_UGWP_V1_OROG_ONLY=.false. +# NOTE: progsigma should be .true. for the global_nest_v1 suite. +# The code turns it off automatically at low resolutions. +# This leads to an erronious situation where it is off for the globe, but on for the nest. +# Hence, we turn it off manually, to avoid advecting a field of 0 from the nest boundary. +# For practical resolutions (C384 or higher), it would be on. +export PROGSIGMA=.false. +export PROGSIGMA_NEST02=.false. + +# ---------------------------------------- +# &surf_map_nml +export N_DEL2_STRONG=0 # namelist default is -1 +export N_DEL2_WEAK=15 # namelist default is 12 +export N_DEL2_WEAK_NEST02=24 # namelist default is 12 +export N_DEL4=2 # namelist default is -1 +export PEAK_FAC=1. # namelist default is 1.05 +export ZERO_OCEAN=.false. # namelist default is .true. + +# ---------------------------------------- +# &namsfc +export FNALBC="'${ATMRES}.snowfree_albedo.tileX.nc'" +export FNALBC2="'${ATMRES}.facsf.tileX.nc'" +export FNTG3C="'${ATMRES}.substrate_temperature.tileX.nc'" +export FNVEGC="'${ATMRES}.vegetation_greenness.tileX.nc'" +export FNVETC="'${ATMRES}.vegetation_type.tileX.nc'" +export FNSOTC="'${ATMRES}.soil_type.tileX.nc'" +export FNSOCC="'${ATMRES}.soil_color.tileX.nc'" +export FNSMCC=${FNSMCC_control} +export FNMSKH=${FNMSKH_control} +export FNVMNC="'${ATMRES}.vegetation_greenness.tileX.nc'" +export FNVMXC="'${ATMRES}.vegetation_greenness.tileX.nc'" +export FNSLPC="'${ATMRES}.slope_type.tileX.nc'" +export FNABSC="'${ATMRES}.maximum_snow_albedo.tileX.nc'" + +export FNTSFA="' '" +export FNACNA="''" +export FNSNOA="''" + +export LANDICE=.false. + +# ---------------------------------------- +# Select input files and resources for the regression test system. + +# Select model_configure template: +export MODEL_CONFIGURE=model_configure_gnv1.IN + +# Select input.nml template: +export INPUT_NML=input_global_parent.nml.IN + +# Select input_nest02.nml template: +export INPUT_NEST02_NML=input_global_nest.nml.IN + +# Select the field_table. + +# NOTE: The global_nest_v1 uses prognostic sigma, so this should be +# the progsigma field table. HOWEVER, the code turns it off +# automatically for this resolution. Hence, we turn it off here so +# we're not advecting a grid of 0 + +export FIELD_TABLE=field_table_thompson_aero_tke + +# Request additional contents in diag_table for gravity wave diagnostics: +export DIAG_TABLE_ADDITIONAL=diag_additional_ldiag3d_ugwp + +# Override atmosphere compute task count to include the nest (tile 7). +# Note that NTILES=6, which is the size of the global mosaic. +export GRID_PES="$(( INPES * JNPES * 6 )),$(( INPES_NEST02 * JNPES_NEST02 ))" +ATM_compute_tasks=$(( INPES*JNPES*NTILES + INPES_NEST02*JNPES_NEST02 ))