diff --git a/FV3 b/FV3 index 921278bcba..640427df13 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 921278bcba94c81d0c912ab3874023096a39ec46 +Subproject commit 640427df13f99c5cbf1f7be6a49a85da915376e4 diff --git a/MOM6-interface/MOM6 b/MOM6-interface/MOM6 index 8c52e6a9e3..f9e6e2e168 160000 --- a/MOM6-interface/MOM6 +++ b/MOM6-interface/MOM6 @@ -1 +1 @@ -Subproject commit 8c52e6a9e36c94f5e0f6adbed715973a7ee0e3dc +Subproject commit f9e6e2e1686458df842a0b92c61ff241a920ed84 diff --git a/MOM6-interface/mom6_files.cmake b/MOM6-interface/mom6_files.cmake index 6904ccc5fc..98b7442d62 100644 --- a/MOM6-interface/mom6_files.cmake +++ b/MOM6-interface/mom6_files.cmake @@ -21,7 +21,23 @@ list(APPEND mom6_src_files MOM6/src/ALE/regrid_edge_values.F90 MOM6/src/ALE/regrid_interp.F90 MOM6/src/ALE/regrid_solvers.F90 - MOM6/src/ALE/remapping_attic.F90 + MOM6/src/ALE/Recon1d_EMPLM_CWK.F90 + MOM6/src/ALE/Recon1d_EMPLM_WA.F90 + MOM6/src/ALE/Recon1d_EMPLM_WA_poly.F90 + MOM6/src/ALE/Recon1d_EPPM_CWK.F90 + MOM6/src/ALE/Recon1d_MPLM_CWK.F90 + MOM6/src/ALE/Recon1d_MPLM_WA.F90 + MOM6/src/ALE/Recon1d_MPLM_WA_poly.F90 + MOM6/src/ALE/Recon1d_PCM.F90 + MOM6/src/ALE/Recon1d_PLM_CW.F90 + MOM6/src/ALE/Recon1d_PLM_CWK.F90 + MOM6/src/ALE/Recon1d_PLM_hybgen.F90 + MOM6/src/ALE/Recon1d_PPM_CW.F90 + MOM6/src/ALE/Recon1d_PPM_CWK.F90 + MOM6/src/ALE/Recon1d_PPM_H4_2018.F90 + MOM6/src/ALE/Recon1d_PPM_H4_2019.F90 + MOM6/src/ALE/Recon1d_PPM_hybgen.F90 + MOM6/src/ALE/Recon1d_type.F90 MOM6/src/core/MOM.F90 MOM6/src/core/MOM_CoriolisAdv.F90 @@ -61,6 +77,7 @@ list(APPEND mom6_src_files MOM6/src/diagnostics/MOM_obsolete_params.F90 MOM6/src/diagnostics/MOM_sum_output.F90 MOM6/src/diagnostics/MOM_wave_speed.F90 + MOM6/src/diagnostics/MOM_diagnose_KdWork.F90 MOM6/src/equation_of_state/MOM_EOS_base_type.F90 MOM6/src/equation_of_state/MOM_EOS.F90 @@ -141,6 +158,8 @@ list(APPEND mom6_src_files MOM6/src/framework/MOM_unit_testing.F90 MOM6/src/framework/MOM_write_cputime.F90 MOM6/src/framework/testing/MOM_file_parser_tests.F90 + MOM6/src/framework/MOM_murmur_hash.F90 + MOM6/src/framework/numerical_testing_type.F90 MOM6/src/ice_shelf/MOM_ice_shelf.F90 MOM6/src/ice_shelf/MOM_ice_shelf_diag_mediator.F90 @@ -208,13 +227,13 @@ list(APPEND mom6_src_files MOM6/src/parameterizations/CVmix/cvmix_utils.F90 MOM6/src/parameterizations/stochastic/MOM_stochastics.F90 + MOM6/src/parameterizations/lateral/MOM_wave_drag.F90 MOM6/src/tracer/DOME_tracer.F90 MOM6/src/tracer/ISOMIP_tracer.F90 MOM6/src/tracer/MOM_OCMIP2_CFC.F90 - MOM6/src/tracer/MOM_generic_tracer.F90 MOM6/src/tracer/MOM_hor_bnd_diffusion.F90 MOM6/src/tracer/MOM_neutral_diffusion.F90 MOM6/src/tracer/nw2_tracers.F90 @@ -239,6 +258,7 @@ list(APPEND mom6_src_files MOM6/src/tracer/MOM_CFC_cap.F90 MOM6/src/tracer/MARBL_forcing_mod.F90 MOM6/src/tracer/MARBL_tracers.F90 + MOM6/src/tracer/MOM_tracer_advect_schemes.F90 MOM6/src/user/BFB_initialization.F90 MOM6/src/user/BFB_surface_forcing.F90 @@ -282,6 +302,7 @@ list(APPEND mom6_src_files MOM6/config_src/external/GFDL_ocean_BGC/FMS_coupler_util.F90 MOM6/config_src/external/GFDL_ocean_BGC/generic_tracer.F90 MOM6/config_src/external/GFDL_ocean_BGC/generic_tracer_utils.F90 + MOM6/config_src/external/GFDL_ocean_BGC/MOM_generic_tracer.F90 MOM6/config_src/external/ODA_hooks/kdtree.f90 MOM6/config_src/external/ODA_hooks/ocean_da_core.F90 MOM6/config_src/external/ODA_hooks/ocean_da_types.F90 @@ -324,6 +345,7 @@ list(APPEND mom6_nuopc_src_files MOM6/config_src/drivers/unit_tests/test_MOM_remapping.F90 MOM6/config_src/drivers/timing_tests/time_MOM_EOS.F90 MOM6/config_src/drivers/timing_tests/time_MOM_remapping.F90 + MOM6/config_src/drivers/unit_tests/test_numerical_testing_type.F90 ) list(APPEND mom6_nuopc_src_files diff --git a/tests/logs/OpnReqTests_control_p8_hera.log b/tests/logs/OpnReqTests_control_p8_hera.log index 24192d8e5e..7919c5ed3c 100644 --- a/tests/logs/OpnReqTests_control_p8_hera.log +++ b/tests/logs/OpnReqTests_control_p8_hera.log @@ -1,9 +1,9 @@ -Tue Jun 24 20:10:36 UTC 2025 +Fri Jun 27 15:04:20 UTC 2025 Start Operation Requirement Test -baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_bit_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_813544/bit_base_bit_base +baseline dir = /scratch1/NCEPDEV/stmp4/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_bit_base_gnu +working dir = /scratch1/NCEPDEV/stmp2/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_1056930/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 = 249.823758 - 0: The maximum resident set size (KB) = 1581264 + 0: The total amount of wall time = 246.755611 + 0: The maximum resident set size (KB) = 1575820 Test bit_base PASS -baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_dbg_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_813544/dbg_base_dbg_base +baseline dir = /scratch1/NCEPDEV/stmp4/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_dbg_base_gnu +working dir = /scratch1/NCEPDEV/stmp2/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_1056930/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 = 858.643356 - 0: The maximum resident set size (KB) = 1546540 + 0: The total amount of wall time = 846.076818 + 0: The maximum resident set size (KB) = 1559064 Test dbg_base PASS -baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_813544/dcp_dcp +baseline dir = /scratch1/NCEPDEV/stmp4/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu +working dir = /scratch1/NCEPDEV/stmp2/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_1056930/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 = 228.367319 - 0: The maximum resident set size (KB) = 1550736 + 0: The total amount of wall time = 224.054882 + 0: The maximum resident set size (KB) = 1553804 Test dcp PASS -baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_813544/mpi_mpi +baseline dir = /scratch1/NCEPDEV/stmp4/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu +working dir = /scratch1/NCEPDEV/stmp2/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_1056930/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 = 225.850178 - 0: The maximum resident set size (KB) = 1543856 + 0: The total amount of wall time = 222.347102 + 0: The maximum resident set size (KB) = 1554868 Test mpi PASS -baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_813544/rst_rst +baseline dir = /scratch1/NCEPDEV/stmp4/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu +working dir = /scratch1/NCEPDEV/stmp2/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_1056930/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 = 232.289501 - 0: The maximum resident set size (KB) = 1542060 + 0: The total amount of wall time = 225.240632 + 0: The maximum resident set size (KB) = 1558572 Test rst PASS -baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_813544/std_base_std_base +baseline dir = /scratch1/NCEPDEV/stmp4/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu +working dir = /scratch1/NCEPDEV/stmp2/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_1056930/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 = 226.698488 - 0: The maximum resident set size (KB) = 1550968 + 0: The total amount of wall time = 226.779885 + 0: The maximum resident set size (KB) = 1555376 Test std_base PASS -baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_813544/thr_thr +baseline dir = /scratch1/NCEPDEV/stmp4/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu +working dir = /scratch1/NCEPDEV/stmp2/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_1056930/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 = 228.358323 - 0: The maximum resident set size (KB) = 1553328 + 0: The total amount of wall time = 222.987354 + 0: The maximum resident set size (KB) = 1543748 Test thr PASS OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Tue Jun 24 21:16:12 UTC 2025 +Fri Jun 27 16:09:56 UTC 2025 Elapsed time: 01h:05m:37s. 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 dff61a025f..2c74dfdcae 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 @@ -Tue Jun 24 18:40:21 UTC 2025 +Fri Jun 27 16:45:53 UTC 2025 Start Operation Requirement Test -baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_dbg_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_588137/dbg_base_dbg_base +baseline dir = /scratch1/NCEPDEV/stmp4/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_dbg_base_gnu +working dir = /scratch1/NCEPDEV/stmp2/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_1378484/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 = 2261.852958 - 0: The maximum resident set size (KB) = 1648304 + 0: The total amount of wall time = 2324.545092 + 0: The maximum resident set size (KB) = 1639416 Test dbg_base PASS -baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_588137/rst_rst +baseline dir = /scratch1/NCEPDEV/stmp4/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_std_base_gnu +working dir = /scratch1/NCEPDEV/stmp2/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_1378484/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 = 585.848967 - 0: The maximum resident set size (KB) = 1642544 + 0: The total amount of wall time = 582.123517 + 0: The maximum resident set size (KB) = 1645904 Test rst PASS -baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_588137/std_base_std_base +baseline dir = /scratch1/NCEPDEV/stmp4/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_std_base_gnu +working dir = /scratch1/NCEPDEV/stmp2/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_1378484/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 = 577.934275 - 0: The maximum resident set size (KB) = 1654020 + 0: The total amount of wall time = 573.454002 + 0: The maximum resident set size (KB) = 1643740 Test std_base PASS OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Tue Jun 24 20:10:35 UTC 2025 -Elapsed time: 01h:30m:19s. Have a nice day! +Fri Jun 27 18:27:02 UTC 2025 +Elapsed time: 01h:41m:09s. Have a nice day! diff --git a/tests/logs/OpnReqTests_regional_control_hera.log b/tests/logs/OpnReqTests_regional_control_hera.log index 720d38fbad..f838dce643 100644 --- a/tests/logs/OpnReqTests_regional_control_hera.log +++ b/tests/logs/OpnReqTests_regional_control_hera.log @@ -1,9 +1,9 @@ -Tue Jun 24 17:45:28 UTC 2025 +Fri Jun 27 18:47:23 UTC 2025 Start Operation Requirement Test -baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_bit_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_468456/bit_base_bit_base +baseline dir = /scratch1/NCEPDEV/stmp4/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_bit_base_gnu +working dir = /scratch1/NCEPDEV/stmp2/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_1832764/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 = 611.792812 - 0: The maximum resident set size (KB) = 897144 + 0: The total amount of wall time = 606.176814 + 0: The maximum resident set size (KB) = 902992 Test bit_base PASS -baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_468456/dcp_dcp +baseline dir = /scratch1/NCEPDEV/stmp4/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_gnu +working dir = /scratch1/NCEPDEV/stmp2/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_1832764/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 = 492.213525 - 0: The maximum resident set size (KB) = 858640 + 0: The total amount of wall time = 494.271593 + 0: The maximum resident set size (KB) = 868508 Test dcp PASS -baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_468456/std_base_std_base +baseline dir = /scratch1/NCEPDEV/stmp4/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_gnu +working dir = /scratch1/NCEPDEV/stmp2/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_1832764/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 = 489.451214 - 0: The maximum resident set size (KB) = 866024 + 0: The total amount of wall time = 492.141440 + 0: The maximum resident set size (KB) = 857252 Test std_base PASS -baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_468456/thr_thr +baseline dir = /scratch1/NCEPDEV/stmp4/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_gnu +working dir = /scratch1/NCEPDEV/stmp2/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_1832764/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 = 491.404903 - 0: The maximum resident set size (KB) = 852864 + 0: The total amount of wall time = 482.676207 + 0: The maximum resident set size (KB) = 867420 Test thr PASS OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Tue Jun 24 18:40:16 UTC 2025 -Elapsed time: 00h:54m:48s. Have a nice day! +Fri Jun 27 19:42:05 UTC 2025 +Elapsed time: 00h:54m:42s. Have a nice day! diff --git a/tests/logs/RegressionTests_acorn.log b/tests/logs/RegressionTests_acorn.log index a4eb7e40fb..b89d37d79f 100644 --- a/tests/logs/RegressionTests_acorn.log +++ b/tests/logs/RegressionTests_acorn.log @@ -1,7 +1,7 @@ ====START OF ACORN REGRESSION TESTING LOG==== UFSWM hash used in testing: -2f3f0c5cb5935319b6430c6e46ba2ca452a1cd77 +c0ead1a8c9cb23d02fdaa0134a0206565419dad2 Submodule hashes used in testing: d3c1bc45492f8b35948c97021e4e6ab4d4c203e4 AQM (v0.2.0-38-gd3c1bc4) @@ -11,11 +11,11 @@ Submodule hashes used in testing: 43ead56380bf11ecad66f165dcd736ed0c278763 CICE-interface/CICE/icepack (Icepack1.1.0-200-g43ead56) a2833b0f53682ed80dff68e9af6d0347c1ea64d2 CMEPS-interface/CMEPS (cmeps_v0.4.1-2317-ga2833b0) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 92fde385460e8fa12e0a9f0d350b4d7a15b0a3b5 FV3 (remotes/origin/ogwd) + eeaec64368ba1375ee03f6ae936d5634a012d355 FV3 (remotes/origin/feature/3dtke_gfspbl) 11359cb04a420fc87e4cf0f035f4d1215ab24488 FV3/ccpp/framework (2025-01-06-dev-5-g11359cb) - f8f1086ea39d14d93841a3d291d637b9cbecb0a5 FV3/ccpp/physics (remotes/origin/ogwd) + 845246c2f173652ec803ad180b80b5cab2852449 FV3/ccpp/physics (master-tag-before-replacing-with-ipd-setup-step-fast-5983-g845246c2) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) - ac7c36b12af82a3ea114825f1272ddb21d29085b FV3/fv3/atmos_cubed_sphere (201912_public_release-415-gac7c36b) + ec21a2a5e0e70d167041f75f1470c1b223aaf063 FV3/fv3/atmos_cubed_sphere (remotes/origin/feature/3dtke_gfspbl) e5f9fcb5d4607e3576c7d507da594a9d3b516adc FV3/upp (upp_v10.2.0-272-ge5f9fcb5) -179cae1dd84401cf25d250bd9102e66560a9d328 FV3/upp/sorc/libIFI.fd -3d35332fe66e3e63a285cc8d96facdf255a33481 FV3/upp/sorc/ncep_post.fd/post_gtg.fd @@ -23,7 +23,7 @@ Submodule hashes used in testing: bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) c4d2337d8607ec994b3cd61179eb974e0a237841 LM4-driver (baseline_change_240904-6-gc4d2337) c03c4f68816030f726785daf0db6150aa1e9cc6f LM4-driver/LM4 (land_lad2_2021.02) - 8c52e6a9e36c94f5e0f6adbed715973a7ee0e3dc MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10471-g8c52e6a9e) + c987a8b70d3772d258db62c9081a249b94935b39 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10633-gc987a8b70) 65ef5c73bc7f5663d5688f75c3855d431da4baea MOM6-interface/MOM6/pkg/CVMix-src (65ef5c7) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) 1a2d2fcb02da38e975f252ef743af24b68b3cc7f NOAHMP-interface/noahmp (v3.7.1-455-g1a2d2fc) @@ -39,283 +39,283 @@ 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-20250623 -COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_3188817 +COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_2031449 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: GFS-DEV * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [13:27, 11:44] ( 1 warnings 3 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [10:34, 06:37](3190 MB) -PASS -- TEST 'cpld_control_gefs_intel' [00:51, 16:53](4306 MB) -PASS -- TEST 'cpld_restart_gefs_intel' [24:19, 08:14](4102 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [14:28, 13:02] ( 1 warnings 3 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [27:39, 15:00](1902 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [23:35, 16:26](1942 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [14:19, 07:23](1070 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [34:54, 17:35](1882 MB) -PASS -- TEST 'cpld_control_gfsv17_nowav_iau_intel' [11:10, 04:43](1935 MB) -PASS -- TEST 'cpld_restart_gfsv17_nowav_iau_intel' [12:27, 02:43](1918 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [14:29, 12:52] ( 1 warnings 3 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [25:35, 15:23](1897 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [06:19, 04:56] ( 1516 warnings 1940 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [25:37, 20:27](1944 MB) - -PASS -- COMPILE 's2swa_intel' [13:28, 11:44] ( 1 warnings 3 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [16:27, 08:13](3220 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [18:34, 08:28](3220 MB) -PASS -- TEST 'cpld_restart_p8_intel' [15:16, 04:47](3105 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [16:20, 08:14](3246 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [15:25, 04:49](3125 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [20:30, 16:47](3444 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [12:01, 08:08](3218 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [10:13, 06:57](3166 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [12:21, 08:19](3221 MB) - -PASS -- COMPILE 's2swal_intel' [13:27, 11:55] ( 1 warnings 4 remarks ) -PASS -- TEST 'cpld_control_p8_lnd_intel' [19:27, 08:37](3230 MB) -PASS -- TEST 'cpld_restart_p8_lnd_intel' [15:33, 05:10](3114 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [12:12, 08:21](3208 MB) - -PASS -- COMPILE 's2sw_intel' [12:25, 10:55] ( 1 warnings 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [07:30, 04:56](1916 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [11:01, 07:03](1986 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [12:27, 10:22] ( 1 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [07:57, 04:55](1987 MB) - -PASS -- COMPILE 's2swa_faster_intel' [18:33, 16:28] ( 1 warnings 3 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [19:19, 08:03](3220 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [14:29, 12:44] ( 1 warnings 3 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [26:09, 15:20](1920 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [13:42, 07:33](1104 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [36:19, 17:38](1903 MB) -PASS -- TEST 'cpld_control_c48_5deg_intel' [16:03, 05:54](2875 MB) -PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [11:51, 02:01](2883 MB) -PASS -- TEST 'cpld_restart_c48_5deg_intel' [04:45, 01:30](2311 MB) -PASS -- TEST 'cpld_control_c24_5deg_intel' [10:05, 01:22](2116 MB) -PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [10:06, 00:55](2114 MB) -PASS -- TEST 'cpld_restart_c24_5deg_intel' [05:46, 00:46](1479 MB) -PASS -- TEST 'cpld_control_c24_9deg_intel' [10:05, 01:20](2113 MB) -PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [09:03, 01:05](2114 MB) -PASS -- TEST 'cpld_restart_c24_9deg_intel' [05:46, 00:51](1481 MB) -PASS -- TEST 'cpld_control_c12_9deg_intel' [10:04, 00:56](2040 MB) -PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [10:04, 00:54](2041 MB) -PASS -- TEST 'cpld_restart_c12_9deg_intel' [04:44, 00:41](1393 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [06:18, 04:35] ( 1516 warnings 1940 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [29:53, 26:28](1960 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [11:25, 09:26] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [12:40, 03:56](676 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [15:05, 02:35](1570 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [12:09, 02:36](1580 MB) -PASS -- TEST 'control_latlon_intel' [15:00, 02:29](1579 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [14:15, 02:38](1583 MB) -PASS -- TEST 'control_c48_intel' [11:21, 06:27](1587 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [09:56, 06:00](708 MB) -PASS -- TEST 'control_c48_lnd_iau_intel' [12:16, 06:25](1585 MB) -PASS -- TEST 'control_c192_intel' [17:17, 07:07](1698 MB) -PASS -- TEST 'control_c384_intel' [29:43, 08:39](2000 MB) -PASS -- TEST 'control_c384gdas_intel' [39:59, 09:21](1158 MB) -PASS -- TEST 'control_stochy_intel' [10:38, 01:55](636 MB) -PASS -- TEST 'control_stochy_restart_intel' [06:33, 01:11](398 MB) -PASS -- TEST 'control_lndp_intel' [10:36, 01:53](633 MB) -PASS -- TEST 'control_iovr4_intel' [11:40, 02:41](634 MB) -PASS -- TEST 'control_iovr5_intel' [11:39, 02:34](629 MB) -PASS -- TEST 'control_p8_intel' [13:36, 03:04](1860 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [13:38, 03:10](1857 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [12:36, 02:56](1863 MB) -PASS -- TEST 'control_restart_p8_intel' [05:40, 01:58](1005 MB) -PASS -- TEST 'control_noqr_p8_intel' [11:47, 03:01](1854 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [06:42, 01:52](1008 MB) -PASS -- TEST 'control_decomp_p8_intel' [11:45, 03:13](1848 MB) -PASS -- TEST 'control_2threads_p8_intel' [15:34, 05:53](1935 MB) -PASS -- TEST 'control_p8_lndp_intel' [12:01, 05:09](1862 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [11:33, 04:03](1907 MB) -PASS -- TEST 'control_p8_mynn_intel' [10:18, 03:16](1866 MB) -PASS -- TEST 'merra2_thompson_intel' [12:01, 03:27](1852 MB) -PASS -- TEST 'regional_control_intel' [08:53, 05:06](876 MB) -PASS -- TEST 'regional_restart_intel' [04:48, 02:57](887 MB) -PASS -- TEST 'regional_decomp_intel' [08:48, 05:39](878 MB) -PASS -- TEST 'regional_2threads_intel' [12:55, 07:38](991 MB) -PASS -- TEST 'regional_noquilt_intel' [07:49, 05:10](1172 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [07:53, 05:03](878 MB) -PASS -- TEST 'regional_wofs_intel' [08:52, 06:55](1610 MB) - -PASS -- COMPILE 'rrfs_intel' [10:23, 08:52] ( 3 warnings 92 remarks ) -PASS -- TEST 'rap_control_intel' [17:36, 07:24](1019 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [21:29, 04:21](1199 MB) -PASS -- TEST 'rap_decomp_intel' [12:28, 07:35](1019 MB) -PASS -- TEST 'rap_2threads_intel' [20:42, 15:49](1089 MB) -PASS -- TEST 'rap_restart_intel' [07:29, 03:53](776 MB) -PASS -- TEST 'rap_sfcdiff_intel' [11:27, 07:16](1017 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [10:52, 07:28](1014 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [12:36, 05:22](785 MB) -PASS -- TEST 'hrrr_control_intel' [08:30, 03:50](1009 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [08:31, 04:00](1014 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [13:36, 07:57](1075 MB) -PASS -- TEST 'hrrr_control_restart_intel' [09:39, 02:12](755 MB) -PASS -- TEST 'rrfs_v1beta_intel' [14:32, 07:12](1011 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [14:41, 09:22](1971 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [14:40, 08:58](1964 MB) - -PASS -- COMPILE 'csawmg_intel' [09:22, 08:05] -PASS -- TEST 'control_csawmg_intel' [11:58, 06:36](956 MB) -PASS -- TEST 'control_ras_intel' [08:33, 03:24](668 MB) - -PASS -- COMPILE 'wam_intel' [09:23, 08:03] ( 1 remarks ) -PASS -- TEST 'control_wam_intel' [17:09, 12:02](1665 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [09:24, 08:11] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [10:29, 03:10](1854 MB) -PASS -- TEST 'regional_control_faster_intel' [07:54, 05:04](872 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [06:20, 04:43] ( 868 warnings 92 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [10:59, 02:37](1606 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [13:11, 02:43](1612 MB) -PASS -- TEST 'control_stochy_debug_intel' [08:35, 03:34](819 MB) -PASS -- TEST 'control_lndp_debug_intel' [08:33, 03:12](820 MB) -PASS -- TEST 'control_csawmg_debug_intel' [10:53, 04:48](1107 MB) -PASS -- TEST 'control_ras_debug_intel' [09:33, 03:15](835 MB) -PASS -- TEST 'control_diag_debug_intel' [10:02, 03:06](1669 MB) -PASS -- TEST 'control_debug_p8_intel' [09:54, 02:58](1894 MB) -PASS -- TEST 'regional_debug_intel' [20:02, 18:13](927 MB) -PASS -- TEST 'rap_control_debug_intel' [12:38, 05:35](1200 MB) -PASS -- TEST 'hrrr_control_debug_intel' [11:39, 05:22](1192 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [11:40, 05:27](1196 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [12:39, 05:35](1196 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [11:37, 05:33](1199 MB) -PASS -- TEST 'rap_diag_debug_intel' [11:44, 05:49](1282 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [10:36, 05:41](1199 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [10:35, 05:46](1198 MB) -PASS -- TEST 'rap_lndp_debug_intel' [10:35, 05:39](1203 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [11:35, 05:39](1198 MB) -PASS -- TEST 'rap_noah_debug_intel' [11:36, 05:35](1193 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [11:36, 05:31](1191 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [15:41, 08:50](1194 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [12:40, 05:35](1193 MB) -PASS -- TEST 'rap_flake_debug_intel' [11:35, 05:35](1197 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [16:51, 09:29](1202 MB) - -PASS -- COMPILE 'wam_debug_intel' [07:20, 03:24] ( 824 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [20:14, 14:11](1702 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [13:27, 08:11] ( 3 warnings 91 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [10:18, 04:15](1033 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [13:25, 06:06](888 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [11:32, 03:17](886 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [20:35, 13:42](931 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [14:15, 07:10](926 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [10:08, 03:27](882 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [07:36, 04:38](745 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [04:32, 02:01](719 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [15:29, 08:02] ( 3 warnings 91 remarks ) -PASS -- TEST 'conus13km_control_intel' [08:15, 02:17](1077 MB) -PASS -- TEST 'conus13km_2threads_intel' [14:13, 01:59](1060 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [05:01, 01:36](771 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [14:27, 08:19] ( 3 warnings 91 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [08:56, 04:14](916 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [08:21, 03:30] ( 772 warnings 91 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [11:35, 05:21](1076 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [11:37, 05:15](1070 MB) -PASS -- TEST 'conus13km_debug_intel' [20:19, 14:48](1135 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [21:16, 14:52](840 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [28:28, 22:57](1147 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [20:13, 14:43](1212 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [06:20, 03:24] ( 772 warnings 91 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [10:37, 05:33](1102 MB) - -PASS -- COMPILE 'hafsw_intel' [12:25, 09:51] ( 1 warnings 3 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [19:49, 05:42](699 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [22:54, 04:19](1053 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [13:03, 07:10](755 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [17:46, 12:10](795 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [22:05, 13:15](806 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [12:12, 05:43](464 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [20:53, 07:14](503 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [23:31, 03:15](376 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [45:17, 08:19](445 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [13:05, 03:54](490 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [14:14, 03:45](490 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [23:28, 05:01](554 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [18:51, 01:50](403 MB) -PASS -- TEST 'gnv1_nested_intel' [09:37, 04:07](1701 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [05:18, 03:55] ( 1460 warnings 1444 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [30:33, 14:17](597 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [12:27, 09:31] ( 2 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [28:35, 08:09](611 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [28:42, 08:16](783 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [15:31, 10:02] ( 2 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [29:55, 06:12](775 MB) - -PASS -- COMPILE 'hafs_all_intel' [13:25, 09:18] ( 2 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [14:49, 06:42](754 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [15:45, 06:41](726 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [19:35, 16:19](900 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [11:25, 09:26] -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [07:27, 02:56](767 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:26, 01:47](757 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [06:24, 02:33](648 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [07:27, 02:38](648 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [06:26, 02:34](646 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [07:27, 02:41](756 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [05:24, 02:49](766 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:23, 02:42](645 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [09:28, 06:15](691 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [10:24, 06:09](671 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:21, 02:41](767 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [07:27, 04:47](2037 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [07:27, 04:39](2039 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [12:26, 09:20] -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [05:24, 02:43](768 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [05:19, 00:51] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [05:39, 01:20](302 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [05:33, 01:09](448 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [06:36, 00:51](451 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [15:30, 10:06] ( 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [08:36, 03:50](1916 MB) - -PASS -- COMPILE 'atml_intel' [15:29, 09:41] ( 9 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_intel' [09:35, 03:47](1880 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:57, 02:27](1032 MB) - -PASS -- COMPILE 'atml_debug_intel' [06:19, 04:12] ( 873 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [11:33, 05:41](1918 MB) - -PASS -- COMPILE 'atmw_intel' [11:24, 08:46] ( 3 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [07:21, 02:02](1879 MB) - -PASS -- COMPILE 'atmaero_intel' [11:25, 08:30] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [10:02, 04:24](3118 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [11:02, 05:03](3005 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [09:47, 05:08](3013 MB) +PASS -- COMPILE 's2swa_32bit_intel' [13:26, 11:43] ( 1 warnings 3 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [10:29, 06:40](3194 MB) +PASS -- TEST 'cpld_control_gefs_intel' [01:30, 17:08](4310 MB) +PASS -- TEST 'cpld_restart_gefs_intel' [24:19, 08:31](4121 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [14:27, 13:10] ( 1 warnings 3 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [26:40, 15:16](1911 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [22:40, 16:28](1942 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [14:26, 07:26](1076 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [50:07, 17:30](1877 MB) +PASS -- TEST 'cpld_control_gfsv17_nowav_iau_intel' [11:08, 04:47](1936 MB) +PASS -- TEST 'cpld_restart_gfsv17_nowav_iau_intel' [09:28, 02:44](1917 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [14:27, 13:10] ( 1 warnings 3 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [25:37, 15:25](1902 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [06:20, 04:55] ( 1516 warnings 1940 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [25:24, 20:41](1943 MB) + +PASS -- COMPILE 's2swa_intel' [13:28, 11:43] ( 1 warnings 3 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [12:10, 08:17](3227 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [16:26, 08:17](3228 MB) +PASS -- TEST 'cpld_restart_p8_intel' [15:00, 04:42](3111 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [12:05, 08:19](3243 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [15:04, 04:59](3129 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [24:17, 16:49](3449 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [12:05, 08:17](3219 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [24:17, 06:52](3167 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [12:20, 08:20](3227 MB) + +PASS -- COMPILE 's2swal_intel' [13:28, 11:56] ( 1 warnings 4 remarks ) +PASS -- TEST 'cpld_control_p8_lnd_intel' [33:46, 08:36](3235 MB) +PASS -- TEST 'cpld_restart_p8_lnd_intel' [16:26, 05:13](3114 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [12:11, 08:28](3205 MB) + +PASS -- COMPILE 's2sw_intel' [12:27, 11:11] ( 1 warnings 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [07:31, 04:52](1916 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [10:58, 07:06](1982 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [12:27, 10:21] ( 1 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [07:56, 04:52](1984 MB) + +PASS -- COMPILE 's2swa_faster_intel' [17:33, 15:44] ( 1 warnings 3 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [16:11, 08:10](3229 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [14:30, 12:51] ( 1 warnings 3 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [26:07, 15:11](1932 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [11:53, 07:35](1101 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [43:23, 17:40](1904 MB) +PASS -- TEST 'cpld_control_c48_5deg_intel' [14:55, 06:05](2887 MB) +PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [10:51, 02:13](2895 MB) +PASS -- TEST 'cpld_restart_c48_5deg_intel' [04:48, 01:24](2309 MB) +PASS -- TEST 'cpld_control_c24_5deg_intel' [09:06, 01:15](2109 MB) +PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [08:03, 00:59](2112 MB) +PASS -- TEST 'cpld_restart_c24_5deg_intel' [04:42, 00:51](1453 MB) +PASS -- TEST 'cpld_control_c24_9deg_intel' [07:02, 01:22](2107 MB) +PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [09:06, 00:59](2118 MB) +PASS -- TEST 'cpld_restart_c24_9deg_intel' [04:45, 00:49](1453 MB) +PASS -- TEST 'cpld_control_c12_9deg_intel' [08:03, 00:59](2036 MB) +PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [08:03, 00:54](2038 MB) +PASS -- TEST 'cpld_restart_c12_9deg_intel' [04:42, 00:47](1392 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [06:18, 04:31] ( 1516 warnings 1940 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [27:52, 24:27](1967 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [11:25, 09:25] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [08:35, 04:09](680 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [10:04, 02:33](1574 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [10:06, 02:35](1582 MB) +PASS -- TEST 'control_latlon_intel' [10:57, 02:34](1581 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [11:07, 02:39](1581 MB) +PASS -- TEST 'control_c48_intel' [10:14, 06:42](1596 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [07:52, 06:06](718 MB) +PASS -- TEST 'control_c48_lnd_iau_intel' [10:12, 06:32](1595 MB) +PASS -- TEST 'control_c192_intel' [16:19, 07:16](1702 MB) +PASS -- TEST 'control_c384_intel' [07:19, 08:48](2009 MB) +PASS -- TEST 'control_c384gdas_intel' [16:36, 09:17](1171 MB) +PASS -- TEST 'control_stochy_intel' [09:36, 01:53](632 MB) +PASS -- TEST 'control_stochy_restart_intel' [04:32, 01:08](398 MB) +PASS -- TEST 'control_lndp_intel' [09:34, 01:43](633 MB) +PASS -- TEST 'control_iovr4_intel' [09:37, 02:36](634 MB) +PASS -- TEST 'control_iovr5_intel' [08:35, 02:38](631 MB) +PASS -- TEST 'control_p8_intel' [10:28, 02:58](1862 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [09:24, 03:05](1858 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [09:28, 02:58](1862 MB) +PASS -- TEST 'control_restart_p8_intel' [09:42, 01:54](1009 MB) +PASS -- TEST 'control_noqr_p8_intel' [08:39, 02:59](1857 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [09:35, 01:46](1011 MB) +PASS -- TEST 'control_decomp_p8_intel' [08:40, 03:03](1858 MB) +PASS -- TEST 'control_2threads_p8_intel' [11:27, 05:51](1935 MB) +PASS -- TEST 'control_p8_lndp_intel' [08:55, 05:04](1864 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [09:32, 04:12](1914 MB) +PASS -- TEST 'control_p8_mynn_intel' [08:15, 03:08](1871 MB) +PASS -- TEST 'merra2_thompson_intel' [11:07, 03:34](1863 MB) +PASS -- TEST 'regional_control_intel' [07:53, 05:02](879 MB) +PASS -- TEST 'regional_restart_intel' [04:49, 02:49](885 MB) +PASS -- TEST 'regional_decomp_intel' [09:49, 05:28](880 MB) +PASS -- TEST 'regional_2threads_intel' [10:52, 07:31](993 MB) +PASS -- TEST 'regional_noquilt_intel' [07:49, 05:04](1173 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [07:50, 05:00](881 MB) +PASS -- TEST 'regional_wofs_intel' [09:52, 06:49](1612 MB) + +PASS -- COMPILE 'rrfs_intel' [10:23, 08:50] ( 3 warnings 92 remarks ) +PASS -- TEST 'rap_control_intel' [13:31, 07:18](1017 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [26:41, 04:26](1197 MB) +PASS -- TEST 'rap_decomp_intel' [11:56, 07:30](1015 MB) +PASS -- TEST 'rap_2threads_intel' [19:44, 15:52](1091 MB) +PASS -- TEST 'rap_restart_intel' [08:31, 03:57](776 MB) +PASS -- TEST 'rap_sfcdiff_intel' [11:30, 07:15](1014 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [11:35, 07:28](1011 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [11:46, 05:27](789 MB) +PASS -- TEST 'hrrr_control_intel' [11:48, 03:58](1010 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [10:43, 03:54](1009 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [14:38, 07:49](1080 MB) +PASS -- TEST 'hrrr_control_restart_intel' [06:34, 02:10](760 MB) +PASS -- TEST 'rrfs_v1beta_intel' [13:29, 07:12](1010 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [12:41, 09:25](1972 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [13:39, 09:03](1966 MB) + +PASS -- COMPILE 'csawmg_intel' [09:22, 08:07] +PASS -- TEST 'control_csawmg_intel' [11:55, 06:33](958 MB) +PASS -- TEST 'control_ras_intel' [07:31, 03:23](669 MB) + +PASS -- COMPILE 'wam_intel' [09:22, 08:05] ( 1 remarks ) +PASS -- TEST 'control_wam_intel' [16:07, 12:08](1652 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [10:23, 08:12] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [09:27, 03:05](1856 MB) +PASS -- TEST 'regional_control_faster_intel' [09:55, 04:55](875 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [06:20, 04:45] ( 868 warnings 92 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [07:55, 02:44](1612 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [07:01, 02:47](1619 MB) +PASS -- TEST 'control_stochy_debug_intel' [06:31, 03:25](825 MB) +PASS -- TEST 'control_lndp_debug_intel' [06:32, 03:10](829 MB) +PASS -- TEST 'control_csawmg_debug_intel' [09:54, 04:49](1115 MB) +PASS -- TEST 'control_ras_debug_intel' [07:32, 03:06](826 MB) +PASS -- TEST 'control_diag_debug_intel' [07:01, 03:13](1675 MB) +PASS -- TEST 'control_debug_p8_intel' [06:53, 03:06](1896 MB) +PASS -- TEST 'regional_debug_intel' [21:05, 18:29](937 MB) +PASS -- TEST 'rap_control_debug_intel' [09:37, 05:34](1202 MB) +PASS -- TEST 'hrrr_control_debug_intel' [10:40, 05:35](1191 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [09:35, 05:32](1199 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [09:34, 05:46](1200 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [09:35, 05:40](1203 MB) +PASS -- TEST 'rap_diag_debug_intel' [10:42, 05:55](1284 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [10:38, 05:49](1201 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [09:33, 05:47](1204 MB) +PASS -- TEST 'rap_lndp_debug_intel' [09:35, 05:40](1205 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [09:34, 05:38](1199 MB) +PASS -- TEST 'rap_noah_debug_intel' [08:36, 05:41](1196 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [09:34, 05:37](1194 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [12:37, 08:53](1192 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [09:35, 05:34](1203 MB) +PASS -- TEST 'rap_flake_debug_intel' [09:35, 05:41](1202 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [15:51, 09:31](1201 MB) + +PASS -- COMPILE 'wam_debug_intel' [05:17, 03:23] ( 824 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [19:12, 14:19](1700 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [11:24, 08:08] ( 3 warnings 91 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [09:18, 04:20](1042 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [11:26, 06:10](888 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [09:30, 03:18](885 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [18:26, 13:40](930 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [13:31, 06:55](943 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [09:02, 03:33](885 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [08:32, 04:37](744 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [04:32, 02:02](723 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [13:28, 08:03] ( 3 warnings 91 remarks ) +PASS -- TEST 'conus13km_control_intel' [07:16, 02:12](1082 MB) +PASS -- TEST 'conus13km_2threads_intel' [15:13, 01:56](1071 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [03:56, 01:33](774 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [13:26, 08:18] ( 3 warnings 91 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [08:57, 04:16](922 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [07:19, 03:29] ( 772 warnings 91 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [09:34, 05:21](1077 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [09:35, 05:16](1075 MB) +PASS -- TEST 'conus13km_debug_intel' [19:18, 14:42](1150 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [19:16, 14:45](850 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [28:19, 22:55](1129 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [18:17, 14:51](1210 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [06:19, 03:23] ( 772 warnings 91 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [08:33, 05:24](1112 MB) + +PASS -- COMPILE 'hafsw_intel' [11:25, 09:51] ( 1 warnings 3 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [18:56, 05:43](706 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [16:52, 04:14](1055 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [12:59, 07:04](763 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [16:47, 11:55](913 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [21:04, 13:11](822 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [11:11, 05:51](461 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [22:57, 07:16](479 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [14:21, 03:17](379 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [44:17, 08:30](445 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [16:08, 04:00](493 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [16:15, 03:42](489 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [23:27, 04:44](558 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [16:48, 01:59](410 MB) +PASS -- TEST 'gnv1_nested_intel' [09:40, 03:59](1703 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [06:19, 03:54] ( 1460 warnings 1444 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [36:35, 14:07](603 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [12:26, 09:29] ( 2 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [30:36, 08:04](605 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [31:43, 08:17](785 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [13:26, 10:02] ( 2 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [29:54, 06:18](772 MB) + +PASS -- COMPILE 'hafs_all_intel' [13:27, 09:17] ( 2 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [16:51, 06:51](756 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [14:46, 06:53](732 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [18:33, 16:04](905 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [12:25, 09:31] +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:25, 02:39](764 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [05:28, 01:44](740 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [05:25, 02:30](648 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [05:25, 02:34](652 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [05:24, 02:42](641 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [07:26, 02:47](763 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [05:24, 02:42](765 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [06:25, 02:42](641 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [11:43, 06:03](687 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [12:25, 06:04](666 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [06:24, 02:41](752 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [08:28, 04:38](2032 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [08:30, 04:38](2031 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [12:26, 09:17] +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [06:26, 02:48](766 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [03:16, 00:51] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [05:40, 01:16](301 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [05:33, 01:06](448 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [03:34, 00:54](449 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [12:25, 10:46] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [08:38, 03:56](1911 MB) + +PASS -- COMPILE 'atml_intel' [14:28, 09:42] ( 9 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_intel' [09:33, 03:35](1884 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [08:02, 02:17](1035 MB) + +PASS -- COMPILE 'atml_debug_intel' [09:22, 04:19] ( 873 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [11:34, 05:58](1923 MB) + +PASS -- COMPILE 'atmw_intel' [13:27, 08:47] ( 3 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [07:34, 02:09](1884 MB) + +PASS -- COMPILE 'atmaero_intel' [11:24, 08:29] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [09:02, 04:25](3114 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [10:01, 05:04](3009 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [09:45, 05:09](3012 MB) PASS -- COMPILE 'atmaq_intel' [10:23, 08:04] ( 8 warnings 4 remarks ) -PASS -- TEST 'regional_atmaq_intel' [21:54, 15:34](2393 MB) +PASS -- TEST 'regional_atmaq_intel' [21:50, 15:29](2385 MB) -PASS -- COMPILE 'atmaq_debug_intel' [06:19, 03:28] ( 849 warnings 4 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [46:09, 40:39](1864 MB) +PASS -- COMPILE 'atmaq_debug_intel' [06:19, 03:29] ( 849 warnings 4 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [46:09, 40:31](1881 MB) SYNOPSIS: -Starting Date/Time: 20250624 15:01:02 -Ending Date/Time: 20250624 17:41:15 -Total Time: 02h:40m:42s +Starting Date/Time: 20250627 17:31:53 +Ending Date/Time: 20250627 20:12:50 +Total Time: 02h:41m:25s Compiles Completed: 38/38 Tests Completed: 191/191 diff --git a/tests/logs/RegressionTests_derecho.log b/tests/logs/RegressionTests_derecho.log index 7d629ec2b0..745ddb8ece 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: -ec799a6bd39886a6cff376cae906f130ed665fc7 +e129f8f9df846ef1bad1abc959affcda0aa37d12 Submodule hashes used in testing: d3c1bc45492f8b35948c97021e4e6ab4d4c203e4 AQM (v0.2.0-38-gd3c1bc4) @@ -11,11 +11,11 @@ Submodule hashes used in testing: 43ead56380bf11ecad66f165dcd736ed0c278763 CICE-interface/CICE/icepack (Icepack1.1.0-200-g43ead56) a2833b0f53682ed80dff68e9af6d0347c1ea64d2 CMEPS-interface/CMEPS (cmeps_v0.4.1-2317-ga2833b0) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 92fde385460e8fa12e0a9f0d350b4d7a15b0a3b5 FV3 (remotes/origin/ogwd) + eeaec64368ba1375ee03f6ae936d5634a012d355 FV3 (remotes/origin/feature/3dtke_gfspbl) 11359cb04a420fc87e4cf0f035f4d1215ab24488 FV3/ccpp/framework (2025-01-06-dev-5-g11359cb) - f8f1086ea39d14d93841a3d291d637b9cbecb0a5 FV3/ccpp/physics (remotes/origin/ogwd) + 845246c2f173652ec803ad180b80b5cab2852449 FV3/ccpp/physics (master-tag-before-replacing-with-ipd-setup-step-fast-5983-g845246c2) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) - ac7c36b12af82a3ea114825f1272ddb21d29085b FV3/fv3/atmos_cubed_sphere (201912_public_release-415-gac7c36b) + ec21a2a5e0e70d167041f75f1470c1b223aaf063 FV3/fv3/atmos_cubed_sphere (remotes/origin/feature/3dtke_gfspbl) e5f9fcb5d4607e3576c7d507da594a9d3b516adc FV3/upp (upp_v10.2.0-272-ge5f9fcb5) -179cae1dd84401cf25d250bd9102e66560a9d328 FV3/upp/sorc/libIFI.fd -3d35332fe66e3e63a285cc8d96facdf255a33481 FV3/upp/sorc/ncep_post.fd/post_gtg.fd @@ -23,7 +23,7 @@ Submodule hashes used in testing: bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) c4d2337d8607ec994b3cd61179eb974e0a237841 LM4-driver (baseline_change_240904-6-gc4d2337) c03c4f68816030f726785daf0db6150aa1e9cc6f LM4-driver/LM4 (land_lad2_2021.02) - 8c52e6a9e36c94f5e0f6adbed715973a7ee0e3dc MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10471-g8c52e6a9e) + c987a8b70d3772d258db62c9081a249b94935b39 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10633-gc987a8b70) 65ef5c73bc7f5663d5688f75c3855d431da4baea MOM6-interface/MOM6/pkg/CVMix-src (65ef5c7) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) 1a2d2fcb02da38e975f252ef743af24b68b3cc7f NOAHMP-interface/noahmp (v3.7.1-455-g1a2d2fc) @@ -39,298 +39,299 @@ 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-20250623 -COMPARISON DIRECTORY: /glade/derecho/scratch/jongkim/FV3_RT/rt_88996 +COMPARISON DIRECTORY: /glade/derecho/scratch/epicufsrt/FV3_RT/rt_33273 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: nral0032 +* (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [35:17, 22:14] ( 1 warnings 5 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [11:23, 05:55](3202 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [37:20, 24:12] ( 1 warnings 5 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [20:09, 13:38](1905 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [21:21, 14:55](1934 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [12:15, 06:48](1063 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [21:53, 15:35](1881 MB) -PASS -- TEST 'cpld_control_gfsv17_nowav_iau_intel' [10:01, 04:32](1922 MB) -PASS -- TEST 'cpld_restart_gfsv17_nowav_iau_intel' [07:05, 02:41](1919 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [37:19, 24:06] ( 1 warnings 5 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [19:46, 13:55](1905 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [25:16, 11:59] ( 1536 warnings 1890 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [21:58, 18:27](1935 MB) - -PASS -- COMPILE 's2swa_intel' [35:18, 22:24] ( 1 warnings 5 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [15:04, 08:02](3224 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [16:15, 07:52](3234 MB) -PASS -- TEST 'cpld_restart_p8_intel' [12:02, 04:23](3151 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [11:05, 07:49](3248 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [14:17, 04:35](3177 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [17:59, 13:23](3803 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [11:52, 07:36](3231 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [11:04, 06:12](3538 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [12:07, 07:46](3231 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [17:32, 08:27](3819 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [13:21, 05:28](3633 MB) - -PASS -- COMPILE 's2swal_intel' [36:19, 22:49] ( 1 warnings 6 remarks ) -PASS -- TEST 'cpld_control_p8_lnd_intel' [15:17, 07:53](3225 MB) -PASS -- TEST 'cpld_restart_p8_lnd_intel' [12:19, 04:26](3150 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [15:01, 07:53](3199 MB) - -PASS -- COMPILE 's2sw_intel' [33:18, 20:34] ( 1 warnings 5 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [07:51, 04:47](1923 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [09:57, 06:48](1979 MB) - -PASS -- COMPILE 's2swa_debug_intel' [25:17, 11:37] ( 1426 warnings 1152 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [15:54, 12:24](3292 MB) - -PASS -- COMPILE 's2sw_debug_intel' [24:16, 11:12] ( 1426 warnings 1152 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [09:01, 05:42](1956 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [29:17, 16:36] ( 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [07:52, 04:48](1985 MB) - -PASS -- COMPILE 's2swa_faster_intel' [27:15, 24:50] ( 1 warnings 5 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [15:12, 07:43](3224 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [25:22, 23:13] ( 1 warnings 5 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [21:02, 13:38](1927 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [10:02, 06:56](1095 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [22:48, 15:36](1894 MB) -PASS -- TEST 'cpld_control_c48_5deg_intel' [11:46, 05:41](2879 MB) -PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [07:38, 02:10](2892 MB) -PASS -- TEST 'cpld_restart_c48_5deg_intel' [04:25, 01:27](2299 MB) -PASS -- TEST 'cpld_control_c24_5deg_intel' [07:28, 01:23](2115 MB) -PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [06:27, 00:58](2117 MB) -PASS -- TEST 'cpld_restart_c24_5deg_intel' [03:34, 00:50](1476 MB) -PASS -- TEST 'cpld_control_c24_9deg_intel' [07:29, 01:22](2118 MB) -PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [07:26, 00:58](2115 MB) -PASS -- TEST 'cpld_restart_c24_9deg_intel' [03:23, 00:50](1473 MB) -PASS -- TEST 'cpld_control_c12_9deg_intel' [06:25, 01:03](2047 MB) -PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [05:30, 00:54](2040 MB) -PASS -- TEST 'cpld_restart_c12_9deg_intel' [03:25, 00:45](1392 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [13:12, 11:16] ( 1536 warnings 1890 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [28:02, 22:56](1950 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [16:12, 14:20] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [10:21, 03:24](662 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [08:33, 02:01](1561 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [09:38, 02:08](1570 MB) -PASS -- TEST 'control_latlon_intel' [10:31, 02:05](1560 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [08:35, 02:08](1556 MB) -PASS -- TEST 'control_c48_intel' [12:35, 05:40](1579 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [08:23, 05:16](698 MB) -PASS -- TEST 'control_c48_lnd_iau_intel' [13:36, 05:43](1575 MB) -PASS -- TEST 'control_c192_intel' [15:04, 06:09](1688 MB) -PASS -- TEST 'control_c384_intel' [17:35, 06:43](1981 MB) -PASS -- TEST 'control_c384gdas_intel' [19:37, 07:14](1160 MB) -PASS -- TEST 'control_stochy_intel' [06:21, 01:26](619 MB) -PASS -- TEST 'control_stochy_restart_intel' [06:23, 00:54](431 MB) -PASS -- TEST 'control_lndp_intel' [07:23, 01:22](620 MB) -PASS -- TEST 'control_iovr4_intel' [08:24, 02:07](614 MB) -PASS -- TEST 'control_iovr5_intel' [10:21, 02:07](616 MB) -PASS -- TEST 'control_p8_intel' [11:52, 02:49](1852 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [12:51, 03:02](1858 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [11:43, 02:49](1861 MB) -PASS -- TEST 'control_restart_p8_intel' [05:42, 01:52](1003 MB) -PASS -- TEST 'control_noqr_p8_intel' [11:33, 02:55](1851 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [05:40, 01:56](1007 MB) -PASS -- TEST 'control_decomp_p8_intel' [08:36, 02:48](1857 MB) -PASS -- TEST 'control_2threads_p8_intel' [09:37, 04:32](1928 MB) -PASS -- TEST 'control_p8_lndp_intel' [08:32, 04:40](1853 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [07:52, 03:54](1908 MB) -PASS -- TEST 'control_p8_mynn_intel' [05:51, 03:04](1853 MB) -PASS -- TEST 'merra2_thompson_intel' [05:45, 03:14](1857 MB) -PASS -- TEST 'regional_control_intel' [07:30, 04:50](879 MB) -PASS -- TEST 'regional_restart_intel' [05:28, 02:49](896 MB) -PASS -- TEST 'regional_decomp_intel' [07:26, 04:57](882 MB) -PASS -- TEST 'regional_noquilt_intel' [07:32, 04:47](1182 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [07:26, 04:46](876 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [07:23, 04:47](875 MB) -PASS -- TEST 'regional_wofs_intel' [08:26, 05:41](1617 MB) - -PASS -- COMPILE 'rrfs_intel' [15:14, 13:00] ( 3 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [08:43, 06:07](1011 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [07:01, 03:57](1181 MB) -PASS -- TEST 'rap_decomp_intel' [09:28, 06:26](1006 MB) -PASS -- TEST 'rap_2threads_intel' [13:38, 11:21](1086 MB) -PASS -- TEST 'rap_restart_intel' [05:34, 03:16](876 MB) -PASS -- TEST 'rap_sfcdiff_intel' [08:42, 06:05](1009 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [09:30, 06:24](1007 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [07:40, 04:36](875 MB) -PASS -- TEST 'hrrr_control_intel' [05:36, 03:14](1001 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [06:29, 03:21](1003 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [08:29, 05:42](1078 MB) -PASS -- TEST 'hrrr_control_restart_intel' [04:26, 01:50](833 MB) -PASS -- TEST 'rrfs_v1beta_intel' [08:42, 05:59](1008 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [10:27, 07:55](1955 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:21, 07:35](1946 MB) - -PASS -- COMPILE 'csawmg_intel' [14:12, 12:04] -PASS -- TEST 'control_csawmg_intel' [08:50, 06:06](963 MB) -PASS -- TEST 'control_ras_intel' [05:23, 02:53](658 MB) - -PASS -- COMPILE 'wam_intel' [14:13, 11:40] ( 1 remarks ) -PASS -- TEST 'control_wam_intel' [13:53, 10:12](1652 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [19:14, 12:28] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [05:49, 02:51](1852 MB) -PASS -- TEST 'regional_control_faster_intel' [07:25, 04:36](877 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [15:15, 10:17] ( 883 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [05:33, 02:09](1602 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [06:31, 02:12](1605 MB) -PASS -- TEST 'control_stochy_debug_intel' [06:24, 02:51](806 MB) -PASS -- TEST 'control_lndp_debug_intel' [05:17, 02:38](805 MB) -PASS -- TEST 'control_csawmg_debug_intel' [07:29, 04:32](1114 MB) -PASS -- TEST 'control_ras_debug_intel' [05:26, 02:39](814 MB) -PASS -- TEST 'control_diag_debug_intel' [05:44, 02:35](1661 MB) -PASS -- TEST 'control_debug_p8_intel' [05:31, 02:52](1896 MB) -PASS -- TEST 'regional_debug_intel' [19:29, 16:18](931 MB) -PASS -- TEST 'rap_control_debug_intel' [07:21, 04:42](1191 MB) -PASS -- TEST 'hrrr_control_debug_intel' [07:19, 04:33](1186 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [07:17, 04:39](1191 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [07:25, 04:46](1188 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [07:16, 04:38](1191 MB) -PASS -- TEST 'rap_diag_debug_intel' [07:46, 04:52](1273 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [07:25, 04:51](1190 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [07:17, 04:47](1194 MB) -PASS -- TEST 'rap_lndp_debug_intel' [07:25, 04:41](1192 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [07:20, 04:42](1190 MB) -PASS -- TEST 'rap_noah_debug_intel' [07:21, 04:36](1189 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [07:24, 04:42](1190 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [10:23, 07:30](1191 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [08:25, 04:40](1193 MB) -PASS -- TEST 'rap_flake_debug_intel' [08:26, 04:49](1190 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [11:48, 07:57](1193 MB) - -PASS -- COMPILE 'wam_debug_intel' [12:15, 06:44] ( 838 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [16:40, 12:12](1684 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [16:15, 11:52] ( 3 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [08:09, 03:39](1032 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [08:45, 05:09](885 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [06:40, 02:48](882 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [13:33, 09:35](945 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [09:35, 04:55](931 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [07:32, 02:54](881 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [07:37, 03:55](788 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [04:26, 01:36](772 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [14:12, 11:40] ( 3 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [05:48, 01:47](1096 MB) -PASS -- TEST 'conus13km_2threads_intel' [07:54, 01:14](1101 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [05:46, 01:09](990 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [19:18, 11:53] ( 3 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:37, 03:38](917 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [13:12, 06:39] ( 786 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [07:26, 04:30](1072 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [07:25, 04:30](1069 MB) -PASS -- TEST 'conus13km_debug_intel' [15:39, 12:39](1158 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [15:30, 12:36](844 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [16:40, 13:49](1158 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:37, 12:42](1224 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [13:13, 06:35] ( 786 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [07:19, 04:38](1109 MB) - -PASS -- COMPILE 'hafsw_intel' [25:20, 18:06] ( 1 warnings 4 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [07:59, 04:26](764 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [05:32, 03:05](1047 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [10:08, 06:22](756 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [12:55, 10:14](833 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [15:15, 11:18](794 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [07:49, 04:31](466 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [09:05, 05:34](488 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [06:37, 02:15](381 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [13:45, 05:57](452 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [09:42, 03:13](504 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [08:43, 02:57](499 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [09:42, 03:38](571 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [05:27, 01:12](416 MB) -PASS -- TEST 'gnv1_nested_intel' [07:29, 03:21](1708 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [15:12, 08:34] ( 1478 warnings 1424 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [15:41, 11:50](608 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [23:14, 17:44] ( 3 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [10:45, 06:41](612 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [22:48, 06:44](671 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [26:20, 19:37] ( 2 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [21:34, 05:10](665 MB) - -PASS -- COMPILE 'hafs_all_intel' [22:19, 16:19] ( 3 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [14:01, 05:36](776 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [15:56, 05:39](756 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [20:41, 16:16](894 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [14:17, 08:55] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [06:28, 02:30](771 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:23, 01:33](759 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [06:24, 02:22](645 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [06:24, 02:24](651 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [06:23, 02:24](649 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [06:20, 02:31](770 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [05:18, 02:31](771 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [05:22, 02:22](645 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [12:29, 05:47](702 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [12:57, 05:43](679 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [06:15, 02:29](768 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [08:19, 03:52](2036 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [08:21, 03:54](2036 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [08:17, 06:07] ( 4 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [09:23, 05:07](754 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [11:18, 08:47] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [06:17, 02:29](766 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [05:11, 02:48] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [09:26, 01:22](312 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [08:21, 00:55](450 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [21:32, 00:41](452 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [16:13, 14:04] ( 3 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [11:04, 03:44](1912 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [16:18, 13:01] ( 1 warnings 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [12:41, 04:43](1905 MB) - -PASS -- COMPILE 'atml_intel' [19:14, 15:20] ( 9 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_intel' [10:49, 03:41](1877 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [19:47, 02:19](1027 MB) - -PASS -- COMPILE 'atml_debug_intel' [13:13, 09:10] ( 888 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [12:46, 05:03](1924 MB) - -PASS -- COMPILE 'atmw_intel' [17:20, 14:35] ( 3 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [09:45, 02:04](1875 MB) - -PASS -- COMPILE 'atmaero_intel' [15:12, 13:11] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [12:04, 04:10](3120 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [11:56, 04:18](2995 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [11:54, 04:25](3010 MB) - -PASS -- COMPILE 'atmaq_intel' [15:13, 13:03] ( 8 warnings 4 remarks ) -PASS -- TEST 'regional_atmaq_intel' [20:39, 13:57](3025 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [11:18, 07:45] ( 863 warnings 4 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [01:33, 34:15](3040 MB) - -PASS -- COMPILE 'atm_fbh_intel' [15:18, 11:47] ( 3 warnings 8 remarks ) -PASS -- TEST 'cpld_regional_atm_fbh_intel' [12:31, 08:04](807 MB) +PASS -- COMPILE 's2swa_32bit_intel' [24:19, 22:30] ( 1 warnings 5 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [09:13, 06:07](3200 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [26:20, 24:28] ( 1 warnings 5 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [18:09, 13:47](1902 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [18:35, 14:50](1923 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [10:18, 06:44](1074 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [20:18, 15:37](1881 MB) +PASS -- TEST 'cpld_control_gfsv17_nowav_iau_intel' [08:15, 04:36](1912 MB) +PASS -- TEST 'cpld_restart_gfsv17_nowav_iau_intel' [12:09, 02:50](1918 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [26:20, 24:01] ( 1 warnings 5 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [19:56, 14:00](1907 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [14:18, 11:45] ( 1536 warnings 1890 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [23:12, 18:40](1935 MB) + +PASS -- COMPILE 's2swa_intel' [24:20, 22:16] ( 1 warnings 5 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [11:37, 07:40](3219 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [11:39, 07:55](3215 MB) +PASS -- TEST 'cpld_restart_p8_intel' [09:50, 04:27](3143 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [11:23, 07:53](3249 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [11:10, 04:33](3172 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [17:10, 13:25](3809 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [11:07, 07:41](3217 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [10:07, 06:24](3540 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [11:34, 07:53](3223 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [15:16, 08:13](3811 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [11:14, 05:27](3619 MB) + +PASS -- COMPILE 's2swal_intel' [25:19, 22:46] ( 1 warnings 6 remarks ) +PASS -- TEST 'cpld_control_p8_lnd_intel' [13:23, 07:46](3231 MB) +PASS -- TEST 'cpld_restart_p8_lnd_intel' [08:53, 04:29](3160 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [11:27, 07:55](3204 MB) + +PASS -- COMPILE 's2sw_intel' [23:18, 20:40] ( 1 warnings 5 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [07:55, 04:46](1918 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [09:57, 06:43](1984 MB) + +PASS -- COMPILE 's2swa_debug_intel' [14:18, 11:35] ( 1426 warnings 1152 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [17:05, 12:00](3291 MB) + +PASS -- COMPILE 's2sw_debug_intel' [13:18, 10:54] ( 1426 warnings 1152 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [11:03, 05:50](1952 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [19:19, 17:00] ( 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [08:03, 04:35](1979 MB) + +PASS -- COMPILE 's2swa_faster_intel' [30:22, 25:40] ( 1 warnings 5 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [11:28, 07:36](3246 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [27:22, 23:52] ( 1 warnings 5 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [17:01, 13:37](1923 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [11:15, 07:00](1105 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [19:10, 15:27](1886 MB) +PASS -- TEST 'cpld_control_c48_5deg_intel' [08:46, 05:42](2884 MB) +PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [04:34, 02:02](2893 MB) +PASS -- TEST 'cpld_restart_c48_5deg_intel' [14:05, 01:21](2305 MB) +PASS -- TEST 'cpld_control_c24_5deg_intel' [03:32, 01:22](2117 MB) +PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [03:49, 00:56](2114 MB) +PASS -- TEST 'cpld_restart_c24_5deg_intel' [12:51, 00:45](1464 MB) +PASS -- TEST 'cpld_control_c24_9deg_intel' [03:45, 01:17](2110 MB) +PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [03:59, 00:53](2108 MB) +PASS -- TEST 'cpld_restart_c24_9deg_intel' [11:05, 00:46](1464 MB) +PASS -- TEST 'cpld_control_c12_9deg_intel' [03:50, 00:59](2040 MB) +PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [03:36, 00:46](2046 MB) +PASS -- TEST 'cpld_restart_c12_9deg_intel' [10:46, 00:42](1393 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [14:21, 10:45] ( 1536 warnings 1890 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [25:59, 22:47](1949 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [16:20, 14:05] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [06:30, 03:25](667 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [05:02, 02:02](1560 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [05:10, 02:09](1570 MB) +PASS -- TEST 'control_latlon_intel' [05:02, 02:06](1568 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [05:04, 02:09](1559 MB) +PASS -- TEST 'control_c48_intel' [09:02, 05:46](1588 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [07:25, 05:21](712 MB) +PASS -- TEST 'control_c48_lnd_iau_intel' [09:01, 05:48](1588 MB) +PASS -- TEST 'control_c192_intel' [10:50, 06:08](1694 MB) +PASS -- TEST 'control_c384_intel' [14:25, 06:49](2002 MB) +PASS -- TEST 'control_c384gdas_intel' [16:15, 07:19](1182 MB) +PASS -- TEST 'control_stochy_intel' [04:35, 01:27](618 MB) +PASS -- TEST 'control_stochy_restart_intel' [03:25, 00:55](430 MB) +PASS -- TEST 'control_lndp_intel' [03:34, 01:21](621 MB) +PASS -- TEST 'control_iovr4_intel' [04:36, 02:07](617 MB) +PASS -- TEST 'control_iovr5_intel' [04:37, 02:08](618 MB) +PASS -- TEST 'control_p8_intel' [06:13, 02:59](1855 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [07:22, 03:04](1851 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [07:16, 02:47](1861 MB) +PASS -- TEST 'control_restart_p8_intel' [04:51, 01:51](1002 MB) +PASS -- TEST 'control_noqr_p8_intel' [07:56, 02:57](1855 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [04:45, 01:49](1016 MB) +PASS -- TEST 'control_decomp_p8_intel' [06:51, 02:55](1852 MB) +PASS -- TEST 'control_2threads_p8_intel' [07:55, 04:32](1935 MB) +PASS -- TEST 'control_p8_lndp_intel' [08:08, 04:44](1850 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [07:06, 03:50](1909 MB) +PASS -- TEST 'control_p8_mynn_intel' [07:01, 03:01](1857 MB) +PASS -- TEST 'merra2_thompson_intel' [07:00, 03:11](1865 MB) +PASS -- TEST 'regional_control_intel' [07:35, 04:41](881 MB) +PASS -- TEST 'regional_restart_intel' [14:43, 02:47](896 MB) +PASS -- TEST 'regional_decomp_intel' [07:29, 05:00](882 MB) +PASS -- TEST 'regional_noquilt_intel' [07:37, 04:45](1187 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [07:34, 04:46](868 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [07:53, 04:43](878 MB) +PASS -- TEST 'regional_wofs_intel' [08:01, 05:39](1615 MB) + +PASS -- COMPILE 'rrfs_intel' [15:20, 12:46] ( 3 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [08:47, 06:07](1010 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [17:23, 03:36](1191 MB) +PASS -- TEST 'rap_decomp_intel' [08:40, 06:24](1010 MB) +PASS -- TEST 'rap_2threads_intel' [23:48, 11:25](1089 MB) +PASS -- TEST 'rap_restart_intel' [08:42, 03:15](880 MB) +PASS -- TEST 'rap_sfcdiff_intel' [18:46, 06:07](1007 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [18:44, 06:22](1012 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [08:43, 04:35](881 MB) +PASS -- TEST 'hrrr_control_intel' [14:45, 03:14](1003 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [13:48, 03:18](1008 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [16:54, 05:40](1082 MB) +PASS -- TEST 'hrrr_control_restart_intel' [04:32, 01:46](839 MB) +PASS -- TEST 'rrfs_v1beta_intel' [16:47, 05:59](1005 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [17:35, 07:54](1956 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [17:33, 07:36](1948 MB) + +PASS -- COMPILE 'csawmg_intel' [14:14, 11:53] +PASS -- TEST 'control_csawmg_intel' [15:39, 06:05](961 MB) +PASS -- TEST 'control_ras_intel' [12:27, 02:54](661 MB) + +PASS -- COMPILE 'wam_intel' [13:14, 11:32] ( 1 remarks ) +PASS -- TEST 'control_wam_intel' [18:44, 10:16](1644 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [14:20, 12:09] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [10:04, 03:01](1848 MB) +PASS -- TEST 'regional_control_faster_intel' [11:37, 04:30](876 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [12:13, 09:52] ( 883 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [09:43, 02:08](1599 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [09:42, 02:15](1603 MB) +PASS -- TEST 'control_stochy_debug_intel' [09:22, 02:49](808 MB) +PASS -- TEST 'control_lndp_debug_intel' [09:19, 02:37](808 MB) +PASS -- TEST 'control_csawmg_debug_intel' [10:43, 04:37](1112 MB) +PASS -- TEST 'control_ras_debug_intel' [05:28, 02:37](814 MB) +PASS -- TEST 'control_diag_debug_intel' [06:25, 02:32](1657 MB) +PASS -- TEST 'control_debug_p8_intel' [05:51, 02:51](1901 MB) +PASS -- TEST 'regional_debug_intel' [18:38, 16:12](929 MB) +PASS -- TEST 'rap_control_debug_intel' [07:36, 04:38](1190 MB) +PASS -- TEST 'hrrr_control_debug_intel' [07:25, 04:35](1186 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [07:26, 04:40](1194 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [06:25, 04:39](1195 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [07:33, 04:40](1191 MB) +PASS -- TEST 'rap_diag_debug_intel' [08:10, 05:00](1278 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [07:30, 04:53](1192 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [07:22, 04:45](1194 MB) +PASS -- TEST 'rap_lndp_debug_intel' [07:28, 04:41](1197 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [07:27, 04:41](1194 MB) +PASS -- TEST 'rap_noah_debug_intel' [07:22, 04:34](1195 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [07:20, 04:42](1194 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [10:17, 07:32](1191 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [07:19, 04:40](1190 MB) +PASS -- TEST 'rap_flake_debug_intel' [07:23, 04:42](1191 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:56, 07:57](1198 MB) + +PASS -- COMPILE 'wam_debug_intel' [09:12, 06:14] ( 838 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [17:46, 12:08](1690 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [14:16, 11:37] ( 3 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [08:06, 03:30](1022 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [08:39, 05:09](885 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [06:52, 02:46](882 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [13:37, 09:34](937 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [08:49, 04:58](932 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [06:31, 02:55](879 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [07:50, 03:54](790 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [06:22, 01:35](769 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [13:14, 11:27] ( 3 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [04:43, 01:45](1101 MB) +PASS -- TEST 'conus13km_2threads_intel' [06:40, 01:13](1098 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [06:59, 01:05](988 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [14:15, 11:40] ( 3 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:32, 03:37](919 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [09:14, 06:42] ( 786 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [07:21, 04:34](1072 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [07:21, 04:31](1066 MB) +PASS -- TEST 'conus13km_debug_intel' [16:03, 12:37](1156 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [15:56, 12:43](843 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [17:53, 13:35](1152 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [16:48, 12:29](1221 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [09:13, 06:25] ( 786 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [07:25, 04:35](1108 MB) + +PASS -- COMPILE 'hafsw_intel' [20:14, 17:59] ( 1 warnings 4 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [08:04, 04:22](771 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:32, 03:02](1047 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [10:15, 06:20](769 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [14:15, 10:14](841 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [17:25, 11:17](791 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [07:56, 04:35](463 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [10:03, 05:36](485 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [05:42, 02:14](385 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [13:37, 06:01](452 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [08:48, 03:12](499 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [08:46, 03:01](501 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [08:42, 03:36](569 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [05:23, 01:11](419 MB) +PASS -- TEST 'gnv1_nested_intel' [08:33, 03:21](1709 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [11:18, 08:18] ( 1478 warnings 1424 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [16:48, 12:16](610 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [20:17, 17:44] ( 3 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [10:54, 06:37](616 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [10:53, 06:41](682 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [22:15, 19:36] ( 2 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [09:21, 05:03](672 MB) + +PASS -- COMPILE 'hafs_all_intel' [19:14, 16:10] ( 3 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [09:05, 05:39](778 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [08:54, 05:40](765 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [18:42, 16:13](895 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [11:16, 09:26] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [05:28, 02:29](769 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:26, 01:30](743 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:18, 02:21](646 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:21, 02:24](650 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:24, 02:23](645 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:23, 02:29](770 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:30, 02:30](756 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:27, 02:20](646 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [09:32, 05:41](695 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [09:58, 05:38](683 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [05:19, 02:28](756 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [06:18, 03:49](2032 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [06:22, 03:51](2032 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [08:12, 06:12] ( 4 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:18, 05:11](739 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [11:18, 09:34] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:22, 02:29](756 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [14:19, 02:44] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [03:27, 01:14](310 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [03:20, 00:51](451 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [04:22, 00:38](451 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [24:22, 14:05] ( 3 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [07:24, 03:47](1901 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [23:17, 12:49] ( 1 warnings 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [08:08, 04:38](1907 MB) + +PASS -- COMPILE 'atml_intel' [21:21, 15:08] ( 9 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_intel' [07:13, 03:43](1878 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [05:40, 02:18](1031 MB) + +PASS -- COMPILE 'atml_debug_intel' [15:13, 08:50] ( 888 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [08:12, 05:04](1916 MB) + +PASS -- COMPILE 'atmw_intel' [17:20, 14:30] ( 3 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:51, 02:13](1875 MB) + +PASS -- COMPILE 'atmaero_intel' [16:22, 12:48] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [07:52, 04:06](3125 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [07:10, 04:17](3000 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [07:56, 04:23](3022 MB) + +PASS -- COMPILE 'atmaq_intel' [15:19, 12:48] ( 8 warnings 4 remarks ) +PASS -- TEST 'regional_atmaq_intel' [18:43, 13:50](3026 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [10:19, 07:21] ( 863 warnings 4 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [38:42, 34:10](3038 MB) + +PASS -- COMPILE 'atm_fbh_intel' [13:18, 11:29] ( 3 warnings 8 remarks ) +PASS -- TEST 'cpld_regional_atm_fbh_intel' [10:32, 08:01](812 MB) SYNOPSIS: -Starting Date/Time: 20250624 04:49:52 -Ending Date/Time: 20250624 07:29:40 -Total Time: 02h:40m:40s +Starting Date/Time: 20250626 20:10:48 +Ending Date/Time: 20250626 22:17:42 +Total Time: 02h:07m:44s Compiles Completed: 43/43 Tests Completed: 196/196 diff --git a/tests/logs/RegressionTests_gaeac6.log b/tests/logs/RegressionTests_gaeac6.log index 90249e51b4..b6248e6850 100644 --- a/tests/logs/RegressionTests_gaeac6.log +++ b/tests/logs/RegressionTests_gaeac6.log @@ -1,7 +1,7 @@ ====START OF GAEAC6 REGRESSION TESTING LOG==== UFSWM hash used in testing: -ec799a6bd39886a6cff376cae906f130ed665fc7 +e129f8f9df846ef1bad1abc959affcda0aa37d12 Submodule hashes used in testing: d3c1bc45492f8b35948c97021e4e6ab4d4c203e4 AQM (v0.2.0-38-gd3c1bc4) @@ -11,11 +11,11 @@ Submodule hashes used in testing: 43ead56380bf11ecad66f165dcd736ed0c278763 CICE-interface/CICE/icepack (Icepack1.1.0-200-g43ead56) a2833b0f53682ed80dff68e9af6d0347c1ea64d2 CMEPS-interface/CMEPS (cmeps_v0.4.1-2317-ga2833b0) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 92fde385460e8fa12e0a9f0d350b4d7a15b0a3b5 FV3 (remotes/origin/ogwd) + eeaec64368ba1375ee03f6ae936d5634a012d355 FV3 (remotes/origin/feature/3dtke_gfspbl) 11359cb04a420fc87e4cf0f035f4d1215ab24488 FV3/ccpp/framework (2025-01-06-dev-5-g11359cb) - f8f1086ea39d14d93841a3d291d637b9cbecb0a5 FV3/ccpp/physics (remotes/origin/ogwd) + 845246c2f173652ec803ad180b80b5cab2852449 FV3/ccpp/physics (master-tag-before-replacing-with-ipd-setup-step-fast-5983-g845246c2) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) - ac7c36b12af82a3ea114825f1272ddb21d29085b FV3/fv3/atmos_cubed_sphere (201912_public_release-415-gac7c36b) + ec21a2a5e0e70d167041f75f1470c1b223aaf063 FV3/fv3/atmos_cubed_sphere (remotes/origin/feature/3dtke_gfspbl) e5f9fcb5d4607e3576c7d507da594a9d3b516adc FV3/upp (upp_v10.2.0-272-ge5f9fcb5) -179cae1dd84401cf25d250bd9102e66560a9d328 FV3/upp/sorc/libIFI.fd -3d35332fe66e3e63a285cc8d96facdf255a33481 FV3/upp/sorc/ncep_post.fd/post_gtg.fd @@ -23,7 +23,7 @@ Submodule hashes used in testing: bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) c4d2337d8607ec994b3cd61179eb974e0a237841 LM4-driver (baseline_change_240904-6-gc4d2337) c03c4f68816030f726785daf0db6150aa1e9cc6f LM4-driver/LM4 (land_lad2_2021.02) - 8c52e6a9e36c94f5e0f6adbed715973a7ee0e3dc MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10471-g8c52e6a9e) + c987a8b70d3772d258db62c9081a249b94935b39 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10633-gc987a8b70) 65ef5c73bc7f5663d5688f75c3855d431da4baea MOM6-interface/MOM6/pkg/CVMix-src (65ef5c7) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) 1a2d2fcb02da38e975f252ef743af24b68b3cc7f NOAHMP-interface/noahmp (v3.7.1-455-g1a2d2fc) @@ -39,302 +39,302 @@ The second time is specifically for the run phase. Times/Memory will be empty for failed tests. BASELINE DIRECTORY: /gpfs/f6/bil-fire8/world-shared/role.epic/UFS-WM_RT/NEMSfv3gfs/develop-20250623 -COMPARISON DIRECTORY: /gpfs/f6/bil-fire8/proj-shared/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_234245 +COMPARISON DIRECTORY: /gpfs/f6/bil-fire8/proj-shared/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_746783 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: bil-fire8 * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [10:10, 08:36] ( 1 warnings 5 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [09:44, 04:02](2039 MB) -PASS -- TEST 'cpld_control_gefs_intel' [21:19, 09:43](3058 MB) -PASS -- TEST 'cpld_restart_gefs_intel' [09:43, 03:44](2696 MB) -PASS -- TEST 'cpld_dcp_gefs_intel' [21:19, 09:40](3081 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [14:10, 12:31] ( 1 warnings 5 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [12:37, 10:07](1911 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [12:35, 11:06](1951 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [06:29, 04:55](1063 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [14:37, 11:57](1904 MB) -PASS -- TEST 'cpld_control_gfsv17_nowav_iau_intel' [04:37, 03:00](1787 MB) -PASS -- TEST 'cpld_restart_gfsv17_nowav_iau_intel' [03:30, 01:41](1795 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [14:10, 12:38] ( 1 warnings 5 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [12:28, 10:20](1913 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [05:10, 03:30] ( 1536 warnings 1890 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [15:35, 12:59](1949 MB) - -PASS -- COMPILE 's2swa_intel' [10:10, 08:46] ( 1 warnings 5 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [06:43, 05:08](2062 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [09:45, 05:05](2059 MB) -PASS -- TEST 'cpld_restart_p8_intel' [04:31, 02:48](1630 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [06:39, 05:06](2079 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [04:31, 02:49](1464 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [10:40, 05:59](2226 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [06:40, 04:58](2058 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [06:40, 04:08](2008 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [09:44, 05:04](2069 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [11:56, 05:44](2408 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [05:49, 03:30](2663 MB) - -PASS -- COMPILE 's2swal_intel' [10:10, 08:52] ( 1 warnings 6 remarks ) -PASS -- TEST 'cpld_control_p8_lnd_intel' [10:49, 05:08](2065 MB) -PASS -- TEST 'cpld_restart_p8_lnd_intel' [04:34, 02:50](1620 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [07:37, 05:11](1920 MB) - -PASS -- COMPILE 's2sw_intel' [09:10, 08:05] ( 1 warnings 5 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [05:33, 03:01](1935 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [06:38, 04:28](1855 MB) - -PASS -- COMPILE 's2swa_debug_intel' [05:10, 03:28] ( 1426 warnings 1152 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [13:33, 08:13](2095 MB) - -PASS -- COMPILE 's2sw_debug_intel' [27:12, 25:39] ( 1426 warnings 1152 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [05:34, 03:52](1959 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [08:10, 06:41] ( 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [05:32, 03:19](1993 MB) - -PASS -- COMPILE 's2swa_faster_intel' [10:10, 09:02] ( 1 warnings 5 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [06:35, 04:58](2069 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [14:10, 12:37] ( 1 warnings 5 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [12:40, 10:12](1939 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [06:31, 05:00](1116 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [13:33, 11:55](1914 MB) -PASS -- TEST 'cpld_control_c48_5deg_intel' [05:28, 04:08](2865 MB) -PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [03:24, 01:14](2878 MB) -PASS -- TEST 'cpld_restart_c48_5deg_intel' [02:20, 00:45](2281 MB) -PASS -- TEST 'cpld_control_c24_5deg_intel' [02:20, 00:44](2098 MB) -PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [02:22, 00:24](2097 MB) -PASS -- TEST 'cpld_restart_c24_5deg_intel' [02:20, 00:18](1440 MB) -PASS -- TEST 'cpld_control_c24_9deg_intel' [02:23, 00:44](2098 MB) -PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [02:25, 00:23](2081 MB) -PASS -- TEST 'cpld_restart_c24_9deg_intel' [02:21, 00:18](1439 MB) -PASS -- TEST 'cpld_control_c12_9deg_intel' [02:23, 00:26](2023 MB) -PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [02:23, 00:19](2032 MB) -PASS -- TEST 'cpld_restart_c12_9deg_intel' [02:21, 00:15](1379 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:10, 03:21] ( 1536 warnings 1890 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [19:36, 16:26](1959 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [08:10, 06:35] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [04:18, 02:30](533 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [03:26, 01:35](1421 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [03:29, 01:39](1434 MB) -PASS -- TEST 'control_latlon_intel' [03:24, 01:37](1435 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [03:29, 01:39](1424 MB) -PASS -- TEST 'control_c48_intel' [06:28, 04:37](1560 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [06:21, 04:16](683 MB) -PASS -- TEST 'control_c48_lnd_iau_intel' [06:29, 04:36](1564 MB) -PASS -- TEST 'control_c192_intel' [06:29, 04:45](1693 MB) -PASS -- TEST 'control_c384_intel' [11:41, 09:33](1957 MB) -PASS -- TEST 'control_c384gdas_intel' [12:12, 10:02](1177 MB) -PASS -- TEST 'control_stochy_intel' [03:17, 01:13](490 MB) -PASS -- TEST 'control_stochy_restart_intel' [02:17, 00:41](292 MB) -PASS -- TEST 'control_lndp_intel' [02:16, 01:05](493 MB) -PASS -- TEST 'control_iovr4_intel' [03:16, 01:45](483 MB) -PASS -- TEST 'control_iovr5_intel' [03:16, 01:41](483 MB) -PASS -- TEST 'control_p8_intel' [03:31, 01:51](1726 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [03:32, 02:01](1726 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [03:29, 01:53](1726 MB) -PASS -- TEST 'control_restart_p8_intel' [02:23, 01:07](868 MB) -PASS -- TEST 'control_noqr_p8_intel' [03:24, 01:54](1712 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [02:28, 01:04](883 MB) -PASS -- TEST 'control_decomp_p8_intel' [03:20, 01:57](1723 MB) -PASS -- TEST 'control_2threads_p8_intel' [03:24, 02:06](1791 MB) -PASS -- TEST 'control_p8_lndp_intel' [05:24, 03:15](1722 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [04:29, 02:36](1778 MB) -PASS -- TEST 'control_p8_mynn_intel' [03:26, 02:00](1736 MB) -PASS -- TEST 'merra2_thompson_intel' [04:27, 02:14](1725 MB) -PASS -- TEST 'regional_control_intel' [05:22, 03:20](865 MB) -PASS -- TEST 'regional_restart_intel' [03:20, 01:47](886 MB) -PASS -- TEST 'regional_decomp_intel' [05:22, 03:30](870 MB) -PASS -- TEST 'regional_2threads_intel' [04:24, 02:33](1001 MB) -PASS -- TEST 'regional_noquilt_intel' [05:21, 03:18](1171 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [05:28, 03:17](865 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [05:23, 03:18](864 MB) -PASS -- TEST 'regional_wofs_intel' [06:26, 04:18](1600 MB) - -PASS -- COMPILE 'rrfs_intel' [07:10, 06:02] ( 3 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [06:27, 04:43](874 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [04:34, 02:46](1215 MB) -PASS -- TEST 'rap_decomp_intel' [06:25, 04:58](874 MB) -PASS -- TEST 'rap_2threads_intel' [07:20, 05:42](950 MB) -PASS -- TEST 'rap_restart_intel' [04:22, 02:29](735 MB) -PASS -- TEST 'rap_sfcdiff_intel' [06:25, 04:46](876 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [06:20, 04:56](873 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [05:22, 03:36](737 MB) -PASS -- TEST 'hrrr_control_intel' [04:25, 02:32](872 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [04:20, 02:34](871 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [04:19, 02:54](945 MB) -PASS -- TEST 'hrrr_control_restart_intel' [03:16, 01:21](699 MB) -PASS -- TEST 'rrfs_v1beta_intel' [06:24, 04:46](875 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [08:16, 06:05](1823 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [07:17, 05:44](1817 MB) +PASS -- COMPILE 's2swa_32bit_intel' [10:12, 08:51] ( 1 warnings 5 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [12:00, 04:10](2025 MB) +PASS -- TEST 'cpld_control_gefs_intel' [56:28, 10:13](3067 MB) +PASS -- TEST 'cpld_restart_gefs_intel' [18:59, 03:41](2701 MB) +PASS -- TEST 'cpld_dcp_gefs_intel' [45:38, 10:13](3089 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [14:13, 12:20] ( 1 warnings 5 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [22:47, 10:11](1922 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [42:04, 11:20](1947 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [33:50, 05:06](1083 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [40:00, 11:59](1906 MB) +PASS -- TEST 'cpld_control_gfsv17_nowav_iau_intel' [44:42, 03:00](1805 MB) +PASS -- TEST 'cpld_restart_gfsv17_nowav_iau_intel' [04:26, 01:39](1804 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [14:13, 12:47] ( 1 warnings 5 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [26:52, 10:28](1917 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [05:12, 03:50] ( 1536 warnings 1890 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [14:45, 13:00](1952 MB) + +PASS -- COMPILE 's2swa_intel' [10:12, 08:52] ( 1 warnings 5 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [12:00, 05:19](2063 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [13:02, 05:11](2070 MB) +PASS -- TEST 'cpld_restart_p8_intel' [49:52, 02:56](1622 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [11:58, 05:19](2095 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [44:57, 02:55](1465 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [17:56, 06:15](2233 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [11:58, 05:14](2055 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [01:46, 04:17](1997 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [12:00, 05:16](2067 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [20:37, 06:01](2412 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [37:16, 03:31](2663 MB) + +PASS -- COMPILE 's2swal_intel' [10:12, 08:52] ( 1 warnings 6 remarks ) +PASS -- TEST 'cpld_control_p8_lnd_intel' [19:16, 05:13](2068 MB) +PASS -- TEST 'cpld_restart_p8_lnd_intel' [42:52, 02:58](1623 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [08:59, 05:26](1914 MB) + +PASS -- COMPILE 's2sw_intel' [10:12, 08:30] ( 1 warnings 5 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [06:58, 03:13](1939 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [01:56, 04:40](1858 MB) + +PASS -- COMPILE 's2swa_debug_intel' [05:12, 03:45] ( 1426 warnings 1152 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [10:52, 08:18](2092 MB) + +PASS -- COMPILE 's2sw_debug_intel' [05:12, 03:35] ( 1426 warnings 1152 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [05:43, 04:00](1968 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [08:12, 06:50] ( 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [02:41, 03:24](1977 MB) + +PASS -- COMPILE 's2swa_faster_intel' [10:13, 09:09] ( 1 warnings 5 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [35:02, 05:06](2069 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [13:13, 12:06] ( 1 warnings 5 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [02:56, 10:22](1935 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [09:37, 05:01](1091 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [04:50, 12:02](1909 MB) +PASS -- TEST 'cpld_control_c48_5deg_intel' [55:47, 04:22](2876 MB) +PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [52:48, 01:24](2880 MB) +PASS -- TEST 'cpld_restart_c48_5deg_intel' [13:18, 00:47](2299 MB) +PASS -- TEST 'cpld_control_c24_5deg_intel' [47:49, 00:51](2094 MB) +PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [46:43, 00:31](2096 MB) +PASS -- TEST 'cpld_restart_c24_5deg_intel' [14:21, 00:20](1456 MB) +PASS -- TEST 'cpld_control_c24_9deg_intel' [44:42, 00:50](2094 MB) +PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [43:39, 00:30](2094 MB) +PASS -- TEST 'cpld_restart_c24_9deg_intel' [14:21, 00:21](1458 MB) +PASS -- TEST 'cpld_control_c12_9deg_intel' [41:43, 00:32](2021 MB) +PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [41:41, 00:24](2025 MB) +PASS -- TEST 'cpld_restart_c12_9deg_intel' [14:21, 00:18](1377 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:12, 03:32] ( 1536 warnings 1890 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [32:48, 16:34](1962 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [08:13, 06:19] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [43:41, 02:34](538 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [42:41, 01:36](1421 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [38:51, 01:42](1437 MB) +PASS -- TEST 'control_latlon_intel' [30:25, 01:37](1441 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [28:25, 01:39](1436 MB) +PASS -- TEST 'control_c48_intel' [31:29, 04:38](1575 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [31:19, 04:19](693 MB) +PASS -- TEST 'control_c48_lnd_iau_intel' [29:25, 04:39](1576 MB) +PASS -- TEST 'control_c192_intel' [29:29, 04:46](1694 MB) +PASS -- TEST 'control_c384_intel' [34:34, 09:40](1977 MB) +PASS -- TEST 'control_c384gdas_intel' [34:06, 10:17](1190 MB) +PASS -- TEST 'control_stochy_intel' [22:18, 01:12](490 MB) +PASS -- TEST 'control_stochy_restart_intel' [04:15, 00:41](290 MB) +PASS -- TEST 'control_lndp_intel' [15:20, 01:06](492 MB) +PASS -- TEST 'control_iovr4_intel' [15:22, 01:43](493 MB) +PASS -- TEST 'control_iovr5_intel' [15:22, 01:42](487 MB) +PASS -- TEST 'control_p8_intel' [14:23, 01:55](1723 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [14:33, 02:03](1726 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [13:27, 01:55](1728 MB) +PASS -- TEST 'control_restart_p8_intel' [05:24, 01:07](873 MB) +PASS -- TEST 'control_noqr_p8_intel' [12:29, 01:54](1721 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [03:22, 01:08](882 MB) +PASS -- TEST 'control_decomp_p8_intel' [12:21, 01:59](1727 MB) +PASS -- TEST 'control_2threads_p8_intel' [08:21, 02:09](1808 MB) +PASS -- TEST 'control_p8_lndp_intel' [09:20, 03:18](1725 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [06:25, 02:36](1775 MB) +PASS -- TEST 'control_p8_mynn_intel' [05:26, 01:59](1735 MB) +PASS -- TEST 'merra2_thompson_intel' [05:25, 02:13](1725 MB) +PASS -- TEST 'regional_control_intel' [05:20, 03:16](872 MB) +PASS -- TEST 'regional_restart_intel' [04:18, 01:48](886 MB) +PASS -- TEST 'regional_decomp_intel' [06:18, 03:33](875 MB) +PASS -- TEST 'regional_2threads_intel' [05:17, 02:38](1003 MB) +PASS -- TEST 'regional_noquilt_intel' [06:22, 03:17](1174 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [05:22, 03:24](870 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [06:20, 03:19](869 MB) +PASS -- TEST 'regional_wofs_intel' [07:17, 04:20](1606 MB) + +PASS -- COMPILE 'rrfs_intel' [07:10, 06:05] ( 3 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [07:24, 04:46](877 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [05:36, 02:48](1221 MB) +PASS -- TEST 'rap_decomp_intel' [07:19, 04:58](882 MB) +PASS -- TEST 'rap_2threads_intel' [08:20, 05:44](948 MB) +PASS -- TEST 'rap_restart_intel' [15:26, 02:30](741 MB) +PASS -- TEST 'rap_sfcdiff_intel' [07:24, 04:44](877 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [07:22, 04:58](877 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [15:31, 03:33](739 MB) +PASS -- TEST 'hrrr_control_intel' [04:27, 02:31](878 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [04:21, 02:36](870 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [07:20, 02:53](953 MB) +PASS -- TEST 'hrrr_control_restart_intel' [07:15, 01:22](698 MB) +PASS -- TEST 'rrfs_v1beta_intel' [09:23, 04:39](872 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [10:16, 05:58](1826 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:18, 05:46](1821 MB) PASS -- COMPILE 'csawmg_intel' [07:10, 05:45] -PASS -- TEST 'control_csawmg_intel' [05:19, 04:08](825 MB) -PASS -- TEST 'control_ras_intel' [04:15, 02:12](529 MB) - -PASS -- COMPILE 'wam_intel' [07:10, 05:41] ( 1 remarks ) -PASS -- TEST 'control_wam_intel' [09:26, 07:29](1512 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [07:12, 05:49] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [03:28, 01:53](1714 MB) -PASS -- TEST 'regional_control_faster_intel' [05:22, 03:11](866 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [05:10, 03:22] ( 883 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:22, 01:30](1454 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:25, 01:35](1462 MB) -PASS -- TEST 'control_stochy_debug_intel' [03:17, 02:02](666 MB) -PASS -- TEST 'control_lndp_debug_intel' [03:15, 01:52](662 MB) -PASS -- TEST 'control_csawmg_debug_intel' [04:19, 02:50](972 MB) -PASS -- TEST 'control_ras_debug_intel' [03:16, 01:52](668 MB) -PASS -- TEST 'control_diag_debug_intel' [03:21, 01:50](1518 MB) -PASS -- TEST 'control_debug_p8_intel' [03:20, 01:49](1761 MB) -PASS -- TEST 'regional_debug_intel' [12:22, 11:08](889 MB) -PASS -- TEST 'rap_control_debug_intel' [05:15, 03:17](1042 MB) -PASS -- TEST 'hrrr_control_debug_intel' [05:17, 03:17](1043 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [05:18, 03:18](1042 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [05:16, 03:20](1044 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:16, 03:20](1046 MB) -PASS -- TEST 'rap_diag_debug_intel' [05:18, 03:26](1128 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:16, 03:26](1045 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:17, 03:26](1047 MB) -PASS -- TEST 'rap_lndp_debug_intel' [05:15, 03:21](1049 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:15, 03:19](1045 MB) -PASS -- TEST 'rap_noah_debug_intel' [05:15, 03:16](1047 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [05:15, 03:18](1041 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [07:17, 05:21](1044 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [05:16, 03:21](1049 MB) -PASS -- TEST 'rap_flake_debug_intel' [05:17, 03:23](1044 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [07:26, 05:42](1049 MB) - -PASS -- COMPILE 'wam_debug_intel' [03:10, 02:03] ( 838 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [10:24, 08:41](1543 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [07:12, 05:47] ( 3 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [04:33, 02:37](1065 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [05:24, 03:57](756 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:23, 02:11](751 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [06:19, 04:53](797 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:18, 02:32](791 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:20, 02:16](746 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [04:21, 03:01](641 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:16, 01:11](625 MB) +PASS -- TEST 'control_csawmg_intel' [08:20, 04:05](829 MB) +PASS -- TEST 'control_ras_intel' [05:18, 02:11](529 MB) + +PASS -- COMPILE 'wam_intel' [07:10, 05:54] ( 1 remarks ) +PASS -- TEST 'control_wam_intel' [11:22, 07:30](1516 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [07:10, 05:47] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [04:25, 01:53](1724 MB) +PASS -- TEST 'regional_control_faster_intel' [06:19, 03:07](869 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [05:12, 03:22] ( 883 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [30:55, 01:34](1451 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [33:59, 01:35](1459 MB) +PASS -- TEST 'control_stochy_debug_intel' [31:36, 02:05](664 MB) +PASS -- TEST 'control_lndp_debug_intel' [28:37, 01:53](664 MB) +PASS -- TEST 'control_csawmg_debug_intel' [32:53, 02:56](966 MB) +PASS -- TEST 'control_ras_debug_intel' [31:37, 01:56](669 MB) +PASS -- TEST 'control_diag_debug_intel' [05:21, 01:50](1518 MB) +PASS -- TEST 'control_debug_p8_intel' [05:20, 01:48](1757 MB) +PASS -- TEST 'regional_debug_intel' [15:19, 11:17](909 MB) +PASS -- TEST 'rap_control_debug_intel' [07:15, 03:19](1044 MB) +PASS -- TEST 'hrrr_control_debug_intel' [08:17, 03:16](1042 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [08:17, 03:20](1043 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [12:17, 03:18](1046 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [17:17, 03:17](1045 MB) +PASS -- TEST 'rap_diag_debug_intel' [17:20, 03:24](1130 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [16:18, 03:25](1044 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [16:18, 03:24](1048 MB) +PASS -- TEST 'rap_lndp_debug_intel' [16:22, 03:22](1044 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [16:19, 03:19](1044 MB) +PASS -- TEST 'rap_noah_debug_intel' [15:15, 03:14](1043 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [15:18, 03:20](1044 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [17:17, 05:24](1047 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [15:19, 03:21](1046 MB) +PASS -- TEST 'rap_flake_debug_intel' [15:21, 03:20](1049 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [16:26, 05:40](1050 MB) + +PASS -- COMPILE 'wam_debug_intel' [03:10, 02:05] ( 838 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [19:26, 08:30](1536 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [07:12, 05:48] ( 3 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [14:37, 02:38](1069 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [14:25, 04:01](755 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [12:24, 02:11](751 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [16:27, 04:55](795 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [14:22, 02:33](797 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [12:23, 02:17](744 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [05:26, 03:01](646 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:17, 01:10](624 MB) PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [07:12, 05:39] ( 3 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [03:28, 01:20](967 MB) -PASS -- TEST 'conus13km_2threads_intel' [02:18, 00:42](1101 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [02:21, 00:50](871 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [07:12, 05:50] ( 3 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [04:25, 02:42](789 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:12, 02:13] ( 786 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:15, 03:14](925 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:15, 03:14](921 MB) -PASS -- TEST 'conus13km_debug_intel' [10:25, 08:57](1009 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [10:22, 08:54](706 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [09:21, 07:49](1157 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [10:21, 08:50](1080 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:12, 02:15] ( 786 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:16, 03:16](960 MB) - -PASS -- COMPILE 'hafsw_intel' [09:12, 07:56] ( 1 warnings 4 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [05:45, 03:31](838 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [04:17, 02:20](1065 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [07:50, 04:43](900 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [09:45, 07:43](939 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [10:51, 08:13](953 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [05:40, 03:26](464 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [06:50, 04:20](482 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [04:32, 01:43](392 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [07:18, 04:33](454 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:31, 02:29](499 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [04:34, 02:18](496 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [05:35, 02:53](579 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:19, 00:57](426 MB) -PASS -- TEST 'gnv1_nested_intel' [04:51, 02:34](1705 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [04:12, 02:23] ( 1478 warnings 1424 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [10:30, 08:08](590 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [09:12, 07:48] ( 3 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [06:35, 05:04](627 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [07:39, 05:07](793 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [10:10, 08:15] ( 2 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [05:55, 03:39](794 MB) - -PASS -- COMPILE 'hafs_all_intel' [09:10, 07:57] ( 3 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [06:43, 04:18](894 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [06:43, 04:21](876 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [12:36, 10:57](893 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [06:11, 04:58] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:16, 01:43](766 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:14, 01:02](739 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:14, 01:38](647 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:14, 01:38](639 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:14, 01:39](639 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:14, 01:42](765 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:17, 01:43](764 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:14, 01:36](640 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [05:28, 04:02](709 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [05:27, 04:07](685 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:13, 01:43](752 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [04:14, 02:44](2029 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [04:15, 02:45](2029 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [04:10, 02:29] ( 4 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [05:14, 03:45](748 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [06:10, 05:04] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:14, 01:42](751 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [07:10, 06:05] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [03:24, 01:09](324 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [03:20, 00:47](462 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:20, 00:35](462 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [08:10, 06:24] ( 3 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [04:29, 02:22](1792 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [07:10, 05:56] ( 1 warnings 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [05:27, 03:08](1777 MB) - -PASS -- COMPILE 'atml_intel' [08:12, 06:33] ( 9 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_intel' [04:30, 02:38](1892 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:20, 01:32](1038 MB) - -PASS -- COMPILE 'atml_debug_intel' [04:10, 02:44] ( 888 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [05:27, 03:24](1914 MB) - -PASS -- COMPILE 'atmw_intel' [09:12, 07:44] ( 3 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:25, 01:16](1755 MB) - -PASS -- COMPILE 'atmaero_intel' [07:11, 05:50] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [04:27, 02:43](1943 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [05:27, 03:13](1597 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [05:25, 03:13](1612 MB) - -PASS -- COMPILE 'atmaq_intel' [07:12, 05:45] ( 8 warnings 4 remarks ) -PASS -- TEST 'regional_atmaq_intel' [14:59, 12:12](2980 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [19:13, 17:32] ( 863 warnings 4 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [27:42, 25:30](2991 MB) - -PASS -- COMPILE 'atm_fbh_intel' [07:13, 05:44] ( 3 warnings 8 remarks ) -PASS -- TEST 'cpld_regional_atm_fbh_intel' [07:21, 05:59](790 MB) +PASS -- TEST 'conus13km_control_intel' [10:30, 01:18](968 MB) +PASS -- TEST 'conus13km_2threads_intel' [02:20, 00:42](1105 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [02:19, 00:50](870 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [07:11, 05:46] ( 3 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [12:29, 02:43](790 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:10, 02:09] ( 786 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [13:17, 03:16](925 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [13:20, 03:09](924 MB) +PASS -- TEST 'conus13km_debug_intel' [17:28, 09:01](1013 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [18:25, 08:57](703 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [17:22, 07:55](1143 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [14:20, 08:48](1078 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [03:10, 02:06] ( 786 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:18, 03:19](960 MB) + +PASS -- COMPILE 'hafsw_intel' [09:10, 07:45] ( 1 warnings 4 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [05:47, 03:33](843 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [04:17, 02:21](1071 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [08:53, 04:44](913 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [10:46, 07:36](945 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [13:54, 08:07](962 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [07:43, 03:29](472 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:54, 04:21](488 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [06:32, 01:44](392 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [16:28, 04:37](462 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [09:36, 02:30](504 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [09:39, 02:21](502 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [51:45, 02:56](581 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [49:32, 01:00](429 MB) +PASS -- TEST 'gnv1_nested_intel' [17:01, 02:39](1708 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [04:10, 02:24] ( 1478 warnings 1424 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [57:42, 08:17](592 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [09:10, 07:53] ( 3 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [55:40, 05:06](635 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [00:46, 05:14](809 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [09:10, 07:55] ( 2 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [02:04, 03:43](798 MB) + +PASS -- COMPILE 'hafs_all_intel' [09:13, 08:05] ( 3 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [18:49, 04:20](899 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [20:48, 04:21](883 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [43:49, 10:57](888 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [06:10, 04:43] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [28:21, 01:43](766 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [46:21, 01:02](753 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [46:19, 01:38](647 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [49:22, 01:39](639 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [48:24, 01:40](648 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [47:27, 01:45](766 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [48:24, 01:44](765 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [48:20, 01:37](641 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [59:38, 04:07](706 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [58:38, 04:07](684 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [48:24, 01:44](766 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [07:17, 02:48](2031 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [56:27, 02:46](2031 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [04:11, 02:29] ( 4 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [57:27, 03:43](733 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [07:10, 05:13] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [56:25, 01:42](761 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [02:10, 00:42] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [57:37, 01:08](323 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [56:27, 00:50](461 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [21:23, 00:37](462 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [08:12, 06:23] ( 3 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [57:44, 02:35](1790 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [07:12, 05:53] ( 1 warnings 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [58:35, 03:11](1790 MB) + +PASS -- COMPILE 'atml_intel' [08:10, 06:36] ( 9 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_intel' [55:41, 02:39](1885 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [19:22, 01:35](1041 MB) + +PASS -- COMPILE 'atml_debug_intel' [04:10, 02:53] ( 888 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [54:37, 03:20](1918 MB) + +PASS -- COMPILE 'atmw_intel' [09:14, 07:39] ( 3 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [51:37, 01:16](1759 MB) + +PASS -- COMPILE 'atmaero_intel' [07:14, 05:54] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [51:33, 02:45](1946 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [49:33, 03:11](1610 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [47:33, 03:15](1617 MB) + +PASS -- COMPILE 'atmaq_intel' [07:14, 05:44] ( 8 warnings 4 remarks ) +PASS -- TEST 'regional_atmaq_intel' [51:58, 12:10](2980 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [04:10, 02:19] ( 863 warnings 4 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [05:59, 25:28](2993 MB) + +PASS -- COMPILE 'atm_fbh_intel' [07:11, 05:48] ( 3 warnings 8 remarks ) +PASS -- TEST 'cpld_regional_atm_fbh_intel' [42:28, 05:59](798 MB) SYNOPSIS: -Starting Date/Time: 20250623 19:32:46 -Ending Date/Time: 20250623 20:52:18 -Total Time: 01h:19m:59s +Starting Date/Time: 20250626 22:11:59 +Ending Date/Time: 20250627 03:51:07 +Total Time: 05h:39m:34s Compiles Completed: 43/43 Tests Completed: 200/200 diff --git a/tests/logs/RegressionTests_hera.log b/tests/logs/RegressionTests_hera.log index c66a531d73..4e6bba25a1 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: -ec799a6bd39886a6cff376cae906f130ed665fc7 +16e20ca4d14ca84bb00f91e689a83d057d48c052 Submodule hashes used in testing: d3c1bc45492f8b35948c97021e4e6ab4d4c203e4 AQM (v0.2.0-38-gd3c1bc4) @@ -9,11 +9,11 @@ Submodule hashes used in testing: 4411a158cc4839157e3087d7fe8e399f9685eb35 CICE-interface/CICE (CICE6.0.0-399-g4411a15) a2833b0f53682ed80dff68e9af6d0347c1ea64d2 CMEPS-interface/CMEPS (cmeps_v0.4.1-2317-ga2833b0) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 92fde385460e8fa12e0a9f0d350b4d7a15b0a3b5 FV3 (remotes/origin/ogwd) + eeaec64368ba1375ee03f6ae936d5634a012d355 FV3 (remotes/origin/feature/3dtke_gfspbl) 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) c4d2337d8607ec994b3cd61179eb974e0a237841 LM4-driver (baseline_change_240904-6-gc4d2337) - 8c52e6a9e36c94f5e0f6adbed715973a7ee0e3dc MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10471-g8c52e6a9e) + c987a8b70d3772d258db62c9081a249b94935b39 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10633-gc987a8b70) 1a2d2fcb02da38e975f252ef743af24b68b3cc7f NOAHMP-interface/noahmp (v3.7.1-455-g1a2d2fc) bc43396f06c3f9e4608e5bc835815cc15adcf158 WW3 (6.07.1-441-gbc43396f) 05cad173feeb598431e3ef5f17c2df6562c8d101 fire_behavior (v0.2.0-1-g05cad17) @@ -27,407 +27,406 @@ 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-20250623 -COMPARISON DIRECTORY: /scratch1/NCEPDEV/stmp2/role.epic/FV3_RT/rt_3330116 +COMPARISON DIRECTORY: /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_902097 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic -* (-l) - USE CONFIG FILE: rt.conf -* (-r) - USE ROCOTO - -PASS -- COMPILE 's2swa_32bit_intel' [13:02, 13:02] ( 1 warnings 3 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [08:27, 07:36](3326 MB) -PASS -- TEST 'cpld_control_gefs_intel' [27:43, 15:07](4415 MB) -PASS -- TEST 'cpld_restart_gefs_intel' [20:36, 05:17](4211 MB) -PASS -- TEST 'cpld_dcp_gefs_intel' [27:52, 15:21](4397 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [17:16, 17:15] ( 1 warnings 3 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [20:11, 19:15](2000 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [21:37, 20:43](2183 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [08:53, 07:56](1283 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [23:33, 22:43](1892 MB) -PASS -- TEST 'cpld_control_gfsv17_nowav_iau_intel' [05:25, 04:36](2139 MB) -PASS -- TEST 'cpld_restart_gfsv17_nowav_iau_intel' [03:35, 02:35](2096 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [17:09, 17:09] ( 1 warnings 3 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [19:53, 19:18](1976 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [04:48, 04:47] ( 1536 warnings 1940 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [20:50, 20:02](1946 MB) - -PASS -- COMPILE 's2swa_intel' [13:11, 13:10] ( 1 warnings 3 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [10:26, 09:27](3377 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [09:45, 08:46](3377 MB) -PASS -- TEST 'cpld_restart_p8_intel' [05:53, 04:52](3293 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [09:37, 08:45](3391 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [05:47, 04:46](3332 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [09:46, 09:03](3564 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [09:53, 08:54](3375 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [08:27, 07:36](3226 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [09:42, 08:47](3369 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [12:15, 10:35](3519 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [09:15, 06:39](3763 MB) - -PASS -- COMPILE 's2swal_intel' [12:56, 12:55] ( 1 warnings 4 remarks ) -PASS -- TEST 'cpld_control_p8_lnd_intel' [10:30, 09:36](3319 MB) -PASS -- TEST 'cpld_restart_p8_lnd_intel' [05:54, 04:49](3258 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [08:12, 07:23](3356 MB) - -PASS -- COMPILE 's2sw_intel' [11:36, 11:34] ( 1 warnings 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [07:06, 06:15](2015 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [07:09, 06:18](2096 MB) - -PASS -- COMPILE 's2swa_debug_intel' [04:29, 04:28] ( 1426 warnings 1171 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [14:33, 13:45](3409 MB) - -PASS -- COMPILE 's2sw_debug_intel' [04:02, 04:02] ( 1426 warnings 1171 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [07:38, 06:44](2047 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [11:16, 11:15] ( 1 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [05:15, 04:22](2069 MB) - -PASS -- COMPILE 's2swa_faster_intel' [16:40, 16:39] ( 1 warnings 3 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [09:30, 08:32](3378 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [17:09, 17:09] ( 1 warnings 3 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [18:23, 17:28](2024 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [09:07, 08:07](1283 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [20:52, 20:09](1944 MB) -PASS -- TEST 'cpld_control_c48_5deg_intel' [08:14, 07:43](3030 MB) -PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [02:54, 02:24](3035 MB) -PASS -- TEST 'cpld_restart_c48_5deg_intel' [01:46, 01:18](2470 MB) -PASS -- TEST 'cpld_control_c24_5deg_intel' [01:28, 01:07](2247 MB) -PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [01:00, 00:36](2241 MB) -PASS -- TEST 'cpld_restart_c24_5deg_intel' [00:46, 00:25](1556 MB) -PASS -- TEST 'cpld_control_c24_9deg_intel' [01:31, 01:07](2243 MB) -PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [01:01, 00:36](2237 MB) -PASS -- TEST 'cpld_restart_c24_9deg_intel' [00:48, 00:26](1558 MB) -PASS -- TEST 'cpld_control_c12_9deg_intel' [01:00, 00:35](2176 MB) -PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [00:51, 00:27](2159 MB) -PASS -- TEST 'cpld_restart_c12_9deg_intel' [00:44, 00:22](1510 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [04:21, 04:20] ( 1536 warnings 1940 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [24:26, 23:40](1993 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [11:14, 11:13] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [03:40, 03:24](720 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [02:59, 02:27](1602 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [03:13, 02:39](1591 MB) -PASS -- TEST 'control_latlon_intel' [03:01, 02:33](1614 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [03:08, 02:36](1611 MB) -PASS -- TEST 'control_c48_intel' [07:42, 07:13](1712 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [06:50, 06:32](841 MB) -PASS -- TEST 'control_c48_lnd_iau_intel' [07:45, 07:14](1714 MB) -PASS -- TEST 'control_c192_intel' [08:21, 07:38](1785 MB) -PASS -- TEST 'control_c384_intel' [09:48, 08:22](1981 MB) -PASS -- TEST 'control_c384gdas_intel' [11:08, 08:27](1386 MB) -PASS -- TEST 'control_stochy_intel' [01:59, 01:43](673 MB) -PASS -- TEST 'control_stochy_restart_intel' [01:17, 01:01](519 MB) -PASS -- TEST 'control_lndp_intel' [01:49, 01:35](674 MB) -PASS -- TEST 'control_iovr4_intel' [02:49, 02:31](671 MB) -PASS -- TEST 'control_iovr5_intel' [02:47, 02:32](666 MB) -PASS -- TEST 'control_p8_intel' [03:42, 03:01](1893 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [03:48, 03:09](1880 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [03:33, 02:59](1878 MB) -PASS -- TEST 'control_restart_p8_intel' [02:13, 01:41](1139 MB) -PASS -- TEST 'control_noqr_p8_intel' [03:30, 02:55](1899 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [02:20, 01:41](1169 MB) -PASS -- TEST 'control_decomp_p8_intel' [03:38, 03:03](1876 MB) -PASS -- TEST 'control_2threads_p8_intel' [03:54, 03:18](1991 MB) -PASS -- TEST 'control_p8_lndp_intel' [05:49, 05:15](1895 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [05:02, 04:24](1962 MB) -PASS -- TEST 'control_p8_mynn_intel' [03:48, 03:11](1895 MB) -PASS -- TEST 'merra2_thompson_intel' [04:03, 03:27](1901 MB) -PASS -- TEST 'regional_control_intel' [05:56, 05:32](1108 MB) -PASS -- TEST 'regional_restart_intel' [03:43, 03:15](1144 MB) -PASS -- TEST 'regional_decomp_intel' [06:05, 05:36](1111 MB) -PASS -- TEST 'regional_2threads_intel' [04:27, 04:01](1069 MB) -PASS -- TEST 'regional_noquilt_intel' [05:55, 05:33](1415 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [06:06, 05:40](1121 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [05:59, 05:32](1119 MB) -PASS -- TEST 'regional_wofs_intel' [07:27, 07:03](1934 MB) - -PASS -- COMPILE 'rrfs_intel' [10:23, 10:22] ( 3 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [08:36, 07:51](1105 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [05:05, 04:13](1313 MB) -PASS -- TEST 'rap_decomp_intel' [08:45, 08:14](1058 MB) -PASS -- TEST 'rap_2threads_intel' [09:14, 08:48](1147 MB) -PASS -- TEST 'rap_restart_intel' [04:36, 04:07](1108 MB) -PASS -- TEST 'rap_sfcdiff_intel' [08:19, 07:49](1115 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [08:42, 08:14](1061 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [06:29, 05:55](1131 MB) -PASS -- TEST 'hrrr_control_intel' [04:38, 04:01](1060 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [04:39, 04:12](1054 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [04:51, 04:23](1123 MB) -PASS -- TEST 'hrrr_control_restart_intel' [02:37, 02:14](1023 MB) -PASS -- TEST 'rrfs_v1beta_intel' [08:19, 07:46](1101 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [09:51, 09:32](1999 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [09:27, 09:08](2063 MB) - -PASS -- COMPILE 'csawmg_intel' [10:00, 09:59] -PASS -- TEST 'control_csawmg_intel' [06:44, 06:17](1046 MB) -PASS -- TEST 'control_ras_intel' [03:35, 03:21](760 MB) - -PASS -- COMPILE 'wam_intel' [09:51, 09:50] ( 1 remarks ) -PASS -- TEST 'control_wam_intel' [12:01, 11:24](1691 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [09:57, 09:56] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [03:33, 02:51](1882 MB) -PASS -- TEST 'regional_control_faster_intel' [05:26, 05:00](1112 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [04:54, 04:53] ( 883 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:00, 02:23](1625 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [02:57, 02:21](1639 MB) -PASS -- TEST 'control_stochy_debug_intel' [03:20, 03:05](840 MB) -PASS -- TEST 'control_lndp_debug_intel' [03:02, 02:50](840 MB) -PASS -- TEST 'control_csawmg_debug_intel' [05:08, 04:24](1155 MB) -PASS -- TEST 'control_ras_debug_intel' [03:04, 02:52](853 MB) -PASS -- TEST 'control_diag_debug_intel' [03:19, 02:47](1701 MB) -PASS -- TEST 'control_debug_p8_intel' [03:27, 02:51](1888 MB) -PASS -- TEST 'regional_debug_intel' [18:08, 17:43](1128 MB) -PASS -- TEST 'rap_control_debug_intel' [05:29, 05:13](1238 MB) -PASS -- TEST 'hrrr_control_debug_intel' [05:21, 05:02](1234 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [05:26, 05:08](1240 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [05:23, 05:02](1235 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:22, 05:02](1229 MB) -PASS -- TEST 'rap_diag_debug_intel' [05:37, 05:11](1319 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:21, 05:04](1233 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:20, 05:04](1234 MB) -PASS -- TEST 'rap_lndp_debug_intel' [05:34, 05:16](1232 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:21, 05:03](1234 MB) -PASS -- TEST 'rap_noah_debug_intel' [05:17, 05:03](1236 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [05:21, 05:06](1229 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:27, 08:12](1235 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [05:16, 05:02](1237 MB) -PASS -- TEST 'rap_flake_debug_intel' [05:12, 04:55](1245 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [09:08, 08:43](1238 MB) - -PASS -- COMPILE 'atm_debug_dyn32_gnu' [03:46, 03:44] -PASS -- TEST 'control_csawmg_debug_gnu' [02:39, 02:16](834 MB) - -PASS -- COMPILE 'wam_debug_intel' [03:19, 03:18] ( 838 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [14:05, 13:31](1705 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [10:12, 10:11] ( 3 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [04:45, 03:56](1173 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [06:55, 06:32](1046 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:04, 03:29](991 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:57, 07:33](995 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:19, 03:55](972 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:04, 03:39](937 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [05:25, 04:56](1026 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:16, 01:54](935 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [10:21, 10:20] ( 3 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [02:41, 02:01](1242 MB) -PASS -- TEST 'conus13km_2threads_intel' [01:38, 01:09](1224 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [01:58, 01:28](1135 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [10:12, 10:11] ( 3 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [04:47, 04:16](1017 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [03:25, 03:25] ( 786 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:12, 04:58](1113 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:05, 04:51](1107 MB) -PASS -- TEST 'conus13km_debug_intel' [14:29, 13:51](1283 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [14:57, 14:21](975 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [13:07, 12:37](1258 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [14:21, 13:51](1353 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [03:56, 03:56] ( 786 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:40, 05:21](1191 MB) - -PASS -- COMPILE 'hafsw_intel' [12:12, 12:12] ( 1 warnings 3 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [06:02, 04:52](899 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [04:00, 03:34](1136 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [07:50, 06:45](975 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [15:35, 14:33](1002 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [19:16, 18:06](1021 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [06:12, 05:26](498 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [07:54, 06:42](520 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [03:18, 02:44](376 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [09:04, 07:08](464 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:15, 03:37](522 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [04:22, 03:27](527 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [04:40, 03:59](580 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [01:42, 01:14](403 MB) -PASS -- TEST 'gnv1_nested_intel' [05:26, 04:01](1757 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [04:26, 04:25] ( 1478 warnings 1444 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [14:12, 13:17](591 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [12:09, 12:08] ( 2 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [11:20, 10:31](626 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [11:07, 10:13](694 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [12:33, 12:31] ( 2 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [09:27, 08:08](729 MB) - -PASS -- COMPILE 'hafs_all_intel' [11:39, 11:38] ( 2 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [07:24, 06:28](961 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [07:35, 06:35](959 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [16:51, 16:11](1220 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [06:37, 06:36] -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [02:56, 02:47](1180 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [01:51, 01:41](1109 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [02:50, 02:40](1044 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:00, 02:51](1019 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [02:54, 02:46](1026 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [02:59, 02:49](1160 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [02:56, 02:47](1162 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [02:55, 02:47](1030 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [07:41, 06:24](1072 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [07:36, 06:25](1057 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:00, 02:51](1168 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [04:09, 03:59](2465 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [04:10, 03:59](2448 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [03:24, 03:23] ( 4 warnings ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:51, 06:38](1086 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [06:54, 06:52] -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [02:55, 02:47](1157 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [01:27, 01:26] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [01:08, 00:50](264 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [00:57, 00:44](334 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [00:43, 00:28](329 MB) - -PASS -- COMPILE 'datm_cdeps_lm4_intel' [01:23, 01:22] -PASS -- TEST 'datm_cdeps_lm4_gswp3_intel' [00:53, 00:32](573 MB) -PASS -- TEST 'datm_cdeps_lm4_gswp3_rst_intel' [00:35, 00:16](468 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [10:40, 10:40] ( 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [04:26, 03:43](1994 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [10:22, 10:21] ( 1 warnings 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [05:23, 04:45](2000 MB) - -PASS -- COMPILE 'atml_intel' [10:59, 10:58] ( 9 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_intel' [04:18, 03:35](1850 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [02:26, 01:51](1103 MB) - -PASS -- COMPILE 'atml_debug_intel' [04:28, 04:27] ( 888 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [05:41, 05:02](1891 MB) - -PASS -- COMPILE 'atmw_intel' [10:47, 10:47] ( 3 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [02:37, 02:05](1899 MB) - -PASS -- COMPILE 'atmaero_intel' [10:31, 10:30] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [05:21, 04:36](3171 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [05:41, 05:01](3104 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [05:35, 05:05](3127 MB) - -PASS -- COMPILE 'atmaq_intel' [09:48, 09:48] ( 8 warnings 4 remarks ) -PASS -- TEST 'regional_atmaq_intel' [17:00, 15:40](2916 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [03:20, 03:19] ( 863 warnings 4 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [41:47, 40:20](3391 MB) - -PASS -- COMPILE 'atm_fbh_intel' [09:45, 09:44] ( 3 warnings 8 remarks ) -PASS -- TEST 'cpld_regional_atm_fbh_intel' [12:00, 11:44](1081 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intelllvm' [06:39, 06:38] -PASS -- TEST 'rap_control_dyn32_phy32_intelllvm' [08:51, 08:25](1053 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intelllvm' [06:29, 06:29] -PASS -- TEST 'rap_control_dyn64_phy32_intelllvm' [05:33, 05:04](1007 MB) - -PASS -- COMPILE 'atm_gnu' [04:00, 03:59] -PASS -- TEST 'control_c48_gnu' [10:01, 09:36](1528 MB) -PASS -- TEST 'control_stochy_gnu' [03:05, 02:53](603 MB) -PASS -- TEST 'control_ras_gnu' [04:59, 04:47](609 MB) -PASS -- TEST 'control_p8_gnu' [05:07, 04:30](1559 MB) -PASS -- TEST 'control_p8_ugwpv1_gnu' [05:02, 04:22](1563 MB) -PASS -- TEST 'control_flake_gnu' [05:47, 05:31](647 MB) - -PASS -- COMPILE 'rrfs_gnu' [04:11, 04:11] -PASS -- TEST 'rap_control_gnu' [11:48, 11:21](954 MB) -PASS -- TEST 'rap_decomp_gnu' [11:51, 11:27](955 MB) -PASS -- TEST 'rap_2threads_gnu' [13:54, 13:27](1015 MB) -PASS -- TEST 'rap_restart_gnu' [06:25, 05:54](693 MB) -PASS -- TEST 'rap_sfcdiff_gnu' [11:48, 11:21](953 MB) -PASS -- TEST 'rap_sfcdiff_decomp_gnu' [11:54, 11:31](953 MB) -PASS -- TEST 'rap_sfcdiff_restart_gnu' [09:02, 08:29](692 MB) -PASS -- TEST 'hrrr_control_gnu' [06:15, 05:45](953 MB) -PASS -- TEST 'hrrr_control_noqr_gnu' [06:14, 05:44](937 MB) -PASS -- TEST 'hrrr_control_2threads_gnu' [07:05, 06:40](1007 MB) -PASS -- TEST 'hrrr_control_decomp_gnu' [06:13, 05:48](950 MB) -PASS -- TEST 'hrrr_control_restart_gnu' [03:39, 03:20](681 MB) -PASS -- TEST 'hrrr_control_restart_noqr_gnu' [03:12, 02:57](769 MB) -PASS -- TEST 'rrfs_v1beta_gnu' [11:29, 11:00](954 MB) - -PASS -- COMPILE 'csawmg_gnu' [03:55, 03:54] -PASS -- TEST 'control_csawmg_gnu' [08:48, 08:26](854 MB) - -PASS -- COMPILE 'atm_dyn32_debug_gnu' [06:29, 06:28] -PASS -- TEST 'control_diag_debug_gnu' [02:15, 01:44](1383 MB) -PASS -- TEST 'regional_debug_gnu' [08:34, 08:08](877 MB) -PASS -- TEST 'rap_control_debug_gnu' [02:55, 02:38](961 MB) -PASS -- TEST 'hrrr_control_debug_gnu' [02:50, 02:36](963 MB) -PASS -- TEST 'hrrr_gf_debug_gnu' [03:00, 02:46](966 MB) -PASS -- TEST 'hrrr_c3_debug_gnu' [02:48, 02:36](967 MB) -PASS -- TEST 'rap_diag_debug_gnu' [03:14, 02:48](1049 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [04:14, 04:01](963 MB) -PASS -- TEST 'rap_progcld_thompson_debug_gnu' [02:45, 02:33](964 MB) -PASS -- TEST 'control_ras_debug_gnu' [01:45, 01:32](595 MB) -PASS -- TEST 'control_stochy_debug_gnu' [01:53, 01:39](593 MB) -PASS -- TEST 'control_debug_p8_gnu' [02:04, 01:36](1557 MB) -PASS -- TEST 'rap_flake_debug_gnu' [02:50, 02:36](965 MB) -PASS -- TEST 'rap_clm_lake_debug_gnu' [02:46, 02:32](968 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [04:44, 04:18](970 MB) - -PASS -- COMPILE 'wam_debug_gnu' [02:01, 02:01] -PASS -- TEST 'control_wam_debug_gnu' [07:07, 06:30](1396 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [03:47, 03:46] -PASS -- TEST 'rap_control_dyn32_phy32_gnu' [10:07, 09:42](809 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [05:28, 05:03](798 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [12:06, 11:43](855 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [06:24, 05:59](849 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [05:37, 05:12](807 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [07:41, 07:13](661 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [03:04, 02:44](656 MB) -PASS -- TEST 'conus13km_control_gnu' [03:48, 03:09](964 MB) -PASS -- TEST 'conus13km_2threads_gnu' [01:57, 01:27](955 MB) -PASS -- TEST 'conus13km_restart_mismatch_gnu' [02:20, 01:50](669 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_gnu' [09:09, 09:08] -PASS -- TEST 'rap_control_dyn64_phy32_gnu' [06:16, 05:50](835 MB) - -PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [06:14, 06:13] -PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [02:43, 02:30](818 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [02:42, 02:28](816 MB) -PASS -- TEST 'conus13km_debug_gnu' [07:35, 07:03](986 MB) -PASS -- TEST 'conus13km_debug_qr_gnu' [07:35, 07:01](705 MB) -PASS -- TEST 'conus13km_debug_2threads_gnu' [06:12, 05:43](976 MB) -PASS -- TEST 'conus13km_radar_tten_debug_gnu' [07:23, 06:55](1054 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [06:15, 06:14] -PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [02:50, 02:37](842 MB) - -PASS -- COMPILE 's2swa_gnu' [16:32, 16:31] -PASS -- TEST 'cpld_control_p8_gnu' [12:14, 11:16](1682 MB) - -PASS -- COMPILE 's2s_gnu' [15:49, 15:49] -PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [10:40, 09:53](1655 MB) - -PASS -- COMPILE 's2swa_debug_gnu' [02:41, 02:41] -PASS -- TEST 'cpld_debug_p8_gnu' [07:51, 07:05](1700 MB) - -PASS -- COMPILE 's2sw_pdlib_gnu' [16:10, 16:10] -PASS -- TEST 'cpld_control_pdlib_p8_gnu' [18:47, 17:52](1599 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_gnu' [02:32, 02:32] -PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [11:51, 10:57](1540 MB) - -PASS -- COMPILE 'datm_cdeps_gnu' [15:39, 15:39] -PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [03:17, 03:05](736 MB) +* (-e) - USE ECFLOW + +PASS -- COMPILE 's2swa_32bit_intel' [15:11, 13:27] ( 1 warnings 3 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [09:58, 07:30](3331 MB) +PASS -- TEST 'cpld_control_gefs_intel' [29:11, 15:07](4407 MB) +PASS -- TEST 'cpld_restart_gefs_intel' [22:37, 05:07](4250 MB) +PASS -- TEST 'cpld_dcp_gefs_intel' [29:06, 14:56](4410 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [19:12, 17:22] ( 1 warnings 3 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [22:01, 19:09](2005 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [23:21, 21:05](2174 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [10:19, 07:56](1274 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [25:03, 22:46](1894 MB) +PASS -- TEST 'cpld_control_gfsv17_nowav_iau_intel' [07:03, 04:38](2149 MB) +PASS -- TEST 'cpld_restart_gfsv17_nowav_iau_intel' [05:06, 02:32](2102 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [19:12, 18:10] ( 1 warnings 3 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [21:43, 19:19](1977 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [06:11, 04:35] ( 1536 warnings 1940 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [22:07, 19:24](1969 MB) + +PASS -- COMPILE 's2swa_intel' [14:11, 12:42] ( 1 warnings 3 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [12:28, 09:26](3389 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [11:23, 08:46](3405 MB) +PASS -- TEST 'cpld_restart_p8_intel' [07:11, 04:42](3318 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [11:17, 08:40](3414 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [07:21, 04:49](3332 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [11:11, 09:07](3568 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [11:12, 08:47](3364 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [10:16, 07:24](3248 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [11:24, 08:42](3398 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [13:24, 10:02](3515 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [10:50, 06:24](3770 MB) + +PASS -- COMPILE 's2swal_intel' [14:11, 13:05] ( 1 warnings 4 remarks ) +PASS -- TEST 'cpld_control_p8_lnd_intel' [12:28, 09:19](3336 MB) +PASS -- TEST 'cpld_restart_p8_lnd_intel' [07:16, 04:51](3246 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [10:12, 07:22](3356 MB) + +PASS -- COMPILE 's2sw_intel' [14:11, 12:19] ( 1 warnings 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [09:12, 06:13](2018 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [09:14, 06:22](2105 MB) + +PASS -- COMPILE 's2swa_debug_intel' [06:11, 04:44] ( 1426 warnings 1171 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [16:08, 13:10](3438 MB) + +PASS -- COMPILE 's2sw_debug_intel' [06:11, 04:21] ( 1426 warnings 1171 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [09:01, 06:32](2045 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [12:11, 11:04] ( 1 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [06:53, 04:18](2100 MB) + +PASS -- COMPILE 's2swa_faster_intel' [18:12, 16:52] ( 1 warnings 3 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [11:07, 08:31](3378 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [17:12, 16:06] ( 1 warnings 3 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [19:56, 17:17](2052 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [10:15, 07:59](1267 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [21:54, 20:00](1949 MB) +PASS -- TEST 'cpld_control_c48_5deg_intel' [09:41, 07:52](3051 MB) +PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [04:38, 02:23](3046 MB) +PASS -- TEST 'cpld_restart_c48_5deg_intel' [03:31, 01:22](2465 MB) +PASS -- TEST 'cpld_control_c24_5deg_intel' [03:36, 01:13](2239 MB) +PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [02:34, 00:41](2228 MB) +PASS -- TEST 'cpld_restart_c24_5deg_intel' [02:27, 00:30](1597 MB) +PASS -- TEST 'cpld_control_c24_9deg_intel' [03:33, 01:11](2242 MB) +PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [02:37, 00:39](2239 MB) +PASS -- TEST 'cpld_restart_c24_9deg_intel' [02:28, 00:30](1597 MB) +PASS -- TEST 'cpld_control_c12_9deg_intel' [02:35, 00:39](2163 MB) +PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [02:36, 00:31](2172 MB) +PASS -- TEST 'cpld_restart_c12_9deg_intel' [02:28, 00:25](1522 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [06:12, 04:31] ( 1536 warnings 1940 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [25:53, 23:45](1996 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [12:11, 10:41] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [05:20, 03:25](719 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [04:40, 02:26](1600 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:45, 02:36](1620 MB) +PASS -- TEST 'control_latlon_intel' [04:35, 02:34](1610 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:39, 02:34](1618 MB) +PASS -- TEST 'control_c48_intel' [09:37, 07:17](1732 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [08:23, 06:43](844 MB) +PASS -- TEST 'control_c48_lnd_iau_intel' [09:33, 07:20](1729 MB) +PASS -- TEST 'control_c192_intel' [09:46, 07:47](1809 MB) +PASS -- TEST 'control_c384_intel' [11:44, 08:25](1999 MB) +PASS -- TEST 'control_c384gdas_intel' [12:50, 08:27](1409 MB) +PASS -- TEST 'control_stochy_intel' [03:20, 01:52](674 MB) +PASS -- TEST 'control_stochy_restart_intel' [02:23, 00:59](518 MB) +PASS -- TEST 'control_lndp_intel' [03:22, 01:45](675 MB) +PASS -- TEST 'control_iovr4_intel' [04:24, 02:41](674 MB) +PASS -- TEST 'control_iovr5_intel' [04:24, 02:41](668 MB) +PASS -- TEST 'control_p8_intel' [05:51, 03:07](1900 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [05:54, 03:12](1905 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [04:41, 02:55](1912 MB) +PASS -- TEST 'control_restart_p8_intel' [03:40, 01:41](1136 MB) +PASS -- TEST 'control_noqr_p8_intel' [04:41, 02:53](1894 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [03:47, 01:48](1140 MB) +PASS -- TEST 'control_decomp_p8_intel' [04:39, 03:01](1892 MB) +PASS -- TEST 'control_2threads_p8_intel' [05:38, 03:15](1985 MB) +PASS -- TEST 'control_p8_lndp_intel' [06:36, 05:05](1901 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [06:44, 04:11](1970 MB) +PASS -- TEST 'control_p8_mynn_intel' [05:43, 03:07](1911 MB) +PASS -- TEST 'merra2_thompson_intel' [05:42, 03:27](1907 MB) +PASS -- TEST 'regional_control_intel' [07:37, 05:20](1122 MB) +PASS -- TEST 'regional_restart_intel' [04:32, 02:51](1146 MB) +PASS -- TEST 'regional_decomp_intel' [07:31, 05:45](1111 MB) +PASS -- TEST 'regional_2threads_intel' [05:32, 03:57](1066 MB) +PASS -- TEST 'regional_noquilt_intel' [07:31, 05:21](1423 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [07:38, 05:22](1102 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [07:30, 05:20](1120 MB) +PASS -- TEST 'regional_wofs_intel' [08:31, 07:05](1909 MB) + +PASS -- COMPILE 'rrfs_intel' [12:11, 10:13] ( 3 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [09:39, 07:53](1115 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [05:57, 04:05](1325 MB) +PASS -- TEST 'rap_decomp_intel' [10:33, 08:14](1061 MB) +PASS -- TEST 'rap_2threads_intel' [10:32, 08:49](1135 MB) +PASS -- TEST 'rap_restart_intel' [05:41, 04:06](1110 MB) +PASS -- TEST 'rap_sfcdiff_intel' [09:36, 07:48](1101 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [10:36, 08:15](1051 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [07:45, 05:55](1132 MB) +PASS -- TEST 'hrrr_control_intel' [05:36, 04:00](1059 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [06:32, 04:15](1024 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [06:32, 04:25](1132 MB) +PASS -- TEST 'hrrr_control_restart_intel' [04:27, 02:09](1018 MB) +PASS -- TEST 'rrfs_v1beta_intel' [09:41, 07:50](1103 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [11:27, 09:26](2016 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [11:24, 09:20](2064 MB) + +PASS -- COMPILE 'csawmg_intel' [11:11, 09:50] +PASS -- TEST 'control_csawmg_intel' [08:34, 06:10](1055 MB) +PASS -- TEST 'control_ras_intel' [05:20, 03:22](759 MB) + +PASS -- COMPILE 'wam_intel' [11:11, 09:40] ( 1 remarks ) +PASS -- TEST 'control_wam_intel' [13:44, 11:27](1686 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [11:11, 09:58] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [04:48, 02:47](1902 MB) +PASS -- TEST 'regional_control_faster_intel' [06:34, 04:58](1115 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [06:11, 04:40] ( 883 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:45, 02:14](1640 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:49, 02:18](1639 MB) +PASS -- TEST 'control_stochy_debug_intel' [04:23, 03:04](864 MB) +PASS -- TEST 'control_lndp_debug_intel' [04:23, 02:56](840 MB) +PASS -- TEST 'control_csawmg_debug_intel' [06:38, 04:19](1159 MB) +PASS -- TEST 'control_ras_debug_intel' [04:22, 02:45](855 MB) +PASS -- TEST 'control_diag_debug_intel' [04:50, 02:44](1699 MB) +PASS -- TEST 'control_debug_p8_intel' [04:47, 02:46](1941 MB) +PASS -- TEST 'regional_debug_intel' [19:41, 17:35](1124 MB) +PASS -- TEST 'rap_control_debug_intel' [06:20, 05:02](1239 MB) +PASS -- TEST 'hrrr_control_debug_intel' [06:22, 04:54](1237 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [06:21, 04:56](1239 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [07:20, 05:11](1238 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [07:22, 05:10](1234 MB) +PASS -- TEST 'rap_diag_debug_intel' [07:32, 05:15](1321 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:23, 05:07](1241 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [07:21, 05:14](1239 MB) +PASS -- TEST 'rap_lndp_debug_intel' [07:21, 05:14](1213 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:21, 04:56](1234 MB) +PASS -- TEST 'rap_noah_debug_intel' [06:20, 04:50](1238 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [06:22, 05:05](1236 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [10:21, 08:19](1236 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [06:21, 04:59](1235 MB) +PASS -- TEST 'rap_flake_debug_intel' [06:23, 05:00](1245 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:37, 08:41](1248 MB) + +PASS -- COMPILE 'atm_debug_dyn32_gnu' [05:11, 03:29] +PASS -- TEST 'control_csawmg_debug_gnu' [04:32, 02:15](842 MB) + +PASS -- COMPILE 'wam_debug_intel' [05:11, 03:08] ( 838 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [15:39, 14:00](1707 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [11:11, 09:59] ( 3 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [06:03, 03:53](1180 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [08:42, 06:35](1059 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:40, 03:26](979 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [09:30, 07:30](1001 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:29, 03:56](957 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:28, 03:39](938 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:38, 04:55](1041 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:23, 01:53](941 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [11:11, 09:53] ( 3 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [03:46, 02:01](1249 MB) +PASS -- TEST 'conus13km_2threads_intel' [02:41, 01:00](1219 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [03:39, 01:21](1095 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [11:11, 09:54] ( 3 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:35, 04:11](1023 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [05:11, 03:12] ( 786 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:20, 05:02](1114 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:21, 04:59](1117 MB) +PASS -- TEST 'conus13km_debug_intel' [16:47, 14:14](1262 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [16:46, 14:15](968 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [14:45, 12:28](1258 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:40, 13:59](1348 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [05:11, 03:09] ( 786 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:22, 04:57](1186 MB) + +PASS -- COMPILE 'hafsw_intel' [13:11, 11:47] ( 1 warnings 3 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [07:20, 04:47](897 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [05:31, 03:37](1136 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [09:18, 06:59](975 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [17:14, 14:42](1003 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [21:25, 18:26](1024 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [07:58, 05:32](502 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [09:18, 06:38](547 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [04:42, 02:57](369 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [11:14, 07:13](472 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:43, 03:41](528 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:52, 03:27](530 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [05:50, 04:05](582 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [03:27, 01:12](403 MB) +PASS -- TEST 'gnv1_nested_intel' [06:34, 04:01](1758 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [05:11, 03:38] ( 1478 warnings 1444 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [14:54, 12:48](593 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [12:11, 11:06] ( 2 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [13:00, 10:31](653 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [13:04, 10:25](738 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [13:12, 11:39] ( 2 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [10:31, 08:03](731 MB) + +PASS -- COMPILE 'hafs_all_intel' [12:11, 10:53] ( 2 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [09:19, 06:34](984 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [09:16, 06:36](958 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [18:56, 16:34](1204 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [08:10, 06:14] +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:18, 02:46](1168 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:20, 01:47](1117 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:16, 02:37](1049 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:17, 02:41](1026 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:17, 02:56](1041 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:18, 02:42](1171 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:17, 02:42](1147 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:18, 02:38](1030 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [08:25, 06:04](1074 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [09:27, 06:21](1055 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:15, 02:44](1168 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:18, 03:54](2521 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [05:19, 03:54](2408 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [04:10, 03:00] ( 4 warnings ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [08:20, 06:15](1090 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [08:10, 06:14] +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:17, 02:43](1165 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [03:10, 01:08] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:36, 00:50](272 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:23, 00:44](333 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:24, 00:30](337 MB) + +PASS -- COMPILE 'datm_cdeps_lm4_intel' [03:10, 01:12] +PASS -- TEST 'datm_cdeps_lm4_gswp3_intel' [02:43, 00:32](576 MB) +PASS -- TEST 'datm_cdeps_lm4_gswp3_rst_intel' [02:32, 00:18](470 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [13:10, 11:09] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [06:09, 03:43](2023 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [12:10, 10:31] ( 1 warnings 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [07:03, 04:43](2016 MB) + +PASS -- COMPILE 'atml_intel' [12:10, 11:07] ( 9 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_intel' [06:00, 03:19](1860 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:42, 01:48](1107 MB) + +PASS -- COMPILE 'atml_debug_intel' [06:10, 04:33] ( 888 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [06:59, 05:03](1898 MB) + +PASS -- COMPILE 'atmw_intel' [13:11, 11:07] ( 3 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:46, 01:57](1940 MB) + +PASS -- COMPILE 'atmaero_intel' [12:11, 10:22] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [06:52, 04:27](3200 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [07:55, 05:20](3101 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [07:37, 05:21](3118 MB) + +PASS -- COMPILE 'atmaq_intel' [11:11, 09:48] ( 8 warnings 4 remarks ) +PASS -- TEST 'regional_atmaq_intel' [18:43, 15:29](2918 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [05:11, 03:11] ( 863 warnings 4 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [42:37, 40:07](3002 MB) + +PASS -- COMPILE 'atm_fbh_intel' [11:11, 09:46] ( 3 warnings 8 remarks ) +PASS -- TEST 'cpld_regional_atm_fbh_intel' [13:26, 11:27](1099 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intelllvm' [08:12, 06:26] +PASS -- TEST 'rap_control_dyn32_phy32_intelllvm' [10:35, 08:27](1041 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intelllvm' [08:11, 06:29] +PASS -- TEST 'rap_control_dyn64_phy32_intelllvm' [06:36, 04:56](1023 MB) + +PASS -- COMPILE 'atm_gnu' [06:11, 04:07] +PASS -- TEST 'control_c48_gnu' [11:38, 09:25](1537 MB) +PASS -- TEST 'control_stochy_gnu' [04:20, 02:45](603 MB) +PASS -- TEST 'control_ras_gnu' [06:19, 04:48](609 MB) +PASS -- TEST 'control_p8_gnu' [06:47, 04:20](1572 MB) +PASS -- TEST 'control_p8_ugwpv1_gnu' [06:41, 04:17](1571 MB) +PASS -- TEST 'control_flake_gnu' [07:21, 05:26](657 MB) + +PASS -- COMPILE 'rrfs_gnu' [05:10, 03:56] +PASS -- TEST 'rap_control_gnu' [13:37, 11:19](956 MB) +PASS -- TEST 'rap_decomp_gnu' [13:31, 11:20](960 MB) +PASS -- TEST 'rap_2threads_gnu' [15:32, 13:24](1023 MB) +PASS -- TEST 'rap_restart_gnu' [07:36, 05:44](691 MB) +PASS -- TEST 'rap_sfcdiff_gnu' [12:36, 11:08](953 MB) +PASS -- TEST 'rap_sfcdiff_decomp_gnu' [13:31, 11:25](960 MB) +PASS -- TEST 'rap_sfcdiff_restart_gnu' [10:39, 08:26](696 MB) +PASS -- TEST 'hrrr_control_gnu' [07:36, 05:39](952 MB) +PASS -- TEST 'hrrr_control_noqr_gnu' [07:33, 05:44](931 MB) +PASS -- TEST 'hrrr_control_2threads_gnu' [08:32, 06:38](1012 MB) +PASS -- TEST 'hrrr_control_decomp_gnu' [07:31, 05:41](954 MB) +PASS -- TEST 'hrrr_control_restart_gnu' [04:22, 02:58](681 MB) +PASS -- TEST 'hrrr_control_restart_noqr_gnu' [04:24, 02:57](763 MB) +PASS -- TEST 'rrfs_v1beta_gnu' [12:37, 11:06](949 MB) + +PASS -- COMPILE 'csawmg_gnu' [05:10, 03:49] +PASS -- TEST 'control_csawmg_gnu' [10:33, 08:15](855 MB) + +PASS -- COMPILE 'atm_dyn32_debug_gnu' [08:10, 06:12] +PASS -- TEST 'control_diag_debug_gnu' [03:39, 01:34](1385 MB) +PASS -- TEST 'regional_debug_gnu' [10:35, 08:11](880 MB) +PASS -- TEST 'rap_control_debug_gnu' [04:20, 02:34](967 MB) +PASS -- TEST 'hrrr_control_debug_gnu' [04:19, 02:31](964 MB) +PASS -- TEST 'hrrr_gf_debug_gnu' [04:19, 02:36](969 MB) +PASS -- TEST 'hrrr_c3_debug_gnu' [04:20, 02:39](963 MB) +PASS -- TEST 'rap_diag_debug_gnu' [04:31, 02:47](1043 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [05:20, 03:59](969 MB) +PASS -- TEST 'rap_progcld_thompson_debug_gnu' [04:19, 02:35](965 MB) +PASS -- TEST 'control_ras_debug_gnu' [03:19, 01:32](601 MB) +PASS -- TEST 'control_stochy_debug_gnu' [03:19, 01:40](591 MB) +PASS -- TEST 'control_debug_p8_gnu' [03:37, 01:34](1562 MB) +PASS -- TEST 'rap_flake_debug_gnu' [04:20, 02:38](953 MB) +PASS -- TEST 'rap_clm_lake_debug_gnu' [04:20, 02:35](971 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [06:31, 04:23](971 MB) + +PASS -- COMPILE 'wam_debug_gnu' [04:10, 02:13] +PASS -- TEST 'control_wam_debug_gnu' [08:38, 06:37](1393 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [05:10, 03:59] +PASS -- TEST 'rap_control_dyn32_phy32_gnu' [11:31, 09:39](806 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [06:29, 05:01](806 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [13:26, 11:37](854 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [07:27, 05:54](847 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [07:27, 05:08](803 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [09:33, 07:09](659 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [04:21, 02:36](656 MB) +PASS -- TEST 'conus13km_control_gnu' [05:47, 03:11](966 MB) +PASS -- TEST 'conus13km_2threads_gnu' [03:42, 01:31](957 MB) +PASS -- TEST 'conus13km_restart_mismatch_gnu' [03:40, 01:49](669 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_gnu' [10:10, 09:03] +PASS -- TEST 'rap_control_dyn64_phy32_gnu' [07:31, 05:38](840 MB) + +PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [08:10, 06:07] +PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [04:21, 02:31](815 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [04:21, 02:28](811 MB) +PASS -- TEST 'conus13km_debug_gnu' [08:38, 06:49](982 MB) +PASS -- TEST 'conus13km_debug_qr_gnu' [08:47, 06:50](703 MB) +PASS -- TEST 'conus13km_debug_2threads_gnu' [07:44, 05:42](972 MB) +PASS -- TEST 'conus13km_radar_tten_debug_gnu' [08:39, 06:49](1049 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [08:11, 06:25] +PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [04:21, 02:31](844 MB) + +PASS -- COMPILE 's2swa_gnu' [18:12, 16:39] +PASS -- TEST 'cpld_control_p8_gnu' [13:06, 11:03](1688 MB) + +PASS -- COMPILE 's2s_gnu' [17:11, 16:03] +PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [11:52, 09:48](1646 MB) + +PASS -- COMPILE 's2swa_debug_gnu' [04:10, 02:57] +PASS -- TEST 'cpld_debug_p8_gnu' [09:00, 06:53](1707 MB) + +PASS -- COMPILE 's2sw_pdlib_gnu' [18:11, 16:13] +PASS -- TEST 'cpld_control_pdlib_p8_gnu' [19:59, 17:54](1613 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_gnu' [04:10, 02:35] +PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [12:55, 10:40](1535 MB) + +PASS -- COMPILE 'datm_cdeps_gnu' [17:11, 15:15] +PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [04:16, 02:58](747 MB) SYNOPSIS: -Starting Date/Time: 20250623 23:37:43 -Ending Date/Time: 20250624 04:24:21 -Total Time: 04h:46m:54s +Starting Date/Time: 20250627 11:59:14 +Ending Date/Time: 20250627 13:51:07 +Total Time: 01h:52m:27s Compiles Completed: 62/62 Tests Completed: 266/266 diff --git a/tests/logs/RegressionTests_hercules.log b/tests/logs/RegressionTests_hercules.log index 79299f4230..94b2858b5c 100644 --- a/tests/logs/RegressionTests_hercules.log +++ b/tests/logs/RegressionTests_hercules.log @@ -1,443 +1,7 @@ -====START OF hercules REGRESSION TESTING LOG==== - -UFSWM hash used in testing: -c86cdc694d6f9d990097ce1dd4c9a8c45bd5195f - -Submodule hashes used in testing: - d3c1bc45492f8b35948c97021e4e6ab4d4c203e4 AQM (v0.2.0-38-gd3c1bc4) - 642e81395472d5887b54f601b60ee607ed39bf09 AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-6194-g642e81395) - 132fa6963ba2f7103f711eb567e4fe97ed0804a8 CDEPS-interface/CDEPS (cdeps0.4.17-406-g132fa69) - 4411a158cc4839157e3087d7fe8e399f9685eb35 CICE-interface/CICE (CICE6.0.0-399-g4411a15) - 43ead56380bf11ecad66f165dcd736ed0c278763 CICE-interface/CICE/icepack (Icepack1.1.0-200-g43ead56) - a2833b0f53682ed80dff68e9af6d0347c1ea64d2 CMEPS-interface/CMEPS (cmeps_v0.4.1-2317-ga2833b0) - cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 92fde385460e8fa12e0a9f0d350b4d7a15b0a3b5 FV3 (remotes/origin/ogwd) - 11359cb04a420fc87e4cf0f035f4d1215ab24488 FV3/ccpp/framework (2025-01-06-dev-5-g11359cb) - f8f1086ea39d14d93841a3d291d637b9cbecb0a5 FV3/ccpp/physics (remotes/origin/ogwd) - 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) - ac7c36b12af82a3ea114825f1272ddb21d29085b FV3/fv3/atmos_cubed_sphere (201912_public_release-415-gac7c36b) - e5f9fcb5d4607e3576c7d507da594a9d3b516adc FV3/upp (upp_v10.2.0-272-ge5f9fcb5) --179cae1dd84401cf25d250bd9102e66560a9d328 FV3/upp/sorc/libIFI.fd --3d35332fe66e3e63a285cc8d96facdf255a33481 FV3/upp/sorc/ncep_post.fd/post_gtg.fd - 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) - bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) - c4d2337d8607ec994b3cd61179eb974e0a237841 LM4-driver (baseline_change_240904-6-gc4d2337) - c03c4f68816030f726785daf0db6150aa1e9cc6f LM4-driver/LM4 (land_lad2_2021.02) - 8c52e6a9e36c94f5e0f6adbed715973a7ee0e3dc MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10471-g8c52e6a9e) - 65ef5c73bc7f5663d5688f75c3855d431da4baea MOM6-interface/MOM6/pkg/CVMix-src (65ef5c7) - 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) - 1a2d2fcb02da38e975f252ef743af24b68b3cc7f NOAHMP-interface/noahmp (v3.7.1-455-g1a2d2fc) - bc43396f06c3f9e4608e5bc835815cc15adcf158 WW3 (6.07.1-441-gbc43396f) - 05cad173feeb598431e3ef5f17c2df6562c8d101 fire_behavior (v0.2.0-1-g05cad17) - 97b24f8e40f1de0980388c8326c48b442e5a5e61 stochastic_physics (ufs-v2.0.0-282-g97b24f8) - -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-20250623 -COMPARISON DIRECTORY: /work2/noaa/stmp/jongkim/jongkim/FV3_RT/rt_790435 - -RT.SH OPTIONS USED: -* (-a) - HPC PROJECT ACCOUNT: epic -* (-r) - USE ROCOTO - -PASS -- COMPILE s2swa_32bit_intel [13:11, 11:51](1 warnings,5 remarks) -PASS -- TEST cpld_control_p8_mixedmode_intel [11:24, 08:11] (2154068 MB) -PASS -- TEST cpld_control_gefs_intel [30:23, 18:28] (3091100 MB) -PASS -- TEST cpld_restart_gefs_intel [21:37, 06:25] (2817728 MB) -PASS -- TEST cpld_dcp_gefs_intel [30:11, 17:42] (3142220 MB) - -PASS -- COMPILE s2swa_32bit_pdlib_intel [19:11, 17:41](1 warnings,5 remarks) -PASS -- TEST cpld_control_gfsv17_intel [20:33, 17:19] (2023916 MB) -PASS -- TEST cpld_control_gfsv17_iau_intel [21:43, 19:04] (2328188 MB) -PASS -- TEST cpld_restart_gfsv17_intel [10:46, 07:08] (1343284 MB) -PASS -- TEST cpld_mpi_gfsv17_intel [21:14, 18:48] (1926944 MB) -PASS -- TEST cpld_control_gfsv17_nowav_iau_intel [07:33, 04:13] (2301864 MB) -PASS -- TEST cpld_restart_gfsv17_nowav_iau_intel [06:09, 02:11] (2194024 MB) - -PASS -- COMPILE s2swa_32bit_pdlib_sfs_intel [21:11, 19:51](1 warnings,5 remarks) -PASS -- TEST cpld_control_sfs_intel [18:51, 16:55] (2001604 MB) - -PASS -- COMPILE s2swa_32bit_pdlib_debug_intel [06:10, 04:59](1536 warnings,1942 remarks) -PASS -- TEST cpld_debug_gfsv17_intel [21:33, 18:18] (1995744 MB) - -PASS -- COMPILE s2swa_intel [14:11, 12:44](1 warnings,5 remarks) -PASS -- TEST cpld_control_p8_intel [12:52, 09:18] (2255248 MB) -PASS -- TEST cpld_control_p8.v2.sfc_intel [20:33, 18:05] (2252936 MB) -PASS -- TEST cpld_restart_p8_intel [07:25, 04:41] (1969464 MB) -PASS -- TEST cpld_control_qr_p8_intel [11:33, 08:36] (2270116 MB) -PASS -- TEST cpld_restart_qr_p8_intel [07:50, 04:40] (1809712 MB) -PASS -- TEST cpld_2threads_p8_intel [12:35, 09:49] (2422740 MB) -PASS -- TEST cpld_decomp_p8_intel [12:35, 09:17] (2245740 MB) -PASS -- TEST cpld_mpi_p8_intel [10:32, 07:24] (2145336 MB) -PASS -- TEST cpld_control_ciceC_p8_intel [11:37, 08:45] (2265820 MB) -PASS -- TEST cpld_control_c192_p8_intel [19:42, 15:19] (2968364 MB) -PASS -- TEST cpld_restart_c192_p8_intel [09:55, 05:59] (2965964 MB) - -PASS -- COMPILE s2swal_intel [14:11, 12:17](1 warnings,6 remarks) -PASS -- TEST cpld_control_p8_lnd_intel [12:48, 09:16] (2214560 MB) -PASS -- TEST cpld_restart_p8_lnd_intel [07:38, 04:36] (1952860 MB) -PASS -- TEST cpld_s2sa_p8_intel [10:24, 07:39] (2215380 MB) - -PASS -- COMPILE s2sw_intel [13:11, 11:45](1 warnings,5 remarks) -PASS -- TEST cpld_control_noaero_p8_intel [10:05, 07:44] (2056532 MB) -PASS -- TEST cpld_control_nowave_noaero_p8_intel [08:13, 06:01] (2152548 MB) - -PASS -- COMPILE s2swa_debug_intel [07:11, 05:26](1426 warnings,1173 remarks) -PASS -- TEST cpld_debug_p8_intel [15:13, 12:24] (2290480 MB) - -PASS -- COMPILE s2sw_debug_intel [07:11, 05:15](1426 warnings,1173 remarks) -PASS -- TEST cpld_debug_noaero_p8_intel [09:01, 06:23] (2062880 MB) - -PASS -- COMPILE s2s_aoflux_intel [12:11, 10:41](0 warnings,3 remarks) -PASS -- TEST cpld_control_noaero_p8_agrid_intel [06:12, 04:04] (2134580 MB) - -PASS -- COMPILE s2swa_faster_intel [14:11, 12:10](1 warnings,5 remarks) -PASS -- TEST cpld_control_p8_faster_intel [11:30, 08:12] (2257748 MB) - -PASS -- COMPILE s2sw_pdlib_intel [19:11, 17:24](1 warnings,5 remarks) -PASS -- TEST cpld_control_pdlib_p8_intel [16:15, 14:10] (2092016 MB) -PASS -- TEST cpld_restart_pdlib_p8_intel [09:23, 06:45] (1424068 MB) -PASS -- TEST cpld_mpi_pdlib_p8_intel [18:51, 15:42] (2007732 MB) -PASS -- TEST cpld_control_c48_5deg_intel [07:47, 05:56] (3025448 MB) -PASS -- TEST cpld_warmstart_c48_5deg_intel [04:50, 02:16] (3017868 MB) -PASS -- TEST cpld_restart_c48_5deg_intel [02:44, 01:06] (2464308 MB) -PASS -- TEST cpld_control_c24_5deg_intel [03:35, 01:34] (2233700 MB) -PASS -- TEST cpld_warmstart_c24_5deg_intel [02:32, 00:33] (2226872 MB) -PASS -- TEST cpld_restart_c24_5deg_intel [02:30, 00:25] (1591556 MB) -PASS -- TEST cpld_control_c24_9deg_intel [02:32, 00:59] (2230596 MB) -PASS -- TEST cpld_warmstart_c24_9deg_intel [02:33, 00:33] (2226840 MB) -PASS -- TEST cpld_restart_c24_9deg_intel [02:28, 00:24] (1595804 MB) -PASS -- TEST cpld_control_c12_9deg_intel [02:30, 00:34] (2149172 MB) -PASS -- TEST cpld_warmstart_c12_9deg_intel [02:34, 00:27] (2155056 MB) -PASS -- TEST cpld_restart_c12_9deg_intel [02:28, 00:21] (1505008 MB) - -PASS -- COMPILE s2sw_pdlib_debug_intel [06:11, 04:44](1536 warnings,1942 remarks) -PASS -- TEST cpld_debug_pdlib_p8_intel [25:04, 22:15] (2064368 MB) - -PASS -- COMPILE atm_dyn32_intel [11:11, 09:37](1 warnings,1 remarks) -PASS -- TEST control_flake_intel [04:21, 02:51] (720636 MB) -PASS -- TEST control_CubedSphereGrid_intel [03:38, 02:01] (1617212 MB) -PASS -- TEST control_CubedSphereGrid_parallel_intel [04:45, 02:11] (1618504 MB) -PASS -- TEST control_latlon_intel [03:36, 02:08] (1615992 MB) -PASS -- TEST control_wrtGauss_netcdf_parallel_intel [04:43, 02:10] (1615304 MB) -PASS -- TEST control_c48_intel [08:41, 06:19] (1703944 MB) -PASS -- TEST control_c48.v2.sfc_intel [07:28, 05:50] (827580 MB) -PASS -- TEST control_c48_lnd_iau_intel [08:41, 06:19] (1684960 MB) -PASS -- TEST control_c192_intel [09:00, 06:14] (1820376 MB) -PASS -- TEST control_c384_intel [09:48, 07:05] (2012868 MB) -PASS -- TEST control_c384gdas_intel [11:44, 07:34] (1500996 MB) -PASS -- TEST control_stochy_intel [03:28, 01:25] (675788 MB) -PASS -- TEST control_stochy_restart_intel [02:36, 00:53] (558460 MB) -PASS -- TEST control_lndp_intel [03:19, 01:18] (677252 MB) -PASS -- TEST control_iovr4_intel [03:22, 02:06] (676016 MB) -PASS -- TEST control_iovr5_intel [03:22, 02:05] (670420 MB) -PASS -- TEST control_p8_intel [05:13, 02:29] (1898032 MB) -PASS -- TEST control_p8.v2.sfc_intel [06:12, 03:36] (1915652 MB) -PASS -- TEST control_p8_ugwpv1_intel [05:03, 02:43] (1912864 MB) -PASS -- TEST control_restart_p8_intel [04:02, 01:25] (1158576 MB) -PASS -- TEST control_noqr_p8_intel [04:59, 02:33] (1895068 MB) -PASS -- TEST control_restart_noqr_p8_intel [04:00, 01:25] (1215936 MB) -PASS -- TEST control_decomp_p8_intel [07:05, 04:24] (1896896 MB) -PASS -- TEST control_2threads_p8_intel [04:52, 02:59] (1980368 MB) -PASS -- TEST control_p8_lndp_intel [06:41, 04:15] (1911120 MB) -PASS -- TEST control_p8_rrtmgp_intel [06:00, 03:30] (1981152 MB) -PASS -- TEST control_p8_mynn_intel [04:54, 02:36] (1913348 MB) -PASS -- TEST merra2_thompson_intel [05:01, 02:54] (1919324 MB) -PASS -- TEST regional_control_intel [06:32, 04:32] (1192408 MB) -PASS -- TEST regional_restart_intel [04:46, 02:30] (1195364 MB) -PASS -- TEST regional_decomp_intel [06:28, 04:40] (1183568 MB) -PASS -- TEST regional_2threads_intel [05:29, 03:35] (1082500 MB) -PASS -- TEST regional_noquilt_intel [06:35, 04:24] (1518316 MB) -PASS -- TEST regional_netcdf_parallel_intel [06:35, 04:28] (1189804 MB) -PASS -- TEST regional_2dwrtdecomp_intel [06:31, 04:29] (1199780 MB) -PASS -- TEST regional_wofs_intel [07:28, 05:48] (2086504 MB) - -PASS -- COMPILE rrfs_intel [10:11, 08:42](3 warnings,9 remarks) -PASS -- TEST rap_control_intel [09:09, 06:41] (1211400 MB) -PASS -- TEST regional_spp_sppt_shum_skeb_intel [05:52, 03:25] (1434168 MB) -PASS -- TEST rap_decomp_intel [08:59, 07:08] (1158308 MB) -PASS -- TEST rap_2threads_intel [09:40, 08:05] (1196944 MB) -PASS -- TEST rap_restart_intel [06:26, 03:35] (1204272 MB) -PASS -- TEST rap_sfcdiff_intel [13:57, 11:12] (1193828 MB) -PASS -- TEST rap_sfcdiff_decomp_intel [08:54, 07:01] (1155656 MB) -PASS -- TEST rap_sfcdiff_restart_intel [07:01, 04:59] (1236748 MB) -PASS -- TEST hrrr_control_intel [06:05, 03:29] (1078872 MB) -PASS -- TEST hrrr_control_decomp_intel [05:52, 03:33] (1049800 MB) -PASS -- TEST hrrr_control_2threads_intel [05:58, 03:59] (1142008 MB) -PASS -- TEST hrrr_control_restart_intel [03:54, 01:55] (1048388 MB) -PASS -- TEST rrfs_v1beta_intel [09:06, 06:32] (1188572 MB) -PASS -- TEST rrfs_v1nssl_intel [10:26, 08:22] (2015724 MB) -PASS -- TEST rrfs_v1nssl_nohailnoccn_intel [09:24, 08:08] (2154780 MB) - -PASS -- COMPILE csawmg_intel [10:11, 08:49](0 warnings,0 remarks) -PASS -- TEST control_csawmg_intel [07:40, 05:26] (1077660 MB) -PASS -- TEST control_ras_intel [04:41, 02:55] (864388 MB) - -PASS -- COMPILE wam_intel [10:11, 08:31](0 warnings,1 remarks) -PASS -- TEST control_wam_intel [11:49, 09:54] (1678852 MB) - -PASS -- COMPILE atm_faster_dyn32_intel [10:11, 08:31](0 warnings,1 remarks) -PASS -- TEST control_p8_faster_intel [05:16, 02:25] (1915248 MB) -PASS -- TEST regional_control_faster_intel [06:40, 04:16] (1186452 MB) - -PASS -- COMPILE atm_debug_dyn32_intel [05:11, 04:01](883 warnings,9 remarks) -PASS -- TEST control_CubedSphereGrid_debug_intel [03:36, 01:55] (1643476 MB) -PASS -- TEST control_wrtGauss_netcdf_parallel_debug_intel [03:40, 02:00] (1640616 MB) -PASS -- TEST control_stochy_debug_intel [04:21, 02:43] (865100 MB) -PASS -- TEST control_lndp_debug_intel [04:21, 02:21] (845024 MB) -PASS -- TEST control_csawmg_debug_intel [06:37, 04:45] (1163456 MB) -PASS -- TEST control_ras_debug_intel [04:21, 02:26] (862944 MB) -PASS -- TEST control_diag_debug_intel [04:43, 02:19] (1707508 MB) -PASS -- TEST control_debug_p8_intel [04:42, 02:37] (1930860 MB) -PASS -- TEST regional_debug_intel [18:41, 16:16] (1150376 MB) -PASS -- TEST rap_control_debug_intel [06:24, 04:09] (1252724 MB) -PASS -- TEST hrrr_control_debug_intel [05:23, 04:03] (1235484 MB) -PASS -- TEST hrrr_gf_debug_intel [05:21, 04:02] (1244304 MB) -PASS -- TEST hrrr_c3_debug_intel [05:19, 04:03] (1246436 MB) -PASS -- TEST rap_unified_drag_suite_debug_intel [06:24, 04:08] (1243544 MB) -PASS -- TEST rap_diag_debug_intel [06:31, 04:15] (1327936 MB) -PASS -- TEST rap_cires_ugwp_debug_intel [06:23, 04:12] (1241816 MB) -PASS -- TEST rap_unified_ugwp_debug_intel [06:21, 04:11] (1239552 MB) -PASS -- TEST rap_lndp_debug_intel [06:23, 04:10] (1245156 MB) -PASS -- TEST rap_progcld_thompson_debug_intel [05:20, 04:04] (1241656 MB) -PASS -- TEST rap_noah_debug_intel [06:24, 04:42] (1245560 MB) -PASS -- TEST rap_sfcdiff_debug_intel [05:32, 04:01] (1248524 MB) -PASS -- TEST rap_noah_sfcdiff_cires_ugwp_debug_intel [08:27, 06:36] (1248252 MB) -PASS -- TEST rap_clm_lake_debug_intel [06:30, 04:12] (1249416 MB) -PASS -- TEST rap_flake_debug_intel [05:24, 04:08] (1244396 MB) - -PASS -- COMPILE atm_debug_dyn32_gnu [04:11, 03:04](0 warnings,0 remarks) -PASS -- TEST control_csawmg_debug_gnu [04:31, 02:19] (824952 MB) - -PASS -- COMPILE wam_debug_intel [04:11, 02:53](838 warnings,1 remarks) - -PASS -- COMPILE rrfs_dyn32_phy32_intel [10:11, 08:19](3 warnings,8 remarks) -PASS -- TEST regional_spp_sppt_shum_skeb_dyn32_phy32_intel [05:52, 03:15] (1301864 MB) -PASS -- TEST rap_control_dyn32_phy32_intel [07:59, 05:27] (1163624 MB) -PASS -- TEST hrrr_control_dyn32_phy32_intel [05:04, 02:51] (1040268 MB) -PASS -- TEST rap_2threads_dyn32_phy32_intel [08:50, 06:52] (1124504 MB) -PASS -- TEST hrrr_control_2threads_dyn32_phy32_intel [05:48, 03:31] (1065320 MB) -PASS -- TEST hrrr_control_decomp_dyn32_phy32_intel [04:43, 03:03] (1008064 MB) -PASS -- TEST rap_restart_dyn32_phy32_intel [06:58, 04:05] (1106132 MB) -PASS -- TEST hrrr_control_restart_dyn32_phy32_intel [03:29, 01:35] (958352 MB) - -PASS -- COMPILE rrfs_dyn32_phy32_faster_intel [10:11, 08:18](3 warnings,8 remarks) -PASS -- TEST conus13km_control_intel [03:48, 01:37] (1315200 MB) -PASS -- TEST conus13km_2threads_intel [02:41, 00:54] (1205824 MB) -PASS -- TEST conus13km_restart_mismatch_intel [02:42, 01:00] (1186296 MB) - -PASS -- COMPILE rrfs_dyn64_phy32_intel [10:11, 08:51](3 warnings,8 remarks) -PASS -- TEST rap_control_dyn64_phy32_intel [05:37, 03:59] (1097768 MB) - -PASS -- COMPILE rrfs_dyn32_phy32_debug_intel [04:11, 02:44](786 warnings,8 remarks) -PASS -- TEST rap_control_debug_dyn32_phy32_intel [06:22, 04:32] (1128708 MB) -PASS -- TEST hrrr_control_debug_dyn32_phy32_intel [06:20, 04:39] (1124052 MB) -PASS -- TEST conus13km_debug_intel [15:39, 13:31] (1361540 MB) -PASS -- TEST conus13km_debug_qr_intel [14:46, 12:48] (1015412 MB) -PASS -- TEST conus13km_debug_2threads_intel [14:35, 12:16] (1268232 MB) -PASS -- TEST conus13km_radar_tten_debug_intel [15:38, 13:19] (1424828 MB) - -PASS -- COMPILE rrfs_dyn64_phy32_debug_intel [04:11, 02:46](786 warnings,8 remarks) -PASS -- TEST rap_control_dyn64_phy32_debug_intel [06:21, 04:17] (1206140 MB) - -PASS -- COMPILE hafsw_intel [13:11, 11:39](1 warnings,4 remarks) -PASS -- TEST hafs_regional_atm_intel [07:11, 04:29] (1013640 MB) -PASS -- TEST hafs_regional_atm_thompson_gfdlsf_intel [05:25, 03:08] (1280800 MB) -PASS -- TEST hafs_regional_atm_ocn_intel [09:26, 06:20] (1070652 MB) -PASS -- TEST hafs_regional_atm_wav_intel [16:09, 14:01] (1121480 MB) -PASS -- TEST hafs_regional_atm_ocn_wav_intel [19:29, 16:58] (1115788 MB) -PASS -- TEST hafs_regional_1nest_atm_intel [07:04, 04:49] (598924 MB) -PASS -- TEST hafs_regional_telescopic_2nests_atm_intel [09:23, 07:07] (607464 MB) -PASS -- TEST hafs_global_1nest_atm_intel [04:48, 02:18] (432092 MB) -PASS -- TEST hafs_global_multiple_4nests_atm_intel [10:22, 06:13] (493016 MB) -PASS -- TEST hafs_regional_specified_moving_1nest_atm_intel [05:51, 03:12] (614768 MB) -PASS -- TEST hafs_regional_storm_following_1nest_atm_intel [04:53, 02:59] (612244 MB) -PASS -- TEST hafs_regional_storm_following_1nest_atm_ocn_intel [06:55, 03:55] (665264 MB) -PASS -- TEST hafs_global_storm_following_1nest_atm_intel [02:28, 01:00] (448712 MB) - -PASS -- COMPILE hafsw_debug_intel [05:11, 03:38](1478 warnings,1445 remarks) -PASS -- TEST hafs_regional_storm_following_1nest_atm_ocn_debug_intel [13:57, 11:22] (643204 MB) - -PASS -- COMPILE hafsw_faster_intel [12:12, 10:55](0 warnings,3 remarks) -PASS -- TEST hafs_regional_storm_following_1nest_atm_ocn_wav_intel [20:06, 17:57] (725688 MB) -PASS -- TEST hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel [20:11, 18:02] (834128 MB) - -PASS -- COMPILE hafs_mom6w_intel [11:11, 10:10](0 warnings,2 remarks) -PASS -- TEST hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel [14:42, 11:33] (809728 MB) - -PASS -- COMPILE hafs_all_intel [13:10, 11:35](0 warnings,3 remarks) -PASS -- TEST hafs_regional_docn_intel [09:12, 06:05] (1084804 MB) -PASS -- TEST hafs_regional_docn_oisst_intel [09:08, 06:13] (1056756 MB) -PASS -- TEST hafs_regional_datm_cdeps_intel [18:55, 16:28] (1343996 MB) - -PASS -- COMPILE datm_cdeps_intel [07:11, 06:09](0 warnings,2 remarks) -PASS -- TEST datm_cdeps_control_cfsr_intel [04:17, 02:10] (1168456 MB) -PASS -- TEST datm_cdeps_restart_cfsr_intel [03:17, 01:16] (1113140 MB) -PASS -- TEST datm_cdeps_control_gefs_intel [03:17, 02:03] (1023584 MB) -PASS -- TEST datm_cdeps_iau_gefs_intel [04:18, 02:09] (1020740 MB) -PASS -- TEST datm_cdeps_stochy_gefs_intel [03:16, 02:06] (1023308 MB) -PASS -- TEST datm_cdeps_ciceC_cfsr_intel [04:16, 02:12] (1143716 MB) -PASS -- TEST datm_cdeps_bulk_cfsr_intel [04:19, 02:10] (1150984 MB) -PASS -- TEST datm_cdeps_bulk_gefs_intel [03:16, 02:04] (1026584 MB) -PASS -- TEST datm_cdeps_mx025_cfsr_intel [06:58, 05:00] (1182228 MB) -PASS -- TEST datm_cdeps_mx025_gefs_intel [06:58, 04:52] (1166628 MB) -PASS -- TEST datm_cdeps_multiple_files_cfsr_intel [03:15, 02:09] (1157664 MB) -PASS -- TEST datm_cdeps_3072x1536_cfsr_intel [04:16, 03:07] (2412660 MB) -PASS -- TEST datm_cdeps_gfs_intel [04:17, 03:01] (2398324 MB) - -PASS -- COMPILE datm_cdeps_debug_intel [05:10, 03:51](4 warnings,2 remarks) -PASS -- TEST datm_cdeps_debug_cfsr_intel [07:17, 05:10] (1083728 MB) - -PASS -- COMPILE datm_cdeps_faster_intel [07:10, 05:23](0 warnings,2 remarks) -PASS -- TEST datm_cdeps_control_cfsr_faster_intel [04:15, 02:09] (1163380 MB) - -PASS -- COMPILE datm_cdeps_land_intel [02:10, 00:48](0 warnings,1 remarks) -PASS -- TEST datm_cdeps_lnd_gswp3_intel [02:29, 00:58] (344860 MB) -PASS -- TEST datm_cdeps_lnd_era5_intel [02:24, 00:43] (563460 MB) -PASS -- TEST datm_cdeps_lnd_era5_rst_intel [02:28, 00:30] (564260 MB) - -PASS -- COMPILE atm_ds2s_docn_pcice_intel [10:11, 08:58](0 warnings,3 remarks) -PASS -- TEST atm_ds2s_docn_pcice_intel [05:57, 03:50] (2038656 MB) - -PASS -- COMPILE atm_ds2s_docn_dice_intel [11:12, 09:20](1 warnings,1 remarks) -PASS -- TEST atm_ds2s_docn_dice_intel [06:53, 04:10] (2063028 MB) - -PASS -- COMPILE atml_intel [10:11, 09:04](9 warnings,2 remarks) -PASS -- TEST control_p8_atmlnd_intel [05:06, 03:00] (1892836 MB) -PASS -- TEST control_restart_p8_atmlnd_intel [03:49, 01:41] (1146384 MB) - -PASS -- COMPILE atml_debug_intel [05:11, 03:37](888 warnings,2 remarks) -PASS -- TEST control_p8_atmlnd_debug_intel [07:08, 04:37] (1927068 MB) - -PASS -- COMPILE atmw_intel [12:11, 10:26](0 warnings,3 remarks) -PASS -- TEST atmwav_control_noaero_p8_intel [04:07, 01:42] (1956900 MB) - -PASS -- COMPILE atmaero_intel [11:11, 09:19](0 warnings,1 remarks) -PASS -- TEST atmaero_control_p8_intel [05:55, 03:51] (2015324 MB) -PASS -- TEST atmaero_control_p8_rad_intel [06:55, 04:20] (1789680 MB) -PASS -- TEST atmaero_control_p8_rad_micro_intel [06:48, 04:27] (1818272 MB) - -PASS -- COMPILE atmaq_intel [10:11, 08:18](8 warnings,4 remarks) -PASS -- TEST regional_atmaq_intel [17:40, 14:58] (2942024 MB) - -PASS -- COMPILE atmaq_debug_intel [04:11, 03:02](863 warnings,4 remarks) -PASS -- TEST regional_atmaq_debug_intel [34:35, 32:09] (2952636 MB) - -PASS -- COMPILE atm_fbh_intel [10:11, 08:24](3 warnings,8 remarks) -PASS -- TEST cpld_regional_atm_fbh_intel [11:26, 09:34] (1078112 MB) - -PASS -- COMPILE atm_gnu [07:11, 05:26](0 warnings,0 remarks) -PASS -- TEST control_c48_gnu [09:40, 07:35] (1577064 MB) -PASS -- TEST control_stochy_gnu [04:20, 02:15] (591228 MB) -PASS -- TEST control_ras_gnu [05:19, 03:56] (601084 MB) -PASS -- TEST control_p8_gnu [06:00, 03:43] (1561372 MB) -PASS -- TEST control_p8_ugwpv1_gnu [05:46, 03:38] (1560796 MB) -PASS -- TEST control_flake_gnu [06:22, 04:26] (639852 MB) - -PASS -- COMPILE rrfs_gnu [05:11, 03:31](0 warnings,0 remarks) -PASS -- TEST rap_control_gnu [09:39, 07:48] (945880 MB) -PASS -- TEST rap_decomp_gnu [09:38, 07:55] (941520 MB) -PASS -- TEST rap_2threads_gnu [08:53, 06:44] (999788 MB) -PASS -- TEST rap_restart_gnu [05:49, 03:59] (684068 MB) -PASS -- TEST rap_sfcdiff_gnu [09:47, 07:59] (942420 MB) -PASS -- TEST rap_sfcdiff_decomp_gnu [09:45, 07:59] (942012 MB) -PASS -- TEST rap_sfcdiff_restart_gnu [08:02, 05:50] (685292 MB) -PASS -- TEST hrrr_control_gnu [05:53, 03:55] (940280 MB) -PASS -- TEST hrrr_control_noqr_gnu [05:38, 04:06] (923316 MB) -PASS -- TEST hrrr_control_2threads_gnu [05:38, 03:37] (990480 MB) -PASS -- TEST hrrr_control_decomp_gnu [05:40, 04:06] (938760 MB) -PASS -- TEST hrrr_control_restart_gnu [03:24, 02:06] (675608 MB) -PASS -- TEST hrrr_control_restart_noqr_gnu [03:27, 02:04] (761796 MB) -PASS -- TEST rrfs_v1beta_gnu [10:09, 07:44] (938476 MB) - -PASS -- COMPILE csawmg_gnu [05:11, 03:11](0 warnings,0 remarks) -PASS -- TEST control_csawmg_gnu [09:31, 07:52] (842504 MB) - -PASS -- COMPILE atm_dyn32_debug_gnu [06:10, 05:04](0 warnings,0 remarks) -PASS -- TEST control_diag_debug_gnu [03:37, 01:09] (1376384 MB) -PASS -- TEST regional_debug_gnu [08:33, 06:31] (893008 MB) -PASS -- TEST rap_control_debug_gnu [04:20, 02:14] (956880 MB) -PASS -- TEST hrrr_control_debug_gnu [03:18, 02:03] (950364 MB) -PASS -- TEST hrrr_gf_debug_gnu [03:20, 01:56] (957068 MB) -PASS -- TEST hrrr_c3_debug_gnu [05:20, 03:50] (955676 MB) -PASS -- TEST rap_diag_debug_gnu [04:27, 02:13] (1043548 MB) -PASS -- TEST rap_noah_sfcdiff_cires_ugwp_debug_gnu [04:21, 03:01] (950048 MB) -PASS -- TEST rap_progcld_thompson_debug_gnu [03:20, 01:56] (957160 MB) -PASS -- TEST control_ras_debug_gnu [03:19, 01:09] (593500 MB) -PASS -- TEST control_stochy_debug_gnu [03:19, 01:26] (585644 MB) -PASS -- TEST control_debug_p8_gnu [03:36, 01:18] (1551984 MB) -PASS -- TEST rap_flake_debug_gnu [03:23, 01:56] (954832 MB) -PASS -- TEST rap_clm_lake_debug_gnu [03:20, 01:56] (957684 MB) - -PASS -- COMPILE wam_debug_gnu [04:10, 02:01](0 warnings,0 remarks) -PASS -- TEST control_wam_debug_gnu [07:38, 05:25] (1391048 MB) - -PASS -- COMPILE rrfs_dyn32_phy32_gnu [05:11, 03:41](0 warnings,0 remarks) -PASS -- TEST rap_control_dyn32_phy32_gnu [09:38, 07:15] (799508 MB) -PASS -- TEST hrrr_control_dyn32_phy32_gnu [06:00, 03:52] (799612 MB) -PASS -- TEST rap_2threads_dyn32_phy32_gnu [08:52, 06:40] (835956 MB) -PASS -- TEST hrrr_control_2threads_dyn32_phy32_gnu [05:45, 03:30] (831972 MB) -PASS -- TEST hrrr_control_decomp_dyn32_phy32_gnu [05:39, 03:54] (798816 MB) -PASS -- TEST rap_restart_dyn32_phy32_gnu [08:01, 05:36] (653040 MB) -PASS -- TEST hrrr_control_restart_dyn32_phy32_gnu [03:28, 02:02] (649488 MB) -PASS -- TEST conus13km_control_gnu [04:43, 02:25] (988788 MB) -PASS -- TEST conus13km_2threads_gnu [03:37, 01:15] (951472 MB) -PASS -- TEST conus13km_restart_mismatch_gnu [03:37, 01:25] (698192 MB) - -PASS -- COMPILE atm_dyn64_phy32_gnu [10:11, 08:30](0 warnings,0 remarks) -PASS -- TEST rap_control_dyn64_phy32_gnu [07:33, 06:02] (827468 MB) - -PASS -- COMPILE atm_dyn32_phy32_debug_gnu [08:11, 06:35](0 warnings,0 remarks) -PASS -- TEST rap_control_debug_dyn32_phy32_gnu [04:21, 02:10] (804724 MB) -PASS -- TEST hrrr_control_debug_dyn32_phy32_gnu [04:21, 02:13] (805372 MB) -PASS -- TEST conus13km_debug_gnu [07:42, 06:01] (1001444 MB) -PASS -- TEST conus13km_debug_qr_gnu [07:43, 06:01] (728312 MB) -PASS -- TEST conus13km_debug_2threads_gnu [07:47, 05:17] (967136 MB) -PASS -- TEST conus13km_radar_tten_debug_gnu [07:47, 05:56] (1068220 MB) - -PASS -- COMPILE atm_dyn64_phy32_debug_gnu [07:11, 05:59](0 warnings,0 remarks) -PASS -- TEST rap_control_dyn64_phy32_debug_gnu [03:26, 02:09] (833236 MB) - -PASS -- COMPILE s2swa_gnu [18:11, 16:30](0 warnings,0 remarks) - -PASS -- COMPILE s2s_gnu [18:11, 16:48](0 warnings,0 remarks) -PASS -- TEST cpld_control_nowave_noaero_p8_gnu [11:08, 08:13] (1635684 MB) - -PASS -- COMPILE s2swa_debug_gnu [04:11, 02:10](0 warnings,0 remarks) - -PASS -- COMPILE s2sw_pdlib_gnu [18:11, 16:32](0 warnings,0 remarks) -PASS -- TEST cpld_control_pdlib_p8_gnu [16:10, 13:40] (1600832 MB) - -PASS -- COMPILE s2sw_pdlib_debug_gnu [03:11, 01:57](0 warnings,0 remarks) -PASS -- TEST cpld_debug_pdlib_p8_gnu [11:09, 08:51] (1604316 MB) - -PASS -- COMPILE datm_cdeps_gnu [17:11, 15:48](0 warnings,0 remarks) -PASS -- TEST datm_cdeps_control_cfsr_gnu [04:17, 02:22] (800764 MB) - - -SYNOPSIS: -Starting Date/Time: 2025-06-24 09:38:50 -Ending Date/Time: 2025-06-24 11:14:38 -Total Time: 01h:35m:48s -Compiles Completed: 59/59 -Tests Completed: 256/258 - - -NOTES: -A file test_changes.list was generated but is empty. -If you are using this log as a pull request verification, please commit test_changes.list. - -Result: FAILED - -====END OF hercules REGRESSION TESTING LOG==== ====START OF HERCULES REGRESSION TESTING LOG==== UFSWM hash used in testing: -c86cdc694d6f9d990097ce1dd4c9a8c45bd5195f +e129f8f9df846ef1bad1abc959affcda0aa37d12 Submodule hashes used in testing: d3c1bc45492f8b35948c97021e4e6ab4d4c203e4 AQM (v0.2.0-38-gd3c1bc4) @@ -447,11 +11,11 @@ Submodule hashes used in testing: 43ead56380bf11ecad66f165dcd736ed0c278763 CICE-interface/CICE/icepack (Icepack1.1.0-200-g43ead56) a2833b0f53682ed80dff68e9af6d0347c1ea64d2 CMEPS-interface/CMEPS (cmeps_v0.4.1-2317-ga2833b0) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 92fde385460e8fa12e0a9f0d350b4d7a15b0a3b5 FV3 (remotes/origin/ogwd) + eeaec64368ba1375ee03f6ae936d5634a012d355 FV3 (remotes/origin/feature/3dtke_gfspbl) 11359cb04a420fc87e4cf0f035f4d1215ab24488 FV3/ccpp/framework (2025-01-06-dev-5-g11359cb) - f8f1086ea39d14d93841a3d291d637b9cbecb0a5 FV3/ccpp/physics (remotes/origin/ogwd) + 845246c2f173652ec803ad180b80b5cab2852449 FV3/ccpp/physics (master-tag-before-replacing-with-ipd-setup-step-fast-5983-g845246c2) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) - ac7c36b12af82a3ea114825f1272ddb21d29085b FV3/fv3/atmos_cubed_sphere (201912_public_release-415-gac7c36b) + ec21a2a5e0e70d167041f75f1470c1b223aaf063 FV3/fv3/atmos_cubed_sphere (remotes/origin/feature/3dtke_gfspbl) e5f9fcb5d4607e3576c7d507da594a9d3b516adc FV3/upp (upp_v10.2.0-272-ge5f9fcb5) -179cae1dd84401cf25d250bd9102e66560a9d328 FV3/upp/sorc/libIFI.fd -3d35332fe66e3e63a285cc8d96facdf255a33481 FV3/upp/sorc/ncep_post.fd/post_gtg.fd @@ -459,7 +23,7 @@ Submodule hashes used in testing: bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) c4d2337d8607ec994b3cd61179eb974e0a237841 LM4-driver (baseline_change_240904-6-gc4d2337) c03c4f68816030f726785daf0db6150aa1e9cc6f LM4-driver/LM4 (land_lad2_2021.02) - 8c52e6a9e36c94f5e0f6adbed715973a7ee0e3dc MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10471-g8c52e6a9e) + c987a8b70d3772d258db62c9081a249b94935b39 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10633-gc987a8b70) 65ef5c73bc7f5663d5688f75c3855d431da4baea MOM6-interface/MOM6/pkg/CVMix-src (65ef5c7) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) 1a2d2fcb02da38e975f252ef743af24b68b3cc7f NOAHMP-interface/noahmp (v3.7.1-455-g1a2d2fc) @@ -475,25 +39,395 @@ 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-20250623 -COMPARISON DIRECTORY: /work/noaa/epic/gpetro/stmp/gpetro/FV3_RT/rt_881709 +COMPARISON DIRECTORY: /work2/noaa/epic/role-epic/stmp/role-epic/FV3_RT/rt_3423957 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic -* (-b) - NEW BASELINES FROM FILE: my_tests.list +* (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_gnu' [18:11, 16:53] -PASS -- TEST 'cpld_control_p8_gnu' [12:56, 10:31](1729 MB) - -PASS -- COMPILE 's2swa_debug_gnu' [04:10, 02:17] -PASS -- TEST 'cpld_debug_p8_gnu' [08:44, 06:44](1736 MB) +PASS -- COMPILE 's2swa_32bit_intel' [14:11, 12:42] ( 1 warnings 5 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [27:10, 09:30](2165 MB) +PASS -- TEST 'cpld_control_gefs_intel' [39:33, 18:54](3110 MB) +PASS -- TEST 'cpld_restart_gefs_intel' [22:03, 06:13](2824 MB) +PASS -- TEST 'cpld_dcp_gefs_intel' [27:42, 15:45](3162 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [20:11, 18:48] ( 1 warnings 5 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [31:08, 19:38](2013 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [24:36, 20:40](2321 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [11:34, 08:15](1349 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [31:08, 19:19](1928 MB) +PASS -- TEST 'cpld_control_gfsv17_nowav_iau_intel' [09:12, 05:43](2292 MB) +PASS -- TEST 'cpld_restart_gfsv17_nowav_iau_intel' [06:47, 03:42](2193 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [22:11, 20:44] ( 1 warnings 5 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [28:40, 19:02](1993 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [07:11, 05:49] ( 1536 warnings 1942 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [25:18, 19:07](1992 MB) + +PASS -- COMPILE 's2swa_intel' [14:11, 12:22] ( 1 warnings 5 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [28:17, 09:57](2272 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [28:14, 10:02](2264 MB) +PASS -- TEST 'cpld_restart_p8_intel' [12:22, 07:43](1966 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [27:03, 09:34](2294 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [10:22, 06:55](1810 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [28:05, 10:20](2421 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [28:05, 09:55](2250 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [26:11, 08:40](2138 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [28:13, 09:57](2271 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [35:39, 16:32](2957 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [11:42, 07:03](2960 MB) + +PASS -- COMPILE 's2swal_intel' [14:11, 12:12] ( 1 warnings 6 remarks ) +PASS -- TEST 'cpld_control_p8_lnd_intel' [28:16, 10:00](2229 MB) +PASS -- TEST 'cpld_restart_p8_lnd_intel' [10:22, 06:02](1953 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [26:07, 08:36](2226 MB) + +PASS -- COMPILE 's2sw_intel' [13:11, 11:14] ( 1 warnings 5 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [21:59, 09:07](2057 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [18:07, 09:20](2161 MB) + +PASS -- COMPILE 's2swa_debug_intel' [06:11, 04:41] ( 1426 warnings 1173 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [21:24, 14:37](2290 MB) + +PASS -- COMPILE 's2sw_debug_intel' [06:11, 04:26] ( 1426 warnings 1173 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [13:26, 06:46](2071 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [11:12, 09:46] ( 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [14:22, 06:00](2136 MB) + +PASS -- COMPILE 's2swa_faster_intel' [14:11, 13:00] ( 1 warnings 5 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [21:16, 09:34](2271 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [19:11, 17:21] ( 1 warnings 5 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [24:16, 15:27](2109 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [10:15, 08:07](1400 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [22:15, 17:05](2011 MB) +PASS -- TEST 'cpld_control_c48_5deg_intel' [13:15, 07:09](3033 MB) +PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [07:42, 02:58](3018 MB) +PASS -- TEST 'cpld_restart_c48_5deg_intel' [08:39, 01:41](2470 MB) +PASS -- TEST 'cpld_control_c24_5deg_intel' [05:27, 02:28](2224 MB) +PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [03:27, 01:55](2226 MB) +PASS -- TEST 'cpld_restart_c24_5deg_intel' [03:24, 01:29](1547 MB) +PASS -- TEST 'cpld_control_c24_9deg_intel' [04:27, 02:36](2228 MB) +PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [04:24, 02:29](2224 MB) +PASS -- TEST 'cpld_restart_c24_9deg_intel' [07:33, 01:17](1550 MB) +PASS -- TEST 'cpld_control_c12_9deg_intel' [03:24, 01:28](2155 MB) +PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [04:25, 02:16](2157 MB) +PASS -- TEST 'cpld_restart_c12_9deg_intel' [08:26, 01:56](1502 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [08:11, 03:47] ( 1536 warnings 1942 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [39:05, 22:34](2066 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [11:16, 09:28] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [12:22, 02:58](720 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [14:33, 02:07](1601 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [11:37, 02:15](1625 MB) +PASS -- TEST 'control_latlon_intel' [14:29, 02:11](1614 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [14:37, 02:13](1614 MB) +PASS -- TEST 'control_c48_intel' [15:35, 06:34](1709 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [15:26, 06:00](837 MB) +PASS -- TEST 'control_c48_lnd_iau_intel' [08:31, 06:50](1710 MB) +PASS -- TEST 'control_c192_intel' [08:39, 06:35](1814 MB) +PASS -- TEST 'control_c384_intel' [12:24, 07:17](2010 MB) +PASS -- TEST 'control_c384gdas_intel' [16:30, 10:40](1524 MB) +PASS -- TEST 'control_stochy_intel' [05:21, 01:55](676 MB) +PASS -- TEST 'control_stochy_restart_intel' [03:36, 00:51](551 MB) +PASS -- TEST 'control_lndp_intel' [05:18, 01:52](677 MB) +PASS -- TEST 'control_iovr4_intel' [06:20, 02:32](667 MB) +PASS -- TEST 'control_iovr5_intel' [05:19, 02:39](680 MB) +PASS -- TEST 'control_p8_intel' [08:03, 05:07](1910 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [08:53, 03:33](1918 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [09:55, 03:25](1918 MB) +PASS -- TEST 'control_restart_p8_intel' [04:54, 02:46](1157 MB) +PASS -- TEST 'control_noqr_p8_intel' [08:47, 03:59](1901 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [06:57, 03:04](1219 MB) +PASS -- TEST 'control_decomp_p8_intel' [09:47, 03:54](1911 MB) +PASS -- TEST 'control_2threads_p8_intel' [09:44, 04:22](1981 MB) +PASS -- TEST 'control_p8_lndp_intel' [08:44, 05:38](1902 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [07:51, 04:41](1978 MB) +PASS -- TEST 'control_p8_mynn_intel' [06:50, 03:51](1915 MB) +PASS -- TEST 'merra2_thompson_intel' [06:55, 04:05](1920 MB) +PASS -- TEST 'regional_control_intel' [07:26, 05:16](1196 MB) +PASS -- TEST 'regional_restart_intel' [08:29, 06:16](1197 MB) +PASS -- TEST 'regional_decomp_intel' [07:24, 05:41](1185 MB) +PASS -- TEST 'regional_2threads_intel' [06:35, 04:39](1104 MB) +PASS -- TEST 'regional_noquilt_intel' [07:35, 05:55](1524 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [07:41, 05:30](1194 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [07:30, 05:37](1197 MB) +PASS -- TEST 'regional_wofs_intel' [07:27, 05:51](2078 MB) + +PASS -- COMPILE 'rrfs_intel' [12:11, 09:06] ( 3 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [08:48, 06:46](1200 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [06:49, 03:35](1432 MB) +PASS -- TEST 'rap_decomp_intel' [14:03, 10:23](1155 MB) +PASS -- TEST 'rap_2threads_intel' [11:48, 08:07](1218 MB) +PASS -- TEST 'rap_restart_intel' [06:47, 03:28](1153 MB) +PASS -- TEST 'rap_sfcdiff_intel' [12:54, 09:57](1208 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [09:48, 07:08](1151 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [06:59, 04:59](1206 MB) +PASS -- TEST 'hrrr_control_intel' [05:51, 03:26](1072 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [05:35, 03:31](1063 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [06:36, 04:06](1141 MB) +PASS -- TEST 'hrrr_control_restart_intel' [04:24, 01:54](1053 MB) +PASS -- TEST 'rrfs_v1beta_intel' [08:55, 06:29](1225 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [10:21, 08:11](2012 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [09:22, 07:56](2177 MB) + +PASS -- COMPILE 'csawmg_intel' [10:10, 08:35] +PASS -- TEST 'control_csawmg_intel' [08:28, 06:54](1076 MB) +PASS -- TEST 'control_ras_intel' [07:20, 05:10](843 MB) + +PASS -- COMPILE 'wam_intel' [10:10, 08:13] ( 1 remarks ) +PASS -- TEST 'control_wam_intel' [12:41, 10:20](1694 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [10:10, 08:29] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [06:00, 03:47](1909 MB) +PASS -- TEST 'regional_control_faster_intel' [06:30, 04:58](1197 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [10:10, 04:22] ( 883 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:36, 01:57](1645 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [05:38, 02:03](1645 MB) +PASS -- TEST 'control_stochy_debug_intel' [06:21, 02:45](852 MB) +PASS -- TEST 'control_lndp_debug_intel' [05:20, 02:27](858 MB) +PASS -- TEST 'control_csawmg_debug_intel' [09:33, 05:30](1160 MB) +PASS -- TEST 'control_ras_debug_intel' [07:26, 03:47](856 MB) +PASS -- TEST 'control_diag_debug_intel' [05:37, 02:26](1708 MB) +PASS -- TEST 'control_debug_p8_intel' [09:34, 06:31](1943 MB) +PASS -- TEST 'regional_debug_intel' [27:29, 24:51](1163 MB) +PASS -- TEST 'rap_control_debug_intel' [07:19, 04:24](1240 MB) +PASS -- TEST 'hrrr_control_debug_intel' [05:24, 04:10](1240 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [06:22, 04:17](1247 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [06:18, 04:21](1245 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:19, 04:16](1251 MB) +PASS -- TEST 'rap_diag_debug_intel' [06:28, 04:36](1332 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [09:20, 06:22](1251 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [08:19, 06:14](1243 MB) +PASS -- TEST 'rap_lndp_debug_intel' [11:19, 08:58](1247 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [07:18, 04:21](1247 MB) +PASS -- TEST 'rap_noah_debug_intel' [08:20, 04:19](1249 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [08:18, 04:32](1242 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [10:20, 07:02](1242 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [07:20, 04:14](1245 MB) +PASS -- TEST 'rap_flake_debug_intel' [07:18, 04:16](1243 MB) + +PASS -- COMPILE 'atm_debug_dyn32_gnu' [09:10, 03:02] +PASS -- TEST 'control_csawmg_debug_gnu' [05:26, 02:57](824 MB) + +PASS -- COMPILE 'wam_debug_intel' [09:10, 03:31] ( 838 warnings 1 remarks ) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [13:10, 09:00] ( 3 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [05:51, 03:20](1296 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [07:51, 05:29](1154 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:05, 02:49](1019 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [08:45, 06:53](1126 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:38, 03:33](1082 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:56, 02:58](1003 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [09:57, 04:05](1105 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [08:24, 01:38](968 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [13:10, 09:11] ( 3 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [05:43, 04:04](1323 MB) +PASS -- TEST 'conus13km_2threads_intel' [08:35, 00:55](1218 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [08:28, 01:05](1173 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [11:10, 09:05] ( 3 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:35, 03:48](1105 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [05:10, 03:31] ( 786 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:20, 04:17](1121 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:19, 04:13](1117 MB) +PASS -- TEST 'conus13km_debug_intel' [13:33, 11:56](1356 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [13:35, 12:01](1016 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [14:31, 12:18](1254 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [13:27, 12:03](1427 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [05:10, 02:52] ( 786 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:21, 04:16](1219 MB) + +PASS -- COMPILE 'hafsw_intel' [16:10, 10:35] ( 1 warnings 4 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [09:08, 06:25](1016 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:26, 05:55](1284 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [11:22, 08:01](1071 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [21:07, 14:01](1127 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [21:18, 18:10](1285 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [12:01, 05:00](605 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [09:20, 06:00](615 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [05:46, 02:24](430 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [10:15, 06:22](507 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [09:49, 03:16](618 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [09:49, 03:24](616 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [07:50, 04:28](663 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [06:28, 01:40](457 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [09:10, 03:14] ( 1478 warnings 1445 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [18:56, 13:15](644 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [17:10, 11:01] ( 3 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [25:01, 18:56](763 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [24:59, 18:36](834 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [13:11, 11:04] ( 2 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [19:45, 12:11](785 MB) + +PASS -- COMPILE 'hafs_all_intel' [13:10, 11:16] ( 3 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [12:10, 05:38](1090 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [14:06, 08:21](1088 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [21:58, 16:39](1336 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [08:11, 06:41] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [06:18, 02:11](1138 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [04:16, 01:19](1110 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [06:14, 02:05](1014 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [05:15, 02:06](1025 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:14, 02:05](1014 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:15, 02:09](1160 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:15, 02:10](1166 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:15, 02:04](1022 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [06:55, 04:55](1170 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [06:53, 04:53](1159 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:15, 02:07](1159 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [04:17, 03:02](2362 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [04:16, 03:02](2448 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [06:10, 04:08] ( 4 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:18, 05:08](1067 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [07:11, 05:54] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:15, 02:12](1153 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [03:11, 00:51] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:34, 01:03](333 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:21, 00:46](573 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:31, 00:38](560 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [11:11, 09:25] ( 3 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [06:50, 04:11](2061 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [11:10, 09:23] ( 1 warnings 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [09:45, 05:45](2057 MB) + +PASS -- COMPILE 'atml_intel' [11:10, 09:36] ( 9 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_intel' [06:56, 04:12](1895 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:50, 02:49](1140 MB) + +PASS -- COMPILE 'atml_debug_intel' [05:10, 03:40] ( 888 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [07:55, 05:11](1921 MB) + +PASS -- COMPILE 'atmw_intel' [14:10, 12:10] ( 3 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [05:48, 02:41](1946 MB) + +PASS -- COMPILE 'atmaero_intel' [14:10, 09:05] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [07:49, 04:55](2018 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [07:47, 04:37](1793 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [07:41, 04:34](1807 MB) + +PASS -- COMPILE 'atmaq_intel' [13:11, 08:52] ( 8 warnings 4 remarks ) +PASS -- TEST 'regional_atmaq_intel' [17:32, 14:46](2942 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [07:11, 03:13] ( 863 warnings 4 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [35:16, 32:20](2952 MB) + +PASS -- COMPILE 'atm_fbh_intel' [12:11, 08:41] ( 3 warnings 8 remarks ) +PASS -- TEST 'cpld_regional_atm_fbh_intel' [11:31, 09:43](1083 MB) + +PASS -- COMPILE 'atm_gnu' [08:11, 04:25] +PASS -- TEST 'control_c48_gnu' [09:42, 07:37](1586 MB) +PASS -- TEST 'control_stochy_gnu' [04:24, 02:22](590 MB) +PASS -- TEST 'control_ras_gnu' [05:19, 03:38](600 MB) +PASS -- TEST 'control_p8_gnu' [06:56, 04:39](1553 MB) +PASS -- TEST 'control_p8_ugwpv1_gnu' [06:41, 04:52](1562 MB) +PASS -- TEST 'control_flake_gnu' [06:20, 04:38](638 MB) + +PASS -- COMPILE 'rrfs_gnu' [07:11, 03:54] +PASS -- TEST 'rap_control_gnu' [11:32, 10:06](947 MB) +PASS -- TEST 'rap_decomp_gnu' [12:48, 10:31](947 MB) +PASS -- TEST 'rap_2threads_gnu' [10:51, 08:19](1001 MB) +PASS -- TEST 'rap_restart_gnu' [08:14, 05:08](683 MB) +PASS -- TEST 'rap_sfcdiff_gnu' [11:52, 09:42](947 MB) +PASS -- TEST 'rap_sfcdiff_decomp_gnu' [15:46, 13:21](947 MB) +PASS -- TEST 'rap_sfcdiff_restart_gnu' [09:53, 07:29](685 MB) +PASS -- TEST 'hrrr_control_gnu' [06:51, 05:00](940 MB) +PASS -- TEST 'hrrr_control_noqr_gnu' [07:36, 05:11](930 MB) +PASS -- TEST 'hrrr_control_2threads_gnu' [05:57, 04:06](991 MB) +PASS -- TEST 'hrrr_control_decomp_gnu' [12:52, 10:30](940 MB) +PASS -- TEST 'hrrr_control_restart_gnu' [04:37, 02:30](680 MB) +PASS -- TEST 'hrrr_control_restart_noqr_gnu' [04:20, 02:42](766 MB) +PASS -- TEST 'rrfs_v1beta_gnu' [11:59, 09:40](944 MB) + +PASS -- COMPILE 'csawmg_gnu' [05:11, 03:18] +PASS -- TEST 'control_csawmg_gnu' [16:25, 14:54](840 MB) + +PASS -- COMPILE 'atm_dyn32_debug_gnu' [07:11, 05:26] +PASS -- TEST 'control_diag_debug_gnu' [03:39, 01:16](1374 MB) +PASS -- TEST 'regional_debug_gnu' [10:27, 08:35](882 MB) +PASS -- TEST 'rap_control_debug_gnu' [03:25, 01:59](958 MB) +PASS -- TEST 'hrrr_control_debug_gnu' [03:23, 01:59](953 MB) +PASS -- TEST 'hrrr_gf_debug_gnu' [03:18, 02:03](957 MB) +PASS -- TEST 'hrrr_c3_debug_gnu' [03:22, 02:00](957 MB) +PASS -- TEST 'rap_diag_debug_gnu' [04:35, 02:13](1041 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [05:19, 03:21](954 MB) +PASS -- TEST 'rap_progcld_thompson_debug_gnu' [04:20, 02:10](956 MB) +PASS -- TEST 'control_ras_debug_gnu' [03:21, 01:20](592 MB) +PASS -- TEST 'control_stochy_debug_gnu' [03:20, 01:21](584 MB) +PASS -- TEST 'control_debug_p8_gnu' [04:34, 02:44](1552 MB) +PASS -- TEST 'rap_flake_debug_gnu' [03:17, 02:04](956 MB) +PASS -- TEST 'rap_clm_lake_debug_gnu' [03:27, 02:06](958 MB) + +PASS -- COMPILE 'wam_debug_gnu' [03:11, 01:44] +PASS -- TEST 'control_wam_debug_gnu' [07:56, 05:56](1388 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [05:11, 03:30] +PASS -- TEST 'rap_control_dyn32_phy32_gnu' [11:34, 09:16](800 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [06:38, 04:55](794 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [09:49, 08:06](833 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [06:01, 04:05](830 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [06:56, 04:43](794 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [08:41, 06:48](651 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [04:33, 02:41](647 MB) +PASS -- TEST 'conus13km_control_gnu' [04:56, 02:47](985 MB) +PASS -- TEST 'conus13km_2threads_gnu' [03:32, 01:24](954 MB) +PASS -- TEST 'conus13km_restart_mismatch_gnu' [04:31, 02:29](698 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_gnu' [10:11, 08:29] +PASS -- TEST 'rap_control_dyn64_phy32_gnu' [08:40, 06:56](824 MB) + +PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [08:11, 06:27] +PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [06:20, 04:21](807 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [04:24, 02:11](804 MB) +PASS -- TEST 'conus13km_debug_gnu' [07:32, 05:54](999 MB) +PASS -- TEST 'conus13km_debug_qr_gnu' [07:33, 05:51](721 MB) +PASS -- TEST 'conus13km_debug_2threads_gnu' [07:28, 05:17](971 MB) +PASS -- TEST 'conus13km_radar_tten_debug_gnu' [07:29, 05:54](1070 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [07:11, 05:28] +PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [03:20, 02:06](830 MB) + +PASS -- COMPILE 's2swa_gnu' [21:10, 16:46] +PASS -- TEST 'cpld_control_p8_gnu' [13:18, 11:10](1749 MB) + +PASS -- COMPILE 's2s_gnu' [19:10, 16:35] +PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [13:12, 10:31](1635 MB) + +PASS -- COMPILE 's2swa_debug_gnu' [04:10, 02:10] +PASS -- TEST 'cpld_debug_p8_gnu' [09:03, 06:47](1737 MB) + +PASS -- COMPILE 's2sw_pdlib_gnu' [17:11, 15:53] +PASS -- TEST 'cpld_control_pdlib_p8_gnu' [16:58, 14:44](1607 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_gnu' [04:11, 02:22] +PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [12:54, 10:27](1614 MB) + +PASS -- COMPILE 'datm_cdeps_gnu' [16:11, 14:45] +PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [04:15, 02:23](799 MB) SYNOPSIS: -Starting Date/Time: 20250624 12:24:02 -Ending Date/Time: 20250624 12:56:32 -Total Time: 00h:32m:35s -Compiles Completed: 2/2 -Tests Completed: 2/2 +Starting Date/Time: 20250626 21:11:07 +Ending Date/Time: 20250626 23:17:36 +Total Time: 02h:07m:08s +Compiles Completed: 59/59 +Tests Completed: 258/258 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 e4f3bf2a8b..384e012e42 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: -ec799a6bd39886a6cff376cae906f130ed665fc7 +e129f8f9df846ef1bad1abc959affcda0aa37d12 Submodule hashes used in testing: d3c1bc45492f8b35948c97021e4e6ab4d4c203e4 AQM (v0.2.0-38-gd3c1bc4) @@ -11,11 +11,11 @@ Submodule hashes used in testing: 43ead56380bf11ecad66f165dcd736ed0c278763 CICE-interface/CICE/icepack (Icepack1.1.0-200-g43ead56) a2833b0f53682ed80dff68e9af6d0347c1ea64d2 CMEPS-interface/CMEPS (cmeps_v0.4.1-2317-ga2833b0) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 92fde385460e8fa12e0a9f0d350b4d7a15b0a3b5 FV3 (remotes/origin/ogwd) + eeaec64368ba1375ee03f6ae936d5634a012d355 FV3 (remotes/origin/feature/3dtke_gfspbl) 11359cb04a420fc87e4cf0f035f4d1215ab24488 FV3/ccpp/framework (2025-01-06-dev-5-g11359cb) - f8f1086ea39d14d93841a3d291d637b9cbecb0a5 FV3/ccpp/physics (remotes/origin/ogwd) + 845246c2f173652ec803ad180b80b5cab2852449 FV3/ccpp/physics (master-tag-before-replacing-with-ipd-setup-step-fast-5983-g845246c2) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) - ac7c36b12af82a3ea114825f1272ddb21d29085b FV3/fv3/atmos_cubed_sphere (201912_public_release-415-gac7c36b) + ec21a2a5e0e70d167041f75f1470c1b223aaf063 FV3/fv3/atmos_cubed_sphere (remotes/origin/feature/3dtke_gfspbl) e5f9fcb5d4607e3576c7d507da594a9d3b516adc FV3/upp (upp_v10.2.0-272-ge5f9fcb5) -179cae1dd84401cf25d250bd9102e66560a9d328 FV3/upp/sorc/libIFI.fd -3d35332fe66e3e63a285cc8d96facdf255a33481 FV3/upp/sorc/ncep_post.fd/post_gtg.fd @@ -23,7 +23,7 @@ Submodule hashes used in testing: bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) c4d2337d8607ec994b3cd61179eb974e0a237841 LM4-driver (baseline_change_240904-6-gc4d2337) c03c4f68816030f726785daf0db6150aa1e9cc6f LM4-driver/LM4 (land_lad2_2021.02) - 8c52e6a9e36c94f5e0f6adbed715973a7ee0e3dc MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10471-g8c52e6a9e) + c987a8b70d3772d258db62c9081a249b94935b39 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10633-gc987a8b70) 65ef5c73bc7f5663d5688f75c3855d431da4baea MOM6-interface/MOM6/pkg/CVMix-src (65ef5c7) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) 1a2d2fcb02da38e975f252ef743af24b68b3cc7f NOAHMP-interface/noahmp (v3.7.1-455-g1a2d2fc) @@ -39,314 +39,404 @@ 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-20250623 -COMPARISON DIRECTORY: /work2/noaa/epic/role-epic/stmp/role-epic/FV3_RT/rt_348569 +COMPARISON DIRECTORY: /work/noaa/stmp/jongkim/stmp/jongkim/FV3_RT/rt_3573374 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic -* (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [19:11, 17:30] ( 1 warnings 5 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [36:55, 17:05](2103 MB) -PASS -- TEST 'cpld_control_gefs_intel' [00:32, 20:51](3029 MB) -PASS -- TEST 'cpld_restart_gefs_intel' [24:51, 07:23](2724 MB) -PASS -- TEST 'cpld_dcp_gefs_intel' [56:07, 21:12](3067 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [23:10, 21:25] ( 1 warnings 5 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [48:05, 21:40](1965 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [26:51, 22:14](2139 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [12:51, 08:23](1231 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [51:15, 25:19](1882 MB) -PASS -- TEST 'cpld_control_gfsv17_nowav_iau_intel' [09:39, 05:18](2129 MB) -PASS -- TEST 'cpld_restart_gfsv17_nowav_iau_intel' [06:51, 02:53](2071 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [23:10, 21:30] ( 1 warnings 5 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [46:59, 21:37](1954 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [09:10, 07:46] ( 1536 warnings 1942 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [25:53, 22:48](1946 MB) - -PASS -- COMPILE 's2swa_intel' [20:10, 18:28] ( 1 warnings 5 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [47:24, 18:39](2193 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [45:07, 16:46](2173 MB) -PASS -- TEST 'cpld_restart_p8_intel' [14:18, 09:46](1792 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [46:05, 17:06](2198 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [13:23, 09:07](1757 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [41:48, 13:39](2319 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [40:56, 16:56](2173 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [38:50, 14:55](2068 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [46:08, 16:59](2168 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [47:22, 17:16](2693 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [17:11, 10:06](2820 MB) - -PASS -- COMPILE 's2swal_intel' [19:11, 17:37] ( 1 warnings 6 remarks ) -PASS -- TEST 'cpld_control_p8_lnd_intel' [38:06, 18:18](2153 MB) -PASS -- TEST 'cpld_restart_p8_lnd_intel' [16:14, 10:03](1782 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [28:44, 09:05](2159 MB) - -PASS -- COMPILE 's2sw_intel' [18:11, 16:32] ( 1 warnings 5 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [21:34, 16:16](2003 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [23:46, 08:00](2083 MB) - -PASS -- COMPILE 's2swa_debug_intel' [09:10, 07:34] ( 1426 warnings 1173 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [17:30, 14:52](2212 MB) - -PASS -- COMPILE 's2sw_debug_intel' [09:11, 07:15] ( 1426 warnings 1173 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [10:31, 07:53](2026 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [17:11, 15:44] ( 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [11:53, 05:34](2074 MB) - -PASS -- COMPILE 's2swa_faster_intel' [18:15, 17:02] ( 1 warnings 5 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [39:01, 17:32](2176 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [22:12, 20:18] ( 1 warnings 5 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [35:30, 18:41](2021 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [12:13, 08:58](1249 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [38:34, 21:40](1941 MB) -PASS -- TEST 'cpld_control_c48_5deg_intel' [21:08, 09:09](3023 MB) -PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [20:07, 03:21](3013 MB) -PASS -- TEST 'cpld_restart_c48_5deg_intel' [09:41, 03:06](2453 MB) -PASS -- TEST 'cpld_control_c24_5deg_intel' [13:43, 02:38](2230 MB) -PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [13:45, 01:46](2227 MB) -PASS -- TEST 'cpld_restart_c24_5deg_intel' [03:39, 00:57](1575 MB) -PASS -- TEST 'cpld_control_c24_9deg_intel' [18:47, 01:54](2227 MB) -PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [18:47, 01:50](2223 MB) -PASS -- TEST 'cpld_restart_c24_9deg_intel' [04:39, 02:10](1576 MB) -PASS -- TEST 'cpld_control_c12_9deg_intel' [13:43, 02:11](2154 MB) -PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [14:38, 01:29](2155 MB) -PASS -- TEST 'cpld_restart_c12_9deg_intel' [04:39, 01:40](1492 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [08:11, 06:42] ( 1536 warnings 1942 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [44:56, 28:39](1987 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [19:11, 14:00] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [12:29, 03:50](698 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [08:43, 02:44](1586 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [05:56, 02:52](1596 MB) -PASS -- TEST 'control_latlon_intel' [05:44, 02:46](1596 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [07:52, 02:47](1597 MB) -PASS -- TEST 'control_c48_intel' [12:52, 08:56](1690 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [10:33, 08:09](823 MB) -PASS -- TEST 'control_c48_lnd_iau_intel' [11:00, 08:56](1701 MB) -PASS -- TEST 'control_c192_intel' [15:14, 08:02](1783 MB) -PASS -- TEST 'control_c384_intel' [17:27, 09:44](1981 MB) -PASS -- TEST 'control_c384gdas_intel' [23:50, 10:12](1333 MB) -PASS -- TEST 'control_stochy_intel' [07:27, 01:52](654 MB) -PASS -- TEST 'control_stochy_restart_intel' [08:44, 01:07](485 MB) -PASS -- TEST 'control_lndp_intel' [10:28, 01:44](652 MB) -PASS -- TEST 'control_iovr4_intel' [10:26, 02:45](645 MB) -PASS -- TEST 'control_iovr5_intel' [10:30, 02:45](644 MB) -PASS -- TEST 'control_p8_intel' [12:28, 04:44](1889 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [09:33, 04:40](1883 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [12:36, 04:38](1888 MB) -PASS -- TEST 'control_restart_p8_intel' [08:21, 02:56](1097 MB) -PASS -- TEST 'control_noqr_p8_intel' [12:26, 04:21](1877 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [04:56, 01:56](1127 MB) -PASS -- TEST 'control_decomp_p8_intel' [12:17, 04:11](1872 MB) -PASS -- TEST 'control_2threads_p8_intel' [13:21, 05:02](1961 MB) -PASS -- TEST 'control_p8_lndp_intel' [13:44, 06:41](1884 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [12:37, 05:24](1941 MB) -PASS -- TEST 'control_p8_mynn_intel' [11:50, 04:51](1898 MB) -PASS -- TEST 'merra2_thompson_intel' [09:48, 04:29](1888 MB) -PASS -- TEST 'regional_control_intel' [10:44, 07:40](1081 MB) -PASS -- TEST 'regional_restart_intel' [05:45, 03:26](1101 MB) -PASS -- TEST 'regional_decomp_intel' [10:41, 07:25](1058 MB) -PASS -- TEST 'regional_2threads_intel' [08:50, 05:47](1023 MB) -PASS -- TEST 'regional_noquilt_intel' [09:47, 07:22](1375 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [10:47, 07:07](1086 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [10:40, 07:49](1082 MB) -PASS -- TEST 'regional_wofs_intel' [12:43, 07:58](1903 MB) - -PASS -- COMPILE 'rrfs_intel' [18:11, 13:20] ( 3 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [13:31, 08:31](1050 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [10:10, 05:12](1339 MB) -PASS -- TEST 'rap_decomp_intel' [13:34, 08:51](1034 MB) -PASS -- TEST 'rap_2threads_intel' [14:20, 10:14](1133 MB) -PASS -- TEST 'rap_restart_intel' [07:44, 04:24](1047 MB) -PASS -- TEST 'rap_sfcdiff_intel' [11:27, 08:21](1043 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [11:03, 08:47](1036 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [09:38, 06:19](1065 MB) -PASS -- TEST 'hrrr_control_intel' [07:16, 04:21](1033 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [07:06, 04:27](1032 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [07:03, 04:58](1113 MB) -PASS -- TEST 'hrrr_control_restart_intel' [05:02, 02:24](956 MB) -PASS -- TEST 'rrfs_v1beta_intel' [11:28, 08:21](1044 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [12:24, 10:03](1987 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [11:27, 09:24](2019 MB) - -PASS -- COMPILE 'csawmg_intel' [17:16, 13:06] -PASS -- TEST 'control_csawmg_intel' [09:43, 07:27](1035 MB) -PASS -- TEST 'control_ras_intel' [05:27, 03:29](738 MB) - -PASS -- COMPILE 'wam_intel' [21:16, 12:40] ( 1 remarks ) -PASS -- TEST 'control_wam_intel' [14:52, 13:10](1660 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [21:16, 12:45] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [06:33, 03:42](1878 MB) -PASS -- TEST 'regional_control_faster_intel' [08:36, 07:01](1072 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [20:15, 07:10] ( 883 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:50, 02:18](1617 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:54, 02:28](1622 MB) -PASS -- TEST 'control_stochy_debug_intel' [04:25, 03:03](827 MB) -PASS -- TEST 'control_lndp_debug_intel' [04:23, 02:41](824 MB) -PASS -- TEST 'control_csawmg_debug_intel' [06:40, 05:05](1135 MB) -PASS -- TEST 'control_ras_debug_intel' [04:23, 02:45](834 MB) -PASS -- TEST 'control_diag_debug_intel' [05:05, 02:43](1673 MB) -PASS -- TEST 'control_debug_p8_intel' [05:52, 03:26](1918 MB) -PASS -- TEST 'regional_debug_intel' [20:49, 19:02](1093 MB) -PASS -- TEST 'rap_control_debug_intel' [06:32, 05:01](1215 MB) -PASS -- TEST 'hrrr_control_debug_intel' [06:31, 04:41](1209 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [06:26, 05:00](1210 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [06:25, 05:03](1216 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:26, 04:47](1213 MB) -PASS -- TEST 'rap_diag_debug_intel' [06:36, 05:04](1300 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:26, 04:55](1217 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:28, 05:05](1211 MB) -PASS -- TEST 'rap_lndp_debug_intel' [06:25, 04:54](1218 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:22, 04:53](1210 MB) -PASS -- TEST 'rap_noah_debug_intel' [06:24, 04:47](1216 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [06:24, 05:08](1226 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:26, 07:49](1221 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [06:31, 04:56](1220 MB) -PASS -- TEST 'rap_flake_debug_intel' [06:23, 04:52](1216 MB) - -PASS -- COMPILE 'wam_debug_intel' [15:11, 05:22] ( 838 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [15:59, 13:21](1692 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [20:12, 13:30] ( 3 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [07:08, 04:49](1232 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [09:32, 07:10](988 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [06:44, 03:47](925 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [11:19, 08:38](993 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [07:29, 04:24](964 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [06:25, 03:55](909 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [08:35, 05:27](978 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:57, 02:06](879 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [18:11, 12:46] ( 3 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [05:09, 02:30](1181 MB) -PASS -- TEST 'conus13km_2threads_intel' [03:00, 01:02](1138 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [03:53, 01:26](1089 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [19:11, 12:58] ( 3 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:53, 04:34](1007 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [12:11, 04:56] ( 786 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:25, 04:55](1100 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:30, 04:37](1091 MB) -PASS -- TEST 'conus13km_debug_intel' [15:58, 13:41](1243 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [15:55, 13:25](945 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [15:54, 13:25](1179 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:49, 13:57](1310 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [12:11, 04:53] ( 786 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:39, 05:02](1172 MB) - -PASS -- COMPILE 'hafsw_intel' [27:11, 15:25] ( 1 warnings 4 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [08:19, 05:36](906 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:30, 04:27](1149 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [10:41, 07:26](963 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [30:19, 27:27](998 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [36:33, 34:07](1002 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [10:17, 07:12](492 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [11:42, 08:10](510 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [06:02, 03:23](369 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [13:55, 09:16](481 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [07:07, 04:30](524 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [07:04, 04:16](529 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [08:16, 05:29](568 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [03:36, 01:31](399 MB) -PASS -- TEST 'gnv1_nested_intel' [08:48, 04:22](1730 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [16:11, 06:21] ( 1478 warnings 1445 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [16:11, 13:12](585 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [23:11, 15:59] ( 3 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [18:17, 15:13](665 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [17:18, 15:03](719 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [23:11, 16:13] ( 2 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [13:58, 10:50](705 MB) - -PASS -- COMPILE 'hafs_all_intel' [22:11, 14:17] ( 3 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [10:23, 07:14](973 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [10:22, 07:17](955 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [19:15, 16:22](1206 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [10:10, 07:29] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [05:21, 03:05](1140 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:22, 01:55](1118 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:18, 02:57](1012 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:19, 02:56](1017 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:18, 02:54](1020 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:18, 03:00](1153 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:20, 03:01](1152 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:19, 02:51](1027 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [09:22, 06:33](1021 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [09:17, 06:31](1006 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:17, 03:02](1159 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [06:19, 04:26](2336 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [06:18, 04:23](2402 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [11:10, 05:36] ( 4 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [08:18, 06:26](1076 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [13:10, 08:09] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:18, 02:59](1145 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [03:10, 01:19] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [03:35, 01:27](256 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:28, 00:58](326 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:31, 00:34](325 MB) - -PASS -- COMPILE 'datm_cdeps_lm4_intel' [06:10, 01:36] ( 12 warnings ) -PASS -- TEST 'datm_cdeps_lm4_gswp3_intel' [02:34, 00:41](562 MB) -PASS -- TEST 'datm_cdeps_lm4_gswp3_rst_intel' [02:35, 00:20](448 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [17:14, 14:03] ( 3 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [07:26, 04:34](1983 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [16:11, 13:38] ( 1 warnings 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [07:13, 05:01](1994 MB) - -PASS -- COMPILE 'atml_intel' [19:11, 15:01] ( 9 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_intel' [06:43, 03:59](1859 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [07:18, 03:16](1076 MB) - -PASS -- COMPILE 'atml_debug_intel' [10:11, 07:00] ( 888 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [08:44, 05:22](1900 MB) - -PASS -- COMPILE 'atmw_intel' [16:11, 14:10] ( 3 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [05:32, 02:10](1913 MB) - -PASS -- COMPILE 'atmaero_intel' [15:11, 13:16] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [07:38, 04:34](1979 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [08:30, 05:26](1755 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [08:18, 05:24](1785 MB) - -PASS -- COMPILE 'atmaq_intel' [18:11, 13:12] ( 8 warnings 4 remarks ) -PASS -- TEST 'regional_atmaq_intel' [22:10, 18:45](2919 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [09:11, 05:09] ( 863 warnings 4 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [42:29, 39:58](2929 MB) - -PASS -- COMPILE 'atm_fbh_intel' [18:11, 12:45] ( 3 warnings 8 remarks ) -PASS -- TEST 'cpld_regional_atm_fbh_intel' [15:27, 14:05](1075 MB) - -PASS -- COMPILE 'hafsw_intelllvm' [13:11, 08:12] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intelllvm' [10:07, 07:49](580 MB) - -PASS -- COMPILE 'hafsw_debug_intelllvm' [07:10, 04:39] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intelllvm' [21:54, 19:17](563 MB) +PASS -- COMPILE 's2swa_32bit_intel' [20:11, 18:51] ( 1 warnings 5 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [24:21, 21:04](2105 MB) +FAILED: TEST TIMED OUT -- TEST 'cpld_control_gefs_intel' [, ]( MB) +FAILED: UNABLE TO START TEST -- TEST 'cpld_restart_gefs_intel' [, ]( MB) +FAILED: TEST TIMED OUT -- TEST 'cpld_dcp_gefs_intel' [, ]( MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [24:11, 23:00] ( 1 warnings 5 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [29:10, 25:42](1970 MB) +FAILED: TEST TIMED OUT -- TEST 'cpld_control_gfsv17_iau_intel' [, ]( MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [17:25, 11:17](1223 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [32:34, 29:03](1875 MB) +PASS -- TEST 'cpld_control_gfsv17_nowav_iau_intel' [18:52, 15:06](2111 MB) +PASS -- TEST 'cpld_restart_gfsv17_nowav_iau_intel' [19:06, 14:14](2084 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [26:11, 24:19] ( 1 warnings 5 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [26:42, 24:56](1948 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [10:10, 08:29] ( 1536 warnings 1942 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [25:52, 23:08](1953 MB) + +PASS -- COMPILE 's2swa_intel' [20:11, 18:44] ( 1 warnings 5 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [28:20, 24:18](2181 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [24:17, 21:01](2182 MB) +PASS -- TEST 'cpld_restart_p8_intel' [16:57, 11:45](1793 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [24:52, 21:27](2210 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [18:52, 13:36](1756 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [20:07, 16:46](2328 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [23:49, 21:07](2191 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [21:58, 18:18](2067 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [23:48, 20:37](2178 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [34:10, 29:57](2701 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [24:28, 16:58](2836 MB) + +PASS -- COMPILE 's2swal_intel' [20:11, 19:04] ( 1 warnings 6 remarks ) +PASS -- TEST 'cpld_control_p8_lnd_intel' [27:21, 24:08](2148 MB) +PASS -- TEST 'cpld_restart_p8_lnd_intel' [18:18, 12:59](1782 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [17:22, 13:11](2167 MB) + +PASS -- COMPILE 's2sw_intel' [18:11, 16:24] ( 1 warnings 5 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [21:04, 18:26](1994 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [12:16, 09:44](2091 MB) + +PASS -- COMPILE 's2swa_debug_intel' [09:10, 07:42] ( 1426 warnings 1173 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [17:28, 14:16](2219 MB) + +PASS -- COMPILE 's2sw_debug_intel' [09:10, 07:22] ( 1426 warnings 1173 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [10:07, 07:26](2022 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [17:24, 15:54] ( 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [10:34, 07:36](2073 MB) + +PASS -- COMPILE 's2swa_faster_intel' [19:11, 17:41] ( 1 warnings 5 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [26:31, 23:14](2169 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [25:11, 22:57] ( 1 warnings 5 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [28:02, 25:10](2025 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [15:05, 11:44](1259 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [30:07, 27:07](1934 MB) +PASS -- TEST 'cpld_control_c48_5deg_intel' [14:54, 11:35](3036 MB) +PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [10:30, 07:24](3026 MB) +PASS -- TEST 'cpld_restart_c48_5deg_intel' [07:05, 03:43](2467 MB) +PASS -- TEST 'cpld_control_c24_5deg_intel' [06:57, 04:54](2224 MB) +PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [07:07, 04:54](2219 MB) +PASS -- TEST 'cpld_restart_c24_5deg_intel' [04:14, 01:51](1575 MB) +PASS -- TEST 'cpld_control_c24_9deg_intel' [06:06, 03:50](2222 MB) +PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [05:42, 03:56](2218 MB) +PASS -- TEST 'cpld_restart_c24_9deg_intel' [04:12, 01:44](1574 MB) +PASS -- TEST 'cpld_control_c12_9deg_intel' [04:39, 03:00](2146 MB) +PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [05:58, 03:42](2153 MB) +PASS -- TEST 'cpld_restart_c12_9deg_intel' [04:15, 01:26](1498 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [09:10, 07:14] ( 1536 warnings 1942 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [32:05, 30:11](2004 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [17:12, 15:26] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [09:47, 07:09](696 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [07:46, 05:46](1591 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [08:34, 06:04](1597 MB) +PASS -- TEST 'control_latlon_intel' [09:57, 07:30](1593 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [08:58, 06:58](1594 MB) +PASS -- TEST 'control_c48_intel' [13:34, 10:12](1709 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [11:34, 09:27](831 MB) +PASS -- TEST 'control_c48_lnd_iau_intel' [13:23, 09:40](1709 MB) +PASS -- TEST 'control_c192_intel' [14:23, 11:25](1787 MB) +PASS -- TEST 'control_c384_intel' [21:49, 17:07](2006 MB) +PASS -- TEST 'control_c384gdas_intel' [20:29, 16:05](1346 MB) +PASS -- TEST 'control_stochy_intel' [07:24, 03:47](652 MB) +PASS -- TEST 'control_stochy_restart_intel' [05:05, 03:17](486 MB) +PASS -- TEST 'control_lndp_intel' [06:41, 03:00](651 MB) +PASS -- TEST 'control_iovr4_intel' [08:47, 04:28](649 MB) +PASS -- TEST 'control_iovr5_intel' [09:09, 04:40](650 MB) +PASS -- TEST 'control_p8_intel' [10:57, 06:25](1875 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [12:57, 08:00](1881 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [09:23, 06:34](1885 MB) +PASS -- TEST 'control_restart_p8_intel' [05:21, 02:10](1097 MB) +PASS -- TEST 'control_noqr_p8_intel' [10:31, 07:39](1873 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [06:44, 03:28](1110 MB) +PASS -- TEST 'control_decomp_p8_intel' [09:31, 06:29](1870 MB) +PASS -- TEST 'control_2threads_p8_intel' [09:16, 06:45](1964 MB) +PASS -- TEST 'control_p8_lndp_intel' [11:50, 09:32](1887 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [11:48, 08:10](1947 MB) +PASS -- TEST 'control_p8_mynn_intel' [09:20, 06:20](1895 MB) +PASS -- TEST 'merra2_thompson_intel' [09:23, 06:03](1888 MB) +PASS -- TEST 'regional_control_intel' [15:56, 12:39](1084 MB) +PASS -- TEST 'regional_restart_intel' [11:06, 08:35](1102 MB) +PASS -- TEST 'regional_decomp_intel' [15:56, 12:07](1083 MB) +PASS -- TEST 'regional_2threads_intel' [12:27, 09:00](1028 MB) +PASS -- TEST 'regional_noquilt_intel' [18:15, 14:31](1381 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [14:05, 11:39](1075 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [17:26, 14:19](1083 MB) +FAILED: TEST TIMED OUT -- TEST 'regional_wofs_intel' [, ]( MB) + +PASS -- COMPILE 'rrfs_intel' [16:11, 14:39] ( 3 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [16:17, 13:19](1052 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [11:01, 08:48](1354 MB) +PASS -- TEST 'rap_decomp_intel' [18:14, 15:30](1041 MB) +PASS -- TEST 'rap_2threads_intel' [17:53, 15:43](1128 MB) +PASS -- TEST 'rap_restart_intel' [15:07, 11:18](1048 MB) +PASS -- TEST 'rap_sfcdiff_intel' [17:35, 14:45](1051 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [17:30, 14:34](1038 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [17:42, 14:33](1070 MB) +PASS -- TEST 'hrrr_control_intel' [10:28, 07:25](1037 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [11:20, 08:16](1040 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [10:57, 08:06](1130 MB) +PASS -- TEST 'hrrr_control_restart_intel' [07:36, 05:20](957 MB) +PASS -- TEST 'rrfs_v1beta_intel' [20:24, 17:43](1041 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [21:57, 20:07](1988 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [21:38, 19:04](2006 MB) + +PASS -- COMPILE 'csawmg_intel' [16:13, 14:20] +PASS -- TEST 'control_csawmg_intel' [14:55, 11:26](1037 MB) +PASS -- TEST 'control_ras_intel' [08:28, 05:41](742 MB) + +PASS -- COMPILE 'wam_intel' [15:11, 13:31] ( 1 remarks ) +PASS -- TEST 'control_wam_intel' [26:06, 23:58](1673 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [14:10, 13:04] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [09:25, 07:03](1886 MB) +FAILED: TEST TIMED OUT -- TEST 'regional_control_faster_intel' [, ]( MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [11:10, 09:13] ( 883 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [06:11, 04:05](1617 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [06:24, 03:48](1614 MB) +PASS -- TEST 'control_stochy_debug_intel' [05:44, 03:48](825 MB) +PASS -- TEST 'control_lndp_debug_intel' [05:43, 03:45](819 MB) +PASS -- TEST 'control_csawmg_debug_intel' [07:46, 05:38](1132 MB) +PASS -- TEST 'control_ras_debug_intel' [05:43, 03:40](833 MB) +PASS -- TEST 'control_diag_debug_intel' [07:16, 04:24](1678 MB) +PASS -- TEST 'control_debug_p8_intel' [07:34, 04:26](1909 MB) +PASS -- TEST 'regional_debug_intel' [24:24, 21:04](1112 MB) +PASS -- TEST 'rap_control_debug_intel' [08:28, 06:47](1219 MB) +PASS -- TEST 'hrrr_control_debug_intel' [08:41, 06:37](1218 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [07:34, 05:43](1213 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [07:28, 05:43](1215 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [08:42, 06:15](1214 MB) +PASS -- TEST 'rap_diag_debug_intel' [09:35, 08:04](1304 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [09:34, 07:46](1215 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [08:31, 06:37](1223 MB) +PASS -- TEST 'rap_lndp_debug_intel' [09:49, 07:09](1217 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [08:42, 06:21](1212 MB) +PASS -- TEST 'rap_noah_debug_intel' [08:35, 06:18](1216 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [08:48, 06:21](1219 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [11:34, 09:48](1222 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [08:05, 05:59](1216 MB) +PASS -- TEST 'rap_flake_debug_intel' [09:28, 06:23](1218 MB) + +PASS -- COMPILE 'wam_debug_intel' [07:10, 06:09] ( 838 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [17:58, 15:21](1688 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [16:12, 14:20] ( 3 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [14:22, 11:06](1230 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [21:48, 18:40](994 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [13:10, 09:59](931 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [20:19, 18:01](979 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [12:06, 08:58](966 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [12:02, 09:16](913 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [17:21, 14:22](975 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [08:44, 05:20](879 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [16:11, 14:16] ( 3 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [07:20, 04:38](1185 MB) +PASS -- TEST 'conus13km_2threads_intel' [06:27, 04:10](1139 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [06:18, 03:14](1084 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [17:16, 15:33] ( 3 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [11:49, 10:06](1009 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [10:11, 09:07] ( 786 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [09:26, 07:15](1103 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [08:36, 06:19](1099 MB) +PASS -- TEST 'conus13km_debug_intel' [17:02, 14:14](1248 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [19:03, 15:21](942 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [17:36, 14:23](1180 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [17:40, 14:46](1315 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [10:11, 08:17] ( 786 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [08:56, 06:10](1179 MB) + +PASS -- COMPILE 'hafsw_intel' [18:11, 17:02] ( 1 warnings 4 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [14:55, 11:54](910 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [12:07, 09:29](1154 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [20:25, 16:30](972 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [32:29, 29:29](1144 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [41:39, 37:01](1024 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [24:24, 21:18](503 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [28:16, 25:37](516 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [18:23, 15:24](375 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [32:00, 27:45](466 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [14:59, 12:38](527 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [13:00, 10:41](532 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [21:04, 17:01](572 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [08:43, 06:14](401 MB) +PASS -- TEST 'gnv1_nested_intel' [12:58, 08:21](1745 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [11:12, 09:33] ( 1478 warnings 1445 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [18:49, 14:04](585 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [21:18, 19:13] ( 3 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [27:36, 23:15](659 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [29:35, 24:17](721 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [20:14, 18:39] ( 2 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [21:21, 17:35](706 MB) + +PASS -- COMPILE 'hafs_all_intel' [19:12, 17:35] ( 3 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [21:23, 18:08](979 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [21:28, 17:41](964 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [32:52, 28:40](1203 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [13:10, 11:29] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [07:25, 05:13](1154 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [05:36, 03:17](1107 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [06:45, 04:52](1022 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [06:33, 04:50](1005 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [06:28, 04:57](1022 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [06:30, 04:54](1143 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [06:43, 04:57](1150 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [06:42, 04:46](1020 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [14:06, 09:52](1015 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [15:00, 11:03](1024 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [07:28, 05:29](1161 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [08:45, 06:27](2453 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [09:59, 07:12](2400 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [09:19, 07:43] ( 4 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [10:13, 07:43](1080 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [13:11, 11:39] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [07:23, 05:33](1158 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [04:10, 03:00] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [15:27, 11:40](254 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [10:32, 07:30](327 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [04:03, 01:58](320 MB) + +PASS -- COMPILE 'datm_cdeps_lm4_intel' [05:10, 03:45] ( 12 warnings ) +PASS -- TEST 'datm_cdeps_lm4_gswp3_intel' [06:01, 01:58](559 MB) +PASS -- TEST 'datm_cdeps_lm4_gswp3_rst_intel' [06:09, 00:53](437 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [18:27, 16:44] ( 3 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [15:37, 12:30](1999 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [18:21, 16:19] ( 1 warnings 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [16:42, 13:59](1995 MB) + +PASS -- COMPILE 'atml_intel' [19:24, 16:59] ( 9 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_intel' [19:03, 15:44](1864 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [07:35, 04:53](1069 MB) + +PASS -- COMPILE 'atml_debug_intel' [09:14, 07:49] ( 888 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [12:19, 09:02](1896 MB) + +PASS -- COMPILE 'atmw_intel' [20:29, 18:45] ( 3 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [10:34, 07:28](1913 MB) + +PASS -- COMPILE 'atmaero_intel' [17:16, 15:42] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [13:27, 10:32](1984 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [12:23, 09:10](1772 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [11:51, 09:29](1777 MB) + +PASS -- COMPILE 'atmaq_intel' [18:15, 16:47] ( 8 warnings 4 remarks ) +PASS -- TEST 'regional_atmaq_intel' [34:13, 28:22](2918 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [10:30, 09:03] ( 863 warnings 4 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [46:51, 41:24](2931 MB) + +PASS -- COMPILE 'atm_fbh_intel' [19:18, 18:01] ( 3 warnings 8 remarks ) +PASS -- TEST 'cpld_regional_atm_fbh_intel' [22:56, 17:49](1080 MB) + +PASS -- COMPILE 'hafsw_intelllvm' [12:38, 10:29] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intelllvm' [17:14, 12:39](581 MB) + +PASS -- COMPILE 'hafsw_debug_intelllvm' [08:10, 06:52] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intelllvm' [25:13, 20:18](561 MB) SYNOPSIS: -Starting Date/Time: 20250623 18:37:37 -Ending Date/Time: 20250623 21:07:45 -Total Time: 02h:30m:46s +Starting Date/Time: 20250627 06:48:57 +Ending Date/Time: 20250627 09:33:12 +Total Time: 02h:45m:02s Compiles Completed: 46/46 -Tests Completed: 203/203 +Tests Completed: 197/203 +Failed Tests: +* TEST cpld_control_gefs_intel: FAILED: TEST TIMED OUT +-- LOG: /work/noaa/stmp/jongkim/stmp/jongkim/FV3_RT/rt_3573374/cpld_control_gefs_intel/err +* TEST cpld_restart_gefs_intel: FAILED: UNABLE TO START TEST +-- LOG: N/A +* TEST cpld_dcp_gefs_intel: FAILED: TEST TIMED OUT +-- LOG: /work/noaa/stmp/jongkim/stmp/jongkim/FV3_RT/rt_3573374/cpld_dcp_gefs_intel/err +* TEST cpld_control_gfsv17_iau_intel: FAILED: TEST TIMED OUT +-- LOG: /work/noaa/stmp/jongkim/stmp/jongkim/FV3_RT/rt_3573374/cpld_control_gfsv17_iau_intel/err +* TEST regional_wofs_intel: FAILED: TEST TIMED OUT +-- LOG: /work/noaa/stmp/jongkim/stmp/jongkim/FV3_RT/rt_3573374/regional_wofs_intel/err +* TEST regional_control_faster_intel: FAILED: TEST TIMED OUT +-- LOG: /work/noaa/stmp/jongkim/stmp/jongkim/FV3_RT/rt_3573374/regional_control_faster_intel/err + +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 ORION REGRESSION TESTING LOG==== +====START OF ORION REGRESSION TESTING LOG==== + +UFSWM hash used in testing: +e129f8f9df846ef1bad1abc959affcda0aa37d12 + +Submodule hashes used in testing: + d3c1bc45492f8b35948c97021e4e6ab4d4c203e4 AQM (v0.2.0-38-gd3c1bc4) + 642e81395472d5887b54f601b60ee607ed39bf09 AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-6194-g642e81395) + 132fa6963ba2f7103f711eb567e4fe97ed0804a8 CDEPS-interface/CDEPS (cdeps0.4.17-406-g132fa69) + 4411a158cc4839157e3087d7fe8e399f9685eb35 CICE-interface/CICE (CICE6.0.0-399-g4411a15) + 43ead56380bf11ecad66f165dcd736ed0c278763 CICE-interface/CICE/icepack (Icepack1.1.0-200-g43ead56) + a2833b0f53682ed80dff68e9af6d0347c1ea64d2 CMEPS-interface/CMEPS (cmeps_v0.4.1-2317-ga2833b0) + cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) + eeaec64368ba1375ee03f6ae936d5634a012d355 FV3 (remotes/origin/feature/3dtke_gfspbl) + 11359cb04a420fc87e4cf0f035f4d1215ab24488 FV3/ccpp/framework (2025-01-06-dev-5-g11359cb) + 845246c2f173652ec803ad180b80b5cab2852449 FV3/ccpp/physics (master-tag-before-replacing-with-ipd-setup-step-fast-5983-g845246c2) + 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) + ec21a2a5e0e70d167041f75f1470c1b223aaf063 FV3/fv3/atmos_cubed_sphere (remotes/origin/feature/3dtke_gfspbl) + e5f9fcb5d4607e3576c7d507da594a9d3b516adc FV3/upp (upp_v10.2.0-272-ge5f9fcb5) +-179cae1dd84401cf25d250bd9102e66560a9d328 FV3/upp/sorc/libIFI.fd +-3d35332fe66e3e63a285cc8d96facdf255a33481 FV3/upp/sorc/ncep_post.fd/post_gtg.fd + 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) + bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) + c4d2337d8607ec994b3cd61179eb974e0a237841 LM4-driver (baseline_change_240904-6-gc4d2337) + c03c4f68816030f726785daf0db6150aa1e9cc6f LM4-driver/LM4 (land_lad2_2021.02) + c987a8b70d3772d258db62c9081a249b94935b39 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10633-gc987a8b70) + 65ef5c73bc7f5663d5688f75c3855d431da4baea MOM6-interface/MOM6/pkg/CVMix-src (65ef5c7) + 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) + 1a2d2fcb02da38e975f252ef743af24b68b3cc7f NOAHMP-interface/noahmp (v3.7.1-455-g1a2d2fc) + bc43396f06c3f9e4608e5bc835815cc15adcf158 WW3 (6.07.1-441-gbc43396f) + 05cad173feeb598431e3ef5f17c2df6562c8d101 fire_behavior (v0.2.0-1-g05cad17) + 97b24f8e40f1de0980388c8326c48b442e5a5e61 stochastic_physics (ufs-v2.0.0-282-g97b24f8) + + +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/UFS-WM_RT/NEMSfv3gfs/develop-20250623 +COMPARISON DIRECTORY: /work/noaa/stmp/jongkim/stmp/jongkim/FV3_RT/rt_3762298 + +RT.SH OPTIONS USED: +* (-a) - HPC PROJECT ACCOUNT: epic +* (-b) - NEW BASELINES FROM FILE: test_changes.list +* (-e) - USE ECFLOW + +PASS -- COMPILE 's2swa_32bit_intel' [19:13, 17:39] ( 1 warnings 5 remarks ) +PASS -- TEST 'cpld_control_gefs_intel' [54:13, 23:52](3072 MB) +PASS -- TEST 'cpld_restart_gefs_intel' [28:13, 11:34](2731 MB) +PASS -- TEST 'cpld_dcp_gefs_intel' [04:30, 24:58](3072 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [23:13, 21:18] ( 1 warnings 5 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [27:57, 21:24](1964 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [28:35, 24:59](2141 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [15:12, 14:08] ( 1 warnings 1 remarks ) +PASS -- TEST 'regional_wofs_intel' [10:37, 08:53](1903 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [15:12, 13:22] ( 1 remarks ) +PASS -- TEST 'regional_control_faster_intel' [08:37, 06:56](1066 MB) + +SYNOPSIS: +Starting Date/Time: 20250627 09:47:16 +Ending Date/Time: 20250627 11:30:26 +Total Time: 01h:43m:38s +Compiles Completed: 4/4 +Tests Completed: 7/7 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 9fe915748b..32b4dee1e6 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: -2f3f0c5cb5935319b6430c6e46ba2ca452a1cd77 +c0ead1a8c9cb23d02fdaa0134a0206565419dad2 Submodule hashes used in testing: d3c1bc45492f8b35948c97021e4e6ab4d4c203e4 AQM (v0.2.0-38-gd3c1bc4) @@ -11,11 +11,11 @@ Submodule hashes used in testing: 43ead56380bf11ecad66f165dcd736ed0c278763 CICE-interface/CICE/icepack (Icepack1.1.0-200-g43ead56) a2833b0f53682ed80dff68e9af6d0347c1ea64d2 CMEPS-interface/CMEPS (cmeps_v0.4.1-2317-ga2833b0) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 92fde385460e8fa12e0a9f0d350b4d7a15b0a3b5 FV3 (remotes/origin/ogwd) + eeaec64368ba1375ee03f6ae936d5634a012d355 FV3 (remotes/origin/feature/3dtke_gfspbl) 11359cb04a420fc87e4cf0f035f4d1215ab24488 FV3/ccpp/framework (2025-01-06-dev-5-g11359cb) - f8f1086ea39d14d93841a3d291d637b9cbecb0a5 FV3/ccpp/physics (remotes/origin/ogwd) + 845246c2f173652ec803ad180b80b5cab2852449 FV3/ccpp/physics (master-tag-before-replacing-with-ipd-setup-step-fast-5983-g845246c2) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) - ac7c36b12af82a3ea114825f1272ddb21d29085b FV3/fv3/atmos_cubed_sphere (201912_public_release-415-gac7c36b) + ec21a2a5e0e70d167041f75f1470c1b223aaf063 FV3/fv3/atmos_cubed_sphere (remotes/origin/feature/3dtke_gfspbl) e5f9fcb5d4607e3576c7d507da594a9d3b516adc FV3/upp (upp_v10.2.0-272-ge5f9fcb5) -179cae1dd84401cf25d250bd9102e66560a9d328 FV3/upp/sorc/libIFI.fd -3d35332fe66e3e63a285cc8d96facdf255a33481 FV3/upp/sorc/ncep_post.fd/post_gtg.fd @@ -23,7 +23,7 @@ Submodule hashes used in testing: bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) c4d2337d8607ec994b3cd61179eb974e0a237841 LM4-driver (baseline_change_240904-6-gc4d2337) c03c4f68816030f726785daf0db6150aa1e9cc6f LM4-driver/LM4 (land_lad2_2021.02) - 8c52e6a9e36c94f5e0f6adbed715973a7ee0e3dc MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10471-g8c52e6a9e) + c987a8b70d3772d258db62c9081a249b94935b39 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10633-gc987a8b70) 65ef5c73bc7f5663d5688f75c3855d431da4baea MOM6-interface/MOM6/pkg/CVMix-src (65ef5c7) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) 1a2d2fcb02da38e975f252ef743af24b68b3cc7f NOAHMP-interface/noahmp (v3.7.1-455-g1a2d2fc) @@ -39,252 +39,252 @@ 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-20250623 -COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_3756769 +COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_3291434 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: GFS-DEV * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [13:26, 11:20] ( 1 warnings 3 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [11:37, 06:54](3194 MB) -PASS -- TEST 'cpld_control_gefs_intel' [33:28, 17:36](4281 MB) -PASS -- TEST 'cpld_restart_gefs_intel' [28:17, 08:54](4108 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [15:28, 13:23] ( 1 warnings 3 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [20:41, 15:15](1906 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [22:24, 16:43](1961 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [12:44, 07:34](1065 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [22:02, 17:53](1886 MB) -PASS -- TEST 'cpld_control_gfsv17_nowav_iau_intel' [10:20, 05:08](1934 MB) -PASS -- TEST 'cpld_restart_gfsv17_nowav_iau_intel' [08:55, 03:04](1913 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [15:28, 13:15] ( 1 warnings 3 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [18:30, 15:51](1901 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [06:18, 04:48] ( 1516 warnings 1940 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [25:43, 20:23](1935 MB) - -PASS -- COMPILE 's2swa_intel' [13:26, 11:31] ( 1 warnings 3 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [12:08, 08:31](3225 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [12:35, 08:30](3225 MB) -PASS -- TEST 'cpld_restart_p8_intel' [09:17, 05:07](3108 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [12:00, 08:24](3243 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [09:25, 05:07](3128 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [21:26, 17:03](3441 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [11:47, 08:17](3218 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [11:21, 07:04](3168 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [12:34, 08:29](3225 MB) - -PASS -- COMPILE 's2swal_intel' [13:26, 11:30] ( 1 warnings 4 remarks ) -PASS -- TEST 'cpld_s2sa_p8_intel' [12:14, 08:38](3207 MB) - -PASS -- COMPILE 's2sw_intel' [12:25, 11:10] ( 1 warnings 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [08:46, 05:02](1924 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [11:13, 07:18](1984 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [12:25, 10:16] ( 1 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [09:07, 05:05](1977 MB) - -PASS -- COMPILE 's2swa_faster_intel' [17:30, 15:49] ( 1 warnings 3 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [12:21, 08:32](3211 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [14:27, 12:45] ( 1 warnings 3 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [19:14, 15:23](1926 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [11:21, 07:54](1106 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [21:14, 17:48](1883 MB) -PASS -- TEST 'cpld_control_c48_5deg_intel' [09:48, 06:26](2872 MB) -PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [05:43, 02:25](2876 MB) -PASS -- TEST 'cpld_restart_c48_5deg_intel' [03:51, 01:41](2292 MB) -PASS -- TEST 'cpld_control_c24_5deg_intel' [03:57, 01:41](2113 MB) -PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [03:58, 01:06](2112 MB) -PASS -- TEST 'cpld_restart_c24_5deg_intel' [03:44, 01:14](1453 MB) -PASS -- TEST 'cpld_control_c24_9deg_intel' [03:57, 01:46](2109 MB) -PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [03:57, 01:11](2110 MB) -PASS -- TEST 'cpld_restart_c24_9deg_intel' [03:44, 01:18](1454 MB) -PASS -- TEST 'cpld_control_c12_9deg_intel' [03:56, 01:13](2036 MB) -PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [02:54, 00:58](2035 MB) -PASS -- TEST 'cpld_restart_c12_9deg_intel' [03:44, 01:05](1390 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [06:18, 04:38] ( 1516 warnings 1940 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [28:11, 24:26](1951 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [11:26, 09:34] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [06:44, 04:07](684 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [04:58, 02:41](1573 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [06:14, 02:58](1582 MB) -PASS -- TEST 'control_latlon_intel' [04:55, 02:50](1584 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [05:09, 02:52](1586 MB) -PASS -- TEST 'control_c48_intel' [09:25, 06:35](1591 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [09:06, 06:09](710 MB) -PASS -- TEST 'control_c48_lnd_iau_intel' [09:25, 06:36](1589 MB) -PASS -- TEST 'control_c192_intel' [10:26, 07:30](1678 MB) -PASS -- TEST 'control_c384_intel' [12:44, 08:45](1997 MB) -PASS -- TEST 'control_c384gdas_intel' [15:02, 09:22](1171 MB) -PASS -- TEST 'control_stochy_intel' [04:35, 01:58](635 MB) -PASS -- TEST 'control_stochy_restart_intel' [03:35, 01:16](401 MB) -PASS -- TEST 'control_lndp_intel' [03:32, 01:45](638 MB) -PASS -- TEST 'control_iovr4_intel' [04:41, 02:48](639 MB) -PASS -- TEST 'control_iovr5_intel' [04:37, 02:50](634 MB) -PASS -- TEST 'control_p8_intel' [07:41, 03:25](1850 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [07:36, 03:25](1858 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [07:29, 03:27](1851 MB) -PASS -- TEST 'control_restart_p8_intel' [06:29, 01:59](1007 MB) -PASS -- TEST 'control_noqr_p8_intel' [06:50, 03:14](1860 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [06:20, 02:09](1011 MB) -PASS -- TEST 'control_decomp_p8_intel' [06:37, 03:18](1849 MB) -PASS -- TEST 'control_2threads_p8_intel' [10:25, 06:30](1920 MB) -PASS -- TEST 'control_p8_lndp_intel' [08:01, 05:16](1851 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [08:21, 04:33](1903 MB) -PASS -- TEST 'control_p8_mynn_intel' [07:08, 03:27](1859 MB) -PASS -- TEST 'merra2_thompson_intel' [07:39, 03:46](1861 MB) -PASS -- TEST 'regional_control_intel' [07:56, 05:24](876 MB) -PASS -- TEST 'regional_restart_intel' [05:54, 03:18](884 MB) -PASS -- TEST 'regional_decomp_intel' [07:55, 05:53](873 MB) -PASS -- TEST 'regional_2threads_intel' [11:02, 08:05](998 MB) -PASS -- TEST 'regional_noquilt_intel' [07:54, 05:30](1171 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [08:02, 05:43](874 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [08:02, 05:44](871 MB) -PASS -- TEST 'regional_wofs_intel' [09:02, 07:10](1606 MB) - -PASS -- COMPILE 'rrfs_intel' [10:24, 08:55] ( 3 warnings 92 remarks ) -PASS -- TEST 'rap_control_intel' [11:26, 07:32](1004 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [07:27, 04:43](1188 MB) -PASS -- TEST 'rap_decomp_intel' [10:47, 07:37](1003 MB) -PASS -- TEST 'rap_2threads_intel' [20:45, 16:12](1077 MB) -PASS -- TEST 'rap_restart_intel' [08:41, 04:02](765 MB) -PASS -- TEST 'rap_sfcdiff_intel' [11:44, 07:23](1001 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [11:40, 07:33](1011 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [09:48, 05:50](783 MB) -PASS -- TEST 'hrrr_control_intel' [08:36, 04:00](993 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [07:45, 04:07](1009 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [12:38, 08:07](1080 MB) -PASS -- TEST 'hrrr_control_restart_intel' [04:37, 02:22](755 MB) -PASS -- TEST 'rrfs_v1beta_intel' [11:38, 07:25](1007 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [11:47, 09:30](1966 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [11:45, 09:05](1953 MB) - -PASS -- COMPILE 'csawmg_intel' [10:24, 08:13] -PASS -- TEST 'control_csawmg_intel' [10:04, 07:04](962 MB) -PASS -- TEST 'control_ras_intel' [05:32, 03:35](669 MB) - -PASS -- COMPILE 'wam_intel' [09:25, 08:06] ( 1 remarks ) -PASS -- TEST 'control_wam_intel' [14:25, 12:02](1662 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [10:26, 08:24] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [07:46, 03:19](1847 MB) -PASS -- TEST 'regional_control_faster_intel' [08:01, 05:14](868 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [06:21, 04:47] ( 868 warnings 92 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [05:02, 02:38](1611 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [05:07, 02:47](1616 MB) -PASS -- TEST 'control_stochy_debug_intel' [05:37, 03:43](821 MB) -PASS -- TEST 'control_lndp_debug_intel' [05:36, 03:15](811 MB) -PASS -- TEST 'control_csawmg_debug_intel' [07:52, 05:04](1108 MB) -PASS -- TEST 'control_ras_debug_intel' [05:32, 03:16](819 MB) -PASS -- TEST 'control_diag_debug_intel' [06:11, 03:16](1671 MB) -PASS -- TEST 'control_debug_p8_intel' [05:57, 03:21](1889 MB) -PASS -- TEST 'regional_debug_intel' [21:15, 18:48](924 MB) -PASS -- TEST 'rap_control_debug_intel' [07:39, 05:40](1195 MB) -PASS -- TEST 'hrrr_control_debug_intel' [07:44, 05:44](1194 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [07:36, 05:47](1195 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [08:36, 05:58](1188 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [07:33, 05:48](1195 MB) -PASS -- TEST 'rap_diag_debug_intel' [07:49, 05:56](1285 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [08:41, 05:53](1192 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [08:37, 05:57](1201 MB) -PASS -- TEST 'rap_lndp_debug_intel' [08:43, 05:54](1191 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [07:35, 05:48](1189 MB) -PASS -- TEST 'rap_noah_debug_intel' [07:34, 05:39](1191 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [07:35, 05:45](1189 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [11:50, 09:16](1190 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [07:39, 05:51](1188 MB) -PASS -- TEST 'rap_flake_debug_intel' [09:47, 05:44](1192 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [15:12, 09:36](1205 MB) - -PASS -- COMPILE 'wam_debug_intel' [05:20, 03:33] ( 824 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [17:26, 14:19](1699 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [10:24, 08:16] ( 3 warnings 91 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [07:28, 04:26](1034 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [11:35, 06:21](892 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [08:59, 03:29](887 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [17:52, 13:56](934 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [12:28, 07:13](929 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [08:28, 03:26](879 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [07:35, 04:33](751 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [04:39, 01:59](714 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [10:24, 08:09] ( 3 warnings 91 remarks ) -PASS -- TEST 'conus13km_control_intel' [05:27, 02:17](1084 MB) -PASS -- TEST 'conus13km_2threads_intel' [05:05, 02:15](1061 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [04:17, 01:34](773 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [10:24, 08:28] ( 3 warnings 91 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [07:03, 04:14](921 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [05:20, 03:31] ( 772 warnings 91 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [08:41, 05:40](1077 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [08:41, 05:31](1074 MB) -PASS -- TEST 'conus13km_debug_intel' [18:29, 15:10](1143 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [18:28, 15:09](857 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [26:32, 23:40](1139 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [18:19, 15:20](1207 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [05:21, 03:27] ( 772 warnings 91 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [07:40, 05:34](1099 MB) - -PASS -- COMPILE 'hafsw_intel' [11:29, 10:01] ( 1 warnings 3 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [09:49, 05:58](697 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:40, 04:33](1035 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [11:11, 07:15](741 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [15:58, 12:08](800 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [17:07, 13:24](815 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [08:18, 05:44](470 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [10:58, 07:18](479 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [06:26, 03:19](375 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [13:18, 08:30](444 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [07:24, 04:12](493 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [07:25, 04:04](489 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [07:24, 04:47](557 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [04:40, 02:05](408 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [05:21, 03:58] ( 1460 warnings 1444 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [18:27, 14:18](596 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [11:26, 09:43] ( 2 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [12:29, 08:12](611 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [13:35, 08:09](784 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [11:30, 09:59] ( 2 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [11:52, 06:27](772 MB) - -PASS -- COMPILE 'hafs_all_intel' [11:29, 09:30] ( 2 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [10:48, 06:48](748 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [09:48, 06:41](728 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [19:46, 16:22](892 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [11:27, 09:59] ( 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [07:59, 04:22](1915 MB) - -PASS -- COMPILE 'atml_intel' [11:25, 09:43] ( 9 warnings 2 remarks ) - -PASS -- COMPILE 'atml_debug_intel' [06:20, 04:22] ( 873 warnings 2 remarks ) - -PASS -- COMPILE 'atmaero_intel' [10:24, 08:23] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [08:14, 04:46](3097 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [09:21, 05:14](3008 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [08:53, 05:17](3006 MB) - -PASS -- COMPILE 'atmaq_intel' [10:23, 08:14] ( 8 warnings 4 remarks ) -PASS -- TEST 'regional_atmaq_intel' [22:28, 16:29](2370 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [05:18, 03:34] ( 849 warnings 4 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [45:38, 40:40](1860 MB) +PASS -- COMPILE 's2swa_32bit_intel' [13:26, 11:44] ( 1 warnings 3 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [10:27, 06:38](3192 MB) +PASS -- TEST 'cpld_control_gefs_intel' [33:01, 17:33](4309 MB) +PASS -- TEST 'cpld_restart_gefs_intel' [27:20, 08:38](4120 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [14:27, 13:09] ( 1 warnings 3 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [20:40, 15:22](1904 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [21:34, 16:39](1945 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [13:36, 07:46](1073 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [22:28, 17:50](1878 MB) +PASS -- TEST 'cpld_control_gfsv17_nowav_iau_intel' [10:12, 05:11](1930 MB) +PASS -- TEST 'cpld_restart_gfsv17_nowav_iau_intel' [12:31, 03:15](1925 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [14:28, 12:53] ( 1 warnings 3 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [18:26, 15:36](1913 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [06:19, 04:52] ( 1516 warnings 1940 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [25:37, 20:16](1936 MB) + +PASS -- COMPILE 's2swa_intel' [13:27, 12:00] ( 1 warnings 3 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [12:00, 08:27](3225 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [12:21, 08:20](3226 MB) +PASS -- TEST 'cpld_restart_p8_intel' [09:01, 05:14](3111 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [11:51, 08:36](3247 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [09:09, 05:05](3128 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [20:33, 17:05](3453 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [11:47, 08:16](3220 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [11:10, 07:04](3167 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [12:22, 08:31](3226 MB) + +PASS -- COMPILE 's2swal_intel' [13:27, 12:06] ( 1 warnings 4 remarks ) +PASS -- TEST 'cpld_s2sa_p8_intel' [12:10, 08:27](3204 MB) + +PASS -- COMPILE 's2sw_intel' [13:27, 11:21] ( 1 warnings 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [08:42, 05:02](1931 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [11:11, 07:27](1986 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [12:26, 10:39] ( 1 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [09:03, 05:09](1986 MB) + +PASS -- COMPILE 's2swa_faster_intel' [17:30, 16:15] ( 1 warnings 3 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [12:22, 08:24](3214 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [14:29, 12:42] ( 1 warnings 3 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [19:13, 15:34](1931 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [11:26, 07:52](1105 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [22:06, 18:11](1898 MB) +PASS -- TEST 'cpld_control_c48_5deg_intel' [09:46, 06:24](2887 MB) +PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [05:41, 02:34](2895 MB) +PASS -- TEST 'cpld_restart_c48_5deg_intel' [03:53, 01:51](2311 MB) +PASS -- TEST 'cpld_control_c24_5deg_intel' [04:58, 01:41](2109 MB) +PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [03:59, 01:11](2113 MB) +PASS -- TEST 'cpld_restart_c24_5deg_intel' [03:44, 01:03](1474 MB) +PASS -- TEST 'cpld_control_c24_9deg_intel' [03:58, 01:49](2112 MB) +PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [03:58, 01:21](2110 MB) +PASS -- TEST 'cpld_restart_c24_9deg_intel' [03:44, 01:03](1472 MB) +PASS -- TEST 'cpld_control_c12_9deg_intel' [03:56, 01:10](2034 MB) +PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [03:56, 01:11](2040 MB) +PASS -- TEST 'cpld_restart_c12_9deg_intel' [03:44, 01:00](1390 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [06:19, 04:33] ( 1516 warnings 1940 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [28:00, 24:34](1951 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [11:30, 09:35] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [06:39, 04:05](677 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [05:01, 02:35](1565 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [06:07, 02:52](1570 MB) +PASS -- TEST 'control_latlon_intel' [04:52, 02:42](1570 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [05:04, 02:49](1560 MB) +PASS -- TEST 'control_c48_intel' [09:28, 06:35](1595 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [08:08, 06:06](718 MB) +PASS -- TEST 'control_c48_lnd_iau_intel' [09:24, 06:38](1594 MB) +PASS -- TEST 'control_c192_intel' [10:21, 07:17](1682 MB) +PASS -- TEST 'control_c384_intel' [13:47, 08:57](1995 MB) +PASS -- TEST 'control_c384gdas_intel' [14:58, 09:29](1177 MB) +PASS -- TEST 'control_stochy_intel' [04:38, 01:50](630 MB) +PASS -- TEST 'control_stochy_restart_intel' [03:37, 01:12](403 MB) +PASS -- TEST 'control_lndp_intel' [04:36, 01:51](630 MB) +PASS -- TEST 'control_iovr4_intel' [04:35, 02:42](636 MB) +PASS -- TEST 'control_iovr5_intel' [04:35, 02:44](637 MB) +PASS -- TEST 'control_p8_intel' [07:26, 03:22](1852 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [07:33, 03:21](1845 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [07:32, 03:19](1867 MB) +PASS -- TEST 'control_restart_p8_intel' [06:32, 02:06](1000 MB) +PASS -- TEST 'control_noqr_p8_intel' [06:51, 03:11](1859 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [06:32, 02:04](1014 MB) +PASS -- TEST 'control_decomp_p8_intel' [06:42, 03:16](1861 MB) +PASS -- TEST 'control_2threads_p8_intel' [10:32, 06:38](1941 MB) +PASS -- TEST 'control_p8_lndp_intel' [08:03, 05:27](1869 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [07:52, 04:34](1897 MB) +PASS -- TEST 'control_p8_mynn_intel' [06:49, 03:31](1858 MB) +PASS -- TEST 'merra2_thompson_intel' [09:08, 04:07](1849 MB) +PASS -- TEST 'regional_control_intel' [08:01, 05:34](873 MB) +PASS -- TEST 'regional_restart_intel' [06:33, 03:04](883 MB) +PASS -- TEST 'regional_decomp_intel' [07:54, 05:55](874 MB) +PASS -- TEST 'regional_2threads_intel' [09:59, 07:47](993 MB) +PASS -- TEST 'regional_noquilt_intel' [08:05, 05:17](1173 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [08:03, 05:21](871 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [07:56, 05:17](876 MB) +PASS -- TEST 'regional_wofs_intel' [08:58, 07:02](1604 MB) + +PASS -- COMPILE 'rrfs_intel' [10:23, 08:57] ( 3 warnings 92 remarks ) +PASS -- TEST 'rap_control_intel' [11:41, 07:37](1015 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [07:34, 04:41](1207 MB) +PASS -- TEST 'rap_decomp_intel' [12:12, 07:35](1016 MB) +PASS -- TEST 'rap_2threads_intel' [20:33, 16:09](1083 MB) +PASS -- TEST 'rap_restart_intel' [08:34, 03:56](771 MB) +PASS -- TEST 'rap_sfcdiff_intel' [12:46, 07:20](1001 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [12:41, 07:41](1007 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [10:45, 05:29](782 MB) +PASS -- TEST 'hrrr_control_intel' [07:34, 03:49](1009 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [07:38, 03:58](998 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [12:35, 08:12](1069 MB) +PASS -- TEST 'hrrr_control_restart_intel' [04:25, 02:25](761 MB) +PASS -- TEST 'rrfs_v1beta_intel' [11:36, 07:15](990 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [11:32, 09:25](1969 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [11:30, 09:11](1954 MB) + +PASS -- COMPILE 'csawmg_intel' [10:30, 08:16] +PASS -- TEST 'control_csawmg_intel' [09:52, 06:49](951 MB) +PASS -- TEST 'control_ras_intel' [06:28, 03:24](673 MB) + +PASS -- COMPILE 'wam_intel' [09:28, 08:13] ( 1 remarks ) +PASS -- TEST 'control_wam_intel' [15:56, 12:19](1641 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [10:29, 08:30] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [08:40, 03:23](1861 MB) +PASS -- TEST 'regional_control_faster_intel' [07:46, 05:24](870 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [06:21, 04:58] ( 868 warnings 92 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:57, 02:41](1605 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [05:05, 02:44](1606 MB) +PASS -- TEST 'control_stochy_debug_intel' [05:34, 03:31](834 MB) +PASS -- TEST 'control_lndp_debug_intel' [05:33, 03:13](828 MB) +PASS -- TEST 'control_csawmg_debug_intel' [07:53, 05:00](1114 MB) +PASS -- TEST 'control_ras_debug_intel' [05:32, 03:16](831 MB) +PASS -- TEST 'control_diag_debug_intel' [05:58, 03:18](1664 MB) +PASS -- TEST 'control_debug_p8_intel' [05:51, 03:18](1896 MB) +PASS -- TEST 'regional_debug_intel' [20:59, 18:22](931 MB) +PASS -- TEST 'rap_control_debug_intel' [08:18, 05:33](1202 MB) +PASS -- TEST 'hrrr_control_debug_intel' [07:15, 05:25](1199 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [08:16, 05:42](1188 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [08:23, 05:36](1192 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [08:18, 05:40](1198 MB) +PASS -- TEST 'rap_diag_debug_intel' [08:28, 05:50](1287 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [08:17, 05:39](1203 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [07:25, 05:43](1196 MB) +PASS -- TEST 'rap_lndp_debug_intel' [07:20, 05:35](1200 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [07:21, 05:33](1204 MB) +PASS -- TEST 'rap_noah_debug_intel' [07:49, 05:28](1196 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [07:49, 05:33](1201 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [12:42, 08:48](1188 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [09:43, 05:41](1196 MB) +PASS -- TEST 'rap_flake_debug_intel' [09:39, 05:38](1195 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [16:04, 09:20](1208 MB) + +PASS -- COMPILE 'wam_debug_intel' [05:20, 03:30] ( 824 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [17:13, 14:20](1703 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [10:30, 08:21] ( 3 warnings 91 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [09:40, 04:24](1040 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [11:33, 06:09](892 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [09:37, 03:28](878 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [18:41, 13:53](932 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [13:49, 07:13](945 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [08:51, 03:34](883 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [07:57, 04:37](748 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [04:35, 01:55](723 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [10:29, 08:17] ( 3 warnings 91 remarks ) +PASS -- TEST 'conus13km_control_intel' [06:17, 02:11](1087 MB) +PASS -- TEST 'conus13km_2threads_intel' [05:06, 02:09](1062 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [04:58, 01:52](776 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [10:29, 08:34] ( 3 warnings 91 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [08:06, 04:11](914 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [05:19, 03:45] ( 772 warnings 91 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [09:37, 05:23](1074 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [09:40, 05:25](1070 MB) +PASS -- TEST 'conus13km_debug_intel' [18:48, 14:58](1142 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [18:40, 14:43](858 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [26:39, 23:08](1147 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [18:23, 14:55](1210 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [05:18, 03:42] ( 772 warnings 91 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [08:39, 05:39](1093 MB) + +PASS -- COMPILE 'hafsw_intel' [12:26, 10:11] ( 1 warnings 3 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [09:44, 05:55](705 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:43, 04:25](1052 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [11:10, 07:09](757 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [15:55, 12:10](797 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [17:06, 13:28](814 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [08:15, 05:41](465 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [11:01, 07:27](477 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [06:28, 03:17](387 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [13:11, 08:41](449 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [07:20, 04:13](497 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [07:26, 04:05](494 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [08:15, 04:52](557 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [04:51, 02:07](415 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [06:19, 04:11] ( 1460 warnings 1444 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [17:19, 14:22](600 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [11:26, 09:38] ( 2 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [11:37, 08:10](605 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [11:41, 08:14](786 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [12:27, 10:16] ( 2 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [09:41, 06:35](776 MB) + +PASS -- COMPILE 'hafs_all_intel' [11:26, 09:18] ( 2 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [10:46, 06:57](762 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [11:01, 07:02](734 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [20:01, 16:17](892 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [11:25, 09:52] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [08:12, 04:07](1906 MB) + +PASS -- COMPILE 'atml_intel' [11:27, 09:54] ( 9 warnings 2 remarks ) + +PASS -- COMPILE 'atml_debug_intel' [06:20, 04:36] ( 873 warnings 2 remarks ) + +PASS -- COMPILE 'atmaero_intel' [10:25, 08:30] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [08:20, 04:36](3119 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [09:18, 05:11](3012 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [09:00, 05:43](3005 MB) + +PASS -- COMPILE 'atmaq_intel' [10:23, 08:20] ( 8 warnings 4 remarks ) +PASS -- TEST 'regional_atmaq_intel' [22:18, 15:56](2336 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [05:19, 03:39] ( 849 warnings 4 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [46:34, 40:19](1943 MB) SYNOPSIS: -Starting Date/Time: 20250624 15:00:40 -Ending Date/Time: 20250624 16:52:18 -Total Time: 01h:52m:49s +Starting Date/Time: 20250627 17:34:02 +Ending Date/Time: 20250627 19:27:30 +Total Time: 01h:54m:21s Compiles Completed: 34/34 Tests Completed: 168/168 diff --git a/tests/parm/MOM_input_025.IN b/tests/parm/MOM_input_025.IN index 2a0ef86fcb..5080a26cb5 100644 --- a/tests/parm/MOM_input_025.IN +++ b/tests/parm/MOM_input_025.IN @@ -308,7 +308,7 @@ REMAPPING_SCHEME = "PPM_H4" ! default = "PLM" ! Parameters providing information about the lateral grid. ! === module MOM_state_initialization === -INIT_LAYERS_FROM_Z_FILE = True ! [Boolean] default = False +INIT_LAYERS_FROM_Z_FILE = @[MOM6_INIT_FROM_Z] ! [Boolean] default = False ! If true, initialize the layer thicknesses, temperatures, and salinities from a ! Z-space file on a latitude-longitude grid. @@ -330,6 +330,97 @@ Z_INIT_ALE_REMAPPING = True ! [Boolean] default = False Z_INIT_REMAP_OLD_ALG = True ! [Boolean] default = True ! If false, uses the preferred remapping algorithm for initialization. If true, ! use an older, less robust algorithm for remapping. +! === MOM6 WarmStarts === +THICKNESS_CONFIG = "file" ! default = "uniform" + ! A string that determines how the initial layer thicknesses are specified for a + ! new run: + ! file - read interface heights from the file specified + ! by (THICKNESS_FILE). + ! thickness_file - read thicknesses from the file specified + ! by (THICKNESS_FILE). + ! mass_file - read thicknesses in units of mass per unit area from the file + ! specified by (THICKNESS_FILE). + ! coord - determined by ALE coordinate. + ! uniform - uniform thickness layers evenly distributed + ! between the surface and MAXIMUM_DEPTH. + ! list - read a list of positive interface depths. + ! DOME - use a slope and channel configuration for the + ! DOME sill-overflow test case. + ! ISOMIP - use a configuration for the + ! ISOMIP test case. + ! benchmark - use the benchmark test case thicknesses. + ! Neverworld - use the Neverworld test case thicknesses. + ! search - search a density profile for the interface + ! densities. This is not yet implemented. + ! circle_obcs - the circle_obcs test case is used. + ! DOME2D - 2D version of DOME initialization. + ! adjustment2d - 2D lock exchange thickness ICs. + ! sloshing - sloshing gravity thickness ICs. + ! seamount - no motion test with seamount ICs. + ! dumbbell - sloshing channel ICs. + ! soliton - Equatorial Rossby soliton. + ! rossby_front - a mixed layer front in thermal wind balance. + ! USER - call a user modified routine. + +THICKNESS_FILE = @[MOM6_WARMSTART_FILE] ! + ! The name of the thickness file. +ADJUST_THICKNESS = True ! [Boolean] default = False + ! If true, all mass below the bottom removed if the topography is shallower than + ! the thickness input file would indicate. +THICKNESS_TOLERANCE = 0.1 ! [m] default = 0.1 + ! A parameter that controls the tolerance when adjusting the thickness to fit + ! the bathymetry. Used when ADJUST_THICKNESS=True. +INTERFACE_IC_VAR = "eta" ! default = "eta" + ! The variable name for initial conditions for interface heights relative to + ! mean sea level, positive upward unless otherwise rescaled. + +INTERFACE_IC_RESCALE = 1.0 ! [various] default = 1.0 + ! A factor by which to rescale the initial interface heights to convert them to + ! units of m or correct sign conventions to positive upward. +TS_CONFIG = "file" ! + ! A string that determines how the initial temperatures and salinities are + ! specified for a new run: + ! file - read velocities from the file specified + ! by (TS_FILE). + ! fit - find the temperatures that are consistent with + ! the layer densities and salinity S_REF. + ! TS_profile - use temperature and salinity profiles + ! (read from TS_FILE) to set layer densities. + ! benchmark - use the benchmark test case T & S. + ! linear - linear in logical layer space. + ! DOME2D - 2D DOME initialization. + ! ISOMIP - ISOMIP initialization. + ! adjustment2d - 2d lock exchange T/S ICs. + ! sloshing - sloshing mode T/S ICs. + ! seamount - no motion test with seamount ICs. + ! dumbbell - sloshing channel ICs. + ! rossby_front - a mixed layer front in thermal wind balance. + ! SCM_CVMix_tests - used in the SCM CVMix tests. + ! USER - call a user modified routine. +TS_FILE = @[MOM6_WARMSTART_FILE] ! + ! The initial condition file for temperature. +TEMP_IC_VAR = "Temp" ! default = "PTEMP" + ! The initial condition variable for potential temperature. +SALT_IC_VAR = "Salt" ! default = "SALT" + ! The initial condition variable for salinity. +SALT_FILE = @[MOM6_WARMSTART_FILE] ! default = "none" + ! The initial condition file for salinity. +VELOCITY_CONFIG = @[MOM6_INIT_UV] ! default = "zero" + ! A string that determines how the initial velocities are specified for a new + ! run: + ! file - read velocities from the file specified + ! by (VELOCITY_FILE). + ! zero - the fluid is initially at rest. + ! uniform - the flow is uniform (determined by + ! parameters INITIAL_U_CONST and INITIAL_V_CONST). + ! rossby_front - a mixed layer front in thermal wind balance. + ! soliton - Equatorial Rossby soliton. + ! USER - call a user modified routine. +VELOCITY_FILE = @[MOM6_WARMSTART_FILE] + ! The name of the velocity initial condition file. +U_IC_VAR = "u" ! default = "u" + ! The initial condition variable for zonal velocity in VELOCITY_FILE. +V_IC_VAR = "v" ! default = "v" ! === module MOM_diag_mediator === !Jiande NUM_DIAG_COORDS = 2 ! default = 1